/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
html{ color: #333;font-family:Microsoft YaHei,Arial,sans-serif;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: #333}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.rel{position:relative;}.abs{position:absolute;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
img {border:none;display: block;height: auto;max-width: 100%;}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}

.pages {
  text-align: center;
  font-size: 12px;
  padding: 0 0 60px;
}
.pages li {
  display: inline-block;
  color: #999;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  padding: 4px 11px 3px;
  background: #FFFFFF;
  margin-right: 0.5%;
  border-radius: 4px;
}
.pages li.thisclass {
  background-color: #2858aa;
  color: #fff;
  border-color: #2858aa;
}
.pages li.thisclass a {
  color: #fff;
}
.pages li a {
  color: #999;
}

/* ::-webkit-input-placeholder{}
:-moz-placeholder{}
::-moz-placeholder{}
:-ms-input-placeholder{}  */

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hot-pro-sell {
  margin-top: 7%;
}
.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.center-box,.center-box1 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.theme {
  color: #2858aa!important;
}
.menu {
  display: none;
}
.menu i {
  display: block;
  width: 32px;
  height: 3px;
  background-color: #2858aa;
  margin-top:7px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  -o-transition:transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s, -webkit-transform 0.3s;
}
.menu i:first-child {
  margin-top: 0;
}
.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(39deg);
      -ms-transform: rotate(39deg);
          transform: rotate(39deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-39deg);
      -ms-transform: rotate(-39deg);
          transform: rotate(-39deg);
}

.bgfff {
  background-color: #fff;
}
.banner img {
  width: 100%;
}

.menu,.mobile-img {
  display: none;
}

.head {
  padding: 18px 0 18px;
}
.head-right {
  width: 80%;
}
.head-nav li {
  float: left;
  margin-left: 84px;
  font-size: 18px;
  color: #333;
}
.head-nav li a {
  white-space: nowrap;
  display: block;
  padding: 17px 5px;
  position: relative;
  box-sizing: border-box;
}
.head-nav li.on a {
  border-bottom: 3px solid #2858aa;
}
.head-bott {
  background-color: #2858aa;
  padding: 10px 0;
  box-sizing: border-box;
}
.head-bott-left {
  color: #fff;
  font-size: 16px;
}
.hb-search-box {
  width: 300px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px 0 15px;
  box-sizing: border-box;
  background-color: #fff;
}
.cont-Linfo .iconfont,.add-sub .iconfont  {
  color: #2858aa;
}
.cont-Linfo .iconfont:before {
  font-size: 18px;
}

.hb-search-value {
  border: none;
  outline: none;
  -webkit-appearance: none;
  background: transparent;
  color: #a1a1a1;
  font-size: 14px;
  width: 100%;
  max-width: calc(100% - 20px);
}
.contact-box {
  margin-bottom: 60px;
}
::-webkit-input-placeholder{
  color: #a1a1a1;
  font-size: 14px;
}
:-moz-placeholder{
  color: #a1a1a1;
  font-size: 14px;
}
::-moz-placeholder{
  color: #a1a1a1;
  font-size: 14px;
}
:-ms-input-placeholder{
  color: #a1a1a1;
  font-size: 14px;
}
.banner-word {
  width: 100%;
}
.banner-word-Tit {
  font-size: 66px;
  color: #fff;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.banner-word-Tit:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 4px;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
}
.banner-word-Vice {
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.aboutus-box {
  background: url(../img/ab-bj.png) no-repeat 0px 0px;
  background-size: cover;
  padding-bottom: 80px;
}

.normal-Tit-group {
  padding: 80px 0 40px;
}
.normal-Tit {
  font-size: 40px;
  color: #333;
  margin-bottom: 15px;
}

.normal-Vice-tit {
  font-size: 18px;
  color: #2858aa;
  position: relative;
}

.normal-Vice-span {
  display: inline-block;
  padding:0 25px;
  position: relative;
}

.normal-Vice-span:before,.normal-Vice-span:after{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #aaa;
  top: 50%;
  left: 0;
  transform: translate(0,-50%) rotate(45deg);
}
.normal-Vice-span:after {
  left: unset;
  right: 0;
}

.normal-Vice-span>i:before,.normal-Vice-span>i:after {
  position: absolute;
  content: "";
  width: 36px;
  height: 2px;
  background-color: #aaa;
  left: 0;
  top: 50%;
  left: 0;
  transform: translate(-100%,-50%);
}

.normal-Vice-span>i:after {
  left: unset;
  right: 0;
  transform: translate(100%,-50%);
}
.aboutus-main-cont {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 1px 1px 13px rgba(196,204,214,.69);
}
.about-Mleft {
  width: 42.5%;
}
.about-Mrig {
  width: 57.5%;
  box-sizing: border-box;
  padding: 25px 40px 0;
}
.about-Mrig-Tit {
  font-size: 30px;
  color: #153874; 
}
.about-Mrig-Tit-span {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}
.about-Mrig-Tit-span:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #153874;
  left: 0;
  bottom: 0;
}

