@charset "utf-8";

html{font-size:62.5%;}
body{margin:0px; font-size:14px; color:#333; font-family:"微软雅黑", Arial, Helvetica, sans-serif; cursor:default;}
*{padding:0px; margin:0px;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family:"微软雅黑", Arial, Helvetica, sans-serif; font-style:normal;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal;}
input,select,button{font-size:12px; font-family:"微软雅黑", Arial, Helvetica, sans-serif; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none;}
li{list-style:none;}
iframe{border:none;}
a{color:#333; text-decoration:none;}
a:hover{color:#e62129;}
.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}
.con {width: 1200px; margin: 0 auto;}
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{background-color:#000;}
::-webkit-scrollbar-thumb{background-color:#ddd;}
::-webkit-scrollbar-thumb:hover{background-color:#ff9500;}
::-webkit-scrollbar-thumb:active{background-color:#ff9500;}
@media only screen and (max-width:995px) {
input{-webkit-appearance:none;}
}

.con{width:80%; margin:0 auto;max-width: 1500px;}
.container { width:1200px; margin:0 auto;max-width: 1500px;}
@media only screen and (max-width:995px) {
.con{width:94%;}
}

.header{width:100%; position:fixed; top:0; left:0; z-index:9999;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;background:rgba(0, 0, 0, .3); }
.header:hover{background:rgba(255,255,255,0.85)}
.header.on{box-shadow:0 0 10px #aaa;background:rgba(255,255,255,0.85);}
.header .container{position:relative;width: 90%;}
.header .logo{ float:left; margin:12px 0 10px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .logo{ margin:12px 0 10px;}
.header .logo img{width:auto; height:62px;display:block}
.header .logo .img2 { display: none}
.header.on .logo .img1{ display:none}
.header.on .logo .img2 { display:block}
.header:hover .logo .img2 { display:block}
.header:hover .logo .img1 { display:none}
.header .language{float:right; height:83px; text-align:center; line-height:83px; color:#fff;  margin-left:25px; cursor:pointer; position:relative; z-index:9; font-size:16px}
.header.on .language{color:#333;}
.header:hover .language{color:#333;}
.header .language .l_m i{display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:5px;}
.header .language .x_l{width:120px; padding-top:8px; position:absolute; top:58px; left:50%; margin-left:-60px; display:none;font-size:16px}
.header .language .x_l:before{width:0; height:0; border-right:10px solid transparent; border-left:10px solid transparent; border-bottom:8px solid #535352; content:""; position:absolute; top:0; left:50%; margin-left:-10px;}
.header .language .x_l ul{padding:5px 15px; background-color:#535352;}
.header .language .x_l ul li a{color:#ddd; line-height:43px; display:block; }
.header .language .x_l ul li a:hover{color:#fafafa;}

.header .an{position:absolute; top:50%; right:15px; height:18px; width:30px; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .right {float: right;text-align: left;margin-left:30px;}
.header .right .ss {line-height:80px;display: inline-block;padding: 0 10px;position: relative;color: #fff;}
.header:hover .right .ss{color: #333}
.header.on .right .ss{line-height: 76px;color: #333}
.header .right i {font-size: 20px;}
.header .right .wx {line-height:80px;display: inline-block;padding: 0 10px;position: relative;color: #fff;}
.header:hover .right .wx{color: #333;}
.header.on .right .wx {line-height: 76px;}
.header.on .right .wx{color: #333;}
.header .right .wx .e_j {position: absolute;width: 120px;left: 50%;margin-left: -60px;top: 83px;background: #fff;display: none}
.header .right .wx .e_j img {width: 100%;display: block;}
.header .right .wx .e_j p {line-height: 1.8;color: #333;text-align: center;}
.header .right .wx:hover .e_j{display: block;}
.header .right .yy {line-height:80px;display: inline-block;padding: 0 10px;position: relative;color: #fff;font-size: 20px;}
.header .right .yy a {color: #fff;}
.header:hover .right .yy a{color: #333}
.header.on .right .yy {
  line-height: 76px;
}
.header.on .right .yy a{color: #333}
.search{width:100%; padding:30px 5%; background-color:#f7f7f7; position:fixed; top:0; left:0; z-index:9; display:none;box-sizing: border-box;}
.search .an_sj {width: 5%;line-height: 52px;color: #555;float: right;text-align: right;}
.search input.w_z{width:90%; height:52px; border-radius:0; font-size:18px; line-height:52px; color:#555; float:left; -webkit-appearance:none;}
.search button.s_c{width:5%; height:52px;font-size:18px; line-height:52px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;}
.search i {font-size: 18px;}

.header .nav{float:right;}
.header .nav i{font-size:15px; color:#666; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; right:0px; top:50%; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);background: url(../images/icon001.png) right center no-repeat;}
.header.on .nav{ float:right; }
.header .nav ul li{margin:0 2px; line-height:83px; float:left; position:relative; padding:0 24px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header.on .nav ul li{line-height:76px;}
.header .nav ul li a{display:block; font-size:16px; color:#fff; text-transform:capitalize}
.header.on .nav ul li a{display:block; color:#333;}
.header:hover .nav ul li a{display:block; color:#333;}
.header .nav ul li span{width:0; height:2px; background-color:#fff; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.header.on .nav ul li span{background-color:#0275c6;}
.header:hover .nav ul li span{background-color:#0275c6;}
.header .nav ul li:hover span{width:100%;}
.header .nav ul li.on span{width:100%;}
.full_text {display: none}
.full_text.on {display:block}
.nav .y_j{position:relative;}
.nav .e_j{width:150px; background-color:rgba(255,255,255,0.85); position:absolute; top:83px; left:0; display:none; z-index:9999;border-radius: 0 0 10px 10px;}
.header .nav .e_j.cp {width: 200px;}
.header.on .nav .e_j {top:76px;}
/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a{display:block; font-size:14px; color:#000; line-height:40px; border-bottom:1px solid rgba(0,0,0,0.15); text-align: left;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;padding-left:10px;}
.nav .e_j .ejy { position:relative}
.nav .e_j .s_j {width:150px; background-color:rgba(255,255,255,0.85); position:absolute; top:0px; left:150px; display:none; z-index:9999;border-radius: 0 0 10px 10px;border-left:1px solid rgba(0,0,0,0.15); }
.nav .e_j .s_j.jr {width:120px;}
.nav .e_j .s_j a {font-size: 12px !important;}
.nav .e_j .s_j .si_j{width:150px; background-color:rgba(255,255,255,0.85); position:absolute; top:0px; left:150px; display:none; z-index:9999;border-left:1px solid rgba(0,0,0,0.15);border-radius: 0 0 10px 10px; }
.nav .e_j .s_j .sjy { position:relative}
.nav .e_j .s_j .sjy:hover .si_j{display: block;}
.header .nav .e_j a:hover{background-color:#0275c6; color:#fff; padding-left:15px;}
.nav ul li .e_j .ejy:hover .s_j { display:block}

@media (min-width:1024px){

.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
.head_h { height: 68px; display: none}
}
@media (max-width:102px){
.header .nav ul li{margin:0 15px;}
.header .nav ul li a{font-size:15px;}
}


@media (max-width:1368px){

.header .nav ul li .e_j a {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 38px;
}

}


@media (max-width:1200px){
.header .nav ul li{margin:0 20px;}
.header .nav ul li a{font-size:16px;}
}
@media only screen and (max-width:1024px){


}
@media only screen and (max-width:600px){
.header .container{ padding:0; overflow:hidden; width:94%}
.header .logo{width:140px; margin:10px auto;}
.header .right {
    margin-right: 60px;
}
.header.on .logo{width:140px; margin:10px auto;}
.header.on .right a.a2 {
    background: url(../images/s.png) center / 20px no-repeat;
}



}
@media only screen and (max-width:375px){
.header .container{ padding:0}
	.header .logo {
    width: 140px;
    margin: 10px auto;
}
	.header.on .logo {
    width: 140px;
    margin: 10px auto;
}

}


.head_h{width:100%; height:83px; background-color:#fff;display: none}
@media only screen and (max-width:995px){
.head_h{display: block;height: 60px;}
}

/*手机banner*/

.swiper-container-ban .swiper-slide{width:100%; height:100vh;}
.swiper-container-ban .swiper-slide a{display:block; width:100%; height:100%;}
.swiper-container-ban .swiper-slide .mb {width: 100%;top: 0;height: 100%;left: 0;opacity: 0}
.swiper-slide-active .mb{animation:fadeInUp 1s .6s forwards;}
/*banner*/
.banw {width:100%; position:relative;height: 100vh;overflow: hidden;}
.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  transform: scale(1.15, 1.15);
  transition: 1s linear 2s;
}
.banner-slide figure img {
  display: block;
  position: relative;
}
.banner-slide.swiper-slide-active figure {
  transition: 6s linear;
  transform: scale(1);
}
.banner-slide.swiper-slide-active .bhide {
  visibility: visible;
  animation: letterL 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes letterL {
  0% {
    opacity: 0;
    color: #ffffff 0px 0px 40px;
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    color: #0275c6 0px 0px 0px;
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    color: #ffffff 0px 0px 0px;
  }
}
.bhide {
  visibility: hidden;
  transform: translateY(-100px);
}
.btext {
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 50%;
  margin-top: -88px;
  z-index: 5;
}
.btext p {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 3px;
}
.btitle {
  display: inline-block;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.btitle i {
  display: block;
  position: absolute;
  left: 0;
  right: 16px;
  bottom: 0;
  height: 1px;
}
.btitle i:before {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 113px;
  height: 2px;
  background: #fff;
}
.btitle strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
}
.btitle small {
  display: block;
  letter-spacing: 1px;
  margin-top: 14px;
  line-height: 1.1;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Helvetica";
}
.btext .jd {width: 160px;height: 45px;line-height: 45px;text-align: center;background: #1661b1;font-size: 16px;position: relative;visibility: hidden;transform: translateY(200px);}
.btext .jd em {font-style: normal;font-size: 20px;margin-left: 10px;}
.banner-slide.swiper-slide-active .btext .jd {
  visibility: visible;animation: letterL 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.btext .jd a {position: relative;color: #fff;z-index: 3;}
.btext .jd span {position: absolute;width: 0;height: 100%;left: 0;top: 0;background: #0275c6;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;z-index: 1; }
 
.btext .jd:hover span {width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.banner-prev {
  position: absolute;
  left: 12.5%;
  bottom: 60px;
  z-index: 10;height: 55px;padding-bottom: 2px;
  overflow: hidden;background: none
}
.banner-prev span {
  display: block;
  float: left;
  position: relative;
  z-index: 3;
  margin-right: 30px;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;background: none;margin-bottom: 1px;
}
.banner-prev span:hover {
  color: #000;
}
.banner-prev span:hover:before {
  transform: scale(1);
}
.banner-prev span:before {
  content: "";
  position: absolute;
  left: -150%;
  top: -150%;
  background: #fff;
  width: 300%;
  height: 300%;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
}
.banner .swiper-pagination-bullet {
  width: 25%;
  height:50px;
  display: inline-block;position: relative;
  border-radius: 100%;border-radius: 0;opacity: 0.5;background: none;
  border-bottom:rgba(255,255,255,1) 1px solid;margin: 0 !important;color: #fff;line-height: 50px;font-size: 17px;
}
.banner .swiper-pagination-bullet::before{content: ""; position: absolute;left: 0;bottom:-1px;width: 0;height: 2px;background: #fff; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before{width:100%;-webkit-transition:all 5s; -moz-transition:all 5s; -o-transition:all 5s; transition:all 5s; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;background: none;border-bottom:rgba(255,255,255,0.5) 1px solid;}
/*
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
*/
.banner .swiper-pagination {bottom: 50px !important;}
.banner .swiper-num{ position: absolute; z-index: 9; right: 15px; bottom: 60px; color: #bebebe;}
.banner .swiper-num .active{ font-size:32px; font-weight: bold;}


@media only screen and (max-width:995px){
.swiper-container-ban{display:none;}
}
/*手机banner*/
.swiper-container-sban{display:none;}
.swiper-container-sban .swiper-slide{width:100%; height:100vh;}
.swiper-container-sban .swiper-slide a{display:block; width:100%; height:100%;}
.swiper-container-sban .swiper-slide .mb {width: 100%;top: 0;height: 100%;left: 0;opacity: 0;position: absolute;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;background: rgba(0,0,0,0.35)}
.swiper-container-sban .swiper-slide .mb .box {width: 100%;}
.swiper-container-sban .swiper-slide h1{font-size: 26px;font-weight: bold;color: #fff;line-height: 36px;margin: 15px 0 15px 0;text-align: center;position: relative;padding-bottom: 30px;}
.swiper-container-sban .swiper-slide h1::after{width: 60px;left: 50%;margin-left: -30px;bottom: 0;height: 3px;background: #008ed7;position: absolute;content: ""}
.swiper-container-sban .swiper-slide h4 {font-size: 16px;color: #fff;text-align: center;}
.swiper-slide-active .mb{animation:fadeInUp 1s .6s forwards;}



@media only screen and (max-width:995px){
.swiper-container-sban{display:block;}
	.banw{display: none}
}


/*背景图*/
.sectionbg2, .sectionbg3, .sectionbg4 {
    -webkit-animation: pagebgfd 6s ease 0s infinite alternate;
    animation: pagebgfd 6s ease 0s infinite alternate;
}
.sectionbg2 {
    background: url('../images/sec1.jpg') center;
        background-size: auto;
    background-size: 100% 100%;
}
.sectionbg2, .sectionbg3, .sectionbg4 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
@-webkit-keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*关于我们*/
.page2{overflow: hidden;}
.faboutcon ._PageTitle {text-align: left;position: absolute;left:32px;top: 26px;}
.faboutcon ._PageTitle span.en {
    color: #000;
}
.faboutcon ._PageTitle::after{position: absolute;left: 0;top: -8px;height: 4px;background: #0275c6;content: "";width: 40px;}
.faboutcon ._PageTitle span.cn {
    color: #333;
}
.fabout {
  width: 100%;
  height: 512px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.faboutr {
  float: right;
  width: 50%;
  height: 100%;opacity: 1;
}
 .faboutl {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;opacity: 1;
}
 .faboutr .pic {
  width: 100%;
  height: 100%;
}
.faboutr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faboutl:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 360px;

}
.faboutcon {
  float: right;
  max-width: 690px;
  padding: 0 60px 0 30px;
 
  position: relative;
  z-index: 2;
}
.biaoti1{ font-size: 36px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: left;
  color: #000;
  margin-bottom: 30px;}
 .biaoti1 em{ width:50px; height:4px; background:#000; margin:0 0 20px; display:block}

.faboutcon .fabtitle {
  font-size: 52px;
  color: #144699;
  line-height: 80px;
  text-transform: uppercase;
  position: absolute;
  left: 32px;
  top: 26px;
  z-index: 1;
  height: 80px;
  overflow: hidden;
  padding-bottom: 15px;
  background: url('../images/line2.png') 0 bottom no-repeat;
  font-family: 'Source Han Sans CN';
}
.faboutcon .fabtxt {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  text-align: justify;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 8;
}
.faboutcon .estab {
  font-size: 14px;
  color: #144699;
  line-height: 28px;
  font-family: 'Source Han Sans CN';
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.faboutcon .estab p {
  font-size: 48px;
  line-height: 50px;
}
.fleilist {
  overflow: hidden;
  margin-top: 42px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fleilist li {
  display: inline-block;
  position: relative;
}
.fleilist li.fenge {
  width: 1px;
  height: 24px;
  background-color: #fff;
}
.fleilist li a {
  display: block;
  text-align: center;
}
.fleilist .pic {
  width: 100%;text-align: center;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 0;
}
.fleilist .pic i {font-size: 35px;color: #0275c6;}
.fleilist img {
}
.fleilist li:hover .pic {-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);transform: rotateZ(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; 
}
.fleilist h3 {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-transform: uppercase;
  height: 20px;
  overflow: hidden;
}

/*我们的优势*/

.list-unstyled h3{font-size: 20px;margin-top: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;}

.list-unstyled p{color: #fff; line-height:1.8; padding:10px 20px;}

.carousel-indicators li{width: 50px;height: 4px;border-radius: 1px;padding: 10px 3px;box-sizing: content-box;background-clip: padding-box;}

.carousel-indicators .active{width: 50px;height: 4px;position: relative;top: -1px;}
.second li {height: 340px;text-align: center; background:rgba(0,0,0,0.35);border: 2px solid rgba(255,255,255,0.65);width: 22%; float:left;margin: 10px 1.5% 70px;padding-top: 40px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s; font-size:14px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}

.second li:hover{border: 2px solid rgba(17,139,62,0.85);box-shadow: 0px 0px 10px rgba(17,139,62,0.45);transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);background:rgba(17,139,62,0.85);transition: all 0.3s;
-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}

.second {position: relative;  margin:10px auto 40px;padding-top: 40px;text-align: center; overflow:hidden;}
.second li .tb {transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s; width:60px; height:60px; margin:30px auto 35px}
.second li .tb.t1 { background: url(../images/ys1.png) center top / 60px no-repeat;}
.second li:hover .tb.t1 { background: url(../images/ys1.png) center bottom / 60px no-repeat;}
.second li .tb.t2 { background: url(../images/ys2.png) center top / 60px no-repeat;}
.second li:hover .tb.t2 { background: url(../images/ys2.png) center bottom / 60px no-repeat;}
.second li .tb.t3 { background: url(../images/ys3.png) center top / 60px no-repeat;}
.second li:hover .tb.t3 { background: url(../images/ys3.png) center bottom / 60px no-repeat;}
.second li .tb.t4 { background: url(../images/ys4.png) center top / 60px no-repeat;}
.second li:hover .tb.t4 { background: url(../images/ys4.png) center bottom / 60px no-repeat;}
.second li:hover h3 { color:#b4fecf}








/*案例展示*/

.main-body{background-color: #efefef;position: relative;}

.gallery-top{width:100%; position:relative;}
.gallery-top .swiper-slide{width:100%; height:100vh; }
.gallery-top .swiper-pagination{bottom: 40px !important;
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
  background-color: #e4e4e4;}
.gallery-top .swiper-pagination-bullet {margin: 0 15px !important;
width: 6px;
height: 17px;
border-radius: 0;
background-color: #333;
opacity: 1;}
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 10px;
height: 35px;
background-color: #0275c6;}

.product{position: relative; box-sizing: border-box; background: url(../images/sy_2.jpg) no-repeat;background-position: center top;background-size: 100% 100%;}

 
.product .swiper-container{}

/*.product .swiper-container{height: 100%;}*/
.cbottom{min-height: 302px;}

.cbottom >a{    display: block;

    font-size: 14px;

    width: 106px;

    margin-top: 20px;

    height: 32px;

    line-height: 32px;

    /*background-color: #d31008;*/

    text-align: center;

    text-transform: uppercase;

    border-radius: 20px;

    overflow: hidden;

    }

    .cbottom >a p{line-height: 32px!important;}


.zzn{margin-top: 55px;overflow: hidden; position: relative;display: block;width: 143px;height: 28px;line-height: 28px;color: #0275c6;font-size: 14px;text-align: center;text-transform: uppercase;border-radius: 20px;background-color: #fff;transition-duration: .5s;-webkit-transition-duration: .5s;}

.zzn p{position: absolute;width: 100%;height: 100%;z-index: 1;}

.zzn:before{content: "";width: 100%;height: 1px;background-color: #0275c6;position: absolute;top: -20px;left: 0;}

.zzn:after{border-radius: 20px; content: "";width: 100%;height: 100%;background-color: #0275c6;position: absolute;top: 0;left: -100%;transition-duration: .5s;-webkit-transition-duration: .5s;z-index: 0;}

.zzn:hover{color: #fff;}

.zzn:hover:after{left: 0;}

.product .left{position: absolute;display: inline-block; top: 0;left: 0;height: 100%; width: 48%;margin:0 0 0;box-sizing: border-box;opacity: 0;}
.active.product .left {
    animation: fadeInLeft 1s .5s forwards;
}

.product .left >img{width: 100%;}

.product .left .img{position: relative;top: 50%;left: 0;transform: translateY(-50%);-webkit-transform: translateY(-50%);width: 100%;height: auto;}

.product .left .img img{margin: 0 auto; max-width: 100%; transform: translateX(100px);-webkit-transform: translateX(100px);transform: translateX(100px);opacity: 0;transition-duration: 1s;-webkit-transition-duration: 1s;transition-delay: .5s;-webkit-transition-delay: .5s;}

.product .left .bg-text{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); z-index: -1;}

.product .left .proType{text-align: center;font-size: 18px;}

.product .left .proType i{display: inline-block;margin-right: 10px;}

.product .swiper-slide-active .left .img img{transform: translateX(0);opacity: 1;max-width: 100%;margin: 0 auto;}

.product .swiper-slide-active .right{height: 100%; transform: translateX(0);opacity: 1;}

.product .right{display: flex;align-items: center;display: -webkit-flex;-webkit-align-items: center; width: 46%;float: right;transform: translateX(100px);opacity: 0; transition-duration: 1s;-webkit-transition-duration: 1s; transition-delay: 1s;-webkit-transition-delay: 1s;opacity: 0;}
.active.product .right .center {
    animation: fadeInRight 1s .5s forwards;
}
.product .right .center{opacity: 0;}

.product .right .tit{position: relative; padding-top: 20px;margin-bottom: 32px; color: #fff;margin-top: 30px;}

.product .right .tit:before{position: absolute;top:5px;left: 0; content: "";width: 37px;height: 5px;background-color: #fff;}

.product .right .tit .cn{ font-size:42px;font-weight: bold;display: block;}

.product .right .tit .en{font-size: 28px;font-weight: 400;text-transform: uppercase;}

.product .right .tit p{font-size: 14px; color: #fff;}

.product .right .control-btn{position: relative;width: 100px;height: 38px;}

.product .right .control-btn a{cursor: pointer; display: inline-block;width: 38px;height: 38px;border-radius: 50%;background: url(../images/arrow-left-red.png) no-repeat center center;background-color: #fff;transition-duration: .5s;-webkit-transition-duration: .5s;}

.product .right .control-btn a:hover{background-color: #0275c6;}

.product .right .control-btn .btn-l{left: 0;}

.product .right .control-btn .btn-r{right: 0; background-image: url(../images/arrow-right-red.png);}

.product .right .control-btn .btn-l:hover{background-image: url(../images/arrow-left.png);}

.product .right .control-btn .btn-r:hover{background-image: url(../images/arrow-right.png);}

.product .right .title{margin-top: 20px;margin-bottom: 30px; color: #fff;}

.product .right .title .proName{font-size: 30px;}

.product .right .title .abs{margin-top: 15px; font-size: 14px;min-height: 38px;}

.product .right .videoOrNot{width: 220px;position: relative;}

.product .right .videoOrNot .play-btn{cursor: pointer; position: absolute;top: 50%;left: 50%;margin-left: -16px;margin-top: -18px;}

.product .right .parameter{margin-top: 10px;}

.product .right .parameter .tits{font-size: 24px;}

.product .right .parameter .detail{margin-top: 28px; font-size: 16px;line-height: 34px;padding-top: 20px;max-width: 680px;}

.product .right .center> a{margin-top: 18px; display: inline-block;width: 106px;line-height: 30px;font-size: 12px;color: #fff;background-color: #d31008;text-align: center;border-radius:5px;}

.product .my-dot{bottom: 40px; width: auto; left: 50%;transform: translateX(-50%);background-color: #e4e4e4;}

.product .my-dot span{margin: 0 15px; width: 6px;height: 17px;border-radius: 0; background-color: #005094;opacity: 1;transition-duration: .5s;-webkit-transition-duration: .5s;}

/*.product .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 15px;}*/

.product .my-dot .swiper-pagination-bullet-active{width: 10px; height: 35px; background-color: #d31008;}





._PageTitle {opacity: 0;margin-bottom: 50px;text-align: center;}
._PageTitle span {
    display: block
}
.active ._PageTitle {
    
}
._PageTitle span.cn {
    font-size: 28px;
    margin-bottom: 5px;color: #fff;text-transform: uppercase;font-family: Exotic
}

._PageTitle span.en {
    font-size: 32px;text-transform: capitalize;
    color: #fff;
    font-weight: bold;
    
}


.hzhb { opacity: 0;padding-top: 80px;}
.hzhb li { width:18%;-moz-box-sizing: border-box; /*Firefox3.5+*/
-webkit-box-sizing: border-box; /*Safari3.2+*/
-o-box-sizing: border-box; /*Opera9.6*/
-ms-box-sizing: border-box; /*IE8*/
box-sizing: border-box; border:#eee 1px solid; height:120px; display:table; float:left; text-align:center; position:relative;background: #fff;margin: 1% 0.8%;border-radius: 10px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.hzhb li a { width:100%; height:120px; display:block}
.hzhb li .nrjz { width:100%; height:120px; margin:0 auto;display: flex;align-items: center;flex-direction: column;justify-content: center;}
.hzhb li img { -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.hzhb li:hover img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.hzhb li.bodnno { border-bottom:none}
.hzhb li.bodrno { border-right:none}
.hzhb li.bodtno { border-top:none}
.hzhb li:hover{transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.active .hzhb {animation:fadeInUp 1.5s 1.2s forwards;}


/* start footer */
.footer_bg{background:#333 url(../images/sec3.jpg) center / cover no-repeat; width:100%;padding:35px 0 15px;}
.footer { width:100%; margin:0 auto;}
.footer .zuo3{ float: left;}
.footer .zuo3 ul li { float:left;padding-right: 150px; }
.footer .zuo3 ul li .tit1 {width: 100%;overflow: hidden;}
.footer .zuo3 ul li .tit1 a { font-size:16px; font-weight:bold; color:#fff; line-height:36px; display:block;height: 36px;}
.footer .zuo3 ul li .line { margin-bottom:20px; height:2px; margin-top:10px}
.footer .zuo3 ul li .line span { width:15px; height:1px; background:#0275c6;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s; display:block}
.footer .hz a {width: 200px;height:34px;line-height: 34px !important;color: #fff !important;background: #0275c6;display: block;text-align: center;font-size: 18px;border-radius: 8px;margin-top: 20px;}
.footer .hz a i {margin-right: 10px;}
.footer .zuo3 ul li:hover .line span { width:50px; height:1px;}
.footer .zuo3 ul li a { width:50%; display:block; line-height:30px; font-size:14px; color:#999;float: left;}
.footer .zuo3 ul li a:hover { color:#eee}
.footer .zuo3 ul li.lx { }
.dzwz {line-height:30px;color:#999;font-size:14px; }
.dzwz p { line-height:36px;color:#999;font-size:14px;text-transform: capitalize}

.footer .you3 { width:120px; float:right;}
.footer .you3 .weixin { width:120px; padding-top:20px; float: right; line-height:30px; color:#fff; text-align:center}
.footer .you3 .dian { width:230px; float: left;}
.footer .you3 .dian h2 { font-size:20px; line-height:50px; color:#fff; padding-top:20px;}
.footer .you3 .dian p { line-height:30px; font-size:14px; color:#fff; text-align: left}
.footer_btm {margin:30px auto 0;padding-top: 1%;border-top: 1px solid rgba(); width:100%;}
.copy { width: 100%;margin: 0 auto}
.copy p {font-size: 14px;text-transform: uppercase;color: #B9B9B9; text-align:center}
.copy p a { color: #ffffff; -webkit-transition: 0.9s; -moz-transition: 0.9s;-o-transition: 0.9s;transition: 0.9s;}


.n_ban{width:100%; height:500px; position:relative;}
.n_ban .mb {position: absolute;z-index: 1;width: 100%;height: 100%;background:rgba(0,0,0,0.4);left: 0;top: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.n_ban h3 {font-size: 50px;font-weight: bold;line-height: 2;color: #fff;text-align: center;letter-spacing: 2px; text-transform:uppercase}
.n_ban h4 {font-size: 20px;color: #fff;line-height: 1.8;text-align: center;}

.ntit { width:100%; padding:20px 0;  overflow:hidden; border-bottom:#eee 1px solid;}
.ntit ul li { display:inline-block; margin:0 20px 0 0; min-width:110px; float:left; position:relative}
.ntit ul li .e_j { width:600px; background:#fff; position:absolute; left:0; top:32px; display:none; z-index:99;text-align:center}
.ntit ul li:hover .e_j { display:block;}
.ntit ul li .e_j a { display: inline-block; color:#333; text-align:center; font-size:14px; line-height:35px; float:left; background:#fff; padding:0 10px;}
.ntit ul li .e_j a:hover {border-radius:0;-moz-border-radius:0;-webkit-border-radius:0; color:#0275c6; background:#fff; line-height:35px }
.ntit ul li a { line-height:34px; background:#eee; padding:5px 20px; font-size:16px; color:#333;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; display:block; text-align:center }
.ntit ul li a:hover { background:#0275c6; color:#fff;}
.ntit ul li a.on { background:#0275c6; color:#fff;}
.ny_jj {padding: 65px 0;overflow: hidden;}
.ny_jj .w_z {width: 55%;float: left}
.ny_jj .t_p{width: 40%;float: right;}
.ny_jj .t_p img{width: 100%;}
.ny_jj h3 {font-size: 32px;color: #111;margin-bottom: 20px; font-weight:bold}
.ny_jj p {font-size: 16px;color: #333;line-height: 36px;text-align: justify;}

.aboutc{padding:80px 0;background: url(../images/whbj.jpg) center / cover no-repeat;background-attachment: fixed;overflow: hidden;}

.aboutc .aboutclist{width:373px;height:410px;background: rgba(255,255,255,0.3);margin-right:40px;padding:40px 30px;box-sizing:border-box;transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}

.aboutc .aboutclist:nth-last-of-type(1){margin-right:0}
.aboutc .aboutclist:hover{transform: translateY(-5px);

	-wbkit-transform: translateY(-5px);

	-o-transform: translateY(-5px);

	-moz-transform: translateY(-5px);

	transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}

.aboutc .aboutclist .icon{width:90px;height:90px;margin:0 auto;line-height: 90px;text-align: center;border: #fff 1px solid;border-radius: 50%;}
.aboutc .aboutclist .icon i {font-size: 50px;color: #fff;}
.aboutc .aboutclist:hover .icon{-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.aboutc .aboutclist .cntitle{color:#fff;font-size:24px;text-align:center;margin-top:25px}

.aboutc .aboutclist .entitle{color:#fff;font-size:16px;text-align:center;margin-top:5px;font-family:din;font-weight:bold}

.aboutc .aboutclist .line{width:26px;height:3px;background-color:#fff;margin:17px auto 0}

.aboutc .aboutclist .text{color:#fff;font-size:14px;text-align:center;margin-top:40px;line-height: 1.8;letter-spacing: 1px;}
.w1200{width: 1200px;margin: 0 auto;}
.ny_ryzz {padding: 60px 0 65px;background: #f5f5f5;}
.swiper-zz{ margin:0 auto; padding-bottom:50px;}
.swiper-zz .swiper-slide{position:relative;overflow: hidden;}
.swiper-zz .swiper-slide .tp{overflow: hidden;border: #ccc 1px solid;text-align: center;display: flex;justify-content: center;align-items: center;}
.swiper-zz .swiper-slide img{max-width:100%; max-height: 100%; display:block;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;margin: 0 auto;}
.swiper-zz .swiper-slide:hover img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.swiper-zz .swiper-slide .w_z{width:100%; padding:10px 5%; background-color:rgba(0,0,0,.6); position:absolute; bottom:0px; left:0; color:#fff;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;text-align: center;box-sizing: border-box}
.swiper-zz .swiper-slide .w_z h3{font-size:14px; color:#fff; }
.swiper-zz .swiper-slide:hover .w_z{background-color:rgba(35,115,200,.9); bottom:0px;}
.ny_ryzz .swiper-pagination-bullet {
    width: 36px;
    height: 3px;
    display: inline-block;
    background: #ccc;
    opacity: 1;
}
.ny_ryzz .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#4a7e00;border: #4a7e00 1px solid;}



.ryzz_ny { padding:70px 0; overflow:hidden; border-top:#eee 1px solid;background: url(../images/m2lx_bg3.jpg) center / cover no-repeat;}



 ._PageTitle.ny span.en {
    color: #595857;
}
._PageTitle.ny span.cn {
    color: #595857;
}

/*产品内页*/

.ny_new {padding: 60px 0 60px;overflow: hidden;}

.ny_new .tit {text-align: center;}

.ny_new ul li {width: 23%;margin:1%;float: left;position: relative;box-shadow: 0 0 15px rgba(0,0,0,0.08);}

.ny_new ul li span {height: 1px;width: 0;background: #0275c6;position: absolute;left: 0;bottom: 0; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}

.ny_new ul li:hover span {width: 100%; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}

.ny_new ul li:hover {box-shadow: 0 0 15px rgba(0,0,0,0.1);}

.ny_new ul li .tp {overflow: hidden;position: relative;}

.ny_new ul li .tp img {width: 100%;display: block;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}

.ny_new ul li:hover .tp img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }

.ny_new ul li .tp .mb {width: 100%;height: 100%;position: absolute;left: 0;top: 0;opacity: 0; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }

.ny_new ul li:hover .tp .mb {opacity: 1; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }

.ny_new ul li .wenz {padding: 10px; background:#fafafa; text-align:center}
.lt {
  float: left;
}
.ny_new ul li .wenz h3 {font-size: 14px;color: #333;font-weight: 300;text-align: center  ;font-family:Lato-Light;margin-bottom: 10px;}

.ny_new ul li .wenz h4 {font-size: 18px;color: #0275c6;font-weight: bold;line-height: 32px;height: 32px;}

.ny_new ul li .wenz h4 span {font-size: 14px;color: #0275c6;}

.ny_new ul li .wenz h4 .fl {width: 100px;line-height: 32px;text-align: center;border-radius: 6px;color: #fb8225;font-weight: normal;float: right;font-size: 14px;text-align: center;}

.ny_new ul li .wenz h4 .fl i {font-size: 20px;margin-right: 6px;vertical-align: middle;}

.page {padding: 30px 0 0;text-align: center;}

.page a {display: inline-block;width: 36px;height: 36px;line-height: 36px;border-radius: 50%;color: #333; font-size: 16px;margin: 0 5px;}

.page a:hover{background: #0275c6;color: #fff;}

.page a.on{background: #0275c6;color: #fff;}

/*案例展示内页*/
.ny_al {padding: 40px 0;}
.ny_al ul li {margin-bottom: 10px;background: #f6f6f6;position: relative;overflow: hidden;}
.ny_al ul li .tp {width: 50%;overflow: hidden;}
.ny_al ul li .tp img {width: 100%;display: block;}
.ny_al ul li .wenz {width: 50%;position: absolute;right: 0;height: 100%;top: 0;padding: 25px 3% 25px 5% ;display: flex;justify-content: center;align-items: center;box-sizing: border-box;}
.ny_al ul li:nth-child(2n) .wenz{left: 0;right: auto;}
.ny_al ul li .wenz .tb {width: 80px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_al ul li .wenz .tb i {font-size: 45px;color: #333;text-align: center;}
.ny_al ul li:hover .wenz .tb {-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_al ul li .wenz h3 {font-size:24px; line-height:1.25; padding-bottom:20px; position:relative; margin-bottom:20px; color:#222;}
.ny_al ul li .wenz h3:before{ content:''; position:absolute; left:0%; width:2em; height:4px; background:rgba(181,181,182,0.5); bottom:0px;}
.ny_al p{  color:#666; line-height:1.8; letter-spacing: 0.1em;text-align:justify; margin-bottom:30px; font-weight: lighter;font-size: 14px;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;}
.ny_al ul li .more a {color: #fff;position: relative;z-index: 3;}
.ny_al ul li:hover .tp img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.more{display: block;width: 180px;height: 42px;text-align: center;line-height: 42px;background-color: #0275c6;color: #FFFFFF;font-size: 14px;overflow: hidden;position: relative;z-index: 0;border-radius: 2px;}
.more::after{content: '';width: 0;height: 100%;background-color: #1661b1;position: absolute;top: 0;left: 0;transition: all .3s;z-index: -1;}
.more:hover::after{width: 100%;}
.more:hover{color: #fff;}
/*合作伙伴*/
.gengduo{ width: 260px;height: 52px;text-align: center;line-height: 52px;background-color: #0275c6;color: #FFFFFF;font-size: 14px;overflow: hidden;position: relative;z-index: 0;border-radius: 2px; margin:50px auto 0; font-size:16px;border-radius: 5px;}
.gengduo a{ color:#fff}


.ny_hz{;padding-top:60px;padding-bottom: 60px;}
.ny_hz li {overflow: hidden;width:18%;-moz-box-sizing: border-box; /*Firefox3.5+*/
-webkit-box-sizing: border-box; /*Safari3.2+*/
-o-box-sizing: border-box; /*Opera9.6*/
-ms-box-sizing: border-box; /*IE8*/
box-sizing: border-box; border:#ccc 1px solid; height:120px; display:table; float:left; text-align:center; position:relative;background: #fff;margin: 1% 0.8%;border-radius: 10px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_hz li a { width:100%; height:120px; display:block}
.ny_hz li .nrjz { width:100%; height:120px; margin:0 auto;display: flex;align-items: center;flex-direction: column;justify-content: center;}
.ny_hz li img { -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_hz li:hover img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.ny_hz li.bodnno { border-bottom:none}
.ny_hz li.bodrno { border-right:none}
.ny_hz li.bodtno { border-top:none}
.ny_hz li:hover{transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_hz li .w_z {position: absolute;width: 100%;height:100%;top: 100%;left: 0;background: rgba(0,0,0,0.6);display: flex;justify-content: center;align-items: center;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;opacity: 0;border-radius: 10px;}
.ny_hz li .w_z p{font-size: 16px;color: #fff;}
.ny_hz li:hover .w_z{top: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;opacity: 1}


/*资质认证*/

.xmzsny {margin: 50px auto;}
.xmzsny .nr ul li { width:33.3333%; float:left;}
.xmzsny .nr ul li a { padding:20px;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box; display:block;border:#fff 1px solid;}
.xmzsny .nr ul li img { width:100%; display:block}
.xmzsny .nr ul li .tu { width:100%; position:relative}
.xmzsny .nr ul li .mb { width:100%; height:100%; z-index:10; background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; position:absolute; left:0; top:0;opacity: 0;-webkit-opacity:0;-moz-opacity:0;}
.xmzsny .nr ul li .mb .tb { width:30px; height:30px; background:url(../images/home_4_02.png) center center / 100% no-repeat; margin:10% auto 0}
.xmzsny .nr ul li:hover .mb {opacity: 1;-webkit-opacity:1;-moz-opacity:1; transform: scale(1);} 
.xmzsny .nr ul li:hover .mb .tb {  margin-top:30%;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;}
.xmzsny .nr ul li h5 { font-size:14px; color:#444; margin-top:10px; font-weight:normal}
.xmzsny .nr ul li h4 { font-size:14px; color:#444; margin-top:10px; font-weight:normal}
.xmzsny .nr ul li h5 span { color:#888; font-size:13px; font-weight:normal; padding:10px 0; display:block}
.xmzsny .nr ul li:hover a { border:#d6d6d6 1px solid;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
.xmzsny .nr ul li:hover h5 { color:#000}
.xmzsny .nr ul li:hover h4{color:#000}




/*新闻*/
.indexNewsList{ width:calc(100% - 630px);-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}

.indexNewsList li{ padding-left:80px; position:relative; border-bottom:#ccc 1px dashed; margin-bottom:5px; padding:15px 15px 15px 80px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; text-align: left;margin-bottom: 10px;}
.indexNewsList li:hover {background:#0275c6;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.indexNewsList li .timeDiv{ width:66px; border-right:#eee solid 1px; height:60px; position:absolute; left:0px; top:0px; color:#777; text-align:center; margin-top:5px;}
.indexNewsList li:hover .timeDiv{color: #fff;}
.indexNewsList li .timeDiv h2{ font-size:32px; text-align:center; }

.indexNewsList li .name{ font-size:16px; height:22px; overflow:hidden;color: #333;}
.indexNewsList li:hover .name {color:#fff;}

/*.indexNewsList li .content{ height:36px; overflow:hidden; color:#666; line-height:20px;}*/

.indexNewsList li .content1{ overflow:hidden; color:#666; line-height:20px;margin-top:5px; font-size:14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.indexNewsList li:hover .content1{color: #fff;}
.indexNewsList li:hover .timeDiv h2{ color:#fff;}
.zx{ width:100%;position: relative;}
.aaa{ position:relative; width:575px;}

.xwlbt{width:100%; position:relative;}
.xwlbt .swiper-slide{overflow: hidden;}
.xwlbt .swiper-slide img{width:100%; height:auto; display:block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.xwlbt .swiper-slide:hover img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.xwlbt .swiper-slide .mb {height: 40px;
line-height: 40px;
width: 100%;
padding-left: 3%;
background: #333;
color: #FFF;
position: absolute;
left: 0;
bottom: 0;
filter: alpha(Opacity=7);
opacity: .7;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;z-index: 99;}
.xwlbt .swiper-pagination{bottom:40px !important;}
.xwlbt .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.xwlbt .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#0275c6}



.ny_xw {padding: 50px 0;}
.Activsbf1_lb{ width:100%; margin-top:10px;}

.Activsbf1_lb dl{ width:100%;border: #f5f5f5 1px solid;box-sizing: border-box; padding:10px; float:left; margin:0 0 20px; display:inline;box-sizing: border-box;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}

.Activsbf1_lb dt{ width:28%; float:left; overflow:hidden;}

.Activsbf1_lb dt a{ overflow:hidden;display:table-cell; text-align:center; vertical-align:middle;}

.Activsbf1_lb dt img{ vertical-align:middle; width:100%;}

.Activsbf1_lb dd{ width:68%; float:right; margin-top:15px; margin-right:0.5%}

.Activsbf1_lb dd .newNrtit{ width:100%; line-height:30px; font-size:16px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.Activsbf1_lb dd .newNrtit a{font-size:18px; color:#333;}

.Activsbf1_lb dd .newNrjs{ width:100%; margin-top:10px; line-height:1.8; color:#666; font-size:14px;letter-spacing: 1px; display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;}

.Activsbf1_lb dd .Acdltj_time{width:100%; margin:15px 0 0; color:#999;}
.Activsbf1_lb dd .more a {width: 90px;line-height: 28px;border: #ccc 1px solid;display: block;text-align: center;color: #333;text-transform: uppercase;margin-top: 20px;height: 28px;}
.Activsbf1_lb dd:hover .more a {background: #0275c6;color:#fff }
.Activsbf1_lb dl:hover .Acdltj_time{ color:#ccc;}
.Activsbf1_lb dl:hover{ background:#eee;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.Activsbf1_lb dd:hover .newNrtit a{color:#0275c6;}

.Activsbf1_lb dl:hover dt img{-webkit-transition: -webkit-transform 0.3s ease 0s;transition: transform 1s ease 0s;-webkit-transform-origin: center;transform-origin: center;}
.Activsbf1_lb dl:hover dt img{-webkit-transform: scale(1.08);transform: scale(1.08);}

.recr_lin {width: 100%;height: auto;padding-bottom: 70px;padding-top: 70px;}
.recr_lin .box {height: auto;margin: 0 auto;}
.recr_lin .box li {width: 33.33%;*width: 33.32%;height: auto;float: left;}
.recr_lin .box li .first {height: 206px;margin: 0px 10px;background: #fff;text-align: center;padding-top: 30px;padding: 35px;box-shadow: 0 0 15px #ccc;}
.recr_lin .box li .first dt {height: 46px;line-height: 46px;font-size: 20px;color: #000;font-weight: bold;}
.recr_lin .box li .first dd {line-height:1.8;font-size: 14px;color: #333;}
.recr_lin .box li .first:hover{background: #0275c6;}
.recr_lin .box li .first:hover dt {color:white;}
.recr_lin .box li .first:hover dd{color: white;}

.sy_td {padding: 60px 0 0;overflow: hidden;position: relative;background: url(../images/sec3.jpg) center / cover no-repeat;}
#certify {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
    background-size: contain;
}

/* 新的样式*/

.sect10 {
    position: relative;
    padding: 0px 50px 0px;
}

.sect10 .wave-bg {
    background: url(../images/wave4.png) no-repeat 50% 0;
    width: 100%;
    height: 803px;
    position: absolute;
    top: 0;
    left: 0;
}

.sect10 .advisors {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;

}

.sect10 .advisors:after {
    content: "";
    display: block;
    clear: both;
}

.sect10 .advisors h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: 'PF DinDisplay Pro', Arial, sans-serif;
    font-size: 64px;
    margin: 0 0 0 0;
    text-align: center;
}

.sect10 .advisors-wrap {
    position: relative;
    padding-bottom: 70px;
    z-index: 10;
    width: 117%;

}

.sect10 .advisors-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.sect10 .advisors-wrap .advisor {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    padding: 53px 0 3px 0;
    margin-top: 0;
    margin-bottom: 30px;

}

.sect10 .advisors-wrap .advisor .adrr-holder {
    width: 100%;
    position: relative;
}

.sect10 .advisors-wrap .advisor .adrr-holder:after {
    content: "";
    display: block;
    clear: both;
}

.sect10 .advisors-wrap .advisor .icon {
    float: left;
    margin-right: -40px;
    position: relative;
    width: 232px;
}


.sect10 .advisors-wrap .advisor .desc {
    position: relative;
    width: 255px;
    float: left;
    text-align: left;
    padding-top: 66px;
}

.sect10 .advisors-wrap .advisor .desc .name {
    display: block;
    color: #fff;
    font-size: 41px;
    line-height: 44px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #3B3471;
    margin-bottom: 17px;
    margin-right: -25px;
}

.sect10 .advisors-wrap .advisor .desc .role {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #B3B7EC;
}

.sect10 .advisors-wrap .advisor .desc .text {
    position: relative;
    color: #b3b7ee;
    font-size: 19px;
    line-height: 27px;
    margin-top: 25px;
}

.sect10 .advisors-wrap .advisor .desc .text:before, .sect10 .advisors-wrap .advisor .desc .text:after {
    font-weight: bold;
    font-size: 39px;
    color: #b3b7ee;
    line-height: 42px;
    position: absolute;
}

.sect10 .advisors-wrap .advisor .desc .text:before {
    content: "\201C";
    left: -32px;
    top: 0px;
}

.sect10 .advisors-wrap .advisor .desc .text:after {
    content: "\201D";
    right: -10px;
    bottom: -29px;
}

.sect10 .advisors-wrap .advisor .desc .text.non_cit:before,
.sect10 .advisors-wrap .advisor .desc .text.non_cit:after {
    display: none;
}

.sect10 .advisors-wrap .advisor .desc .text.non_cit {
    display: block;
    margin-right: -10px;
}

.sect10 .community-box {
    width: 100%;
    position: relative;
    padding: 80px 0 0;
}

.sect10 .community-box:after {
    content: "";
    display: block;
    clear: both;
}

.sect10 .community-box .vert-title {
    position: absolute;
    left: 50%;
    top: 0%;
    height: 200px;
    z-index: 4;
}

.sect10 .community-box .vert-title span {
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    color: #435088;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: 18px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'PF DinDisplay Pro', Arial, sans-serif;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
}

.sect10 .community-box .sect-heading {
    position: relative;
    margin: 0 auto;
    width: 80%;
    display: table;
    z-index: 3;
}

.sect10 .community-box .sect-heading .heading-left,
.sect10 .community-box .sect-heading .heading-right {
    display: table-cell;
    vertical-align: bottom;
    width: 50%;
    padding-right: 80px;
}

.sect10 .community-box .sect-heading .heading-right {
    padding-left: 100px;
    padding-right: 0;
}

.sect10 .community-box .sect-heading h3 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'PF DinDisplay Pro', Arial, sans-serif;
    font-size: 64px;
    line-height: 58px;
    letter-spacing: 2px;
    margin: 0;
}

.sect10 .community-box .sect-heading span {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    color: #979dc6;
    margin: 0;
}

.sect10 .community-box .horiz-title {
    position: relative;
    margin-top: -70px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.sect10 .community-box .horiz-title span {
    text-transform: uppercase;
    font-size: 180px;
    letter-spacing: 15px;
    color: #fff;
    font-weight: bold;
    opacity: 0.6;
    background: -webkit-gradient(linear, left top, right top, from(#721F2F), color-stop(30%, #501839), to(#391F55));
    background: -webkit-linear-gradient(left, #721F2F 0%, #501839 30%, #391F55 100%);
    background: -o-linear-gradient(left, #721F2F 0%, #501839 30%, #391F55 100%);
    background: linear-gradient(to right, #721F2F 0%, #501839 30%, #391F55 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'PF DinDisplay Pro', Arial, sans-serif;
    line-height: 200px;
}

.sect10 .community-carousel {
    width: 100%;
    position: relative;
}

.sect10 .community-carousel .swiper-slide {
    width: 38%;
    padding-bottom: 0px;
}

.sect10 .community-carousel .swiper-slide .slide-holder {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.sect10 .community-carousel .swiper-slide .slide-holder:hover {
    opacity: 1;
}

.sect10 .community-carousel .swiper-slide .ava {
    width: 90%;
    position: relative;
    margin: 0 auto 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sect10 .community-carousel .swiper-slide .ava img {
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sect10 .community-carousel .swiper-slide .author-wrap {
    padding-bottom: 12px;
}

.sect10 .community-carousel .swiper-slide .author-wrap .name {
    display: block;
    font-size: 24px;
    color: #0275c6;font-weight: bold;
    padding-bottom: 20px;
}

.sect10 .community-carousel .swiper-slide .author-wrap .role {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.sect10 .community-carousel .swiper-slide blockquote {
    text-align: center;
    padding: 0 30px;
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 2;
    margin: 0 0 34px;
}

.sect10 .community-carousel .swiper-slide blockquote:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: 50%;

    width: 11px;
    height: 11px;
    margin-top: -8px;
}

.sect10 .community-carousel .swiper-slide blockquote:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    right: 0;
    top: 50%;

    width: 11px;
    height: 11px;
    margin-top: -8px;
}

.sect10 .community-carousel .swiper-slide-active .slide-holder {
    /* -webkit-transform: scale(1); */
    -ms-transform: scale(1);
    /* transform: scale(1); */
    opacity: 1 !important;
}

.sect10 .community-carousel .swiper-slide-active .ava img {
    opacity: 1 !important;
}

.sect10 .community-carousel .swiper-slide-next .image-wrap {
    cursor: pointer;
}

.sect10 .community-carousel .swiper-slide-next .slide-holder {
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.sect10 .community-carousel .swiper-slide-prev .image-wrap {
    cursor: pointer;
}

.sect10 .community-carousel .swiper-slide-prev .slide-holder {
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.sect10 .community-carousel .swiper-slide-active .slide-holder,
.sect10 .community-carousel .swiper-slide-next .slide-holder,
.sect10 .community-carousel .swiper-slide-prev .slide-holder {
    opacity: 0.8;
}

.sect10 .community-carousel .swiper-pagination {
    width: 100%;
    text-align: center;
}

.sect10 .community-carousel .swiper-pagination span {
    background: #424882;
    opacity: 1;
    margin: 0 7px;
}

.sect10 .community-carousel .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.sect10 .community-carousel .swiper-btn-next,
.sect10 .community-carousel .swiper-btn-prev {
    position: absolute;
    width: 18px;
    height: 32px;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.8;
    cursor: pointer;
}

.sect10 .community-carousel .swiper-btn-next:hover,
.sect10 .community-carousel .swiper-btn-prev:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.sect10 .community-carousel .swiper-btn-next:before,
.sect10 .community-carousel .swiper-btn-prev:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    margin-left: -1px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 50px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 50px 10px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sect10 .community-carousel .swiper-btn-prev {
    background: url(../images/comm-slide-prev.png) no-repeat;
    left: 0;
    top: 50%;
    margin-top: -16px;
}

.sect10 .community-carousel .swiper-btn-next {
    background: url(../images/comm-slide-next.png) no-repeat;
    right: 0;
    top: 50%;
    margin-top: -16px;
}

.sect10 .community-carousel .swiper-slide-active .slide-holder {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.ny_yghd {padding: 60px 0;}
.ny_yghd ul li {width: 23%;float: left;margin: 0 1% 2%;background: #fff;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;box-shadow: 0 0 15px #ccc;}
.ny_yghd ul li img {width: 100%;display: block;}
.ny_yghd ul li h3 {margin: 10px 0;text-align: center;font-size: 14px;color: #333;}
.ny_yghd ul li:hover{transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;background: #0c4a97;}
.ny_yghd ul li:hover h3{color: #fff;}
.lx_wm {padding: 60px 0;background: #f5f5f5;}
.lx_wm .rc_zp .ts{font-size:14px; line-height:26px; color:#888; margin-top:20px;}
.lx_wm .rc_zp .ts a{color:#0275c6;}
.lx_wm .rc_zp .jr_lm{border:1px solid #e7e7e7; overflow:hidden; margin-bottom:10px;background: #fff;}
.lx_wm .rc_zp .jr_lm.jt{border: 1px solid #0275c6;}
.lx_wm .rc_zp .jr_bt{padding:10px 40px; height:40px; font-size:14px; line-height:40px; color:#555; overflow:hidden; cursor:pointer;}
.lx_wm .rc_zp .jr_bt:hover{background-color:#e7e7e7;}
.lx_wm .rc_zp .jr_bt.on{background-color:#e7e7e7;}
.lx_wm .rc_zp .jr_lm.jt .jr_bt{background-color:#0275c6; color:#fff; padding:20px 40px; line-height:40px;}
.lx_wm .rc_zp .jr_bt span{float:left; width:16%; text-align:center;}
.lx_wm .rc_zp .jr_bt span.s_40{float:left; width:20%; text-align:left;}
.lx_wm .rc_zp .jr_nr{background-color:#fff; padding:30px 40px 10px; font-size:14px; line-height:32px; margin-bottom:3px; display:none;}
.lx_wm .rc_zp .jr_nr .gw{width:80px; float:left;}
.lx_wm .rc_zp .jr_nr .js{width:1020px; float:right; margin-bottom:20px;}
.lx_wm .rc_zp .sqzw a {width: 180px;height: 35px;line-height: 35px;text-align: center;display: block;margin-top: 30px;float: right;background: #0275c6;font-size: 14px;color: #fff;}
.lx_wm .rc_zp .lxfs {float: left;line-height: 35px;font-size: 16px;color: #333;margin-top: 30px;}
.lx_wm .rc_zp .lxfs a {color: #333}
.lx_wm .rc_zp .lxfs a:hover {color: #0275c6}
.lx_wm .x_x{width:580px; float:left;}
.lx_wm .l_y{width:550px; float:right;}
.lx_wm h3{font-size:24px; margin-bottom:15px;}
.lx_wm h4{font-size:16px; line-height:26px; color:#888; margin-bottom:15px;}
.lx_wm em{width:30px; height:1px; background-color:#0275c6; display:block; margin-bottom:15px;}
.lx_wm b{font-family:Arial, Helvetica, sans-serif; color:#0275c6; padding-left:5px; font-size:20px !important;}
.lx_wm p{font-size:16px; line-height:40px;}
.lx_wm p i{padding-right:10px; color:#aaa;}
.lx_wm input.w_z{width:48%; height:40px; font-size:14px; line-height:40px; margin: 0 1% 10px; border:1px solid #e7e7e7; padding:0 5px;float: left;box-sizing: border-box;}
.lx_wm select {
  width: 48%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 0 1% 10px;
  color: #666;
}
.lx_wm input.a_n{width:120px; height:40px; background-color:#0275c6; font-size:14px; color:#fff; line-height:40px;margin-left: 1%;}
.lx_wm textarea{width:98%; height:66px; padding:5px; border:1px solid #e7e7e7; outline:none; resize:none; font-size:14px; line-height:28px; margin: 0 1% 20px;box-sizing: border-box;}
/*产品详情*/
.cpxq {padding: 50px 0;margin: 0 auto;}
.cpxq .left {width: 47%;float: left;}
.cpxqlb{width:100%; position:relative;}
.cpxqlb .swiper-slide img{width:100%; height:auto; display:block;}
.cpxqlb .swiper-pagination{bottom:10px !important;width: 100%;height: 10px;text-align: center;}
.cpxqlb .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border: #0275c6 1px solid;background: none}
.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#0275c6;}
.cpxqlb .swiper-button-prev{background: url(../images/banner-l.png) no-repeat; width:30px; height:50px; margin-top:0; left:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxqlb .swiper-button-next{background: url(../images/banner-r.png) no-repeat; width:30px; height:50px; margin-top:0; right:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxq .right {width:48%;float: right;}
.cpxq .right h3 {font-size: 25px;color: #333;margin-bottom: 20px;font-weight: bold;margin-top: 50px;}
.cpxq .right p {font-size: 16px;line-height: 1.8;color: #555;margin-bottom: 20px;}
.cpxq .right .zxzx {width: 180px;height: 50px;border-radius: 6px;background: #0275c6;text-align: center;line-height: 50px;margin-top: 30px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.cpxq .right .zxzx a {color: #fff;font-size: 16px;}
.cpxq .right .zxzx:hover{background: #1661b1;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.cpxq .cptd {padding-top: 50px;}
.cpxq .cptd .bt {font-size: 20px;color: #fff;margin-bottom: 40px;font-weight: bold;background: #eee;line-height: 2.5;}
.cpxq .cptd h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 15px;}
.cpxq .cptd .bt span {display: inline-block;padding: 0 15px;background: #0275c6;}
.cpxq .cptd p {font-size: 16px;line-height:2;color: #555;margin-bottom: 15px;}

.ny_tjcp{padding: 0px 0 60px;position: relative;}
.swiper-yyly{width:100%; margin:0 auto; padding-bottom:50px !important;}
.swiper-yyly .swiper-slide{position:relative;}
.swiper-yyly .swiper-slide img{width:100%; height:auto; display:block; border:#ccc 1px solid}
.swiper-yyly .swiper-slide .w_z{width:90%; padding:10px 5%; background-color:rgba(0,0,0,.6); position:absolute; bottom:0px; left:0; color:#fff;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.swiper-yyly .swiper-slide .w_z h3{font-size:14px; color:#fff;position: relative;text-align: center;}
.swiper-yyly .swiper-slide:hover .w_z{background-color:rgba(35,115,200,.9);bottom:10px;}
.sy_cp .swiper-pagination-bullet {
  background: #ccc;border: #333 1px solid;
}
.sy_cp .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#0275c6;border: #0275c6 1px solid;}
.sy_cp {padding-bottom: 60px;}
.htit{font-size: 26px;color: #333;margin-bottom: 20px;}




.nyhy {padding:60px 0;overflow: hidden;}
.nyhy ul li{ float:left; width:30.66%; margin:0 4% 40px 0; position:relative;background: #fff;}
.nyhy ul li .kj {transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.02),0 15px 40px 0 rgba(0,0,0,.02);box-shadow: 0 10px 15px 0 rgba(0,0,0,.02),0 15px 40px 0 rgba(0,0,0,.02); }
.nyhy ul li:nth-child(3n) {margin-right: 0}
.nyhy ul li .tu { width:100%; position: relative;overflow:hidden}
.nyhy ul li img { width:100%; display:block;-webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1); -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s;}
.nyhy ul li:hover .tu img { -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2); -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s;}
.nyhy ul li .mb { background:rgba(0,0,0,0.8); position:absolute; width:100%; height:100%; left:0; top:0;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;opacity: 0;-webkit-opacity: 0;-moz-opacity: 0;z-index: 99;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.nyhy ul li:hover .mb {-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;opacity: 1;-webkit-opacity:1;-moz-opacity:1;}
.nyhy ul li .mb img {width: 35px;margin: 0 auto;}
.nyhy ul li:hover .mb img { -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1); -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s;}
.nyhy ul li .mb p{padding: 20px;font-size: 14px;line-height: 1.8;color: #fff;}
.nyhy ul li .wenz { padding:20px 20px 10px; background:#fff; width:100%; background:url(../images/jt.png) 90% 20px no-repeat; height: auto;box-sizing: border-box;}
.nyhy ul li:hover .wenz {background:url(../images/jts.png) 90% 20px no-repeat;}
.nyhy ul li .wenz h3 { font-size:16px; margin-bottom:10px; color:#333;}
.nyhy ul li .wenz p { font-size:12px; color:#666; line-height:20px; display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;width: 100%}
.nyhy ul li:hover .wenz h3 { color:#007cb0;-webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}
.nyhy ul li:hover .kj {-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.16),0 15px 40px 0 rgba(0,0,0,.16);box-shadow: 0 10px 15px 0 rgba(0,0,0,.16),0 15px 40px 0 rgba(0,0,0,.16);transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}


.page{ text-align:center; margin:30px auto;}

.page a{ height:26px; line-height:26px; display:inline-block; font-size:14px; color:#5a5a5a; border:#f5f5f5 1px solid;background: #f5f5f5; margin:0 3px; padding:0 10px;}

.page a:hover{ background:#0275c6; border:#0275c6 1px solid; color:#FFF;}

.page a.hover{ background:#0275c6; border:#0275c6 1px solid; color:#FFF;}
.ny_tz1 {padding: 50px 0;text-align: center;}
 ._PageTitle2 {
    margin-bottom: 50px;
    text-align: center;
}
._PageTitle2 span.en {
    font-size: 42px;
    color: #1f70b9;
    text-transform: uppercase;
    font-weight: bold;
}
._PageTitle2 span.cn {
    font-size: 28px;
    margin-bottom: 5px;
    color: #333;
}
._PageTitle2 span {
    display: block;
}

		







.nydt {margin-top: 50px;}

























		  






@media only screen and (max-width:1441px){
	.header .container {
    width: 90%;
}
	.con {
    width: 90%;
}
	.business__wrap {
    margin-left: -620px;
    width: 1240px;
}
	.btext {
    position: absolute;
    left: 6%;
    right:6%;
    z-index: 5;margin-top: -150px
}

	.about ul .introduction {
    font-size: 14px;
}

	
}

@media only screen and (max-width:1290px){
	.header .nav ul li {
    padding: 0 20px;
}
	.con {
    width: 1200px;
}

	
}






@media only screen and (max-width:1024px){
	.head_h { height: 60px; display:none}
.header{border:0; height:60px; width:100%}
	.weixin a.wb {
    height: 30px;
    line-height: 30px;
    background: url(../images/top9.png) center no-repeat;
}
.header .container{ padding:0; overflow:hidden; width:94%}
.header .logo{ margin:10px auto;}
	.header .logo img{height: 40px;}
.header.on .logo{ margin:10px auto;}
.header .right { margin-right:60px; margin-top:0;margin-left: 0
}
.header.on .right {
    margin-top: 0;
}
.header .right a {
    line-height: 30px;
    width: 30px; color:#666
}
	.header .right .yy a {
  color: #666;
}
	.header .right .ss {
  line-height: 60px;
}
	.header .right .wx {
  line-height: 60px;
}
	.header.on .right .yy {
  line-height: 60px;
}
	.header.on .right .wx {
  line-height:60px;
}
	.header.on .right .ss {
  line-height: 60px;
}
.header .right a.a2 {
    background: url(../images/s.png) center / 20px no-repeat;
}
.searchIpt { right:150px;
    top:15px; width:190px;
}
.searchIpt .search_txt {
    width: 122px;
}
.header .an{display:block; right:10px;}
.header .an span { background-color:#fff}
	.header.on .an span { background-color:#777}
.header .nav ul { width: 100%;}
.header.on .nav {width:90%}
.header .nav{width:90%; padding:15px 5%; background-color:#fff; height:100%; position:fixed; top:60px; right:-100%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0}
.header .nav.on{right:0;}
.header.on .nav ul li a { font-size: 15px;color: #333;}
.header.on .nav .e_j {
    top:0;
}
.header .nav i{display:block;}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid #ccc; float:none; margin:0; padding:0}
.header .nav ul li::after { background: rgba(0,0,0,0);}
.header.on .nav ul li{line-height:60px;}
.header .nav .e_j { width: 100%; border-top: 1px solid #ccc; background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding-bottom: 10px;}
	
.header .nav ul li .e_j a { color:#666; text-align:left; line-height:40px; font-size:15px;}
.header .nav ul li .e_j a:hover { color:#fff}
.header .nav .e_j a{border-top:0; font-size:12px; color:#aaa; line-height:32px;}
.header .nav .e_j a:hover{background:none;}
.header .nav ul li:hover .e_j{display:none;}
.nav .e_j .s_j {
    width: 100%;
    position: relative;
    top:0px;
    left:0px; border:0
}
.header .nav ul li a{font-size:15px; color:#333;}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
	.con {
    width: 90%;
}
	.btext {
    position: absolute;
    left: 6%;
    right: 6%;
    z-index: 5;top: 30%;
    margin-top:0px;
}
	.header .right .yy {
  line-height: 60px;
  font-size: 20px;
}
	
	.swiper-container-sban .swiper-slide-active .bhide {
  visibility: visible;
  animation: letterL 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.faboutl {
    width: 100%;
    height: auto;
}
	.faboutr {
    width: 100%;
    height:16rem;
}
	.faboutcon {
    padding: 0 50px 35px 30px;
    padding-top: 144px;
}
	.faboutr img {
    height:auto;
}
	.fabout {
    width: 100%;
    height: auto;
}
	.faboutl::before {
    width: 100%;
    height: 16rem;
}
	.second li {
  height: 260px;
  width: 46%;
  float: left;
  margin: 10px 2% 20px;
  padding-top:0px;box-sizing: border-box;
}
	.second li .tb {
  width: 50px;
  height: 50px;
  margin:20px auto 25px;
}
	.second li .tb.t1 {
  background: url(../images/ys1.png) center top / 50px no-repeat;
}
	.second li .tb.t2 {
  background: url(../images/ys2.png) center top / 50px no-repeat;
}
	.second li .tb.t3 {
  background: url(../images/ys3.png) center top / 50px no-repeat;
}
	.second li .tb.t4 {
  background: url(../images/ys4.png) center top / 50px no-repeat;
}
	.list-unstyled h3 {
  margin-bottom: 10px;
}
	.hzhb {
    width: 90%;
    margin: 20px auto 20px;padding: 0;float: none;
}
	.hzhb li .nrjz {
    width: 100%;
    height: 80px;margin: 0 auto;display: inline-block;
}
	.gg01_tc {
    width: 100%;
    height:90px;
}
	.hzhb li {
    height: 80px;width: 31.3333%;text-align: center;
}
	.hzhb li a {
    width: 100%;
    height: 80px;
    display: block;text-align: center;
}
	.hzhb li img {width: auto;display: block;height: 60px;margin: 0 auto;margin-top: 10px;}
	.sy_about .nr {
    width: 90%;
}
	
	
	
	
	
	
	.footer .zuo3 ul li.lx {display: block;width: 100%;}
	.footer .zuo3 ul li {display: none;}
	.footer {
  width: 90%;
}
	.footer_btm {
  margin: 20px auto 0;padding: 10px;box-sizing: border-box;
}
	.footer_bg {
  padding: 30px 0 0;
}

	.intro__title{margin-top: 60px;}
	.business__con p {line-height: 1.8;
}
	
	
	.about .con {
    padding: 60px 0 0px;
}
	
	
	.product .left {
  position: static;
  height:auto;
  width: 100%;
  margin: 20px 15px ;
}
.gallery-top .swiper-slide{width:100%; height:70vh; }
	.product .left .bg-text {
  position: static;
  transform: translate(0%,0%);
  z-index: -1;
}
	.product .left .img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  height: auto;
}
	.product .right {
  float: none;
  width: 90%;margin: 0 auto;height: auto;
}
	.product .right .control-btn {display: none;
}
	.product .right .tit {display: none;
}
	.product .right .title {
  color: #333;margin-bottom: 0;
}
	.product .right .parameter .detail {
  margin-top:10px;
  line-height:1.8;
}
	.copy {
  width: 90%;
  margin: 0 auto;
}
	
	
.gallery-top .swiper-pagination{bottom: 0px !important;
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
  background-color: #e4e4e4;}
	
	.sy_about .nr {
    width: 90%;
}
.n_ban {
  height:220px;
}
	.n_ban h3 {
  font-size: 30px;
}
	.n_ban h4 {
  font-size: 16px;
}
	.ny_jj .w_z {
  width: 100%;
}
	.ny_jj .t_p {
  width: 100%;
}
	.ny_cp {
  padding:30px 0;
}
	.list {
  width: 100%;
  float: none;margin: 0 auto;
  top: 63px;
}
	.list ul li a {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
}
	.ny_cp .right {
  width:100%;margin-top: 20px;
}
	

	.cpxq {
  padding: 30px 0;
}
	.cpxq .left {
  width: 100%;
}
	.cpxq .right {
  width: 100%;
}
	.cpxq .right p {
  font-size: 14px;
  margin-bottom: 10px;
}
	.cpxq .cptd {
  padding-top: 30px;
}
	.cpxq .cptd .bt {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 2.2;
}
	.cpxq .cptd p {
  font-size: 14px;
}
.sy_cp {
  padding-bottom: 30px;
}	
	
	.container {
    width: 90%;
}
	.ny_gsyj ul li {
    width: 46%;
    margin:2%;
}
	.swiper-yxxy {
    width: 90%;
    padding: 10px 0px 40px !important;
}
.chack__more a {
  height: 40px;
  line-height: 40px;
}
	.lx_wm .x_x {
  width: 100%;
}
	.lx_wm .l_y {
  width: 100%;margin-top: 30px;
}
	.lx_wm p {
  line-height: 36px;
}
	.ny_jj {
  padding: 35px 0;
}
	.ny_jj h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
	.ntit ul li a {
  padding: 0 15px;
}
	.ntit ul li {
  margin: 0 15px 0 0;
  min-width: 90px;
}
	.ny_jj p {
  margin-bottom: 20px;font-size: 15px;line-height: 28px;
}
	.aboutc {
  padding: 40px 0;
    background-attachment: scroll;
}
	.w1200 {
  width: 90%;
}
	.aboutc .aboutclist {
  width: 31.3333%;
  height: 380px;margin: 0 1%;
  padding: 30px 10px;
}
	.aboutc .aboutclist .text {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
  letter-spacing: 0;
}
	.aboutc .aboutclist .cntitle {
  font-size: 20px;
}
	.aboutc .aboutclist .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
	
	.ny_ryzz {
  padding: 30px 0 35px;
}
	.ryzz_ny {
  padding: 30px 0;
}
	.ny_new {
  padding: 30px 0 15px;
}
	.ny_new ul li {
  width:46%;
  margin: 0 2% 4%;
}
	
	.page {
  margin: 20px auto;
}
	.ny_xw {
  padding: 30px 0 20px;
}
	.lx_wm {
  padding: 30px 0;
}


	.sy_td {
  padding: 30px 0 0;
}
	.ny_al ul li .wenz {
  width: 100%;
  position: static;height: auto;
  padding: 20px;box-sizing: border-box;
}
	.ny_al ul li .wenz h3 {
  font-size: 20px;
}
	.more {
  width: 140px;
  height: 32px;
  line-height:32px;
}
	.ny_al ul li .tp {
  width: 100%;
}
.ny_hz {
  padding-top: 30px;
  padding-bottom: 30px;min-height: 25rem;
}
	.ny_hz li {
  width: 23%;
  height: 80px;
  margin: 1% 0.8%;
}
	.ny_hz li a {
  height:80px;
}
	.ny_hz li .nrjz {
  height: 80px;
}
	.xmzsny {
  margin: 20px auto;
}
	.xmzsny .nr ul li {
  width: 50%;
}



	
	

	
	
	
	
	
	
}
@media only screen and (max-width:600px){
	
	.footer .zuo3 {width: 100%;}
	.footer .you3 {
  width: 100%;
}
	.footer .you3 .weixin {
  float: none;margin: 0 ;
}
	.header .container {
    width: 94%;
}
	.btitle strong {
    font-size: 2.6rem;
    letter-spacing: 5px;
}
	.btitle small {
    letter-spacing: 0px;
    font-size: 1.2rem;
}
	.btext p {
    font-size: 1.6rem;
    letter-spacing: 2px;
}
	.faboutcon .fabtxt {
    height: auto;
    font-size: 1.2rem;
    line-height: 1.8;color: #333;
}

	.product {
  background: #e4e4e4 ;
}
	.product .right .title .proName {
  font-size: 26px;
}
	
	.faboutcon {
    padding: 0 3rem 3rem 3rem;
    padding-top: 10rem;
}
	.faboutl::before {
    width: 100%;
    height: 30rem;background: none;
}
	.second li {box-sizing: border-box;padding: 0 10px;height: 22rem;
    margin: 10px 2% 10px;
  }
	
	.list-unstyled p {
  padding: 0px 0px;text-align: left;font-size: 1.2rem;line-height: 1.5;
}
	 .list-unstyled h3 {margin-top: 0;font-size: 1.3rem;
  }
	.second li .tb {
    margin: 10px auto 10px;
  }
	.cbottom {
  min-height: 25rem;
}
	.fleilist .pic {
    height: 4rem;
    line-height: 4rem;
}

	.hzhb li img {
    width: 90%;
    height: auto;margin: 0 auto !important;
}
	  .hzhb li a {
    height: 5rem;
  }
	.hzhb li {
    height:5rem;width: 30.3333%;margin:1.5% 
  }
	.hzhb li .nrjz {
    height: 5rem;display: flex;justify-content: center;align-items: center;
  }
	._PageTitle span.en {
    font-size: 20px;
}
	._PageTitle span.cn {
    font-size: 2rem;
}
	._PageTitle {
    margin-bottom: 20px;
}
	.about ul li .title i {
    width: 5rem;
    height: 5rem;margin: 0 auto;
    background-size: auto 100%;
}
	

	.footer .zuo3 ul li.lx {padding: 0;
}
	.htit {
  font-size: 20px;
}
	.n_ban {
  height: 200px;
}
	 .n_ban h3 {
    font-size: 2rem;margin-top:30px;line-height: 1.8;
  }
	.ntit {
  padding: 15px 0;
}
	.ny_gsyj ul li {
    width: 100%;
    margin: 2% 0;
}


	.swiper-yxxy .swiper-slide .w_z {
    padding: 15px 15px;
    margin-bottom: 30px;
    height: auto;box-sizing: border-box;
}
	
	.gy_lxwm ul li {
    width: 100%;
    margin: 1% 0;
    padding: 20px;
    height: auto;
}
.ntit ul li {
  margin: 0 1.5% 2%;width: 30.3333%;float: left;
}
	.ntit ul li a {
  padding: 0 0;
}
.ny_jj h3 {
  font-size: 20px;
}
	.aboutc .aboutclist {
  width: 100%;
  height: auto;
  margin: 0 0 20px;padding: 30px 20px;
}


	._PageTitle2 span.en {
    font-size:2.4rem
}
	._PageTitle2 span.cn {
    font-size: 2rem;
}
	._PageTitle2 {
    margin-bottom: 30px
}
	

	.sy_zycf .btn {
  width: 60px;
}
	.sy_zycf .btn img {width: 100%;
}
	.ny_new ul li {
    width: 100%;
    margin: 0 0 4%;
  }
	.ny_new ul li .wenz h3 {
  margin-bottom: 0px;
}
	.cpxq .right h3 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 30px;
}
	.ny_al {
  padding: 30px 0;
}
	.ny_hz li {
    width: 30.3333%;
    height: 5rem;
    margin: 1.5%;
  }
	.ny_hz li img {width: 100%;display: block;
}
	  .ny_hz li .nrjz {
    height: 5rem;padding: 0 8px;box-sizing: border-box;
  }
	.ny_hz li .w_z p {
  font-size: 1.2rem;
}
	 .ny_hz li a {
    height: 5rem;
  }
	


	.nytit h4 {font-size: 2rem;margin-bottom: 2rem;}
.nytit h3 {
    font-size: 1.6rem;
    margin: 20px 0 5px;
}
	.ny_fczs ul li .box h2{bottom: 10px;top: auto;}
	.vintage h2 {
    transform: translate3d(0, 0px, 0);
}
	.ny_gywm .gsjj .wz h3 {
    font-size: 1.6rem;
    margin: 3rem 0 5px;
}
	.ny_gywm .gsjj .wz h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
	.ny_gywm .gsjj {
    padding-bottom: 3rem;
}
	.ryzz_ny h3 {
    font-size: 1.6rem;
}
	.ryzz_ny h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
	.lx_wm .n_r{width:90%; top:15%; left:5%;}
.lx_wm .n_r h3{font-size:1.6rem;}
.lx_wm .n_r h4{font-size:2rem;}
.lx_wm .n_r h5{font-size:1.4rem; margin-top:2rem; margin-bottom:2rem;}
.lx_wm .n_r p{font-size:1.2rem; line-height:2rem; margin-top:1rem;}
.lx_wm .n_r i{width:1.2rem;}
	
	

	.lx_wm .d_t {
    height: 25rem;
    float: none;
}
	
		.fxin-l {
    margin-bottom:20px;
}
.seccate3 {
    font-size: 2.4rem;
    line-height: 4rem;
    height: 4rem;
    padding-bottom: 1.2rem;
    background: url(../images/bt_2.png) center / auto 100% no-repeat;
}
	.seccate3 span {
    letter-spacing: 0px;
}
	.fxin-l .secintro {
    font-size:12px;
    line-height: 1.8;
}
	.fxinlist li .lin {
    padding: 0 10px 10px;
}
	.fxinlist .pic {
    padding-bottom: 100%;
    margin-bottom: 10px;
}
	.fxinlist h3 {
    font-size: 1.3rem;font-weight: normal;
    line-height:2.4rem;text-align: left;height: 2.4rem
}
	.fxinlist p {
    font-size: 1.2rem;
    line-height: 2;
    height:auto;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:6;
    margin-top: 1.5rem;margin-bottom: 20px;
}
.swiper-yxxy {
    padding-bottom: 50px;
}	
	.fxinlist .more {
    margin-top:15px;margin-bottom: 10px;
}
	
	
	.ny_lxwm .text-box h3 {
    font-size: 2.4rem;
}
	.ny_lxwm .text-box h4 {
    font-size: 1.4rem;
}
	.ny_lxwm .text-box li img {
    margin-right: 20px;width: 30px;
}
	.ny_lxwm .text-box li h5 {
    font-size: 1.5rem;
}
	.ny_lxwm .text-box li p {
    font-size: 1.2rem;
}
.footer .b_q {
    padding: .5rem 0;
    font-size: 1rem;
    line-height: 1.6rem;
}
	
	.ryzz_ny {
    padding: 40px 0 0;
}
	.footer .b_q a {
    font-size: 1rem;
}

	
	.gy_lxwm {
    padding: 30px 0 30px;
}
.xmzsny .nr ul li a {
  padding: 10px;
}
	.xmzsny .nr ul li {
    width: 100%;
  }
	
	
	.biaoti1 {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
	
.fleilist li {
 
 text-align:center; width:49%; float:left; display:block
}	

	
	
}



.indexNews {background: url(../images/bg-news.jpg) no-repeat;background-position: center;background-size: cover;overflow: hidden;}
.news-list-index {width: 100%;}
.news-list-index .nl-box .imb-box {width:48%;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .i-b img {width: 100%;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide a {display: block;color: #000;background-color: #fff;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide a:hover { background-color: #0275c6;color: #fff;}
.news-list-index .nl-box .txt-box {width:50%;}
.news-list-index .nl-box .txt-box .list li {background-color: #fff;  margin-bottom: 15px;}
.news-list-index .nl-box .txt-box .list li:hover {background-color: #0275c6;}
.news-list-index .nl-box .txt-box .list li:hover a {color: #fff;}
.news-list-index .nl-box .txt-box .list li a {display: block;color: #202020;padding: 38px 120px 38px 215px;position: relative;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b { padding: 30px 130px 30px 30px;position: relative;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b:after {position: absolute;width: 1px;height: 80px;top: 50%;margin-top: -40px;right: 110px;background-color: #dadada;content: "";}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .t-box .title,
.news-list-index .nl-box .txt-box .list li .t-box .title {font-size: 18px;  overflow: hidden;  white-space: nowrap;  -ms-text-overflow: ellipsis;  text-overflow: ellipsis;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .t-box .desc,
.news-list-index .nl-box .txt-box .list li .t-box .desc { font-size: 16px; margin-top: 10px; opacity: 0.5;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;  overflow: hidden;}
.news-list-index .nl-box .txt-box .list li .time-box {position: absolute; height: 82px; width: 130px; left: 30px;top: 50%;margin-top: -41px; border-right: 1px solid #dadada;}
.news-list-index .nl-box .txt-box .list li:hover .time-box {border-color: #fff;}
.news-list-index .nl-box .txt-box .list li .time-box .day {font-size: 40px;line-height: 40px;color: #202020; padding-left:15px}
.news-list-index .nl-box .txt-box .list li:hover .time-box .day {color: #fff;}
.news-list-index .nl-box .txt-box .list li .time-box .y-m {font-size: 18px;padding-left: 3px;margin-top: 5px;opacity: 0.5;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .more1,
.news-list-index .nl-box .txt-box .list li .more1 {display: block;  width: 25px;height: 10px;  top: 50%;  margin-top: -5px;  right: 50px;  position: absolute;  -webkit-background-size: 100% 100%;  background-size: 100% 100%;  background-image: url("../images/ic-more.png");}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide a:hover .more1,
.news-list-index .nl-box .txt-box .list li:hover .more1 { background-image: url("../images/ic-more-w.png");}
.indexNews .swiper-pagination-bullet {background-color: #0275c6 !important;}

@media only screen and (max-width:1680px){

}

@media only screen and (max-width:1600px){
.news-list-index .nl-box .imb-box {width: 40%;}
.news-list-index .nl-box .txt-box {width:58%;}
.news-list-index .nl-box .txt-box .list li a {display: block;color: #202020;padding: 32px 120px 32px 215px;position: relative;}	
}

@media only screen and (max-width:1440px){
.news-list-index .nl-box .txt-box .list li a {display: block;color: #202020;padding: 28px 120px 28px 215px;position: relative;}	
}
@media only screen and (max-width:1280px){
.news-list-index .nl-box .txt-box .list li a {display: block;color: #202020;padding: 26px 120px 26px 215px;position: relative;}	
}
@media only screen and (max-width:1024px){
.news-list-index .nl-box .imb-box {width: 40%;}
.news-list-index .nl-box .txt-box {width:58%;}
.news-list-index .nl-box .txt-box .list li a {display: block;color: #202020;padding: 16px 120px 16px 215px;position: relative;}	
}

@media only screen and (max-width:800px){
.news-list-index .nl-box .imb-box {width: 100%; margin-bottom:15px}
.news-list-index .nl-box .txt-box {width:100%;}
.news-list-index .nl-box .txt-box .list li a {display: block;color: #202020;padding: 20px;position: relative;}	
.news-list-index .nl-box .txt-box .list li .time-box { display:none;}

.news-list-index .nl-box .txt-box .list li .time-box .y-m {font-size: 14px;padding-left: 3px;margin-top: 5px;opacity: 0.5;}


.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .more,
.news-list-index .nl-box .txt-box .list li .more {display: none;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b { padding: 10px;position: relative;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b::after{ display:none}

.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .t-box .title,
.news-list-index .nl-box .txt-box .list li .t-box .title {font-size: 16px;  overflow: hidden;  white-space: nowrap;  -ms-text-overflow: ellipsis;  text-overflow: ellipsis;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .t-box .desc,
.news-list-index .nl-box .txt-box .list li .t-box .desc { font-size: 14px; margin-top: 10px; opacity: 0.5; white-space:nowrap; overflow:hidden;text-overflow:ellipsis;  overflow: hidden;}

}


.biaoti{ font-size:36px; font-weight:bold; text-transform:capitalize; text-align:center; color:#fff; margin-bottom:50px}
.biaoti em{ width:50px; height:4px; background:#fff; margin:20px auto 0; display:block}

.biaoti2{ font-size:36px; font-weight:bold; text-transform:capitalize; text-align:center; color:#333; margin-bottom:50px}
.biaoti2 em{ width:50px; height:4px; background:#0275c6; margin:20px auto 0; display:block}


.fxinlist {

  width: 100%;
  height: auto   ;
  overflow: hidden;
}

.swiper-yxxy{width:100%; margin:0 auto;}
.swiper-yxxy .swiper-slide{position:relative;height: auto  ;  }
.swiper-yxxy .swiper-pagination{bottom:0;}
.swiper-yxxy .swiper-pagination-bullet{width:10px; height:10px; border-radius:50%; background-color:#aaa;}
.swiper-yxxy .swiper-pagination-bullet-active{background-color:#266db5;}

.fxinlist li {
  float: left;
  width: 100%;
  display: table;
  height: 100%;
    background-color: rgba(255, 255, 255, 1);box-shadow: 0px 5px 30px #e2e2e2;
}
.fxinlist li .lin {
  padding: 0px 0;
  background-color: transparent;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fxinlist li:hover .lin {
  background-color: rgba(255, 255, 255, 0.2);
}
.fxinlist .pic {
  width: 100%;
  padding-bottom: 66.66%;
  height: 0;
  position: relative;
  margin-bottom: 0px;
}
.fxinlist .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.fxinlist h3 {
  font-size: 18px;
  color: #333;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s; font-weight:bold; padding:20px 10px 10px 30px
}
.fxinlist li:hover h3 {
  color: #266db5;
}
.fxinlist .more {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  height:30px; margin-bottom:30px ; width:120px; background: #0275c6;border-radius:5px ; text-align:center; margin-left:30px
}
.fxinlist .more a { color:#fff
}
.fxinlist p {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  overflow: hidden;
  margin-bottom: 20px; padding:0 30px;   overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2;
}


@media only screen and (max-width:800px){
.biaoti{ font-size:20px; font-weight:bold; text-transform:capitalize; text-align:center; color:#fff; margin-bottom:50px}
.biaoti em{ width:50px; height:4px; background:#fff; margin:20px auto 0; display:block}

.biaoti2{ font-size:20px; font-weight:bold; text-transform:capitalize; text-align:center; color:#333; margin-bottom:30px}
.biaoti2 em{ width:50px; height:4px; background:#0275c6; margin:20px auto 0; display:block}

.fxinlist li .lin {
  padding: 10px 10px 0;
  background-color: transparent;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}	
.product .right .parameter .detail{margin-top: 0; font-size: 16px;line-height: 34px;padding-top: 0;max-width: inherit  ;}
.news-list-index {
  width: 96%;
}
.gengduo{ width: 200px;height: 42px;text-align: center;line-height: 42px;background-color: #0275c6; overflow: hidden;position: relative;z-index: 0;border-radius: 2px; margin:30px auto 0; font-size:14px;border-radius: 5px;}

.fxinlist h3 {
  font-size: 16px;
  color: #333;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s; font-weight:bold; padding:0px 10px ; text-align:center
}

.fxinlist p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 20px; padding:0 10px;   overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:5; margin-top:5px
}
}



.sy_hy{width:100%;    overflow:hidden;}

.sy_hy .hy_fx .zuobian{ float:left; width:49%; margin-right:2%;box-shadow: 0 8px 15px 0 rgba(95,125,158,.2); margin-bottom:20px}
.sy_hy .hy_fx .zuobian:nth-child(2n){margin-right:0; }
.sy_hy .hy_fx .n_r{background-color:#fff; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.sy_hy .hy_fx .t_p{position:relative; overflow:hidden;}
.sy_hy .hy_fx .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}

.sy_hy .hy_fx .t_p:hover img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}

.sy_hy .hy_fx .b_t{width:100%; position:absolute; bottom:0;  font-size:20px; text-align:center; color:#fff; background:rgba(0,0,0,.3); line-height:40px}
.sy_hy .hy_fx .w_z{margin:20px; color:#777; line-height:26px; height: auto; overflow:hidden; display:-webkit-box;
line-clamp:4;
-webkit-line-clamp:4;
-moz-line-clamp:4;
-ms-line-clamp:4;
-o-line-clamp:4;
-webkit-box-orient:vertical;}
.sy_hy .hy_fx .w_z ul li{padding-left:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; position:relative;   border-bottom:#ccc 1px dashed; line-height:36px; height:36px; padding-bottom:10px; margin-bottom:10px; font-size:16px}
.sy_hy .hy_fx .w_z ul li a{ color:#333}
.sy_hy .hy_fx .w_z ul li:after{width:4px; height:4px; content:""; left:0; top:50%; margin-top:-5px; position:absolute; background-color:#008cd7;}
.sy_hy .hy_fx .w_z span{ float:right; font-size:12px}
.sy_hy .hy_fx .j_t{margin:0 20px 20px; text-align:right; color:#aaa;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_hy .hy_fx .n_r:hover .j_t{color:#008cd7;}
@media only screen and (max-width:992px){
.sy_hy{padding:20px 0;}
.sy_hy .hy_bt{margin-bottom:35px;}
.sy_hy .hy_bt h3{font-size:26px; line-height:36px;}
.sy_hy .hy_bt i{width:50px; margin:0 10px;}
.sy_hy .hy_bt p{font-size:16px;}
.sy_hy .hy_fx .row{margin:0 -5px;}
.sy_hy .hy_fx .col-12{padding:0 5px;}
.sy_hy .hy_fx .b_t{font-size:22px;}
.sy_hy .hy_fx .w_z{margin:15px; line-height:24px; height:96px;}
.sy_hy .hy_fx .b_t{width:100%; position:absolute; bottom:0; left:0; font-size:18px; text-align:center; color:#fff;}
.sy_hy .hy_fx .w_z{margin:20px; color:#777; line-height:26px; height:96px;}

.sy_hy .hy_fx .j_t{margin:0 15px 15px;}

.sy_hy .hy_fx .zuobian{ float:none; width:100%; margin-right:2%;box-shadow: 0 8px 15px 0 rgba(95,125,158,.2); margin-bottom:20px}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .more1,.news-list-index .nl-box .txt-box .list li .more1 {
  display: block;
  width: 25px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  right: 50px;
  position: absolute;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: none;
}
}
@media only screen and (max-width:640px){
.sy_hy{padding:20px 0 10px;}
.sy_hy .hy_fx .n_r{margin-bottom:10px;}
.sy_hy .hy_fx .b_t{font-size:16px;}
}


.flexb{display: flex;align-items: center;justify-content: center;}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.flexb3{display: flex;align-items: flex-start;justify-content: space-between;}
.newsUl{  padding:60px 0  ; height:auto; overflow:hidden}
.newsUl li{
	background: #ffffff; margin-bottom:40px;box-shadow: 0.326px 0.946px 20px 0px rgba(0, 0, 0, 0.1);
	
}
.newsUl .kuang{transition: all 0.3s;}
.newsUl .imgB{width: 30%;border-radius: 0.83vw;overflow: hidden;}
.newsUl .imgZ{}
.newsUl .textB{
	width: calc(70% - 90px);
	padding-left: 1vw; margin-right:2vw
}
.newsUl .titB{transition: all 0.3s; font-size:18px; font-weight:bold; color:#333}
.newsUl .timeB{margin-top:10px; font-size:14px; color:#999}
.newsUl .descB{margin-top: 10px ; font-size:15px; line-height:36px; color:#555}
.newsUl .moreB{
	display: flex;justify-content: center;align-items: center;
	width: 90px;height: 90px;
	margin: 0 2.5vw 0 4.6vw;
	text-align: center;
	border-radius: 10px;
	transition: all 0.3s;
}
.newsUl .moreB i{display: block;margin: 0 auto;font-size: 25px;}
.newsUl .moreB span{display: block;margin: 0 auto;}
.newsUl .kuang:hover{}
.newsUl .kuang:hover .titB{color: var(--main);}
.newsUl .kuang:hover .moreB{color: #ffffff;background: var(--main);}
@media (max-width:1024px) {
	.newsNav a{line-height: 50px;}
	.newsUl .moreB{width: 56px;height: 56px;font-size: 14px;}
	.newsUl .moreB i{font-size: 20px;}
	.newsUl .textB{padding-left: 2vw;}
}
@media (max-width:800px) {
	.newsUl {
  padding: 20px 0;
  height: auto;
  overflow: hidden;
}
	.indP.newsP{padding-top: 16px;}
	.newsNav a{line-height: 40px;font-size: 16px;width: calc(50% - 4px);}
	.newsUl li{margin-top: 0;margin-bottom: 20px;}
	.newsUl .kuang{flex-wrap: wrap;}
	.newsUl .imgB{width: 100%;}
	.newsUl .textB{width: 100%;padding: 16px;}
	.newsUl .moreB{width: 100%;height: auto;display: block;padding: 16px;margin: 0;}
	.newsUl .moreB p{display: flex;justify-content: flex-end;align-items: center;flex-direction: row-reverse;}
	.newsUl .moreB i{margin: 0;font-size: 15px;margin-left: 12px;}
	.newsUl .moreB span{margin: 0;}
	.newsUl .textB { margin-right: 0;}
	.newsUl .descB {
  margin-top: 10px;
  font-size: 15px;
  line-height: 26px;
  color: #555;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2;
}
.newsUl .titB {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
  color: #333; line-height:26px
}

}
.imoreBtn1{height: 40px;color: #0275c6;border-radius: 30px;border: 1px solid #0275c6;position: relative;padding: 0 10px; width:140px; font-size:14px ; margin-top:20px; display:block}
.imoreBtn1::before{content: "";width: 100%;height: 100%;background: #0275c6;position: absolute;inset: 0;z-index: 0;transform: scaleX(0);transition: transform .4s, opacity .5s;opacity: .2;border-radius: 30px; }
.imoreBtn1 span{position: relative;z-index: 2;  }
.imoreBtn1:hover span{color: #fff; }
.imoreBtn1:hover::before{transform: scaleX(100%);opacity: 1; }
.flexcen{display: flex;justify-content: center;align-items: center;}


.pageDiv{text-align: center; margin-top:50px}
.pageDiv a{display: inline-block;line-height: 40px;margin: 0 3px;color: #3d3d3d; font-size: 16px;border: 1px solid #cccccc;width: 42px;background: #fff; }
.pageDiv a.cur{color: #fff;border: 1px solid #0275c6;background: #0275c6; }
.pageDiv a:hover{color: #0275c6; }



@media (max-width:800px) {
	
.imoreBtn1{height: 36px; line-height:36px;color: #0275c6;border-radius: 30px;border: 1px solid #0275c6;position: relative;padding: 0 10px; width:120px; font-size:14px ; margin-top:20px; display:block; text-align:center}	
	
}