@charset "UTF-8";
/* 常量设置 */
.wrap {
  width: 1640px;
  margin-right: auto;
  margin-left: auto;
}

.mwrap {
  max-width: 1640px;
  margin-right: auto;
  margin-left: auto;
}

/*工具*/
.fix {
  *zoom: 1;
  *clear: both;
}

.fix:before, .fix:after {
  display: table;
  clear: both;
  content: '';
}

.oh {
  overflow: hidden;
  *zoom: 1;
}

.l {
  float: left;
}

.r {
  float: right;
}

.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.el {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hide {
  display: none;
}

.hidetext {
  font: 0/0 a;
  letter-spacing: -9px;
}

.arr {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
}

.opc0 {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* 头部 */
/* header{height:103px; background:#005faf;} */
.header {
  /*position:fixed; width:100%; left:0; top:0; z-index:9999; transition:.3s ease;*/
}

.header.fixed {
  top: -38px;
}

/* .header.fixed .head_bott{position:fixed; width:100%; left:0; top:0; z-index:5; transition:.3s ease;} */
.footer .head_top .left {
  float: left;
  font-size: 13px;
  color: #fff;
  line-height: 38px;
  display: none;
}

.footer .head_top .right {
  float: right;
}

.footer .head_top .right .k1 {
  font-size: 13px;
  color: #fff;
  line-height: 38px;
}

.footer .head_top .right .k1 a {
  color: #fff;
}

.footer .head_top .right .k1 .hotSearch {
  font-size: 13px;
  color: #fff;
  line-height: 38px;
}

.footer .head_top .right .k1 .hotSearch a {
  margin-right: 6px;
}

.header .head_bott {
  position: relative;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.header .head_bott .logo {
  float: left;
  line-height: 100px;
  height: 100px;
  width: 30%;
}

.logo img {
  vertical-align: middle;
  max-width: 100%;
}

.header .head_bott .inav_wrapper {
  float: left;
  width: 67%;
  display: flex;
  justify-content: flex-end;
}

.header .head_bott .inav_wrapper .nav_ul .nav_li {
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 100px;
  padding: 0 1.25vw;
}

.header .head_bott .inav_wrapper .nav_ul .nav_li > a {
  display: block;
  position: relative;
  color: #000000;
}

.header .head_bott .inav_wrapper .nav_ul .nav_li > a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 0;
  left: 0;
  height: 2px;
  background: #c9ae75;
  transition: .3s ease;
}

.header .head_bott .inav_wrapper .nav_ul .nav_li > a:hover:after {
  width: 100%;
}

.header .head_bott .inav_wrapper .nav_ul .nav_li.active > a:after {
  width: 100%;
}

.header .head_bott .inav_wrapper .nav_ul .nav_li.cur > a:after {
  width: 100%;
}

.header .head_bott .inav_wrapper .nav_ul .nav_li > a:hover {
  color: #c9ae75;
}

.header .head_bott .inav_wrapper .nav_ul .nav_li .dropdown {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 100%;
  left: 0;
  background: url(../images/nav.jpg) no-repeat center;
}

.header .head_bott .dropdown .left {
  float: left;
 width: 19%;
    padding-top: 25px;
    min-height: 318px;
}

.header .head_bott .dropdown .left ul {
  position: relative;
  padding-bottom: 30px;
}

.header .head_bott .dropdown .left ul:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 0;
  height: 1px;
  background: #c7c7c9;
}

.header .head_bott .dropdown .left ul li {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 36px;
  padding-left: 50px;
}

.header .head_bott .dropdown .left ul li a {
  color: #3c3c3c;
}

.header .head_bott .dropdown .left ul li:hover {
  background: #c9ae75;
}

.header .head_bott .dropdown .left ul li.cur {
  background: #fff;
}

.header .head_bott .dropdown .left dl {
  padding: 25px 0 20px;
}

.header .head_bott .dropdown .left dl dt {
  font-size: 16px;
  color: #272727;
  padding-left: 50px;
  line-height: 30px;
}

.header .head_bott .dropdown .left dl dd {
  font-size: 14px;
  color: #3c3c3c;
  line-height: 30px;
  padding-left: 50px;
}

.header .head_bott .dropdown .left dl dd a {
  color: #3c3c3c;
}

.header .head_bott .dropdown .right {
  float: right;
  width: 74%;
  padding-top: 45px;
}

.header .head_bott .dropdown .right .infor {
  float: left;
  width: 50%;
  position: relative;
  z-index: 1;
}

.header .head_bott .dropdown .right .infor .box {
  padding-left: 60px;
}

.header .head_bott .dropdown .right .infor .tit {
  font-size: 28px;
  color: #3c3c3c;
  line-height: 40px;
}

.header .head_bott .dropdown .right .infor .con {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 30px;
  margin: 40px 0;
}

.header .head_bott .dropdown .right .infor .more {
  font-size: 14px;
  background: #005faf;
  color: #fff;
  padding: 10px 30px;
  transition: .3s ease;
}

.header .head_bott .dropdown .right .infor .more:hover {
  background: #eee;
  color: #3c3c3c;
}

.header .head_bott .dropdown .right .infor .more .icon {
  display: inline-block;
  width: 17px;
  margin-left: 10px;
  height: 10px;
  background: url(../images/anniu_jt.png) no-repeat center;
}

.header .head_bott .dropdown .right .img {
  position: absolute;
  right: 0;
  top: 0;
}

.header .head_bott .dropdown .right .infor .more:hover .icon {
  background: url(../images/anniu_jt1.png) no-repeat center;
}

.header .head_bott .dropdown .btn_close {
  position: absolute;
  bottom: 10px;
  color: #005faf;
  line-height: 20px;
  left: 50%;
  margin-left: -18px;
  cursor: pointer;
  z-index: 9999;
}

.header .head_bott .dropdown .btn_close .icon {
  line-height: 15px;
  text-align: center;
}

.header .head_bott .dropdown .btn_close span {
  font-size: 12px;
  line-height: 9px;
}

/* 产品三级导航 */
.header .head_bott .pro_li .dropdown .right .content {
  display: none;
  padding-bottom: 100px;
}

.header .head_bott .pro_li .dropdown .right .content ul {
  padding: 0 10%;
}

.header .head_bott .pro_li .dropdown .right .content ul li {
  width: 25%;
  float: left;
}

.header .head_bott .pro_li .dropdown .right .content ul li a {
  display: block;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 30px;
  margin-bottom: 10px;
  transition: .3s ease;
}

.header .head_bott .pro_li .dropdown .right .content ul li a:hover {
  color: #005faf;
}

.header .head_bott .pro_li .dropdown .right .content:first-child {
  display: block;
}

.header .head_bott .pro_li .dropdown .right .content > div {
  float: left;
  width: 47%;
  margin-bottom: 40px;
}

.header .head_bott .pro_li .dropdown .right .content > div.even {
  border-left: 2px solid #d8d8d8;
}

.header .head_bott .pro_li .dropdown .right .content > div .box {
  padding-left: 50px;
}

.header .head_bott .pro_li .dropdown .right .content .t {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 30px;
  margin-bottom: 10px;
  transition: .3s ease;
}

.header .head_bott .pro_li .dropdown .right .content > div:hover .t {
  color: #005faf;
}

.header .head_bott .pro_li .dropdown .right .content .t .iconfont {
  width: 17px;
  height: 10px;
  background: url(../images/anniu_jt2.png) no-repeat center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}

.header .head_bott .pro_li .dropdown .right .content > div:hover .t .iconfont {
  opacity: 1;
  visibility: visible;
}

.header .head_bott .pro_li .dropdown .right .content .c {
  font-size: 13px;
  color: #3c3c3c;
  line-height: 30px;
}

.header .head_bott .tool {
  float: right;
}

.header .head_bott .tool .company {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 100px;
  height: 100px;
  cursor: pointer;
}

.header .head_bott .tool .company p img {
  margin-top: 15px;
  margin-right: 40px;
}

.header .head_bott .tool .company .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/head_bott01_1.png) no-repeat center;
  transform: translateY(4px);
}

