@charset "utf-8";/* CSS Document */
html {font-size: 62.5%;  height: 100%; scroll-behavior: smooth;}

body {margin: 0 auto;font-family:Poppins-Regular,Arial, Helvetica, sans-serif;font-size: 16px; font-size: 1.6rem; height: 100%;background:#fff;width:100%;max-width:1920px; overflow-x:hidden;}


img {border: none;}
ul li {list-style-type: none;}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span,em {margin: 0;padding: 0;list-style: none;color: #333;}
img{display:block; transition: 0.5s;}
a {text-decoration: none;color: #333;outline: none;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
h1,h2 {margin: 0;padding: 0;font-weight: normal;color: #333;}
.clear {clear: both;}
.maln {margin-left: auto !important}
input, textarea, select {font-family:Poppins-Regular,Arial, Helvetica, sans-serif;font-size: 12px;font-size: 1.2rem;color:#999999;border: none;outline: none;}
.fl {float:left;}
.fr {float:right;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

input[type= "button"],input[ type="submit" ],input[type="reset"] {-webkit-appearance: none;}
button{border-radius : 0px; -webkit-border-radius:0px;}

::selection { color: #fff; background: #2e86c1;}

* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; box-sizing: border-box;}
::-webkit-scrollbar {
width:4px; height: 4px;
}
::-webkit-scrollbar-track {
background: #e5e5e5
}
::-webkit-scrollbar-thumb {
background:#2e86c1;
}


.fons0{ font-size:0px; font-size:0rem;}

::-webkit-input-placeholder {/* WebKit browsers */
 color:#4a4949;opacity:1}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#4a4949;opacity:1 }
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#4a4949;opacity:1 }
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#4a4949;opacity:1 }
 
@media screen and (min-width:1000px){
    .zong {width: calc(100% - 160px); max-width: 1400px; margin: auto;}
    .zong1 {width: 95%; max-width: 1585px; margin: auto;}
}
@media screen and (max-width:999px) {
    .zong,.zong1 {width: 95%;margin: auto;}
}

a:hover img{transform: scale(1.1,1.1)}
img{max-width: 100%;}
a:hover{ color: #2e86c1;}

.mp{ font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666;}
.mp p,.mp a{color: #666; display: block;}
.mp a:hover{color: #2e86c1;}

.mp1{ font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #666;}
.mp1 p,.mp1 a{color: #666; display: block;}
.mp1 a:hover{color: #2e86c1;}

@media screen and (max-width:1559px) {
.mp1{ font-size: 16px; font-size: 1.6rem; line-height: 30px !important;}
}
@media screen and (max-width:1359px) {
.mp,.mp1{ font-size: 14px; font-size: 1.4rem; line-height: 26px !important;}
body{ font-size: 14px; font-size: 1.4rem; }
}
@media screen and (max-width:767px) {
.mp,.mp1{ font-size: 12px; font-size: 1.2rem; line-height: 22px !important;}
body{ font-size: 12px; font-size: 1.2rem; }
}

.img1{ display: block; position: relative; overflow: hidden;}
.img1 img{ width: 100%; position: relative; z-index: 1}
.img1:before{content: ''; position: absolute; width: 0px; height: 100%; background: #000; opacity: 0.5;  left: 50%; transform: translateX(-50%); top: 0px; transition: 1s; z-index: 2}
.img1:after{content: ''; position: absolute; width: 100%; height: 0px; background: #000; opacity: 0.5;  top: 50%; transform: translateY(-50%); left: 0px; transition: 1s; z-index: 2}
.img1:hover:before{width: 100%; opacity: 0}
.img1:hover:after{height: 100%; opacity: 0}

@keyframes m1tu
{
0% { opacity:0; left:0px;}
50% { opacity:1; left:50%;}
100% { opacity:0; left:100%}
}

.img2{display: block; width: 300px; margin: auto; position:relative; overflow:hidden; z-index:1}
.img2 img{width: 100%;}
.img2:after{ content:""; height:100%; position:absolute; top:0px; transition:0.5s; background:#fff;  width:40px; filter: blur(30px); opacity:0; z-index:3}
.img2:hover:after{ -webkit-animation-name:m1tu; animation-name:m1tu; -webkit-animation-duration:0.3s; animation-duration:0.3s; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:1; animation-iteration-count:1}

.niu1 { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; }
.niu1 span { position: relative; z-index: 2;}
.niu1:before { position: absolute; content: ''; top: 0px; bottom: 0px; left: 0px; right: -50px; border-bottom: 50px solid #2e86c1; border-right: 30px solid transparent; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
.niu1:after { position: absolute; content: ''; top: 0px; right: 0px; bottom: 0px; left: -50px; border-left: 30px solid transparent; border-bottom: 50px solid #2e86c1; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.niu1:hover:before { -webkit-transform: translateX(-40%); -moz-transform: translateX(-40%); -ms-transform: translateX(-40%); -o-transform: translateX(-40%); transform: translateX(-40%); }
.niu1:hover:after { -webkit-transform: translateX(40%); -moz-transform: translateX(40%); -ms-transform: translateX(40%); -o-transform: translateX(40%); transform: translateX(40%); }

.niu2 { overflow: hidden; position: relative; }
.niu2 span { position: relative; display: block; z-index: 2; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
.niu2 span:before { position: absolute; left: 0; top: 0; z-index: -1; height: 100%; width: 100%; content: ""; background-color: #2e86c1; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; -o-transform-origin: top right; transform-origin: top right; transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);}
.niu2:hover span:before { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: bottom left; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -o-transform-origin: bottom left; transform-origin: bottom left; }

.niu3 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }
.niu3:after { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; z-index: -1; content: ''; background: #2e86c1; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.niu3:hover { color: #fff; }
.niu3:hover:after { height: 500%; opacity: 1; }


.at-resp-share-element .at4-share-count-container {text-decoration: none;float: right; padding-right: 15px;line-height: 25px !important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}


/*  head  */
.head{ background: #ffffff; box-shadow: -3px 4px 27px 0px rgba(0, 0, 0, 0.07); position:fixed; width:100%; left:0px; top:0px; transition: 0.5s; z-index:99999}

.head>.zong{ transition:0.5s; position: relative;}
.head>.zong:after{content: ""; clear: both; display: block;}

.her{ float: right; padding-bottom: 16px;}

.logo{display:block; position: absolute; top: 0px; left: 0px; padding-right: 130px;}
.logo:before{content: ""; position: absolute; width: calc(100% + 260px); background: #f4f4f4; height: 100%; right: 0px; top: 0px; z-index: 1}
.logo:after{content: ""; position: absolute; width: 76px; background: url("../images/helogo.png") no-repeat bottom right; background-size: 100% 100%; height: 100%; left: 100%; top: 0px; z-index: 1}
.logo span{ display:block; width: 110px; height: 138px; position: relative; z-index: 2}
.logo img{display:block;margin:auto; transition: 0.5s; position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%) !important;}

.het{ line-height: 44px; padding-top: 11px;}
.het:after{content: ""; clear: both; display: block;}

.heshejiao{ float: right; display: flex; flex-flow: wrap; margin-left: 8px;}
.heshejiao a{ color: #2e86c1; margin-left: 26px; opacity: 0.7;}
.heshejiao a i{ font-size: 20px;}
.heshejiao a:hover{ opacity: 1}

.hexin{ float: right;}
.hexin li{ float: left; padding-left: 26px; position: relative; margin-left: 35px;}
.hexin li i{ color: #2e86c1; font-size: 18px; position: absolute; left: 0px; top: 0px;}

.heb{ position: relative; line-height: 46px;}
.heb:before{content: ""; position: absolute; width: calc(100% + 260px); background: #2e86c1; height: 100%; left: 0px; top: 0px;}
.heb:after{content: ""; clear: both; display: block;}

.daohang{ float:left; margin-right: 50px; padding-left: 34px; display: flex; flex-flow: wrap; justify-content: space-between;}
.daohang:before{content: ""; position: absolute; width: 20px; height: 100%; right: 100%; top: 0px; background: url("../images/daobei.png") no-repeat top left; background-size: 100% 100%;}
.daohang>li{ float:left; transition: 0.5s; margin-left: 44px; position: relative;}
.daohang>li:first-child{ margin-left: 0px;}
.daohang>li>a{display:block;font-size:16px;font-size:1.6rem;line-height:46px; color:#fff; text-transform: uppercase; position:relative;}
.daohang>li>a:before{ content: ""; transition: 0.5s; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: #2e86c1;}
.daohang>li:hover>a{ text-decoration: underline;}
.dangqiandao>a{ text-decoration: underline !important;}

.yijiw{ background:rgba(255,255,255,0);position:absolute;width:320px;top:-9999px;left:50%; transform:translateX(-50%); padding-top: 16px;max-height:522px;overflow:auto;}
.yiji{background:rgba(46,134,193,1); box-shadow: -3px 4px 49px 0px rgba(0, 0, 0, 0.08); padding: 20px 0;}
.yiji li{position:relative;transition:0.5s; padding: 0 25px;}
.yiji li a{display:block;font-size:16px;font-size:1.6rem;line-height:0px; padding:7px 0px; padding-right: 12px; color: #fff;}
.yiji li a i{ position: absolute; right: 25px; top: 7px; font-size: 14px;}

.yiji li:hover>a{color: #fff;/*! text-transform: uppercase; */text-decoration: underline;}
.erji{position:absolute;width:350px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: -3px 4px 49px 0px rgba(0, 0, 0, 0.08); padding: 20px 0;}
.sanji{position:absolute;width:200px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: -3px 4px 49px 0px rgba(0, 0, 0, 0.08); padding: 20px 0;}
.daohang>li:hover .yijiw{top:100%;}
.daohang>li:hover .yiji>li>a{line-height:26px;/*! text-transform: uppercase; */}
.yiji>li:hover .erji{top:-20px;}
.yiji>li:hover .erji>li>a{line-height:26px;}
.erji>li:hover .sanji{top:-20px;}
.erji>li:hover .sanji>li>a{line-height:26px;}
.matn{margin-top:auto !important;}

/*  sousuo  */
.sou::-webkit-input-placeholder {/* WebKit browsers */
 color:#fff;opacity:1}
.sou:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#fff;opacity:1 }
.sou::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#fff;opacity:1 }
.sou:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#fff;opacity:1 }

.sousuo{ float:right; height:46px; z-index:9999; border-radius:50%; position:relative; transition: 0.5s;}
.sousuo form{ width: 340px; background: #2e86c1; border-radius: 4px; height:0px; overflow:hidden; position:absolute; right:-10px; top:50px; transition:0.5s; z-index:99999}
.sou{ width: 100%;height:46px;line-height:46px; border-radius:4px; border: solid 1px rgba(255,255,255,0.5); padding-left:13px; padding-right:40px; font-size:14px; font-size:1.4rem; color:#fff; background: none;}
.suo{width:46px;height:46px; position:absolute; right:6px; top:6px; z-index:9999999; color:#c70a27; border-radius:0px; background: none; cursor:pointer;}

.sou1{ width:46px; height:46px; text-align:center; line-height:46px; position:absolute; right:6px; top:6px; font-size:18px !important; color:#fff; cursor:pointer; z-index:99990}
.sou2{ display: block; color:#fff; line-height: 46px; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana; z-index:1; cursor: pointer; transition: 0.5s;}
.sou2 i{ display: inline-block; vertical-align: middle; font-size:18px !important; margin-right: 6px;}
.sousuof form{ height:54px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding:6px;}

.yvn{ float:right; position:relative; z-index:99999; margin-left: 28px;}
.yvzhonga{ display:block; padding-right: 40px; font-size:14px; font-size: 1.4rem; text-align:center; color:#fff; cursor:pointer; position: relative; z-index:999999}
.yvzhonga i{ margin-right: 7px; font-size: 18px; color: #fff; display: inline-block; vertical-align: middle;}
.yvzhonga:before{content: ""; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); width: 0; border: 5px solid #fff; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent;}

.yvul{ width:100%; min-width:110px; position:absolute; top:50px; left:-15px; background:#2e86c1; border: 1px solid #2e86c1; border-radius: 5px; display:none;}
.yvul a{ display:block; padding:5px 10px; font-size:14px; font-size:1.4rem; line-height:24px; color:#fff; border-radius: 5px;}
.yvul a:hover{ background:#fff; color:#2e86c1; text-decoration: none !important;}

.xnav{display:none}
.daohang2,.sousuo2{display:none}
.yvzhonga:hover{ color: #fff; text-decoration: underline;}

@media screen and (max-width:1559px) {   
.daohang{ margin-right: 10px;}
.daohang>li{ margin-left: 25px;}
    
.sou{ font-size:12px; font-size:1.2rem;}
.sou2 i{ font-size:18px !important; margin-right: 4px;}

.yvn{ margin-left: 10px;}
.yvzhonga{ font-size: 14px; font-size: 1.4rem; padding-right: 20px;}
.yijiw,.erji{ width: 280px;}
    .yiji li{ padding: 0 10px; padding-right: 20px;}
.yiji li a{font-size:14px;font-size:1.4rem;line-height:0px; padding:5px 0px;}
    .yiji li a i{ right: 10px; top: 3px; font-size: 12px;}

.erjin{ width: 250px;}
.erjin a{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:1359px) {
    .her{ padding-bottom: 5px;}
    
    .logo{ padding-right: 50px;}
    .logo:after{ width: 50px;}
    .logo span{width: 90px; height: 105px;}
    
    .het{ line-height: 40px; padding-top: 0px;}
    .heshejiao a{ margin-left: 12px;}
    .heshejiao a i{ font-size: 16px;}
    .hexin li{ margin-left: 20px;}
    
    .daohang>li>a{ font-size:12px;font-size:1.2rem; line-height: 50px; text-transform: none;}
    .yijiw,.erji{ width: 220px;}
    .yiji li a{font-size:12px;font-size:1.2rem;line-height:0px;}

    .yvn{ margin-right: 15px; padding-left: 0px;}
    .yvzhonga{ font-size: 12px; font-size: 1.2rem; padding-right: 13px; line-height: 50px;}
    .yvzhonga:before{ border-width: 4px;}
    .yvzhonga i{ display: none;}
    
    .sousuo{ height: 50px;}
    .sou2{ line-height: 50px;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear3{display: none}}
@media screen and (max-width:999px) {
.daohang,.sousuo{display: none;}
    .logo{ padding-right: 30px;}
    .logo:after{ width: 30px;}
    .logo span{width: 50px; height: 50px;}
    .her{ display: none;}
    
.head .zong{ height: 42px;}

    .yvzhonga{ line-height: 40px;}
.yvn{ margin-right: 45px; padding: 0px; border: none;}
.yvul{ min-width:100px; top:35px;}
.yvul a{ padding:5px; font-size:12px; font-size:1.2rem;}

.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 24px;background: #2e86c1;right: 2.5%;top: 9px;cursor: pointer; border-radius:5px;z-index: 9999999999}
.xnav2 .nav{background: #ffc700;}
.nav span {display: block;width: 20px;height: 2px;background: #ffffff;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition: 0.5s;z-index: 9999999991}
.nav .nav1 {margin-top: -1px;}
.nav .nav2 {margin-top: -8px;}
.nav .nav3 {margin-top: 6px;}
.nav:hover .nav1 {width: 25px;}
.navh .nav1 {transform: rotate(45deg)}
.navh .nav2 {transform: rotate(-45deg);width: 10px;margin-left: -1px;margin-top: -5px;}
.navh .nav3 {transform: rotate(-45deg);width: 9px;margin-top: 3px;margin-left: -8px;}
.navh:hover .nav2 {margin-top: -8px;margin-left: 7px;}
.navh:hover .nav3 {margin-top: 5px;margin-left: -12px;}
.smdaohang {position: fixed;width: 280px;height: 100%;overflow: auto;top: 0px;right: -100%;background:#000; background:#2e86c1; z-index: 9999999;transition: 0.5s;text-align: center;}
.smdaohangh {right: 0px;}
.topnav {margin: auto;margin-top: 30px;padding: 20px;}

ul.topnav li {text-align: left; position:relative;}
ul.topnav li a {padding:15px 5px;padding-left: 0px;color: #fff;display: block; font-size: 16px;font-size: 1.6rem;line-height: 24px; padding-right:50px; border-bottom: 1px dashed #fff; font-family: Lato-Regular, Arial, Helvetica, sans-serif;}
ul.topnav ul {display: none;}
ul.topnav ul li {clear: both;}
ul.topnav ul li a {padding: 10px 5px; padding-left: 20px;font-size: 14px;font-size: 1.4rem;font-weight: normal;outline: 0; border: none;}
ul.topnav ul li a:hover {}
ul.topnav ul ul li a {padding-left: 40px; font-size: 12px; font-size: 1.2rem;}
ul.topnav ul ul{ border-top: 1px dashed rgba(255,255,255,0.5); border-bottom: 1px dashed rgba(255,255,255,0.5);}
ul.topnav ul ul ul li a {padding-left: 60px;}
ul.topnav span { display:block; position:absolute; right:0px; top:15px; width:20px; height:20px; background:#fff; background:rgba(255,255,255,0.6); cursor:pointer; border-radius:50%; transition:0.5s;}
ul.topnav span:before{ content:""; width:6px; height:2px; background:#333; position:absolute; left:50%; margin-left:-3px; top:50%; margin-top:0px; transform:rotate(45deg); transform-origin:right center}
ul.topnav span:after{ content:""; width:6px; height:2px; background:#333; position:absolute; left:50%; margin-left:-3px; top:50%; margin-top:-1px; transform:rotate(-45deg); transform-origin:right center; transition:0.5s;}
ul.topnav span.yizi{ transform:rotate(90deg)}

.smdaohang form { margin-top:15px; margin-bottom:15px; width: 240px;height: 26px;border: 1px solid #fff;position: relative;background: #fff; border-radius:13px;}
.smdaohang form .iptc {-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 15px;background-color: #fff;width: 80%;height: 24px;line-height: 24px;display: block;float: left; border-radius:10px;}
.smdaohang form .ipsc {width: 20%;height: 24px;line-height: 24px;display: block;float: right;background: transparent;position: relative;z-index: 99;}
.smdaohang form i {position: absolute;right: 10px;top: 2px;}

.clear3{clear:both;}
  }

/*  banner  */
.slideshow {position: relative;}
.slideshow .wp {position: absolute;	left: 50%;margin-left: -600px;	top: 50%;margin-top: -166.5px;}
.slideshow .wp img {max-width: 100%;max-height: 80%;}
.slideshow .item a img {width: 100%;-webkit-transition: all 6s ease-out;-o-transition: all 6s ease-out;-moz-transition: all 6s ease-out;transition: all 6s ease-out;-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.slideshow .item.slick-active img {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.slick-dots {position: absolute;width: 100%;bottom: 30px;text-align: center; display: none !important;}
.slick-dots li {display: inline-block;}
.slick-dots li button {cursor: pointer; font-size: 0px;margin-left: 4.5px;margin-right: 4.5px;border: none;outline: none;width: 16px;height: 16px;}
.slick-dots li.slick-active button {}
.slick-prev, .slick-next {width: 72px;height: 72px;border: 0px;font-size: 0px;cursor: pointer; position: absolute;top: 50%; transform: translateY(-50%); background-size: cover !important; border-radius: 50%; z-index: 999; opacity: 0.5; transition: 0.5s;}
.slick-prev:hover, .slick-next:hover{ opacity: 1}
.slick-prev {left: 80px; background: url("../images/baleft.png") no-repeat center;}
.slick-next { right: 80px; background: url("../images/baright.png") no-repeat center;}

.slideshow .item.slick-active.item_one img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.slideshow .item.slick-active.item_one.on img {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.slick-list, .slick-slider, .slick-track {position: relative;display: block}
.slick-loading .slick-slide, .slick-loading .slick-track {visibility: hidden}
.slick-slider {box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.slick-list {overflow: hidden;margin: 0;padding: 0}
.slick-list:focus {outline: 0}
.slick-list.dragging {cursor: pointer;cursor: hand}
.slick-slider .slick-list, .slick-slider .slick-track {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
.slick-track {top: 0;left: 0}
.slick-track:after, .slick-track:before {display: table;content: ''}
.slick-track:after {clear: both}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px}
[dir=rtl] .slick-slide {float: right}
.slick-slide img {display: block}
.slick-slide.slick-loading img {display: none}
.slick-slide.dragging img {pointer-events: none}
.slick-initialized .slick-slide {display: block}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent}
.slick-arrow.slick-hidden {display: none}
.slick-slide iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.slick-slide video {position: absolute;display: block;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);min-width: 101%;min-height: 100%;max-width: none;-o-object-fit: cover;object-fit: cover;-o-object-position: 50% 50%;object-position: 50% 50%;display: none \9;display: block \9\0;}
.slick-dots .slide-count {display: none;}

@media screen and (max-width: 1359px) {
.slick-prev, .slick-next {width: 50px;height: 50px;}
.slick-prev {left: 80px;}
.slick-next { right: 80px;}
}
@media screen and (max-width: 999px) {
.slick-slide video {object-position: inherit;object-fit: inherit;width: 100%;height: 100%;transform: translate(0, 0);left: 0;top: 0;}
.slick-prev, .slick-next {width: 40px; height: 40px; opacity: 1;}
.slick-prev {left: 2.5%;}
.slick-next { right: 2.5%;}
}
@media screen and (max-width: 767px) {
.slick-prev, .slick-next {width: 30px;height: 30px;}
}

/*  main1  */
.main1{ padding-top: 72px; padding-bottom: 90px;display:none;}
.biaoa{ color: #2e86c1; display: block; text-transform: uppercase; letter-spacing: 4px;}
.biaot{ display: block; font-size: 40px; font-size: 4rem; line-height: 50px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}
.se1biao{ font-size: 36px; font-size: 3.6rem;}

.img-scroll {position: relative; margin-top:40px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 60px; height: 60px; line-height: 58px; text-align: center; border-radius: 50%;	background: #ffffff; border: solid 1px #cccccc; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll .prev { left: -120px; cursor: pointer;}
.img-scroll .next { right:-120px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #fff; background: #2e86c1; border-color: #2e86c1;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.314%; margin-right: 0.029%; position:relative;}

.m1lie{ background: #eeeeee; position: relative;}
.m1lie:before{content: ""; position: absolute; width: 0px; height: 10px; background: #fb4c02; left: 50%; transform: translateX(-50%); top: 0px; transition: 0.5s; opacity: 0;}
.m1zi{ padding: 50px; padding-bottom: 34px;}
.m1a{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 36px; height: 72px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m1p{ line-height: 24px !important; margin-top: 14px; height: 72px;}
.m1p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.m1mor{ display: block;	width: 170px; height: 50px; line-height: 48px; margin-top: 35px; text-align: center; color: #2e86c1; border-radius: 6px;	border: solid 1px #2e86c1;}
.m1tu{ display: block; width: 100%; padding-bottom: 62.5%; position: relative;}
.m1tu img{ position: absolute; max-width: 80%; max-height: 80%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.m1tu:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 100%; opacity: 0; background: #2e86c1 url("../images/m1bei.jpg") no-repeat center top; background-size: 100% auto; transition: 0.5s;}

.m1lie:hover:before{ width: 100%; opacity: 1;}
.m1lie:hover .m1tu img{ transform: translate(-50%,-50%) scale(1.1)}
.m1lie:hover .m1mor{ background: #2e86c1; color: #fff;}
.m1lie:hover .m1tu:before{ top: 0px; opacity: 1;}

@media screen and (max-width: 1659px) {
.img-scroll .prev, .img-scroll .next { width: 40px; height: 40px; line-height: 38px;}
.img-scroll .prev { left: -50px;}
.img-scroll .next { right:-50px;}
}
@media screen and (max-width: 1359px) {
.main1{ padding: 60px 0;}
.biaot{ font-size: 30px; font-size: 3rem; line-height: 40px;}

.img-scroll { margin-top:30px;}
.m1lie:before{ height: 4px;}
.m1zi{ padding: 20px;}

.m1a{ font-size: 20px; font-size: 2rem; line-height: 30px; height: 60px;}
.m1mor{	width: 120px; height: 40px; line-height: 38px; margin-top: 20px;}
}
@media screen and (max-width: 999px) {
.biaot{ font-size: 26px; font-size: 2.6rem; line-height: 40px;}

.img-scroll { padding-bottom: 60px;}
.img-scroll .prev, .img-scroll .next { width: 40px; height: 40px; line-height: 38px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll .prev { left: 50%; margin-left: -45px;}
.img-scroll .next { right: 50%; margin-right: -45px;}

.img-list li { width:0.3233%; margin-right: 0.015%;}
.m1zi{ padding: 20px 10px;}

.m1a{ font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px;}
}
@media screen and (max-width: 767px) {
.main1{ padding: 30px 0;}
.biaot{ font-size: 24px; font-size: 2.4rem; line-height: 34px;}
.img-scroll { padding-bottom: 60px; margin-top: 25px;}
.img-list li { width:0.49%; margin-right: 0.02%;}
.m1mor{	width: 100px; height: 34px; line-height: 32px; margin-top: 10px;}
.m1a{ font-size: 14px; font-size: 1.4rem; height: 24px; -webkit-line-clamp: 1;}
    .m1p{ margin-top: 10px; height: 48px !important;}
    .m1p a{ -webkit-line-clamp: 2;}
.m1zi{ padding: 10px 5px;}

.img-scroll { padding-bottom: 50px;}
.img-scroll .prev, .img-scroll .next { width: 32px; height: 32px; line-height: 30px; font-size: 12px;}
.img-scroll .prev { left: 50%; margin-left: -35px;}
.img-scroll .next { right: 50%; margin-right: -35px;}
}

/*  main2  */
.main2{ background: url("../images/m2bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative;margin-top:90px;}
.main2:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m2bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.main2:after{content: ""; position: absolute; width: 100%; height: 86px; background: #fff; left: 0px; bottom: 0px; z-index: 1}
.main2 .zong{ position: relative; z-index: 2}
.main2 .zong:before{content: "";  width: 600px; height: 100%; background: #fff; position: absolute; left: 100%; top: 0px; margin-left: -335px; z-index: 1}

.m2t{ position: relative; z-index: 2; padding-top: 109px;}
.m2n{ width: calc(100% - 550px);}
.biaoa2{ color: #fff;}
.biaot2{ color: #fff;}
.m2p{ margin-top: 28px;}
.m2p a{color: #ffffff;}
.m2n a:hover{ color: #fff; text-decoration: underline;}

.m2mor{ position: absolute; right: 0px; bottom: -33px; font-size: 24px; font-size: 2.4rem; color: #ff4b00; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; z-index: 2;}
.m2mor i{ display: inline-block; vertical-align: middle; width: 50px; height: 50px; line-height: 50px; margin-left: 12px; text-align: center; color: #fff; border-radius: 50%; background: #ff4b00; transition: 0.5s;}
.m2mor:hover i{ background: #2e86c1;}

.m2b{ background: #eceef2; box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.27); display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 86px; padding: 38px 50px; position: relative; z-index: 2}
.m2lie{ width: 20%; text-align: center;}
.m2shu{ font-size: 24px; font-size: 2.4rem; line-height: 42px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #2e86c1;}
.m2shu em,.m2shu span{ font-style: normal; color: #2e86c1; font-size: 48px; font-size: 4.8rem;}
.m2ba{ color: #333333; line-height: 24px;}

@media screen and (max-width: 1359px) {
.m2t{ padding-top: 60px;}
.m2n{ width: calc(100% - 250px);}
.main2 .zong:before{ margin-left: -160px;}
.m2mor{ bottom: -30px; font-size: 18px; font-size: 1.8rem;}
.m2mor i{ width: 30px; height: 30px; line-height: 30px; margin-left: 5px; font-size: 12px;}

.m2shu{ font-size: 18px; font-size: 1.8rem; line-height: 32px;}
.m2shu em,.m2shu span{ font-size: 38px; font-size: 3.8rem;}
.m2b{ margin-top: 50px; padding: 20px;}
}
@media screen and (max-width: 999px) {
.m2shu{ font-size: 14px; font-size: 1.4rem; line-height: 30px;}
.m2shu em,.m2shu span{ font-size: 28px; font-size: 2.8rem;}
.m2lie{ width: 24%;}
}
@media screen and (max-width: 767px) {
.m2t{ padding-top: 30px;}
.main2 .zong:before{ display: none;}
    .m2n{ width: 100%;}
    .m2mor{ display: none;}
.m2p{ margin-top: 15px;}
.m2b{ margin-top: 30px; padding: 10px;}
.m2lie{ width: 48%; padding: 10px 0;}
.m2shu{ font-size: 12px; font-size: 1.2rem; line-height: 30px;}
.m2shu em,.m2shu span{ font-size: 22px; font-size: 2.2rem;}
}

.main3{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-start; padding-top: 80px; position: relative;}
.main3:before{content: ""; position: absolute; width: 100%; height: 56px; background: #eeeeee; left: 0px; bottom: 0px;}

.m3l{ width: 50.5%; text-align: right;}
.m3r{ width: 49.5%; position: relative; z-index: 4}

.m3ln{ width: 95%; max-width: 710px; text-align: left; display: inline-block;}
.m3lb{ margin-top: 45px;}
.m3lb li{ line-height: 65px; margin-top: 23px; position: relative; padding-left: 47px; cursor: pointer;}
.m3lb li:before{content: ""; position: absolute; right: 0px; top: 0px; width: calc(100% + 260px); height: 100%; background-image: linear-gradient(90deg, #b5b5b5 1%, #f5f5f5 100%); z-index: 1}
.m3lb li:after{content: ""; position: absolute; left: -260px; top: 0px; width: 90%; height: 100%; opacity: 0; background-image: linear-gradient(90deg, #509acb 1%, #bad7eb 100%); transition: 0.5s ; z-index: 2}

.m3lb li i{ width: 35px; height: 35px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); z-index: 3}
.m3lb li i img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: 0.5s ;}
.tup1{ opacity: 1}
.tup2{ opacity: 0}
.m3lb li span{ display: inline-block; vertical-align: middle; font-size: 22px; font-size: 2.2rem; line-height: 30px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; position: relative; z-index: 3; transition: all 0.5s linear;}

.m3lb li:hover:after,.m3li:after{ width: calc(100% + 260px) !important; opacity: 1 !important;}
.m3lb li:hover .tup1,.m3li .tup1{ opacity: 0 !important}
.m3lb li:hover .tup2,.m3li .tup2{ opacity: 1 !important}
.m3lb li:hover span,.m3li span{ color: #fff !important;}

.m3rn{ display: none; padding-top: 80px; padding-bottom: 56px; min-height: 620px;}
.m3rnh{ display: block;}
.m3rnn{ width: 90%; max-width: 690px; padding-left: 120px;}

.m3ra{ font-size: 36px; font-size: 3.6rem; line-height: 44px; color: #ffffff;}
.m3rp{ line-height: 26px; margin-top: 20px;}
.m3rp p,.m3rp a{ color: #fff;}
.mor{ display: inline-block; height: 50px; line-height: 48px; padding: 0 40px; color: #ffffff; background: #ff4b00; border: 1px solid #ff4b00; border-radius: 6px;}
.mor:hover{ background: #fff; color: #ff4b00;}
.m3mor{ margin-top: 68px;}
.m3ra:hover{ color: #ff4b00;}

@media screen and (max-width: 1359px) {
.main3{ padding-top: 60px;}
.m3l{ width: 45%;}
.m3r{ width: 55%;}

.m3rn{ padding-top: 30px; padding-bottom: 30px; min-height: 500px;}
.m3rnn{ padding-left: 30px;}

.m3lb{ margin-top: 20px;}
.m3lb li{ line-height: 60px; margin-top: 10px;}
.m3lb li span{ font-size: 18px; font-size: 1.8rem; line-height: 24px;}
.m3mor{ margin-top: 30px;}
}
@media screen and (max-width: 999px) {
.m3l{ width: 100%; text-align: center;}
.m3r{ width: 100%;}
    .m3ln{ width: 95%; max-width: none;}
    .m3lb{ display: flex; flex-flow: wrap; justify-content: space-between;}
    .m3lb li{ width: 20%; height: 50px; padding: 0px; background: #ddd; transition: 0.5s;}
    .m3lb li:after,.m3lb li:before{ display: none;}
    .m3lb li i{ left: 50%; top: 50%; transform: translate(-50%,-50%); width: 30px; height: 30px;}
    .m3lb li span{ display: none;}
    .m3lb li:hover,.m3li{ background: #2e86c1 !important;}
    
    .m3rn{ padding: 26px 2.5%; min-height: 0px;}
    .m3rnn{ padding-left: 0px;}

.m3ra{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.mor{ height: 42px; line-height: 40px; padding: 0 20px;}
}
@media screen and (max-width: 767px) {
.main3{ padding-top: 30px;}

.m3ra{ font-size: 20px; font-size: 2rem; line-height: 26px;}
}

/*  main4  */
.main4{ background: #eeeeee; padding-top: 95px; padding-bottom: 60px;}
.m4biao{ text-align: center; color: #333333;}
.m4b{}

.img-scroll1 {position: relative; margin-top:35px;}
.img-scroll1 .prev, .img-scroll1 .next {position: absolute; text-align:center; display: block; width: 40px; height: 40px; line-height: 38px; text-align: center; border-radius: 50%;	background: rgba(255,255,255,0.8); border: solid 1px #dcdcdc; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999;}
.img-scroll1 .prev { left: 52px; cursor: pointer;}
.img-scroll1 .next { right: 52px; cursor: pointer;}
.img-scroll1 .prev:hover,.img-scroll1 .next:hover { background: #2e86c1;color: #fff;}
.img-list1 {position: relative;overflow: hidden;}
.img-list1 ul {width: 10000%;}
.img-list1 li {float: left; width:0.3333333%; padding-bottom: 40px; position:relative;}

.m4lie{ background: #ffffff; border: 1px solid #eeeeee; border-radius: 1px; transition: 0.5s; position: relative; z-index: 1}
.m4tu{ display: block; overflow: hidden;}
.m4a{ display: block; padding:40px 30px; padding-right: 80px; line-height: 30px; position: relative; font-size: 22px; font-size: 2.2rem; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m4a i{ display: block; width: 40px; height: 40px; line-height: 40px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); font-size: 14px; opacity: 0; text-align: center; border-radius: 50%; color: #fff; background: #ff4b00; transition: 0.5s;}

.m4lie:hover{ box-shadow: 0px 0px 40px rgba(0,0,0,0.2); z-index: 2}
.m4lie:hover .m4a i{right: 30px; opacity: 1}
.m4lie:hover .m4tu img{ transform: scale(1.1)}

@media screen and (max-width: 1559px) {
.main4{ padding-top: 50px; padding-bottom: 30px;}
.m4a{ padding:20px 10px; padding-right: 50px; font-size: 18px; font-size: 1.8rem;}
.m4a i{ width: 30px; height: 30px; line-height: 30px;}
.m4lie:hover .m4a i{right: 10px; opacity: 1}
}
@media screen and (max-width: 999px) {
.img-scroll1 { margin-top:20px;}
    .img-list1 li { padding-bottom: 30px;}
.m4a{ padding: 10px; font-size: 14px; font-size: 1.4rem;}
.m4a i{ display: none;}
.img-scroll1 .prev { left: 0;}
.img-scroll1 .next { right: 0;}
}
@media screen and (max-width: 767px) {
.main4{ padding: 30px 0;}
.img-list1 li { width: 0.5%; padding: 0px;}
.m4a{ padding: 5px; font-size: 12px; font-size: 1.2rem;}
}
@media screen and (max-width: 399px) {
.img-list1 li { width: 1%; padding: 0px;}
}

/*  main5  */
.main5{ background: url("../images/m5bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; text-align: center; padding-top: 42px; padding-bottom: 50px;}
.main5:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m5bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.m5biao{ color: #fff;}
.m5p{ max-width: 940px; margin: auto; text-align: center; margin-top: 20px;}
.m5p a,.m5p p{ color: #fff;}
.m5mor{ margin-top: 30px;}
.m5biao:hover,.m5p a:hover{ color: #ff4b00;}

/*  main6  */
.main6{ padding-top: 100px; padding-bottom: 75px;}
.m6n{ display: flex; flex-flow: wrap;}
.nelie{ width: 31.43%; margin-left: 2.85%; margin-top: 26px;}
.nelie:nth-child(3n-2){margin-left: 0px;}
.netu{ display: block; overflow: hidden;}
.nezi{ padding: 30px 40px; padding-bottom: 33px;}
.neriqi{ display: block; color: #999999; line-height: 22px;}
.nea{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 36px; margin-top: 13px; color: #333; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.nep{ line-height: 24px; margin-top: 21px;}
.nep a{ color: #333; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}

@media screen and (max-width: 1359px) {
.main6{ padding: 60px 0;}
.nezi{ padding: 20px 0px; padding-bottom: 0px;}
.nea{ font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 5px;}
.nep{ margin-top: 10px;}
}
@media screen and (max-width: 999px) {
.nea{ font-size: 16px; font-size: 1.6rem; line-height: 24px; -webkit-line-clamp: 2;}
.nep a{ -webkit-line-clamp: 2;}
}
@media screen and (max-width: 767px) {
.main6{ padding: 30px 0;}
.nelie{ width: 49%; margin-left: 2%; margin-top: 20px;}
.nelie:nth-child(3n-2){margin-left: 2%;}
.nelie:nth-child(2n-1){margin-left: 0px;}
.nezi{ padding-top: 10px;}
.nea{ font-size: 14px; font-size: 1.4rem;}
}

/*  main7  */
.main7{ background: #f5f5f5; padding-top: 80px; padding-bottom: 95px;}

.m7n{ overflow:hidden; width: 100%; margin: auto; margin-top: 43px;} 
.m7n ul li ,.m7n ul li div{ float:left;line-height:25px;overflow:hidden;}
.m7n ul li div{ float:left; overflow:hidden; margin-right: 48px !important;}
.m7n ul li{}
.m7n ul li div p{ display: block; width: 280px; height: 0px; padding-bottom: 53%; background: #ffffff; overflow: hidden; position: relative;}

.m7n ul li div p img{ max-width: 90%; max-height: 90%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: 0.5s; transition:0.5s;}

@media screen and (max-width:1359px) {
.main7{ padding: 50px 0;}
.m7n{ margin: 10px 0;}
.m7n ul li div{ width: 200px; margin-right: 20px !important;}
.m7n ul li div p{ width: 100%;}
}
@media screen and (max-width:1359px) {
.m7n ul li div{ width: 150px; margin-right: 10px !important;}
}
@media screen and (max-width:767px) {
.main7{ padding:30px 0;}
.m7n ul li div{ width: 100px; padding: 0px; margin-right: 5px !important;}
}

/*  foot  */
.foot{ background: #2e86c1;}
.foot .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}
.fol{ width: 320px; background: #0069b0; padding: 26px 20px; text-align: center;}
.for{ width: calc(100% - 320px);}

.fologo{ display: block; width: 122px; margin: auto;}
.fomor{ margin-top: 23px;}
.foul{ text-align: left; padding-top: 32px; font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.foul li{ position: relative; padding-left: 32px; margin-bottom: 24px; color: #ffffff;}
.foul li p,.foul li a{color: #ffffff;}
.foul li a{color: #fff; display: inline;}
.foul li i{ position: absolute; left: 0px; top: 0px; color: #fff;}

.shejiao{ font-size: 0px; max-width: 250px; padding-top: 5px; margin: auto; display: flex; flex-flow: wrap; justify-content: space-between;}
.shejiao a{ height: 30px; line-height: 30px; color: #fff; font-size: 20px; opacity: 0.7;}
.shejiao a:hover{ color: #fff !important; opacity: 1;}

.fot{ padding-top: 52px; padding-bottom: 13px; padding-left: 100px; display: flex; flex-flow: wrap; align-items:flex-start;}

.folie{ margin-top: 30px;}
.fo1{ width: 33%;}
.fo2{ width: 36%; margin-left: 2%;}
.fo3{ width: 27%; margin-left: 2%;}

.fobiao{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; color: #ffffff; position: relative;text-transform: uppercase;}

.fonav{ line-height: 26px; margin-top: 12px; font-size: 14px; font-size: 1.4rem; margin-bottom: 50px;}
.fonav a{color: #fff; display: block; margin-top: 10px;}

.fob{ padding: 25px 0 38px 100px; border-top: 1px solid #589ecd;}

.fop{ color: #fff; font-size: 14px; font-size: 1.4rem; line-height: 30px;}
.fop a{ display: inline-block; vertical-align: middle; color: #fff;}
.fop a img{ display: inline-block; vertical-align: middle;}

.foot a:hover{ color: #fff; text-decoration: underline;}

@media screen and (max-width:1359px) {
.fol{ width: 250px; padding: 20px 10px;}
.for{ width: calc(100% - 250px);}

.fo1{ width: 32%;}
.fo2{ width: 32%; margin-left: 2%;}
.fo3{ width: 32%; margin-left: 2%;}

    .fologo{ width: 80px;}
    .fot{ padding-top: 20px; padding-left: 20px;}
    .fobiao{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .fonav{ margin-bottom: 30px; margin-top: 10px;}
    .fob{ padding: 15px 0; padding-left: 20px;}
.fonav,.foul,.fop{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 20px;}
    .fop{ margin-top: 0px;}
    .shejiao a{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:999px) {
    .foot{ padding-top: 10px;}
    .fot{ padding-bottom: 10px;}
    .fol{ padding-bottom: 20px; width: 100%;}
    .for{ padding-bottom: 50px; width: 100%;}
    
.folie{ width: 100%; margin-left: 0px; margin-top: 0px; padding-top: 0px; background-size: 60px;}

.fobiao{ font-size: 14px; font-size: 1.4rem; border-bottom: 1px solid #ddd; line-height: 30px; padding: 10px 0; padding-right: 20px; margin-top: 10px; position: relative;}
    .fobiao:before{content: ""; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); width: 0; border: 4px solid #fff; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent;}
.fonav{ padding-top: 10px; margin-top: 0px; display: none; margin-bottom: 0px;}
    .foul{ padding-top: 0px;}
    .foul li{ margin-bottom: 5px;}
    
    .fot{ padding-left: 0px; padding-top: 1px;}
    .fob{ margin-top: 10px; padding-left: 0px;}
    
    .fomor{ margin-top: 10px;}
}
@media screen and (max-width:767px) {
    .youlian{ display: none;}
}
@media screen and (max-width:539px) {
    .fot{ padding-bottom: 20px;}
    .foxin .int1,.foxin .int2,.foxin .int3{ width: 100%; margin-top: 10px;}
}


/*  foot  */
.lianxi{ position:fixed; width:52px; right:0px; top:50%; transform:translateY(-50%); z-index:999999}
.lianxi div a{ display:block; width:52px; height: 52px; line-height: 52px; text-align:center; color:#fff; background: rgba(62, 58, 57, 0.3); margin-top: 2px; border-radius: 6px; cursor: pointer;}
.lianxi div a i{ font-size: 20px; line-height: 52px; display: block;}
.lianxi div a em{ font-style: normal; color: #fff; font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.lianxi .top a em{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}

.weixin{ position:relative; cursor:pointer;}
.weixin .spimg{ position:absolute; top:50%; right:100%; transform: translateY(-50%); display:none; background: #fff; padding: 13px; font-size: 16px; font-size: 1.6rem; line-height: 30px; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);}
.weixin:hover .spimg{ display:block;}
.weixin img{ position:absolute; width:149px; height:150px; max-width: none; top:0px; left:-149px; display:none;}
.weixin:hover img{ display:block;}
.weixin2,.tankuang{ display:none}
.lianxi div a:hover{ background:#2e86c1; color: #fff !important; text-decoration: none;}
.clear2{ display:none}

@media screen and (max-width:999px) {
.lianxi{ width:100%; right:auto; top:auto; margin:auto; left:0px; bottom:0px; border-top:1px solid #fff; transform:translateY(0);}
.lianxi div{ width:25%; float:left; margin-top: 0px;}
.lianxi div a{ margin:auto; width:100%; background:#222; color:#fff !important; border-radius:0px; height:40px;line-height:40px; font-size: 20px; padding: 0px;}
    .lianxi div a i{ line-height: 40px; font-size: 20px;}
    .lianxi div a em{ display: none !important;}
.weixin2{ display:block}
.weixin1{ display:none}

.tankuang{ position:absolute; width: auto !important; min-width: 100%; bottom:50px; left: 50%; transform: translateX(-50%); text-align: center;}
.tankuang .spimg{ display:block; position:relative; left:auto; top: auto !important; transform: translate(0); right: auto; text-align: center; margin:auto;}
    .weixin img{ display: block; position: relative; left: 50%; transform: translateX(-50%)}
}

/****************************  product  ***************************/
.fenbanner{ position: relative; padding-bottom: 15px;}
.fenbiao{ font-size: 48px; font-size: 4.8rem; line-height: 60px; padding-top: 117px; padding-bottom: 68px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #ffffff;text-transform: uppercase;}

.mianbao{ color: #cccccc; line-height: 30px;}
.mianbao a{ display: inline; color: #cccccc;}
.mianbao strong,.comian{ font-weight: normal; display: inline; color: #fff !important;}
.mianbao em{ color: #cccccc; display: inline-block; vertical-align: middle; margin-right: 5px;}
.mianbao a:hover{ color: #fff;}

@media screen and (max-width:1359px) {
    .fenbiao{ font-size: 40px; font-size: 4rem; line-height: 50px; padding-top: 80px; padding-bottom:50px;}
}
@media screen and (max-width:999px) {
    .fenbiao{ font-size: 32px; font-size: 3.2rem;}
}
@media screen and (max-width:767px) {
    .fenbiao{ font-size: 24px; font-size: 2.4rem; line-height: 30px; padding-top: 50px; padding-bottom:30px;}
.mianbao{ display: none;}
}

.prmain{ padding-top:85px; padding-bottom:95px; position: relative; display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse;}

.prl{ width:370px;}
.prr{ width:calc(100% - 474px);}

.j-nextshow { position: relative;}
.proslide_menubtn { display: none; width: 19px; height: 21px; position: absolute; top: 14px; right: 10px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }
.proslide_menubtn span { display: block; width: 100%; height: 3px; border-radius:2px; margin-bottom: 4px; background-color: #fff; }
.prbiao{ display:block; padding: 15px 22px; position:relative; background: #2e86c1; color: #333;}
.xbiao{ font-size:24px; font-size:2.4rem; line-height:30px; color: #ffffff; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
a.prbiao:hover{ color:#fff; background: #2e86c1;}

.prlt{}
.pryiji{}
.pryiji>li{ position: relative; background: #f2f2f2;}
.pryiji>li>a{ display:block; line-height:22px; padding:13px 24px; padding-right: 40px; font-size: 16px; font-size: 1.6rem; margin-top: 2px; color: #333333; position:relative; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}
.pryiji>li>a i{ position: absolute; right: 17px; top: 50%; transform: translateY(-50%); font-size: 14px; font-size: 1.4rem; color: #2e86c1; transition: 0.5s;}

.prerji{ padding:10px 0px; margin: 0 24px; border-top: 1px solid #c2c2c2;}
.prerji li a{ display:block; line-height:20px; padding: 5px 0; padding-right: 17px; position: relative; color: #666666;}
.prerji li a i{ position: absolute; left: -10px; top: 5px; color: #fd4c02; opacity: 0; transition: 0.5s; font-size: 12px;}

.prsanji{ padding: 10px 0; padding-left:17px; font-size: 14px; font-size: 1.4rem; line-height: 20px;}

.pryiji>li:hover>a{color: #fff; background: #2e86c1;}
.pryiji>li:hover>a i{color: #fff !important;}

.prerji>li:hover>a{ color:#2e86c1; padding-left: 17px; padding-right: 0px;}
.prerji>li:hover>a i{ left: 0px; opacity: 1}

.dangpryi>a{ /*color: #fd4c02 !important;*/}
.dangpryi>a>i{ transform: translateY(-50%) rotate(90deg) !important; color: #fd4c02 !important;}

.dangprer>a{ color:#2e86c1 !important;}
.prerji>.dangprer>a{ color:#2e86c1 !important; padding-left: 17px !important;}
.dangprer>a>i{ left: 0px !important; opacity: 1 !important;}

@media screen and (max-width:1359px) {
    .xbiao{ font-size: 20px; font-size: 2rem;}
.prl{ width: 320px;}
.prr{ width: calc(100% - 340px);}

.pryiji>li>a{ font-size: 16px; font-size: 1.6rem; position:relative;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
}
@media screen and (max-width:999px) {
.prmain{ padding-top:10px; padding-bottom:38px;}
.prl{ width:240px;}
.prr{ width:calc(100% - 260px);}

    .prbiao{ padding: 10px;}
    .xbiao{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.pryiji>li>a{ line-height: 24px; padding: 10px; padding-right: 40px; font-size: 14px; font-size: 1.4rem;}
    .prerji li a{ padding: 5px 0;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
}
@media screen and (max-width:767px) {
.prmain{ padding-bottom:30px;}
.prl{ width:100%; margin-top:40px; max-height: none; top: auto; position: relative;}
.prr{ width:100%;}
.proslide_menubtn{ display:block;}
.pryiji{display: none}
    .prbiao{ font-size: 20px; font-size: 2rem;}
}

.prrt{}
.prrbiao{ font-size: 36px; font-size: 3.6rem; line-height: 36px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}
.prrp{ margin-top: 22px; line-height: 30px !important; overflow: hidden;}
.prrmor{ margin-top: 20px; cursor: pointer;}
.prrmor i{ display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: #2e86c1; border-radius: 50%; position: relative;}
.prrmor i:before{content: ""; position: absolute; width: 12px; height: 2px; background: #ffffff; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.prrmor i:after{content: ""; position: absolute; width: 12px; height: 2px; background: #ffffff; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(90deg); transition: 0.5s;}
.prrmor span{ display: inline-block; vertical-align: middle; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; margin-left: 11px;}

.prrph{ height: auto !important;}
.prrph p{ display: block;}
.prrmorh i:after{ transform: translate(-50%,-50%) rotate(0deg);}

@media screen and (max-width:1359px) {
    .prrbiao{ font-size: 26px; font-size: 2.6rem; line-height: 30px;}
    .prrp{ margin-top: 10px;}
    .prrmor{ margin-top: 10px;}
}
@media screen and (max-width:999px) {
    .prrbiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
}
@media screen and (max-width:767px) {
    .prrbiao{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
}

.prn{display: flex; flex-flow: wrap; padding-top: 7px;}
.prlie{ width: 31.6%; margin-left: 2.6%; margin-top: 41px; transition: 0.5s; position: relative; display: inline-block; vertical-align: top;}
.prlie:nth-child(3n-2){margin-left: 0px;}
.prtu{ display: block; overflow: hidden; border: solid 1px #cccccc;}
.przi{ padding-top: 14px;}
.pra{ line-height: 24px; color: #333; text-align: center; display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.prp{ line-height: 24px; margin-top: 14px;}
.prp a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.prin{ margin-top: 5px; text-align: center;}
.prin input{ display: inline-block; vertical-align: middle; cursor: pointer;}
.prmor{ display: inline-block; vertical-align: middle; line-height: 24px; margin-left: 12px; color: #666666;}

.prlie:hover{}
.prlie:hover a{ color: #2e86c1;}
.prlie:hover .prtu img{ transform: scale(1.1)}

.fenye{ padding-top:65px; text-align:center;}
.fenyen{  display:inline-block; *float:left; font-size: 0px;}
.fenyen a{ display:inline-block; *float:left; width: 30px; height:30px; text-align:center; background: #eeeeee; border-radius: 50%; line-height:30px; margin: 5px; color: #666666; font-size: 16px; font-size: 1.6rem;}
.fenyen a:hover{ color:#fff; background:#2e86c1;}
.fenyen .sx{ background: none !important}
.fenyen .sx:hover{ background: none !important; color: #2e86c1 !important;}
.dangqianfen{ color:#fff !important; background:#2e86c1 !important; border-color: #2e86c1 !important;}
.fenyen .no:hover i{color: #666666;}
.fuxuan{ margin-left: 6px; display:inline-block; *float:right; background: url("../images/fuxuan.png") no-repeat right center; padding-right: 28px;}
.fuxuan input{ height:30px; line-height: 30px; color: #333333; background: none; cursor:pointer; transition:0.5s; font-size:16px; font-size:1.6rem;}
.fuxuan input:hover{ color: #2e86c1;}

@media screen and (max-width:1359px) {
.fenye{ padding-top:40px;}
}
@media screen and (max-width:999px) {
    .fenye{ padding-top:20px;}
    .fenyen a{ font-size: 14px; font-size: 1.4rem;}
.zhankai{ font-size: 14px; font-size: 1.4rem; margin-top: 20px;}
.prlie{ width: 49%; margin-left: 2%; margin-top: 15px;}
.prlie:nth-child(3n-2){margin-left: 2%;}
.prlie:nth-child(2n-1){margin-left: 0px;}
    .prmor{ margin-left: 5px;}
}
@media screen and (max-width:767px) {
.prn{ padding-top: 15px;}
    .przi{ padding-top: 10px;}
    .pra{ line-height: 20px;}

.fenye{ padding-top:25px;}
.fenyen a,.fuxuan input{ font-size:12px; font-size:1.2rem; width: 26px; height: 26px; line-height: 26px;}
}

/****************************  product2  ***************************/
.prmain2{ display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse; padding-top: 77px; padding-bottom: 100px;}
.pr2l{ width: calc(100% - 460px);}
.pr2r{ width: 370px;}

.pr2biao{ display: block; font-size: 30px; font-size: 3rem; line-height: 40px; padding-bottom: 23px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; border-bottom: 1px solid #dce4ea; position: relative;}
.pr2biao:before{content: ""; position: absolute; width: 70px; height: 3px; left: 0px; bottom: -1px; background: #fd4c02;}

.pr2rt{ margin-bottom: 50px;}
.prmain2 .row{ margin-top: 33px;}
.prmain2 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.prmain2 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.prmain2 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.prmain2 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
	
.prmain2 .owl-carousel .owl-item{float: left;}
.prmain2 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.prmain2 .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.prmain2 .owl-theme .owl-controls{ margin-top: 20px; text-align: center; font-size: 0px;}
.prmain2 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.prmain2 .owl-theme .owl-controls .owl-page span{display: block;width:20px;height: 5px; background: #2e86c1; margin:2px 8px; border-radius: 3px; opacity: 0.3; font-size: 0px;}
.prmain2 .owl-theme .owl-controls .owl-page.active span,.prmain2 .owl-theme .owl-controls.clickable .owl-page:hover span{ opacity:1;}

.prmain2 .owl-theme .owl-buttons{ width: 89px; height: 42px; position: relative; margin: auto; display: none !important}
.prmain2 .owl-theme .owl-buttons div{ width: 42px; height: 42px; background: #fff; position: absolute; line-height: 42px; font-size: 24px; transition: 0.5s;}
.prmain2 .owl-theme .owl-prev{ left: 0px;}
.prmain2 .owl-theme .owl-next{ right: 0px;}
.prmain2 .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.pr2tu{ border: solid 10px #f2f2f2;}
.pr2tu img{ width: 100%;}

@media screen and (max-width:1359px) {
.prmain2{ padding-top: 50px; padding-bottom: 50px;}
.pr2l{ width: calc(100% - 360px);}
.pr2r{ width: 300px;}
.pr2biao{ font-size: 26px; font-size: 2.6rem; line-height:34px; padding-bottom:15px;}
}
@media screen and (max-width:999px) {
.pr2l{ width: calc(100% - 300px);}
.pr2r{ width: 260px;}
.pr2biao{ font-size: 22px; font-size: 2.2rem; line-height:30px; padding-bottom:15px;}
    .pr2biao:before{ width: 50px;}
}
@media screen and (max-width:768px) {
.prmain2{ padding-top: 30px; padding-bottom: 30px;}
.pr2l{ width: 100%; margin-top: 30px;}
.pr2r{ width: 100%;}
.pr2biao{ font-size: 18px; font-size: 1.8rem; line-height:26px; padding-bottom:15px;}
.prmain2 .row{ max-width: 400px; margin: auto; margin-top: 30px;}
.pr2rt{ margin-bottom: 30px;}
}

.chanxiang{ margin-top: 37px; line-height: 30px;}
.chanxiang p,.chanxiang em{color: #666;}
.chanxiang strong{ font-weight: normal; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #333;}
.chanxiang img{ display: inline-block;}
.chanxiang a{ display: inline-block; color: #2e86c1;}

.chanxiang .table table{ width:100%; border-collapse:collapse;}
.chanxiang .table table tr{}
.chanxiang .table table tr td{ padding:14px; border:4px solid #fff; background: #fff;}
.chanxiang .table table tr:nth-child(2n-1) td{ background: #f6f6f6;}

.chanxiang .table table tr .huibei{ background: #f6f6f6 !important; font-size: 20px; font-size: 2rem; line-height: 40px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #333;}
.chanxiang .table table tr .baibei{ background: #fff !important; font-size: 20px; font-size: 2rem; line-height: 40px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #333;}

.share{ margin-top: 38px;}
.share1{ color: #333; line-height: 30px; display: inline-block; vertical-align: middle;}
.share2{display: inline-block; vertical-align: middle;}

.inno{ max-width: 360px; padding-top: 32px; display: flex; flex-flow: wrap; justify-content: space-between;}
.inno a{ width: 47.222%; text-align: center; height: 50px; line-height: 48px; margin-top: 10px; border-radius: 6px; border: solid 1px #2e86c1; color: #2e86c1;}
.inno a:hover{ background: #2e86c1; color: #fff;}

@media screen and (max-width:1359px) {
.chanxbiao{ font-size: 30px; font-size:3rem; line-height: 40px; margin-top: 40px;}
    .chanxiang{ margin-top: 20px;}
    .chanxiang .table table tr .huibei,.chanxiang .table table tr .baibei{ font-size: 16px; font-size: 1.6rem; line-height: 30px;}
}
@media screen and (max-width:999px) {
.chanxbiao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.chanxiang{ margin-top: 20px;}

.share{ margin-top: 20px;}
.inno{ padding-top: 20px;}
.inno a{ height: 40px; line-height: 38px;}
}
@media screen and (max-width:768px) {
    .chanxbiao{ font-size: 20px; font-size: 2rem; margin-top: 20px;}
    .chanxiang .table table tr td{ padding:6px;}
    .chanxiang .table table tr .huibei,.chanxiang .table table tr .baibei{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
}

.prfq{ padding-top: 26px;}
.prfqlie{ margin-top: 12px;}
.prfqa{ line-height: 30px; padding: 10px; padding-left: 68px; position: relative; background: #ffffff; border-radius: 4px; border: solid 1px #dce4ea; cursor: pointer;}
.prfqa i{ display: block; position: absolute; width: 50px; height: 100%; left: 0px; top: 0px; border-right: solid 1px #dce4ea; transition: 0.5s;}
.prfqa i:before{content: ""; position: absolute; width: 12px; height: 4px; background: #c5c6c6; border-radius: 2px; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.prfqa i:after{content: ""; position: absolute; width: 12px; height: 4px; background: #c5c6c6; border-radius: 2px; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(90deg); transition: 0.5s;}

.prfqp{ padding: 30px; line-height: 30px; display: none;}
.prfqp p{color: #333;}
.prfqp p strong{ display: block; padding-left: 32px; margin-bottom: 6px; color: #666666; font-weight: normal; background: url("../images/duigou.png") no-repeat left 5px;}

.prfqlieh .prfqa i{ background: #2e86c1;}
.prfqlieh .prfqa i:after{ transform: translate(-50%,-50%); background: #fff;}
.prfqlieh .prfqp{ display: block;}

.prxin{ margin-top: 65px;}
.prxinn{ padding-top: 16px;}
.prxinn .int1{ width: 100%; margin-top: 17px;}
.prxinn .int2{ width: 100%; margin-top: 17px; position: relative;}
.prxinn .int3{ width: 120px; margin-top: 17px;}

.prxinn input{ width: 100%; height: 50px; line-height: 48px; padding: 0 15px; background: #ffffff; border-radius: 6px; border: solid 1px #dce4ea; font-size: 16px; font-size: 1.6rem;}
.prxinn textarea{ width: 100%; height: 150px; line-height: 28px; padding: 10px 15px; background: #ffffff; border-radius: 6px; border: solid 1px #dce4ea; font-size: 16px; font-size: 1.6rem;}
.prxinn .yanzheng{ width: 90px; height: 48px; position: absolute; right: 1px; top: 1px; cursor: pointer;}
.prxinn .int2 input{ padding-right: 100px;}
.prxinn .int3 input{ width: 120px; height: 50px; line-height: 48px; padding: 0px; text-align: center; color: #ffffff; background: #2e86c1; border: 1px solid #2e86c1; border-radius: 6px; cursor: pointer; transition: 0.5s;}
.prxinn .int3 input:hover{ background: #fff; color: #2e86c1;}

@media screen and (max-width: 999px) {
.prfqlie{ margin-top: 8px;}
    .prfqa i{ width: 40px;}
    .prfqa{ padding-left: 50px;}
.prfqp{ padding: 15px 0;}
    .prfqp p strong{ background-size: 10px; padding-left: 20px;}
    
.prxin{ margin-top: 30px;}
    .prxinn input,.prxinn textarea{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
    .prxinn input,.prxinn textarea{ font-size: 12px; font-size: 1.2rem;}

.prxinn .int1,.prxinn .int2,.prxinn .int3{ margin-top: 10px;}
}

.homain{ background: #f0f5f8; padding-top: 90px; padding-bottom: 98px;}
.hobiao{ text-align: center; font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}

.img-scroll2 {position: relative; margin-top:35px;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 60px; height: 60px; line-height: 58px; text-align: center; border-radius: 50%; background: #ffffff; color: #666; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll2 .prev { left: -30px; cursor: pointer;}
.img-scroll2 .next { right:-30px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { color: #fff; background: #2e86c1; border-color: #2e86c1;}
.img-list2 {position: relative;overflow: hidden; margin: 0 58px;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:0.25%; padding: 0 15px; position:relative;}

.hotu{ display: block; background: #fff; overflow: hidden;}
.hotu img{}
.hoa{ display: block; text-align: center; margin-top: 10px; color: #333;}

@media screen and (max-width: 1659px) {
.img-scroll2 .prev, .img-scroll2 .next { width: 40px; height: 40px; line-height: 38px;}
.img-scroll2 .prev { left: -50px;}
.img-scroll2 .next { right:-50px;}
}
@media screen and (max-width: 1359px) {
.homain{ padding: 60px 0;}
    .hobiao{ font-size: 24px; font-size: 2.4rem;}

.img-scroll2 { margin-top:30px;}
    .img-list2 { margin: 0px;}
.img-list2 li { padding: 0 5px;}
}
@media screen and (max-width: 999px) {
.img-scroll2 { padding-bottom: 60px;}
.img-scroll2 .prev, .img-scroll2 .next { width: 40px; height: 40px; line-height: 38px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll2 .prev { left: 50%; margin-left: -45px;}
.img-scroll2 .next { right: 50%; margin-right: -45px;}

.img-list2 li { width:0.33333%;}
    .hobiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
}
@media screen and (max-width: 767px) {
.homain{ padding: 30px 0;}
    .hobiao{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}

.img-scroll2 { padding-bottom: 60px; margin-top: 25px;}
.img-list2 li { width:0.5%;}

.img-scroll2 { padding-bottom: 50px;}
.img-scroll2 .prev, .img-scroll2 .next { width: 32px; height: 32px; line-height: 30px; font-size: 12px;}
.img-scroll2 .prev { left: 50%; margin-left: -35px;}
.img-scroll2 .next { right: 50%; margin-right: -35px;}
}


/****************************  service1  ***************************/
.semain1{ text-align: center; padding-top: 70px; padding-bottom: 80px;}

.se1n{ margin-top: 28px;}
.table{ width:100%; overflow:auto;}
.table table{ width:100%; border-collapse:collapse; line-height:30px; border:1px solid #cccccc;}
.table table tr{}
.table table tr td{ padding:10px 5px; font-size:16px; font-size:1.6rem; border-left:1px solid #cccccc; background: #fff;}
.table table tr:nth-child(2n) td{ background: #eeeeee;}
.table table tr:nth-child(1) td,.table table tr:nth-child(2) td{ padding:7px 5px; background: #2e86c1; color: #ffffff; border:1px solid #cccccc;}

@media screen and (max-width: 999px) {
.semain1{ padding: 60px 0;}
.table table tr td{ font-size:14px; font-size:1.4rem;}
}
@media screen and (max-width: 767px) {
.semain1{ padding: 30px 0;}
.se1n{ margin-top: 18px;}
.table table{ line-height: 22px;}
.table table tr td{ font-size:12px; font-size:1.2rem;}
}

.semain2{ background: #eeeeee; padding-top: 70px;}
.se2n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 34px;}
.se2tu{ width: 46.2%;}
.se2zi{ width: calc(53.8% - 40px);}

.se2a{ text-align: left;}
.se2p{ padding-top: 10px;}
.se2p p{ color: #666666; padding-left: 47px; margin-top: 30px; background: url("../images/seduigou.png") no-repeat left 1px;}
.se2p strong{ font-weight: normal; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #333; font-size: 18px; font-size: 1.8rem;}

.semain3{ background: #eeeeee; padding-top:32px;}

@media screen and (max-width: 1359px) {
.semain2,.semain3{ padding-top: 50px;}
    .se2n{ margin-top: 20px;}
.se2zi{ width: calc(53.8% - 20px);}
.se2p{ padding-top: 10px;}
.se2p p{ margin-top: 10px;}
    .se2p strong{ font-size: 16px; font-size: 1.4rem;}
    .se2p p{ background-size: 15px; padding-left: 25px; background-position: left 5px;}
}
@media screen and (max-width: 767px) {
.semain2,.semain3{ padding-top: 30px;}
.se2tu{ width: 100%; max-width: 400px; margin: auto;}
.se2zi{ width: 100%; margin-top: 20px;}
}

.se3n{ margin-top: 30px; padding-bottom: 28px;}
.se3biao{ line-height: 30px; padding: 20px 45px; font-size: 24px; font-size: 2.4rem; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #fff; background: #2e86c1; border-radius: 4px;}
.se3n2{}

.se3lie{ margin-top: 18px;}
.se3a{ background: #ffffff; border-radius: 4px; line-height: 30px; padding: 15px 8px; padding-left: 80px; position: relative; cursor: pointer; transition: 0.5s;}
.se3a i{ display: block; width: 44px; height: 44px; position: absolute; left: 8px; top: 50%; transform: translateY(-50%); background: #ffdbcc; transition: 0.5s;}
.se3a i:before{content: ""; position: absolute; width: 20px; height: 2px; background: #fd4c02; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.se3a i:after{content: ""; position: absolute; width: 20px; height: 2px; background: #fd4c02; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(90deg); transition: 0.5s;}
.se3a strong{ font-size: 20px; font-size: 2rem; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}

.se3p{ display: none; padding: 30px 80px; background: #fff;}
.se3p:after{content: ""; clear: both; display: block;}

.se3p .row{ margin-top: 0px;}
.se3ptu{ width: 463px; float: right; margin-left: 60px; margin-bottom: 10px;}
.se3p p{color: #666666;}
.se3p p strong{ display: block; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-size: 22px; font-size: 2.2rem; font-weight: normal; color: #333; margin-bottom: 12px;}

.se3lieh{}
.se3lieh .se3p{ display: block;}
.se3lieh .se3a{ background: #fd4c02; color: #fff;}
.se3lieh .se3a i{ background: #fff;}
.se3lieh .se3a i:after{ transform: translate(-50%,-50%);}

@media screen and (max-width: 1359px) {
.se3n{ margin-top: 30px; padding-bottom: 0px;}
.se3biao{ line-height: 30px; padding:15px 20px; font-size: 20px; font-size: 2rem;}
.se3a strong{ font-size: 16px; font-size: 1.6rem;}    

.se3p{ padding: 30px 20px;}
.se3p p strong{ font-size: 18px; font-size: 1.8rem;}
.se3ptu{ width: 400px; margin-left: 30px; margin-bottom: 10px;}
}
@media screen and (max-width: 999px) {
.se3lie{ margin-top: 10px;}
.se3a{ line-height: 24px; padding: 8px; padding-left: 50px;}
.se3a i{ width: 30px; height: 30px; left: 5px;}
.se3a i:before,.se3a i:after{ width: 12px; height: 2px;}
.se3a strong{ font-size: 14px; font-size: 1.4rem;}    

.se3biao{ line-height: 30px; padding: 10px; font-size: 18px; font-size: 1.8rem;}
    
.se3p p strong{ font-size: 16px; font-size: 1.6rem;}
.se3ptu{ width: 300px; margin-left: 30px; margin-bottom: 10px;}
}
@media screen and (max-width: 767px) {
.se3biao{ line-height: 26px; padding: 10px; font-size: 14px; font-size: 1.4rem;}
.se3a strong{ font-size: 12px; font-size: 1.2rem;}    

.se3ptu{ float: none; width: 100%; max-width: 400px; margin: auto; margin-bottom: 10px;}
.se3p{ padding: 20px 10px;}
.se3p p strong{ font-size: 14px; font-size: 1.4rem;}
}

.semain4{ padding-top: 86px; padding-bottom: 110px;}
.se4biao{ text-align: center;}

.se4lie{border: solid 1px #dddddd; margin-top: 20px; border-radius: 4px; overflow: hidden;}
.se4lieh{ border-color: #2e86c1;}
.se4a{ background: #f7f7f7; line-height: 28px; padding: 25px 85px; padding-right: 100px; position: relative; color: #333333; cursor: pointer; transition: 0.5s;}
.se4a i{ display: block; width: 31px; position: absolute; left: 22px; top: 50%; transform: translateY(-50%);}
.se4a:before{content: ""; position: absolute; width: 20px; height: 2px; background: #999999; right: 65px; top: 50%; transform: translateY(-50%);}
.se4a:after{content: ""; position: absolute; width: 20px; height: 2px; background: #999999; right: 65px; top: 50%; transform: translateY(-50%) rotate(90deg); transition: 0.5s;}

.se4p{ display: none; padding: 35px 55px;}
.se4p p{color: #666666;}
.se4p strong{ color: #333333; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}

.se4lieh .se4a{ background: #2e86c1; color: #fff;}
.se4lieh .se4a:after{ transform: translateY(-50%)}
.se4lieh .se4p{ display: block;}

@media screen and (max-width: 1359px) {
.semain4{ padding: 60px 0;}

.se4lie{ margin-top: 10px;}
.se4a{ line-height: 28px; padding: 10px 45px; padding-right: 40px;}
.se4a i{ width: 28px; left: 5px;}
.se4a:before,.se4a:after{ width: 14px; height: 2px; right: 10px;}

.se4p{ padding: 20px 10px;}
}
@media screen and (max-width: 767px) {
.semain4{ padding: 30px 0;}
}

/****************************  service21  ***************************/
.se21main{ padding-top: 73px; padding-bottom: 118px;}
.se21n{}
.se21lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; background: #f2f4f6; border-radius: 10px; overflow: hidden; margin-top: 46px;}
.se21tu{ width: 440px; position: relative;}
.se21zi{ width: calc(100% - 440px); padding: 10px 80px;}

.se21tu img{ width: 100%;}
.se21tu iframe,.se21tu video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.se21tu iframe body{ margin:0px !important;}

.se21a{ display: block; font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.se21p{ margin-top: 7px; line-height: 24px;}
.se21p a{ color: #333; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.se21mor{ display: block; width: 170px; height: 50px; line-height: 48px; color: #2e86c1; margin-top: 40px; text-align: center; border-radius: 6px; border: solid 1px #2e86c1;}
.se21mor:hover{ background: #2e86c1; color: #fff;}

@media screen and (max-width: 1359px) {
.se21main{ padding: 60px 0;}
.se21tu{ width: 350px; position: relative;}
.se21zi{ width: calc(100% - 350px); padding: 10px 20px;}
.se21a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.se21mor{ width: 120px; height: 40px; line-height: 38px; margin-top: 10px;}
}
@media screen and (max-width: 999px) {
.se21tu{ width: 250px; position: relative;}
.se21zi{ width: calc(100% - 250px); padding: 10px 20px;}
.se21lie{ margin-top: 20px;}
.se21a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}
@media screen and (max-width: 767px) {
.se21main{ padding: 30px 0;}
.se21n{ padding-top: 10px;}
.se21lie{ margin-top: 10px;}
.se21tu{ width: 45%; position: relative;}
.se21zi{ width: 55%; padding: 10px;}
.se21a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.se21mor{ display: none;}
}

/****************************  service22  ***************************/
.se2main1{ padding-top: 75px; padding-bottom: 103px;}
.se21biao{ max-width: 800px; margin: auto; text-align: center;}
.se21pz{ text-align: center;margin-top: 15px; line-height: 30px;}

.se221n{ position: relative; margin-top: 50px;}
.se221n:before{content: ""; position: absolute; width: 1px; height: 100%; background: #999999; left: 50%; top: 0px;}
.se221lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 36px; position: relative;}
.se221lie:first-child{ margin-top: 0px;}

.se221tu{ width: calc(50% - 100px); position: relative;}
.se221zi{ width: calc(50% - 100px);}

.se221tu img{border-radius: 10px;}
.se221tu iframe,.se221tu video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.se221tu iframe body{ margin:0px !important;}

.se221a{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.se221p{ margin-top: 36px;}
.se221p p{ color: #333;}
.se221p strong{ font-size: 20px; font-size: 2rem; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}


.se221shu{ width: 111px; height: 111px; line-height: 111px; border-radius: 50%; text-align: center; background: #fd4c02; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.se221shu p{ display: inline-block; vertical-align: middle; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; color: #fff;}

@media screen and (max-width: 1359px) {
.se2main1{ padding: 60px 0}

.se221tu{ width: calc(50% - 50px);}
.se221zi{ width: calc(50% - 50px);}
.se221shu{ width: 60px; height: 60px; line-height: 60px;}
.se221shu p{ font-size: 16px; font-size: 1.6rem; line-height: 22px;}

.se221a{ font-size: 20px; font-size: 2rem; line-height: 24px;}
.se221p{ margin-top: 20px;}
.se221p strong{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width: 999px) {
.se221n{ margin-top: 30px;}
.se221n:before{ display: none;}
.se221tu{ width: 100%; max-width: 500px;}
.se221zi{ width: 100%; margin-top: 20px;}
.se221shu{ width: 50px; height: 40px; line-height: 40px; z-index: 3; border-radius: 0px; left: 0px; top: 0px; transform: translate(0);}
.se221shu p{ font-size: 12px; font-size: 1.2rem; line-height: 16px;}

.se221a{ font-size: 18px; font-size: 1.8rem; line-height: 24px;}
.se221p{ margin-top: 10px;}
.se221p strong{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
.se2main1{ padding: 30px 0}
}

.se2main2{background-image: linear-gradient(180deg, #eee 90%, #fff 100%); padding-top: 90px; padding-bottom: 60px;}
.se22n{ background: #fff; box-shadow: 0px 25px 57px 0px rgba(11, 60, 92, 0.08); padding: 60px; margin-top: 32px;}

.se22n .table table tr td{ border:1px solid #cccccc; background: #fff; color: #333333; padding: 10px 20px;}
.se22n .table table tr:first-child td{ background: #2e86c1; color: #fff; font-size: 18px; font-size: 1.8rem; padding:15px 20px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width: 1359px) {
.se2main2{ padding: 60px 0;}
.se22n{ padding: 20px; margin-top: 20px;}
    .se22n .table table tr td{ padding: 10px;}
.se22n .table table tr:first-child td{ font-size: 16px; font-size: 1.6rem; padding: 10px;}
}
@media screen and (max-width: 767px) {
.se2main2{ padding: 30px 0;}
.se22n{ padding: 0px;}
.se22n .table table tr:first-child td{ font-size: 14px; font-size: 1.4rem; padding: 10px;}
}

.se2main3{ padding-bottom: 108px; padding-top: 30px;}
.se23p{ margin-top: 30px;}
.se23p p{color: #333;}
.se23p p strong{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}
.se23p img,.se23p a{ display: inline-block;}

.shipin1{position: relative; overflow: hidden;}
.shipin1 iframe,.shipin1 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.shipin1 iframe body{ margin:0px !important;}

.se23tu{ margin-top: 108px;}

@media screen and (max-width: 1359px) {
.se2main3{ padding-bottom: 60px;}
.se23tu{ margin-top: 50px;}
}
@media screen and (max-width: 767px) {
.se2main3{ padding-bottom: 30px;}
.se23p{ margin-top: 20px;}
.se23tu{ margin-top: 30px;}
}

/****************************  service3  ***************************/
.se3main1{ padding-top: 70px; padding-bottom: 30px;}
.se31pz{ margin-top: 8px;}
.se31pz p{color: #333333;}

.se31b{ background: #eceef2; display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 42px;}
.se31l{ width: 68.6%;}
.se31r{ width: 31.4%; border-left: 20px solid #fff; padding: 20px 25px; padding-bottom: 60px;}

.se31lie{ border-bottom: 20px solid #fff; padding: 20px 30px; padding-bottom: 50px;}
.se31lie:last-child{ border: none;}

.se31a{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.se31a em{ display: block; width: 70px; height: 70px; background: #2e86c1; border-radius: 50%; position: relative;}
.se31a em img{ max-width: 60%; max-height: 60%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.se31a span{ width: calc(100% - 84px); font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.se31p{ margin-top: 20px;}

.se31r .se31a{ text-align: center;}
.se31r .se31a em{ display: inline-block; margin: auto;}
.se31r .se31a span{ width: 100% !important; margin-top: 30px;}
.se31r .se31p{ margin-top: 35px;}

@media screen and (max-width: 1359px) {
.se3main1{ padding-top: 30px; padding-bottom: 30px;}
    .se31b{ margin-top: 30px;}
    .se31a em{ width: 50px; height: 50px;}
    .se31a span{ font-size: 20px; font-size: 2rem; width: calc(100% - 65px);}
    
.se31l{ width: 68.6%;}
.se31r{ width: 31.4%; border-left: 10px solid #fff; padding: 20px 15px;}

.se31lie{ border-bottom: 10px solid #fff; padding: 20px 10px;}
.se31r .se31p{ margin-top: 20px;}
}
@media screen and (max-width: 999px) {
.se31l{ width: 100%;}
.se31r{ width: 100%; border: none; border-top: 10px solid #fff; padding: 20px 15px;}

    .se31a span{ font-size: 18px; font-size: 1.8rem;}
.se31r .se31a span{ margin-top: 10px;}
}

.se3main2{ background: url("../images/se32bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative;}
.se3main2:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/se32bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.se32a{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; padding: 125px 0; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; color: #fff; text-align: center;}
.se32a i{ display: inline-block; vertical-align: middle; width: 50px; height: 50px; line-height: 50px; color: #ffffff; font-size: 18px; margin-left: 20px; text-align: center; border-radius: 50%; background: #ff4b00;}

@media screen and (max-width: 999px) {
.se32a{ font-size: 20px; font-size: 2rem; line-height: 30px; padding: 80px 0;}
.se32a i{ width: 30px; height: 30px; line-height: 30px; font-size: 12px; margin-left: 10px;}
}
@media screen and (max-width: 767px) {
.se32a{ font-size: 16px; font-size: 1.6rem;}
}

.se3main3{ padding-top: 20px; padding-bottom: 106px;}
.se3main3 .biaot{ margin-top: 67px;}

.se33b{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 20px;}
.se33lie{ width: 27.14%; margin-left: 9.29%; margin-top: 20px;}
.se33lie:nth-child(3n-2){margin-left: 0px;}
.se33lien{ width: 100%; padding: 0 20px; padding-bottom: 100%; height: 0px; border-radius: 50%; text-align: center; background: #d5e7f3;}
.se33a{ display: block; font-size: 72px; font-size: 7.2rem; line-height: 80px; padding-top: 65px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #2e86c1; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.se33p{ font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 35px; color: #2e86c1; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width: 1559px) {
.se33a{ font-size: 50px; font-size: 5rem; line-height: 60px; padding-top: 40px;}
.se33p{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 15px;}
}
@media screen and (max-width: 1359px) {
.se3main3{ padding-top: 20px; padding-bottom: 50px;}
.se3main3 .biaot{ margin-top: 30px;}
.se33lie{ width: 32.33%; margin-left: 1.5%; margin-top: 20px;}
}
@media screen and (max-width: 999px) {
    .se33lie{ background: #d5e7f3;}
    .se33lien{ border-radius: 10px; padding: 20px 10px; height: auto;}
    
    .se33b{ padding-top: 1px;}
.se33a{ font-size: 40px; font-size: 4rem; line-height: 50px; padding-top: 0px;}
.se33p{ font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 5px;}
}
@media screen and (max-width: 767px) {
.se3main3{ padding-top: 1px; padding-bottom: 30px;}
.se33b{ padding-top: 20px;}
.se33lie{ width: 100%; margin-left: 0px; margin-top: 10px;}
.se33a{ font-size: 40px; font-size: 4rem; line-height: 50px; padding-top: 0px;}
.se33p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 5px;}
}

/****************************  service4  ***************************/
.se4main{ padding-top: 70px; padding-bottom: 117px;}

.se4n{ padding-top: 30px;}
.se41lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 37px;}
.se41tu{ width: 50%;}
.se41zi{ width: calc(50% - 60px);}
.se41lie:nth-child(2n){ flex-direction: row-reverse;}

.se41a{ font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.se41p{ margin-top: 10px;}
.se41p em{ font-style: normal; color: #333;}
.se41p strong{ display: block; padding-left: 25px; color: #333; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; background: url("../images/se4gou.png") no-repeat left 6px; font-weight: normal;}

.se41pz{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 5px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width: 1359px) {
.se4main{ padding:60px 0;}
.se41zi{ width: calc(50% - 30px);}
.se41a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.se4n{ padding-top: 10px;}
    .se41lie{ margin-top: 20px;}
}
@media screen and (max-width: 999px) {
.se41tu{ width: 100%; max-width: 500px; margin: auto;}
.se41zi{ width: 100%; margin-top: 20px;}
.se41p strong{ background-size: 10px; padding-left: 20px;}
.se41pz{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width: 767px) {
.se4main{ padding:30px 0;}
.se41a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.se41pz{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}

/****************************  service5  ***************************/
.se5main1{ background: #eeeeee; padding-top: 70px; padding-bottom: 90px;}
.se41p{ margin-top: 18px;}

@media screen and (max-width: 1359px) {
.se5main1{ padding: 60px 0;}
}
@media screen and (max-width: 767px) {
.se5main1{ padding: 30px 0;}
}

.se5main2{ padding-top: 90px; padding-bottom: 100px;}
.se52n{ display: flex; flex-flow: wrap; padding-top: 40px;}
.se52lie{ width: 31.43%; margin-left: 2.85%; margin-top: 20px; background: #eaf3f9; padding: 40px 35px; position: relative;}
.se52lie:nth-child(3n-2){margin-left: 0px;}
.se52lie:before{ content: ""; position: absolute; width: 100px; height: 5px; background: #2e86c1; top: 0px; left: 50%; transform: translateX(-50%);}
.se52shu{ display: block; text-align: center; font-size: 36px; font-size: 3.6rem; line-height: 40px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}
.se52a{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 24px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.se52p{ margin-top: 10px;}

@media screen and (max-width: 1359px) {
.se5main2{ padding: 60px 0;}
.se52n{ padding-top: 10px;}
.se52lie{ width: 32.333%; margin-left: 1.5%; padding: 20px 10px;}
.se52shu{ font-size: 26px; font-size: 2.6rem; line-height: 30px;}
.se52a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.se5main2{ padding: 30px 0;}
.se52lie{ width: 100%; margin-left: 0%; padding: 20px 10px;}
}

/*  main3  */
.se5main3{ background: #1c3756; position: relative; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 88px 0;}
.se5main3:before{content: ""; position: absolute; width: 595px; height: 100%; top: 0px; right: 0px; background: #162c45; z-index: 1}
.se53tu{ padding: 0 90px; width: calc(100% - 595px);}
.se53zi{ width: 595px; position: relative; z-index: 2; padding: 0px 90px;}

.se53a{ color: #ffffff;}
.se53p{ margin-top: 25px;}
.se53p p{color: #fff;}
.se53p strong{ font-weight: normal; padding-left: 14px; display: block; position: relative;}
.se53p strong:before{content: ""; position: absolute; width: 7px; height: 7px; background: #fd4c02; border-radius: 50%; left: 0px; top: 10px;}

@media screen and (max-width: 1359px) {
.se5main3:before{ width: 300px;}
.se53tu{ padding: 0 20px; width: calc(100% - 300px);}
.se53zi{ width: 300px; padding: 0px 20px;}
}
@media screen and (max-width: 767px) {
.se5main3{ padding: 20px 0;}
.se5main3:before{ display: none;}
.se53tu{ padding:15px 2.5%; width: 100%;}
.se53zi{ width: 100%; padding:15px 2.5%;}
}

.se5main4{ padding-top: 90px; padding-bottom: 95px; background-image: linear-gradient(180deg, #fff 30%, #eee 100%);}

#outer { margin-top:37px; position: relative; display: flex; flex-flow: wrap; justify-content: space-between; border-radius: 10px; overflow: hidden;}
#tab {zoom: 1; position: relative; width: 390px; padding: 110px 0; background: #1c3756;}
#tab li{ transition:0.5s; cursor:pointer; position:relative; width: 100%; padding: 0px 55px; line-height: 59px; border-bottom: 1px solid #77879a; z-index: 1}
#tab li:last-child{ border: none;}
#tab li i{ color: #fd4b03; font-size: 14px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);  opacity: 0; transition: 0.5s;}
#tab li span{ display: inline-block; vertical-align: middle; color: #aec0d4; font-size: 18px; font-size: 1.8rem; line-height: 24px; transition: 0.5s;}

#tab li.current i{ opacity: 1; left: 37px;}
#tab li.current span{color: #fff; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}

#content { display: block; width: calc(100% - 390px);}
#content .tabul {display: none; height: 100%; position: relative;}

.se54tu{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover; z-index: 1}
.se54zi{ padding:30px 50px; position: absolute; width: 100%; left: 0px; bottom: 0px; background-image: linear-gradient(180deg, rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 50%); max-height: 95%; overflow: auto;  z-index: 3}
.se54a{ font-size: 30px; font-size: 3rem; line-height: 40px; color: #fff; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}
.se54p{ margin-top: 10px;}
.se54p p{color: #ffffff;}

@media screen and (max-width: 1359px) {
.se5main4{ padding:60px 0;}
    #tab { width: 300px; padding: 70px 0;}
    #tab li{ padding: 0 40px;}
    #tab li span{ font-size: 14px; font-size: 1.4rem; line-height: 20px;}
    #tab li i{ font-size: 12px;}
#tab li.current i{ left: 17px;}
#content { width: calc(100% - 300px);}

.se54zi{ padding: 20px;}
.se54a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width: 999px) {
    #tab { width: 200px; padding: 50px 0;}
    #tab li{ padding: 0 30px; padding-right: 10px;}
    #tab li span{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
#tab li.current i{ left: 10px;}
#content { width: calc(100% - 200px);}
}
@media screen and (max-width: 767px) {
.se5main4{ padding:30px 0;}
    #outer { margin-top:20px;}

    #tab { width: 100px; padding: 30px 0;}
    #tab li{ padding: 0 10px; line-height: 66px;}
    #tab li span{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
#tab li i{ display: none;}
#content { width: calc(100% - 100px);}
.se54zi{ padding: 20px 10px; background-image: linear-gradient(180deg, rgba(0,0,0,0) 1%, rgba(0,0,0,0.7) 40%);}
.se54a{ font-size: 18px; font-size: 1.8rem; line-height: 24px;}
}

.se5main5{ padding-top: 70px;}
.se55n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.se55lie{ width: 48%; margin-top: 45px;}
.se55tu{ width: 64px; height: 64px; background: #2e86c1; border-radius: 10px; position: relative;}
.se55tu img{ max-width: 60%; max-height: 60%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.se55a{ font-size: 26px; font-size: 2.6rem; line-height: 30px; margin-top: 32px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}
.se55p{ margin-top: 12px;}

@media screen and (max-width: 1359px) {
    .se55a{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top:20px;}
}
@media screen and (max-width: 999px) {
.se5main5{ padding-top: 40px;}
    .se55lie{ margin-top: 20px;}
    .se55tu{ width: 40px; height: 40px;}
    .se55a{ font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top:10px;}
.se55p{ margin-top: 5px;}
}
@media screen and (max-width: 767px) {
.se5main5{ padding-top: 30px;}
    .se55a{ font-size: 14px; font-size: 1.4rem;}
}

.se5main6{ padding-top: 70px; padding-bottom: 95px;}
.se56n{ display: flex; flex-flow: wrap;}
.se56lie{ width: 31.43%; margin-left: 2.85%; margin-top: 20px;}
.se56lie:nth-child(3n-2){margin-left: 0px;}

.se56tu{ border: solid 5px #eeeeee; position: relative;}
.se56a{ font-size: 26px; font-size: 2.6rem; line-height: 36px; margin-top: 32px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}
.se56p{ margin-top: 15px;}

@media screen and (max-width: 1359px) {
.se5main6{ padding: 60px 0;}
.se56a{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 20px;}
}
@media screen and (max-width: 999px) {
.se56a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.se5main6{ padding: 30px 0;}
.se56lie{ width: 49%; margin-left: 2%; margin-top: 20px;}
.se56lie:nth-child(3n-2){margin-left: 2%;}
.se56lie:nth-child(2n-1){margin-left: 0px;}
.se56a{ font-size: 14px; font-size: 1.4rem;}
.se56p{ margin-top: 10px;}
}

/****************************  about  ***************************/
.abmain1{ background: #eceef2;}
.abmain1 .zong{ margin: auto; box-shadow: none;}

.abmain2{ padding-bottom: 93px;}
.ab2t{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 55px 0;}
.ab2zi{ width: 47%;}
.ab2tu{ width: 45.7%;}
.ab2tp{ margin-top: 13px; line-height: 36px;}
.ab2tp p{color: #333;}

.ab2b{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab2btu{ width: 54.43%;}
.ab2bzi{ width: 50.57%; margin-left: -5%; background: #2e86c1; padding: 90px 150px;}

.ab2ba{ color: #fff;}
.ab2bp{ margin-top: 16px;}
.ab2bp p{ padding-left: 28px; color: #fff; line-height: 36px; position: relative;}
.ab2bp p:before{content: ""; position: absolute; width: 7px; height: 7px; background: #ffffff; border-radius: 50%; left: 0px; top: 13px;}

@media screen and (max-width: 1559px) {
    .ab2bzi{ padding: 30px;}
.ab2bp{ margin-top: 10px;}
}
@media screen and (max-width: 1359px) {
.abmain2{ padding-bottom: 30px;}
.ab2t{ padding: 30px 0;}
}
@media screen and (max-width: 999px) {
.ab2tu{ width: 51%;}
.ab2bzi{ padding: 20px;}
.ab2bp{ margin-top: 5px;}
}
@media screen and (max-width: 767px) {
.ab2zi{ width: 100%;}
.ab2tu{ width: 100%; max-width: 500px; margin: auto; margin-top: 20px;}
.ab2btu{ width: 100%;}
.ab2bzi{ width: 100%; margin: auto;}
}

.abmain3{ background: url("../images/ab3bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 235px; padding-bottom: 275px;}
.abmain3:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/ab3bei.jpg") no-repeat center; background-size: cover; z-index: -1}

.img-scroll3 {position: relative; padding: 0 100px;}
.img-scroll3 .prev, .img-scroll3 .next {position: absolute; text-align:center; display: block; width: 67px; height: 67px; line-height: 67px; text-align: center; border-radius: 50%; background: #e8edf1; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll3 .prev { left: 35px; cursor: pointer;}
.img-scroll3 .next { right: 35px; cursor: pointer;}
.img-scroll3 .prev:hover,.img-scroll3 .next:hover { color: #fff; background: #fd4c02;}
.img-list3 {position: relative;overflow: hidden;}
.img-list3 ul {width: 10000%;}
.img-list3 li {float: left; width:0.20%; padding: 40px; position:relative;}

.img-list3 li:nth-child(1) .ab3n{ transform: scale(0.6); opacity: 1}
.img-list3 li:nth-child(2) .ab3n{ transform: scale(0.8); opacity: 1}
.img-list3 li:nth-child(3) .ab3n{ transform: scale(1); opacity: 1}
.img-list3 li:nth-child(4) .ab3n{ transform: scale(0.8); opacity: 1}
.img-list3 li:nth-child(5) .ab3n{ transform: scale(0.6); opacity: 1}

.active li:nth-child(1) .ab3n{ transform: scale(0.6)}
.active li:nth-child(2) .ab3n{ transform: scale(0.6)}
.active li:nth-child(3) .ab3n{ transform: scale(0.8)}
.active li:nth-child(4) .ab3n{ transform: scale(1)}
.active li:nth-child(5) .ab3n{ transform: scale(0.8)}

.ab3n{ transform: scale(0.6); transition: 0.5s;}
.ab3a{ font-size: 86px; font-size: 8.6rem; line-height: 100px; color: #2e86c1; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.ab3p{ line-height: 24px; color: #333;}
.ab3p p{ color: #333;}

@media screen and (max-width: 1559px) {
.abmain3{ padding: 100px 0;}
.img-scroll3 { padding: 0 60px;}
.img-scroll3 .prev, .img-scroll3 .next { width: 40px; height: 40px; line-height: 40px;}
.img-scroll3 .prev { left: 60px;}
.img-scroll3 .next { right: 60px;}

.img-list3 li { padding: 20px;}
.ab3a{ font-size: 50px; font-size: 5rem; line-height: 60px;}
}
@media screen and (max-width: 1359px) {
.img-list3 li { padding: 10px;}
.ab3a{ font-size: 40px; font-size: 4rem; line-height: 50px;}
}
@media screen and (max-width: 999px) {
.abmain3{ padding: 60px 0;}
.img-scroll3 { padding: 0 2.5%; padding-bottom: 50px;}
.img-list3 li { width: 0.33333%;}
.ab3n{ transform: scale(1) !important; transition: 0.5s;}

.img-scroll3 .prev, .img-scroll3 .next { width: 30px; height: 30px; line-height: 30px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll3 .prev { left: 50%; margin-left: -35px;}
.img-scroll3 .next { right: 50%; margin-right: -35px;}

.ab3a{ font-size: 30px; font-size: 3rem; line-height: 40px;}
}
@media screen and (max-width: 767px) {
.abmain3{ padding: 30px 0;}
.img-list3 li { width: 0.5%;}
.ab3a{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}
@media screen and (max-width: 399px) {
.img-list3 li { width: 1%;}
}

.abmain4{ padding-top: 110px;}
.ab4b{ display: flex; flex-flow: wrap;}
.ab4lie{ width: 30.7%; margin-left: 3.95%; margin-top: 35px; border-radius: 10px; border: solid 1px #cccccc; overflow: hidden;}
.ab4lie:nth-child(3n-2){margin-left: 0px;}

.ab4tu{ position: relative;}
.ab4tu>img{ width: 100%;}
.ab4xtu{ display: block; width: 73px; height: 73px; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #ffffff;}
.ab4xtu img{ max-width: 50px; max-height: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

.ab4zi{ padding: 40px;}
.ab4a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}
.ab4p{ margin-top: 12px; line-height: 26px;}

@media screen and (max-width: 1359px) {
.abmain4{ padding-top: 60px;}
.ab4lie{ width: 32.333%; margin-left: 1.5%; margin-top: 20px;}
.ab4zi{ padding: 20px;}
.ab4a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width: 999px) {
.ab4xtu{ width: 50px; height: 50px;}
.ab4zi{ padding: 20px 10px;}
.ab4a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
}
@media screen and (max-width: 767px) {
.abmain4{ padding-top: 30px;}
.ab4lie{ width: 49%; margin-left: 2% !important; margin-top: 20px;}
.ab4lie:nth-child(2n-1){margin-left: 0px !important;}
.ab4a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}
@media screen and (max-width: 399px) {
.ab4lie{ width: 100%; margin-left: 0% !important; margin-top: 10px;}
}


.abmain56{ background-image: linear-gradient(180deg, #fff 1%, #eceef2 100%); padding-bottom: 68px; margin-bottom: 37px;}
.abmain5{ background: url("../images/ab5bei.png") no-repeat bottom center; background-size: 100% 247px; padding-top: 90px;}

.ab5biao{ text-align: center;}

#box{position:relative; width: 95%; max-width: 1220px; margin:auto; margin-top:36px; padding-bottom:230px; position: relative;}
#box ul{position:relative;height:0px; padding-bottom: 36.93%; margin:auto;}
#box li{position:absolute; width:0; /*height: 0px; */z-index:0;cursor:pointer;overflow:hidden; -moz-box-sizing:content-box; box-sizing:content-box !important; bottom: 2px;}

#box li a{ display:block; position: relative;}
#box li a:before{ content: ""; position: absolute; width: 86%; height: 90%; left: 50%; top: 50%; transform: translate(-50%,-50%); background: rgba(0,0,0,0.6); z-index: 2}
#box li a img{ width:100%; transform: scale(1) !important;}

#box li:nth-child(3) a:before{ background: rgba(0,0,0,0.4);}
#box li:nth-child(5) a:before{ background: rgba(0,0,0,0.4);}
#box li:nth-child(4) a:before{ background: rgba(0,0,0,0);}

#box li:nth-child(3){ bottom: 1px;}
#box li:nth-child(5){ bottom: 0px;}
#box li:nth-child(4){ bottom: 1px;}

#box .prev, #box .next{position:absolute; bottom: 0px; overflow:hidden; cursor:pointer; width:52px; height:52px; line-height:52px; font-size:20px; font-size:2rem; background: #f4f4f4; text-align:center; color:#919191; z-index:99; transition:0.5s; display: none;}
#box .prev{left:50%; margin-left: -64px;}
#box .next{right:50%; margin-right: -64px;}
#box .prev:hover, #box .next:hover{ color:#82ccd2;}
#copyright{padding-top:10px;text-align:center; border:1px solid}

.ab5zi{ position: absolute; bottom: 107px; left: 50%; transform: translateX(-50%); min-width: 480px; line-height: 30px; padding: 10px; text-align: center; font-size: 18px; font-size: 1.8rem; color: #333; background: #ffffff; border-radius: 10px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

@media screen and (max-width:1359px) {
.abmain5{ padding-top: 60px; background-size: 100% 147px;}  
#box{ padding-bottom:140px; margin-top: 50px;}
.ab5zi{ bottom: 30px; left: 50%; transform: translateX(-50%); min-width: 480px; line-height: 24px; font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:999px) {    
#box{ margin-top:30px;}
}
@media screen and (max-width:767px) {
.abmain56{ padding-bottom: 30px; margin-bottom: 20px;}
.abmain5{ padding-top: 30px; background-size: 100% 110px;}  
#box{ padding-bottom:105px; margin-top: 20px;}
.ab5zi{ min-width: 0px; padding: 5px 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; width: 100%; max-width: 300px;}
}

.nemain{ padding-bottom: 100px; padding-top: 80px;}
.nemain .m6n{ padding-top: 30px;}

@media screen and (max-width: 1359px) {
.nemain{ padding: 60px 0;}
.nemain .m6n{ padding-top: 10px;}
}
@media screen and (max-width: 767px) {
.nemain{ padding: 30px 0;}
}

/****************************  news2  ***************************/
.nemain2{display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 75px; padding-bottom: 96px;}
.nel{ width: calc(100% - 499px);}
.ner{ width: 400px;}

.nel h1{ font-size: 36px; font-size: 3.6rem; line-height: 45px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}
.net{ display: flex; flex-flow: wrap; align-items: center; margin-top: 20px;}
.neriqi2{ color: #333333; margin-right: 25px;}
.net .share{ margin: 0px;}

.nexiang{ margin-top: 33px;}
.nexiang p,.nexiang strong,.nexiang em{ color: #666666;}
.nexiang a{ display: inline-block; color: #2e86c1;}
.nexiang img{ display: inline-block;}

.fanpian{ border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding: 18px 0; margin-top: 76px;}
.fanpian li{color: #999999; padding: 6px 0;}
.fanpian li a{color: #999999;}
.fanpian li a:hover{color: #333;}

.nerbiao{ font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.nern{ padding-top: 20px;}
.nerlie{ border-bottom: 1px solid #cccccc; padding-bottom: 23px; margin-bottom: 33px;}
.nersp{ display: block; color: #999999; line-height: 30px;}
.nerp{ font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; line-height: 26px; margin-top: 8px;}

@media screen and (max-width: 1359px) {
    .nemain2{ padding: 60px 0;}
.nel{ width: calc(100% - 290px);}
.ner{ width: 250px;}
.nel h1{ font-size: 26px; font-size: 2.6rem; line-height: 35px;}
.nerbiao{ font-size:20px; font-size:2rem; line-height: 30px;}
}
@media screen and (max-width: 999px) {
.nel h1{ font-size: 20px; font-size: 2rem; line-height: 30px;}
    .net{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
    .nemain2{ padding: 30px 0;}
.nel{ width: 100%;}
.ner{ width: 100%; margin-top: 30px;}
    .fanpian{ margin-top: 20px; padding: 10px 0;}
.nerlie{ padding-bottom: 10px; margin-bottom: 10px;}
.nexiang{ margin-top: 20px;}
.nel h1{ font-size: 18px; font-size: 1.8rem; line-height: 28px;}
}

.pjlie{ width: 31.4%; margin-left: 2.9%; margin-top: 45px; box-shadow: 0px 11px 24px 0px rgba(97, 115, 128, 0.17);}
.pjlie:nth-child(3n-2){margin-left: 0px;}
.pjzi{ padding: 20px 27px; padding-bottom: 33px;}
.pjtu{ display: block; overflow: hidden;}
.pja{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden; min-height: 60px;text-align: center;}
.pjsp{ display: inline-block; border-radius: 10px; line-height: 37px; padding: 0 15px; color: #2e86c1; margin-top: 9px; background: #d5e7f3;}

@media screen and (max-width: 1359px) {
.pjlie{ margin-top: 30px;}
.pjzi{ padding: 20px 10px;}
.pja{ font-size: 16px; font-size: 1.6rem; line-height: 26px; min-height: 52px;}
.pjsp{ line-height: 30px; padding: 0 10px;}
}
@media screen and (max-width: 999px) {
.pja{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
.pjlie{ width: 49%; margin-left: 2%; margin-top: 20px;}
.pjlie:nth-child(3n-2){margin-left: 2%;}
.pjlie:nth-child(2n-1){margin-left: 0px;}
.pjzi{ padding: 10px 5px; padding-bottom: 15px;}
.pja{ font-size: 12px; font-size: 1.2rem; line-height: 22px; min-height: 44px;}
.pjsp{ line-height: 20px; padding: 5px;}
}

.nel .row{ margin-top:45px;}
.nel .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.nel .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.nel .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.nel .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
	
.nel .owl-carousel .owl-item{float: left;}
.nel .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.nel .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.nel .owl-theme .owl-controls{ text-align: center; margin-top: 39px; font-size: 0px;}
.nel .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.nel .owl-theme .owl-controls .owl-page span{display: block; width: 57px; height: 57px; background: url("../images/nedian.jpg") no-repeat center; margin-right: 1px; border-radius: 50%;font-size: 0px; transition: 0.5s; border: solid 1px #fff;}
.nel .owl-theme .owl-controls .owl-page.active span{ border: solid 1px #2e86c1; opacity:1;}

.nel .owl-theme .owl-buttons{ width: 89px; height: 42px; position: relative; margin: auto; display: none !important}
.nel .owl-theme .owl-buttons div{ width: 42px; height: 42px; background: #fff; position: absolute; line-height: 42px; font-size: 24px; transition: 0.5s;}
.nel .owl-theme .owl-prev{ left: 0px;}
.nel .owl-theme .owl-next{ right: 0px;}
.nel .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.pjrn{ padding-top: 20px;}
.pjrlie{ margin-bottom: 48px; box-shadow: 0px 11px 24px 0px rgba(97, 115, 128, 0.17);}
.pjrtu{ display: block; overflow: hidden}
.pjra{ display: block; line-height: 30px; padding: 19px 10px; text-align: center; color: #333; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

@media screen and (max-width: 1359px) {
.nel .owl-theme .owl-controls{ margin-top: 20px;}
.nel .owl-theme .owl-controls .owl-page span{ width: 30px; height: 30px;}
    .pjrlie{ margin-bottom: 20px;}
.pjra{ padding: 10px 5px;}
}
@media screen and (max-width: 999px) {
.nel .owl-theme .owl-controls .owl-page span{ width: 24px; height: 24px; background-size: 6px;}
}
@media screen and (max-width: 767px) {
.pjrn{ display: flex; flex-flow: wrap; justify-content: space-between;}
    .pjrlie{ width: 49%; margin-left: 2%;}
    .pjrlie:nth-child(2n-1){margin-left: 0px;}
}

/****************************  contact  ***************************/ 
.comain{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 72px; padding-bottom: 100px;}
.col{ width: 51.14%;}
.cor{ width: 39.3%;}

.coxin{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 15px;}
.coxin .int1{ width: 48.9%; margin-top: 19px;}
.coxin .int2{ width: 100%; margin-top: 19px;}
.coxin .int3{ width: 100%; margin-top: 19px; position: relative;}
.coxin .int4{ width: 120px; margin-top: 19px;}

.coxin input{ width: 100%; height: 50px; line-height: 50px; padding: 0 15px; font-size: 16px; font-size: 1.6rem; color: #4a4949; background: #f2f2f2; border-radius: 6px;}
.coxin select{ width: 100%; height: 50px; line-height: 50px; padding: 0 15px; font-size: 16px; font-size: 1.6rem; color: #4a4949; background: #f2f2f2; border-radius: 6px; cursor: pointer;}
.coxin textarea{ width: 100%; height: 135px; line-height: 30px; padding: 10px 15px; font-size: 16px; font-size: 1.6rem; color: #4a4949; background: #f2f2f2; border-radius: 6px;}
.coxin .yanzheng{ width: 90px; height: 100%; position: absolute; right: 0px; top: 0px; cursor: pointer;}
.coxin .int3 input{ padding-right: 100px;}
.coxin .int4 input{ padding: 0px; background: #2e86c1; color: #ffffff; cursor: pointer; transition: 0.5s;}
.coxin .int4 input:hover{ background: #333}

.corn{ padding-top: 20px;}
.colie{ padding-left: 45px; position: relative; margin-bottom: 32px;}
.colie em{ color: #2e86c1; font-size: 24px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.colie p{ text-transform: uppercase; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; color: #333; line-height: 21px;}
.colie a{ color: #333;}
.colie .mp{ font-family: Poppins-Regular,Arial, "Arial Black", "sans-serif", Verdana;}

.ditu{ margin-bottom: 105px;}

@media screen and (max-width: 1359px) {
.comain{ padding: 60px 0;}
.ditu{ margin-bottom: 60px;}

.col{ width: 55%;}
.cor{ width: 40%;}
.coxin input,.coxin select,.coxin textarea{ font-size: 14px; font-size: 1.4rem;}

.coxin .int1,.coxin .int2,.coxin .int3,.coxin .int4{ margin-top: 10px;}
.colie{ padding-left: 40px; margin-bottom: 20px;}
}
@media screen and (max-width: 767px) {
.comain{ padding: 30px 0;}
.ditu{ margin-bottom: 30px;}
    
.col{ width: 100%;}
.cor{ width: 100%; margin-top: 30px;}
.colie{ margin-bottom: 10px; padding-left: 32px;}

.coxin input,.coxin select,.coxin textarea{ font-size: 12px; font-size: 1.2rem;}
}














@media screen and (max-width: 1559px) {

}
@media screen and (max-width: 1359px) {

}
@media screen and (max-width: 999px) {

}
@media screen and (max-width: 767px) {

}






















#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;  background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease;z-index:99999999999999999999999999999999999999;}
 #baguetteBox-overlay.visible{opacity:1}
 #baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center;}
 #baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
 #baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);}
 
 #baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:Verdana, Geneva, sans-serif;}
 #baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
 #baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}
 #baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
 #baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
 .baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
 .baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;
 border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease;}
 .baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
 .baguetteBox-button#next-button{right:2%}
 .baguetteBox-button#previous-button{left:2%}
 .baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
 .baguetteBox-button svg{position:absolute;left:0;top:0}

 .spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
 .double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
 .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
 @-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}
 @keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

.tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.tankaunga:before{ content:"X"; position:absolute; width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}
.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}

@media screen and (max-width:767px) {
.tankaungn2{position:fixed; left:5%; top:10%; right:5%; bottom:10%;}
}




@font-face {
  font-family: Poppins-SemiBold;
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
       url("../fonts/Poppins-SemiBold.woff") format("woff"),
       url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
       url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"),
       url("../fonts/Poppins-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Poppins-Regular;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
       url("../fonts/Poppins-Regular.woff") format("woff"),
       url("../fonts/Poppins-Regular.ttf") format("truetype"),
       url("../fonts/Poppins-Regular.eot") format("embedded-opentype"),
       url("../fonts/Poppins-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Poppins-Medium;
  font-display: swap;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
       url("../fonts/Poppins-Medium.woff") format("woff"),
       url("../fonts/Poppins-Medium.ttf") format("truetype"),
       url("../fonts/Poppins-Medium.eot") format("embedded-opentype"),
       url("../fonts/Poppins-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iconfont"; /* Project id 4929671 */
  font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1747965580586') format('woff2'),
       url('../fonts/iconfont.woff?t=1747965580586') format('woff'),
       url('../fonts/iconfont.ttf?t=1747965580586') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-tiktok:before {
  content: "\e8db";
}

.icon-delete:before {
  content: "\e69d";
}

.icon-chahao:before {
  content: "\e617";
}

.icon-earth:before {
  content: "\e6d5";
}

.icon-earth1:before {
  content: "\e781";
}

.icon-chahao1:before {
  content: "\e60e";
}

.icon-xiazai:before {
  content: "\e65c";
}

.icon-youtube1:before {
  content: "\f274";
}

.icon-dh:before {
  content: "\e612";
}

.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#2e86c1;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #2e86c1; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#2e86c1 solid 1px;background: #2e86c1; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.xunpanc .xunpantr td{
    background-color: #fff !important;
}



.m3rn{
  position: relative;
  z-index: 1;
}
.m3rn::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(45, 95, 136, 0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fomor:hover{
    color: #ff4b00 !important;
}












