<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: 'BrownStd';
  src: url('../fonts/BrownStd-Regular.woff.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "BrownStd";
  overflow-x: hidden;
}
.over {
  overflow: hidden;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.hoverBtn {
  cursor: pointer;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.hoverBtn:hover {
  background-color: #dab866 !important;
  color: #fff !important;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellip2 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.auto-container {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.top-search-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #666666;
  z-index: 100;
  opacity: 0.8;
  display: none;
}
.site-head {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}
.site-head .site-top {
  position: relative;
  z-index: 100;
  background-color: #fff;
  line-height: 35px;
  color: #999;
}
.site-head .site-top .head-item {
  margin-left: 16px;
  color: #999999;
  font-size: 14px;
}
.site-head .site-top .head-item img {
  vertical-align: middle;
  margin-right: 4px;
}
.more_shape {
  display: inline-block;
}
.pull-left&gt;img{
        margin-right: 8px;

}
.more_shape a {
  margin-left: 8px;
}
.more_shape .default {
  display: inline-block;
}
.more_shape .hover {
  display: none;
}
.more_shape a:hover .default {
  display: none;
}
.more_shape a:hover .hover {
  display: inline-block;
}
.site-nav {
  width: 100%;
  background-color: #ffffff;
  z-index: 50;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.head {
  position: relative;
}
.head .logo {
  position: relative;
  z-index: 10;
  float: left;
  line-height: 86px;
}
.head .logo a {
  display: block;
}
.head .logo img {
  height: 36px;
}
.head .slogan {
  margin-top: 22px;
  width: 210px;
  margin-left: 24px;
  float: left;
  color: #333;
  font-size: 14px;
}
.head .navBar {
  float: right;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s;
  transform-origin: left center;
}
.head .nav li {
  position: relative;
  display: inline-block;
  margin: 0 22px;
  line-height: 86px;
  vertical-align: top;
}
.head .nav li .stair {
  position: relative;
}
.head .nav li.active .stair &gt; a {
  color: #dab866;
}
.head .nav li.active .stair:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -9px;
  left: 50%;
  margin-left: -41.5px;
  width: 83px;
  height: 10px;
}
.head .nav li.active .sub {
  display: block;
}
.head .nav li:hover .stair &gt; a {
  color: #dab866;
}
.head .nav li:hover .stair:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -9px;
  left: 50%;
  margin-left: -41.5px;
  width: 83px;
  height: 10px;
}
.head .nav li .a {
  display: block;
  color: #333333;
  font-size: 18px;
  /*font-weight: 700;*/
}
.head .nav li .a .mobile-navbtn {
  position: absolute;
  top: 10px;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.head .nav li .a .mobile-navbtn.open {
  transform: rotate(90deg);
}
.head .nav li .a .mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.head .top_search {
  position: relative;
  float: right;
  padding-left: 10px;
  line-height: 80px;
  cursor: pointer;
}
.head .top_search img {
  vertical-align: middle;
}
.head .top_search .search_con2 {
  position: absolute;
  right: 22px;
  top: 20px;
  height: 34px;
  z-index: 100;
  transform-origin: right center;
  transition: all 0.5s;
  width: 0px;
}
.head .top_search .search_con2 .search-input {
  width: 100%;
  float: right;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  border-bottom: 1px solid #333;
  font-size: 13px;
  box-sizing: border-box;
  background: #fff;
}
.head .top_search .search_con2 .input1 {
  height: 34px;
  line-height: 34px;
  background: none;
  border: 0;
  width: 100%;
  float: left;
  outline: none;
  font-size: 13px;
  color: #666666;
  font-family: "å¾®è½¯é›…é»‘";
}
.head .top_search .search_con2 .bnts {
  float: right;
  width: 56px;
  height: 48px;
  background: url(../image/head_pic3.png) center center no-repeat;
  margin-right: 1px;
  cursor: pointer;
  border: none;
  outline: none;
}
.head .top_search .search_con2 .moblie-search-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(../image/c10.png) center center no-repeat;
}
.sub {
  position: absolute;
  left: 0%;
  top: 100%;
}
.sub .arr {
  display: none;
  width: 0;
  height: 0;
  border: 0px solid transparent;
  border-left-width: 8px ;
  border-right-width: 8px ;
  border-top-width: 6px ;
  border-bottom-width: 6px ;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
  left: 28px;
}
.sub &gt; dl {
  display: none;
}
.sub &gt; dl dd {
  line-height: 1.6;
  padding: 10px 15px;
  font-size: 16px;
  background-color: #fff;
}
.sub &gt; dl dd .mobile-navbtn {
  display: none;
  position: absolute;
  top: 8px;
  right: 15px;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.sub &gt; dl dd .mobile-navbtn.open {
  transform: rotate(90deg);
}
.sub &gt; dl dd .mobile-navbtn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
.sub &gt; dl dd .text {
  display: inline-block;
  vertical-align: middle;
  color: #535353;
}
.sub &gt; dl dd:hover .text {
  color: #dab866;
}
dl.s-menu{
    min-width: 100px;
}
.sub &gt; dl dd .t-menu {
  margin-top: -35px;
  position: absolute;
  /*top: 50%;*/
  left: 101%;
  background-color: #fff;
  display: none;
}
.sub &gt; dl dd .t-menu li {
  padding: 10px 20px;
  box-sizing: border-box;
  line-height: 24px;
  margin: 0;
}
.sub &gt; dl dd .t-menu li a {
  display: block;
}
.sub &gt; dl dd .t-menu li a:hover {
  color: #dab866;
}
.sub &gt; dl a {
  color: #333;
  white-space: nowrap;
}
.scrollHead {
  position: fixed;
  top: 0;
  z-index: 100;
}
#showopen .top_search .search_con2 {
  width: 170px;
}
#showopen .head .navBar {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale3d(0, 0, 0);
}
.M_search {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 58px;
  background-color: red;
  box-sizing: border-box;
}
.M_search .mInp1 {
  width: 100%;
  height: 5.8rem;
  border-radius: 0px;
  border: 0;
  box-sizing: border-box;
  outline: none;
  padding: 10px;
  padding-right: 74px;
  font-size: 15px;
  color: #666;
}
.M_search .mInp1::placeholder {
  color: #999;
}
.M_search .m_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  background-color: #dab866;
  border: 0;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.M_search .m_search_btn img {
  display: inline-block;
}
.footer {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
.footer .footer_content {
  padding-top: 88px;
  padding-bottom: 58px;
}
.footer dl {
  position: relative;
  transition: all 0.3s ease 0s;
  padding-right: 5%;
  float: left;
  color: #333333;
}
.footer dl dt {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.footer dl dt:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer dl dd {
  line-height: 32px;
  font-size: 14px;
  color: #747474;
}
.footer dl dd p {
  width: 254px;
  word-wrap: break-word;
  line-height: 24px;
}
.footer dl dd a {
  font-weight: normal;
  color: #747474;
  text-decoration: none;
}
.footer dl dd a:hover {
  color: #dab866;
}
.footer .f_contact_us {
  float: right;
  text-align: right;
}
.footer .f_contact_us .f_Email .text {
  display: inline-block;
  vertical-align: middle;
}
.footer .f_contact_us .f_Email .text p {
  font-size: 14px;
  color: #9999;
}
.footer .f_contact_us .f_Email .text .yx {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
}
.footer .f_contact_us .f_Email .ico {
  display: inline-block;
  vertical-align: middle;
}
.footer .f_contact_us .f_more_info {
  margin-top: 22px;
}
.footer .f_contact_us .f_more_info p {
  color: #777;
  font-size: 14px;
  line-height: 24px;
}
.footer .f_contact_us .more_links {
  width: 344px;
  float: right;
  position: relative;
  margin-top: 14px;
}
.footer .f_contact_us .more_links .current {
  float: right;
  width: 272px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  text-align: left;
  padding-left: 6px;
  background: url(../image/foot_more_arr.png) no-repeat center right 12px;
  background-size: 11px;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.footer .f_contact_us .more_links .current a {
  font-size: 14px;
  color: #777;
}
.footer .f_contact_us .more_links .F_more_links_btn {
  width: 72px;
  height: 36px;
  float: right;
  background-color: #333;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
}
.footer .f_contact_us .drop_menu_link {
  display: none;
  width: 272px;
  position: absolute;
  bottom: 38px;
  left: 0;
  background-color: #fff;
  border: 1px solid #dddddd;
  text-align: left;
}
.footer .f_contact_us .drop_menu_link a {
  display: block;
  padding-left: 6px;
  font-size: 14px;
  color: #777;
  line-height: 32px;
}
.footer .f_contact_us .drop_menu_link a:hover {
  color: #dab866;
}
.footerbar {
  background-color: #eeeeee;
  text-align: center;
  height: 40px;
  color: #666666;
  line-height: 40px;
  font-size: 14px;
}
.footerbar a {
  color: #666666;
}
.footerbar .copyright {
  float: left;
}
.footerbar .links a {
  color: #666666;
}
</pre></body></html>