.header .head_bott .tool .company span {
  margin: 0 10px;
}

.header .head_bott .tool .company .iconfont {
  margin: 0;
}

.header .head_bott .tool .search {
  float: left;
  width: 18px;
  height: 100px;
  margin-left: 20px;
  background: url(../images/sou.png) no-repeat center;
  cursor: pointer;
}

.header .head_bott .head_search {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.header .head_bott .head_search .bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/black.2.png);
}

.header .head_bott .head_search .content {
  position: relative;
  z-index: 9;
  width: 50%;
  margin: 0 auto;
  top: 38px;
  overflow: hidden;
}

.header .head_bott .head_search .form {
  position: relative;
}

.header .head_bott .head_search input {
  padding: 0 38px 0 39px;
  width: 92%;
  line-height: 65px;
  height: 65px;
  border: none;
  background: rgba(0, 95, 175, 0.8);
  color: #fff;
}

.header .head_bott .head_search button {
  position: absolute;
  outline: none;
  background: none;
  border: none;
  top: 2px;
  font-size: 40px;
  color: #fff;
  font-style: inherit;
}

.header .head_bott .head_search button.submit {
  left: 0;
}

.header .head_bott .head_search button.close {
  right: 30px;
  font-size: 30px;
  top: 16px;
}

.header .head_bott .head_search .text {
  background: #fff;
}

.header .head_bott .head_search .text .text_box {
  padding: 40px;
}

.header .logo,
.header .inav_wrapper,
.header .tool {
  opacity: 1;
  visibility: visible;
  transition: .5s ease;
}

.header.on .logo,
.header.on .inav_wrapper,
.header.on .tool {
  opacity: 0;
  visibility: hidden;
}

.header .head_bott .head_search .text .text_box .t {
  margin-bottom: 20px;
}

.header .head_bott .head_search .text .text_box ul li {
  line-height: 30px;
  font-size: 14px;
  padding-left: 20px;
}

.header .head_bott .head_search .text .text_box ul li:hover {
  background: #eee;
}

/* 控股公司 */
/* .kg_company{opacity:0; position:fixed; z-index:-1; top:0; right:0; width:100%; height:100%; text-align:left; overflow:hidden;}
.kg_company.on{opacity:1; z-index:2;} */
.kg_company .kg_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all .5s ease-out;
  z-index: -1;
}

.kg_company.on .kg_bg {
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  transition: all .5s ease-out;
}

.kg_company .kg_content {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: -516px;
  width: 516px;
  height: 100%;
  font-size: 0;
  background: #111;
  transition: right .5s;
}

.kg_company.on .kg_content {
  right: 0;
}

.kg_company .kg_btn {
  background: url(../images/kg_company_btn.png) no-repeat center;
  width: 18px;
  height: 18px;
  margin: 10px 25px;
  cursor: pointer;
}

.kg_company .kg_link {
  line-height: 62px;
}

.kg_company .kg_link .left {
  width: 65%;
  float: left;
  font-size: 16px;
  color: #3c3c3c;
  text-align: center;
  background: #fff;
}

.kg_company .kg_link .right {
  width: 35%;
  float: right;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.kg_company .form {
  border-bottom: 1px solid #3c3c3c;
  position: relative;
}

.kg_company .form .search {
  background: url(../images/kg_company_search.png) no-repeat center;
}

.kg_company .form input {
  display: inline-block;
  width: 100%;
  border: none;
  font-size: 15px;
  line-height: 70px;
  color: #111;
  background: none;
  background: #fff;
  padding: 0;
  margin: 0;
}

.kg_company .form #keyword {
  padding-left: 30px;
}

.kg_company .form .search {
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  margin: 26px 21px 25px;
  font-size: 38px;
  color: #fff;
  background: url(../images/kg_company_search.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.kg_company ul li {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.kg_company ul li a {
  display: block;
}

.kg_company ul li a .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/black.6.png);
  transition: .3s ease;
}

.kg_company ul li span {
  position: absolute;
  top: 0;
  left: 45px;
  z-index: 2;
  line-height: 110px;
  font-size: 18px;
  color: #fff;
}

.kg_company ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: .5s ease;
  visibility: hidden;
}

.kg_company ul li:hover:before {
  opacity: 1;
  visibility: visible;
  border: 10px solid #fff;
  background: rgba(0, 0, 0, 0.4);
}

.kg_company ul li:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 100%;
  margin-right: 24px;
  background: url(../images/jt_white.png) no-repeat center;
  background-size: auto;
  opacity: 0;
  transition: .5s ease;
  visibility: hidden;
}