.about-Mrig-desc {
  font-size: 18px;
  color: #141414;
  margin: 20px 0;
}
.about-Mrig-bott {
  font-size: 14px;
  color: #999;
  line-height: 1.8em;
}
.check-more-btn {
  width: 130px;
  line-height: 40px;
  height: 40px;
  background-color: #2858aa;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  display: block;
}
.tab-btn-items {
  display: inline-block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  background-color: #fafafa;
  color: #666666;
  text-align: center;
  border-radius: 28px;
  font-size: 24px;
  border: 1px solid #eeeeee;
  margin-left: 60px;
  cursor: pointer;
}
.tab-btn-items:first-child {
  margin-left: 0;
}

.tab-btn-items.on {
  background-color: #2858aa;
  color: #fff;
}
.tab-cont-items {
  display: none;
}
.tab-cont-items:first-child {
  display: block;
}

.tab-cont-box {
  margin-top: 40px;
}
.swiper-pro-next,.swiper-pro-prev {
  width: 40px;
  height: 60px;
  background-color: #ccc;
  left: -70px;
  color: #fff;
}
.swiper-pro-next {
  left: unset;
  right: -70px;
}
.swiper-pro-tit {
  padding: 15px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}
.swiper-pro-tit>span,.swiper-pro-desc>span {
  font-weight: 400;
}
.swiper-pro-bott {
  padding:0 20px ;
  font-size: 16px;
  color: #333;
  transition: color .3s ;
}
.swiper-pro-desc {
  padding: 10px 0;
  box-sizing: border-box;
  font-weight: 600;
}
#swiper-pro1, #swiper-pro2{
  padding: 2px;
  box-sizing: border-box;
}
.tab-cont-items .swiper-slide {
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(192,192,192,.3),-1px 1px 5px rgba(192,192,192,.3);
  transition:background-color .3s ;
}
.tab-cont-items .swiper-slide:hover {
  background-color: #2659aa;
}
.tab-cont-items .swiper-slide:hover  .swiper-pro-bott {
  color: #fff;
}
.tab-cont-items .swiper-slide:hover .img-marks{
  opacity: 1;
  display: flex;
}
.img-marks {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.3);
  opacity: 0;
  transition:opacity .3s ;
  font-size: 32px;
  color: #fff;
  text-align: center;
  display:flex;
  justify-content: center;
  align-items: center;
}
.pro-img {width: 100%;}

