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

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


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

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

::selection { color: #fff; background: #0988b7;}

* { 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:#0988b7;
}


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

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

.mp{ font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666666;}
.mp p,.mp a{color: #666666; /*display: block;*/}
.mp a:hover{color: #0988b7;}

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

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

.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: #fff; 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: #fff; 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 #0988b7; 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 #0988b7; -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: #0988b7; -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: #0988b7; -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{ position:fixed; width:100%; left:0px; top:0px; transition:1s; background: #ffffff; z-index:99999;}

.head .zong1{ padding-top: 25px; transition: 0.5s;}
.logo{display:block;float:left;width:206px;}
.logo img{display:block;margin:auto;width:100%; transition:1s;}

/*  sousuo  */
.sousuo{ float:right; width:26px; height:47px; margin-top: 5px; margin-right: 40px; position:relative; z-index:9999; transition:0.5s;}
.sousuo form{ width:300px; height:0px; overflow:hidden; position:absolute; right:-5px; top:42px; background:#fff; border-radius:4px; color:#333; border:0px solid rgba(0,0,0,0); transition:0.5s; z-index:99999}
.sou{width: 260px;height:43px;line-height:43px; border-radius:4px; padding-left:10px; font-size:14px; font-size:1.4rem; color:#333; background:none;}
.suo{width:26px;height:45px; float:right; background:none; position:relative; z-index:9999999; border-radius:4px; cursor:pointer;}
.sou2,.sou1{ width:26px; height:43px; text-align:center; line-height:43px; position:absolute; right:0px; top:0px; font-size:20px !important; font-weight: bold; color:#333333; cursor:pointer; z-index:99990;  transition:1s;}
.sou1{ width: 40px; font-size: 18px !important;}
.sousuof form{ height:45px; border:1px solid #999}

.sousuo select{ width:80px; height:33px; line-height:33px; font-family: Lato-Regular, Arial, Helvetica, sans-serif; border-radius:4px; text-align:center; cursor:pointer; position:absolute; left:0px; top:0px; background:none; color: #ffffff; font-size:14px; font-size:1.4rem; z-index:9999999}
.sousuo option{ cursor:pointer; color: #333;}

.yvn{ float:right; position:relative; margin-top: 7px; z-index:9999}
.yvzhonga{ display:block; height: 30px; text-align: center; line-height:30px; transition:1s; color:#333333; font-size: 16px; font-size: 1.6rem; padding-right: 18px; text-transform: uppercase; cursor:pointer; position:relative; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana; z-index:99999}
.yvzhonga i{ position: absolute; right: 0px; top: 0px; font-size: 12px;}
.yvzhonga em{ display: inline-block; vertical-align: middle; margin-right: 10px; font-size: 20px; color: #333;}

.yvul{ width:100%; min-width:100px; position:absolute; top:36px; right:0px; background:#fff; border:1px solid #ccc; display:none;}
.yvul a{ display:block; padding:5px 10px; font-size:14px; font-size:1.4rem; line-height:26px; color:#333;}
.yvul a:hover{ background:#0988b7; color: #fff;}

.daohang{ float:right; transition:0.5s; margin-top: 7px; margin-right: 14px;}
.daohang>li{ float:left; z-index:999; margin-right: 36px; position: relative; padding-bottom: 32px; transition: 0.5s;}
.daohang>li>a{display:block; font-size:24px; font-size:2.4rem; line-height:36px; padding: 0 9px 0 8px; color:#666666; cursor:pointer; transition:1s; position: relative;}

.daohang>li:hover>a{color: #224481;}
.dangqiandao>a{color: #224481 !important;}

.daohang .prdao{position: inherit;}

.yijiw{background:#fff;background:rgba(255,255,255,0);position:absolute; width:300px; left:50%; transform: translateX(-50%); top:-9999px;}
.yiji{background:#ffffff; background:rgba(255,255,255,0.9); box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.1); padding: 10px 0;}
.yiji li{position:relative;transition:0.5s;}
.yiji li a{display:block; font-size:18px; font-size:1.8rem; line-height:0px; color: #666666; position: relative; padding:5px 18px;}

.yiji li:hover>a{ color: #333;}
.yiji li:hover>a em{ opacity: 1}
.erji{position:absolute;width:350px;background:#fff; background:rgba(255,255,255,0.9);box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.1);top:-9999px;left:100%; padding: 10px 0;}
.sanji{position:absolute;width:220px;background:#fff; background:rgba(255,255,255,0.9);box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.1);top:-9999px;left:100%; padding: 10px 0;}
.daohang>li:hover .yijiw{ top:100%;}
.daohang>li:hover .yiji>li>a{line-height:26px;}
.yiji>li:hover .erji{top:0px;}
.yiji>li:hover .erji>li>a{line-height:26px;}
.erji>li:hover .sanji{top:0px;}
.erji>li:hover .sanji>li>a{line-height:26px;}
.matn{margin-top:auto !important;}

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

.headh{ background:#fff !important; box-shadow:0 3px 6px rgba(0,0,0,0.1);}
.headh .zong1{ padding-top: 10px;}
.headh .daohang>li{ padding-bottom: 20px;}

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

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


@media screen and (max-width:1659px) {
.sousuo{ margin-right: 20px; margin-top: 0px}
.yvn{margin-top: 4px;}
.daohang{ margin-right: 0px; margin-top: 0px;}
.daohang>li{ margin-right: 15px; padding-bottom: 20px;}
.daohang>li>a{font-size: 18px; font-size: 1.8rem;}
.sou2{ font-size: 20px !important; line-height: 34px;}

.logo{ width: 180px;}
.yijiw{ width:200px;}
.yiji li a{ font-size:16px; font-size:1.6rem; padding:5px 10px;}

.erji{width:200px;}
.sanji{width:200px;}

}
@media screen and (max-width:1359px) {
.logo{width: 160px; margin-top: 0px;}
.sousuo{ margin-right: 10px;}

.hexin{display: none;}
    
.daohang>li{ margin-right: 10px;}
.daohang>li>a{font-size:14px;font-size:1.4rem;line-height:36px; padding: 0 6px;}
.dangqiandao:before{ width:50px !important; margin-left:-25px !important;}
.yiji li a{ font-size:14px; font-size:1.4rem; padding:2px 10px;}

    .yvn{ margin-top: 1px;}
.yvzhonga{ font-size: 14px; font-size: 1.4rem;}
.yvzhonga em{ font-size: 18px; margin-right: 5px;}
.sou2,.sou1{ font-size:16px !important;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear2{display: none}}
@media screen and (max-width:999px) {
.head{ position:fixed; background: #fff; padding-bottom:10px; box-shadow:0 3px 6px rgba(0,0,0,0.1);}
.head .zong1{padding-top: 10px;}
.logo{width: 140px;}
.daohang{margin-top:20px; float:none; text-align:center;}
.yijiw,.yiji2,.xiala{display:none}
.daohang{margin-top: 10px; display: none}
.daohang>li{ float:none; display:inline-block; *float:left; margin:auto;padding-bottom:0px; margin:0 19px;}
.daohang>li>a{font-size:14px;font-size:1.4rem;line-height:26px;}
.clear2{clear:both;}
.sousuo{ display:none}
.yvn{ margin-right:45px; margin-top: 0px;}
.yvzhonga{ height: 26px; line-height:26px;}

.slick-slide video {object-position: inherit;object-fit: inherit;width: 100%;height: 100%;transform: translate(0, 0);left: 0;top: 0;}    
.slick-dots {bottom: 20px;}
.slick-dots li button { margin-left: 2px;margin-right: 2px;width: 6px;height: 6px; opacity: 1;}
.slick-dots li.slick-active button { width: 30px;}
    
.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 24px;background: #0988b7;right:2.5%;top:12px;cursor: pointer; border-radius:5px; z-index: 999999999}
.nav span {display: block;width: 20px;height: 2px;background: #ffffff;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition:0.8s;z-index: 99999991}
.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:300px;height:0px;overflow: auto;top:0px;right:0px;background:#0988b7; z-index: 9999999;transition:0.8s;text-align: center;}
.smdaohangh {right: 0px; top:0px; height:100%;}
.topnav {margin: auto;margin-top: 30px;padding: 20px;}

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

.smdaohang form { margin-top:10px; margin-bottom:15px; width: 240px;height: 36px;border: 1px solid #fff;position: relative;background: #fff;}
.smdaohang form .iptc {-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 15px;background-color: #fff;width: 80%;height: 34px;line-height: 34px;display: block;float: left; border-radius:10px;}
.smdaohang form .ipsc {width: 20%;height: 34px;line-height: 34px;display: block;float: right;background: transparent;position: relative;z-index: 99;}
.smdaohang form i {position: absolute;right: 10px;top: 6px;}
  }
@media screen and (min-width:768px) {.clear3{display: none}}
@media screen and (max-width:767px) {.head{padding-bottom:8px;}
.daohang2{display:block;text-align:center; margin-top:20px;}
.daohang2 a{float:left;width:25%;font-size:14px;font-size:1.4rem;color:#fff;line-height:24px;text-align:center;}
.daohang2 .dangqiandao{ color:#082b2f !important}

.daohang,.daohang1{display: none}
.clear3{clear:both;}

.banner2{ display: block;}
.banner1{ display: none;}

.slick-prev,.slick-next{width:30px;height:30px; bottom: 20px;}
.slick-prev{ right:60px;}
.slick-next{ right:20px;}
}

/*  main1  */
.main1{ padding-top: 45px;}
.m1t .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}
.m1tl{ width: 270px; padding-top: 19px;}
.m1tr{ width: calc(100% - 350px);}

.m1biao{ display: block; font-size: 48px; font-size: 4.8rem; line-height: 52px; text-transform: uppercase; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.m1a{ display: block; margin-top: 3px;}
.m1mor{ display: block; width: 200px; height: 60px; line-height: 58px; font-size: 18px; font-size: 1.8rem; margin-top: 55px; text-align: center; color: #da0100; background: #ffffff; border: solid 1px #eeeeee;}

.m1n{ display: flex; flex-flow: wrap; padding-top: 50px; position: relative; z-index: 99}
.m1lie{ width: 22.9%; margin-left: 2.8%; background: #ffffff; border-radius: 10px; padding:27px 10px; margin-top: 46px; transition: 0.5s; box-shadow: 0 0 5px 0 rgba(9, 136, 183, 0.1)}
.m1lie:nth-child(4n-3){margin-left: 0px;}
.m1ra{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px;}
.m1rs{ display:block; font-size: 36px; font-size: 3.6rem; line-height: 42px; margin-top: 12px; color: #0988b7;}
.m1rs span{ color: #0988b7; transition: 0.5s;}

.m1tu{ display: block; width: 60px; height: 60px; margin-top: 40px; position: relative;}
.img1,.img2{ max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) !important;}
.img2{ opacity: 0}

.m1lie:hover{ background: #0988b7; transform: translateY(-30px);}
.m1lie:hover a{ color: #fff}
.m1lie:hover a span{ color: #fff}
.imgz:hover .img1{ opacity: 0}
.imgz:hover .img2{ opacity: 1}

.m1b{ position: relative; z-index: 9; margin-top: -96px;}
.m1mor:hover{ background: #da0100; border-color: #da0100; color: #fff;}

@media screen and (max-width:1359px) {
.m1biao{ font-size: 38px; font-size: 3.8rem; line-height: 42px;}
.m1mor{ width: 160px; height: 50px; line-height: 48px; font-size: 16px; font-size: 1.6rem; margin-top: 40px;}

.m1n{ padding-top: 20px;}
.m1lie{ width: 22.9%; margin-left: 2.8%; padding:10px 10px; margin-top: 30px;}
.m1ra{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.m1rs{ font-size: 26px; font-size: 2.6rem; line-height: 30px; margin-top: 12px;}
.m1tu{ width: 50px; height: 50px; margin-top: 20px;}

.m1tl{ width: 230px; padding-top: 19px;}
.m1tr{ width: calc(100% - 250px);}
}
@media screen and (max-width:999px) {
.m1tl{ width: 100%; padding-top: 0px;}
.m1tr{ width: 100%; margin-top: 15px;}

.m1biao{ font-size: 28px; font-size: 2.8rem; line-height: 32px;}
.m1mor{ display: none;}
}
@media screen and (max-width:767px) {
.main1{ padding-top: 20px;}
.m1b{ margin-top: -20px;}
.m1lie{ width: 24%; margin-left: 1.333%; padding:10px 5px; margin-top: 10px; transform: translate(0) !important}
.m1biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}

.m1ra{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.m1rs{ font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 5px;}
.m1tu{ width: 30px; height: 30px; margin-top: 10px;}
}
@media screen and (max-width:399px) {
.m1lie{ width: 49%; margin-left: 2%;}
    .m1lie:nth-child(2n-1){margin-left: 0px;}
}

/*  main2  */
.main2{ background: url("../images/m2bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 91px;}
.main2:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m2bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.m2biao{ text-align: center;display: inline-block;}
.m2pz a{ display: inline-block; text-align: center; margin-top: 5px;}

.m2n{ display: flex; flex-flow: wrap; padding-top: 20px;}
.m2lie{ width: 27.57%; margin-left: 2.145%; margin-top: 35px; position: relative; overflow: hidden;}
.m2lie:nth-child(3n-2){margin-left: 0px;}
.m2lie2{ width: 40.57%;}
.m2a{ display: block; width: 100%; position: absolute; left: 0px; bottom: 22px; color: #ffffff; font-size: 24px; font-size: 2.4rem; padding: 0 30px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}

.m2fu{ position: absolute; width: 100%; height: 100%; left: 0px; top: 100%; transition: 0.5s; background: rgba(9, 136, 183, 0.8);}
.m2fun{ position: absolute; width: 100%; left: 0px; top: 50%; transform: translateY(-50%); padding: 0 30px;}
.m2a2{ color: #ffffff; font-size: 24px; font-size: 2.4rem; line-height: 30px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m2p a{ display: block; margin-top: 20px; color: #ffffff; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.m2mor{ margin-top: 20px;}

.m2n a:hover{ color: #fff; text-decoration: underline;}
.m2lie:hover .m2fu{ top: 0px;}
.m2lie:hover .m2a{ opacity: 0}
.m2lie:hover img{ transform: scale(1.1)}

@media screen and (max-width:1359px) {
.main2{ padding-top: 50px;}
.m2lie{ margin-top: 10px; width: 28%; margin-left: 1.4%;}
.m2lie2{ width: 41.2%;}
.m2a{ bottom: 10px; padding: 0 10px;}
.m2a,.m2a2{ font-size: 18px; font-size: 1.8rem;}
.m2fun{ padding: 0 10px;}
.m2mor{ display: none;}
}
@media screen and (max-width:999px) {
    .m2fu{ display: none;}
.m2a{ bottom: 10px; padding: 0 5px; font-size: 14px; font-size: 1.4rem; opacity: 1 !important;}
}
@media screen and (max-width:767px) {
.main2{ padding-top: 30px;}
}
@media screen and (max-width:599px) {
.m2n{ padding-top: 10px;}
.m2lie{ margin-top: 10px; width: 49%; margin-left: 0%;}
.m2lie2{ width: 100%; margin-left: 0px;}
    .m2lie:nth-child(3),.m2lie:nth-child(5){margin-left: 2%;}
.m2a{ font-size: 12px; font-size: 1.2rem;}
}

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

.m3b{ background: url("../images/m3bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; margin-top: 57px; padding: 130px 0;}
.m3b:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m3bei.jpg") no-repeat center; background-size: cover; z-index: -1}

#outer { font-size:0px; position: relative; background: #fff;}
#tab {zoom: 1; font-size:0px; position: relative; border-bottom: 2px solid #e4e4e4; padding:0 70px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
#tab li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; width: 18%; padding-left: 56px; min-height: 45px; padding-bottom: 40px; padding-top: 40px; z-index: 1}
#tab li:before{content: ""; position: absolute; width: 0px; height: 6px; background: #0988b7; bottom: -2px; left: 50%; transform: translateX(-50%); transition: 0.5s; z-index: -1}
.m3ttu{ width: 45px; height: 45px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
#tab li p{ line-height: 24px; transition: 0.5s;}

#tab li.current:before{ width: 100%;}
#tab li.current p{color: #0988b7;}
#tab li.current .img1{ opacity: 0}
#tab li.current .img2{ opacity: 1}

#content { display: block;}
#content .tabul {display: none; font-size:0px; vertical-align:middle; padding:36px 70px; position: relative; overflow: hidden; z-index: 1}

.m3shu{ color: #e6f3f8; font-size: 150px; font-size: 15rem; line-height: 100px; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; z-index: -1}
.m3n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m3bzi{ width: calc(100% - 550px);}
.m3btu{ width: 386px; display: block; overflow: hidden;}

.m3ba{ display: block; font-size: 36px; font-size: 3.6rem; line-height: 48px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.m3bp{ margin-top: 27px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width:1359px) {
.main3{ padding-top:50px;}
.m3b{ margin-top: 30px; padding: 50px 0;}

#tab li{ width: 19%; padding: 20px 0; padding-left: 40px; min-height: 45px;}
.m3ttu{ width: 30px; height: 30px;}

#tab { padding:0 20px;}
#content .tabul { padding:30px 20px;}
.m3ba{ font-size: 26px; font-size: 2.6rem; line-height: 38px;}
.m3bzi{ width: calc(100% - 410px);}
}
@media screen and (max-width:999px) {
#tab li{ width: 19%; padding: 0px; min-height: 0px; padding: 5px; font-size: 0px;}
.m3ttu{ display: block; width: 30px; height: 30px; left: auto; top: auto; transform: translate(0); position: relative; margin: auto;}
#tab li p{ font-size: 0px; display: none;}
#tab li:before{ height: 2px; bottom: -1px;}
    .m3shu{ font-size: 100px; font-size: 10rem; line-height: 80px;}

.m3bzi{ width: calc(100% - 280px);}
.m3btu{ width: 260px;}
}
@media screen and (max-width:767px) {
.main3{ padding-top:30px;}
.m3b{ margin-top: 20px; padding: 30px 0;}
.m3ba{ font-size: 18px; font-size: 1.8rem; line-height: 28px;}
.m3bp{ margin-top: 17px;}
.m3bzi{ width: 100%;}
.m3btu{ width: 100%; max-width: 300px; margin: auto; margin-top: 15px;}

#tab { padding:0 10px;}
#content .tabul { padding:20px 10px;}
}

/*  main4  */
.main4{ padding-top: 90px; padding-bottom: 104px;}
.m4n{ display: flex; flex-flow: wrap; padding-top: 25px;}
.m4lie{ width: 23.3%; margin-left: 2.266%; box-shadow: 0 0 5px 0 rgba(9, 136, 183, 0.1); margin-top: 30px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; min-height: 100px; line-height: 100px;}
.m4lie:nth-child(4n-3){margin-left: 0px;}
.m4tu{ display: block; width: 100px; height: 100%; position: relative; background: #0988b7;}
.m4tu img{ max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) !important;}
.m4zi{ width: calc(100% - 100px); padding: 0px 25px; color: #333333;}

@media screen and (max-width:1359px) {
.m4lie{ width: 24%; margin-left: 1.333%; margin-top: 30px; min-height: 60px; line-height: 60px;}
.m4tu{ width: 60px;}
.m4zi{ width: calc(100% - 60px); padding: 0px 10px;}
}
@media screen and (max-width:999px) {
.main4{ padding-top: 50px; padding-bottom: 50px;}
.m4n{ padding-top: 15px;}
.m4lie{ margin-top: 10px; width: 49%; margin-left: 2%;}
.m4lie:nth-child(2n-1){margin-left: 0px;}
}
@media screen and (max-width:767px) {
.m4lie{ min-height: 30px; line-height: 30px;}
.m4tu{ width: 30px;}
.m4zi{ width: calc(100% - 30px); padding: 0px 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px !important;}
.main4{ padding-top: 30px; padding-bottom: 30px;}
}

/*  main5  */
.main5{ background: url("../images/m5bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 50px;}
.main5:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m5bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.main5:after{content: ""; position: absolute; width: 100%; height: 310px; left: 0px; bottom: 0px; background: url("../images/m5bei2.jpg") no-repeat center; background-size: cover; background-attachment: fixed; z-index: 1}
.main5 .zong{ position: relative; z-index: 2}
.m5biao{ text-align: center; color: #fff !important;display: inline-block;}
.m5pz a{ color: #fff !important;}
.m5biao:hover,.m5pz a:hover{ text-decoration: underline;}

.m5n{ background: #ffffff; border-radius: 20px; box-shadow: 0 0 5px 0 rgba(9, 136, 183, 0.1); margin-top: 50px; border-radius: 20px; overflow: hidden;}
.img-scroll {position: relative;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; line-height: 30px; text-align: center; color: #454545; transition: 0.5s; bottom: 50px; font-size: 24px; z-index: 999}
.img-scroll .prev { right: 130px; cursor: pointer;}
.img-scroll .next { right:55px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #0988b7;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:1%; position:relative;}

.m5t{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m5tu{ width: 57%; overflow: hidden;}
.m5zi{ width: 43%; padding-right: 55px; padding-left: 30px; text-align: right;}
.m5mor{ display: inline-block; margin: auto;}
.m5riqi{ display: block; font-size: 24px; font-size: 2.4rem; color: #0988b7; line-height: 30px; margin-top: 55px;}
.m5a{display: block; font-size: 30px; font-size: 3rem; line-height: 48px; margin-top: 42px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.m5p{ padding: 50px 60px; padding-right: 210px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width:1359px) {
.m5tu{ width: 48%;}
.m5zi{ width: 48%; padding-right: 20px; padding-left: 20px;}
.m5riqi{ font-size: 18px; font-size: 1.8rem; margin-top: 10px;}
.m5a{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 10px;}
.m5p{ padding: 20px 10px; padding-right: 100px;}
.img-scroll .prev, .img-scroll .next { bottom: 30px; font-size: 20px;}
.img-scroll .prev { right: 60px;}
.img-scroll .next { right: 20px;}
}
@media screen and (max-width:999px) {
.main5{ padding-top: 30px;}
.m5n{ margin-top: 30px;}
    .m5mor{ display: none;}
}
@media screen and (max-width:767px) {
.m5tu{ width: 100%;}
.m5zi{ width: 100%; padding-right: 10px; padding-left: 10px;}
.m5riqi{ font-size: 14px; font-size: 1.4rem; margin-top: 10px;}
.m5a{ font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 0px;}
.m5p{ padding: 20px 10px; padding-bottom: 46px;}
.img-scroll .prev, .img-scroll .next { bottom: 10px; font-size: 20px;}
}

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

.m6n{ display: flex; flex-flow: wrap; padding-top: 35px;}
.m6lie{ width: 23.3%; margin-left: 2.266%; background: #f5f5f5; padding: 15px 20px; padding-bottom: 27px; margin-top: 20px; transition: 0.5s; position: relative;}
.m6lie:nth-child(4n-3){margin-left: 0px;}
.m6tu{ width: 45px; height: 45px; position: relative; display: block;}
.m6shu{ font-size: 36px; font-size: 3.6rem; line-height: 40px; position: absolute; right: 27px; top: 17px; opacity: 0.1; transition: 0.5s;}
.m6a{ display: block; font-size: 22px; font-size: 2.2rem; line-height: 30px; margin-top: 12px; font-family: Montserrat-Bold,Arial, "Arial Black", "sans-serif", Verdana; text-align: right;}
.m6p{ line-height: 24px; margin-top: 23px;}
.m6p a{ display: block; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

.m6lie:hover{ background: #0988b7;}
.m6lie:hover a,.m6lie:hover .m6shu{color: #fff;}

@media screen and (max-width:1359px) {
.main6{ padding-top: 50px;}
.m6n{ padding-top: 15px;}
.m6lie{ width: 24%; margin-left: 1.33%; padding: 15px 10px; margin-top: 10px;}
.m6tu{ width: 35px; height: 35px;}
.m6shu{ font-size: 26px; font-size: 2.6rem; line-height: 30px; right: 10px; top: 14px;}
.m6a{ font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 12px;}
.m6p{ margin-top: 10px;}
}
@media screen and (max-width:999px) {
.m6a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 12px;}
}
@media screen and (max-width:767px) {
.main6{ padding-top: 30px;}
.m6lie{ width: 49%; margin-left: 2%; padding: 15px 10px; margin-top: 10px;}
    .m6lie:nth-child(2n-1){margin-left: 0px;}
.m6a{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 12px;}
}

/*  main7  */
.main7{ padding-top: 93px;}
.m7n{ background: url("../images/m7bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; margin-top: 57px; padding: 100px 0;}
.m7n:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m7bei.jpg") no-repeat center; background-size: cover; z-index: -1}

.img-scroll2 {position: relative; padding-bottom: 32px; background: rgba(255,255,255,0.5);}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; line-height: 30px; text-align: center; color: #fff; transition: 0.5s; bottom: 23px; font-size: 24px; z-index: 999}
.img-scroll2 .prev { left: 50%; margin-left: -50px; cursor: pointer;}
.img-scroll2 .next { right:50%; margin-right: -50px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { color: #0988b7;}
.img-list2 {position: relative;overflow: hidden;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:1%; position:relative; padding: 58px 80px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}

.m7l{ width: 250px;}
.m7a{ display: block; color: #ffffff; font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.m7p a{ color: #fff; margin-top: 10px;}

.m7tu{ width: 126px; height: 126px; border-radius: 50%;}
.m7tu img{ border-radius: 50%;}

.m7r{ width: calc(100% - 443px); background: rgba(9, 136, 183, 0.8); padding: 30px; border-radius: 12px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.m7r:after{content: ""; position: absolute; width: 14px; height: 20px; background: url("../images/m7jiao.png") no-repeat left center; right: 100%; top: 50%; transform: translateY(-50%);}
.m7r:before{content: ""; width: 44px; height: 37px; background: url("../images/yinhao.png") no-repeat center; position: absolute; left: 0px; top: 0px; transform: translateY(-50%);}
.m7r p a{ color: #fff;}
.m7r p a:hover{ color: #fff; text-decoration: underline;}

@media screen and (max-width:1359px) {
.main7{ padding-top: 50px;}
.m7n{ margin-top: 30px; padding: 50px 0;}
.img-list2 li { padding: 30px 20px;}

.m7l{ width: 200px;}
.m7tu{ width: 100px; height: 100px;}
.m7r{ width: calc(100% - 370px); padding: 30px 20px;}
.m7a{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}
@media screen and (max-width:999px) {
.img-list2 li { padding: 20px 10px;}
.m7l{ width: 100%; margin-bottom: 10px;}
.m7tu{ width: 80px; height: 80px;}
.m7r{ width: calc(100% - 110px); padding: 10px;}
    .m7r:before{ display: none;}
.img-scroll2 .prev, .img-scroll2 .next {bottom: 15px; font-size: 20px;}
}
@media screen and (max-width:767px) {
.main7{ padding-top: 30px;}
.m7n{ margin-top: 20px; padding: 30px 0;}
.m7a{ font-size: 20px; font-size: 2rem; line-height:26px;}
.m7tu{ width: 40px; height: 40px;}
.m7r{ width: calc(100% - 60px); padding: 10px;}
}

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

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

.foot{ background:#333333; padding-top:62px;}

.fo1{ width:22%; float:left;}
.fo2{ width:14%; float:left; margin-left:7%;}
.fo3{ width:26.5%; float:left; margin-left:3%;}
.fo4{ width:27.5%; float:right;}

.fologo{ display: block; margin-top: 25px;}
.fo1p{ color: #ffffff; opacity: 0.6; margin-top: 33px;}

.ful{ font-size:16px; font-size:1.6rem; line-height:36px; color:#ffffff; margin-top:21px; opacity: 0.7; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.ful li{ color:#ffffff; line-height:36px;}
.ful li a{ color:#ffffff;}
.ful>a{ display:block; color:#ffffff;}

.fobiao{ display:block; font-size:22px; font-size:2.2rem; color:#ffffff; line-height:30px; text-transform: uppercase; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}

.fo4 .fobiao{ padding-left: 12px;}
.fo4 form {padding-top: 32px; display: flex; flex-flow: wrap; justify-content: space-between;}
.fo4 .int1 {padding-left: 12px; position: relative; margin-top: 19px; width:49.5%;}
.fo4 .int2{padding-left: 12px; position: relative; margin-top: 18px; width:100%;}
.fo4 .int1 i,.fo3 .int4 i {line-height: 36px; position: absolute; left: 20px; top: 0px; font-size: 20px; color:#ffffff;}
.fo4 .int1 input {width: 100%; height: 45px; line-height: 45px; background:#f3f3f3; border: solid 1px #ffffff; color:#333; padding-left: 18px; padding-right: 10px; font-size: 16px; font-size: 1.6rem; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.fo4 .int2 textarea {width: 100%; height: 100px; padding-top: 10px; line-height: 26px; background:#f3f3f3; border: solid 1px #ffffff; color:#333; padding-left: 18px; padding-right: 10px; font-size: 16px; font-size: 1.6rem; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.fo4 .int3 {padding-left: 12px; position: relative; margin-top: 16px; padding-right: 229px; width: 100%;}
.fo4 .int4 {width: 100%; height: 45px; line-height: 45px;  background:#f3f3f3 url(../images/xing.png) no-repeat 8px 18px; border: solid 1px #ffffff; color:#333; padding-left: 18px; font-size: 16px; font-size: 1.6rem; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.fo4 .fyanzheng {width: 73px; height: 45px; margin-top: 15px; margin-left: 18px; cursor: pointer; position: absolute; right: 149px; bottom: 0px;}
.fo4 .int5 {min-width: 144px; height: 45px ; padding: 0 5px; background: #da0100; font-size: 16px; font-size: 1.6rem; color: #ffffff; cursor: pointer; transition: 0.5s; position: absolute; right: 0px; bottom: 0px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.fo4 .int5:hover {background: #0988b7; color: #fff;}
.fo4 .xing input,.fo4 .xing textarea{background:#fff url(../images/xing.png) no-repeat 6px 18px;}

.shejiao2{ margin-top:29px;}
.shejiao2:after{ content:""; clear:both; display:block;}
.shejiao2 a{ display:block; float:left; width:36px; height:36px; line-height:34px; border: solid 1px #cccccc; text-align:center; background:none; color:#cccccc; border-radius:50%; font-size:14px; margin-left:13px;}
.shejiao2 a:first-child{margin-left: 0px;}

.foot2{ margin-top:67px; padding-top:14px; padding-bottom:14px; border-top: 1px solid rgba(238, 238, 238, 0.27); font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.fop{ font-size:14px; font-size:1.4rem; line-height:28px; color:#999999; margin-top:6px;}
.fop a{ display:inline-block; color:#999999;}
.youlian{ font-size:14px; font-size:1.4rem; line-height:28px; color:#999999;}
.youlian p{ display:inline-block; color:#999999;}
.youlian a{ display:inline-block; color:#999999;}
.foot a:hover{color: #da0100;}
.shejiao2 a:hover{ background:#da0100; border-color: #da0100; color:#fff; text-decoration:none}

.clear3{ display:none}

@media screen and (max-width:1559px) {
.fo1{ width:24%;}
.fo2{ width:16%; margin-left:2%;}
.fo3{ width:24%; margin-left:2%;}
.fo4{ width:30%;}
}
@media screen and (max-width:1359px) {
    .foot .zong{ font-size: 0px;}    

.fo1{ width:30%; float:none; display: inline-block; vertical-align: top;}
.fo2{ width:30%; float:none; display: inline-block; vertical-align: top; margin-left:3%;}
.fo3{ width:34%; float:none; display: inline-block; vertical-align: top; margin-left:3%;}
.fo4{ width:100%; float:none;}

    .foot2{ margin-top: 30px;}
.fobiao{ font-size:20px; font-size:2rem; line-height:30px;}
.ful{ font-size:14px; font-size:1.4rem; line-height:26px; color:#efefef; margin-top:9px;}
.fo4 form {padding-top: 9px;}
.fo4 .int1 { width: 49.5%;}
.fo4 .int3 { padding-right: 175px; width: 100%;}
.fo4 .fyanzheng { right: 90px;}
.fo4 .int5 {min-width: 80px; font-size: 14px; font-size: 1.4rem;}
.fo4 .int1 input,.fo4 .int2 textarea,.fo4 .int4{  padding-left:16px;}
.fo4 .xing input{background:#fff url(../images/xing.png) no-repeat 4px 18px;}

.shejiao2{ margin-top: 20px;}
.shejiao2 a{ width:30px; height:30px; line-height:28px; font-size:12px; margin-left:3px;}
}
@media screen and (max-width:999px) {
.foot{padding-top: 30px; padding-bottom: 40px;}
.folie{ float: none; display: inline-block; vertical-align: top;}
.fo1{ width:45%;}
.fo2{ width:52%; margin-left:3%;}
.fo3{ width:45%; margin-top:30px; margin-left: 0px;}
.fo4{width: 52%; margin-top:30px; margin-left: 3%;}
.shejiao2 a{ margin-left:5px;}
.foot2{ margin-top:40px; padding-top:10px; padding-bottom:20px;}
    .fologo{ width: 180px;}
}
@media screen and (max-width:767px) {
.foot{ padding-top:20px;}
.youlian,.fo3,.fo2,.fo4,.fobiao,.fologo,.ful,.fo1p{display:none}
.fop{ text-align:center; font-size:12px; font-size:1.2rem; line-height:24px;}
.fo1{ width:100%; float:none; margin:auto; padding:0px;}

.shejiao2{ text-align:center; margin-top:0px;}
.shejiao2 p{display: none}
.shejiao2 a{ margin-top:5px; float:none; display:inline-block; vertical-align:middle; width:30px; line-height:28px; height:30px;}
.foot2{ margin-top:20px;}
}

.lianxi{ position:fixed; width:50px; right:0px; top:50%; transform:translateY(-50%); background: #f2f2f2; border-radius: 25px; z-index:99999}
.lianxi div a{ display:block; margin-top:1px; width:50px; height:50px; background: #f1f1f1; text-align:center; line-height:50px; font-size:20px; color:#a3a3a3; margin-top:1px; border-radius: 25px; cursor: pointer;}
.ke1{ background:#000000}
.ke2{ background:#555555}
.ke3{ background:#000000}
.ke4{ background:#15418f}
.weixin{ position:relative; cursor:pointer;}
.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}
.tankuang{ position:absolute; bottom:50px; left:50% !important; margin-left:-75px;}
.tankuang img{ display:block; position:relative; width:150px; height:150px; left:auto; margin:auto;}
.lianxi div a:hover{ color: #da0100;}
.clear2{ display:none}

@media screen and (max-width:999px) {
.youlian{display:none}
.top{width:33.333%;height:40px;line-height:40px;bottom:0px;right:0px;border-radius:0px;border:none}

.lianxi{ width:100%; right:auto; top:auto; margin:auto; left:0px; bottom:0px; border-top:1px solid #fff; transform:translateY(0); border-radius: 0px;}
.lianxi div{ width:33.333%; float:left;}
.lianxi div a{ margin:auto; width:100%; background:#0988b7; color:#fff !important; border-radius:0px; height: 40px; line-height: 40px;}
.weixin2{ display:block}
.weixin1{ display:none}
}

/****************************  product  ***************************/
/*  mianbao  */
.mianbao{ padding-top: 21px; font-size: 20px; font-size: 2rem; line-height: 30px; color: #999999; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.mianbao a{display: inline-block; vertical-align: middle;color: #999999;}
.mianbao a:hover{color: #0988b7;}
.comian{color: #0988b7 !important;}


.prmain{ padding-top:23px; padding-bottom:81px; display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse;}
.prl{ width:290px;}
.prr{ width:calc(100% - 350px);}

.prlt{border: solid 1px #f5f5f5;}
.j-nextshow { position: relative;}
.proslide_menubtn { width: 19px; height: 21px; position: absolute; top: 50%; margin-top:-10px; right: 12px; 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: none; width: 100%; height: 3px; border-radius:2px; margin-bottom: 4px; background-color: #FFFFFF; }
.prbiao{ display:block; font-size:24px; font-size:2.4rem; background: #0988b7; border: 1px solid #0988b7; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; line-height:38px; position:relative; padding: 5px 23px; color: #ffffff;}
a.prbiao:hover{ color:#0988b7; background: #fff;}

.pryiji{}
.pryiji>li>a{ display:block; border-bottom: solid 1px #f5f5f5; font-size:18px; font-size:1.8rem; line-height:24px; padding:20px; padding-right:40px; color: #666666; position:relative;}
.pryiji>li>a>i{ display: block; width: 16px; height: 16px; background: #0988b7; border-radius: 50%; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
.pryiji>li>a>i:before{ content:""; position:absolute; width:10px; height:2px; background:#ffffff; left:50%; top:50%; margin-top:-1px; margin-left: -5px;}
.pryiji>li>a>i:after{ content:""; position:absolute; width:10px; height:2px; background:#ffffff; left:50%; top:50%; margin-top:-1px; margin-left: -5px; transition:0.5s;}
.prerji{ padding:7px 0; padding-left:25px;}
.prerji li a{ display:block; font-size:16px; font-size:1.6rem; line-height:24px; padding: 15px 0; padding-left:24px; color:#666666; border-bottom: 1px solid #f5f5f5;}
.prerji>li>a{ position:relative; background: url("../images/prq.png") no-repeat left 22px;}
.prsanji{ padding-left:30px;}
.pryiji>li:hover>a{color: #0988b7;}
.pryiji>li:hover>a:after{ transform:rotate(0deg) !important; background:#0988b7 !important;}
.prerji li:hover>a{ color:#0988b7;}
.prerji>li:hover>a{ color:#0988b7; background-image: url("../images/prqh.png")}
.prerji li:hover>a:before{ background:#0988b7;}
.dangpryi>a{ color:#0988b7 !important;}
.dangpryi>a>i{ background:#da0100 !important;}
.dangprer>a{ color:#0988b7 !important;}
.prerji>.dangprer>a{ color:#0988b7 !important; background-image: url("../images/prqh.png");}
.dangprer>a>i{ background:#da0100 !important;}
.dangpryi>a>i:after{ transform:rotate(90deg) !important;}

.prrt{ padding-bottom:9px;}
.prrtbiao{ font-size:26px; font-size:2.6rem; line-height:32px; position:relative;}
.prrtn{ font-size:16px; font-size:1.6rem; line-height:30px; color: #666666; margin-top:19px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.prrtn p,.prrtn em,.prrtn strong{color: #666666;}

.przhan{ position:relative; overflow:hidden;}
.przhanh{ height:auto !important;}

.zhankai{ cursor:pointer; font-size:16px; font-size:1.6rem; line-height:24px; margin-top:0px; color: #0988b7; text-decoration: underline;}
.fuch{ display:none !important;}

.prr input{ cursor:pointer;}

.prn{ display: flex; flex-flow: wrap; padding-top: 14px;}
.prlie{ width:29.23%; display: inline-block; vertical-align: top; margin-left:6.15%; margin-top:30px; position: relative;}
.prlie:nth-child(3n-2){margin-left: 0px;}

.prtuz{ position: relative;}
.prtu{ display:block; overflow:hidden; position:relative;}
.prtu img{ width:100%; transition:0.5s;}
.prfu{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(9, 136, 183, 0.8); opacity: 0; transition: 0.5s;}
.prfun{ position: absolute; width: 100%; left: 0px; top: 50%; transform: translateY(-50%); padding: 10px;}
.prfua{ display: block; color: #ffffff !important; line-height: 24px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.prfup a{ display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 6px; color: #fff !important; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.prfumor{ display: block; width: 100px; height: 30px; line-height: 30px; font-size: 12px; font-size: 1.2rem; margin-top: 12px; text-align: center; color: #da0100 !important; background: #ffffff; border: solid 1px #eeeeee;}

.przi{}
.pra{ display:block; font-size:18px; font-size:1.8rem; line-height:30px; margin-top:10px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.prin{ margin-top: 10px;}
.prin input{ display: inline-block; vertical-align: middle; margin-right: 15px;}
.prmor{ display: inline-block; vertical-align: middle; background: #fff; width:88px; line-height:22px; padding:0 5px; border: solid 1px #eeeeee; text-align:center; font-size:12px; font-size:1.2rem; color: #666666;}

.prlie:hover a{ color:#0988b7}
.prlie:hover .prfu{ opacity:1;}
.prlie:hover img{ transform:scale(1.1,1.1)}
.prlie:hover .prtmora1 span{ color:#fff;}
.prlie:hover .prtmora1:before{ width:100%;}
.prlie:hover .prmor{ background:#0988b7; color:#fff;}

.fenye{ padding-top:37px; text-align:center;}
.fenyen{  display:inline-block; *float:left; font-size: 0px;}
.fenyen a{ display:inline-block; *float:left; width:36px; height:30px; text-align:center; background: #fff; line-height:28px; margin: 4px; color: #999999; font-size:14px; font-size:1.4rem; border: solid 1px #e5e5e5;}
.fenyen a:hover{ color:#fff; background:#0988b7; border:1px solid #0988b7;}
.fenyen .big{width: auto; padding: 0 5px;}
.dangqianfen{ border:1px solid #0988b7 !important; color:#fff !important; background:#0988b7 !important;}

.fuxuan{ margin-left: 1px; display:inline-block; *float:right; margin-bottom:4px; background: url("../images/fuxuan.png") no-repeat right center; padding-right: 17px;}
.fuxuan input{ height:30px; line-height: 30px; background:none; color: #0988b7; cursor:pointer; transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s; font-size:16px; font-size:1.6rem;}
.fuxuan input:hover{ color: #333}

.prlt2{ display:none}

.prmain5{ margin-bottom: 130px;}


@media screen and (max-width:1359px) {
    .mianbao{ font-size: 14px; font-size: 1.4rem; padding-top: 10px;}    

.prl{ width:240px;}
.prr{ width:calc(100% - 260px);}

    .prbiao{ font-size: 20px; font-size: 2rem; padding: 5px 10px;}
.pryiji>li>a{ font-size:16px; font-size:1.6rem; padding: 10px; padding-right: 30px; position:relative;}
    .pryiji>li>a>i{ right: 10px;}
.prerji li a{ font-size:14px; font-size:1.4rem; padding: 10px 5px; padding-left: 20px; color:#666666;}
    .prerji li>a{ background-position: left 17px;}

.przi{padding: 5px;}
.prlie{ margin-top: 20px;}
.prfua{  -webkit-line-clamp: 1;}
.prfup a{ -webkit-line-clamp: 2;}
.pra{ font-size:14px; font-size:1.4rem; line-height:26px; margin-top:5px;}
.prin input{ margin-right: 5px;}

.fenye{ padding-top:25px;}
.fenyen a{font-size:14px; font-size:1.4rem;}
.fuxuan input{ font-size:14px; font-size:1.4rem;}

.prrtbiao{ font-size:22px; font-size:2.2rem; line-height:28px;}
.prrtn{ font-size:14px; font-size:1.4rem; line-height:26px; margin-top:10px;}
}
@media screen and (max-width:1199px) {
.prlie{ width: 32.33%; margin-left: 1.5%;}
    .prlie:nth-child(4n-3){margin-left: 1.5%;}
    .prlie:nth-child(3n-2){margin-left: 0%;}
}
@media screen and (max-width:999px) {
    .mianbao{ font-size: 12px; font-size: 1.2rem; line-height: 22px; padding-top: 5px;}    

.prmain{ padding-top:30px; padding-bottom:38px;}
.prl{ width:30%;}
.prr{ width:68%;}
.prbiao{ font-size:20px; font-size:2rem;}
.prsou{ font-size:12px; font-size:1.2rem; padding-left:10px;}
.pryiji>li>a{ font-size:14px; font-size:1.4rem; margin-top:10px; line-height:24px;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
.prerji li a:before{ width:5px; height:5px; top:17px;}
	
.prlie{ width: 32.333%; margin-left: 1.5%;}
.pra{ font-size:14px; font-size:1.4rem; margin-top:10px;}
.prlie p a{ font-size:14px; font-size:1.4rem; margin-top:6px;}
.prmor{ margin-top:10px;}
	.prmor a{width: 90px; font-size: 12px; font-size: 1.2rem;}
.prfu{ display:none}

.fenye{ padding-top:27px;}
.fenyen a{ width:28px; height:28px; line-height:28px; margin-right:2px; margin-left:2px; font-size:12px; font-size:1.2rem !important;}
.fenyen a i{ font-size:12px;}
.fuxuan input{ width:120px; height:26px; font-size:12px; font-size:1.2rem;}
}
@media screen and (max-width:767px) {
.prmain{ padding-top:20px; padding-bottom:30px;}
.prl{ width:100%; margin-top:20px;}
.prr{ width:100%;}
.proslide_menubtn ,.proslide_menubtn span{ display:block;}
.pryiji{display: none}
.pra{ font-size:14px; font-size:1.4rem;}
.prlie p a,.prrtn{ font-size:12px; font-size:1.2rem;}

.prlt2{ display:block; margin-bottom:20px;}
.prlt1{ display:none;}
.prbiao{font-size: 18px; font-size: 1.8rem;}
a.prbiao:hover{ color:#fff; background: #0988b7;}

.pryiji>li{ position:relative;}
.pryiji>li>i{ display:block; width:30px; height:35px; position:absolute; right:0px; top:0px; cursor:pointer;}
.pryiji>li>i:before{ content:""; position:absolute; width:14px; height:2px; background:#0988b7; left:50%; margin-left:-7px; top:50%; margin-top:-1px;}
.pryiji>li>i:after{ content:""; position:absolute; width:14px; height:2px; background:#0988b7;left:50%; margin-left:-7px; top:50%; margin-top:-1px; transform:rotate(90deg); transition:0.5s;}
/*.prerji{ display:none}*/
.pryiji>li>.dangi:after{ transform:rotate(0deg) !important;}
.pryiji>li>a{ padding:5px 10px; line-height:25px; padding-right:34px; position:relative;}
    
    .prlie{ padding: 0px;}
    .przi{ padding-bottom: 10px;}
    .pra{font-size: 12px; font-size: 1.2rem; line-height: 20px;}
    .prmor{ font-size: 12px; font-size: 1.2rem; width: 100px; margin-top: 5px;}
}
@media screen and (max-width:579px) {
.prlie{ width:48%; margin-left:1% !important; margin-right:1%; margin-top:20px;}
.prrt{ padding:5px; min-height:104px;}
.prttu{ width:140px;}
.prtzi{ margin-left:150px;}
.prta{ font-size:14px; font-size:1.4rem; margin-top:0px;}
.prtp{ font-size:12px; font-size:1.2rem; line-height:22px; max-height:44px; margin-top:0px;}
.prtmor{ margin-top:5px;}
.prtmora1{ min-width:60px; margin-left:2px;}
.prtmora2{ margin-right:0px;}
.prrtbiao{ font-size:18px; font-size:1.8rem; line-height:22px;}
}

/*****************************  product2-1  **************************/
.pr2main{ background: #f5f5f5;}
.pr2main1{ padding-top: 30px; padding-bottom: 34px; 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: 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;	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 #999; 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; }

.m-propic { width:56%;}
.m-propic .pic-big { position: relative; float: left; width: 77%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.m-propic .big-img { display: block; line-height: 0; font-size: 0;}
.m-propic .big-img img{ transform: scale(1,1) !important; border: solid 2px #f1f1f1; transition: 0s;}
.m-propic .big-img .zoomPad { float: none; z-index: 8; }
.m-propic .zoomWrapperImage img { max-width: 1200px; }
.m-propic .pic-small { position: relative; float: right; width: 21.5%; overflow: hidden; }
.m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width:100%; height:40px; line-height:40px; border-radius:4px; text-align:center; font-size:12px; font-size:2rem; cursor: pointer; color:#444444; z-index:1}
.m-propic .pic-btn.prev { top: -3px;}
.m-propic .pic-btn.next { bottom: -3px;}
.m-propic .pic-btn.prev:hover,.m-propic .pic-btn.next:hover { color:#0988b7;}
.m-propic .pic-list { position: relative; height: 0px; padding-bottom:315%; margin-top: 32px; margin-bottom: 32px;  overflow: hidden;}
.m-propic .pic-list ul { height: 2000px; position: absolute; top: 0px; left: 0px;}
.m-propic .list-item { margin-bottom:7%;}
.m-propic .item-pic,.m-propic .pic-list .item-video { display: block; overflow:hidden; border: solid 1px #eeeeee;}
.m-propic .item-pic img,.m-propic .pic-list .item-video img { width: 100%;display: block; transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s; }
.m-propic .item-pic:hover { border-color: #0988b7; }
.m-propic .item-pic:hover img {-webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
.m-propic .item-pic.zoomThumbActive { border-color: #0988b7; }
.m-propic:hover .pic-btn{opacity: 1}

.m-propic2 { display: none; }
.m-propic .provideo-box { width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }
.m-propic .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }
.m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.m-propic .provideo-box .provideo iframe body { margin: 0px !important; }

.m-propic .item-pic:hover, .m-propic .item-pic.active,
.m-propic .item-video:hover, .m-propic .item-video.active{ border-color: #0988b7 !important; }

.item-pic{ position:relative;}
.item-pic video,.item-pic iframe{ position:absolute; width:100%; height:100%; left:0px; top:0px;}

.jianjie{ width:39%; padding-top: 3px; position: relative; padding-bottom: 120px;}
.jianjie h1{ font-size:30px; font-size:3rem; line-height:40px; color: #333333; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; position: relative;}

.jianp{color: #666666; font-size: 18px; font-size: 1.8rem; line-height: 32px; margin-top: 18px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.jianp p{color: #666666;}
.jianp strong{color: #333333; font-size: 24px; font-size: 2.4rem; font-weight: normal; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}

.prinz{ position: absolute; left: 0px; bottom: 0px;}
.share{}
.share1{ display:inline-block; font-size:18px; font-size:1.8rem; line-height:18px; margin-right:8px; vertical-align:middle; color: #333; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.share2{display:inline-block; vertical-align:middle;}

.inno{ font-size: 0px; padding-top: 20px;}
.inno a{display: inline-block; vertical-align: middle; width: 240px; height: 50px; background: #0988b7; border: solid 1px #0988b7; line-height: 48px; text-align: center; color: #ffffff; font-size: 18px; font-size: 1.8rem;}
.inno a:hover{ background: #fff; color: #0988b7;}

@media screen and (max-width: 1559px) { 
.jianjie h1{ font-size:20px; font-size:2rem;}
.jianp{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 15px;}
.jianp strong{ font-size: 16px; font-size: 1.6rem;}

.share1{ font-size: 14px; font-size: 1.4rem; margin-right: 4px;}
}
@media screen and (max-width: 1359px) { 
.pr2main1{ padding-top: 20px; padding-bottom: 10px; display: flex; flex-flow: wrap; justify-content: space-between;}

    .jianjie{ padding-bottom: 110px;}
.jianjie h1{ font-size:18px; font-size:1.8rem; line-height: 26px;}
.jiann{ min-height: 0px;}
.jianp{ font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 15px; min-height: 0px;}

.share{ margin-top:10px;}
.share1{ font-size: 14px; font-size: 1.4rem; margin-right: 4px;}

    .inno{padding-top: 0px;}
.inno a{ width: 120px; height: 40px; line-height: 36px; font-size: 14px; font-size: 1.4rem; margin-top: 10px;}

.m-propic .list-item { margin-bottom:9.4%;}
.m-propic .pic-btn { height:22px; line-height:22px; font-size:14px; font-size:1.4rem; background: rgba(9, 136, 183,0.6); color: #fff;}
.m-propic .pic-list { padding-bottom:355%; margin-top: 0px; margin-bottom: 0px;  overflow: hidden;}
.m-propic .pic-btn.prev { top: 0px;}
.m-propic .pic-btn.next { bottom: 0px;}
.m-propic .pic-btn.prev:hover,.m-propic .pic-btn.next:hover { color:#fff;}
}
@media screen and (max-width:999px){
.pr2main1{ padding-top: 20px;}

.m-propic { width: 100%; max-width: 500px; float: left;}
.zoomPad { cursor: default !important; }
.zoomPup { display: none !important; }
.zoomWindow { display: none !important; }
.zoomPreload { display: none !important; }
.m-propic { float: none; margin: auto;}	
    
.jianjie{ width:100%; float:none; margin-top:20px;}
.jianjie h1{ font-size:16px; font-size:1.6rem;}
}
@media only screen and (max-width:767px ) {
.m-propic .pic-big { width: 76%;}
.m-propic .pic-small { width: 22%;}
.m-propic .list-item { margin-bottom:21%;}
.m-propic .pic-list { padding-bottom:343%; margin-top: 0px; margin-bottom: 0px;  overflow: hidden;}
.share1{ font-size: 12px; font-size: 1.2rem; margin-right: 4px;}
}
 @media only screen and (max-width:500px ) {
.m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:4.8%; } 
}
@media only screen and (max-width:350px ) {
.m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:9.8%; } 
}

.headh2{ top: -100px;}
.prmao{ background: #f5f5f5;}
.prmao .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}
.prmao a{ display: block; line-height: 66px; border-top: 2px solid #f5f5f5; border-bottom: 2px solid #f5f5f5; transition: 0.5s; text-align: center;}
.prmao span{ color: #333; font-size: 18px; font-size: 1.8rem; line-height: 30px; text-align: center; display: inline-block; vertical-align: middle; padding: 0px 35px;}
.prmao a:hover{ background: #fff; border-top: 2px solid #0988b7; border-bottom: 2px solid #0988b7;}
.prmao a:hover span{}
.prmaoh{ position: fixed; width: 100%; left: 50%; transform: translateX(-50%); top: 0px; z-index: 9999}
/*.prmaoa{ background: #fff !important; border-top: 2px solid #0988b7 !important; border-bottom: 2px solid #0988b7 !important;}*/

@media screen and (max-width:1359px) {
.prmao a{ line-height: 54px;}
.prmao span{ font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 0px 13px;}
}
@media screen and (max-width:999px) {
.prmao{ line-height: 26px;}
    .prmao .zong{ justify-content: flex-start;}
.prmao a{ width: 20%;}
.prmao span{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 0px 5px;}
}
@media screen and (max-width:767px) {
    .prmao{ display: none;}
.prmao a{ line-height: 45px; width: 33.333%;}
.prmao span{ font-size: 12px; font-size: 1.2rem; line-height: 22px; padding: 0px 5px;}
}

/*  main1  */
.mao1{ padding-top: 55px;}
.chanxbiao{ display: inline-block; font-size: 30px; font-size: 3rem; line-height: 30px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.chanxbiao:before{content: ""; position: absolute; width: 100%; height: 6px; background: #0988b7; left: 0px; bottom: 5px; z-index: -1}

.chanxiang{ font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana; margin-top: 18px;}
.chanxiang p{ color: #666;}
.chanxiang em{color: #333333; font-weight: normal; font-style: normal;}
.chanxiang strong{ font-size: 24px; font-size: 2.4rem; color: #272727; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}
.chanxiang img{ display: inline-block;}
.chanxiang a{ color: #0988b7;}

.table{ width:100%; overflow:auto;}
.table table{ width:100%; border-collapse:collapse; line-height:30px;}
.table table tr{}
.table table tr td{ padding:15px 40px; font-size:18px; font-size:1.8rem; color: #666666; border:2px solid #c5c5c5; background: #fff; font-family: Montserrat-Regular, Arial, "Arial Black", "sans-serif", Verdana;}
.table table tr td:first-child{ color: #272727; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 22px; font-size: 2.2rem;}
.table table tr:first-child td{ background: #f9f9f9; padding: 23px 40px; font-size: 22px; font-size: 2.2rem;}

.chanxiang .table{ margin: 20px 0;}

@media screen and (max-width:1359px) {
.chanxbiao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.chanxbiao:before{ height: 4px;}
.chanxiang strong{ font-size: 20px; font-size: 2rem;}
.table table tr td{ padding: 10px; font-size:16px; font-size:1.6rem; border:1px solid #c5c5c5;}
.table table tr td:first-child{ font-size: 18px; font-size: 1.8rem;}
.table table tr:first-child td{ padding: 15px 10px; font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width:999px) {
.mao1{ padding-top: 30px;}

.table table tr td{ padding: 10px; font-size:14px; font-size:1.4rem; border:1px solid #c5c5c5;}
.table table tr td:first-child{ font-size: 16px; font-size: 1.6rem;}
.table table tr:first-child td{ padding: 15px 10px; font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:767px) {
.chanxbiao{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.chanxiang strong{ font-size: 16px; font-size: 1.6rem;}
.table table tr td{ padding: 10px 5px; font-size:12px; font-size:1.2rem; border:1px solid #c5c5c5;}
.table table tr td:first-child{ font-size: 14px; font-size: 1.4rem;}
.table table tr:first-child td{ padding: 10px 5px; font-size: 14px; font-size: 1.4rem;}
}

/*  main2  */
.mao2{ padding-top: 50px;}

.pr22n{ padding-top: 3px;}
.pr22lie{ margin-top: 24px;}
.pr22a{background: #666666; border-radius: 10px; font-size: 22px; font-size: 2.2rem; padding: 10px 22px; padding-right: 50px; line-height: 40px; color: #ffffff; position: relative; cursor: pointer;}
.pr22a:before{content: ""; position: absolute; right:30px; top: 50%; margin-top: -10px; width: 0; border: 10px solid #fff; border-bottom-color:transparent ; border-top-color: transparent; border-right-color: transparent; }
.pr22p{ display: none; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.pr22p p{ padding-left: 22px; padding-right: 22px;}

.pr22p2{margin-bottom: 20px;}
.pr22p2 P{ display:flex; padding-top: 15px; padding-bottom: 15px; padding-left: 20px; color: #666666; position: relative;}
.pr22p2 p strong{ flex-shrink: 0; width: 200px;display: inline-block; padding-left: 22px; margin-right: 20px; color: #333333;}
.pr22p2 P:nth-child(2n){ background: #f8f8f8;}

.pr22lieh .pr22a:before{transform: rotate(90deg); margin-top: -5px;}
.pr22lieh .pr22p{ display: block;}

@media screen and (max-width:1359px) {
.mao2{ padding-top: 30px;}
.pr22a{ font-size: 18px; font-size: 1.8rem; padding: 10px; padding-right: 40px; line-height: 30px;}
.pr22a:before{ right:10px; top: 50%; margin-top: -6px; border: 6px solid #fff; border-bottom-color:transparent ; border-top-color: transparent; border-right-color: transparent; }
.pr22lieh .pr22a:before{transform: rotate(90deg); margin-top: -3px;}
}
@media screen and (max-width:999px) {
.pr22n{ padding-top: 10px;}
.pr22lie{ margin-top: 15px;}

.pr22p{ padding-top: 10px;}
.pr22p p{ padding-left: 10px; padding-right: 10px;}
.pr22p2{margin-bottom: 10px;}
.pr22p2 P{ padding-top: 5px; padding-bottom: 5px; padding-left: 20px; color: #333333;}
.pr22p2 p strong{ width: 100px; top: 5px; padding-left: 10px;}
}
@media screen and (max-width:767px) {
.pr22a{ font-size: 16px; font-size: 1.6rem; padding:8px; padding-right: 40px; line-height: 26px;}
}

/*  main3  */
.mao3{ padding-top: 56px;}
.mao4{ padding-top: 38px;}
.mao5{ padding-top: 38px;}
.don{}
.dolie{border-bottom: dashed 2px #c2c2c2; position: relative; padding-right: 350px; padding-bottom: 26px; margin-top: 30px;}
.domor{ display: block; width: 230px; height: 50px; line-height: 50px; font-size: 20px; font-size: 2rem; color: #ffffff; text-decoration: underline; text-align: center; background: #666666; position: absolute; right: 0px; top: 50%; transform: translateY(-50%);}
.doa{ display: block; color: #4d4d4d; line-height: 24px; padding-left: 36px; position: relative; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.doa em{ position: absolute; left: 0px; top: 0px; color: #6b6b6b; font-size: 24px;}
.dop a{ display: block; font-size: 14px; font-size: 1.4rem; line-height: 28px; margin-top: 18px; color: #666666; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.dop a:hover{ color: #0988b7;}
.domor:hover{ background: #0988b7; color: #fff;}

@media screen and (max-width:1359px) {
.mao3{ padding-top: 30px;}
.mao4{ padding-top: 20px;}
.mao5{ padding-top: 30px;}

.dolie{ padding-right: 170px; padding-bottom: 20px; margin-top: 20px;}
.domor{ width: 140px; height: 40px; line-height: 40px; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {

}
@media screen and (max-width:767px) {
.doa{ line-height: 24px; padding-left: 30px;}
.doa em{ font-size: 18px;}
.dop a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px; }

.dolie{ padding-right: 0px; padding-bottom: 20px; margin-top: 20px;}
.domor{ width: 120px; height: 40px; line-height: 40px; font-size: 12px; font-size: 1.2rem; position: relative; transform: translate(0); margin-top: 10px;}
}

/*  main4  */
.homain{ padding-top: 100px; padding-bottom: 95px;}
.hobiao{ text-align: center;}

.img-scroll3 {position: relative; margin-top:55px;}
.img-scroll3 .prev, .img-scroll3 .next {position: absolute; text-align:center; display: block; line-height: 38px; color: #444444; font-size: 24px; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll3 .prev { left: -56px; cursor: pointer;}
.img-scroll3 .next { right:-56px; cursor: pointer;}
.img-scroll3 .prev:hover,.img-scroll3 .next:hover { color: #0988b7;}
.img-list3 {position: relative;overflow: hidden;}
.img-list3 ul {width: 10000%;}
.img-list3 li {float: left; width:0.18%; margin-right: 0.025%; position:relative;}

.hotu{ display: block; border: solid 1px #eeeeee; overflow: hidden;}
.hoa{ display: block; margin-top: 17px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #333333; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

@media screen and (max-width:1359px) {
.homain{ padding-top: 50px; padding-bottom: 50px;}
.img-scroll3 { margin-top:30px;}
.hoa{ margin-top: 10px;}
.img-list3 li { width:0.24%; margin-right: 0.0133%;}
}
@media screen and (max-width:999px) {
.img-list3 li { width:0.3233%; margin-right: 0.015%;}
.img-scroll3 { margin-top:25px; padding-bottom: 50px;}
.img-scroll3 .prev, .img-scroll3 .next { font-size: 20px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll3 .prev { left: 50%; margin-left: -30px; cursor: pointer;}
.img-scroll3 .next { right: 50%; margin-right: -30px; cursor: pointer;}
}
@media screen and (max-width:767px) {
.homain{ padding-top: 30px; padding-bottom: 25px;}
.img-scroll3 .prev, .img-scroll3 .next { font-size: 18px;}
.img-list3 li { width:0.49%; margin-right: 0.02%;}
}

/****************************  about  ***************************/
.ab1main1{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; flex-direction: row-reverse; padding-top: 22px; padding-bottom: 96px;}
.ab11tu{ width: 50%;}
.ab11zi{ width: 50%; padding-left: 60px;}

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

.ab11a{ display: block; font-size: 48px; font-size: 4.8rem; line-height: 54px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.ab11p{font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana; margin-top: 12px;}


.ab1main2{ background: url("../images/ab12bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 184px;}
.ab1main2:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/ab12bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.ab1main2 .zong{ background: #ffffff; border-radius: 20px 20px 0 0; padding: 60px; padding-top: 90px; text-align: center; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.ab1main2 .zong:before{content: ""; position: absolute; width: 63px; height: 4px; top: 47px; left: 50%; transform: translateX(-50%); background: #0988b7;}

@media screen and (max-width:1359px) {
.ab1main1{ padding-top: 22px; padding-bottom: 40px;}
.ab11zi{ padding-left: 30px;}
.ab11a{ font-size: 38px; font-size: 3.8rem; line-height: 44px;}

.ab1main2{ padding-top: 100px;}
.ab1main2 .zong{ border-radius: 10px 10px 0 0; padding: 20px; padding-top: 40px;}
.ab1main2 .zong:before{ width: 50px; height: 2px; top: 20px;}
}
@media screen and (max-width:999px) {
.ab11a{ font-size: 28px; font-size: 2.8rem; line-height: 34px;}
.ab11p{ font-size: 12px; font-size: 1.2rem; line-height: 22px !important;}
}
@media screen and (max-width:767px) {
.ab1main1{ padding-top: 22px; padding-bottom: 30px;}
.ab11tu{ width: 100%; margin-top: 15px;}
.ab11zi{ width: 100%; padding-left: 0px;}
.ab11a{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}

.ab1main2{ padding-top: 50px;}
.ab1main2 .zong{ padding: 20px 10px; padding-top: 40px;}
}

.ab1main3{ padding-top: 33px;}
.ab13biao{ display: block; font-size: 38px; font-size: 3.8rem; line-height: 44px; color: #333333; position: relative; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}

#outer2 { margin-top:62px; font-size:0px; position: relative;}
#outer2:before{content: ""; position: absolute; width: 100%; height: 1px; background: #d3d3d3; left: 0px; bottom: 11px;}
#tab2 {zoom: 1; font-size:0px; text-align: center; position: relative; white-space:nowrap; overflow: hidden; margin: 0 30px; margin-top: 52px;}
#tab2 li{ transition:0.5s; cursor:pointer; position:relative; display: inline-block; text-align: center; width: 14.28%; padding: 0 10px; padding-bottom: 28px; z-index: 1}
#tab2 li:before{content: ""; position: absolute; width: 26px; height: 26px; background: url("../images/dian.png") no-repeat center; background-size: 100% !important; border-radius: 50%; bottom: 0px; left: 50%; transform: translateX(-50%); transition: 0.5s; z-index: -1}
#tab2 li span{ display: block; text-align: center; color: #333333; font-size: 20px; font-size: 2rem; line-height: 30px; color: #999999; transition: 0.5s;}

#tab2 li.current2:before{ background: url("../images/dianh.png") no-repeat center;}
#tab2 li.current2 span{color: #0988b7; font-weight: bold;}

#content2 { display: block;}
#content2 .tabul2 {display: none; font-size:0px; vertical-align:middle;}

#outer2 .prev2,#outer2 .next2{ position: absolute; line-height: 20px; bottom: -5px; cursor: pointer; z-index: 99}
#outer2 .prev2 i,#outer2 .next2 i{ font-size: 18px;}
#outer2 .prev2{ left: -13px;}
#outer2 .next2{ right: -13px;}

.ab13n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab13tu{ width: 50%;}
.ab13zi{ width: 50%; padding-left: 60px;}

.ab13a{ display: block; font-size: 40px; font-size: 4rem; line-height: 50px; padding-bottom: 17px; color: #0988b7; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.ab13a:before{content: ""; position: absolute; width: 63px; height: 4px; background: #0988b7; left: 0px; bottom: 0px;}
.ab13p{color: #666666; margin-top: 22px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.ab13p p{color: #666666;}

@media screen and (max-width:1359px) {
.ab13biao{ font-size: 30px; font-size: 3rem; line-height: 40px; padding-bottom: 10px;}

#outer2 { margin-top:30px;}
.ab13zi{ padding-left: 20px; padding-top: 0px;}
.ab13a{ font-size: 36px; font-size: 3.6rem; line-height: 44px; padding-bottom: 20px;}
.ab13a:before{ width: 30px; height: 2px;}
.ab13p{ margin-top: 20px;}

#tab2 li span{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:999px) {
.abmain3{ padding-top: 40px;}
.ab13a{ font-size: 26px; font-size: 2.6rem; line-height: 34px; padding-bottom: 10px;}

.ab13biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px; padding-bottom: 10px;}
#tab2 li span{ font-size: 12px; font-size: 1.2rem;}
#tab2 { margin: 0 10px; margin-top: 20px;}
#outer2 .prev2{ left: -5px;}
#outer2 .next2{ right: -5px;}
}
@media screen and (max-width:767px) {
.ab13a{ font-size: 22px; font-size: 2.2rem; line-height: 30px; padding-bottom: 10px;}

#outer2 { margin-top:20px;}
#outer2:before{ bottom: 7px;}
#tab2 li{ width: 33.333%; padding-bottom: 15px; z-index: 1}
#tab2 li:before{ width: 16px; height: 16px; bottom: 0px;}

#outer2 .prev2,#outer2 .next2{ bottom: -7px;}
#outer2 .prev2 i,#outer2 .next2 i{ font-size: 12px;}
}
@media screen and (max-width:559px) {
.ab13tu{ width: 100%;}
.ab13zi{ width: 100%; padding-left: 0px; padding-top: 15px;}
.ab13biao{ font-size: 22px; font-size: 2.2rem;}
.ab13a{ font-size: 18px; font-size: 1.8rem; line-height: 26px; padding-bottom: 10px;}
}

.ab1main4{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-end; padding-top: 53px; padding-bottom: 100px;}
.ab14zi{ width: 50%; padding: 28px 0; padding-left: 46px; padding-right: 130px; position: relative; z-index: 1}
.ab14zi:before{content: ""; position: absolute; width: calc(100% + 210px); height: 100%; left: 0px; top: 0px; background: #0988b7; z-index: -1;}
.ab14biao{ color: #fff;}
.ab14p{ line-height: 24px; margin-top: 10px; margin-bottom: 18px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.ab14p p{ color: #fff;}
.ab14tu{ width: 50%; position: relative; margin-bottom: 83px; z-index: 2;}

@media screen and (max-width:1359px) {
.ab14zi{ padding: 20px;}
}
@media screen and (max-width:999px) {
.ab1main4{ padding-top: 50px; padding-bottom: 50px;}
.ab14tu{ width: 95%; max-width: 700px; margin: auto;}
.ab14zi{ width: 100%; padding:15px 10px;}
.ab14zi:before{ width: 100%; height: calc(100% + 160px);}
}
@media screen and (max-width:767px) {
.ab1main4{ padding-top: 30px; padding-bottom: 30px;}
}

/****************************  about2  ***************************/
.ab2main1{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 22px;}
.ab21zi{ width: 50%; padding-right: 50px;}
.ab21tu{ width: 50%;}
.ab21p{ font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana; margin-top: 13px;}

.ab2main2{ background: url("../images/ab22bei.jpg") no-repeat center bottom; padding-bottom: 105px;}
.ab2main2 .zong{ display: flex; flex-flow: wrap;}
.ab22lie{ width: 23.3%; margin-left: 2.266%; background: #fff; border: solid 1px #eeeeee; position: relative; padding: 10px 30px; padding-top: 30px; margin-top: 30px; text-align: center; transition: 0.5s;}
.ab22lie:nth-child(4n-3){margin-left: 0px;}
.ab22shu{ font-size: 36px; font-size: 3.6rem; line-height: 44px; opacity: 0.1; position: absolute; right: 30px; top: 26px; transition: 0.5s;}
.ab22tu{ width: 80px; height: 60px; position: relative; margin: auto; margin-top: 10px;}
.ab22a{ font-size: 22px; font-size: 2.2rem; line-height: 36px; min-height: 72px; margin-top: 16px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.ab22a2{ color: #0988b7; font-size: 18px; font-size: 1.8rem; line-height: 40px; margin-top: 16px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.ab22a2 strong{ font-size: 36px; font-size: 3.6rem;}
.ab22p{ margin-top: 40px; line-height: 24px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.ab22lie p{ transition: 0.5s;}
.ab22lie:hover{ background: #0988b7;}
.ab22lie:hover p{ color: #fff;}
.ab22lie:hover .ab22shu{ color: #fff;}

@media screen and (max-width:1359px) {
.ab22lie{ width: 24%; margin-left: 1.333%; padding: 10px; padding-top: 10px; margin-top: 20px;}
.ab22shu{ font-size: 26px; font-size: 2.6rem; line-height: 34px; right: 10px; top: 6px;}
.ab22tu{ width: 40px; height: 30px;}
    
.ab22a{ font-size: 18px; font-size: 1.8rem; line-height: 26px; min-height: 52px; margin-top: 10px;}
.ab22a2{ font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 10px;}
.ab22a2 strong{ font-size: 26px; font-size: 2.6rem;}
.ab22p{ margin-top: 20px;}
}
@media screen and (max-width:999px) {
.ab2main2{ padding-top: 10px; padding-bottom: 45px;}

.ab22lie{ width: 32.333%; margin-left: 1.5%;}
.ab22lie:nth-child(4n-3){margin-left: 1.5%;}
.ab22lie:nth-child(3n-2){margin-left: 0px;}
}
@media screen and (max-width:767px) {
.ab21zi{ width: 100%; padding-right: 0px;}
.ab21tu{ width: 100%; margin-top: 15px;}

.ab22lie{ width: 49%; margin-left: 2%; padding: 10px 5px; margin-top: 10px;}
.ab22lie:nth-child(4n-3){margin-left: 2%;}
.ab22lie:nth-child(3n-2){margin-left: 2%;}
.ab22lie:nth-child(2n-1){margin-left: 0px;}

.ab22a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; min-height: 48px; margin-top: 10px;}
.ab22a2{ font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 10px;}
.ab22a2 strong{ font-size: 20px; font-size: 2rem;}
.ab22p{ margin-top: 10px;}
}

/****************************  about3  ***************************/
.ab3main1{ display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse; align-items: flex-start; padding-top: 64px;}
.ab31tu{ width: 35.7%;}
.ab31zi{ width: 64.3%; padding-top: 0px; background: url("../images/ab31bei.jpg") no-repeat 72% top;}

.ab31biao{ font-size: 40px; font-size: 4rem; line-height: 50px; padding:0 25px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.ab31p{ background: #fff; padding: 50px; width: calc(100% + 120px); margin-left: -120px; margin-top: 30px; position: relative; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.ab31p:before{content: ""; position: absolute; width: 69px; height: 67px; background: #dedede; right:-10px; bottom: -10px; z-index: -1}

@media screen and (max-width:1359px) {
.ab3main1{ padding-top: 30px;}
.ab31tu{ width: 40%;}
.ab31zi{ width: 60%;}
.ab31p{ padding: 20px; margin-top: 10px;}

.ab31biao{ font-size: 30px; font-size: 3rem; line-height: 40px; padding:0 15px;}
}
@media screen and (max-width:999px) {
.ab31tu{ width: 100%; max-width: 500px; margin: auto; margin-top: 20px;}
.ab31zi{ width: 100%;}
.ab31p{ padding: 0px; width: 100%; margin: auto; margin-top: 10px;}
.ab31biao{ font-size: 26px; font-size: 2.6rem; line-height: 34px; padding:0;}
}
@media screen and (max-width:767px) {
.ab3main1{ padding-top: 20px;}
.ab31p{ font-size: 12px; font-size: 1.2rem;}
}

.ab3main2{ padding-bottom: 100px;}
.ab32biao{ text-align: center; font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.ab32n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 35px;}
.ab32lie{ width: 23.4%; border: solid 2px #dee4e2; text-align: center; padding: 42px 20px; padding-top: 60px; margin-top: 20px;}
.ab32tu{ width: 70px; height: 70px; position: relative; margin: auto;}
.ab32tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.ab32a{ text-align: center; font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 42px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}

.ab3main3{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab33tu{ width: 28.6%; margin-left: -108px; border: solid 2px #ffffff; position: relative; z-index: 1;}
.ab33zi{ width: calc(71.4% + 108px); background: #0988b7; padding: 70px; padding-right: 120px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.ab33zi p{ color: #fff;}

@media screen and (max-width:1359px) {
.ab3main2{ padding-bottom: 50px;}
.ab32biao{ font-size: 26px; font-size: 2.6rem; line-height: 34px;}
.ab32n{ padding-top: 20px;}
.ab32lie{ width: 24%; padding: 20px; margin-top: 10px;}
.ab32tu{ width: 50px; height: 50px;}
.ab32a{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 30px;}
.ab33zi{ padding: 20px; padding-right: 120px;}
}
@media screen and (max-width:999px) {
.ab3main2{ padding-top: 30px; padding-bottom: 50px;}
.ab32a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 20px;}

.ab33tu{ width: 95%; margin-left: 0px; max-width: 400px; margin: auto; margin-top: -100px;}
.ab33zi{ width: 100%; padding: 20px 10px; padding-bottom: 120px;}
}
@media screen and (max-width:767px) {
.ab3main2{ padding-bottom: 30px;}
.ab32biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.ab32lie{ width: 49%; padding: 10px; margin-top: 10px;}

.ab32tu{ width: 40px; height: 40px;}
.ab32a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
    .ab33zi{ font-size: 12px; font-size: 1.2rem;}
}

.ab3main4{ padding-top: 52px;}
.ab34n{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 23px;}
.ab34l{ width: 73.14%;}
.ab34r{ width: 25.43%;}

.ab34tu2{ display: flex; flex-flow: wrap; justify-content: space-between;}
.ab34tu2 img{ margin-top: 1.8%; width: 49.2%}
.ab34r{ display: flex; flex-flow: wrap; justify-content: space-between;}
.ab34r img{ margin-bottom: 7%;}

.ab3main5{ padding-top: 37px; padding-bottom: 104px;}
.ab35n{ display: flex; flex-flow: wrap; padding-top: 48px;}
.ab35lie{ width: 31.2%; margin-left: 3.2%; background: #0988b7; padding: 27px; padding-bottom: 43px; margin-top: 10px;}
.ab35lie:nth-child(3n-2){margin-left: 0px;}
.ab35tu{ width: 60px; height: 60px; position: relative; margin: auto;}
.ab35tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.ab35zi{ text-align: center; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana; margin-top: 31px;}
.ab35zi p{	color: #ffffff;}

@media screen and (max-width:999px) {
.ab3main4{ padding-top: 30px;}
.ab3main5{ padding-top: 10px; padding-bottom: 30px;}
.ab35n{ padding-top: 20px;}
.ab35lie{ width: 32.33%; margin-left: 1.5%; padding:20px 10px;}
.ab35zi{ margin-top: 15px;}
}
@media screen and (max-width:767px) {
.ab35lie{ width: 100%; margin-left: 0%; padding:0 10px; margin-top: 5px; padding-left: 60px; position: relative; min-height: 40px;}
    .ab35tu{ position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 35px; height: 35px;}
.ab35zi{ margin-top: 0px; padding: 10px 0; text-align: left;}
}

/****************************  about4  ***************************/
.ab4main1{ padding-top: 13px;}
.ab4main2{ padding-top: 50px; padding-bottom: 130px;}

.img-scroll4 {position: relative; transform: scale(1.17); margin-top: 85px; padding-bottom: 50px;}
.img-scroll4 .prev, .img-scroll4 .next {position: absolute; text-align:center; display: block; line-height: 30px; text-align: center; bottom: 0px; transition: 0.5s; font-size: 20px; color: #444444; z-index: 999}
.img-scroll4 .prev { left: 50%; margin-left: -30px; cursor: pointer;}
.img-scroll4 .next { right: 50%; margin-right: -30px; cursor: pointer;}
.img-scroll4 .prev:hover,.img-scroll4 .next:hover { color: #0988b7;}
.img-list4 {position: relative;overflow: hidden;}
.img-list4 ul {width: 10000%;}
.img-list4 li {float: left; width:0.1798%; margin-right: 0.013%; position:relative; transition: 0.5s;}
.img-list4 li:nth-child(3){ width: 0.2248%;}

@media screen and (max-width:1359px) {
.ab4main2{ padding-top: 50px; padding-bottom: 70px;}

.img-scroll4 { margin-top: 50px; padding-bottom: 40px;}
}
@media screen and (max-width:999px) {
.ab4main2{ padding-top: 30px; padding-bottom: 30px;}

.img-scroll4 { transform: scale(1); margin-top: 20px; padding: 0 2.5%; padding-bottom: 40px;}
.img-list4 li { width:0.24% !important; margin-right: 0.013%;}
}
@media screen and (max-width:767px) {
.img-list4 li { width:0.3233% !important; margin-right: 0.015%;}
.img-scroll4 .prev, .img-scroll4 .next { font-size: 16px;}
}
@media screen and (max-width:499px) {
.img-list4 li { width:0.49% !important; margin-right: 0.02%;}
}

/****************************  solution  ***************************/
.somain{ padding-top: 22px; padding-bottom: 82px; display: flex; flex-flow: wrap; justify-content: space-between;}
.solie{ width: 48.9%; margin-bottom: 30px; background: #f5f5f5; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.sotu{ display: block; width: 400px; overflow: hidden;}
.sozi{ width: calc(100% - 400px); padding:10px 20px;}

.sotu img{ width: 100%;}
.soa{ display: block; font-size: 36px; font-size: 3.6rem; line-height: 45px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.sop{ font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana; margin-top: 13px;}
.sop a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 7;  overflow: hidden;}
.somor{ width: 160px; height: 40px; line-height: 40px; margin-top: 20px;}

@media screen and (max-width:1559px) {
.somain{ padding-top: 22px; padding-bottom: 50px;}
.solie{ width: 49.5%; margin-bottom: 20px;}
.sotu{ width: 220px; }
.sozi{ width: calc(100% - 220px); padding:10px;}

.soa{ font-size: 24px; font-size: 2.4rem; line-height: 30px; }
.sop{ margin-top: 8px;}
.sop a{ -webkit-line-clamp: 4;}
.somor{ width: 140px; margin-top: 8px;}
}
@media screen and (max-width:999px) {
.solie{ width: 100%; margin-bottom: 10px;}
.soa{ font-size: 20px; font-size: 2rem; line-height: 30px; }
}
@media screen and (max-width:767px) {
.somain{ padding-top: 22px; padding-bottom:20px;}
.sotu{ width: 100px; }
.sozi{ width: calc(100% - 100px); padding:10px;}

.soa{ font-size: 16px; font-size: 1.6rem; line-height: 24px; }
.sop a{ -webkit-line-clamp: 2; margin-top: 5px;}
}

/****************************  solution2  ***************************/
.somain2{ padding-top: 13px;}
.somain2 h1{ font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.sot{ margin-top: 16px; text-align: center; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.soriqi{ color: #999; display: inline-block; vertical-align: middle; margin-right: 15px;}
.sot .share{ display: inline-block; vertical-align: middle; margin: auto;}
.sot .share1{ font-size: 16px; font-size: 1.6rem; color: #999;}

.soxiang{ font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana; border-top: 1px solid #dcdcdc; margin-top: 27px; padding-top: 28px;}
.soxiang strong{ font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal; font-size: 18px; font-size: 1.8rem; color: #333333;}
.soxiang em{ display: block; padding-left: 11px; position: relative; font-style: normal; color: #666;}
.soxiang em:before{ content: ""; position: absolute; left: 0px; top: 10px; width: 6px; height: 6px; background: #0988b7; border-radius: 50%;}
.soxiang img{ display: inline-block;}
.soxiang a{ color: #0988b7;}

.fanpian{ background: #f7f7f7; padding: 25px 15px; margin-top: 30px; display: flex; flex-flow: wrap; justify-content: space-between; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.fanpian li{ position: relative; font-size: 16px; font-size: 1.6rem; color: #666666; line-height: 30px; max-width: 49%;}
.fanpian li a{color: #666666; display: block;}
.fanpian li i{display: block; height: 30px; text-align: center; color: #666666; top: 0px; font-size: 12px; position: absolute;}
.fanpian li a:hover{color: #0988b7;}

.fanpian li:nth-child(1){ padding-left: 30px;}
.fanpian li:nth-child(2){ padding-right: 30px;}
.fanpian li:nth-child(1) i{ left: 0px;}
.fanpian li:nth-child(2) i{ right: 0px;}

@media screen and (max-width:1359px) {
.somain2 h1{ font-size: 26px; font-size: 2.6rem; line-height: 34px;}
.sot .share1{ font-size: 14px; font-size: 1.4rem;}

.fanpian li{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
.somain2 h1{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.sot{ margin-top: 10px;}
.soxiang{ margin-top: 15px; padding-top: 20px;}

.fanpian{ padding: 10px; margin-top: 20px;}
.fanpian li{ width: 100%; max-width: none; padding-right: 0px; padding-left: 30px; margin: 5px 0;}
.fanpian li:nth-child(2) i{ right: auto; left: 0px;}
}
@media screen and (max-width:767px) {
.sot .share1{ font-size: 12px; font-size: 1.2rem;}
.somain2 h1{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}

.fanpian li{ font-size: 12px; font-size: 1.2rem;}
}

/****************************  service1  ***************************/
.semain1{ padding-top: 22px; padding-bottom: 98px;}
.se1lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.se1lie1{ flex-direction: row-reverse}
.se1lie2{ margin-top: 60px;}
.se1tu{ width: 50%;}
.se1zi{ width:calc(50% - 38px);	font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width:1359px) {
.se1zi{ width:calc(50% - 20px); line-height: 24px !important;}
.se1lie2{ margin-top: 40px;}
}
@media screen and (max-width:999px) {
.semain1{ padding-top: 22px; padding-bottom: 50px;}
.se1tu{ width: 100%; max-width: 700px; margin: auto; margin-top: 15px;}
.se1zi{ width: 100%;}
.se1lie2{ margin-top: 20px;}
}
@media screen and (max-width:767px) {
.semain1{ padding-top: 20px; padding-bottom: 30px;}
}

/****************************  service2  ***************************/
.se2main1{ padding-top: 15px;}
.se2biao{ text-align: left;}
.se21n{ margin-top: 21px;}
.se21lie{display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-bottom: 30px;}
.se21lie:nth-child(2n-1){flex-direction: row-reverse;}
.se21tu{ width: 50%;}
.se21zi{ width: calc(50% - 38px);}

.se21a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.se21p{ font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana; margin-top: 30px;}

@media screen and (max-width:999px) {
.se21zi{ width: calc(50% - 20px);}
.se21a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.se21p{ margin-top: 10px;}
}
@media screen and (max-width:639px) {
.se21lie{ margin-bottom: 20px;}
.se21tu{ width: 100%; max-width: 700px; margin: auto; margin-top: 15px;}
.se21zi{ width: 100%;}
}

.se2main2{ padding-top: 22px;}
.se22n{ height: 430px; margin-top: 27px; position: relative;}
.se22n:before{content: ""; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; height: 11px; background: #c9c9c9; border-radius: 5px;}
.se22lie{ position: absolute; width: 21.4%;}
.se22tu{ width: 60px; position: absolute; left: 50%; transform: translateX(-50%);}
.se22zi{ background: #f5f5f5; border-radius: 10px; padding:0px 20px; height: 140px; line-height: 140px; overflow: auto; text-align: center; transition: 0.5s;}
.se22zi p{ display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #666; transition: 0.5s;}
.se22lie:hover .se22zi{background-color: #003fa2;}
.se22lie:hover .se22zi p{color: #fff;}

.se22lie1{ top: 0px; padding-bottom: 106px;}
.se22lie2{ bottom: 0px; padding-top: 106px;}
.se22lie1 .se22tu{ bottom: 0px;}
.se22lie2 .se22tu{ top: 0px;}

.se22lie:nth-child(1){ left: 0px;}
.se22lie:nth-child(2){ left: 15.7%;}
.se22lie:nth-child(3){ left: 31.4%;}
.se22lie:nth-child(4){ left: 47.15%;}
.se22lie:nth-child(5){ left: 62.9%;}
.se22lie:nth-child(6){ left: 78.6%;}

@media screen and (max-width:1359px) {
.se22n{ height: 373px; margin-top: 27px;}
.se22n:before{ height: 6px;}
.se22lie1{ top: 0px; padding-bottom: 66px;}
.se22lie2{ bottom: 0px; padding-top: 66px;}
.se22zi{ padding:0px 5px; height: 140px; line-height: 140px;}
.se22zi p{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.se22tu{ width: 40px;}
}
@media screen and (max-width:639px) {
.se2main2{ padding-top: 12px;}
.se22n{ height: auto; margin-top: 20px;}
.se22n:before{ display: none}
    .se22lie{ position: relative; width: 100%; left: auto !important; top: auto !important; bottom: auto !important; margin-top: 5px;}
.se22lie1{ padding-bottom: 0px;}
.se22lie2{ padding-top: 0px;}
.se22zi{ padding: 10px; height: auto; line-height: 40px; text-align: left;}
.se22zi p{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.se22tu{ display: none;}
}

.se2main3{ padding-top: 55px; padding-bottom: 96px;}
.se23n{ position: relative; margin-top: 60px;}
.se23n:before{content: ""; position: absolute; width: 6px; height: 100%; background: #ebebeb; left: 50%; top: 0px; transform: translateX(-50%);}

.se23lie{ margin-top: -27px; font-size: 0px;}
.se23lie:after{content: ""; clear: both; display: block;}
.se23l{ width: calc(50% - 13px); position: relative; display: inline-block; vertical-align: top; background: #f7f7f7; padding:30px; text-align: right; min-height: 176px; margin-bottom: 32px;}
.se23r{ width: calc(50% - 13px); position: relative; display: inline-block; vertical-align: top; margin-left: 26px; background: #f7f7f7; padding:30px; margin-top: 330px; min-height: 176px;}

.se23l:before{content: ""; width: 14px; height: 176px; background: url("../images/tiao1.jpg") no-repeat center bottom; position: absolute; top: 0px; left: calc(100% + 6px);}
.se23r:before{content: ""; width: 14px; height: 176px; background: url("../images/tiao2.jpg") no-repeat center bottom; position: absolute; top: 0px; right: calc(100% + 6px);}

.se23a{ display: inline-block;}
.se23p{ margin-top: 17px; text-align: left;}

@media screen and (max-width:1359px) {
.se23l{ padding: 20px 10px;}
.se23r{ margin-top: 200px; padding: 20px 10px;}
}
@media screen and (max-width:999px) {
 .se2main3{ padding-top: 30px; padding-bottom: 50px;}
.se23n{ margin-top: 20px;}
   .se23lie{ margin-top: 0px;}
    .se23l,.se23r{ width: 100%; margin: auto; margin-top: 10px; text-align: left; min-height: 0px;}
    .se23n:before,.se23l:before,.se23r:before{display: none;}
.se23a{ text-align: left;}
}
@media screen and (max-width:767px) {
 .se2main3{ padding-top: 30px; padding-bottom: 30px;}
 .se23n{ margin-top: 15px;}
   .se23a{ font-size: 18px; font-size: 1.8rem;}
.se23p{ margin-top: 10px;}
}

/****************************  service3  ***************************/
.se3main1{ padding-top: 13px;}
.se3biao{ text-align: left;}
.lanbei{ position: relative;}
.lanbei:before{content: ""; position: absolute; width: 1920px; height: 100%; left: 50%; transform: translateX(-50%); top: 0px; background: #e6f3f8; z-index: -1;}

.se3main2{ padding-top: 63px; padding-bottom: 94px;}
.se32tu{ width: 64.285%; float: right; margin-left: 70px;}
.se32a{ font-size: 26px; font-size: 2.6rem; line-height: 34px; margin-top: 36px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.se32n{ margin-top: 31px;}
.se32n p{ padding-left: 30px; position: relative;}
.se32n p em{ position: absolute; left: 0px; top: 0px; color: #0988b7;  font-size: 22px;}

.se32p{ margin-top: 19px; line-height: 36px;}

@media screen and (max-width:1359px) {
.se32a{ font-size: 22px; font-size: 2.2rem; line-height: 34px; margin-top: 0px;}
.se32n{ margin-top: 20px;}
}
@media screen and (max-width:999px) {
.se3main2{ padding-top: 50px; padding-bottom: 50px;}
.se32tu{ width: 60%; margin-left: 20px;}
}
@media screen and (max-width:767px) {
.se3main2{ padding-top: 30px; padding-bottom: 30px;}
.se32tu{ width: 100%; float: none; margin: auto; margin-bottom: 20px;}
}

/****************************  service4  ***************************/
.se4main{ padding-top: 20px; padding-bottom: 100px;}
.se4n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.se4lie{ width: 48.3%; box-shadow: 0px 0px 30px 0px #f7f8fc; padding: 35px; margin-bottom: 40px; position: relative;}
.se4lie:before{content: ""; width: 40px; height: 132px; top: 50%; transform: translateY(-50%); position: absolute;}
.se4lie:nth-child(2n-1):before{ background: #fff url("../images/se4bei1.jpg") no-repeat; left: -10px;}
.se4lie:nth-child(2n):before{ background: #fff url("../images/se4bei2.jpg") no-repeat; right: -10px;}

.se4a{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.se4p{ margin-top: 20px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.se4p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 5;  overflow: hidden;}
.se4mor{ margin-top: 20px;}
.se4riqi{ display: block; color: #0988b7; position: absolute; right: 30px; bottom: 30px;}

@media screen and (max-width:1359px) {
.se4lie{ width: 49%; padding: 20px; margin-bottom: 20px;}
.se4a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
    .se4lie:before{ display: none;}
}
@media screen and (max-width:999px) {
.se4main{ padding-top: 20px; padding-bottom: 50px;}
    .se4riqi{ position: relative; right: auto; bottom: auto; margin-top: 10px;}
    .se4p{margin-top: 10px;}
}
@media screen and (max-width:767px) {
.se4main{ padding-top: 20px; padding-bottom: 30px;}
.se4lie{ padding: 10px; margin-bottom: 10px;}
.se4a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width:549px) {
    .se4lie{ width: 100%;}
}

/****************************  download  ***************************/
.donav{ margin-top: 22px;}
.donav .zong{ display:block; text-align: center;}
.donav a{ display: inline-block; vertical-align: middle; margin: 0 30px;}
.dangdo{ background: #ffffff; border-color: #0988b7 !important;}

.domain{ padding-top: 40px; padding-bottom: 100px;}

@media screen and (max-width:999px) {
    .donav .zong{ font-size: 0px;}
.donav a{ width: 33.333%; margin:auto;}

.domain{ padding-top: 20px; padding-bottom: 50px;}
}
@media screen and (max-width:767px) {
.domain{ padding-top: 20px; padding-bottom: 35px;}
.donav{ margin-top: 22px; display: block;}
}

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

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


.se6main{ padding-top: 15px; padding-bottom: 100px;}
.se6a{ color: #0988b7; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.se6a i{ color: #ff0000; margin-right: 5px; font-style: normal;}
.se6a2{ border-bottom: 2px solid #0988b7; padding-bottom: 5px; margin-top: 3px; margin-bottom: 5px;}
.se6main .int1{}
.se6main .int2{ margin-top: 24px; position: relative; display: flex; flex-flow: wrap; justify-content: space-between;}

.se6main input{ width: 100%; height: 46px; line-height: 44px; padding: 0 12px; font-size: 12px; font-size: 1.2rem; color: #999999; border-radius: 4px; border: solid 1px #bcbcbc;}
.se6main textarea{ width: 100%; height: 100px; line-height: 34px; padding: 5px 12px; font-size: 12px; font-size: 1.2rem; color: #999999; border-radius: 4px; border: solid 1px #bcbcbc;}
.se6main .int3{ width: 49.3%; padding-right: 120px; background: url("../images/xing2.png") no-repeat 13px 15px; padding-left: 25px;}
.se6main .int4{ width: 49.3%; background: #0988b7; border-color: #0988b7; text-align: center; color: #fff; font-size: 18px; font-size: 1.8rem; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; cursor: pointer; transition: 0.5s;}
.se6main .yanzheng{ position: absolute; width: 114px; height: 42px; right: 51%; top: 2px; cursor: pointer;}
.se6main .int4:hover{ background: #fff; color: #0988b7;}

@media screen and (max-width:999px) {
.se6main{ padding-top: 15px; padding-bottom: 50px;}
}
@media screen and (max-width:767px) {
.se6main{ padding-top: 15px; padding-bottom: 30px;}
    .se6main .int3,.se6main .int4{ width: 100%;}
    .se6main .yanzheng{ right: 2px;}
    .se6main .int4{ margin-top: 10px;}
}

/****************************  NEWS  ***************************/
.nemain{ padding-top: 20px; padding-bottom: 68px; }
.nen{ display: flex; flex-flow: wrap; font-size: 0px;}
.nelie{ width: 30%; margin-left: 5%; margin-bottom: 40px; background: #fff; display: inline-block; vertical-align: top; border: solid 2px rgba(9, 136, 183, 0.1);}
.nelie:nth-child(3n-2){margin-left: 0px;}
.netu{ display: block; overflow: hidden;}
.nezi{ padding: 26px 15px; padding-bottom: 38px;}
.nea{ display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; border-bottom: 1px solid #dedede; padding-bottom: 10px; color: #333333;}
.nep{ font-family: Montserrat-Light,Arial, "Arial Black", "sans-serif", Verdana; margin-top: 12px;}
.nep a{ color: #777; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.nemor{ display: block; color: #777777; margin-top: 25px; font-family: Montserrat-Light,Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width:1359px) {
.nelie{ width: 32.33%; margin-left: 1.5%; margin-bottom: 20px;}
.nezi{ padding: 20px 10px;}
}
@media screen and (max-width:999px) {
.nemain{ padding-top: 20px; padding-bottom: 30px;}
}
@media screen and (max-width:767px) {
.nelie{ width: 49%; margin-left: 2%; margin-bottom: 10px;}
.nelie:nth-child(3n-2){margin-left: 2%;}
.nelie:nth-child(2n-1){margin-left: 0px;}
.nezi{ padding: 10px 6px;}

.nemor{ margin-top: 10px;}
}

/****************************  news2  ***************************/
.nemain2{ padding-bottom: 109px;}
.nemain2 h1{ text-align: center;}
.nemain2 .fanpian i{ width: 32px;	height: 32px; line-height: 32px; color: #fff; text-align: center; background: #d7d7d7; border-radius: 2px;}
.nemain2 .fanpian li:nth-child(1){ padding-left: 40px;}
.nemain2 .fanpian li:nth-child(2){ padding-right: 40px;}

@media screen and (max-width:999px) {
.nemain2{ padding-bottom: 59px;}
.nemain2 .fanpian li:nth-child(2){ padding-left: 40px;}
}
@media screen and (max-width:767px) {
.nemain2{ padding-bottom: 30px;}
}

/****************************  contact  ***************************/
.comain{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 22px;}
.col{ width: 43.14%; background: #f7f7f7 url("../images/cobei.png") no-repeat center; padding: 43px 50px;}
.cor{ width: 56%; background: #f7f7f7; padding: 30px 84px; padding-bottom: 73px;}
.comain .se32a{ margin-top: 0px;}
.corp{ margin-top: 15px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}

.col .se32n p{ padding-left: 32px;}
.col .se32n p em{}

.coxin{ display: flex; flex-flow: wrap; justify-content: space-between;}
.coxin .int1{ width: 47.8%; margin-top: 23px;}
.coxin .int2{ width: 100%; margin-top: 23px;}
.coxin .int3{ width: 100%; margin-top: 23px; position: relative; display: flex; flex-flow: wrap; justify-content: space-between;}

.coxin input{ width: 100%; height: 44px; line-height: 42px; padding: 0 15px; font-size: 16px; font-size: 1.6rem; color: #333; background: #ffffff; border: solid 1px #d2d2d2;}
.coxin textarea{ width: 100%; height: 176px; line-height: 32px; padding: 5px 15px; font-size: 16px; font-size: 1.6rem; color: #333; background: #ffffff; border: solid 1px #d2d2d2;}
.coxin .int4{ width: 47.8%; padding-right: 110px;}
.coxin .int5{ width: 47.8%; background: #0988b7; border-color: #0988b7; padding: 0px; font-size: 16px; font-size: 1.6rem; color: #ffffff; transition: 0.5s; cursor: pointer;}
.coxin .yanzheng{ position: absolute; top: 0px; right: 52.5%; width: 97px; height: 100%; cursor: pointer;}
.coxin .int5:hover{ background: #fff; color: #0988b7;}

.ditu{ padding-top: 30px; padding-bottom: 100px;}

@media screen and (max-width:1359px) {
.col{ width: 43.14%; padding: 20px;}
.cor{ width: 56%; padding: 20px;}
    .coxin input,.coxin textarea{font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
.ditu{ padding-top: 30px; padding-bottom: 50px;}
.col{ width: 100%; padding: 15px 10px;}
.cor{ width: 100%; padding: 15px 10px;}
}
@media screen and (max-width:767px) {
 .ditu{ padding-top: 30px; padding-bottom: 30px;}
   .coxin{ padding-top: 10px;}
.coxin .int1,.coxin .int2,.coxin .int3{ margin-top: 10px;}
    .coxin .int1,.coxin .int4,.coxin .int5{ width: 100%;}
    .coxin .int5{margin-top: 10px;}
    .coxin input,.coxin textarea{font-size: 12px; font-size: 1.2rem;}
    .coxin .yanzheng{ right: 3px;}
}









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

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

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

}


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

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

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

.fenye .no:hover{
    border: solid 1px #e5e5e5;
  background-color: #fff;
  color: #999999 !important;
}

.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-xitong:before {
  content: "\e601";
}


.fenbanner{
  margin-top: 100px;
}
@media screen and (max-width: 767px){
.fenbanner{
  margin-top: 50px;
}
}


@media screen and (max-width: 767px){
    .m6a{
        text-align: left;
    }
}
.jump{
    text-align: center;
}

.nonos{
    display: none;
}







.ban{
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ban *{
	pointer-events: initial;
}

.ban-xt{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 31.08%;
}

.ban-bt{
	font-size: 72px;
	line-height: 80px;
	color: #ffffff;
	font-family: Montserrat-Bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 1;  
	overflow: hidden;
}
.ban-bt a{
	color: #fff;
}

.ban-nr{
	width: 100%;
	margin-top: 34px;
	padding: 30px 10px 34px;
	font-size: 36px;
	line-height: 48px;
	color: #ffffff;
	position: relative;
	z-index: 1;
}
.ban-nr::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0988b7;
	opacity: 0.6;
	z-index: -1;
}

.ban-nr p,
.ban-nr a{
	color: #fff;
}
.ban-nr p{
	display: -webkit-box;  
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 2;  
	overflow: hidden;
}

.ban-ts{
	margin-top: 30px;
	padding: 21px 72px;
	display: inline-block;
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
	background-color: #da0100;
	font-style: italic;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 1;  
	overflow: hidden;
}
.ban-ts a{
	color: #fff;
}

.ban-btn a{
	margin-top: 42px;
	padding: 15px 32px;
	display: inline-block;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	color: #da0100;
}

@media screen and (max-width:1600px) {
	.ban-bt{
		font-size: 50px;
		line-height: 60px;
	}
	
	.ban-nr{
		margin-top: 20px;
		padding: 10px;
		font-size: 30px;
	}
	.ban-ts{
		padding: 10px 20px;
		margin-top: 20px;
		font-size: 20px;
	}
	
	.ban-btn a{
		margin-top: 20px;
		padding: 10px 20px;
	}
}

@media screen and (max-width:999px) {
	.ban-bt{
		font-size: 40px;
		line-height: 50px;
	}
	
	.ban-nr{
		font-size: 24px;
		line-height: 30px;
	}
	
	.ban-ts{
		display: none;
	}
	
	.ban-btn a{
		font-size: 16px;
	}
}

@media screen and (max-width:767px) {
	.ban-bt{
		font-size: 30px;
		line-height: 40px;
	}
	.ban-nr{
		font-size: 20px;
	}
	.ban-btn a{
		padding: 5px 20px;
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:500px) {
	.ban-bt{
		font-size: 20px;
		line-height: 30px;
	}
	
	.ban-nr{
		display: none;
	}
	
	.ban-btn a{
		font-size: 12px;
		line-height: 22px;
		padding: 5px 10px;
	}
}
.heng{
    position:inherit !important;
}
.heng .yijiw{
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    background-color: #ffffff;
}
.heng .yijiw .yiji{
    padding: 30px 10%;
    display: flex;
    justify-content: space-around;
}
.heng .yijiw .yiji .catname1{
    padding: 5px 18px 15px;
}
.heng .yijiw .yiji .catname2{
    padding-left: 33px;
    color: black;
    font-size: 1.5rem;
    line-height: 20px;
}