.kg_company ul li:hover:after {
  opacity: 1;
  visibility: visible;
}

.mobile_key {
  display: none;
}

.m_nav {
  display: none;
}

.head_bott .tool .m_language {
  display: none;
}

.head_bott .tool .m_search {
  display: none;
}

.head_bott .mLan_down {
  display: none;
}

@media (max-width: 1024px) {
  .header .head_bott .inav_wrapper .nav_ul .nav_li {
    font-size: 14px;
    padding: 0 1vw;
  }
}

@media only screen and (max-width: 992px) {
  .header .head_bott .tool .company, .header .head_bott .tool .search {
    display: none;
  }
  .header .head_bott {
    background: rgba(0, 0, 0, 0.5);
  }
  .header .head_bott .logo {
    height: 64px;
    line-height: 64px;
  }
  body:after {
    content: 'Padp';
  }
  .wrap, .mwrap {
    width: 740px;
  }
  /*padMode 992px 网站样式*/
  .header .head_bott .inav_wrapper {
    display: none;
  }
  /* 手机端导航 */
  /*导航下拉*/
  .header .mobile_key {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    margin-left: 10px;
    margin-top: 18px;
  }
  .header .mobile_key span,
  .header .mobile_key:before,
  .header .mobile_key:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 2px;
    margin-left: -10px;
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
  }
  .header .mobile_key span {
    margin-top: -4px;
  }
  .header .mobile_key:before {
    content: '';
    margin-top: 3px;
  }
  .header .mobile_key:after {
    content: '';
    margin-top: 10px;
  }
  .menu-open .mobile_key:before {
    opacity: 0;
    transition: 0.2s ease 0.1s;
  }
  .menu-open .mobile_key:after {
    margin-top: 2px !important;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
  }
  .menu-open .mobile_key span {
    margin-top: 2px !important;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
  }
  /*下拉黑色背景*/
  .header-overlay {
    transition: all 0.2s ease-out;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: -1;
    top: 102px;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
  }
  .bg-open .header-overlay {
    z-index: 3;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    visibility: visible;
  }
  .bg-open1 .header-overlay {
    z-index: 3;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    visibility: visible;
  }
  .menu-open .header-overlay {
    z-index: 3;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    visibility: visible;
  }
  .m_nav {
    position: fixed;
    left: 0;
    top: 102px;
    right: 0;
    width: 100%;
    background: #eeeeee;
    z-index: 20;
    display: none;
    max-height: calc(100vh - 55px);
    max-height: calc(var(--vh, 1vh) * 100 - 55px);
    overflow-y: auto;
  }
  .m_nav .m_wrap {
    padding: 0 5%;
  }
  .m_nav .mNav_bott .m_navli {
    position: relative;
    transition: all 0.3s ease-out;
    border-bottom: solid 1px #eeeeee;
  }
  .m_nav .mNav_bott .m_navli:last-child {
    border-bottom: none;
  }
  .m_nav .mNav_bott .m_navli > a {
    display: block;
    padding: 15px 35px 15px 15px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    color: #3c3c3c;
  }
  .m_nav .mNav_bott .m_navli > a:hover {
    color: #3c3c3c;
  }
  .m_nav .mNav_bott .m_navli > a:after,
  .m_nav .mNav_bott .m_navli > a:before {
    content: '';
    background: #8c8c8c;
    width: 9px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
  .m_nav .mNav_bott .m_navli > a:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.6s ease-out;
  }
  .m_nav .mNav_bott .m_navli > a:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.6s ease-out;
  }
  .m_nav .mNav_bott .m_navli.active {
    background: #eee;
  }
  .m_nav .mNav_bott .m_navli.active > a:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #8c8c8c;
  }
  .m_nav .mNav_bott .m_navli.active > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    background: #8c8c8c;
  }
  .m_nav .mNav_bott .m_navli.active > a {
    /*border-bottom:solid 1px #58a3e7;*/
    font-weight: bold;
  }
  .m_nav .mNav_bott .m_navli .m_secNav {
    display: none;
  }
  .m_nav .mNav_bott .m_navli .m_secNav .li-title {
    width: 100%;
    padding: 8px 25px;
    border-top: solid 1px #dfdbdb;
    padding-top: 18px;
    box-sizing: border-box;
    color: #3c3c3c;
    font-size: 13px;
    position: relative;
  }
  .m_nav .mNav_bott .m_navli .m_secNav .li-title a {
    color: #3c3c3c;
    padding: 5px 0 5px 25px;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.25;
    transition: all 0.3s ease-out;
  }
  .m_nav .mNav_bott .m_navli .m_secNav .li-title a:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/m_anniu1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background-size: cover;
  }
  .m_nav .mNav_bott .m_navli .m_secNav ul {
    font-size: 0;
    padding-bottom: 18px;
  }
  .m_nav .mNav_bott .m_navli .m_secNav li {
    font-size: 14px;
  }
  .m_nav .mNav_bott .m_navli .m_secNav ul {
    overflow: hidden;
  }
  .m_nav .mNav_bott .m_navli .m_secNav li {
    width: 49%;
    float: left;
  }
  .m_nav .mNav_bott .m_navli .m_secNav li > a {
    padding: 8px 25px;
    line-height: 28px;
    display: block;
    position: relative;
    color: #3c3c3c;
  }
  .m_nav .mNav_bott .m_navli .m_secNav li > a:hover {
    color: #005faf;
  }
  .m_nav .mNav_bott .m_navli .m_secNav li > a.cur {
    color: #005faf;
  }
}