.news-main-Left {
  width: 51.66%;
}
.news-main-Right {
  width: 48.33%;
  padding: 0 20px 0 40px;
  box-sizing: border-box;
}
.news-main-top {
  padding-bottom: 25px;
  line-height: 1.4em;
}
.news-main-Tit {
  font-size: 22px;
  color: #333;
}
.know-more {
  font-size: 14px;
  color: #999;
}
.news-art-top {
  font-size: 20px;
  color: #333;
  padding: 25px 0 20px;
  line-height: 1.5em;
}
.news-art-Tit {
  font-weight: 400;
  width: 72%;
}
.news-date {
  font-size: 14px;
  color: #999;
}
.news-art-desc {
  line-height: 1.7em;
  font-size: 14px;
  color: #666;
}
.news-list-left {
  width: 26.9%;
}
.news-list-right {
  width: 73.1%;
  padding-left: 20px;
  box-sizing: border-box;
}
.news-list-Rtit {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}
.news-list-Rdate {
  font-size: 14px;
  color: #999;
  margin: 10px 0;
}
.news-list-Rdesc {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list-ul>li {
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
}
.news-list-ul>li:first-child {
  padding-top: 0;
}

.case-show-box {
  background: url(../img/case-bj.png) no-repeat 0px 0px;
  background-size: cover;
  margin-top: 70px;
  padding-bottom: 80px;
}
.col-fff {
  color: #fff;
}

#case-swiper .swiper-slide {
  padding-top: 40px;
}
.swiper-inner-left {
  width: 40.83%;
  padding: 0 0 0 35px;
  box-sizing: border-box;
}
.swiper-inner-right {
  width: 59.16%;
  padding: 30px 25px 0;
  box-sizing: border-box;
}
.swiper-inner-box {
  background-color: #fff;
}
.case-cover-img {
  transform: translate(0,-40px);
}
.case-R-tit {
  font-size: 22px;
  color: #3c3c3c;
  
}
.case-R-tit>span {
  padding-bottom: 15px;
  display: inline-block;
}
.case-R-tit>span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #2858aa;
}
.emph {
  color: #2858aa;
  margin-top: 35px;
  font-size: 14px;
}
.case-R-desc {
  font-size: 14px;
  margin-top: 12px;
  color: #666;
  line-height: 1.8em;
}

.case-swiper-box .swiper-pagination-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 100%;
}
.case-swiper-box .swiper-pagination {
  right: 0;
  bottom: 0;
  left: unset;
  width: auto;
  transform: translate(-40px,0);
}
.more-links {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0,0,0,.31);
  box-sizing: border-box;
  text-align: center;
  border-left: 1px solid #1d2d46;
  border-right: 1px solid #1d2d46;
  color: #fff;
  font-size: 16px;
}
.case-swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0,0,0,.31);
  border-radius: 0;
  color: #fff;
  text-align: center;
  margin: 0;
  opacity: 1;
  border-left: 1px solid #1d2d46;
  border-right: 1px solid #1d2d46;
  box-sizing: border-box;
  font-size: 18px;
}
.case-swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2858aa;
  position: relative;
}
.case-swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 0px;
}

.span-btn-details {
  font-size: 14px;
  display: block;
  color: #2858aa;
  margin-top: 40px;
  text-align: right;
}
.iframe-map {
  width: 100%;
  height: 480px;
  border: none;
}
.contact-left {
  width: 40.41%;
  padding-right: 70px;
  box-sizing: border-box;
}
.contact-right {
  width: 59.58%;
}
.cont-Linfo {
  margin-top: 30px;
  font-size: 18px;
}
.code-img-box {
  margin-top: 60px;
}
.code-img-top,.code-img-bott {
  width: 115%;
  height: 115%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}

.code-img-top:before,.code-img-top:after,.code-img-bott:before,.code-img-bott:after  {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
  left: 0;
  top: 0;
}

.code-img-top:after {
  left: unset;
  right: 0px;
  border-left: none;
  border-right: 1px solid #bababa;
}

.code-img-bott:before {
  bottom: 0;
  top: unset;
  border-top: none;
  border-bottom: 1px solid #bababa;
}

.code-img-bott:after {
  bottom: 0;
  left: unset;
  right: 0px;
  top: unset;
  border: 1px solid #bababa;
  border-top: none;
  border-left: none;
}
.scand {
  font-size: 16px;
  color: #282829;
  margin-top: 20px;
}

