<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
  font-family: 方正兰亭纤黑简体;
  src: url(https://oss.v-dk.com/assets/fonts/方正兰亭纤黑简体.ttf),
     url(https://oss.v-dk.com/assets/fonts/方正兰亭纤黑简体.eot);
}
@font-face{
  font-family: OldStandard;
  src: url(../fonts/OldStandard-Regular.ttf),
     url(../fonts/OldStandard-Regular.eot);
}
body{
  font-family: 方正兰亭纤黑简体;
  width: 100%;
}
.container{
	width: 1170px;
	padding: 0;
	position: relative;
}

/*----------header----------*/
header{
  position: relative;
  z-index: 100;
}
header &gt;.a{
  background-color: #081319;
  padding: 25px 0;
}
header &gt;.b{
  height: 115px;
}
header .welcome{
  color: #a5a5a5;
}
header .lang{
  float: right;
}
header .lang &gt;a{
  display: inline-block;
  background: url(../img/aw_dd.png) no-repeat 100% 50%;
  padding-right: 15px;
}
header .lang &gt;a img{
  height: 13px;
  width: 21px;
  float: left;
  margin-right: 5px;
}
header .lang &gt;a span{
  color: #a5a5a5;
}
header .logo{
  float: left;
  margin-top: 30px;
}
header .menu{
  float: right;
}
header .menu &gt;ul{

}
header .menu &gt;ul &gt;li{
  float: left;
  margin-left: 25px;
  position: relative;
}
header .menu &gt;ul &gt;li &gt;a{
  display: block;
  height: 115px;
  color: #474747;
  font-size: 15px;
  line-height: 115px;
}
header .menu &gt;ul &gt;li &gt;a:hover,
header .menu &gt;ul &gt;li &gt;a.on{
  border-bottom: 2px solid #b81e20;
}
header .menu .ex{
  position: absolute;
  min-width: 120px;
  top: 113px;
  left: 50%;
  margin-left: -60px;
  background-color: #fff;
  border-top: 2px solid #b81e20;
  padding: 20px 0;
  display: none;
}
header .menu &gt;ul &gt;li:hover .ex{
  display: block;
}
header .menu .ex &gt;ul{

}
header .menu .ex &gt;ul &gt;li{
  line-height: 35px;
  text-align: center;
  color: #474747;
  font-size: 15px;
}
header .menu .ex &gt;ul &gt;li:hover{
  background-color: #eee;
}
header .menu .ex &gt;ul &gt;li &gt;a{
  color: #474747;
}
header .menu .mx{
  position: absolute;
  min-width: 120px;
  top: -2px;
  left: 120px;
  background-color: #eee;
  border-top: 2px solid #b81e20;
  padding: 20px 0;
  display: none;
}
header .menu .ex &gt;ul &gt;li:hover .mx{
  display: block;
}
header .menu .mx &gt;ul{

}
header .menu .mx &gt;ul &gt;li{
  line-height: 35px;
  text-align: center;
  color: #474747;
  font-size: 15px;
}
header .menu .mx &gt;ul &gt;li &gt;a{
  color: #474747;
}
header .mbtn{
  display: inline-block;
  width: 60px;
  height: 50px;
  background: url(../img/menu.png) no-repeat center;
  background-size: 30px auto;
  padding: 15px 15px;
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 101;
  display: none;
}
header .mbtn.on{
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, .2);
}
header .srch{
  position: absolute;
  /*top: 45px;*/
  top: 27px;
  right: -40px;
  height: 30px;
  width: 20px;
}
header.onsrch .srch{
  width: 185px;
}
header .srch &gt;a{
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/ico_find.png);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}
header .srch &gt;a:hover{
  opacity: .8;
}
header .srch &gt;.ct{
  display: none;
}
header.onsrch .srch &gt;.ct{
  display: block;
}
header .srch &gt;.ct input[type="text"]{
  border: 1px solid #666;
  height: 30px;
  border-radius: 15px;
  width: 200px;
  text-indent: 10px;
  box-shadow: 0 0 10px #ccc;
  margin-top: -10px;
}
header .mask{
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}
.navi{
  position: fixed;
  z-index: 100;
  width: 50%;
  top: 0;
  right: -50%;
  height: 100%;
  background-color: #262626;
  overflow: auto;
}
.navi &gt;.hd{

}
.navi &gt;.hd &gt;p{

}
.navi &gt;.hd &gt;p a{
  display: block;
  color: #aaa;
  font-size: 16px;
  padding: 0 20px;
  line-height: 50px;
}
.navi &gt;.hd &gt;p a:active{
  background-color: rgba(255, 255, 255, .2);
}
.navi &gt;.ct{
  border-top: #444 1px dotted;
  padding: 10px 18px 0;
  margin-top: 20px;
}
.navi &gt;.ct h3{
  color: #aaa;
  font-size: 16px;
  line-height: 30px;
}
.navi &gt;.ct p{

}
.navi &gt;.ct p span{
  display: block;
  height: 40px;
  line-height: 40px;
  border: #555 1px solid;
  border-radius: 3px;
  margin-top: 10px;
  text-align: center;
  color: #aaa;
  overflow: hidden;
}
.navi .subm{
  padding-left: 20px;
  background-color: rgba(0, 0, 0, .2);
  display: none;
}
.navi .subm p{

}
.navi .subm p a{
  display: block;
  color: #aaa;
  font-size: 14px;
  line-height: 35px;
}

/*----------main----------*/
main{

}

/*----------footer----------*/
footer{

}
footer &gt;.a{
  background-color: #172a36;
  padding: 100px 0;
}
footer &gt;.b{
  background-color: #081319;
  padding: 20px 0;
}
footer .info{
  width: 280px;
  float: left;
  margin-right: 30px;
  padding-top: 30px;
}
footer .info &gt;p{
  text-indent: 10px;
}
footer .info &gt;.ct{

}
footer .info &gt;.ct p{
  line-height: 20px;
  color: #fff;
}
footer .info &gt;.ct p.p1{
  margin-top: 35px;
}
footer .info &gt;.ct p.p2{
  margin-top: 10px;
}
footer .list{
  width: 280px;
  float: left;
}
footer .list &gt;p{
  font-size: 18px;
  color: #fff;
}
footer .list &gt;.ct{
  margin-top: 30px;
}
footer .list &gt;.ct p{
  line-height: 30px;
  color: #fff;
}
footer .list &gt;.ct p span{
  display: inline-block;
  width: 45%;
}
footer .list &gt;.ct p a{
  color: #fff;
}
footer .list.lb &gt;.ct p a{
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  background-color: #1e313c;
  margin-right: 5px;
  margin-bottom: 5px;
}
footer .list &gt;.li{
  margin-top: 30px;
  padding-left: 20px;
}
footer .list &gt;.li p{
  background: url(../img/ico_dot.png) no-repeat 0 50%;
  padding-left: 16px;
  line-height: 28px;
}
footer .list &gt;.li p a{
  color: #fff;
}
footer .more{

}
footer .more p{
  color: #4b6471;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}

/*----------customize----------*/
.ui-fullpart {
  position: relative;
}
.ui-fullpart .hengban-ads {
  width: 100%;
  padding-top: 50px;
}
.ui-fullpart .hengban-ads img {
  width: 100%;
  display: block;
}</pre></body></html>