@media only screen and (max-width: 760px) {
  body:after {
    content: 'Mobile';
  }
  body, input, textarea, button, select {
    font-size: 13px;
    font-weight: normal;
  }
  .UnmobilePush {
    display: none;
  }
  .MobilePush {
    display: block;
  }
  img[data-src] {
    opacity: 1;
  }
  .wrap, .mwrap {
    padding-left: 2%;
    padding-right: 2%;
    width: auto;
  }
  .mwrap .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  /*移动端防恶意复制信息*/
  * {
    -webkit-touch-callout: none;
    /*系统默认菜单被禁用*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -khtml-user-select: none;
    /*早期浏览器*/
    -moz-user-select: none;
    /*火狐*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
  }
  input {
    -webkit-user-select: auto;
    /*webkit浏览器*/
  }
  textarea {
    -webkit-user-select: auto;
    /*webkit浏览器*/
  }
  /*mobileMode 760 网站样式*/
  .progress {
    display: none;
  }
  .m_nav {
    top: 64px;
  }
  header {
    height: 64px;
  }
  .header.fixed {
    position: static;
    height: 64px;
  }
  .header .head_top {
    display: none;
  }
  .header .head_bott {
    height: 64px;
    background: #005faf;
  }
  .header .head_bott .tool .company {
    display: none;
  }
  .header .head_bott .tool .search {
    display: none;
  }
  .footer .foot_top {
    display: none;
  }
  .footer .head_top {
    display: none;
  }
  .footer .foot_bott .left {
    font-size: 13px;
  }
  .footer .foot_bott .right {
    float: left;
    font-size: 13px;
  }
  .footer .foot_bott {
    padding: 15px 0;
  }
  :root .footer .cover video {
    display: none;
  }
  :root .footer .cover img {
    display: block;
  }
  .header .head_bott .logo img {
    width: 80%;
    margin-top: 8px;
  }
  .xc_banner {
    margin-top: 0;
    position: relative;
    height: 169px;
    overflow: hidden;
  }
  .xc_banner > img {
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    max-width: none;
  }
  .xc_banner .content .infor {
    margin-top: 10%;
  }
  .xc_banner .content .infor .con {
    display: none;
  }
  .kg_company {
    display: none;
  }
  .header-overlay {
    top: 66px;
  }
  /* 手机端 xc_nav */
  .m_sencondNav {
    display: block;
  }
  .channel_content {
    padding: 15px 0;
  }
  /*手机端语言下拉*/
  .header .head_bott .logo {
    width: 64%;
    line-height: 54px;
  }
  .head_bott .tool {
    width: 30%;
  }
  .head_bott .tool .m_language {
    display: block;
    float: right;
    padding-right: 10px;
  }
  .head_bott .tool .m_language > a {
    line-height: 25px;
    font-size: 0;
  }
  .head_bott .tool .m_language span {
    font-size: 16px;
    line-height: 64px;
    color: #fff;
    display: none;
  }
  .head_bott .mLan_down {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    z-index: 4;
  }
  .head_bott .mLan_down ul {
    background: #f6f6f6;
  }
  .head_bott .mLan_down li {
    transition: all 0.3s ease-out;
    border-bottom: solid 1px #e4e4e4;
  }
  .head_bott .mLan_down a {
    display: block;
    padding: 15px;
    font-size: 13px;
    position: relative;
    color: #666;
    overflow: hidden;
  }
  .head_bott .mLan_down a:after {
    content: '';
    background: url(../images/mlan_anniu1.png) no-repeat center;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background-size: cover;
  }
  /*手机端搜索下拉*/
  .head_bott .tool .m_search {
    display: block;
    padding-right: 10px;
    float: right;
    width: 30px;
    height: 64px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .head_bott .tool .m_search .icon {
    width: 20px;
    height: 20px;
    margin-top: 22px;
    background: url(../images/mobile_sear1.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    vertical-align: -5px;
  }
  .head_bott .mSearch {
    z-index: 4;
    background: #eee;
    padding: 15px 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    box-sizing: border-box;
    display: none;
  }
  .head_bott .mSearch .search-inner .search-input input {
    background: #fff;
    width: 100%;
    height: 38px;
    font-size: 13px;
    border-radius: 38px;
    border: none;
    padding: 10px 17px;
    box-sizing: border-box;
  }
  .head_bott .mSearch .search-inner .search-btn button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    width: 27px;
    height: 27px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    padding: 0;
  }
  .head_bott .mSearch .search-inner .search-btn button img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
  }
}

/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1300 {
  max-width: 1330px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*about*/
.w1560 {
  max-width: 1590px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.ab-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 4.42708333333333vw;
  padding-bottom: 2.60416666666667vw;
}

.ab-bg .ab-index {
  align-items: center;
}

.ab-bg .ab-index .abl {
  width: 33%;
  background: url(../images/tt2.png) no-repeat right center;
  padding: 2.34375vw 0;
  padding-right: 3.64583333333333vw;
}

.ab-bg .ab-index .abl .at1 {
  color: #c9ae75;
  font-size: 50px;
  text-transform: uppercase;
  font-family: "Arial";
  font-weight: 600;
  line-height: 1;
}

.ab-bg .ab-index .abl .at2 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: 1vw 0;
}

.ab-bg .ab-index .abl .at3 {
  width: 145px;
  height: 4px;
  background: #dcdcdc;
}

.ab-bg .ab-index .abr {
  width: calc(100% - 37.82%);
}

.ab-bg .ab-index .abr .aw p {
  color: #333333;
  font-size: 16px;
  text-align: justify;
  line-height: 31px;
}

.ab-bg .ab-index .abr .aw p a{
   color: #333333; 
}
.ab-bg .ab-index .abr .aw p a:hover{
   color: #337ab7; 
}


.ab-bg .ab-index .abr .am {
  width: 106px;
  height: 38px;
  border: 1px solid #c9ae75;
  margin-top: 1.5vw;
}

.ab-bg .ab-index .abr .am a {
  display: block;
  color: #c9ae75;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 36px;
  text-align: center;
}

.ab-bg .ab-index .abr .am:hover {
  background: #c9ae75;
}

.ab-bg .ab-index .abr .am:hover a {
  color: #fff;
}

.c2-con {
  margin-top: 2.60416666666667vw;
}

.c2-con ul {
  text-align: center;
}

.c2-con ul li {
  position: relative;
}

.c2-con ul li .count-title {
  color: #c9ae75;
  display: inline-block;
  font-size: 70px;
  font-family: "Impact";
  font-weight: 600;
}

.c2-con ul li dt {
  font-size: 20px;
  color: #010101;
  display: inline-block;
  padding-left: 10px;
  font-weight: normal;
}

.c2-con ul li p {
  color: #010101;
  text-align: center;
  font-size: 17px;
}

.ab-list1 {
  margin-top: 2vw;
}

.ab-list1 li {
  width: 25%;
  text-align: center;
}

.ab-list1 li .img1 img {
  max-width: 100%;
  transition: all 0.5s;
  transform: scale(1, 1);
}