.footer {
  width: 100%;
  background-color: #333333;
}
.footer-top {
  padding: 40px 0 54px;
  border-bottom: 1px solid #484848;
}
.footer-left {
  width: 22.5%;
  box-sizing: border-box;
  border-right: 1px solid #484848;
}
.footer-mid {
  width: 60.5%;
  
}
.footer-right {
  width: 17%;
  box-sizing: border-box;
}

.footer-ul li {
  color: #999999;
  width: 57.58%;
  padding:0 40px 0 65px;
  box-sizing: border-box;
  border-right: 1px solid #484848;
  font-size: 14px;
}
.footer-ul li:first-child {
  width: 42.42%;
}
.footer-ul-tit {
  font-size: 18px;
  color: #fff;
}
.footer-ul-likns>a {
  margin-top: 10px;
  color: #cecece;
  width: 50%;
  display: block;
  float: left;
}
.footer-cont-info {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.footer-cont-info>span {
  color: #c7c7c7;
}

.footer-scand {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-bott-info {
  padding: 15px 0;
  font-size: 12px;
  color: #aeaeae;
  text-align: center;
}
.footer-bott-info a {
  color: #aeaeae;
}
.ml40 {
  margin-left: 40px;
}

/*关于我们*/
.banner-list-word {
  color: #fff;
  text-align: center;
  width: 37.5%;
}
.banner-list-word-Tit {
  font-size: 66px;
  margin-bottom: 25px;
}
.banner-list-word-Vice {
  font-size: 30px;
}
.list-main-span {
  margin: 0 10px;
  white-space: nowrap;
}
.tit-line {
  height: 2px;
  background-color: #fff;
  flex: 1;
  position: relative;
}
.tit-line::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 70px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  left: 0;
  bottom: 0px;
}
.right-line:before {
  border-left: none;
  border-right: 2px solid #fff;
  left: unset;
  right: 0px;
}
.nav-position {
  background-color: #f5f5f5;
  width: 100%;
  
}
.nav-posi-ul li {
  color: #333333;
  float: left;
  width: 20%;
  text-align: center;
  padding: 18px 0;
}

.nav-posi-ul li .iconfont:before {
  font-size: 28px;
}
.nav-posi-ul li.on {
  background-color: #2858aa;
  color: #fff;
}
.nav-posi-name {
  font-size: 18px;
  margin-top: 10px;
}
.ab-comp-desc {
  margin: 80px 0;
}
.ab-comp-inner-box {
  border-top: 1px solid transparent;
}
.ab-comp-left {
  width:44.53% ;
  margin-top: 40px;
  padding:0 50px;
  box-sizing: border-box;
  position: relative;
}
.ab-comp-left:before, .ab-comp-left:after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  background: url(../img/quote-up.jpg) no-repeat 0px 40%;
  z-index: -2;
}
.ab-comp-left:after {
  background: url(../img/quote-down.jpg) no-repeat 96% 90%;
  z-index: -1;
}
.ab-comp-right {
  width: 55.41%;
}
.ab-comp-ul>li {
  float: left;
}

.aboutus-group-tit {
  padding-left: 45px;
}

.aboutus-tit {
  font-size: 36px;
  color: #2858aa;
}

.aboutus-group-tit:before, .aboutus-group-tit:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 190%;
  border: 4px solid #2858aa;
  background-color: #fff;
  z-index: -2;
  left: 0px;
  bottom: 0px;
  box-sizing: border-box;
}

.aboutus-group-tit:after {
  transform: translate(40%,40%);
  z-index: -1;
  border: 4px solid transparent;
}

.ab-main-desc {
  font-size: 16px;
  color: #333;
  line-height: 1.7em;
  padding-top: 50px;
}
.ab-main-desc>p {
  margin: 18px 0;
}
.left-img {
  width: 46.38%;
  padding-right: 10px;
  box-sizing: border-box;
}
.ab-comp-ul li img {
  width: 100%;
}
.left-img>img {
  margin-bottom: 10px;
}
.right-img {
  width: 53.61%;
}

