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

body {margin: 0 auto;font-family: "Microsoft YaHei",Tahomax,Arial, "Arial Black", "sans-serif", Verdana; 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: #1E1E1E;}
img{display:block; transition: 0.5s;}
a {text-decoration: none;color: #1E1E1E;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: #1E1E1E;}
.clear {clear: both;}
.maln {margin-left: auto !important}
input, textarea, select {font-family: "Microsoft YaHei",Tahomax,Arial, "Arial Black", "sans-serif", Verdana;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: #0D7B62;}

* { 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:#0D7B62;
}


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

::-webkit-input-placeholder {/* WebKit browsers */
 color:#828282;}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#828282;}
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#828282;}
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#828282;}
 
@media screen and (min-width:1000px){
    .zong {width: calc(100% - 160px); max-width: 1600px; margin: auto;}
    .zong1 {width: 95%; max-width: 1660px; 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: #0D7B62;}

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

.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: #0D7B62;}

@media screen and (max-width:1559px) {
.mp1{ font-size: 16px; font-size: 1.6rem; line-height: 28px !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 #0D7B62; 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 #0D7B62; -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: #0D7B62; -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: #0D7B62; -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:rgba(0,0,0,0.4); position:fixed; width:100%; left:0px; top:0px; transition: .5s; z-index:99999}

.yvn{ float:right; position:relative; z-index:99999; padding-left:10px; margin-right: 35.5px; margin-top: 32px; position: relative;}
.yvn:before{content: ""; position: absolute; width: 1px; height: 19px; background: #fff; left: 0px; top: 50%; transform: translateY(-50%);}
.yvzhonga{ display:block; padding-right: 16px; text-align:center; color:#fff; cursor:pointer; position: relative; z-index:999999}
.yvzhonga svg{ width:100%; max-width:27px; max-height:27px; display:inline-block; vertical-align: middle; margin-right: 2px;}
.yvzhonga span{ display: inline-block; vertical-align: middle; color: #fff; font-size: 14px; font-size: 1.4rem;}

.yvzhonga i{ display:inline-block; vertical-align:middle; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); font-size:10px;}
.yvul{ width:100%; min-width:110px; position:absolute; top:40px; left:-15px; background:#0D7B62 ; border: 1px solid #0D7B62 ; 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:#0D7B62 ; text-decoration: none !important;}

.hetnav{ float: right;}
.hetnav li{ display: inline-block; vertical-align: middle; margin-right: 44px;}

.head .zong{ padding-top: 0px; transition:0.5s;}
.head .zong:after{content: ""; clear: both; display: block;}

.logo{display:block;float:left;width:208px;}
.logo span{ display:block;}
.logo img{display:block; transition: .5s;}
.logo1{ opacity: 1;}
.logo2{ opacity: 0;}

.het .zong1{ z-index:999}

.daohang{ float:right; margin-top:17px; margin-right: 75px;}
.daohang>li{ float:left; margin-right:42px; padding-bottom: 6px; position: relative; transition: 0.5s;}
.daohang>li>a{display:block;font-size:18px;font-size:1.8rem;line-height:52px; padding-bottom: 11px; color:#fff;  position:relative;font-weight:bolder;}
.daohang>li>a i{ font-size: 12px;}
.daohang>li:hover>a{  background-image: linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%) !important; color: transparent !important; -webkit-background-clip: text !important;}
.dangqiandao>a{ background-image: linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%) !important; color: transparent !important; -webkit-background-clip: text !important;}

.yijiw{ background:rgba(255,255,255,0);position:absolute;width:290px;top:-9999px;left:50%; transform:translateX(-50%);}
.yiji{background:rgba(255,255,255,1); padding:13px 0px; box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.06);}
.yiji li{position:relative;transition:0.5s; text-align: center;}
.yiji li a{display:block;font-size:16px;font-size:1.6rem;line-height:0px;padding:6px 10px;}
.yiji li:hover>a{color: #0D7B62 ;}
.erji{position:absolute;width:200px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.06); padding:13px 0px;}
.sanji{position:absolute;width:200px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.06); padding:13px 0px;}
.daohang>li:hover .yijiw{top:100%;}
.daohang>li:hover .yiji>li>a{line-height:28px;}
.yiji>li:hover .erji{top:-13px;}
.yiji>li:hover .erji>li>a{line-height:28px;}
.erji>li:hover .sanji{top:-13px;}
.erji>li:hover .sanji>li>a{line-height:28px;}
.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:52px; margin-top:20px; margin-right: 2px; z-index:9999; border-radius:50%; position:relative; transition: 0.5s;}
.sousuo form{ width: 340px; background: #0D7B62 ; border-radius: 4px; height:0px; overflow:hidden; position:absolute; right:-10px; top:57px; transition:0.5s; z-index:99999}
.sou{ width: 100%;height:52px;line-height:52px; 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:#ffffff; background: none;}
.suo{width:52px;height:52px; position:absolute; right:6px; top:6px; z-index:9999999; color:#c70a27; border-radius:0px; background: none; cursor:pointer;}

.sou1{ width:52px; height:52px; text-align:center; line-height:52px; position:absolute; right:6px; top:6px; font-size:18px !important; color:#fff; cursor:pointer; z-index:99990}
.sou2{ display: block; color:#fff; line-height: 44px;  z-index:1; cursor: pointer; transition: 0.5s;}
.sou2 i{ display: inline-block; vertical-align: middle; font-size:16px !important; margin-right: 6px;}
.sou2:hover{ color: #0D7B62 ;}
.sousuof form{ height:64px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding:6px;}

.mor{ padding: 0 20px; display: inline-block; height: 50px; line-height: 48px; color: #fff; border-radius: 30px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0);}
.mor span{ transition: 0.5s; color: #fff; position: relative; z-index: 2}
.mor i{ display: inline-block; vertical-align: middle; width: 22px; height: 22px; line-height: 22px; margin-left: 23px; text-align: center; border-radius: 50%; background: #fff; color: #216355; font-size: 12px; transform: rotate(45deg)}
.mor:before{content: ""; position: absolute; width: calc(100% + 2px); height: calc(100% + 2px); left: -1px; top: -1px; transition: 0.5s; border-radius: 30px; background: linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%); z-index: 1}

.mor:hover{ border: 1px solid #216355; background: #fff;}
.mor:hover span{ color: #333;}
.mor:hover:before{ width: 0px;}

.mor2{ border: 1px solid #216355; background: #fff;}
.mor2 span{ color: #333;}
.mor2:before{ width: 0px;}

.mor2:hover{ border: 1px solid rgba(255,255,255,0); background: none;}
.mor2:hover span{ color: #fff;}
.mor2:hover:before{ width: 100%;}



.hea{ display: block; float: right; margin-top: 18px;}

.xnav{display:none}
.daohang2,sousuo2{display:none}

.headh{background: #FFF; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);}
.headh .logo1{ opacity: 0}
.headh .logo2{ opacity: 1}
.headh .yvzhonga,.headh .yvzhonga span,.headh .sou2,.headh .daohang>li>a{ color: #333;}

@media screen and (max-width:1659px) {
.logo{ width: 150px;}

.daohang{ margin-right: 10px; margin-top: 10px;}
.daohang>li{ margin-right:30px; padding-bottom: 5px;}
.daohang>li>a{ font-size:16px;font-size:1.6rem; padding-bottom: 10px; font-family: "Microsoft YaHei", Roboto-Regular, Arial, "Arial Black", "sans-serif", Verdana;}

.hetnav li{font-size: 14px; font-size: 1.4rem; margin-right: 20px;}

    .mor{ font-size: 14px; font-size: 1.4rem;}
    .mor i{ margin-left: 5px;}
    .hea{ margin-top: 10px;}
.sousuo{ margin-top: 10px;}
.sou{ font-size:12px; font-size:1.2rem;}
.sou2 i{ margin-right: 4px;}

.yvn{ margin-top: 20px; margin-right: 10px;}
.yijiw{ width: 240px;}
.yiji li a{font-size:14px;font-size:1.4rem;line-height:0px;padding:5px 10px;}
}
@media screen and (max-width:1359px) {
    .head{ padding-top: 5px;}
    .logo{ width: 120px;}
    .sousuo{ margin-top: 2px;}

    .daohang{ margin-right: 0px; margin-top: 10px;}
    .daohang>li{ margin-right: 30px;}
    .daohang>li>a{ font-size:14px;font-size:1.4rem;}
    .daohang>li>a{ line-height: 30px; padding-bottom: 0px;} 
    .daohang>li>a i{ font-size: 10px;}
    
    .yvn{ margin-top: 15px;}
    .yvzhonga span{ font-size: 12px; font-size: 1.2rem;}
    .yvzhonga svg{ max-width: 20px; max-height: 20px;}
    .mor{ height: 40px; line-height: 38px; font-size: 12px; font-size: 1.2rem; padding: 0 10px;}
    .mor i{ width: 16px; height: 16px; line-height: 16px; font-size: 10px;}
    .hea{ margin-top: 4px;}
    
    .yijiw{ width: 200px;}
    .yiji li a{font-size:12px;font-size:1.2rem;}
}
@media screen and (max-width:1159px) {
    .daohang>li{ margin-right: 20px;}
    .daohang>li>a{ font-size: 12px; font-size: 1.2rem;} 
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear3{display: none}}
@media screen and (max-width:999px) {
.het,.daohang,.sousuo{display: none;}
.het .zong{ z-index:3; padding: 0px; position:relative;}
.logo{ width: 120px; margin-top: 0px;}
    
    .head{ padding-top: 1px;}
.heb{ margin-top: 0px;}
.heb .zong1{ padding: 5px 0 !important;}
    .hea1{ display: none;}
    .hea{ float: none; background: #fff; color: #0D7B62 ; width: calc(100% - 40px); margin: auto; padding: 0px;}

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

.mor{ font-size: 14px; font-size: 1.4rem;}    

.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 24px;background: #0D7B62 ;right: 2.5%;top: 15px;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:#0D7B62 ; 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: "Microsoft YaHei", 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;}
  }
@media screen and (max-width: 767px) {
.mor{ font-size: 12px; font-size: 1.2rem; padding: 0 22px;}    
}

/*  banner  */
.banner1 img { max-width: 100%; border: 0px solid #ccc; transform: scale(1) !important}
.banner1 { position: relative; z-index: 2; line-height: 0;font-size: 0;}
.banner1 .slick-arrow { position: absolute; z-index: 99; display: none !important; top: 50%; transform: translateY(-50%); width: 57px; height: 57px; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%;}
.banner1 .slick-prev { left: 80px; cursor: pointer;}
.banner1 .slick-next { right: 80px; cursor: pointer;}

.banner1 .slick-dots { position: absolute; z-index: 999999; width: 100%; left: 0px; bottom: 52px; text-align: center; font-size: 0; letter-spacing: 0;}
.banner1 .slick-dots li { display: inline-block; vertical-align: middle; margin: 0px 7px;}
.banner1 .slick-dots li.slick-active a { background: linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%); width: 40px; opacity: 1}
.banner1 .slick-dots a { display: block; width: 22px; height: 6px; background: #fff; border-radius: 7px; cursor: pointer;}
.banner.hide {display: none;}

@media screen and (max-width: 999px) {
    .banner1 .slick-dots { bottom: 15px;}
.banner1 .slick-dots li { margin: 0px 3px;}
    .banner1 .slick-dots li.slick-active a { width: 15px;}
    .banner1 .slick-dots li a { width: 10px; height: 4px;}
}

.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-dots .slide-count {display: none;}
.slick-slide { position: relative;}
.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;}

@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;}
}


/*  main1  */
.main1{ position: relative;}
.biaot{ display: block; position: relative; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana;}
.biaot strong{ display: inline-block; font-size: 46px; font-size: 4.6rem; line-height: 50px; font-weight: normal; background-image: linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%); 
color: transparent; -webkit-background-clip: text; position: relative; transition: .5s; z-index: 2}
.biaot em{ display: block; font-style: normal; position: absolute; font-size: 104px; font-size: 10.4rem; line-height: 110px; color: #eee; text-transform: uppercase; left: 0px; top: 50%; transform: translateY(-50%); z-index: 1}
a.biaot:hover strong{ color: #333}

.m1tu{ width: 100%;}
.main1 .zong{ position: absolute; left: 50%; top: 40%; transform: translate(-50%,-50%);}
.m1n{ width: 45%;}
.m1biao{}
.m1p{ margin-top: 37px;}
.m1p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 5;  overflow: hidden;}
.m1mor{ margin-top: 50px; background: none !important;}


@media screen and (max-width: 1359px) {
    .biaot strong{ font-size: 36px; font-size: 3.6rem; line-height: 40px;}
    .biaot em{ font-size: 70px; font-size: 7rem; line-height: 80px;}

.main1 .zong{ top: 50%;}
.m1n{ width: 50%;}
.m1p{ margin-top: 20px;}
    .m1mor{ margin-top: 20px;}
}
@media screen and (max-width: 999px) {
    .biaot strong{ font-size: 28px; font-size: 2.8rem; line-height: 40px;}
    .biaot em{ font-size: 40px; font-size: 4rem; line-height: 50px; top: 30%;}
    .m1tu{ max-width: none; width: 110%; margin-left: -10%;}
}
@media screen and (max-width: 767px) {
    .biaot strong{ font-size: 24px; font-size: 2.4rem; line-height: 34px;}
    .biaot em{ font-size: 34px; font-size: 3.4rem; line-height: 40px;}
    .m1tu{ width: 140%; margin-left: -40%;}
    .main1 .zong{ position: relative; left: auto; top: auto; transform: translate(0);}
    .m1n{ width: 100%; padding: 20px 0;}
}

/*  main2  */
.main2{ padding-top: 128px; padding-bottom: 77px; background: url("../images/m2bei.png") no-repeat center bottom; background-size: cover;}

.img-scroll {position: relative; margin: 0 -20px; margin-top:70px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 49px; height: 49px; line-height: 47px; font-size: 20px; text-align: center; border-radius: 50%; border: solid 1px #666; top: 50%; transform: translateY(-50%); transition: 0.5s; color: #666; z-index: 999}

.img-scroll .prev { left: -88px; cursor: pointer;}
.img-scroll .next { right:-88px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #fff; border-color: #0D7B62; background: #0D7B62;}
.img-list {position: relative;overflow: hidden; padding:0 20px;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.31%; margin-right: 0.035%; margin-bottom: 20px; background: #fff; position:relative;}

.m2tu{ display: block; overflow: hidden;}
.m2zi{ padding: 15px 25px; padding-bottom: 38px; transition: 0.5s;}
.m2a{ font-size: 20px; font-size: 2rem; line-height: 32px; color: #333; display: block; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m2p{ margin-top: 15px}
.m2p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m2mor{ margin-top: 25px;}
.img-list li:hover .m2zi{box-shadow: 0 5px 20px 0 rgba(33, 119, 105, 0.20);}

@media screen and (max-width: 1799px) {
.main2{ padding: 60px 0;}
    .img-scroll .prev, .img-scroll .next { background: #fff}
.img-scroll .prev { left: -20px; cursor: pointer;}
.img-scroll .next { right:-20px; cursor: pointer;}
}
@media screen and (max-width: 1359px) {
.main2{ padding: 60px 0;}
    .img-scroll { margin: 0px; margin-top: 40px; padding-bottom: 50px;}
.m2zi{ padding: 15px 10px;}
    .m2a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
    .img-scroll .prev, .img-scroll .next {width: 34px; height: 34px; line-height: 32px; font-size: 14px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll .prev { left: 50%; margin-left: -40px; cursor: pointer;}
.img-scroll .next { right:50%; margin-right: -40px; cursor: pointer;}
    .img-list{ padding: 0px;}
.img-list li { width:0.3233%; margin-right: 0.015%;}
.img-list li:hover .m2zi{box-shadow:none;}
}
@media screen and (max-width: 767px) {
.main2{ padding: 30px 0;}
    .img-scroll { margin-top: 20px;}
    .m2a{ font-size: 14px; font-size: 1.4rem;}
    
    .img-list li { width:0.49%; margin-right: 0.02%;}
 .m2zi{ padding: 10px 5px;}
    .m2p{ margin-top: 5px;}
    .m2mor{ margin-top: 10px;}
}

/*  main3  */
.main3{ padding-top: 158px; padding-bottom: 110px;}

.m3t{ display: flex; flex-flow: wrap;}
.m3lie{ width: 17.94%; margin-left: 2.575%; background: #F6F6F6; padding:35px 25px; padding-bottom: 5px; margin-top: 75px;}
.m3lie:nth-child(5n-4){margin-left: 0px;}

.m3tu{ width: 50px; height: 43px; position: relative; display: block;}
.m3tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%) !important;}
.m3a{ display: block; margin-top: 18px; min-height: 64px; white-space:normal;}
.m3p{ margin-top: 13px;}

.m3b{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; max-width: 828px; margin: auto; margin-top: 65px;}
.m3bn{ width: calc(100% - 180px);}
.m3ba{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; color: #333; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana;}
.m3bp{ display: block; margin-top: 10px;}
.m3mor{}

@media screen and (max-width: 1359px) {
    .m3lie{ width: 19%; margin-left: 1.25%; padding: 20px 10px; margin-top: 40px;}
    .main3{ padding: 60px 0;}
    .m3a{ min-height: 48px;}
    .m3tu{ width: 30px; height: 26px;}
    .m3b{ margin-top: 30px;}
}
@media screen and (max-width: 767px) {
    .main3{ padding: 30px 0;}
    .m3t{ padding-top: 10px;}
    .m3lie{ width: 49%; margin-left: 2%; margin-top: 10px;}
    .m3lie:nth-child(5n-4){margin-left: 1.5%;}
    .m3lie:nth-child(2n-1){margin-left: 0;}
    
    .m3b{ text-align: center;}
    .m3bn{ width: 100%;}
    .m3mor{ margin: auto; margin-top: 10px;}
    .m3ba{ font-size: 20px; font-size: 2rem;}
}

/*  main4  */
.main4{ padding-top: 80px; padding-bottom: 123px; background: url("../images/m4bei.png") no-repeat left center,linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%);}
.main4 .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}

.m4l{ width: 350px; padding-top: 45px;}
.m4r{ width: calc(100% - 525px); display: flex; flex-flow: wrap; justify-content: space-between;}

.m4biao strong{ color: #fff;}
.m4lie{ width: 44%; margin-top: 36px;}
.m4shu{ display: block; font-size: 36px; font-size: 3.6rem; line-height: 40px; padding-bottom: 22px; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.3);}
.m4a{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 14px; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana; color: #fff;}
.m4p{ margin-top: 15px;}
.m4p p{ color: #D9D9D9}
.m4p a{ color: #D9D9D9; display: block;}

.main4 a:hover{ color: #fff !important; text-decoration: underline;}
.main4 .biaot:hover strong{ color: #fff !important;}

@media screen and (max-width: 1359px) {
.main4{ padding:60px 0;}
.m4l{ width: 300px; padding-top: 20px;}
.m4r{ width: calc(100% - 325px);}

    .m4lie{ margin-top: 20px; width: 48%;}
.m4shu{ font-size: 26px; font-size: 2.6rem; line-height: 30px; padding-bottom: 12px;}
.m4a{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 10px;}
.m4p{ margin-top: 10px;}
}
@media screen and (max-width: 999px) {
.m4l{ width: 100%; padding-top: 0px;}
.m4r{ width: 100%; padding-top: 10px;}

.m4shu{ font-size: 22px; font-size: 2.2rem;}
.m4a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width: 767px) {
.main4{ padding: 30px 0;}
}

/*  pr14tu  */
.main5{ padding-top: 125px; padding-bottom: 105px;}
.m5biao{ text-align: center;}
.m5biao em{ left: 50% !important; transform: translate(-50%,-60%) !important;}

.img-scroll2 {position: relative; margin: 0 -45px; margin-top:22px;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 49px; height: 49px; line-height: 47px; font-size: 20px; text-align: center; border-radius: 50%; border: solid 1px #666; top: 50%; transform: translateY(-50%); background: #F6F6F6; transition: 0.5s; color: #666; z-index: 999}

.img-scroll2 .prev { left: -70px; cursor: pointer;}
.img-scroll2 .next { right:-70px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { color: #fff; border-color: #0D7B62; background: #0D7B62;}
.img-list2 {position: relative;overflow: hidden;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:0.232%; margin-right: 0.024%; background: #fff; position:relative;}

.m5lie{ margin: 25px 0;}
.m5tu{ display: block; overflow: hidden;}
.m5tu img{ width: 100%;}
.m5a{ display: block; text-align: center; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 16px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

@media screen and (max-width: 1799px) {
.img-scroll2 .prev { left: -18px; cursor: pointer;}
.img-scroll2 .next { right:-18px; cursor: pointer;}
}
@media screen and (max-width: 1359px) {
.main5{ padding: 60px 0;}
.img-scroll2 { margin: 0px; margin-top: 10px;}
.img-scroll2 .prev, .img-scroll2 .next { width: 40px; height: 40px; line-height: 38px; font-size: 14px;}
.img-list2 li { width:0.3233%; margin-right: 0.015%;}
    .m5a{ font-size: 16px; font-size: 1.6rem; margin-top: 10px;}
    .m5lie{ margin: 10px 0;}
}
@media screen and (max-width: 767px) {
.main5{ padding: 30px 0;}
.img-scroll2 { padding-bottom: 50px;}
.img-scroll2 .prev, .img-scroll2 .next { top: auto; transform: translate(0); bottom: 0px; width: 34px; height: 34px; line-height: 32px;}
.img-scroll2 .prev { left: 50%; margin-left: -40px; cursor: pointer;}
.img-scroll2 .next { right:50%; margin-right: -40px; cursor: pointer;}
    
.img-list2 li { width:0.49%; margin-right: 0.02%;}
    .m5a{ font-size: 14px; font-size: 1.4rem; line-height: 14px; margin-top: 10px;}
}

/*  main6  */
.main6{ padding-bottom: 77px;}
.m6n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 70px;}
.m6l{ width: 48%;}
.m6r{ width: 46.88%;}

.m6ltu{ position: relative; height: 385px; width: 100%; cursor: pointer; overflow: hidden;}
.m6ltu1{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.m6ltu2{ width: 98px; height: 98px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.m6la{ line-height: 30px; margin-top: 27px;}

.m6lie{ display: flex; flex-flow: wrap; justify-content: space-between; margin-bottom: 40px;}
.m6tu{ width: 320px; display: block; overflow: hidden;}
.m6zi{ width: calc(100% - 340px);}

.m6riqi{color: #999;}
.m6a{ margin-top: 10px;}
.m6p{ margin-top: 10px;}
.m6p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}


@media screen and (max-width: 1559px) {
.m6l{ width: 40%;}
.m6r{ width: 58%;}
}
@media screen and (max-width: 1359px) {
    .main6{ padding-bottom: 40px;}
    .m6n{ padding-top: 30px;}
    .m6ltu2{ width: 50px; height: 50px;}

.m6tu{ width: 200px;}
.m6zi{ width: calc(100% - 220px);}

    .m6lie{ margin-bottom: 20px;}
    .m6ltu{ height: 230px;}
    .m6la{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
    .main6{ padding-bottom: 20px;}
.m6l{ width: 100%;}
.m6r{ width: 100%; margin-top: 20px;}
    .m6lie{ margin-bottom: 15px;}
    .m6ltu{ height: 200px;}

.m6tu{ width: 110px; height: 110px; position: relative;}
    .m6tu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.m6zi{ width: calc(100% - 120px);}
}

.main7{ background: url("../images/m7bei.jpg") no-repeat center; background-size: cover; padding-top: 136px; padding-bottom: 97px;}
.main7 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m7l{ width: 30.4%; margin-left: 15.3%;}
.m7r{ width: 40%; background: #fff; padding:26px 46px; padding-bottom: 33px;}

.m7biao strong{ color: #fff;}
.m7p{ margin-top: 20px;}
.m7p p{color: #fff;}

.m7xin .int1{ width: 100%; margin-top: 20px;}
.m7xin .int2{ width: 100%; margin-top: 20px; position: relative;}
.m7xin .int3{ width: 100%; margin-top: 20px;}

.m7xin input{ width: 100%; height: 50px; line-height: 50px; border: 1px solid #E0E0E0; padding: 0 20px; font-size: 16px; font-size: 1.6rem;}
.m7xin textarea{ width: 100%; height: 105px; line-height: 30px; border: 1px solid #E0E0E0; padding: 10px 20px; font-size: 16px; font-size: 1.6rem;}
.m7xin .int2 input{ padding-right: 110px;}
.m7xin .verify_img{ width: 95px; height: 40px; position: absolute; top: 5px; right: 5px; cursor: pointer;}
.m7xin .int3 input{ background: #0D7B62; padding: 0px; font-size: 18px; font-size: 1.8rem; color: #fff; text-transform: uppercase; cursor: pointer; transition: .5s;}
.m7xin .int3 input:hover{ background: #333;}

@media screen and (max-width: 1359px) {
    .main7{ padding: 60px 0;}
.m7l{ width: 30.4%; margin-left: 10%;}
.m7r{ width: 40%; padding:20px;}

.m7xin .int1,.m7xin .int2,.m7xin .int3{ margin-top: 10px;}
    .m7xin input,.m7xin textarea{font-size: 14px; font-size: 1.4rem; padding: 0 10px;}
    .m7xin textarea{ padding: 10px;}
    .m7xin .int3 input{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 999px) {
.m7l{ width: 35%; margin-left: 0%;}
.m7r{ width: 60%; padding:20px;}
}
@media screen and (max-width: 767px) {
.m7l{ width: 100%; margin-left: 0%;}
.m7r{ width: 100%; padding:20px 10px; margin-top: 20px;}
    .main7{ padding: 30px 0;}
.m7p{ margin-top: 10px;}
}

/*  foot  */
.foot{ background: linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%);}
.fot{ display: flex; flex-flow: wrap; justify-content: space-between;}
.fol{ width: 52%; padding-top: 64px;}
.for{ width: 43%; text-align: right; border-left: 1px solid rgba(255,255,255,.2); padding-left: 250px; padding-top: 180px;}

.fologo{ display: block; width: 200px;}

.shejiao{ text-align: right; margin-top: 17px; font-size: 0px;}
.shejiao a{ display: inline-block; vertical-align: middle; line-height: 44px; color: #fff; margin-left: 33px; opacity: 0.8;}
.shejiao a i{ font-size: 26px;}
.shejiao a:hover{ color: #301646 !important; text-decoration: none !important; /*background: #fff;*/}

.foc{ display: flex; flex-flow: wrap; padding-top: 10px; padding-bottom: 60px;}

.folie{ margin-top: 24px;}
.fo1{ width: 38%;}
.fo2{ width: 24%; margin-left: 2%;}
.fo3{ width: 34%; margin-left: 2%;}

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

.fonav{ margin-top: 24px;}
.fonav a,.fonav li{color: #D9D9D9; display: block; margin-top: 15px;}
.fonav li a{ opacity: 1; display: inline-block; margin-top: 0px;}

.foul{}
.foul li{color: #fff; margin-top: 10px;}
.foul li a{ color: #fff; display: inline-block; }

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


.fob{ border-top: 1px solid rgba(255,255,255,0.2); padding: 22px 0;}
.fop{ line-height: 30px; color: #D9D9D9;}
.fop a{ color: #D9D9D9; display: inline-block;}

@media screen and (max-width:1559px) {
.fol{ width: 55%; padding-top: 20px;}
.for{ width: 43%; padding-left: 50px; padding-top: 120px;}
    .foc{ padding-top: 1px;}
}
@media screen and (max-width:1359px) {
    .foot{ padding-bottom: 50px;}
.fobiao{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.fonav{ margin-top: 14px;}
.fonav a,.fonav li{ margin-top: 5px;}

.shejiao a{ line-height: 30px; margin-left: 26px;}
.shejiao a i{ font-size: 20px;}
}
@media screen and (max-width:767px) {
.fol{ width: 100%; padding-top: 20px;}
.for{ width: 100%; padding-left: 0px; padding-top: 20px; padding-bottom: 20px; text-align: left; border: none;}
    .foc{ padding-bottom: 0px;}
    .shejiao{ text-align: left;}
    .shejiao a{ margin-left: 0px; margin-right: 15px;}
    .folie{ width: 100%; margin-left: 0px; margin-top: 0px;}
    .fologo{width: 150px;}
    
    .fobiao{ border-bottom: 1px solid rgba(255,255,255,0.5); padding: 10px 0 !important; font-size: 14px; font-size: 1.4rem; position: relative;}
    .fobiao:after{content: ""; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); width: 0; border: 4px solid #fff; border-bottom-color:transparent ; border-top-color: transparent; border-right-color: transparent; border-left-width: 7px; transition: 0.5s;}
    .fobiaoh:after{ transform: translateY(-50%) rotate(90deg)}
    .foxin,.fonav{ display: none;}
}

.lianxi{ position:fixed; width:48px; right:0px; top:50%; transform:translateY(-50%); z-index:99999}
.lianxit{ background: #0D7B62; border-radius: 6px;}
.lianxi div a{ display:block; width:48px; height:48px; text-align:center; line-height:48px; border-radius: 6px; font-size:24px; color:#fff; cursor: pointer;}
.top{ margin-top: 10px;}
.top a{ background: #222222 !important; font-size: 20px !important; border-radius: 6px;}

.weixin{ position:relative; cursor:pointer;}
.weixin .spimg{width:225px; display: block; position:absolute; top:50%; right:3px; transform: translateY(-50%); border-radius: 6px; background: #222222; color: #fff; padding: 9px; font-size: 16px; font-size: 1.6rem; line-height: 30px; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24); transition: 0.5s; visibility: hidden; opacity: 0; z-index: -1}
.weixin:hover .spimg{ padding-right: 70px; visibility: inherit; opacity: 1;}
.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:#222222; color: #fff; text-decoration: none;}
.clear2{ display:none}

@media screen and (max-width:1359px) {
.lianxi{ width:45px; }
.lianxi div a{ width:45px; height:45px; line-height:45px; font-size:20px; margin: 2px 0;}
}
@media screen and (max-width:999px) {
.top a{ background:#222 !important;}

.lianxi{ width:100%; right:auto; top:auto; display: flex; flex-flow: wrap; justify-content: space-between; margin:auto; left:0px; bottom:0px; border-top:1px solid #fff; transform:translateY(0);}
    .lianxit{ background: none; width: 80%;}
.lianxit 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; border: none;}
.top{ width: 20%; margin-top: 0px;}
.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: 0px}
    .weixin .spimg{visibility: inherit; opacity: 1;}
.weixin:hover .spimg{ padding-right: 13px; }
}

/****************************  product  ***************************/
.fenbanner{ position: relative; background: #E8E8E8; display: flex; flex-flow: wrap; justify-content: space-between;}
.fenl{ width: 47.7%; padding: 155px 0; padding-top: 143px;}
.fenr{ width: 52.3%; position: relative; overflow: hidden;}
.fenr img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}

.fenln{ width: 95%; margin-left: auto; max-width: 750px;}
.fenbiao{ font-size: 36px; font-size: 3.6rem; line-height: 44px; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana; color: #333;}

.mianbao{ line-height: 30px; color: #333; opacity: 0.8; margin-top: 16px;}
.mianbao a{ color: #333; display: inline;    font-size: 20px;
    font-weight: bold;}
.mianbao a:hover,.comian{color: #0D7B62; font-weight: bold;}
.mianbao .active{color: #0D7B62; }

@media screen and (max-width: 1359px) {
    .fenl{ padding: 100px 0;}
    .fenbiao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
    .mianbao{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.mianbao{ display: none;}
.fenl{ width: 100%; padding: 10px 0; text-align: center; display: none;}
.fenr{ width: 100%; height: 140px;}
    .fenbiao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}

.pr1main1{ padding-top: 85px; padding-bottom: 100px;}
.pr11t{ display: flex; flex-flow: wrap; justify-content: space-between;}
.pr11tl{ width: calc(100% - 175px);}
.pryiji{ display: flex; flex-flow: wrap;}
.pryiji>li{ position: relative; margin-right: 24px; margin-bottom: 22px;}
.pryiji>li>a{ display: block; height: 46px; line-height: 44px; border-radius: 30px; padding: 0 26px; text-align: center; background: linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%); position: relative; overflow: hidden;}
.pryiji>li>a:before{content: ""; position: absolute; width:calc(100% - 2px); height: calc(100% - 2px); border-radius: 30px; background: #fff; border: 1px solid #333; left: 0px; top: 0px; transition: 0.5s; z-index: 1}
.pryiji>li>a>span{ position: relative; z-index: 2; display: inline-block; vertical-align: middle; line-height: 20px; transition: 0.5s; color: #333;}
.pryiji>li:hover>a span,.dangpr>a span{color: #fff !important;}
.pryiji>li:hover>a:before,.dangpr>a:before{ width: 0px !important; border-width: 0px !important;}

.prerji{ position: absolute; top: -999999px; left: 50%; transform: translateX(-50%); width: 100%; min-width: 180px; background: #fff; text-align: center; padding: 10px 0; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08); z-index: 3;}
.prerji>li>a{ display: block; padding: 0px 10px; opacity: 0;}

.pryiji>li:hover .prerji{ top: 100%;}
.pryiji>li:hover .prerji a{ padding: 7px 10px; opacity: 1;}

.pr11tr{ width: 165px; font-size: 20px; font-size: 2rem; line-height: 36px; padding: 5px 0;}


.j-nextshow { position: relative; display: none;}
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 50%; margin-top:-9px; right: 20px; 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; margin-bottom: 3px; background-color: #FFFFFF; }

.prbiao{ color: #fff !important; background: linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%); padding: 18px 20px; text-align: left; border-radius: 10px; font-size: 18px; font-size: 1.8rem; display: block;}

@media screen and (max-width: 1359px) {
    .pr1main1{ padding: 60px 0;}
    .pr11tl{ width: calc(100% - 145px);}
    .pr11tr{ font-size: 16px; font-size: 1.6rem; width: 130px;}
    .pryiji>li{ margin-right: 10px; margin-bottom: 10px;}
    .pryiji>li>a{ padding: 0 16px;}
}
@media screen and (max-width: 999px) {
    .pr11tl{ width: 100%;}
    .prsousuo{ margin-bottom: 10px; width: 100%; border-radius: 0px;}
.j-nextshow,.proslide_menubtn { display: block;}
    .pr11tr{ display: none;}

    .pryiji{ display: none;}
    .pryiji>li{ width: 100%; margin-right: 0px; margin-top: 2px;}
    .pryiji>li>a{ width: 100%; text-align: left; line-height: 40px; height: 40px; border-radius: 0px;}
    .pryiji>li>a:before{ border-radius: 0px;}
    .prerji{ position: relative; top: auto !important; left: auto; transform: translate(0px); width: 100%;}
    .prerji>li>a{ opacity: 1; padding: 7px 10px; text-align: left;}
}
@media screen and (max-width: 767px) {
    .pr1main1{ padding: 30px 0;}
    .prbiao{}
}

.pr11c{ padding-top: 48px;}
.pr11ca{ font-size: 24px; font-size: 2.4rem; line-height: 30px; color: #333; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana;}
.pr11cp{ margin-top: 20px;}

@media screen and (max-width: 767px) {
.pr11c{ padding-top: 30px;}
    .pr11ca{ font-size: 20px; font-size: 2rem; line-height: 30px}
}

.pr11n{ display: flex; flex-flow: wrap; padding-top: 20px;}
.prlie{ width: 31%; margin-left: 3.5%; margin-top:43px;}
.prlie:nth-child(3n-2){margin-left: 0px;}

.prtu{ display: block;}
.przi{ padding: 16px 25px; padding-bottom: 35px; transition: 0.5s;}
.prp{ margin-top: 14px;}
.prp a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.prin{ margin-top: 27px;}
.prlie:hover .przi{box-shadow: 0 5px 20px 0 rgba(33, 119, 105, 0.20);}

@media screen and (max-width: 1359px) {
.prlie{ width: 32.33%; margin-left: 1.5%; margin-top:20px;}
.przi{ padding: 15px 10px;}
.prp{ margin-top: 10px;}
.prin{ margin-top: 10px;}
}
@media screen and (max-width: 999px) {
.pr11n{ padding-top: 10px;}
.przi{ padding: 0px; padding-top: 10px;}
.prlie:hover .przi{box-shadow: none;}

}
@media screen and (max-width: 767px) {
    .prlie{ width: 49%; margin-left: 2%;}
.prlie:nth-child(3n-2){margin-left: 2%;}
    .prlie:nth-child(2n-1){margin-left: 0px;}
}

.fenye{ margin-top: 76px; text-align: center; font-size: 0px;}
.fenyen{ display: inline-block; vertical-align: middle;}
.fenyen a,.fenyen span,.fenyen p{ display: inline-block; width: 45px; height: 45px; line-height: 43px; text-align: center; border: 1px solid #D9D9D9; background: #FFF; color: #333; font-size: 16px; margin: 5px;}
.fenyen i{ font-size: 12px;}
.fenyen a:hover,.dangfen{ background: #0D7B62 !important; color: #fff !important;}

.fuxuan{ display: inline-block; vertical-align: middle; background: url("../images/fuxuan.png") no-repeat right center; padding-right: 22px;}
.fuxuan input{ font-size: 14px; font-size: 1.4rem; line-height: 28px; color: #0D7B62; background: none;}

@media screen and (max-width: 1359px) {
.fenye{ margin-top: 50px;}
.fenyen a,.fenyen span,.fenyen p{ width: 30px; height: 30px; line-height: 28px; font-size: 12px; margin: 2px;}
}
@media screen and (max-width: 767px) {
.fenye{ margin-top: 30px;}
}

.pr1main2{ background:url("../images/pr12bei.png") no-repeat center left, linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%); padding: 45px 0; padding-bottom: 60px;}
.pr12n{ width: 95%; max-width: 1021px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin: auto;}
.pr12l{ width: calc(100% - 180px);}
.pr12l p{ color: #fff;}
.pr12l .pr11cp{ margin-top: 10px;}

@media screen and (max-width: 767px) {
    .pr1main2{  padding: 20px 0;}
.pr12l{ width: 100%; text-align: center;}
    .pr12mor{ margin: auto; margin-top: 10px;}
}

.pr1main3{ padding-top: 110px; padding-bottom: 90px;}
.pr13n{ padding-top: 50px;}
.pr13lie{ margin-top: 40px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.pr13tu{ display: block; width: 442px; overflow: hidden;}
.pr13zi{ width: calc(100% - 472px);}
.pr13mor{ margin-top: 25px; background: none;}

@media screen and (max-width: 1359px) {
.pr1main3{ padding: 60px 0;}
.pr13n{ padding-top: 10px;}
.pr13lie{ margin-top: 20px;}
.pr13tu{ width: 300px;}
.pr13zi{ width: calc(100% - 320px);}
.pr13mor{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.pr1main3{ padding: 30px 0;}
.pr13tu{ width: 100px; height: 100px; position: relative;}
    .pr13tu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.pr13zi{ width: calc(100% - 120px);}
    .pr13mor{ display: none;}
}

/****************************  product2  ***************************/
.pr2main1{ padding-top: 115px; padding-bottom: 62px; display: flex; flex-flow: wrap; justify-content: space-between;}

.zoomPad {position:relative; float:left; z-index:99; cursor:crosshair; }
.zoomPreload {-moz-opacity:0.8; opacity: 0.8; filter: alpha(opacity = 80); color: #333; font-size: 12px; font-family: "Microsoft YaHei", Tahoma; text-decoration: none; border: 1px solid #CCC; background-color: white; padding: 8px; text-align:center; background-image: url(../images/zoomloader.gif); background-repeat: no-repeat; background-position: 43px 30px; z-index:110; width:90px; height:43px; position:absolute; top:0px; left:0px; * width:100px; * height:49px; }
.zoomPup {overflow:hidden; background-color: #FFF; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); z-index:120; position:absolute; border:1px solid #CCC; z-index:101; cursor:crosshair; }
.zoomOverlay {position:absolute; left:0px; top:0px; background:#FFF; /*opacity:0.5; */
	z-index:5000; width:100%; height:100%; display:none; z-index:101; }
.zoomWindow {position:absolute; left:110%; top:40px; background:#FFF; z-index:6000; height:auto; z-index:10000; z-index:110; }
.zoomWrapper {position:relative; border:1px solid #ccc; z-index:110; }
.zoomWrapperTitle {display:block; background:#999; color:#FFF; height:18px; line-height:18px; width:100%; overflow:hidden; text-align:center; font-size:10px; position:absolute; top:0px; left:0px; z-index:120; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); }
.zoomWrapperImage {display:block; position:relative; overflow:hidden; z-index:110; }
.zoomWrapperImage img {border:0px; display:block; position:absolute; z-index:101; }
.zoomIframe {z-index: -1; filter:alpha(opacity=0); -moz-opacity: 0.80; opacity: 0.80; position:absolute; display:block; }

.prob-pic { width:54.75%; position: relative;}
.prob-pic .prob-pic-big { position: relative;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.prob-pic .prob-pic-big-img { display: block; line-height: 0; font-size: 0;}
.prob-pic .prob-pic-big-img img{transition: 0s;}
.prob-pic .prob-pic-big-img .zoomPad { float: none; z-index: 8;}
.prob-pic .zoomWrapperImage img { max-width: 1920px;}
.prob-pic .prob-pic-big-img:hover img{ transform: scale(1)}

.prob-pic .prob-pic-small { margin-top: 18px; overflow: hidden;}
.prob-pic .prob-pic-btn { position: absolute; top: 50%; transform: translateY(-50%); margin-top: -30px; display: block; width: 55px; height: 51px; line-height:51px; text-align:center; color:#333; background: #FFF; font-size:26px; z-index:9999; cursor:pointer;}
.prob-pic .prob-pic-btn.prev { left:15px;}
.prob-pic .prob-pic-btn.next { right:15px;}
.prob-pic .prob-pic-btn:hover{ background: #216355; color: #fff;}
.prob-pic:hover .prob-pic-btn{ opacity: 1}
.prob-pic .prob-pic-list { overflow: hidden;}
.prob-pic .prob-pic-list ul { width: 1000%; overflow: hidden;}
.prob-pic .prob-pic-list ul li { position: relative; float: left; margin-right: 0.15%; width: 1.88%; overflow:hidden; background: #000;}
.prob-pic .prob-pic-item .item-pic { display:block; overflow: inherit;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow:hidden;cursor:pointer;}
.prob-pic .prob-pic-item .item-pic img{display: block; width:100%;transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-webkit-transition: 0.3s;}
.prob-pic .prob-pic-item .item-pic:hover{ }
.prob-pic .prob-pic-item .item-pic.active img{ opacity: 0.5;}

.jianjie{ width:calc(45.25% - 84px); position: relative; padding-top: 80px;}
.jianjie h1{ font-size:24px; font-size:2.4rem; line-height:30px; color:#333; position:relative; font-family: "Microsoft YaHei", Tahoma, Arial, "Arial Black", "sans-serif", Verdana;}

.jianp{ margin-top: 20px;}
.jjb{ display: flex; flex-flow: wrap; padding-top: 49px;}
.inno{ margin-right: 26px; margin-top: 10px;}


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

.jianjie{ width:calc(45.25% - 30px); padding-top: 0px;}
.jianjie h1{ font-size:20px; font-size:2rem; line-height:30px;}
    .jjb{ padding-top: 10px;}

.prob-pic .prob-pic-btn { margin-top: -30px; width: 30px; height: 30px; line-height:30px; font-size:20px;}
}
@media screen and (max-width: 999px) {
.zoomPad { cursor: default !important; }
.zoomPup { display: none !important; }
.zoomWindow { display: none !important; }
.zoomPreload { display: none !important; }

.prob-pic { float:none; margin:auto; margin-top: 0px; width: 100%; max-width: 500px;}

.jianjie{ width:auto; float:none; margin-left:0px; margin-right:0px; margin-top:15px; text-align: center; padding-bottom: 0px;}
.jianjie h1{ font-size:18px; font-size:1.8rem; line-height:30px;}
    .jianp{ margin-top: 10px;}

.prob-pic .prob-pic-small { position: relative; margin-top: 10px;}
.prob-pic .prob-pic-btn { opacity: 1;  margin: auto; width: auto;}
.prob-pic .prob-pic-btn.prev { left:5px;}
.prob-pic .prob-pic-btn.next { right:5px;}

.prob-pic .prob-pic-list ul li { margin-right: 0.133%; width: 2.4%; overflow:hidden;}
    
    .jjb{ margin: auto; max-width: 280px; display: flex; flex-flow: wrap; justify-content: space-between;}
    .inno{ margin: 0px;}
}
@media screen and (max-width: 767px) {
.pr2main1{ padding: 30px 0;}

.prob-pic .prob-pic-list ul li { margin-right: 0.1%; width: 3.2%; overflow:hidden;}
}

.pr2main2{ padding-top: 62px; padding-bottom: 60px;}
.chanxbiao{ display: block; position: relative;}
.chanxbiao strong{ font-weight: normal; display: block; font-size: 36px; font-size: 3.6rem; line-height: 40px; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana; position: relative; z-index: 3}
.chanxbiao em{ font-style: normal; position: absolute; font-size: 56px; font-size: 5.6rem; line-height: 56px; text-transform: uppercase; color: #217769; opacity: 0.2; z-index: 1; left: 0px; top: -20px; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana;}

.chanxiang{ margin-top: 22px;}
.chanxiang p,.chanxiang em,.chanxiang strong{ color: #666;}
.chanxiang img{ display: inline;}
.chanxiang a{ color: #217769; display: inline;}
.chanxiang iframe{
    float: left;
    margin-right: 10px;
}
@media screen and (max-width: 480px) {
   .chanxiang iframe{
       width: 100%;
    margin-right: 0px;
   } 
}
.table{ width:100%; overflow:auto;}
.table table{ width:100%; border-collapse:collapse;}
.table table tr{}
.table table tr td{ padding:8px; border:1px solid #DBDBDB; background: #fff; color: #222;}
.table table tr:first-child td{ background: #E6E6E6;}

@media screen and (max-width: 1359px) {
.pr2main2{ padding: 30px 0;}
.chanxbiao strong{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.chanxbiao em{ font-size: 40px; font-size: 4rem; line-height: 50px; top: -15px;}
}
@media screen and (max-width: 999px) {
.pr2main2{ padding: 15px 0;}
.chanxbiao strong{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.chanxbiao em{ font-size: 30px; font-size: 3rem; line-height: 40px; top: -15px;}

.chanxiang{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.chanxbiao strong{ font-size: 20px; font-size: 2rem; line-height: 28px;}
.chanxbiao em{ font-size: 30px; font-size: 3rem; line-height: 40px; top: -10px;}
}

.pr23n{ display: flex; flex-flow: wrap; padding-top: 19px; padding-bottom: 40px;}
.pr23lie{ width: 23.5%; margin-left: 2%; margin-top: 20px;}
.pr23lie:nth-child(4n-3){margin-left: 0px;}

.pr23tu{ position: relative;}
.pr23tu img{ width: 100%;}
.pr23shu{ font-size: 26px; font-size: 2.6rem; line-height: 36px; left: 16px; top: 10px; color: #fff; position: absolute;}
.pr23a{ margin-top: 16px; white-space:normal;}
.pr23p{ margin-top: 10px;}

@media screen and (max-width: 1359px) {
    .pr23n{ padding-bottom: 20px; padding-top: 10px;}
.pr23shu{ font-size: 20px; font-size: 2rem; line-height: 30px; left: 10px; top: 10px;}
}
@media screen and (max-width: 999px) {
.pr23lie{ width: 49%; margin-left: 2%; margin-top: 20px;}
.pr23lie:nth-child(2n-1){margin-left: 0px;}
.pr23shu{ font-size: 16px; font-size: 1.6rem; line-height: 26px; left: 10px; top: 5px;}
.pr23a{ margin-top: 10px;}
}

.pr2main4{ background: #F6F6F6; padding-top: 114px; padding-bottom: 86px;}
.pr24n{ display: flex; flex-flow: wrap; padding-top: 33px;}
.pr24lie{ width: 23.6%; margin-left: 1.866%; margin-top: 26px; background: #fff; padding: 24px 33px; transition: .5s; transition: 0.5s;}
.pr24lie:nth-child(4n-3){margin-left: 0px;}
.pr24a{ font-size: 46px; font-size: 4.6rem; line-height: 56px; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana; background-image: linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%); color: transparent; -webkit-background-clip: text; transition: 0.5s;}
.pr24p{ white-space:normal; font-family: "Microsoft YaHei", Tahomax,Arial, "Arial Black", "sans-serif", Verdana; margin-top: 22px; transition: 0.5s;}

.pr24lie:hover{ background: linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%);}
.pr24lie:hover p{ color: #fff;}

.pr2main5{ padding-top: 110px; padding-bottom: 124px;}

@media screen and (max-width: 1359px) {
    .pr2main4,.pr2main5{ padding: 60px 0;}
    .pr24n{ padding-top: 10px;}
    .pr24lie{ padding: 20px 10px;}
    .pr24a{ font-size: 30px; font-size: 3rem; line-height: 34px;}
    .pr24p{ margin-top: 10px;}
}
@media screen and (max-width: 999px) {
    .pr24lie{ width: 32.333%; margin-left: 1.5%; margin-top: 15px;}
.pr24lie:nth-child(4n-3){margin-left: 1.5%;}
.pr24lie:nth-child(3n-2){margin-left: 0px;}
}
@media screen and (max-width: 767px) {
    .pr2main4,.pr2main5{ padding: 30px 0;}
    .pr24lie{ width: 49%; margin-left: 2%; margin-top: 10px;}
.pr24lie:nth-child(4n-3){margin-left: 2%;}
.pr24lie:nth-child(3n-2){margin-left: 2%;}
.pr24lie:nth-child(2n-1){margin-left: 0px;}
    .pr24a{ font-size: 20px; font-size: 2rem; line-height:26px;}
}

.pr2main6{ background: linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%); padding: 105px 0;}
.pr2main6 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.pr2main6 .m7l{ margin-left: 0px; width: 48%;}

@media screen and (max-width: 1359px) {
    .pr2main6{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
.pr2main6 .m7l{ width: 35%;}
}
@media screen and (max-width: 767px) {
    .pr2main6{ padding:30px 0;}
.pr2main6 .m7l{ width: 100%;}
}

.pr2main7{ padding-top: 145px;}

.img-scroll3 {position: relative; margin-top:35px;}
.img-scroll3 .prev, .img-scroll3 .next {position: absolute; text-align:center; display: block; width: 49px; height: 49px; line-height: 47px; text-align: center; border-radius: 50%; background: #ffffff; border: solid 1px #666; top: -78px; font-size: 20px; transition: 0.5s; z-index: 999}
.img-scroll3 .prev { right: 58px; cursor: pointer;}
.img-scroll3 .next { right: 0px; cursor: pointer;}
.img-scroll3 .prev:hover,.img-scroll3 .next:hover { color: #fff; background: #0D7B62;}
.img-list3 {position: relative;overflow: hidden; margin-left: -26px; margin-right: -26px;}
.img-list3 ul {width: 10000%;}
.img-list3 li {float: left; width:0.3333%; padding: 26px; padding-top: 0px; position:relative;}

.img-list3 li .prlie{ width: 100%; margin: 0px;}
.prtu{ display: block; overflow: hidden;}

@media screen and (max-width: 1359px) {
.pr2main7{ padding-top:60px;}
.img-scroll3 .prev, .img-scroll3 .next { width: 36px; height: 36px; line-height: 34px; top: -68px; font-size: 14px;}
.img-scroll3 .prev { right: 48px;}
.img-list3 li { padding: 10px; padding-top: 0px;}
.img-list3 { margin-left: -10px; margin-right: -10px;}
}
@media screen and (max-width: 767px) {
.pr2main7{ padding-top:30px;}
.img-list3 { margin-left: -2px; margin-right: -2px;}
.img-list3 li { width: .5%; padding: 2px; padding-top: 0px;}
}

.pr13biao{ text-align: center;}
.pr13biao em{ left: 50%; transform: translateX(-50%)}

/****************************  about  ***************************/
.abmain1{ padding: 59px 0;}
.ab1lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 41px 0;}
.ab1lie:nth-child(2n){ flex-direction: row-reverse;}

.ab11tu{ width: 45%; position: relative;}
.ab11zi{ width: calc(55% - 137px);}

.ab11tu img{ width: 100%;}
.ab11f{ position: absolute; width: 222px; bottom: -2px; right: -70px; background: linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%); padding:26px 10px; text-align: center;}
.ab11a{ font-size: 46px; font-size: 4.6rem; line-height: 54px; color: #FFF; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana;}
.ab11p{font-family: "Microsoft YaHei", Tahomax,Arial, "Arial Black", "sans-serif", Verdana; white-space:none; color: #fff; margin-top: 20px;}

@media screen and (max-width: 1359px) {
.ab1lie{ padding: 20px 0;}
.ab11tu{ width: 45%;}
.ab11zi{ width: calc(55% - 50px);}
.ab11f{ width: 150px; bottom: -2px; right: -20px; padding: 10px;}
.ab11a{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.ab11p{ margin-top: 5px;}
}
@media screen and (max-width: 999px) {
.abmain1{ padding: 20px 0;}
}
@media screen and (max-width: 699px) {
.ab11tu{ width: 100%;}
.ab11zi{ width: 100%; margin-top: 20px;}
.ab11f{right: -5px; width: 130px;}
    .ab11a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}

.abmain2{ background: url("../images/ab2bei.jpg") no-repeat center; background-size: cover; position: relative; padding-top: 155px;}
.abmain2:before{content: ""; position: absolute; width: 100%; height: 84px; background: #fff; left: 0px; bottom: 0px; z-index: 1}
.abmain2 .zong{ position: relative; z-index: 3; text-align: right;}
.ab2biao strong{ color: #fff;}

.ab2n{ max-width: 1000px; display: inline-block; text-align: left;}
.ab2n2{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 66px;}
.ab2lie{ width: 49%; padding:35px 40px; margin-top: 20px; background: #fff; position: relative;box-shadow: 0 1px 6.8px 6px rgba(0, 0, 0, 0.10);}
.ab2lie:before{content: ""; position: absolute; width: 6px; height: 70px; background: #0D7B62; left: 0px; top: 39px;}

.ab2a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana;}
.ab2p{ margin-top: 20px;}
.ab2p p{ color: #333;}

@media screen and (max-width: 999px) {
    .abmain2{ padding-top: 90px; padding-bottom: 20px;}
.ab2n2{ padding-top: 30px;}
.ab2lie{ width: 49%; padding:20px; margin-top: 20px;}
.ab2lie:before{ width: 3px; height: 40px; top: 20px;}
.ab2a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.ab2p{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.ab2a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width: 499px) {
    .ab2lie{ width: 100%; margin-top: 10px;}
}

.abmain4{ background: url("../images/ab4bei.png") no-repeat center; background-size: cover; padding-top: 132px; padding-bottom: 100px;}

.img-scroll4 {position: relative; margin-top:65px; position: relative;}
.img-scroll4:before{content: ""; position: absolute; width: 100%; height: 1px; background: #0D7B62; left: 0px; top: 50%; transform: translateY(-50%);}
.img-scroll4 .prev, .img-scroll4 .next {position: absolute; text-align:center; display: block; width: 49px; height: 49px; line-height: 47px; text-align: center; border-radius: 50%; border: solid 1px #666; top: 50%; transform: translateY(-50%); font-size: 20px; transition: 0.5s; z-index: 999}
.img-scroll4 .prev { left: -70px; cursor: pointer;}
.img-scroll4 .next { right:-70px; cursor: pointer;}
.img-scroll4 .prev:hover,.img-scroll4 .next:hover { color: #fff; background: #0D7B62;}
.img-list4 {position: relative;overflow: hidden;}
.img-list4 ul {width: 10000%;}
.img-list4 li {float: left; width:calc((1% - 240px) / 6); margin: 0 20px; position:relative;}

.ab4lie{ padding: 15px 0; padding-left: 16px;}
.ab4lie:before{content: ""; position: absolute; width: 1px; height: 100%; background: #0D7B62; left: 0px; top: 0px;}
.ab4lie:after{content: ""; position: absolute; width: 17px; height: 17px; background: url("../images/ab4dian.png") no-repeat center; left: -8px;}
.ab4lie1:after{ bottom: -8px;}
.ab4lie2{ margin-top: 150px !important;}
.ab4lie2:after{ top: -8px;}

.ab4a{ font-size: 28px; font-size: 2.8rem; line-height: 34px; color: #000; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana;}
.ab4p{ height: 84px; overflow: auto; margin-top: 2px;}
.ab4p p{color: #333;}

@media screen and (max-width: 1559px) {
.img-list4 li { width:calc((1% - 96px) / 6); margin: 0 8px;}
}
@media screen and (max-width: 1359px) {
.abmain4{ padding: 60px 0;}
    .img-scroll4 { margin-top: 30px;}
.img-list4 li { width:calc((1% - 80px) / 5);}
    
    .ab4a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.ab4lie{ padding-left: 10px;}

    .img-scroll4 .prev, .img-scroll4 .next { width: 30px; height: 30px; line-height: 28px; font-size: 14px;}
.img-scroll4 .prev { left: -32px;}
.img-scroll4 .next { right:-32px;}
}
@media screen and (max-width: 999px) {
    .img-scroll4 .prev, .img-scroll4 .next { top: auto; transform: translate(0); bottom: -40px;}
.img-scroll4 .prev { left: 50%; margin-left: -35px;}
.img-scroll4 .next { right: 50%; margin-right: -35px;}

.img-list4 li { width:calc((1% - 48px) / 3);}
}
@media screen and (max-width: 767px) {
.abmain4{ padding: 30px 0; padding-bottom: 60px;}
.img-list4 li { width:calc((1% - 32px) / 2); margin-bottom: 8px;}
    
    .img-scroll4{}
.img-scroll4:before{ top: auto; transform: translate(0); bottom: 8px;}

.ab4lie2{ margin-top: 0px !important;}
.ab4lie2:after{ top: auto; bottom: -8px;}
}

.abmain5{ padding: 108px 0; display: flex; flex-flow: wrap; justify-content: space-between;}
.ab5l{ width: 50.6%;}
.ab5r{ width: calc(49.4% - 48px); padding-top: 110px;}

.ab5p{ margin-top: 25px;}

@media screen and (max-width: 1359px) {
.abmain5{ padding: 60px 0; align-items: center;}
.ab5r{ width: calc(49.4% - 30px); padding-top: 0px;}
}
@media screen and (max-width: 767px) {
.abmain5{ padding: 30px 0;}
.ab5p{ margin-top: 12px;}
}
@media screen and (max-width: 599px) {
.ab5l{ width: 100%;}
.ab5r{ width: 100%; margin-top: 20px;}
}

.abmain6{ background: #F6F6F6; padding-top: 109px; padding-bottom: 83px;}
.pr13biao em{ width: 100%;}
.ab6z{ width: 95%; max-width: 1690px; margin: auto;}
.ab6n{ display: flex; flex-flow: wrap; padding-top: 26px;}
.ab6lie{ width: 23.2%; margin-left: 2.4%; margin-top: 35px;}
.ab6lie:nth-child(4n-3){margin-left: 0px;}
.ab6tu{}
.ab6tu img{ width: 100%;}
.ab6a{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 15px; color: #333; text-align: center;}

@media screen and (max-width: 1359px) {
    .abmain6{ padding: 60px 0;}
.ab6lie{ width: 24%; margin-left: 1.333%; margin-top: 20px;}
.ab6a{ font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 5px;}
}
@media screen and (max-width: 999px) {
    .ab6n{ padding-top: 5px;}
.ab6a{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
    .abmain6{ padding: 30px 0;}
.ab6lie{ width: 49%; margin-left: 2%; margin-top: 20px;}
.ab6lie:nth-child(2n-1){margin-left: 0px;}
.ab6a{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
}

.abmain7{ padding-top: 145px; padding-bottom: 123px; background: url("../images/ab7bei.png") no-repeat center bottom; background-size: cover;}

.img-scroll5 {position: relative; margin-top:72px;}
.img-scroll5 .prev, .img-scroll5 .next {position: absolute; text-align:center; display: block; width: 49px; height: 49px; line-height: 47px; text-align: center; border-radius: 50%; border: solid 1px #666; top: 50%; transform: translateY(-50%); transition: 0.5s; font-size: 20px; z-index: 999}
.img-scroll5 .prev { left: -60px; cursor: pointer;}
.img-scroll5 .next { right:-60px; cursor: pointer;}
.img-scroll5 .prev:hover,.img-scroll5 .next:hover { color: #fff; background: #0D7B62;}
.img-list5 {position: relative;overflow: hidden;}
.img-list5 ul {width: 10000%;}
.img-list5 li {float: left; width:0.1775%; margin-right: 0.028125%; position:relative;}

.ab7tu{display: block; overflow: hidden;}

@media screen and (max-width: 1359px) {
    .abmain7{ padding: 60px 0;}
.img-scroll5 { margin-top:30px;}
.img-scroll5 .prev, .img-scroll5 .next { width: 30px; height: 30px; line-height: 28px; font-size: 14px;}
.img-scroll5 .prev { left: -40px; cursor: pointer;}
.img-scroll5 .next { right:-40px; cursor: pointer;}
}
@media screen and (max-width: 999px) {
    .img-scroll5 { padding-bottom: 50px;}
.img-scroll5 .prev, .img-scroll5 .next { top: auto; transform: translate(0); bottom: 0px;}
.img-scroll5 .prev { left: 50%; margin-left: -35px;}
.img-scroll5 .next { right: 50%; margin-right: -35px;}

.img-list5 li { width:0.24%; margin-right: 0.01333%;}
}
@media screen and (max-width: 767px) {
    .abmain7{ padding: 30px 0;}
.img-list5 li { width:0.3233%; margin-right: 0.015%;}
}
@media screen and (max-width: 449px) {
.img-list5 li { width:0.49%; margin-right: 0.02%;}
}

.semain1{ padding-top: 120px; padding-bottom: 95px;}
.se1lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.se1lie:nth-child(2n){ flex-direction: row-reverse;}
.se1tu{ width: 50%;}
.se1zi{ width: calc(50% - 58px); padding: 10px 0;}

.se1a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana; color: #333;}
.se1p{ margin-top: 14px;}
.se1p p{}
.se1p strong{ font-size: 20px; font-size: 2rem; color: #0D7B62; font-weight: normal;}

@media screen and (max-width: 1359px) {
.semain1{ padding: 60px 0;}
.se1zi{ width: calc(50% - 30px);}
    .se1a{ font-size: 20px; font-size: 2rem;}
.se1p strong{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width: 767px) {
.semain1{ padding: 30px 0;}
.se1tu{ width: 100%; max-width: 500px; margin: auto;}
.se1zi{ width: 100%; padding: 10px 0;}

    .se1a{ font-size: 18px; font-size: 1.8rem;}
.se1p strong{ font-size: 14px; font-size: 1.4rem;}
}

.semain2{ background: #F6F6F6; padding-top: 84px; padding-bottom: 80px;}
.semain2 .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}
.semain2 .chanxbiao{ margin-top: 14px; margin-bottom: 30px; margin-right: 15px;}
.se2n{ width: 100%; max-width: 911px; border-top: 1px solid #DADADA;}

.se2lie{ border-bottom: 1px solid #DADADA; padding: 20px 0;}
.se2a{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; padding-right: 30px; position: relative; cursor: pointer;}
.se2a:before{content: ""; position: absolute; width: 14px; height: 2px; background: #333; right: 0px; top: 50%;}
.se2a:after{content: ""; position: absolute; width: 14px; height: 2px; background: #333; right: 0px; top: 50%; transition: .5s; transform: rotate(90deg);}
.se2p{ padding: 7px 0; padding-top: 15px; display: none;}

.se2lieh{}
.se2lieh .se2a{ font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana;}
.se2lieh .se2a:after{ transform: rotate(0deg)}
.se2lieh .se2p{ display: block;}

@media screen and (max-width: 1359px) {
    .semain2{ padding: 60px 0;}
    .se2a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.se2n{ max-width: 720px;}
}
@media screen and (max-width: 999px) {
.se2n{ max-width: none;}
.semain2 .chanxbiao{ margin-top:0px; margin-right: 0px;}
}
@media screen and (max-width: 767px) {
    .semain2{ padding: 30px 0;}
        .se2a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}

/****************************  download  ***************************/
.domain{ padding-top: 33px; padding-bottom: 95px;}
.dolie{ background: #F6F6F6; padding: 32px 25px; padding-right: 55px; margin-top: 31px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.dotu{ display: block; width: 64px; height: 64px; position: relative;}
.dotu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%) !important;}
.domor{ display: inline-block; padding: 0 20px; height: 48px; line-height: 46px; border: 1px solid #0D7B62; border-radius: 25px; background: #F0FDFA; font-size: 16px; font-size: 1.6rem; color: #000;}
.domor i{ display: inline-block; vertical-align: middle; margin-left: 10px;}

.dozi{ width: calc(100% - 245px);}
.doa{ display: block; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana;}
.dop{ margin-top: 5px;}
.dop a{ display: block;}
.domor:hover{ background: #0D7B62; color: #fff;}

@media screen and (max-width: 999px) {
    .dolie{ padding: 10px; margin-top: 10px;}
    .dotu{ width: 40px; height: 40px;}
    .domor{ font-size: 14px; font-size: 1.4rem; padding: 0 10px;}
    .dozi{ width: calc(100% - 180px)}
}
@media screen and (max-width: 767px) {
    .domor{ font-size: 0px; font-size: 0rem; padding: 0 10px; height: 40px; line-height: 38px;}
    .domor i{ margin-left: 0px;}
    .dozi{ width: calc(100% - 100px)}
}

.dotan{ position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(0,0,0,0.7); display: none; z-index: 9999999999999;}
.guanbi1{ width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 1}
.dotk{ width: 95%; max-width: 637px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #fff; max-height: 90%; overflow: auto; padding: 46px; z-index: 2}
.guanbi2{ position: absolute; right: 20px; top: 17px; cursor: pointer; }
.dota{ font-size: 46px;font-size: 4.6rem; line-height: 50px; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana; color: #333;}
.dotp{ margin-top: 25px;}
.doxin{ margin-top: 50px;}

@media screen and (max-width: 999px) {
    .dota{ font-size: 34px; font-size: 3.4rem; line-height: 40px;}
.dotp{ margin-top: 10px;}
.doxin{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .dotk{ padding: 20px 10px; padding-top: 35px;}
    .dota{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}

/****************************  faq  ***************************/
.famain{ padding-top: 85px; padding-bottom: 110px;}
.fan{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-start;}
.fal{ width: calc(100% - 517px);}
.far{ width: 400px; border: 1px solid #CFCFCF; text-align: center; padding: 28px 26px; padding-top: 70px;}

.falie{border: 1px solid #CFCFCF; margin-bottom: 15px; padding: 22px 0;}
.faa{ padding:0px 23px; padding-right: 70px; font-size: 20px; font-size: 2rem; line-height: 30px; color: #333; position: relative; cursor: pointer;}
.faa:before{content: ""; position: absolute; width: 20px; height: 2px; background: #3D3D3D; right: 33px; top: 50%; transform: translateY(-50%);}
.faa:after{content: ""; position: absolute; width: 20px; height: 2px; background: #3D3D3D; right: 33px; top: 50%; transform: translateY(-50%) rotate(90deg); transition: .5s;}
.fap{ padding: 0px 23px; padding-top: 15px; line-height: 31px; display: none;}

.falieh{}
.falieh .faa{ font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana;}
.falieh .faa:after{ transform: translateY(-50%) rotate(0deg);}
.falieh .fap{ display: block;}

.duihua{ width: 67px; margin: auto;}
.duihua img{ width: 100%;}
.fara{ font-size: 26px; font-size: 2.6rem; line-height: 30px; margin-top: 47px; color: #333;}
.farp{ margin-top: 10px;}
.famor{ width: 100%; padding: 0px 10px; height: 76px; line-height: 74px; border-radius: 37px; font-size: 18px; font-size: 1.8rem; margin-top: 104px;}

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

.fal{ width: calc(100% - 360px);}
.far{ width: 340px; padding: 20px; padding-top: 40px;}
.fara{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 20px;}
.famor{ height: 50px; line-height: 48px; border-radius: 37px; font-size: 14px; font-size: 1.4rem; margin-top: 24px;}

.faa{ padding:0px 10px; padding-right: 30px; font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .faa:before,.faa:after{ width: 14px; right: 10px;}
    .fap{ padding: 0px 10px; padding-top: 15px;}
}
@media screen and (max-width: 1359px) {
.faa{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width: 999px) {
.fal{ width: 100%;}
.far{ width: 100%;}
    .falie{ padding: 15px 0;}
}
@media screen and (max-width: 767px) {
.famain{ padding: 30px 0;}
.faa{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}

/****************************  video  ***************************/
.vimain{ padding-top: 55px; padding-bottom: 95px;}
.vin{ display: flex; flex-flow: wrap;}
.vilie{ width: 31.6%; margin-left: 2.6%; margin-top: 33px;}
.vilie:nth-child(3n-2){margin-left: 0px;}

.vitu{ position: relative; cursor: pointer;}
.vitun{ width: 100%;}
.viniu{ width: 60px; height: 60px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); cursor: pointer;}
.via{ line-height: 28px; margin-top: 15px;}

@media screen and (max-width: 1359px) {
.vimain{ padding: 50px 0;}
    .vilie{ margin-top: 20px;}
    .via{ line-height: 24px; margin-top: 5px;}
}
@media screen and (max-width: 999px) {
    .viniu{ width: 40px; height: 40px;}
}
@media screen and (max-width: 767px) {
.vimain{ padding-top: 10px; padding-bottom: 30px;}
    .vilie{ width: 49%; margin-left: 2%}
.vilie:nth-child(3n-2){margin-left: 2%;}
.vilie:nth-child(2n-1){margin-left: 0px;}
    .via{ line-height: 22px;}
}

/****************************  case  ***************************/
.camain{ padding-top: 36px; padding-bottom: 92px;}
.can{ display: flex; flex-flow: wrap; justify-content: space-between;}
.calie{ width: 48.6%; margin-top: 70px;}
.catu{ display: block; overflow: hidden;}
.catu img{ width: 100%;}
.cazi{ padding-top: 30px;}
.caa{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; color: #333; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.cap{ margin-top: 3px;}
.cap a{ white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.camor{ margin-top: 30px; font-size: 16px; font-size: 1.6rem; padding: 0 35px;}

@media screen and (max-width: 1359px) {
.camain{ padding-top: 36px; padding-bottom: 60px;}
    .calie{ margin-top: 20px;}
    .cazi{ padding-top: 10px;}
    .caa{ font-size: 16px; font-size: 1.6rem;}
    .camor{ margin-top: 10px; font-size: 14px; font-size: 1.4rem; padding: 0 15px;}
}
@media screen and (max-width: 767px) {
.camain{ padding-top: 15px; padding-bottom: 30px;}
    .caa{ font-size: 14px; font-size: 1.4rem;}
    .camor{ margin-top: 10px; font-size: 12px; font-size: 1.2rem; padding: 0 10px;}
}

/****************************  case2  ***************************/
.camain2{ padding-top: 105px;}
.camain2 h1{ font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana; color: #333;}
.cat{ display: flex; flex-flow: wrap; align-items: center; border-bottom: 1px solid #ddd; padding-top: 16px; padding-bottom: 25px;}
.share{ margin-right: 43px;}
.share1{ color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; display: inline-block; vertical-align: middle;}
.share2{display: inline-block; vertical-align: middle;}
.cariqi{}

.caxiang{ margin-top: 31px;}
.caxiang p,.caxiang em,.caxiang strong{ color: #666;}
.caxiang a,.caxiang img{ display: inline-block;}
.caxiang a{ color: #0D7B62;}

.cavi{ margin: auto; max-width: 974px; margin-top: 60px; position: relative;}
.cavi img{ width: 100%;}
.cavi iframe,.cavi video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.cavi iframe body{ margin:0px !important;}

.fanpian{ border-top: 1px solid #ddd; padding-top: 40px; margin-top: 88px; display: flex; flex-flow: wrap; justify-content: space-between;}
.fanpian li{ width: 49%; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.fanpian li:nth-child(2){ flex-direction: row-reverse; text-align: right;}
.fanpian li i{ display: block; width: 48px; height: 48px; line-height: 48px; text-align: center; background: #999; border-radius: 50%; color: #fff;}
.fann{ width: calc(100% - 68px);}
.fann p strong{ color: #333; font-weight: normal;}

@media screen and (max-width: 1359px) {
.camain2{ padding-top: 60px;}
.camain2 h1{ font-size: 20px; font-size: 2rem;}
    .cat{ padding-bottom: 10px;}
.caxiang{ margin-top: 21px;}
    .cavi{ margin-top: 20px;}
    .fanpian{ margin-top: 30px; padding-top: 20px;}
    .share{ margin-right: 20px;}
    .share1{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
.camain2{ padding-top: 30px;}
.fanpian li{ width: 100%; margin-top: 10px;}
.fanpian li:nth-child(2){ flex-direction: row; text-align: left;}

.fanpian li i{ width: 40px; height: 40px; line-height: 40px;}
.fann{ width: calc(100% - 50px);}
}

.ca2main2{ padding-top: 60px; padding-bottom: 87px;}

.img-scroll6 {position: relative; margin-top:62px;}
.img-scroll6 .prev, .img-scroll6 .next {position: absolute; text-align:center; display: block; width: 49px; height: 49px; line-height: 47px; text-align: center; border-radius: 50%; background: #F6F6F6; border: solid 1px #666; top: 50%; transform: translateY(-50%); margin-top: -80px; font-size: 20px; transition: 0.5s; z-index: 999}
.img-scroll6 .prev { left: 31.5%; cursor: pointer;}
.img-scroll6 .next { right: 31.5%; cursor: pointer;}
.img-scroll6 .prev:hover,.img-scroll6 .next:hover { color: #fff; background: #0D7B62;}
.img-list6 {position: relative;overflow: hidden;}
.img-list6 ul {width: 10000%;}
.img-list6 li {float: left; width:0.344%; margin-left: -0.04%; margin-right: 0.065%; position:relative;}

@media screen and (max-width: 1359px) {
.ca2main2{ padding-top: 60px; padding-bottom: 50px;}
.img-scroll6 { margin-top:30px;}
.img-scroll6 .prev, .img-scroll6 .next { width: 36px; height: 36px; line-height: 34px; margin-top: -60px; font-size: 14px;}
}
@media screen and (max-width: 767px) {
.ca2main2{ padding: 30px 0;}
.img-list6 li { width:0.8%; margin-left: -0.72%; margin-right: 0.74%; position:relative;}
.img-scroll6 .prev { left: 6.6%;}
.img-scroll6 .next { right: 6.6%;}
}

/****************************  news  ***************************/
.nemain1{ margin-top: 105px; background: #F6F6F6;}

.img-scroll7 {position: relative; margin-top:35px;}
.img-scroll7 .prev, .img-scroll7 .next {position: absolute; text-align:center; display: block; width: 49px; height: 49px; line-height: 47px; text-align: center; border-radius: 50%; border: solid 1px #666; bottom: 90px; font-size: 20px; transition: 0.5s; z-index: 999}
.img-scroll7 .prev { left: 46.7%; margin-left: 50px; cursor: pointer;}
.img-scroll7 .next { left: 46.7%; margin-left: 109px; cursor: pointer;}
.img-scroll7 .prev:hover,.img-scroll7 .next:hover { color: #fff; background: #0D7B62;}
.img-list7 {position: relative;overflow: hidden;}
.img-list7 ul {width: 10000%;}
.img-list7 li {float: left; width:1%; position:relative; display: flex; flex-flow: wrap; justify-content: space-between;}

.nettu{ width: 46.7%; display: block; overflow: hidden;}
.netzi{ width: 53.3%; padding:30px 10px 150px 50px;}
.netzi .m6p a{  -webkit-line-clamp: 3;}

.nemain{ padding-bottom: 111px;}
.nemain .pr13n{ padding-top: 10px;}

@media screen and (max-width: 1659px) {
.img-scroll7 .prev, .img-scroll7 .next { bottom: 10px;}
.netzi{ width: 53.3%; padding:20px 10px 70px 50px;}
}
@media screen and (max-width: 1359px) {
.nemain1{ margin-top: 60px;}
.nemain{ padding-bottom: 60px;}
.netzi{ width: 53.3%; padding:15px; padding-bottom: 60px;}
.img-scroll7 .prev, .img-scroll7 .next { width: 34px; height: 34px; line-height: 32px; font-size: 12px;}
.img-scroll7 .prev { left: 46.7%; margin-left: 15px; cursor: pointer;}
.img-scroll7 .next { left: 46.7%; margin-left: 60px; cursor: pointer;}
.netzi .m6p a{  -webkit-line-clamp: 2;}
}
@media screen and (max-width: 999px) {
.netzi{ padding-bottom: 15px;}
.img-scroll7 .prev { left: auto; margin-left: auto; right: 55px;}
.img-scroll7 .next { left: auto; margin-left: auto; right: 15px;}
}
@media screen and (max-width: 767px) {
.nemain1{ margin-top: 30px;}
.nemain{ padding-bottom: 30px;}
.netzi{ padding-bottom: 50px;}
}
@media screen and (max-width: 639px) {
.nettu{ width: 100%;}
.netzi{ width: 100%; padding: 10px; padding-bottom: 55px;}
}

/****************************  news2  ***************************/
.nemain2{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-start;}
.nel{ width: calc(100% - 542px);}
.ner{ width: 432px; background: #F9F9F9; padding: 10px 25px; padding-bottom: 30px;}

.nel h1{ font-family: "Microsoft YaHei", Tahomax,Arial, "Arial Black", "sans-serif", Verdana;}
.nera{ border-bottom: 1px solid #ddd; padding-bottom: 22px;}
.nerp{ padding-top: 7px;}
.nerp a{ display: block; margin-top: 20px; color: #333;}

.ne2main2{ padding-top: 90px; padding-bottom: 82px;}

@media screen and (max-width: 1359px) {
.nel{ width: calc(100% - 340px);}
.ner{ width: 300px;}
.ne2main2{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
.nel{ width: 100%;}
.ner{ width: 100%; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.ne2main2{ padding: 30px 0;}
}

/****************************  application  ***************************/
.appmain{ padding-top: 57px; padding-bottom: 101px;}
.applie{ margin-top: 70px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.applie:nth-child(2n){ flex-direction: row-reverse;}
.apptu{ width: 49%; display: block; overflow: hidden;}
.appzi{ width: calc(51% - 76px);}

.appa{ display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.appp{ margin-top: 35px;}
.appp a{display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 5;  overflow: hidden;}
.appmor{ margin-top: 50px;}

@media screen and (max-width: 1359px) {
.appmain{ padding-top: 30px; padding-bottom: 50px;}
.appzi{ width: calc(51% - 30px);}
    .applie{ margin-top: 30px;}
.appp{ margin-top: 15px;}
.appmor{ margin-top: 15px;}
}
@media screen and (max-width: 767px) {
.appmain{ padding-top: 10px; padding-bottom: 30px;}
    .applie{ margin-top: 20px;}
.appzi{ width: calc(51% - 20px);}
    .appmor{ display: none;}
}
@media screen and (max-width: 499px) {
.apptu{ width: 100%;}
.appzi{ width: 100%; margin-top: 15px;}
}

/****************************  contact  ***************************/

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

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



.comain1{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-start; padding-top: 100px; padding-bottom: 104px;}
.col{ width: 34%;}
.cor{ width: 54.4%; background: linear-gradient(270deg, #23AD9F 0.35%, #216355 99.6%); padding: 43px 70px; padding-bottom: 64px;}

.cobiao{ font-size: 66px; font-size: 6.6rem; line-height: 88px; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana; text-transform: uppercase; background: url("../images/cojian.png") no-repeat left bottom; padding-bottom: 159px;}

.coa{ font-size: 36px; font-size: 3.6rem; line-height: 44px; font-family: "Microsoft YaHei", Tahoma,Arial, "Arial Black", "sans-serif", Verdana; color: #fff;}
.cop{color: #FFF; margin-top: 6px;}

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

.coxin input{ width: 100%; height: 60px; line-height: 60px; border-bottom: 1px solid rgba(255,255,255,0.6); font-size: 16px; font-size: 1.6rem; color: #fff; background: none;}
.coxin textarea{ width: 100%; height: 144px; line-height: 30px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.6); font-size: 16px; font-size: 1.6rem; color: #fff; background: none;}
.coxin .verify_img{ width: 99px; height: 36px; position: absolute; right: 0px; bottom: 9px; cursor: pointer;}
.coxin .int3 input{ padding-right: 110px;}
.coxin .int4 input{ padding: 0px; height: 56px; line-height: 56px; background: #fff; border: 1px solid #fff; color: #0D7B62; transition: .5s; cursor: pointer;}
.coxin .int4 input:hover{ background:#0D7B62; color: #fff;}

@media screen and (max-width: 1559px) {
.cobiao{ font-size: 5px; font-size: 5rem; line-height: 68px; padding-bottom: 70px; background-size: 30px;}
}
@media screen and (max-width: 1359px) {
.comain1{ padding: 60px 0;}
.col{ width: 34%;}
.cor{ width: 60%; padding: 40px 20px;}
.cobiao{ font-size: 40px; font-size: 4rem; line-height:55px; padding-bottom: 70px; background-size: 30px;}
    .coa{ font-size: 26px; font-size: 2.6rem; line-height: 35px;}
    .coxin input,.coxin textarea{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 999px) {
.col{ width: 100%;}
.cor{ width: 100%; padding: 30px 10px; margin-top: 20px;}
.cobiao{ font-size: 30px; font-size: 3rem; line-height:45px; padding-bottom: 0px; background: none;}
    .coa{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width: 767px) {
.comain1{ padding: 30px 0;}
    .coxin .int1,.coxin .int3,.coxin .int4{ width: 100%;}
.cobiao{ font-size: 24px; font-size: 2.4rem; line-height:35px; padding-bottom: 0px; background: none;}
    .coa{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
    .coxin input,.coxin textarea{ font-size: 12px; font-size: 1.2rem;}
    .coxin{ padding-top: 10px;}
}

.comain2{ background: #F9F9F9; padding-top: 68px;}
.co2t{ display: flex; flex-flow: wrap; justify-content: space-between;}
.co2lie{ width: 33.333%; max-width: 440px; padding: 0 20px; margin-top: 20px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.co2tu{ display: block; width: 70px; height: 70px; line-height: 70px; text-align: center; background: #0D7B62; border-radius: 50%; font-size: 30px !important; color: #fff;}
.co2zi{ width: calc(100% - 94px)}

.co2b{ background: #0D7B62; padding:30px 45px; margin-top: 25px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; transform: translateY(50%)}
.co2b .co2tu{ background: #FFF; color: #0D7B62;}
.co2b .co2zi p{color: #fff;}
.co2p1{ white-space:normal;}

@media screen and (max-width: 1359px) {
.comain2{ padding-top: 20px;}
    .co2b{ padding: 10px; margin-top: 5px;}
}
@media screen and (max-width: 999px) {
    .co2lie{ padding: 0 10px;}
.co2tu{ width: 50px; height: 50px; line-height: 50px; font-size: 20px !important;}
.co2zi{ width: calc(100% - 60px)}
}
@media screen and (max-width: 767px) {
    .comain2{ padding-top: 15px; padding-bottom: 30px;}
    .co2lie{width: 100%; padding: 0px 10px; margin-top: 15px;}
    .co2b{ transform: translateY(0); margin-top: 10px;}
}













@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: "Microsoft YaHei",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: "Microsoft YaHei", Tahomax;
    font-display: swap;
  src: url("../fonts/TAHOMA.woff2") format("woff2"),
       url("../fonts/TAHOMA.woff") format("woff"),
       url("../fonts/TAHOMA.ttf") format("truetype"),
       url("../fonts/TAHOMA.eot") format("embedded-opentype"),
       url("../fonts/TAHOMA.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Microsoft YaHei", Tahoma;
    font-display: swap;
  src: url("../fonts/TAHOMABD.woff2") format("woff2"),
       url("../fonts/TAHOMABD.woff") format("woff"),
       url("../fonts/TAHOMABD.ttf") format("truetype"),
       url("../fonts/TAHOMABD.eot") format("embedded-opentype"),
       url("../fonts/TAHOMABD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Microsoft YaHei", "iconfont"; /* Project id 4929671 */
    font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1753676725536') format('woff2'),
       url('../fonts/iconfont.woff?t=1753676725536') format('woff'),
       url('../fonts/iconfont.ttf?t=1753676725536') format('truetype');
}

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

.icon-xiazai1:before {
  content: "\e665";
}

.icon-a-30Byoushuangjiantou:before {
  content: "\e68f";
}

.icon-right2:before {
  content: "\e638";
}

.icon-left2:before {
  content: "\e603";
}

.icon-yunxiazai_o:before {
  content: "\ebb4";
}

.icon-xinlangweibo:before {
  content: "\e601";
}

.icon-kongjian:before {
  content: "\e618";
}

.icon-mobanxiazai:before {
  content: "\e693";
}

.icon-dianhua:before {
  content: "\e635";
}

.icon-dianhuazixun1:before {
  content: "\e67c";
}

.icon-kefufill:before {
  content: "\e740";
}

.icon-huidaodingbu:before {
  content: "\e609";
}

.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";
}




.prob-pic .prob-pic-big{
    display: flex;
    align-items: center;
    justify-content: center;
}
.prob-pic .prob-pic-big .video{
    position: absolute;
    z-index: 10;
}

@media(max-width:999px) {
.prob-pic .prob-pic-big .video img{
    width: 60px;
}
}



/* video tankuang */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    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;
    cursor: pointer;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

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

.tankaungn2 iframe body {
    margin: 0px !important;
}














.m6ltu iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}


@media screen and (max-width: 480px) {
    .caxiang iframe{
        width:100%;
    }
}