.ab-list1 li .wz1 {
  color: #333333;
  font-size: 17px;
  font-weight: 600;
  padding-top: 10px;
}

.ab-list1 li .wz2 {
  padding: 10px 0;
  color: #888888;
  font-size: 14px;
  font-family: "Arial";
}

.ab-list1 li .wz3 {
  width: 30px;
  height: 2px;
  background: #e2d3b5;
  margin: 0 auto;
}

.ab-list1 li:hover .img1 img {
  transform: scale(-1, 1);
}

.ab-list1 li:hover .wz1 {
  color: #c9ae75;
}

.ab-list1 li:hover .wz2 {
  color: #c9ae75;
}

@media (max-width: 1300px) {
  .ab-bg .ab-index .abl .at1 {
    font-size: 40px;
  }
  .ab-bg .ab-index .abl .at2 {
    font-size: 26px;
  }
  .c2-con ul li .count-title {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  .ab-bg .ab-index .abl .at1 {
    font-size: 24px;
  }
  .ab-bg .ab-index .abl .at2 {
    font-size: 22px;
  }
  .c2-con ul li .count-title {
    font-size: 30px;
  }
  .c2-con ul li p {
    font-size: 14px;
  }
  .ab-bg .ab-index .abr .aw p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 995px) {
  .ab-bg .ab-index {
    flex-wrap: wrap;
  }
  .ab-bg .ab-index .abl {
    width: 100%;
    background: none;
  }
  .ab-bg .ab-index .abl .at2 {
    font-size: 20px;
  }
  .ab-bg .ab-index .abl .at3 {
    margin-top: 10px;
  }
  .ab-bg .ab-index .abr {
    width: 100%;
  }
  .ab-bg .ab-index .abr .am {
    margin-top: 20px;
  }
  .ab-list1 {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .ab-list1 li {
    width: 50%;
    margin-bottom: 20px;
  }
  .ab-list1 li .wz1 {
    font-size: 14px;
  }
  .ab-list1 li .wz2 {
    font-size: 12px;
    padding: 5px 0;
  }
}

/*产品*/
.pt {
  text-align: center;
}

.pt .pt1 {
  font-weight: 600;
  color: #000000;
  font-size: 38px;
  font-weight: 600;
}

.pt .pt2 {
  color: #666666;
  font-size: 26px;
  text-transform: uppercase;
}

.pro-index {
  margin-top: 3.125vw;
}

.tab-con {
  position: relative;
}

.tab-con .tab-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con .tab-main {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con .tab-main.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.slick-wrap .tab-li {
  margin-top: 1.30208333333333vw;
  margin-bottom: 1.5625vw;
}

.slick-wrap .tab-li ul {
  justify-content: center;
}

.slick-wrap .tab-li ul li {
  width: 143px;
  height: 46px;
  background: #eeeeee;
  margin: 0 13px;
}

.slick-wrap .tab-li ul li a {
  display: block;
  color: #000000;
  font-size: 17px;
  text-align: center;
  line-height: 46px;
}

.slick-wrap .tab-li ul li.active {
  background: #c9ae75;
}

.slick-wrap .tab-li ul li.active a {
  color: #fff;
}

.slick-wrap .plist1 {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -0.6%;
}

.slick-wrap .plist1 li {
  width: 23.7%;
  margin: 0 0.6%;
  margin-bottom: 2%;
}

.slick-wrap .plist1 li .img1 {
  border: 1px solid #e5e5e5;
}

.slick-wrap .plist1 li .img1 img {
  width: 100%;
}

.slick-wrap .plist1 li .wz {
  border-bottom: 1px solid #f1f1f1;
  padding: 16px 15px;
  align-items: center;
}

.slick-wrap .plist1 li .wz b {
  color: #010101;
  font-size: 17px;
  font-weight: 500;
}

.slick-wrap .plist1 li .wz span {
  color: #8a8a8a;
  font-size: 12px;
  font-family: "Arial";
  text-transform: uppercase;
}

.slick-wrap .plist1 li:hover .img1 {
  border: 1px solid #c9ae75;
}

.slick-wrap .plist1 li:hover .wz {
  background: #c9ae75;
}

.slick-wrap .plist1 li:hover .wz b {
  color: #fff;
}

.slick-wrap .plist1 li:hover .wz span {
  color: #fff;
}

@media (max-width: 1024px) {
  .pt .pt1 {
    font-size: 24px;
  }
  .pt .pt2 {
    font-size: 16px;
  }
  .slick-wrap .tab-li ul li a {
    font-size: 14px;
  }
  .slick-wrap .plist1 li .wz b {
    font-size: 14px;
  }
  .slick-wrap .plist1 li .wz span {
    font-size: 12px;
  }
}

@media (max-width: 995px) {
  .pro-index {
    margin-top: 40px;
  }
  .slick-wrap .tab-li ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .slick-wrap .tab-li ul li {
    width: 31%;
    margin: 0 1%;
    margin-bottom: 5px;
    height: 35px;
  }
  .slick-wrap .tab-li ul li a {
    line-height: 35px;
  }
  .slick-wrap .plist1 {
    margin: 0;
    justify-content: space-between;
  }
  .slick-wrap .plist1 li {
    width: 48%;
    margin: 0;
    margin-bottom: 2%;
  }
  .slick-wrap .plist1 li .wz {
    padding: 10px 0px;
  }
  .slick-wrap .plist1 li .wz b {
    font-size: 12px;
  }
}

/*行业应用*/
.area-bg {
  background: url(../images/bj2.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 4.6875vw 0;
  margin-top: 1.5625vw;
  background-attachment: fixed;
}

.area-bg .area-index .area-left {
  width: 20.83%;
}

.area-bg .area-index .area-left .art {
  text-indent: 1.35416666666667vw;
}

.area-bg .area-index .area-left .art .art1 {
  color: #c9ae75;
  font-size: 60px;
  font-weight: 600;
  position: relative;
}

.area-bg .area-index .area-left .art .art1::before {
  content: '';
  position: absolute;
  background: url(../images/tt3.png) no-repeat top center;
  width: 88px;
  height: 87px;
  left: 0;
  top: 0;
}

.area-bg .area-index .area-left .art .art2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
}

.area-bg .area-index .area-left .art .art3 {
  margin-top: 1vw;
}

.area-bg .area-index .area-left .art .art3::before {
  content: '';
  position: absolute;
  left: -10px;
  width: 26.30208333333333vw;
  height: 1px;
  background: #949497;
}

.area-bg .area-index .area-left .arw {
  margin-top: 1.7625vw;
}

.area-bg .area-index .area-left .arw h3 {
  color: #ffffff;
  font-size: 40px;
  text-align: right;
}

.area-bg .area-index .area-left .arw h4 {
  width: 45px;
  height: 1px;
  background: #89898a;
  margin: 1.82291666666667vw 0;
  margin-left: 12.23958333333333vw;
}

.area-bg .area-index .area-left .arw .arp p {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
}

.area-bg .area-index .area-left .arw a {
  width: 112px;
  height: 37px;
  background: #ffffff;
  border-radius: 30px;
  display: block;
  margin-top: 1.5625vw;
  text-align: center;
  line-height: 37px;
  color: #c9ae75;
  font-size: 14px;
  float: right;
}

.area-bg .area-index .area-left .arw a:hover {
  background: #c9ae75;
  color: #fff;
}

.area-bg .area-index .area-right {
  width: calc(100% - 25.64%);
}

.area-bg .area-index .area-right .arSwiper {
  overflow: hidden;
}

.area-bg .area-index .area-right .arSwiper .point {
  justify-content: flex-end;
  margin-bottom: 1.66666666666667vw;
}

.area-bg .area-index .area-right .arSwiper .point .swiper-pagination1 {
  position: relative;
}

.area-bg .area-index .area-right .arSwiper .point .swiper-pagination1 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #676767;
  opacity: 1;
  border-radius: 0;
  margin: 0 3.5px;
}

.area-bg .area-index .area-right .arSwiper .point .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cccccc;
}

.area-bg .area-index .area-right .arSwiper .point .tt {
  margin-left: 10px;
}

.area-bg .area-index .area-right .arSwiper .swiper-slide .img1 {
  position: relative;
}

.area-bg .area-index .area-right .arSwiper .swiper-slide .img1 img {
  width: 100%;
}

.area-bg .area-index .area-right .arSwiper .swiper-slide .img1 .more {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/m1.png) no-repeat top center;
  width: 155px;
  height: 103px;
  z-index: 99;
  background-size: 100% 100%;
}