.company-culture {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.company-culture-inner {
  text-align: center;
  color: #fff;
  width: 100%;
}
.cul-tit {
  font-size: 36px;
  margin-bottom: 35px;
  text-align: center;
}
.cul-desc {
  font-size: 16px;
  width: 650px;
  line-height: 1.875em;
  margin: 0 auto;
}

.hornor-zs {
  margin: 80px 0;
  
}

.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.hornor-zs-name {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 15px;
}
#swiper-hornor {
  position: relative;
}
#swiper-hornor::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px dashed #eeeeee;
  left: 0;
  bottom: 3px;
}
#swiper-hornor .swiper-slide {
  padding-bottom: 26px;
  position: relative;
}
#swiper-hornor .swiper-slide:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #2858aa;
  border-radius: 50%;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%,0);
}
.swiper-hornor-box .swiper-hornor-next,.swiper-hornor-box .swiper-hornor-prev {
  top: unset;
  width: 22px;
  height: 22px;
  bottom: 3px;
  border:1px solid #a2a2a2;
  color: #a2a2a2;
  border-radius: 50%;
  transform: translate(-50%,50%);
}
.swiper-hornor-box .swiper-hornor-next {
  transform: translate(50%,50%);
}
.swiper-hornor-box .swiper-hornor-next:after,.swiper-hornor-box .swiper-hornor-prev:after {
  font-size: 16px;
}

/* #swiper-place .swiper-slide {
  padding: 2% 0;
  position: static;
  transform: none;
} */
/* #swiper-place .swiper-slide.swiper-slide-active{
  transform: scale(1.22,1.22);
  transform-origin: center center;
} */
.product-place {
  margin-bottom: 80px;
}
.cul-by {
  font-size: 24px;
  color: #666;
  text-align: center;
}
.cul-by-en {
  font-size: 14px;
  color: #666;
  margin: 15px 0 50px;
  text-align: center;
}
.swiper-place-next,.swiper-place-prev {
  width: 60px;
  height: 60px;
  background-color: #999999;
  border-radius: 50%;
  color: #fff;
  left: -100px;
}
.swiper-place-next {
  left: unset;
  right: -100px;
}
.swiper-place-next:after,.swiper-place-prev:after {
  font-size: 16px;
}
#swiper-equip .swiper-slide {
  padding-bottom: 80px;
}
#swiper-equip .swiper-equip-pagination .swiper-pagination-bullet {
  width:50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  color: #333;
  font-size: 24px;
}

#swiper-equip .swiper-equip-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2858aa;
  color: #fff;
}

.tab-cont-ul>li {
  width: 31.33%;
  float: left;
  margin-left: 2%;
  margin-bottom: 40px;
  background-color: #FFF;
  box-shadow: 1px 1px 5px rgb(192 192 192 / 30%), -1px 1px 5px rgb(192 192 192 / 30%);
    transition: background-color .3s ;
  transition: all .3S;
}
.tab-cont-ul>li:hover {
  background-color: #2858aa;
}
.tab-cont-ul>li:hover .swiper-pro-bott{
  color: #FFF;
}
.tab-cont-ul>li:hover .img-marks {
  opacity: 1;
  display: flex;
}
.tab-cont-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.nav-posi-pad {
  padding: 20px 0;
}

