<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{ font-family:Microsoft Yahei,Simsun; }
.nav{
  width:auto;
  height:40px;
  background:#f2f2f2;
  margin-bottom:60px;
}
.nav .menu{
  width:1180px;
  height:40px;
  margin:0 auto;
}
.nav .menu li{
 width:auto;
 height:auto;
 float:left;
 padding:12px 14px;
 border-bottom:1px solid #f2f2f2;
}
.nav .menu li a{
  display:block;
  font-size:12px;
 /* font-family:"ËÎÌå";*/
  color:#000;
}
.nav .menu li a:hover{
 color:#f10180;
}
.nav .menu .hover{
 border-bottom:1px solid #f10180;
}
.nav .menu .hover a{
 color:#f10180;
}
.content{
  clear:both;
  width:1180px;
  height:auto;
  overflow:hidden;
  margin:0 auto;
  padding:60px 10px;
}
.content .title{
  clear:both;
  font-size:46px;
  color:#f10180;
 /* font-family:"ºÚÌå";*/
  font-weight:700;
  margin-bottom:60px;
}
.content .company,
.content .center
{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;

}
.content .company{
 padding-bottom:30px;
 border-bottom:1px solid #dcdcdc;
 margin-bottom:30px;
}
.content .company .companyInfo,
.content .center li
{
  width:434px;
  height:auto;
  overflow:hidden;
  float:left;
  margin-bottom:30px;
}
.content .center li:nth-child(2n){
  float:right;
  margin-right:30px;
}
.content .company .mail{
  width:368px;
  height:auto;
  overflow:hidden;
  float:right;
  padding:20px;
  background:#fef5fa;
  border:1px solid #ffdaef;
  margin-right:56px;
}

.content .company .companyInfo .tit,
.content .company .mail .tit
{
  clear:both;
  font-size:23px;
  color:#000;
  /*font-family:"ºÚÌå";*/
  font-weight:700;
  margin-bottom:10px;
}
.content .company .companyInfo .tit2
{
  clear:both;
  font-size:16px;
  color:#000;
  font-weight:700;
  margin-bottom:10px;
}

.content .company .companyInfo .txt,
.content .center .txt,
.content .company .mail .tip,
.content .company .mail .link,
.content .center .tip
{
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
 line-height:30px;
 font-size:16px;
 color:#666;
 /*font-family:"ËÎÌå";*/
 text-overflow:ellipsis;
 white-space:nowrap;
}
.content .company .companyInfo .txt a{
 color:#666;
}
.content .center li .txt a{
 display:inline;
 font-size:16px;
 color:#666;
 /*font-family:"ËÎÌå";*/
}
.content .center li .wechat-code{
 display:block;
 width:75px;
}
.content .company .mail .txt{
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
 line-height:30px;
 font-size:16px;
 color:#666;
 /*font-family:"ËÎÌå";*/
}
.content .center li .help{
 color:#f10180;
 text-decoration:underline;
}
.content .company .mail .tip,
.content .center .tip
{
  color:#333;
}
.content .center .tip{
 font-size:18px;
}
.content .company .mail .link{
  display:block;
  color:#fff;
  line-height:40px;
  width:150px;
  height:40px;
  background:#f10180 url(/images/bg/mail.png) no-repeat 20px center;
  border-radius:3px;
  text-indent:60px;
   float:left
}
.content .company .mail .link2{
  display:block;
  line-height:40px;
  float:right;
  padding-left:9px;
  color:#686868
}
</pre></body></html>