.area-bg .area-index .area-right .arSwiper .swiper-slide .wz {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-top: 1.82291666666667vw;
}

.area-bg .area-index .area-right .arSwiper .swiper-slide:hover .more {
  background: url(../images/m2.png) no-repeat top center;
}

.area-bg .area-index .area-right .arSwiper .swiper-slide:hover .wz {
  color: #b99f6b;
}

@media (max-width: 1200px) {
  .area-bg .area-index .area-left .art .art1 {
    font-size: 38px;
  }
  .area-bg .area-index .area-left .art .art2 {
    font-size: 32px;
  }
  .area-bg .area-index .area-left .arw h3 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .area-bg .area-index .area-right .arSwiper .swiper-slide .wz {
    font-size: 14px;
    margin-top: 20px;
  }
  .area-bg .area-index .area-left .arw .arp p {
    line-height: 24px;
  }
}

@media (max-width: 995px) {
  .area-bg {
    margin-top: 20px;
  }
  .area-bg .area-index {
    flex-wrap: wrap;
  }
  .area-bg .area-index .area-left {
    width: 100%;
  }
  .area-bg .area-index .area-left .art .art1 {
    font-size: 24px;
  }
  .area-bg .area-index .area-left .art .art1::before {
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
  }
  .area-bg .area-index .area-left .art .art2 {
    font-size: 20px;
  }
  .area-bg .area-index .area-left .art .art3::before {
    display: none;
  }
  .area-bg .area-index .area-left .arw h3 {
    text-align: left;
    font-size: 18px;
  }
  .area-bg .area-index .area-right {
    width: 100%;
    margin-top: 20px;
  }
  .area-bg .area-index .area-left .arw {
    margin-top: 30px;
  }
  .area-bg .area-index .area-left .arw h4 {
    margin-left: 0;
  }
  .area-bg .area-index .area-left .arw .arp p {
    text-align: left;
  }
  .area-bg .area-index .area-left .arw a {
    float: none;
    margin-top: 10px;
  }
  .area-bg .area-index .area-right .arSwiper .swiper-slide .wz {
    margin-top: 10px;
  }
  .area-bg .area-index .area-right .arSwiper .swiper-slide .img1 .more {
    width: 80px;
    height: 60px;
  }
  .area-bg .area-index .area-right .arSwiper .point {
    margin-bottom: 20px;
  }
}

/*理由*/
.reason-bg {
  background: url(../images/bj3.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 4.16666666666667vw;
  padding-bottom: 4.42708333333333vw;
}

.reason-bg .reason-index .ret {
  text-align: center;
}

.reason-bg .reason-index .ret .ret1 {
  color: #000000;
  font-size: 40px;
  font-weight: 600;
}

.reason-bg .reason-index .ret .ret1 b {
  color: #b89e6b;
}

.reason-bg .reason-index .ret .ret2 {
  color: #4c4c4c;
  font-size: 16px;
  margin-top: 5px;
}

.reason-bg .reason-index .reason-list {
  margin-top: 2.60416666666667vw;
}

.reason-bg .reason-index .reason-list li {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2.60416666666667vw 0;
  position: relative;
  background: #f6f6f6;
  z-index: 99;
}

.reason-bg .reason-index .reason-list li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  transform: scale(0);
  transition: transform .5s;
  z-index: -1;
}

.reason-bg .reason-index .reason-list li .img1 img {
  max-width: 100%;
}

.reason-bg .reason-index .reason-list li .wz1 {
  color: #333333;
  font-size: 20px;
  padding: 5px 0;
}

.reason-bg .reason-index .reason-list li .wz2 {
  color: #999999;
  font-size: 14px;
  font-family: "Arial";
}

.reason-bg .reason-index .reason-list li:hover::before {
  background: #c9ae75;
  transform: scale(1);
}

.reason-bg .reason-index .reason-list li:hover .img1 img {
  filter: brightness(100);
}

.reason-bg .reason-index .reason-list li:hover .wz1 {
  color: #fff;
}

.reason-bg .reason-index .reason-list li:hover .wz2 {
  color: #fff;
}