.pro-detail-show {
  padding: 30px 0 60px;
}
.return-list {
  display: inline-block;
  padding: 4px 5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #999;
  margin-bottom: 45px;
}
.swiper-thumbs-box {
  width: 110px;
  height: 500px;
  padding: 25px 0;
  box-sizing: border-box;
  min-width: 110px;
  margin-right: 10px;
}
.swiper-main-box {
  width: 499px;
}
.por-details-left {
  width: 52%;
}
.por-details-right {
  width: 48%;
  padding:15px 55px 0;
  box-sizing: border-box;
  max-width: calc(100% - 620px);
}
#swiper-thumbs {
  height: 100%;
}
.add-sub .icon-weixin:before {
  font-size: 18px;
}
.swiper-main-next, .swiper-main-prev {
  width: 20px;
  height: 20px;
  background-color: #dddddd;
  color: #fff;
  border-radius: 50%;
  left: 50%;
  margin: 0;
}
.swiper-main-next:after,.swiper-main-prev:after {
  font-size: 12px;
}
#swiper-thumbs .swiper-slide {
  padding: 5px;
  box-sizing: border-box;
}
#swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  background-color: #2858aa;
}
#swiper-thumbs .thumbs-img {
  width: 100%;
  height: 100%;
}

.por-dR-tit {
  font-size: 30px;
  color: #333;
  padding-bottom: 5px;
}

.dR-params-items {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}

.dR-params-items>span {
  color: #666;
}

.consult-btn {
  display: block;
  width: 310px;
  height: 50px;
  line-height: 50px;
  background-color: #2588c2;
  color: #eeeeee;
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
}

.pro-charac-Tit {
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #2858aa;
  color: #fff;
  font-size: 16px;
  margin: 60px 0 30px;
}

.pro-charac-main {
  font-size: 14px;
  color: #333;
  line-height: 2em;
  padding-left: 68px;
}

.pro-pd-name {
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
}

.news-CLeft {
  width: 20%;
}
.news-CRight{
  width: 80%;
  padding: 0 100px 0 40px;
  box-sizing: border-box;
}

.news-CR-tit {
  font-size: 20px;
  color: #333;
  font-weight: 400;
}

.news-CR-desc {
  font-size: 14px;
  color: #666;
  line-height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-CR-date {
  font-size: 14px;
  color: #999;
}
.news-Cul>li {
  margin-bottom: 30px;
}
.news-center-list {
  padding-top: 55px;
}

.article-show-top {
  background-color: #f5f5f5;
  width: 100%;
  padding: 30px 0 50px;
}

.article-Tit {
  font-size: 36px;
  color: #333;
  font-weight: 400;
  text-align: center;
  padding: 15px 0 60px;
}

.article-date {
  font-size: 16px;
  color: #333;
  text-align: center;
}

.article-show-bott {
  font-size: 16px;
  line-height: 2.2em;
  color: #333;
}

.article-show-bott>p {
  font-size: 16px;
  line-height: 2.2em;
  color: #333;
  margin: 30px 0;
}

.article-show-bott>img {
  margin: 30px auto;
}

.prev-next-box {
  background-color: #f5f5f5;
  padding: 45px 0;
  font-size: 14px;
  color: #999;
}
.prev-next-items {
  width: 40%;
  padding: 5px 0;
}
.prev-next-items a {
  color: #999;
}
.case-change-right .swiper-inner-left {
  padding: 0 0 0 35px;
}
.case-show-list-ul>li {
  box-shadow: 1px 1px 13px rgba(196,204,214,.69);
  margin-top: 120px;
}
.case-show-list-ul {
  margin-bottom: 70px;
}
.contact-List-left,.contact-List-right {
  width: 50%;
}
.contact-List-left {
  padding:0  70px 0 110px;
  box-sizing: border-box;
}
.contact-List-right {
  padding-right: 128px;
  box-sizing: border-box;
}
.add-sub {
  font-size: 18px;
  text-align: center;
  color: #333;
  margin-bottom: 26px;
}
.contact-List-box {
  padding: 30px 0;
  box-shadow: 1px 1px 13px rgba(196,204,214,.69);
}
.contact-List-right .code-img-box {
  margin-top: 0;
}

.contact-List-Tit {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin: 80px 0 50px;
}
.list-map {
  width: 100%;
  height: 480px;
}
.list-map-box {
  margin: 80px 0;
}