@media (max-width: 1024px) {
  .reason-bg .reason-index .ret .ret1 {
    font-size: 24px;
  }
  .reason-bg .reason-index .reason-list li .wz1 {
    font-size: 16px;
  }
}

@media (max-width: 995px) {
  .reason-bg {
    padding: 40px 0;
  }
  .reason-bg .reason-index .reason-list {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .reason-bg .reason-index .reason-list li {
    width: 48%;
    margin-bottom: 4%;
  }
}

/*news*/
.tt11 {
  display: none;
}

.news-index {
  margin-top: 4.16666666666667vw;
}

.news-index .newsl {
  width: 20.83%;
}

.news-index .newsl .art {
  text-indent: 1.35416666666667vw;
}

.news-index .newsl .art .art1 {
  color: #c9ae75;
  font-size: 60px;
  font-weight: 600;
  position: relative;
}

.news-index .newsl .art .art1::before {
  content: '';
  position: absolute;
  background: url(../images/tt4.png) no-repeat top center;
  width: 88px;
  height: 87px;
  left: 0;
  top: 0;
}

.news-index .newsl .art .art2 {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
}

.news-index .newsl .art .art3 {
  margin-top: 1vw;
}

.news-index .newsl .art .art3::before {
  content: '';
  position: absolute;
  left: -10px;
  width: 26.30208333333333vw;
  height: 1px;
  background: #949497;
}

.news-index .newsl .arw {
  margin-top: 2.7625vw;
}

.news-index .newsl .arw h3 {
  color: #333333;
  font-size: 40px;
  text-align: right;
}

.news-index .newsl .arw h4 {
  width: 45px;
  height: 1px;
  background: #89898a;
  margin: 1.82291666666667vw 0;
  margin-left: 12.23958333333333vw;
}

.news-index .newsl .arw .arp p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  text-align: right;
}

.news-index .newsl .arw a {
  width: 112px;
  height: 37px;
  background: #ffffff;
  border: 1px solid #c9ae75;
  border-radius: 30px;
  display: block;
  margin-top: 1.5625vw;
  text-align: center;
  line-height: 37px;
  color: #c9ae75;
  font-size: 14px;
  float: right;
}

.news-index .newsl .arw a:hover {
  background: #c9ae75;
  color: #fff;
}

.news-index .newsr {
  width: calc(100% - 24.23%);
  align-items: center;
}

.news-index .newsr .nsort {
  width: 74px;
}

.news-index .newsr .nsort li {
  background: url(../images/nt1.png) no-repeat top center;
  width: 74px;
  height: 85px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.news-index .newsr .nsort li a {
  display: block;
  color: #666666;
  font-size: 18px;
  padding: 0 18px;
}

.news-index .newsr .nsort li + li {
  margin-top: 1.5625vw;
}

.news-index .newsr .nsort li.cur {
  background: url(../images/nt2.png) no-repeat top center;
}

.news-index .newsr .nsort li.cur a {
  color: #fff;
}

.news-index .newsr .nlist1 {
  width: calc(100% - 120px);
}
.news-index .newsr .nlist1 .nlist2{
   display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-index .newsr .nlist1 .nlist2 li {
  /*float: left;*/
  width: 47.2%;
  padding: 2.60416666666667vw 0;
  border-top: 1px solid #cccccc;
}

.news-index .newsr .nlist1 .nlist2 li:nth-child(2n) {
  float: right;
}

.news-index .newsr .nlist1 .nlist2 li .wz1 {
  align-items: center;
  position: relative;
  padding-left: 15px;
}

.news-index .newsr .nlist1 .nlist2 li .wz1 ::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333333;
  margin-top: -3px;
}

.news-index .newsr .nlist1 .nlist2 li .wz1 .ww1 {
  color: #4c4c4c;
  font-size: 16px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-index .newsr .nlist1 .nlist2 li .wz1 .date {
  color: #999999;
  font-size: 18px;
}

.news-index .newsr .nlist1 .nlist2 li .wz2 {
  margin-top: 1vw;
  align-items: center;
  padding-left: 15px;
}

.news-index .newsr .nlist1 .nlist2 li .wz2 .ww2 {
  width: 90%;
  line-height: 24px;
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-index .newsr .nlist1 .nlist2 li:hover .wz1 .ww1 {
  color: #c9ae75;
}

.news-index .newsr .nlist1 .nlist2 li:hover .wz1 ::before {
  background: #c9ae75;
}

@media (max-width: 1200px) {
  .news-index .newsl .art .art1 {
    font-size: 38px;
  }
  .news-index .newsl .art .art2 {
    font-size: 32px;
  }
  .news-index .newsl .arw h3 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .news-index .newsl .arw .arp p {
    line-height: 24px;
  }
}

@media (max-width: 995px) {
  .news-index {
    flex-wrap: wrap;
  }
  .news-index .newsl {
    width: 100%;
  }
  .news-index .newsl .art .art1 {
    font-size: 24px;
  }
  .news-index .newsl .art .art1::before {
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
  }
  .news-index .newsl .art .art2 {
    font-size: 20px;
  }
  .news-index .newsl .arw h3 {
    text-align: left;
    font-size: 18px;
  }
  .news-index .newsl .art .art3::before {
    display: none;
  }
  .news-index .newsl .arw .arp p {
    text-align: left;
  }
  .news-index .newsl .arw a {
    float: none;
  }
  .news-index .newsr {
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .news-index .newsr .nsort {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .news-index .newsr .nsort li {
    margin: 0 10px;
  }
  .news-index .newsr .nsort li a {
    font-size: 14px;
    text-align: center;
  }
  .news-index .newsr .nlist1 {
    width: 100%;
    margin-top: 20px;
  }
  .news-index .newsr .nlist1 .nlist2 li {
    float: none;
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .news-index .newsr .nlist1 .nlist2 li .wz1 .ww1 {
    font-size: 14px;
  }
  .news-index .newsr .nlist1 .nlist2 li .wz1 .date {
    font-size: 14px;
  }
  .news-index .newsr .nlist1 .nlist2 li .wz2 .ww2 {
    font-size: 12px;
  }
}

/*foot*/
.foot-bg {
  background: #1f2224;
  padding-top: 3.22916666666667vw;
  padding-bottom: 10px;
}

.foot-bg .foot-index .footl {
  width: 59.94%;
}

.foot-bg .foot-index .footl dl {
  width: 20%;
}

.foot-bg .foot-index .footl dl dt {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}

.foot-bg .foot-index .footl dl dd a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
}

.foot-bg .foot-index .footl dl dd a:hover {
  color: #b89e6b;
}

.foot-bg .foot-index .footm img {
  max-width: 100%;
}

.foot-bg .foot-index .footm p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 3;
  text-align: center;
}

.foot-bg .foot-index .footr {
  width: 24.36%;
  background: #313131;
  padding: 0 1.5625vw;
  padding-top: 1vw;
}

.foot-bg .foot-index .footr .lx p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.foot-bg .foot-index .footr .lx p:nth-of-type(1) {
  color: rgba(255, 255, 255, 0.5);
}

.foot-bg .foot-index .footr .lx p:nth-of-type(2) {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
}

.foot-bg .foot-index .footr .lx p:nth-of-type(4) {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.foot-bg .foot-index .footr .lx p:nth-of-type(6) {
  color: #fff;
  margin-top: 10px;
}

.foot-bg .seo {
  text-align: right;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.foot-bg .seo a {
  color: #fff;
}

.foot-bg .seo a:hover {
  color: #b89e6b;
}

.foot-bg .link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.foot-bg .link a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.foot-bg .link a:hover {
  color: #b89e6b;
}

.cop-bg {
  background: #292b2d;
  padding: 15px 0;
}

.cop-bg .cop-index {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.cop-bg .cop-index a {
  color: rgba(255, 255, 255, 0.4);
}

.cop-bg .cop-index a:hover {
  color: #b89e6b;
}

.cop-bg .cop-index .copl {
  width: 50%;
}
.cop-bg .cop-index .copl img{
    margin-top: -2px;
}

@media (max-width: 1200px) {
  .foot-bg .foot-index .footr .lx p:nth-of-type(2) {
    font-size: 20px;
  }
}

@media (max-width: 995px) {
  .foot-bg {
    padding: 20px 0;
  }
  .foot-bg .foot-index {
    flex-wrap: wrap;
  }
  .foot-bg .foot-index .footl {
    width: 100%;
  }
  .foot-bg .foot-index .footm {
    width: 100%;
  }
  .foot-bg .foot-index .footr {
    width: 100%;
  }
  .foot-bg .seo {
    text-align: left;
  }
  .cop-bg .cop-index {
    flex-wrap: wrap;
    text-align: center;
  }
  .cop-bg .cop-index .copl {
    width: 100%;
  }
  .cop-bg .cop-index .copr {
    width: 100%;
  }
}

/*内页左侧样式*/
.page-product-inquiry a {
  color: #fff;
}

.chanhh {
  max-width: 1815px;
  margin: 0 auto;
  padding: 0 2%;
  font-family: "微软雅黑";
}

.toptop {
  position: absolute;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  z-index: 999;
  top: 0px;
}

.section {
  overflow: hidden;
  width: 100%;
}

.msjdisnhgt {
  display: none;
}

.flex3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.djsdnj {
  padding: 2% 0;
}

/* 内页左侧导航栏样式 */
.disdfnjhggg .xypg-left-nav {
  margin: 0 -1px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.disdfnjhggg .xypg-left-nav > li {
  position: relative;
  border-bottom: none;
  width: 12%;
  text-align: center;
  background: #f7f7f7;
  border-right: 1px solid #dedede;
}

.disdfnjhggg .xypg-left-nav > li:last-child {
  border-bottom: none;
}

.disdfnjhggg .xypg-left-nav > li > a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #2e2e2e;
  padding: 15px 18px;
}

.disdfnjhggg .xypg-left-nav > li .first-nav-btn {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background: url(https://gcdn.myxypt.com/images/icon_spirit.png) 0 -240px no-repeat;
  display: none;
}

.disdfnjhggg .xypg-left-nav > li .first-nav-btn.clicked {
  background-position: 0 -270px;
}

.disdfnjhggg .xypg-left-nav > li:hover, .disdfnjhggg .xypg-left-nav > li.active1 {
  background: #b89e6b;
}

.disdfnjhggg .xypg-left-nav > li:hover > a, .disdfnjhggg .xypg-left-nav > li.active1 > a {
  color: #fff;
}

.disdfnjhggg .xypg-left-nav > li:hover, .disdfnjhggg .xypg-left-nav > li.clicked {
  background: #b89e6b;
}

.disdfnjhggg .xypg-left-nav > li:hover > a, .disdfnjhggg .xypg-left-nav > li.clicked > a {
  color: #fff;
}

.disdfnjhggg .xypg-left-nav > li:hover .first-nav-btn, .disdfnjhggg .xypg-left-nav > li.clicked .first-nav-btn {
  color: #b89e6b;
}

.disdfnjhggg .xypg-left-nav .xypg-left-subnav {
  display: none;
  padding: 0 10px;
}

.disdfnjhggg .xypg-left-nav .xypg-left-subnav > li {
  border-top: 1px dashed #eeeeee;
}

.disdfnjhggg .xypg-left-nav .xypg-left-subnav > li > a {
  padding: 8px;
  display: block;
  line-height: 20px;
  color: #818181;
  font-size: 16px;
}

.disdfnjhggg .xypg-left-nav .xypg-left-subnav > li > a:hover {
  color: #b89e6b;
}

.disdfnjhggg .xypg-left-nav .xypg-left-subnav > li.clicked > a {
  color: #b89e6b;
}

.disdfnjhggg .xypg-left-nav .xypg-left-threenav > li > a {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.disdfnjhggg .xypg-left-nav .xypg-left-threenav > li > a:before {
  content: '\2014   ';
}

.disdfnjhggg .xypg-left-nav .xypg-left-threenav > li > a:hover {
  color: #b89e6b;
}

.disdfnjhggg .xypg-left-nav .xypg-left-threenav > li.clicked > a {
  color: #b89e6b;
}

@media (max-width: 990px) {
  .disdfnjhggg .xypg-left-nav .xypg-left-threenav {
    display: block;
  }
  .disdfnjhggg .xypg-left-nav{
      flex-wrap:wrap;
  }

}

@media(max-width:768px){
    .disdfnjhggg .xypg-left-nav > li{
      width: 42%;
  }
}
    

