@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: #008cff;}
* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; box-sizing: border-box; }
.fons0{ font-size:0px; font-size:0rem;}

::-webkit-input-placeholder {/* WebKit browsers */
 color:#999999;opacity:1}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999999;opacity:1 }
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999999;opacity:1 }
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999999;opacity:1 }
 
@media screen and (min-width:1000px){
    .zong {width: calc(100% - 160px); max-width: 1200px; margin: auto;}
    .zong1 {width: calc(100% - 160px); max-width: 1270px; margin: auto;}
}
@media screen and (max-width:999px) {
    .zong,.zong1 {width: 95%;margin: auto;}
}

a:hover img{transform: scale(1.1,1.1)}

.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 #0081c3; 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 #0081c3; -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: #0081c3; -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: #0081c3; -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: 30px!important;height: 30px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 50%!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 30px!important;height: 30px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.at-resp-share-element .at-icon{width: 30px!important;height: 30px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 50%!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 30px!important;height: 30px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}


/*  head  */
.head{ background:#fff; position: fixed; width: 100%; left: 0px; top: 0px; z-index:9999; padding-top: 1px;}

.head .zong1{position:relative;z-index:99;}
.head .zong1:after{content: ""; clear: both; display: block;}

.logo{display:block;float:left;margin-top:10px; width:140px; transition: 0.5s;}
.logon{ display:inline-block; vertical-align:middle;}
.logon img{display:block;margin:auto;width:100%;}

.her{float:right;}

.het{ line-height:30px; padding: 20px 0; transition: 0.5s;}
.het:after{ content:""; clear:both; display:block;}
.het a:hover{ color:#008cff;}

.huanying{ float:left; font-size:18px; font-size:1.8rem; color: #666666;}

.hexin{ float:right;}
.hexin p{ float:left; font-size:18px; font-size:1.8rem; margin-left:10px; padding-left:68px; position:relative; color: #666666;}
.hexin p a{ color: #666666;}
.hexin p i{ font-size:22px; position:absolute; left:30px; top:0px;}
.hexin p:first-child:before{ display:none;}

.heb{ position:relative; background: #008cff;}
.heb:after{content: ""; position: absolute; width: 29px; height: 100%; right: 100%; top: 0px; background: url("../images/hebbei.jpg") no-repeat center;}
.heb:before{content: ""; position: absolute; width: 325px; height: 100%; left: 100%; top: 0px; background:#008cff;}

.daoz{ float: right;}
.daohang{ margin-right: 18px; padding-left: 57px;}
.daohang>li{ float:left;position:relative;z-index:999; padding: 25px 0; margin-right:44px; transition: 0.5s;}
.daohang>li>a{ display:inline-block; vertical-align:middle; font-size:18px;font-size:1.8rem; line-height:35px; position:relative; overflow:hidden; color:#ffffff;}
.daohang>li>a:before{ content:""; position:absolute; width:0%; height:1px; background:#ffffff; border-radius:0; left:50%; transform: translateX(-50%); bottom:0px; transition: 0.5s;}
.daohang>li:hover>a{}
.daohang>li:hover>a:before{width: 100%;}
.dangqiandao>a{}
.dangqiandao>a:before{ width: 100% !important;}

.yijiw{padding-top:0px;background:#fff;background:rgba(255,255,255,0);position:absolute;width:189px;top:-9999px;left:50%; transform: translateX(-50%);}
.yiji{background:#f5f5f5;}
.yiji li{position:relative;transition:0.5s;}
.yiji li a{display:block;font-size:16px;font-size:1.6rem;line-height:0px;padding:5px 12px;font-family:Arial, Helvetica, sans-serif;}
.yiji li:hover{background:#008cff;}
.yiji li:hover>a{color:#fff;}
.erji{position:absolute;width:189px;background:#ffffff;top:-9999px;left:189px;}
.sanji{position:absolute;width:189px;background:#ffffff;top:-9999px;left:189px;}
.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;}

.daohang>li.prdao{ position:inherit}
.outer { font-size:0px; position: absolute; width: 560px; left: -220px; top: 100%; flex-flow: wrap; justify-content: space-between; display: none; max-height: 500px; overflow: auto;}
.outer:after{ content:""; clear:both; display:block;}
.tab {zoom: 1; font-size:0px; background: #f4f4f4; width: 276px;}
.tab li{ transition:0.5s; cursor:pointer; display:block; position:relative; line-height:55px; padding:24px 20px;}
.tab li a{ display: block; color: #333; font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.tab li.current a{color: #008cff;}

.content { display: block; width: -moz-calc(100% - 279px);  width: -webkit-calc(100% - 279px);  width: calc(100% - 279px); background: #ffffff;}
.content .tabul {display: none; vertical-align:middle; text-align:left; padding: 20px; color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 28px;}
.content .tabul p{ color: #666666;}
.content .tabul p a{ display: block; color: #666666;}
.content .tabul p a:hover{color: #008cff;}

.daohang>li:hover .outer{ display: flex;}

/*  sousuo  */
.sousuo{height:40px; z-index:9999; border-radius:50%; position:absolute; right: 0px; top: 50%; transform: translateY(-50%); width: 30px;}
.sousuo form{ width:236px; height:0px; overflow:hidden; position:absolute; right:0px; top:52px;background:#fff;border:0px solid rgba(0,0,0,0); border-radius:18px;color:#147be4; transition:0.8s; z-index:99999}
.sou{width: 180px;height:38px;line-height:38px; border-radius:18px; padding-left:10px; font-size:14px; font-size:1.4rem; color:#333;}
.suo{width:40px;height:40px; float:right; background:none; position:relative; z-index:9999999; border-radius:18px; cursor:pointer;}
.sou2,.sou1{ width:40px; height:40px; text-align:center; line-height:37px; position:absolute; right:0px; top:0px; font-size:22px !important; cursor:pointer; color:#008cff; z-index:99990}
.sou2{ height:40px; text-align:center; line-height:40px; border-radius:50%; color:#fff; font-size:22px !important;}
.sousuof form{ height:37px;border:1px solid #008cff;}

.daohang2,sousuo2,.xnav{display:none}

.headh{ border-bottom: 1px solid #ddd;}
.headh .het{ padding: 5px 0 !important;}
.headh .daohang>li{padding: 5px 0 !important;}
.headh .logo{width: 80px !important; margin-top: 5px !important;}

/*  banner  */
.banner1 img { max-width: 100%; border: 0px solid #ccc; transform: scale(1,1) !important}
.banner1 { position: relative; z-index: 2; line-height: 0;font-size: 0;}
.banner1 .slick-arrow { position: absolute; z-index: 99; display: block !important; top: 50%; transform: translateY(-50%); width: 70px; height: 70px; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%;}
.banner1 .slick-prev { left: 70px; background-image: url("../images/baleft.png"); cursor: pointer;}
.banner1 .slick-next { right:70px; background-image: url("../images/baright.png"); cursor: pointer;}
.banner1 .slick-dots { position: absolute; z-index: 999999; left: 0; right: 0; bottom: 26px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; display: none !important}
.banner1 .slick-dots li { margin: 0 11px; display: inline-block; *display: inline; *zoom: 1;}
.banner1 .slick-dots li.slick-active a { cursor: pointer;}
.banner1 .slick-dots a { display: block; width: 16px; height: 16px; cursor: pointer; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%;}
.banner.hide {display: none;}

.slick-list,.slick-slider,.slick-track { position: relative; display: block}
.slick-loading .slick-slide,.slick-loading .slick-track {visibility: hidden}
.slick-slider { box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent}
.slick-list { overflow: hidden; margin: 0; padding: 0}
.slick-list:focus { outline: 0}
.slick-list.dragging { cursor: pointer; cursor: hand}
.slick-slider .slick-list,.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.slick-track { top: 0; left: 0}
.slick-track:after,.slick-track:before { display: table; content: ''}
.slick-track:after { clear: both}
.slick-slide { display: none; float: left; height: 100%; min-height: 1px}
[dir=rtl] .slick-slide { float: right}
.slick-slide img { display: block}
.slick-slide.slick-loading img { display: none}
.slick-slide.dragging img { pointer-events: none}
.slick-initialized .slick-slide { display: block}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent}
.slick-arrow.slick-hidden { display: none}
.slick-dots .slide-count {display: none;}
.slick-slide { position: relative;}
.slick-slide iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.slick-slide video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 101%; min-height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0;}


@media screen and (max-width:1499px) {
.huanying{ font-size: 14px; font-size: 1.4rem;}
	
.daohang{ margin-right:20px; padding-left: 5px;}
    .daohang>li{}
.daohang>li>a{ text-transform:none; overflow:hidden; font-size: 14px; font-size: 1.4rem;}
.mat1{ margin-top:135px;}

	.hexin p{font-size: 14px; font-size: 1.4rem; margin-left: 15px; padding-left: 30px;}
	.hexin p i{font-size: 16px; font-size: 1.6rem; width: auto; left: 0px;}
    
.outer { left: 0px;}
.tab li a{ font-size: 14px; font-size: 1.4rem; line-height: 30px;}

.content .tabul { font-size: 12px; font-size: 1.2rem; line-height: 26px;}
.tab { width: 200px;}
.content { display: block; width: -moz-calc(100% - 202px);  width: -webkit-calc(100% - 202px);  width: calc(100% - 202px);}
    
.banner1 .slick-arrow { width: 50px; height: 50px;}
}
@media screen and (max-width:1219px) {
    .daohang>li{ margin-right: 22px; padding: 15px 0;}
    .logo{width: 100px;}
    .het{padding: 10px 0;}
.headh .het{ padding: 5px 0 !important;}
.headh .daohang>li{padding: 5px 0 !important;}
.headh .logo{width: 80px !important; margin-top: 5px !important;}
}
@media screen and (min-width:1000px) {.carousel,.nav{display: none}}
@media screen and (max-width:999px) {
.head{ position:relative; padding: 10px 0;}

.her{ display:none}

.logo{margin: auto; width: 70px !important; float: none;}
.head .logo{ width: 70px !important;}
    
.banner1 .slick-arrow { width: 40px; height: 40px;}
.banner1 .slick-prev { left: 10px;}
.banner1 .slick-next { right:10px;}

.slick-slide video {object-position: inherit; object-fit: inherit; width: 100%;  height: 100%; transform: translate(0, 0); left: 0; top: 0;}
	

.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 26px;background: #008cff;right:5px;top:5px;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:#000; background:rgba(0,0,0,0.8); 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: 5px;padding-left: 0px;color: #fff;display: block; font-size: 14px;font-size: 1.4rem;line-height: 24px; padding-right:50px;}
ul.topnav ul {display: none;}
ul.topnav ul li {clear: both;}
ul.topnav ul li a {padding-left: 20px;font-size: 14px;font-size: 1.4rem;font-weight: normal;outline: 0;}
ul.topnav ul li a:hover {
}
ul.topnav ul ul li a {padding-left: 40px;}
ul.topnav ul ul ul li a {padding-left: 60px;}
ul.topnav span { display:block; position:absolute; right:0px; top:7px; width:20px; height:20px; background:#fff; background:rgba(255,255,255,0.6); cursor:pointer; border-radius:50%; transition:0.8s;}
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.8s;}
ul.topnav span.yizi{ transform:rotate(90deg)}

.smdaohang form { margin-top:15px; margin-bottom:15px; width: 240px;height: 26px;border: 1px solid #fff;position: relative;background: #fff; border-radius:13px;}
.smdaohang form .iptc {-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 15px;background-color: #fff;width: 80%;height: 24px;line-height: 24px;display: block;float: left; border-radius:10px;}
.smdaohang form .ipsc {width: 20%;height: 26px;line-height: 26px;display: block;float: right;background: transparent;position: relative;z-index: 99;}
.smdaohang form i {position: absolute;right: 10px;top: 3px;}
  }
@media screen and (min-width:768px) {.clear3{display: none}}
@media screen and (max-width:767px) {.head{}
.hetp{ font-size:12px; font-size:1.2rem;}

.shejiao{ margin-right:0px;}
.shejiao a{ margin-left:2px; margin-right:0px;}
.shejiao a span{ display:none}
.shejiao a i{ margin-right:0px;}

.hea{ font-size:12px; font-size:1.2rem; text-transform:none;}
.yvzhonga{ font-size:12px; font-size:1.2rem;}

.daohang2 a{ font-size:12px; font-size:1.2rem;}

.banner1 .carousel-control { margin-top: -15px; width: 30px; height: 30px; line-height: 30px;}
.banner1 .carousel-control.left { left: 10px; cursor: pointer;}
.banner1 .carousel-control.right { right: 10px; cursor: pointer;}
}

/*  main1  */
.main1{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 76px; padding-bottom: 90px;}
.m1zi{ width: 48%; padding-top: 5px;}
.m1tu{ width: 50%;}

.m1biao{ display: block; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 40px; font-size: 4rem; line-height: 44px; position: relative; padding-left: 34px;}
.m1biao:before{content: ""; position: absolute; width: 9px; height: 100%; background: #008cff; left: 0px; top: 0px;}

.m1pz a{display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 28px;} 
.m1p{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 33px;}
.m1p a{display: block; color: #666666; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 9;  overflow: hidden;}
.m1mor{display: block; width: 240px; height: 50px; background: #008cff; border: 1px solid #008cff; border-radius: 25px; color: #ffffff; font-size: 18px; font-size: 1.8rem; text-align:center; line-height: 48px; margin-top: 33px;}

.m1tun{ display: block; overflow: hidden; position: relative;}
.m1tun:before{content: ""; position: absolute; left: 10px; top: 14px; right: 10px; bottom: 14px; border: solid 1px #ffffff; z-index: 99}
.m1tun img{width: 100%;}

.m1biao:hover,.m1zi a:hover{ color: #008cff;}
.m1mor:hover{ background: #fff;}

@media screen and (max-width:1359px) {
.m1biao{ font-size: 30px; font-size: 3rem; line-height: 40px; padding-left: 20px;}
.m1biao:before{ width:4px;}

.m1pz a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 18px;} 
.m1p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}
.m1mor{ width: 160px; height: 40px; border-radius: 20px; font-size: 14px; font-size: 1.4rem; line-height: 38px; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.main1{ padding-top: 36px; padding-bottom: 50px;}
.m1zi{ width: 100%;}
.m1tu{ width: 100%; max-width: 500px; margin: auto; margin-top: 30px;}
}
@media screen and (max-width:767px) {
.main1{ padding-top: 30px; padding-bottom: 30px;}
.m1biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px; padding-left: 10px;}
.m1biao:before{ width:2px;}

.m1pz a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 15px;} 
.m1p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
.m1mor{ width: 120px; height: 40px; border-radius: 20px; font-size: 12px; font-size: 1.2rem; line-height: 38px; margin-top: 20px;}
}

/*  main2  */
.main2{ position: relative; background: #eaeff9; display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 53px; padding-bottom: 56px;}
.main2:before{ content: ""; position: absolute; height: 100%; width: 388px; top: 0px; left: 100%; transform: translateX(-50%); border-radius: 50%; background: #eaeff9; z-index: -1}
.main2:after{ content: ""; position: absolute; height: 100%; width: 388px; top: 0px; right: 100%; transform: translateX(50%); border-radius: 50%; background: #eaeff9; z-index: -1}

.m2lie{ width: 31%; text-align: center; padding: 20px 0;}
.m2tu{ width: 98px; display: block; margin: auto;}
.m2tu img{width: 100%;}
.m2zi{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 37px;}
.m2zi a{display: block;}
.m2zi a:hover{ color: #008cff;}

@media screen and (max-width:1359px) {
.main2{ padding-top: 30px; padding-bottom: 30px;}
.m2tu{ width: 70px;}
.m2zi{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.main2{ padding: 20px 10px;}
.main2:before,.main2:after{display: none;}
.m2lie{ padding: 10px 0;}
}
@media screen and (max-width:767px) {
.m2lie{ width: 100%;}
.m2tu{ width:60px;}
.m2zi{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
}

/*  main3  */
.main3{background: url("../images/m3bei.png") no-repeat bottom center; padding-top: 118px; padding-bottom: 72px;}

#outer2 { font-size:0px; position: relative;}
#outer2:after{ content:""; clear:both; display:block;}

.m3t{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m3biao{ width: 440px; line-height: 47px;}

#tab2 {zoom: 1; font-size:0px; width: -moz-calc(100% - 460px);  width: -webkit-calc(100% - 460px);  width: calc(100% - 460px); text-align: center;}
#tab2 li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; line-height:55px; width: 50%}
#tab2 li:before{content: ""; position: absolute; width: 2px; height: 17px; background: #898989; left: 0px; top: 50%; transform: translateY(-50%); transition: 0.5s;}
#tab2 li:first-child:before{display: none}
#tab2 li a{ display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 0 5px;}
#tab2 li.current2 a{color: #008cff;}

#content2 { display: block;}
#content2 .tabul2 {display: none; font-size:0px; vertical-align:middle; text-align:left;}
#content2 .tabul2:after{content: ""; clear: both; display: block;}

.img-scroll {position: relative; margin-top:74px; margin-left: 18.6%; padding-bottom: 124px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 54px; height: 54px; line-height:54px; border: solid 2px #ffffff; line-height: 50px; text-align: center; font-size:26px; font-size:2.6rem; color:#fff; bottom: 0px; transition: 0.5s; z-index: 999}
.img-scroll .prev { left: 0px; cursor: pointer;}
.img-scroll .next { left:59px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { background: #ffffff; color: #07215c;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.255%; margin-right:0.01%; position:relative;}

.m3tu{display: block; overflow: hidden;}
.m3tu img{width: 100%;}
.m3p a{display: block; color: #ffffff; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 14px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.m3p a:hover{ text-decoration: underline;}

@media screen and (max-width:1699px) {
.img-scroll { margin-top:74px; margin-left: 10%; padding-bottom: 90px;}
.m3p a{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 14px;}
.img-scroll .prev, .img-scroll .next { width: 40px; height: 40px; line-height:36px; font-size:20px; font-size:2rem;}
.img-scroll .prev { left: 0px; cursor: pointer;}
.img-scroll .next { left:50px; cursor: pointer;}
}
@media screen and (max-width:1499px) {
.main3{ padding-top: 40px; padding-bottom: 70px;}
.img-scroll { margin-top:50px; margin-left: 2%; padding-bottom: 60px;}
}
@media screen and (max-width:999px) {
.main3{ padding-top: 40px; padding-bottom: 70px; background:none;}
.m3biao{ width: 100%; line-height: 30px;}
#tab2 { width: 100%; margin-top: 15px;}
#tab2 li a{ font-size: 14px; font-size: 1.4rem;}
.m3p a{ color: #333;}
.img-scroll { margin-top:20px;}
.img-scroll .prev, .img-scroll .next { color: #333; border-color: #333;}
.img-list li { width:0.3333%; margin-right:0.01%; position:relative;}
}
@media screen and (max-width:767px) {
.main3{ padding-top: 30px; padding-bottom: 30px;}
#tab2 li a{ font-size: 12px; font-size: 1.2rem;}
.m3p a{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}

.img-scroll .prev, .img-scroll .next { width: 30px; height: 30px; line-height:26px; font-size:16px; font-size:1.6rem;}
.img-scroll .prev { left: 0px; cursor: pointer;}
.img-scroll .next { left:40px; cursor: pointer;}
}
@media screen and (max-width:599px) {
.img-list li { width:0.6%; margin-right:0.01%; position:relative;}
}

/*  main4  */
.main4{ padding-top: 115px; padding-bottom: 107px;}
.m4pz{width: -moz-calc(100% - 589px);  width: -webkit-calc(100% - 589px);  width: calc(100% - 589px); color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.m4pz a{ color: #666666; display: block;}
.m4pz a:hover{ color: #008cff;}

.m4n{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 77px;}
.m4l{ width: 38%;}
.m4r{ width: 61%; display: flex; flex-flow: wrap; justify-content: space-between;}

.m4lie{ width: 100%; position: relative; margin-bottom: 2.2%;}
.m4lie2{ width: 49%;}
.m4tu{display: block;}
.m4tu img{width: 100%;}
.m4zi{ display: block; position: absolute; left: 22px; right: 22px; bottom: 6px; background: #ffffff; background: rgba(255,255,255,0.9); height: 45px; line-height: 45px; text-align: center; padding: 0 5px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; font-size: 18px; font-size: 1.8rem; z-index: 999}
.m4zi:hover{ background: #008cff; color: #fff;}

@media screen and (max-width:1359px) {
.main4{ padding-top: 55px; padding-bottom: 55px;}
.m4pz{width: -moz-calc(100% - 460px);  width: -webkit-calc(100% - 460px);  width: calc(100% - 460px); font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.m4n{ margin-top: 40px;}
.m4zi{ left: 5px; right: 5px; bottom: 5px; height: 40px; line-height: 40px; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
 .main4{ padding-top: 30px; padding-bottom: 30px;}
   .m4pz{ width: 100%; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.m4pz{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.m4n{ margin-top: 20px;}
.m4zi{ left: 5px; right: 5px; bottom: 5px; height: 30px; line-height: 30px; font-size: 12px; font-size: 1.2rem;}
}
@media screen and (max-width:499px) {
.m4l{ width: 100%;}
.m4r{ width: 100%;}
}

/*  main5  */
#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;  background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease;z-index:99999999999999999999999999999999999999;}
 #baguetteBox-overlay.visible{opacity:1}
 #baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center;}
 #baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
 #baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);}
 
 #baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:Verdana, Geneva, sans-serif;}
 #baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
 #baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}
 #baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
 #baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
 .baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
 .baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;
 border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease;}
 .baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
 .baguetteBox-button#next-button{right:2%}
 .baguetteBox-button#previous-button{left:2%}
 .baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
 .baguetteBox-button svg{position:absolute;left:0;top:0}
 .spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
 .double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
 .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
 @-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}
 @keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

.main5{ background: url("../images/m5bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 69px; padding-bottom: 69px;}
.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: 100%; background:  url("../images/m5bei.png") no-repeat right bottom; left: 0px; top: 1px; z-index: 1}
.m5t{position: relative; z-index: 3}
.m5t .m3biao{color: #fff;}
.m5t .m3biao:before{background: #fff; transition: 0.5s;}
.m5t .m4pz a{color: #fff;}
.m5t .m4pz span{color: #fff;}

.m5n{background:url(../images/m5bei2.png) no-repeat bottom center; background-size:100%; width: 1400px; padding-bottom:105px; padding-top: 43px; margin: auto; position: relative; z-index: 3}

.m5n .box-btn { position: absolute; top: 50%; margin-top: -23px; height: 47px; color:#fff; line-height:47px; font-size:44px;}
.m5n .box-btn.prev { left: 0;}
.m5n .box-btn.next { right: 0;}
.m5n .box-btn:hover{ color:#d3d3d3;}
.main5 a.m1biao:hover,.m5t .m4pz a:hover{ color:#333 ;}
.main5 a.m1biao:hover:before{background: #333;}

.c-oh { overflow: hidden; }
.box-lunbo { position: relative; margin-top: 60px; padding-left: 95px; padding-right: 95px; }
.box-lunbo1 { display: none \9; }
.box-lunbo1 .box-list { position: relative; height: 390px; overflow: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000px; perspective: 1000px; }
.box-lunbo1 .list-item { position: absolute; top: 0; width: 286px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); }
.box-lunbo1 .list-item1 { z-index: 1; left: 0; -webkit-transform: rotateY(58deg) scale(0.9); -moz-transform: rotateY(48deg) scale(0.9); transform: rotateY(48deg) scale(0.9); }
.box-lunbo1 .list-item2 { z-index: 2; left: 236px; -webkit-transform: rotateY(45deg) scale(0.9); -moz-transform: rotateY(45deg) scale(0.9); transform: rotateY(45deg) scale(0.9); }
.box-lunbo1 .list-item3 { z-index: 3; left: 462px; margin: 0 auto; }
.box-lunbo1 .list-item4 { z-index: 2; left: 685px; -webkit-transform: rotateY(-45deg) scale(0.9); -moz-transform: rotateY(-45deg) scale(0.9); transform: rotateY(-45deg) scale(0.9); }
.box-lunbo1 .list-item5 { z-index: 1; left: 920px; -webkit-transform: rotateY(-58deg) scale(0.9); -moz-transform: rotateY(-48deg) scale(0.9); transform: rotateY(-48deg) scale(0.9); }
.box-lunbo1 .list-item6 { left: 101%; -webkit-transform: rotateY(-58deg) scale(0.9); -moz-transform: rotateY(-48deg) scale(0.9); transform: rotateY(-48deg) scale(0.9); }
.box-lunbo1 .list-item0 { left: -286px; }
.box-lunbo2 { display: none; display: block \9; }
.box-lunbo2 .box-list { width: 1000%; overflow: hidden; }
.box-lunbo2 .list-item { float: left; margin-right: .14%; width: 1.9%; }

.list-item a{ display:block; position:relative;}
.list-item a img{ width:100%; max-width:286px;}
.list-item a i{ display:block; position:absolute; background:#4880de; background:rgba(72,128,222,0.8); width:31px; height:31px; border-radius:50%; text-align:center; line-height:31px; color:#fff; font-size:14px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); transition:0.5s; opacity:0;}
.list-item a:hover i{ opacity:1}
.list-item a:hover img{transform: scale(1)}

@media screen and (max-width: 1559px) { 
.m5n{ padding-bottom:93px; padding-top: 23px;width: 1200px;}

.box-lunbo1 .box-list { position: relative; height: 390px; overflow: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000px; perspective: 1000px; }
.box-lunbo1 .list-item { position: absolute; top: 0; width: 286px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }
.box-lunbo1 .list-item1 { z-index: 1; left: 0; -webkit-transform: rotateY(58deg) scale(0.9); -moz-transform: rotateY(48deg) scale(0.9); transform: rotateY(48deg) scale(0.9); }
.box-lunbo1 .list-item2 { z-index: 2; left: 136px; -webkit-transform: rotateY(45deg) scale(0.9); -moz-transform: rotateY(45deg) scale(0.9); transform: rotateY(45deg) scale(0.9); }
.box-lunbo1 .list-item3 { z-index: 3; left: 362px; margin: 0 auto; }
.box-lunbo1 .list-item4 { z-index: 2; left: 585px; -webkit-transform: rotateY(-45deg) scale(0.9); -moz-transform: rotateY(-45deg) scale(0.9); transform: rotateY(-45deg) scale(0.9); }
.box-lunbo1 .list-item5 { z-index: 1; left: 730px; -webkit-transform: rotateY(-58deg) scale(0.9); -moz-transform: rotateY(-48deg) scale(0.9); transform: rotateY(-48deg) scale(0.9); }
.box-lunbo1 .list-item6 { left: 101%; -webkit-transform: rotateY(-58deg) scale(0.9); -moz-transform: rotateY(-48deg) scale(0.9); transform: rotateY(-48deg) scale(0.9); }
.box-lunbo1 .list-item0 { left: -286px; }
}
@media screen and (max-width: 1359px) { 
.main5{ padding-top:35px; padding-bottom:45px;}
.m5pz{ font-size: 14px; font-size: 1.4rem; margin-top: 3px;}
.m5n{ padding-bottom:75px; padding-top: 2px; width: calc(100% - 160px);}
.m5n .box-btn { font-size:30px;}
.box-lunbo1 { display: none; }
  .box-lunbo2 { display: block; }
  .box-lunbo2 .list-item { width: 2.4%; }
  .box-lunbo { margin-top: 30px; padding: 0 50px; } 
}
@media screen and (max-width: 999px) { 
    .main5:after{display: none;}
.box-lunbo { margin-top: 30px;}
    .m5n{width: 95%;}
.m5n .box-btn { font-size:26px;}
}
@media screen and (max-width: 767px) {.m5n{ padding-bottom:55px;}
    .main5{padding-bottom:30px;}
.m5pz{ font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 3px;}
 .box-lunbo { margin-top: 30px; padding: 0 32px; } }
@media screen and (max-width: 640px) {.m5n{ padding-bottom:45px;} .box-lunbo2 .list-item { margin-right: .2%; width: 3.2%; } }
@media screen and (max-width: 480px) {.m5n .box-btn { font-size:26px;}
.m5n{ padding-bottom:30px;} .box-lunbo2 .list-item { margin-right: .2%; width: 4.9%; } }

/*  main6  */
.main6{ padding-top: 120px; padding-bottom: 121px;}
.m6biao{display: block; text-align: center; font-size: 42px; font-size: 4.2rem; line-height: 50px; position: relative; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; padding-top: 18px;}
.m6biao:before{content: ""; position: absolute; width: 48px; height: 3px; background: #008cff; top: 0px; left: 50%; transform: translateX(-50%);}
.m6biao span{color: #008cff;}
.m6z a{display: block; font-size: 16px; font-size: 1.6rem; line-height: 26px; color: #666666; max-width: 777px; margin: auto; text-align: center; margin-top: 12px;}

.m6n{font-size: 0px; padding-top: 40px;}
.m6lie{ width: 31.66%; display: inline-block; vertical-align: top; margin-left: 2.5%; margin-top: 20px;}
.m6lie:nth-child(3n-2){margin-left: auto;}
.m6tu{position: relative;}
.m6tun{display: block;}
.m6tun img{width: 100%;}
.m6riqi{display:block; position: absolute; width: 100%; background: #008cff; line-height: 24px; padding: 5px; left: 0px; bottom: 0px; text-align: center; color: #ffffff; font-size: 16px; font-size: 1.6rem; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana; z-index: 99}
.m6zi{ padding-top: 10px;}
.m6a{display: block; font-size: 18px; font-size: 1.8rem; line-height: 29px;display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m6p a{display: block; color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 27px; margin-top: 7px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m6a:hover,.m6p a:hover,.m6biao:hover,.m6z a:hover{ color: #008cff;}

@media screen and (max-width:1359px) {
.main6{ padding-top: 70px; padding-bottom: 70px;}
.m6biao{ font-size: 32px; font-size: 3.2rem; line-height: 40px; padding-top: 12px;}
.m6z a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; max-width: 777px; margin-top: 10px;}

.m6n{ padding-top: 20px;}

.m6riqi{ font-size: 14px; font-size: 1.4rem;}
.m6a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.m6p a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 7px;}
}
@media screen and (max-width:999px) {
.main6{ padding-top: 30px; padding-bottom: 30px;}
.m6biao{ font-size: 26px; font-size: 2.6rem; line-height: 32px; padding-top: 12px;}
.m6z a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; max-width: 777px; margin-top: 10px;}

.m6n{ padding-top: 10px;}
.m6lie{ width: 32.33%; margin-left: 1.5%; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.m6biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px; padding-top: 12px;}
.m6z a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; max-width: 777px; margin-top: 10px;}
.m6lie{ width: 49%; margin-left: 2%; margin-top: 20px;}
.m6lie:nth-child(2n-1){margin-left: auto;}
.m6a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.m6p a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 7px;}
.m6riqi{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
}

/*  foot  */
.foot input::-webkit-input-placeholder {/* WebKit browsers */
 color:#777777;opacity:1}
.foot input:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#777777;opacity:1 }
.foot input::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#777777;opacity:1 }
.foot input:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#777777;opacity:1 }

.foot{ background:#1a1a1a; position:relative; padding-top:46px; padding-bottom:21px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.fo1{ width:130px; float:left;}
.fo2{ width:340px; float:left; margin-left:40px;}
.fo3{ width:267px; float:left; margin-left:79px;}
.fo4{ width:280px; float:right;}

.fologo{ display:block; width: 115px; margin-top: -16px;}
.fologo img{ width:100%;}
.ful{ font-size:16px; font-size:1.6rem; line-height:32px; color:#ffffff; margin-top:37px;}
.ful li{ color:#ffffff; position:relative; margin-top: 2px;}
.ful li a{ color:#ffffff;}
.ful>a{ display:block; color:#ffffff;}

.fobiao{ display:block; font-size:18px; font-size:1.8rem; color:#ffffff; line-height:30px;font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;} 

.fo3p{color: #ffffff; font-size: 16px; font-size: 1.6rem; line-height: 32px; margin-top: 40px;}
.fo3 form {margin-top: 51px; position: relative;}
.fsou{width: 100%; height: 46px; background: #cbcbcb; line-height: 46px; padding-left: 12px; padding-right: 50px; color: #777777; font-size: 16px; font-size: 1.6rem;}
.fsuo{ width: 46px; height: 46px; background:none; position: absolute; right: 0px; top: 0px; z-index: 2; cursor: pointer;}
.fsousuo i{ display: block; width: 46px; height: 46px; background: #008cff; text-align: center; line-height: 46px; color: #fff; font-size: 26px; position: absolute; right: 0px; top: 0px; z-index: 1}

.fo4n{ font-size:0px; padding-top:16px;}
.fo4n:after{ content:""; clear:both; display:block;}
.fo4n a{ display:inline-block; min-width:50%; color: #fff; font-size:16px; font-size:1.6rem; line-height:24px; margin-top:16px;}
.fo4n a i{ display:inline-block; vertical-align:middle; margin-right:10px; font-size:18px;}

.shejiao2{ padding-top:3px; float:right; margin-top:10px;}
.shejiao2:after{ content:""; clear:both; display:block;}
.shejiao2 a{ display:block; float:left; width:32px; height:32px; line-height:28px; text-align:center; color:#d5d5d5; border:2px solid #d5d5d5; border-radius:50%; font-size:16px; margin-left:23px; margin-top:10px;}
.she1{ background:#3b5998}
.she2{ background:#05afdc}
.she3{ background:#d38f2e}
.she4{ background:#c8312a}
.she5{ background:#007bb6}

.fop{ font-size:16px; font-size:1.6rem; line-height:24px; color:#ffffff; margin-top:19px;}
.fop a{ display:inline-block; color:#ffffff;}
.youlian{ font-size:16px; font-size:1.6rem; line-height:24px; color:#ffffff; margin-top:20px;}
.youlian p{ display:inline-block; color:#ffffff;}
.youlian a{ display:inline-block; color:#ffffff; margin-right:15px;}

.fotag{ border-top:1px solid #b7b7b7; margin-top:40px; padding-top:30px;}

.foot a:hover{ color:#008cff;}
.shejiao2 a:hover{ border-color:#008cff; color:#ffffff;}


@media screen and (max-width:1559px) {
.ful{ font-size:14px; font-size:1.4rem; line-height:34px; color:#ffffff; margin-top:41px;}
.fo3 .int1 input,.fo3 .int4 textarea,.fo3 .int2 input,.youlian,.fop{ font-size:14px; font-size:1.4rem;}
.fo4n a{ font-size:14px; font-size:1.4rem; line-height:24px; margin-top:10px;}
}
@media screen and (max-width:1359px) {
.fo1{ width:18%; float:left;}
.fo2{ width:26%; float:left; margin-left:2%;}
.fo3{ width:24%; float:left; margin-left:2%;}
.fo4{ width:24%; float:right;}

.fop{ float:none; margin-top:5px;}
.youlian{ margin-top:5px;}
.fotag{ margin-top:30px;}

.shejiao2{ float:none; margin-top:25px;}
.shejiao2 a{ margin-left:0px; margin-right:10px;}
}
@media screen and (max-width:999px) {
    .foot{padding-bottom: 80px;}
.fo1{ width:48%; float:left;}
.fo2{ width:48%; float:right; margin-left:0px;}
.fo3{ width:48%; float:left; margin-left:0px; margin-top:30px;}
.fo4{ width:48%; float:right; margin-top:30px;}

.shejiao2 a{ margin-right:5px;}
    .fop{margin-top: 30px; border-top: 1px solid #fff; padding-top: 15px; font-size: 14px; font-size: 1.4rem;}
.clear3{ display:block; clear:both;}
}
@media screen and (max-width:767px) {
.foot{ padding-top:20px; padding-bottom:60px;}
.youlian,.fo1,.fo2,.fo3,.fologo,.ful{display:none}
.fo4{ width:100%; float:none; margin:auto;}
.fo4n{ margin:auto; padding:0px; padding-bottom:15px; text-align:center;}
.fo4n a{ width:auto; min-width:0px; margin-right:20px; font-size:12px; font-size:1.2rem;}
.fop{ text-align:center; font-size:12px; font-size:1.2rem; line-height:24px;}
.fo1{ width:auto; float:none; margin:auto; padding:0px;}
.shejiao2{ text-align:center; margin-top:0px;}
.shejiao2 a{ margin-top:5px; float:none; display:inline-block; vertical-align:middle;}
.foot2{ margin-top:20px;}
}

.top{width: 40px; height: 40px; background: #fff url(../images/top.jpg) no-repeat center; border-radius: 5px; line-height:40px; margin:auto; cursor:pointer;position:fixed;right:20px;bottom:-100px;transition:0.9s;z-index:99999;}
.bottom{bottom:150px;}


.lianxi{ position:fixed; width:53px; right:0px; top:50%; transform:translateY(-50%); z-index:99999}
.lianxi div a{ display:block; margin:auto; width:53px; height:53px; text-align:center; line-height:53px; font-size:24px; color:#fff; background:#8a8a8a; margin-top:1px;}
.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; 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{ background:#008cff; color:#fff;}
.clear2{ display:none}

@media screen and (max-width:999px) {
.youlian{display:none}
.top{width:20%;height:50px;line-height:50px;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;  padding:0px; transform:translateY(0); border-radius:0px;}
.lianxi div{ width:20%; float:left;}
.lianxi div a{ margin:auto; width:100%; background:#fff; color:#008cff; border-radius:0px; height:50px;line-height:50px;}
.weixin2{ display:block}
.weixin1{ display:none}
}

/*******************  product  ******************/
.fenbanner{ background-size: cover !important; height: 483px; position: relative;}
.fenn{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.fenn:before{ content: ""; position: absolute; width: 90%; height: 160%; left: -10%; top: -30%; background: rgba(0,0,0,0.15); filter: blur(30px); z-index: -1}
.fenbiao{display: block; color: #ffffff; font-size: 48px; font-size: 4.8rem; line-height: 54px; position: relative; padding-top: 24px;}
.fenbiao:before{content: ""; position: absolute; width: 45px; height: 4px; background: #ffffff; left: 0px; top: 0px;}
.fenp{color: #ffffff; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 22px; max-width: 709px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4;  overflow: hidden;}
.fenp p{color: #ffffff;}

.mianbao{ font-size: 16px; font-size: 1.6rem; line-height: 30px; padding-top: 11px;}
.mianbao a:hover{color: #008cff;}
.comian{color: #008cff !important;}

@media screen and (max-width:1359px) {
.fenbiao{ font-size: 38px; font-size: 3.8rem; line-height: 44px; padding-top: 17px;}
.fenbiao:before{ width: 30px; height: 3px;}
.fenp{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 12px;}
.mianbao{ font-size: 14px; font-size: 1.4rem; line-height: 30px; padding-top: 11px;}
}
@media screen and (max-width:999px) {
.fenbanner{ height: 400px;}
.fenbiao{ font-size: 30px; font-size: 3rem; line-height: 40px; padding-top: 17px;}
}
@media screen and (max-width:767px) {
    .fenbanner{ height: 150px;}
    .fenn{ display: none}
.mianbao{ font-size: 12px; font-size: 1.2rem; line-height: 22px; padding-top: 8px;}
}

/*  main  */
.prmain{ padding-top:34px; padding-bottom:145px;}
.prmain:after{content: ""; clear: both; display: block;}
.prl{ width:30.8%; float:left;}
.prr{ width:67.25%; float:right;}

.j-nextshow { position: relative;}
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 50%; margin-top:-9px; 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: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #FFFFFF; }
.prbiao{ display:block; font-size:32px; font-size:3.2rem; color: #ffffff; line-height:56px; position:relative; padding: 0 13px; background: #008cff;}
a.prbiao:hover{ text-decoration: underline;}

.pryiji{ border-top:none; border-bottom:none; padding-top:7px;}
.pryiji>li{ background:#ffffff; margin-top:7px;}
.pryiji>li>a{ display:block; padding-left:12px; padding-right:45px; position:relative; background: #e5f3ff;}
.pryiji>li>a:before{ content:""; width:8px; height:2px; background:#333333; position:absolute; right:15px; top:50%; margin-top:-1px;}
.pryiji>li>a:after{ content:""; width:8px; height:2px; background:#333333; position:absolute; right:15px; top:50%; margin-top:-1px; transform:rotate(90deg); transition:0.5s;}
.pryiji li a span{ display:block; padding:15px 0px; font-size:16px; font-size:1.6rem; line-height:26px; transition:0.5s;}
.prerji{ padding:10px;}
.prerji li{}
.prerji li a{ display:block; font-size:16px; font-size:1.6rem; line-height:26px; padding:8px 0; border-bottom: 1px solid #b8b8b8; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.prerji>li:last-child>a{ border:none;}

.prsanji{ padding:10px 0; display: none}
.prsanji li a{ font-size:14px; font-size:1.4rem; padding:2px 0; border:none; padding-left:30px;}
.pryiji>li:hover>a{ background:#008cff;}
.pryiji>li:hover>a:after{ transform:rotate(0deg); background:#fff;}
.pryiji>li:hover>a>span{ color:#fff;}
.prerji li a:hover{ color:#008cff; border-color:#008cff;}
.prerji>li>a:hover:after{ background:#008cff;}
.dangyi>a{ background:#008cff !important;}
.dangyi>a:after{ transform:rotate(0deg) !important; background:#fff !important;}
.dangyi>a span{ color:#fff !important;}
.danger>a{ color:#008cff !important; border-color:#008cff !important;}
.dangsan>a{ color:#008cff !important; border-color:#008cff !important;}

.prlb{ margin-top:45px;}
.prlbn{ margin-top:18px; padding: 0 10px;}
.prlbn a{ display:inline-block; vertical-align:middle; color:#666666; font-size:16px; font-size:1.6rem; line-height:30px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.prlbn a:hover{ color:#008cff;}

.prlc{ margin-top:44px;}
.prlcn{ background:#ffffff; padding:0px 15px; padding-top:10px; margin-top:10px;}
.prlclie{ margin-top:10px; margin-bottom:24px; min-height:100px; border-bottom:1px solid #e1e1e1; position:relative; padding-top:1px;}
.prlctu{ display:block; width:110px; position:absolute; left:0px; top:4px;}
.prlctu img{ width:100%; max-width:285px; margin:auto;}
.prlczi{ margin-left:125px; margin-top:-4px;}
.prlczi a{ display:block; font-size:16px; font-size:1.6rem; line-height:30px; max-height:90px; overflow:hidden;}
.prlczi a:hover{color: #008cff;}
.prlclie:last-child{ border:none;}

.prt{ padding-bottom:15px;}
.prtbiao{ font-size:28px; font-size:2.8rem; line-height:34px; color:#008cff;}
.prtn{ color: #666666; font-size:16px; font-size:1.6rem; line-height:30px; margin-top:14px;}
.prtn p,.prtn em,.prtn strong{ color: #666666;}

.przhan{ position:relative; overflow:hidden; padding-bottom:15px;}
.przhanh{ height:auto !important;}
.fuc{ display:block; width:100%; height:152px; position:absolute; bottom:0px; left:0px;
	background: -moz-linear-gradient(top, rgba(233,235,243,0) 0%, rgba(233,235,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, rgba(233,235,243,0) 0%,rgba(233,235,243,1) 100%);
    background: -o-linear-gradient(top, rgba(233,235,243,0) 0%,rgba(233,235,243,1) 100%);
    background: -ms-linear-gradient(top, rgba(233,235,243,0) 0%,rgba(233,235,243,1) 100%);
    background: linear-gradient(to bottom, rgba(233,235,243,0) 0%,rgba(233,235,243,1) 100%);
	}

.zhankai{ cursor:pointer; color: #008cff; font-size:16px; font-size:1.6rem; line-height:24px; margin-top:4px; text-decoration: underline;}
.fuch{ display:none !important;}

.prlie{ width:100%; background:#ffffff; position:relative; margin-bottom:25px; padding-bottom: 24px; border-bottom: 1px solid #bdbdbd; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.prrn .prlie:last-child{border: none;}
.prtu{ display:block; width:260px; margin-left: 0px;}
.prtu img{ width:100%;}
.przi{ padding-top:1px; width: -moz-calc(100% - 284px);  width: -webkit-calc(100% - 284px);  width: calc(100% - 284px);}
.pra{ display:block; font-size:18px; font-size:1.8rem; line-height:28px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.prp a{ display:block; color: #666666; font-size:16px; font-size:1.6rem; line-height:24px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden; margin-top:21px;}
.prin{ margin-top:40px;}
.prin input{ display:inline-block; vertical-align:middle; cursor:pointer; margin-right:10px;}
.prmor{ display:inline-block; vertical-align:middle; width: 176px; height: 36px; line-height:34px; border: solid 1px #008cff; border-radius: 18px; padding:0 5px; text-align:center; color: #008cff; font-size:16px; font-size:1.6rem; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.pra:hover,.prp a:hover{ color: #008cff;}
.prmor:hover{ background:#008cff; color:#fff;}

.fenye{ padding-top:54px; text-align:center;}
.fenyen{  display:inline-block; *float:left;}
.fenyen a{ display:inline-block; *float:left; border: solid 1px #666666; background:#fff; width:46px; height:46px; text-align:center; line-height:44px; margin-right:6px; margin-left:6px; margin-bottom:10px; font-size:18px; font-size:1.8rem; color:#666666; border-radius: 50%;}
.fenyen a:hover{ color:#fff; background:#008cff; border-color:#008cff;}
.fenyen .sx{}
.dangqianfen{ color:#fff !important; background:#008cff !important; border-color:#008cff !important;}
.fuxuan{ display:inline-block; *float:right; margin-bottom:10px; margin-left:15px; /*background:url(../images/fuxuan.png) no-repeat right center;*/ padding-right:23px;}
.fuxuan input{ width:240px; height:45px; line-height:43px; background:#008cff; border:1px solid #008cff; color:#fff; cursor:pointer; transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s; font-size:16px; font-size:1.6rem; border-radius: 22px;}
.fuxuan input:hover{ color:#008cff; background:#fff;}
.fenyen .no:hover{
    border: solid 1px #666666;
    background: #fff;
    color: #666666;
}
@media screen and (max-width:1359px) {
.prl{ width:25%; float:left;}
.prr{ width:72%; float:right;}

.pryiji>li>a{ padding-left:7px;}
.pryiji>li>a span{ font-size:16px; font-size:1.6rem;}
.prerji{ padding: 0px;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
.prlie p a{ font-size:14px; font-size:1.4rem;}
.prmor{ min-width:90px;}

.prlczi a{ font-size:14px; font-size:1.4rem; line-height:26px; max-height:78px; overflow:hidden;}

.prtbiao{ font-size:20px; font-size:2rem; line-height:32px;}
.prtn{ font-size:14px; font-size:1.4rem; line-height:26px; margin-top:6px;}
.prtu{ width:160px;}
.przi{width: -moz-calc(100% - 180px);  width: -webkit-calc(100% - 180px);  width: calc(100% - 180px);}
.pra{ font-size:16px; font-size:1.6rem; line-height:24px;}
.prp a{ font-size:14px; font-size:1.4rem; line-height:24px; margin-top:15px; -webkit-line-clamp: 2;}
.prin{ margin-top:15px;}
.prin input{ margin-right:6px;}
.prmor{ font-size:14px; font-size:1.4rem;}

.prlbn{padding: 0px;}
.prlbn a{ font-size:12px; font-size:1.2rem;}
.prlb{ margin-top:20px;}
.prbiao{ font-size:18px; font-size:1.8rem; line-height:34px; padding: 10px;}
.zhankai{ font-size:14px; font-size:1.4rem; line-height:24px; margin-top:4px; text-decoration: underline;}

.fenye{ padding-top:32px;}
.fenyen a{ width:28px; height:28px; line-height:26px; margin-right:3px; margin-left:3px; font-size:14px !important; font-size:1.4rem !important;}
.sx i,.big i{ font-size:12px !important; font-size:1.2rem !important;}
.fuxuan input{ height:28px; line-height: 28px; font-size:14px; font-size:1.4rem;}
}
@media screen and (max-width:999px) {
.fenbanner{}
.fenbiao{ color: #ffffff; font-size:26px; font-size:2.6rem; line-height:32px; position:relative; padding-left:10px;}
.fenbiao:before{ width:3px;}
.mianbao{ font-size:14px; font-size:1.4rem; padding-top:20px;}

.prlcn{ padding:5px;}
.prlczi{ margin-left:120px;}

.prmain{ padding-top:16px; padding-bottom:29px;}
.prl{ width:33%; float:left;}
.prr{ width:65%; float:right;}
.prsanji{ padding-left:20px;}
.prlbn{ font-size:14px; font-size:1.4rem;}
.prne{ padding-top:27px;}
.fenye{ padding-top:24px;}
.fenyen a{ width:30px; height:30px; line-height:28px; font-size:14px; margin-left:2px; margin-right:2px;}
.fuxuan input{ height:30px; line-height:28px; font-size:14px; font-size:1.4rem; min-width:160px;}
.prlbn{ font-size:14px; font-size:1.4rem; line-height:30px;}
.prlcp a{ font-size:14px; font-size:1.4rem;}

.prtn{ font-size:14px; font-size:1.4rem;}
.prlie{ width:100%; margin-bottom:15px; padding-bottom: 15px;}

.prtu{ width:120px;}
.przi{width: -moz-calc(100% - 130px);  width: -webkit-calc(100% - 130px);  width: calc(100% - 130px);}
.pra{ font-size:14px; font-size:1.4rem; line-height:24px; -webkit-line-clamp: 1;}
.prp a{ font-size:12px; font-size:1.2rem; line-height:24px; height:48px; margin-top:6px;}
.prmor{ width: 110px; height:25px; line-height:23px; font-size:12px; font-size:1.2rem;}
.prlie input{ left:5px; top:5px; bottom:auto}
.prlie .prmor{ margin-left:0px;}
.fuxuan input{ width:170px;}
  }
@media screen and (max-width:767px) {
.mianbao{ font-size:12px; font-size:1.2rem; line-height:22px; padding-top:10px;}

.fenbiao{ font-size:22px; font-size:2.2rem; line-height:30px;}
a.prbiao:hover{ background:#008cff; color:#fff}

.prl{ width:100%; float:none; margin-top:30px;}
.prr{ width:100%; float:none;}
/*.proslide_menubtn { display:block}
.pryiji{ display:none}*/
.prmor{ font-size:12px; font-size:1.2rem;}
.prbiao{ text-align:left; padding-right:40px;}
.prlbn,.prtn,.prlie p a,.prlcp a{ font-size:12px; font-size:1.2rem;}
.pryiji li a span{ font-size:14px; font-size:1.4rem;}
.pryiji>li>a{ font-size:14px; font-size:1.4rem;}
.prerji li a{ font-size:12px; font-size:1.2rem;}

.fenyen a{ font-size:12px; font-size:1.2rem;}
}

/*****************************  product2-1  **************************/
.prmain2{ padding-top: 30px; padding-bottom: 10px; display: flex; flex-flow: wrap; justify-content: space-between;}
.prmain2:after{content: ""; clear: both; display: block;}

.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:49.66%;}
.m-propic .pic-big { position: relative; float: left; width: 78%; -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: 20.3%; 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:3.6rem; cursor: pointer; color:#666666; 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:#008cff;}
.m-propic .pic-list { position: relative; height: 0px; padding-bottom:315%; margin-top: 44px; margin-bottom: 44px;  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;}
.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: #32c35e; }
.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: #32c35e; }
.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: #32c35e !important; }

.item-pic{ position:relative;}
.item-pic video,.item-pic iframe{ position:absolute; width:100%; height:100%; left:0px; top:0px;}

.jianjie{ width:39.5%; padding-top: 3px; position: relative;}
.jianjie h1{ font-size:28px; font-size:2.8rem; line-height:34px; color: #333333; padding-bottom: 17px; position: relative;}
.jianjie h1:before{content: "";position: absolute; width: 77px; height: 2px; background: #008cff; left: 0px; bottom: 0px;}
.jianp{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 28px; margin-top: 35px;}
.jianp p{color: #666666;}
.jianp strong{color: #333333; font-size: 20px; font-size: 2rem; font-weight: normal;}

.share{ margin-top: 36px;}
.share1{ display:inline-block; font-size:16px; font-size:1.6rem; line-height:18px; margin-right:8px; vertical-align:middle; color: #666666;}
.share2{display:inline-block; vertical-align:middle;}

.inno{ font-size: 0px; padding-top: 22px;}
.inno a{display: inline-block; vertical-align: middle; width: 199px; height: 46px; background: #fff; border: solid 2px #008cff; border-radius: 23px; line-height: 42px; text-align: center; color: #008cff; font-size: 16px; font-size: 1.6rem; margin-left: 22px; margin-top: 20px;}
.inno a:first-child{margin-left: auto;}
.inno a:hover{ background: #008cff; color: #fff;}

@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) { 
.prmain2{ padding-top: 20px; padding-bottom: 10px; display: flex; flex-flow: wrap; justify-content: space-between;}

.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: 49%; height: 40px; line-height: 36px; font-size: 14px; font-size: 1.4rem; margin-left: 2%; margin-top: 20px;}

.m-propic .list-item { margin-bottom:9.4%;}
.m-propic .pic-btn { height:22px; line-height:22px; font-size:20px; font-size:2rem; background: rgba(0, 140, 255,0.6); color: #fff;}
.m-propic .pic-list { padding-bottom:380%; 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){
.prmain2{ 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;}
}
 @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%; } 
}

.prmao{ background: #fafafa; margin-top: 57px; line-height: 34px;}
.prmao .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}
.prmao a{ background: #008cff; color: #fff; font-size: 20px; font-size: 2rem; flex-grow: 1; text-align: center; padding: 10px 5px; margin: 2px 7px; border-radius: 0px 0px 8px 8px;}
.prmaoh{ position: fixed; width: 100%; left: 50%; transform: translateX(-50%); margin: auto !important; background: #fff; border-top: none; padding:5px 0px; z-index: 9999}

@media screen and (max-width:1359px) {
.prmao{ margin-top: 40px;}
.prmao a{ font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width:999px) {
.prmao{ margin-top: 20px; line-height: 26px;}
.prmao a{ font-size: 16px; font-size: 1.6rem; margin:2px; padding: 5px;}
}
@media screen and (max-width:767px) {
.prmao a{ font-size: 14px; font-size: 1.4rem;}
}

.mao1{ background: #fafafa; padding-top: 60px; padding-bottom: 68px;}
.maobiao{ text-decoration: underline; font-size: 24px; font-size: 2.4rem; line-height: 31px; background: url("../images/prlogo.png") no-repeat right center; padding: 5px 0; font-style: italic;}

.chanxiang{ font-size: 16px; font-size: 1.6rem; line-height: 28px; color: #666666; margin-top:43px;}
.chanxiang p,.chanxiang em{color: #666666;}
.chanxiang strong{color: #333333; font-size: 18px; font-size: 1.8rem; font-weight: normal;}
.chanxiang img{max-width: 100%; display: inline-block;}
.chanxiang a{ text-decoration: underline;}

.chanxiang2{color: #333333;}
.chanxiang2 p{color: #333333;}
.chanxiang2 em{display: inline-block; color: #666666; min-width: 85px; font-style: normal;}

.table{ width:100%; overflow:auto;}
.table table{ width:100%; border-collapse:collapse; line-height:24px; background: #fff;}
.table table tr{}
.table table tr td{ padding:10px; font-size:16px; font-size:1.6rem; border-left:1px solid #b8b8b8; color: #666666;}
.table table tr td:first-child{ border-left:none;}
.table table tr:nth-child(2n-1) td{ background: #e5e5e5;}
.table table tr:first-child td{ background: #008cff; line-height: 29px; color: #ffffff; font-size: 22px; font-size: 2.2rem;}

@media screen and (max-width:1359px) {
.chanxiang{ font-size: 14px; font-size: 1.4rem; line-height: 28px; margin-top:30px;}
.chanxiang strong{ font-size: 16px; font-size: 1.6rem;}
.table table tr td{ padding:10px; font-size:14px; font-size:1.4rem;}
.table table tr:first-child td{ font-size: 18px; font-size: 1.8rem;}
.mao1{ padding-top: 30px; padding-bottom: 38px;}
.maobiao{ font-size: 20px; font-size: 2rem; line-height: 30px; padding: 5px 0; background-size: 40px;}
}
@media screen and (max-width:999px) {
.chanxiang2 em{ min-width: 0px; padding-right: 5px;}
}
@media screen and (max-width:767px) {
.maobiao{ font-size: 18px; font-size: 1.8rem; line-height: 30px; padding: 5px 0; background-size: 40px;}
.chanxiang{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top:26px;}
.chanxiang strong{ font-size: 14px; font-size: 1.4rem;}
.table table tr td{ padding:5px; font-size:12px; font-size:1.2rem;}
.table table tr:first-child td{ font-size: 14px; font-size: 1.4rem;}
}

.mao2{background: url("../images/pr2bei.jpg") no-repeat center; background-size: cover; padding-top: 26px; padding-bottom: 78px;}
.mao2 .chanxiang{ width: 80%;}
@media screen and (max-width:767px) {
.mao2{ padding-top: 22px; padding-bottom: 30px;}
.mao2 .chanxiang{ width: 100%;}
}

.mao3{ padding-top: 77px; background: #fafafa; padding-bottom: 38px;}
.mao31{ display: flex; flex-flow: wrap; justify-content: space-between; }
.mao3tu{ width: 380px;}
.mao3tu img{width: 100%;}
.mao3zi{width: -moz-calc(100% - 410px);  width: -webkit-calc(100% - 410px);  width: calc(100% - 410px);}
.mao32{display: flex; flex-flow: wrap; padding-top: 20px;}
.mao3lie{ width: 32.9%; margin-left: 0.65%; background: #ffffff; margin-top: 23px;}
.mao3lie:nth-child(3n-2){margin-left: 0px;}
.mao32tu{display:block;}
.mao32tu img{width: 100%;}
.mao32zi{padding: 15px; padding-bottom: 25px;}
.mao3a{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.mao3p{ font-size: 16px; font-size: 1.6rem; color: #666666; line-height: 28px; margin-top: 10px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}

.mao4{padding-top: 25px; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); padding-bottom: 52px; position: relative; z-index: 9}

@media screen and (max-width:1359px) {
.mao3a{ font-size: 16px; font-size: 1.6rem; line-height: 30px;}
.mao3p{ font-size: 14px; font-size: 1.4rem; line-height: 28px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.mao3lie{ width: 49%; margin-left: 2% !important; margin-top: 15px;}
.mao3lie:nth-child(2n-1){margin-left: 0px !important;}
.mao4{padding-top: 25px; padding-bottom: 32px;}
}
@media screen and (max-width:767px) {
.mao3{ padding-top: 37px; padding-bottom: 38px;}
.mao3tu{ max-width: 380px; margin: auto;}
.mao3zi{width:100%; margin-top: 15px;}
.mao32zi{padding: 15px 10px;}

.mao3a{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
.mao3p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
}
@media screen and (max-width:479px) {
.mao3{ padding-top: 30px; padding-bottom: 30px;}
.mao3lie{ width: 100%; margin-left: auto !important;}
}

.mao5{ background: #fafafa; padding-top: 48px; padding-bottom: 84px;}
.mao5n{ padding-top: 17px;}
.mao5lie{ margin-top: 20px;}
.mao5wen{ background: #008cff; line-height: 31px; padding: 10px 20px; color: #ffffff; font-size: 18px; font-size: 1.8rem; padding-right: 45px; position: relative;}
.mao5wen i{ color: #ffffff; font-size: 14px; position: absolute; right: 20px; top: 10px;}
.mao5da{border: solid 2px #b2b2b2; border-top: none; line-height: 31px; padding: 12px 20px; font-size: 18px; font-size: 1.8rem; font-weight: bold;}

@media screen and (max-width:1359px) {
.mao5{ padding-top: 30px; padding-bottom: 40px;}

.mao5n{ padding-top: 10px;}
.mao5lie{ margin-top: 15px;}
.mao5wen{ line-height: 31px; padding: 10px; font-size: 14px; font-size: 1.4rem; padding-right: 35px;}
.mao5wen i{ right: 10px; top: 10px;}
.mao5da{line-height: 31px; padding: 10px; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:767px) {
.mao5wen{ line-height: 22px; padding: 10px 5px; font-size: 12px; font-size: 1.2rem; padding-right: 35px;}
.mao5da{line-height: 22px; padding: 10px 5px; font-size: 12px; font-size: 1.2rem;}
}

.homain{ padding-top: 50px; padding-bottom: 50px;}
.hobiao{display: block; font-size: 36px; font-size: 3.6rem; line-height: 40px; padding-right: 80px;}

.img-scroll2 {position: relative; margin-top:36px;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; height: 46px; line-height:46px; font-size:16px; font-size:3.2rem; color:#000000; top: -80px; transition: 0.5s; z-index: 999}
.img-scroll2 .prev { right: 40px; cursor: pointer;}
.img-scroll2 .next { right:0px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { color: #0064fb;}
.img-list2 {position: relative;overflow: hidden;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:0.2433%; margin-right:0.0134%; position:relative;}
.hotu{display: block;}
.hotu img{width: 100%;}
.hozi a{display: block; font-size: 14px; font-size: 1.4rem; line-height: 25px; margin-top: 8px;}
.hozi a:hover,.hobiao:hover{ color: #008cff;}

.prtag{ font-size: 16px; font-size: 1.6rem; line-height: 30px; padding-top: 52px; padding-bottom: 153px;}
.prtag span,.prtag a{}
.prtag a:hover{ color: #008cff;}

@media screen and (max-width:1359px) {
.homain{ padding-top: 30px; padding-bottom: 40px;}
.hobiao{font-size: 30px; font-size: 3rem; line-height: 40px; padding-right: 80px;}
.img-scroll2 { margin-top:22px;}
.img-scroll2 .prev, .img-scroll2 .next { top: -70px;}
.img-list2 li {width:0.3233%; margin-right:0.015%;}
.prtag{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding-top: 30px; padding-bottom: 53px;}
}
@media screen and (max-width:767px) {
.homain{ padding-top: 30px; padding-bottom: 30px;}
.hobiao{font-size: 22px; font-size: 2.2rem; line-height: 30px; padding-right: 80px;}
.img-scroll2 .prev, .img-scroll2 .next { top: -60px; font-size:16px; font-size:2.8rem;}
.img-list2 li {width:0.49%; margin-right:0.02%;}
.hozi a{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.prtag{ font-size: 12px; font-size: 1.2rem; line-height: 22px; padding-top: 10px; padding-bottom: 30px;}
}

/******************  about  ********************/
.abmain1{padding-top: 39px; position: relative; background: url("../images/ab1bei.png") no-repeat right 40px;}
.abmain1:before{content: ""; position: absolute; width: 100%; height: 100%; background: url("../images/ab1bei.jpg") repeat-y right; z-index: -1; top: -100px;}
.ab1biao{ font-size: 36px; font-size: 3.6rem; line-height: 44px; position: relative; padding-bottom: 14px;}
.ab1biao:before{content: ""; position: absolute; width: 93px; height: 2px; background: #008cff; left: 0px; bottom: 0px;}
.ab1p{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 28px; margin-top: 38px; padding-right: 230px;}
.ab1p p{color: #666666;}
.abtu1{ margin-top: 30px;}
.abtu1 img{width: 100%;}

@media screen and (max-width:1359px) {
.ab1biao{ font-size: 30px; font-size: 3rem; line-height: 40px; padding-bottom: 10px;}
.ab1biao:before{ width: 40px; height: 2px;}
.ab1p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px; padding-right: 230px;}
}
@media screen and (max-width:999px) {
.abmain1{padding-top: 20px; background:none;}
.abmain1:before{display: none;}
.ab1biao{ font-size: 26px; font-size: 2.6rem; line-height: 40px; padding-bottom: 8px;}
.ab1p{ padding-right: 0px;}
.abtu1{ margin-top: 20px;}
}
@media screen and (max-width:767px) {
.ab1biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px; padding-bottom: 10px;}
.ab1p{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}

.abmain2{display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 60px; padding-bottom: 65px;}
.ab2tu{ width: 440px;}
.ab2tu img{width: 100%;}
.ab2zi{width: -moz-calc(100% - 460px);  width: -webkit-calc(100% - 460px);  width: calc(100% - 460px); position: relative; font-size: 16px; font-size: 1.6rem; line-height: 28px; color: #666666; padding-bottom: 67px;}
.ab2zi:before{content: ""; position: absolute; width: 210px; height: 2px; background: #008cff; right: 0px; bottom: 0px;}
.ab2zi p{color: #666666;}

@media screen and (max-width:1359px) {
.ab2zi{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding-bottom: 30px;}
}
@media screen and (max-width:999px) {
.abmain2{ padding-top: 30px; padding-bottom: 30px; display: block;}
.ab2tu{ width: 100%; max-width: 440px; margin: auto;}
    .ab2zi{width: 100%; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.ab2zi{ font-size: 12px; font-size: 1.2rem; line-height: 22px; padding-bottom: 20px;}
}

.abmain3{ background: url("../images/ab2bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative;}
.abmain3:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/ab2bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.abmain3:after{content: ""; position: absolute; width: 100%; height: 212px; left: 0px; bottom: 0px; background: #fff;}
.abmain3 .zong{position: relative; z-index: 3; padding-top: 197px;}
.abmain3 .zong:before{content: ""; position: absolute; width: 360px; height: 100%; background: #fff; left: 100%; top: 0px;}
.ab3n{ background: #fff; box-shadow: -5px 0px 15px 0px rgba(0, 0, 0, 0.2); padding: 34px; padding-right: 20px;}
.ab3biao{ font-size: 36px; font-size: 3.6rem; line-height: 42px; position: relative; padding-bottom: 15px;}
.ab3biao:before{content: ""; position: absolute; width: 93px; height: 2px; background: #008cff; left: 0px; bottom: 0px;}

.img-scroll3 {position: relative; margin-top:50px;}
.img-scroll3 .prev, .img-scroll3 .next {position: absolute; text-align:center; display: block; height: 46px; line-height:46px; font-size:16px; font-size:3.2rem; color:#666666; top:-92px; transition: 0.5s; z-index: 999}
.img-scroll3 .prev { right: 43px; cursor: pointer;}
.img-scroll3 .next { right:0px; cursor: pointer;}
.img-scroll3 .prev:hover,.img-scroll3 .next:hover { color: #008cff;}
.img-list3 {position: relative;overflow: hidden;}
.img-list3 ul {width: 10000%;}
.img-list3 li {float: left; width:0.227%; margin-right:0.0306%; position:relative;}
.ab3tu{display: block;}
.ab3tu img{width: 100%; transform: scale(1,1) !important}
.ab3zi{ font-size: 16px; font-size: 1.6rem; line-height: 24px; text-align: center; margin-top: 17px;}

@media screen and (max-width:1359px) {
.abmain3 .zong{ padding-top: 90px;}
.img-list3 li { width:0.3233%; margin-right:0.015%;}
.ab3n{ padding: 20px 10px;}
.ab3biao{ font-size: 26px; font-size: 2.6rem; line-height: 32px; position: relative; padding-bottom: 15px;}
}
@media screen and (max-width:999px) {
.abmain3 .zong{ padding-top: 40px;}
.img-scroll3 { margin-top:30px;}
.img-scroll3 .prev, .img-scroll3 .next { top: -70px;}
.ab3zi{ font-size: 14px; font-size: 1.4rem; margin-top: 10px;}
}
@media screen and (max-width:767px) {
.ab3biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px; padding-bottom: 10px;}
.img-scroll3 .prev, .img-scroll3 .next { top: -75px;}
.ab3zi{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}
@media screen and (max-width:599px) {
.img-list3 li { width:0.49%; margin-right:0.02%;}
}
@media screen and (max-width:349px) {
.img-list3 li { width:1%; margin-right:0.02%;}
}

.abmain4{ padding-top: 104px; padding-bottom: 179px;}
.img-scroll4 {position: relative; margin-top:50px; padding-bottom: 97px;}
.img-scroll4 .prev, .img-scroll4 .next {position: absolute; text-align:center; display: block; height: 32px; line-height:32px; font-size:16px; font-size:3.2rem; color:#666666; bottom: 0px; transition: 0.5s; z-index: 999}
.img-scroll4 .prev { left: 50%; margin-left: -37px; cursor: pointer;}
.img-scroll4 .next { right:50%; margin-right: -37px; cursor: pointer;}
.img-scroll4 .prev:hover,.img-scroll4 .next:hover { color: #008cff;}
.img-list4 {position: relative;overflow: hidden;}
.img-list4 ul {width: 10000%;}
.img-list4 li {float: left; width:0.32%; margin-right:0.02%; position:relative;}
.img-list4 li img{width: 100%;}

@media screen and (max-width:1359px) {
.abmain4{ padding-top: 40px; padding-bottom: 40px;}
.img-scroll4 { margin-top:30px; padding-bottom: 50px;}
}
@media screen and (max-width:767px) {
.abmain4{ padding-top: 30px; padding-bottom: 30px;}
.img-list4 li { width:0.49%; margin-right:0.02%;}
}

/*********************  application  ********************/
.appmain{ padding-bottom: 149px; padding-top: 34px;}
.appn{padding-bottom: 30px;}
.applie{ position: relative; padding: 33px 29px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; background: #f6f6f6; margin-top: 35px; transition: 0.5s;}
.apptu{ width: 334px; margin: 0px;}
.appzi{ width: -moz-calc(100% - 585px);  width: -webkit-calc(100% - 585px);  width: calc(100% - 585px); margin-right: 28px;}
.appmor{ display: block; width: 168px; height: 39px; background: #008cff; border-radius: 20px; line-height: 39px; text-align: center; color: #ffffff; font-size: 16px; font-size: 1.6rem; border: 1px solid #008cff;}
.appa{ font-size: 20px; font-size: 2rem; line-height: 30px; display: block; border-bottom: 1px solid #d6d6d6; padding-bottom: 15px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.appp a{display: block; color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 11px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.appa:hover,.appp a:hover{ color: #008cff;}
.appmor:hover{ background: #fff; color: #008cff;}
.applie:hover{ background: #fff; box-shadow: -5px 0px 7px 0px rgba(0, 0, 0, 0.2);}

@media screen and (max-width:1359px) {
.appmain{ padding-bottom: 49px; padding-top: 10px;}
.appn{padding-bottom: 10px;}
.applie{ padding: 10px; margin-top: 15px;}
.apptu{ width: 240px;}
.appmor{ width: 120px; height: 39px; line-height: 39px; font-size: 14px; font-size: 1.4rem; border: 1px solid #008cff;}
.appzi{ width: -moz-calc(100% - 400px);  width: -webkit-calc(100% - 400px);  width: calc(100% - 400px); margin-right:10px;}

.appa{ font-size: 16px; font-size: 1.6rem; line-height: 26px; padding-bottom: 10px;}
.appp a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 11px;}
}
@media screen and (max-width:767px) {
 .appmain{ padding-bottom:30px; padding-top: 10px;}
   .appmor{ display: none}
.apptu{ width: 160px;}
.appzi{ width: -moz-calc(100% - 170px);  width: -webkit-calc(100% - 170px);  width: calc(100% - 170px); margin-right:0px;}
.appa{ font-size: 14px; font-size: 1.4rem; line-height: 24px; padding-bottom: 5px;}
.appp a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 11px; -webkit-line-clamp: 2;}
}
@media screen and (max-width:399px) {
.apptu{ width: 100%;}
.appzi{ width: 100%; margin-top:10px;}
}

/**************************  application2  *************************/
.appbei{ background: url("../images/app2bei.jpg") repeat-y center;}

.appmain2{ padding-top: 50px; padding-bottom: 66px;}
.appmain2:after{ content: ""; clear: both; display: block;}
.appl{ width: 59.5%; float: left;}
.appr{ width: 31.4%; float: right;}

.appt2{ background: url("../images/net.jpg"); padding:23px 10px; display: flex; justify-content: space-between; align-items: center;}
.appt2 .share{margin-top: auto}
.appt2 .share1{color: #666666;}
.fanpian2{font-size: 0px;}
.fanpian2 p,.fanpian2 a{display: inline-block; margin-right: 10px; color: #333333; width: 34px; height: 34px; line-height: 34px;}
.fanpian2 p{ color: #666;}
.fanpian2 i{ font-size: 34px;}
.fanpian2 a:hover{ color: #008cff;}

.appbiao{ font-size: 22px; font-size: 2.2rem; line-height: 34px; margin-top: 32px;}
.appxiang{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 20px;}
.appxiang p,.appxiang em{color: #666666;}
.appxiang strong{color: #333333; font-size: 18px; font-size: 1.8rem; font-weight: normal;}
.appxiang a{color: #008cff;}

@media screen and (max-width:1359px) {
.appl{ width: 64%; float: left;}
.appr{ width: 30%; float: right;}

.appbiao{ font-size: 20px; font-size: 2rem; line-height: 28px; margin-top: 20px;}
.appxiang{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 20px;}
.appxiang strong{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width:999px) {
.appbei{ background:none}

.appmain2{ padding-top: 20px; padding-bottom: 20px;}
.appt2{ padding:10px 5px;}
.fanpian2 p,.fanpian2 a{ width: 25px; height: 34px; line-height: 34px;}
.fanpian2 i{ font-size: 30px;}

.appbiao{ font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 20px;}
.appxiang{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
.appxiang strong{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}
@media screen and (max-width:767px) {
.appmain2{ padding-top: 20px; padding-bottom: 10px;}
.appbiao{ font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 20px;}
.appl{ width: 100%; float: none;}
.appr{ width: 100%; float: none; margin-top: 20px;}
}

.apprbiao{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.apprn{padding-top: 14px;}
.apprlie{ border-bottom: 1px solid #d6d6d6; padding-bottom: 16px; margin-top: 22px;}
.apprlie:last-child{border: none;}
.apprp a{display: block; font-size: 18px; font-size: 1.8rem; line-height: 28px;}
.apprriqi{display: block; color: #8c8c8c; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 14px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width:1359px) {
.apprp a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.apprriqi{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.apprp a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}
@media screen and (max-width:767px) {
.apprlie{ padding-bottom: 10px; margin-top: 10px;}
.apprp a{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.apprriqi{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
}

/*********************  video  ********************/
.vimain{ position: relative; padding-top: 223px;}
.vimain:before{content: ""; position: absolute; background: #f6f6f6; width: 100%; height: 100%; left: 0px; bottom: 194px; z-index: -1}
.vibiao{ display: block; position: absolute; color: #ffffff; font-size: 272px; font-size: 27.2rem; line-height: 280px; top: 46px; left: 30px;}
.vin{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-end;}
.vitu{ width: 76%; position: relative; border: solid 3px #008cff; z-index: 2}
.vizi{ width: 24%; font-size: 20px; font-size: 2rem; line-height: 30px; padding-bottom: 20px; padding-left: 13px;}

.vitu:before{content: ""; position: absolute; width: 468px;	height: 248px; background: #008cff; right: -10px; top: -10px; z-index: -1}
.vitun{position: relative; padding-bottom:56%;height: 0;overflow: hidden;;}
.vitun iframe,.vitun video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.vitun iframe body{ margin:0px !important;}

@media screen and (max-width:1359px) {
.vimain{ padding-top: 50px;}
.vibiao{ font-size: 180px; font-size: 18rem; line-height: 200px; top: 20px; left: 10px;}
.vizi{ font-size: 16px; font-size: 1.6rem; line-height: 26px; padding-bottom: 10px; padding-left: 13px;}
.vitu:before{ width: 200px;	height: 100px;}
    .vimain:before{display: none;}
}
@media screen and (max-width:999px) {
 .vimain{ padding-top: 20px;}
   .vibiao{ display: none}
.vizi{ font-size: 14px; font-size: 1.4rem; line-height: 24px; padding-bottom: 10px; padding-left: 13px;}
.vitu:before{ width: 100px;	height: 50px; right: -5px; top: -5px;}
}
@media screen and (max-width:767px) {
    .vitu{ width: 100%;}
    .vizi{width: 100%; padding: 0px; padding-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px;}
}

.vimain2{ padding-top: 27px; padding-bottom: 150px;}
.vi2n{font-size: 0px; padding-bottom: 80px; display: flex; flex-flow: wrap;}
.vilie{ width: 32.8%; display: inline-block; vertical-align: top; margin-left: 0.8%; margin-top: 53px;}
.vilie:nth-child(3n-2){margin-left: auto;}
.vizi2{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 26px; text-align: center; margin-top: 20px;}

@media screen and (max-width:1359px) {
.vimain2{ padding-top: 10px; padding-bottom: 40px;}
.vi2n{ padding-bottom: 30px;}
.vilie{ width: 32.8%; margin-left: 0.8%; margin-top: 20px;}
.vizi2{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width:767px) {
.vilie{ width: 49%; margin-left: 2% !important; margin-top: 20px;}
.vilie:nth-child(2n-1){margin-left: auto !important;}
.vizi2{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}
@media screen and (max-width:439px) {
.vilie{ width: 100%; margin-left: auto !important}
}

/*****************  5-1  ****************/
.tcmain{ padding-top: 1px; padding-bottom: 200px; background: url("../images/tcbei.jpg") no-repeat center bottom;}
.tcbiao{ display: block; font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 72px; margin-bottom: 20px;}
.tcn{ padding-top: 17px;}

.tcn .table{ width:100%; overflow:auto;}
.tcn .table table{ width:100%; border-collapse:collapse; line-height:24px; background: #fff;}
.tcn .table table tr{}
.tcn .table table tr td{ padding:13px; font-size:16px; font-size:1.6rem; border:1px solid #c4c4c4; color: #666666;background: #f5f8fb;}

.tcn .table table tr:first-child td{ background: #008cff; line-height: 29px; color: #ffffff;}
.tcn .table table tr:first-child td p{color: #fff;}

@media screen and (max-width:1359px) {
.tcmain{ padding-bottom: 50px;}
.tcbiao{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 20px; margin-bottom: 0px;}
.tcn .table table tr td{ padding:10px; font-size:14px; font-size:1.4rem;}
}
@media screen and (max-width:767px) {
.tcbiao{ font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 20px; margin-bottom: 0px;}
.tcn .table table tr td{ padding:5px; font-size:12px; font-size:1.2rem; line-height: 22px;}
}

/***********************  news  ************************/
.nemain{ padding-top:1px; padding-bottom:138px;}
.nen{ position:relative; padding-bottom: 86px; margin-bottom: 40px;}
.nen:before{ content:""; position:absolute; width:4px; height:100%; background:#eeeeee; left:155px; top:0px; z-index:-1;}
.nelie{ position:relative; min-height:250px; margin-top:63px;}
.neriqi{ width: 144px; padding: 0 5px; text-align: center; color: #333333; font-size:16px; font-size:1.6rem; line-height:32px; background: #eeeeee; position:absolute; left:0px; top:0px; border-radius: 22px;}
.netu{ position:absolute; left:149px; top: 9px; padding-left:73px; width:430px;}
.netu:before{ content:""; position:absolute; width:24px; height:2px; background:#eeeeee; left:25px; top:6px; transition:0.5s;}
.netu:after{ content:""; position:absolute; width:10px; height:10px; background:#eeeeee; border: solid 3px #666666; left:0px; top:0px; transition:0.5s; border-radius: 50%;}
.netu img{ width:100%; transform: scale(1,1) !important; margin-top: 6px;}
.nezi{ margin-left:600px; padding-top: 34px;}
.nea{ display:block; font-size:18px; font-size:1.8rem; line-height:30px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.nep a{ display:block; color: #666666; font-size:16px; font-size:1.6rem; line-height:26px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden; margin-top:20px;}
.nemor{ display:inline-block; width:170px; height:36px; line-height:34px; border-radius: 18px; background:#fff; border: 1px solid #008cff; padding:0 5px; text-align:center; margin-top:51px; color: #008cff; font-size:16px; font-size:1.6rem;}

.nea:hover,.nep a:hover{color: #008cff;}
.nemor:hover{ background:#008cff; color: #fff;}
.nemain .fenye{padding-top: 62px;}
.neriqi3{ display: none}

@media screen and (max-width:1359px) {
.nemain{ padding-bottom:38px;}
    .nen{padding-bottom: 20px; margin-bottom: 10px;}
.nen:before{ width:3px; left:114px;}
.nelie{ min-height:231px; margin-top:30px;}
.neriqi{ width: 100px; font-size:12px; font-size:1.2rem; line-height:30px; border-radius: 15px;}
.netu{ width:380px; left: 108px; padding-left: 50px; top: 0px;}
.netu:before{ width:19px; height:2px; left:20px; top:16px;}
.netu:after{ width:10px; height:10px; border: solid 2px #666666; left:0px; top:9px;}

.nezi{ margin-left:500px;}
.nea{ font-size:18px; font-size:1.8rem; line-height:26px;}
.nep a{ font-size:14px; font-size:1.4rem; line-height:26px; margin-top:15px;}
.nemor{ width:110px; height:36px; line-height:34px; padding:0 5px; margin-top:20px; font-size:12px; font-size:1.2rem;}
}
@media screen and (max-width:999px) {
.nemain{ padding-bottom:39px;}
.neriqi{ display:none;}
.nen:before{ display:none;}
.nelie{ min-height:88px; margin-top:20px;}
.netu{ padding:0px; width:130px; left:0px; top: 0px;}
.netu:before,.netu:after{ display:none;}
.nezi{ margin-left:140px; padding-top: 4px;}
.nemor{ display:none;}
.nea{ font-size:14px; font-size:1.4rem; line-height:20px; display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.neriqi3{display: block; font-size:12px; font-size:1.2rem; line-height:18px; margin-top:5px;}
.nep a{ font-size:14px; font-size:1.4rem; line-height:24px; height:48px; margin-top:5px;}

.nemain .fenye{padding-top: 40px;}
}
@media screen and (max-width:767px) {
.nemain{ padding-bottom:30px;}
.nen{padding-bottom: 0px; margin-bottom: 10px;}
.nelie{ margin-top:10px;}
.nep a{ font-size:12px; font-size:1.2rem; line-height:22px; height:44px; margin-top:5px;}
}

/*********************  news2  ********************/
.nemain2{ padding-top: 50px; padding-bottom: 36px;}
.ne2tu{ display: block;}
.ne2tu img{max-width: 100%; display: inline-block;}
.net{ background: #ffffff; padding: 33px 40px; padding-bottom: 47px; position: relative; margin-top: -64px; z-index: 9; margin-left: 59px; margin-right: 59px; border-bottom: 3px solid #008cff;}
.net h1{ font-size: 26px; font-size: 2.6rem; line-height: 30px;}
.net .share{margin-top: 26px;}

.nexiang{color: #333333; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 38px;}
.nexiang p,.nexiang em,.nexiang strong{color: #333333;}
.nexiang a{color: #008cff;}
.nexiang img{ display: inline-block; max-width: 100%;}

.fanpian{ border-top: 1px solid #b7b7b7; margin-top: 40px; padding-top: 42px;}
.fanpian li{ font-size: 16px; font-size: 1.6rem; line-height: 30px; padding-left: 37px; position: relative; margin-top: 10px;}
.fanpian li i{ display: block; width: 26px; height: 26px; background: #008cff; border-radius: 2px; line-height: 26px; text-align: center; color: #fff; position: absolute; left: 0px; top: 2px;}
.fanpian li a:hover{ color: #008cff;}

@media screen and (max-width:1359px) {
.net{ padding: 20px; margin-top: -64px; margin-left: 20px; margin-right: 20px;}
.net h1{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}

.nexiang{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 28px;}
.fanpian{ margin-top: 30px; padding-top: 20px;}
.fanpian li{ font-size: 14px; font-size: 1.4rem; margin-top: 5px;}
}
@media screen and (max-width:999px) {
.net{ padding:15px 10px; margin-top: -30px; margin-left: 20px; margin-right: 20px;}
.net h1{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.net .share{margin-top: 10px;}
.nexiang{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 28px;}
}
@media screen and (max-width:767px) {
.nemain2{ padding-top: 30px; padding-bottom: 26px;}
    .net{ margin: auto;}
.net h1{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.nexiang{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 15px;}
.fanpian li{ font-size: 12px; font-size: 1.2rem; margin-top: 5px;}
}

/**********************  contact  **********************/
.comain1{ background: url("../images/cobei.jpg") no-repeat top center; margin-top: 35px; padding-top: 38px;}
.cot{font-size: 0px;}
.colie{ width: 20%; padding: 0 3px; text-align: center; display: inline-block; vertical-align: top;}
.cotu{ width: 80px; height: 80px; border: 1px solid #71bfff; border-radius: 50%; margin: auto; padding: 10px;}
.cotu i{display: block; width: 60px; height: 60px; background: #008cff; color: #fff; text-align: center; line-height: 60px; font-size: 30px; border-radius: 50%;}
.cotu em{display: block; width: 60px; height: 60px; background: #008cff; color: #fff; text-align: center; line-height: 60px; font-size: 30px; border-radius: 50%;}
.coa{ display: block; color: #008cff; font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 16px;}
.cop{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 3px;}
.cop p{margin-bottom: 10px;}

@media screen and (max-width:1359px) {
.comain1{ margin-top: 20px; padding-top: 10px;}
.coa{ font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 10px;}
.cop{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 3px;}
.cop p{margin-bottom: 3px;}
}
@media screen and (max-width:999px) {
.colie{ width: 33.333%; padding: 0 5px; margin-bottom: 20px;}
.cotu{ width: 52px; height: 52px; padding: 5px;}
.cotu i{ width: 40px; height: 40px; line-height: 40px; font-size: 20px;}
.cotu em{ width: 40px; height: 40px; line-height: 40px; font-size: 20px;}
}
@media screen and (max-width:767px) {
.colie{ width: 50%; padding: 0 5px; margin-bottom: 20px;}
.coa{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 6px;}
.cop{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 3px;}
}


.cob{ font-size: 0px; display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 35px; padding-bottom: 103px;}
.coblie{ background: #ffffff; box-shadow: 0px 2px 8px 0px rgba(46, 8, 60, 0.21); border-radius: 6px; border: solid 1px #eeeeee; width: 48.33%; margin-top: 34px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 20px;}
.cobl{ width: 123px;}
.cobr{ width: -moz-calc(100% - 174px);  width: -webkit-calc(100% - 174px);  width: calc(100% - 174px);}
.cobr p{position: relative; padding-left: 47px; font-size: 16px; font-size: 1.6rem; line-height: 31px; color: #333; margin: 14px 0;}
.cobr p i{display: block; border: solid 1px #008cff; width: 31px; height: 31px; line-height: 29px; text-align: center; color: #008cff; font-size: 20px; border-radius: 50%; position: absolute; left: 0px; top: 0px;}
.cobr p span{color: #666666;}

.cobtu{display: block;}
.cobtu img{width: 100%;}
.cobzi{ text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 30px; font-family: Montserrat-Light, Arial, "Arial Black", "sans-serif", Verdana; margin-top: 15px;}

@media screen and (max-width:1359px) {
.cob{ padding-top: 20px; padding-bottom: 30px;}
.cobl{ width: 100px;}
.cobr{ width: -moz-calc(100% - 120px);  width: -webkit-calc(100% - 120px);  width: calc(100% - 120px);}
.cobr p{ padding-left: 38px; font-size: 14px; font-size: 1.4rem; line-height: 28px; margin: 14px 0;}
.cobr p i{ width: 28px; height: 28px; line-height: 26px; font-size: 16px;}
.cobzi{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 5px;}
.coblie{ width: 49%; margin-top: 20px; padding: 10px;}
}
@media screen and (max-width:999px) {
.cobl{ width: 100%; max-width: 100px; margin: auto;}
.cobr{ width: 100%;}
}
@media screen and (max-width:767px) {
.cobl{ width: 100%; max-width: 80px; margin: auto;}
.cobzi{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 5px;}
.cobr p{ padding-left: 38px; font-size: 12px; font-size: 1.2rem; line-height: 28px; margin: 10px 0;}
}
@media screen and (max-width:599px) {
.coblie{ width: 100%;}
}

.comain{ background: #cce8ff; padding-top: 50px; padding-bottom: 74px;}
.co2biao{text-align: center; font-size: 40px; font-size: 4rem; line-height: 50px;}
.coxin{display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 30px;}
.coxin .int1{ width: 48.33%; margin-top: 29px;}
.coxin .int1 input,.coxin .int3 input{ background: #ffffff; width: 100%; height: 50px; line-height: 50px; padding: 0 10px; padding-left: 22px; color: #999999; font-size: 16px; font-size: 1.6rem;}
.coxin .int2{ width: 100%; margin-top: 29px;}
.coxin .int2 textarea{ background: #ffffff; width: 100%; height: 190px; line-height: 30px; padding:10px; padding-left: 22px; color: #999999; font-size: 16px; font-size: 1.6rem;}
.coxin .int3{ width: 48.33%; margin-top: 29px; position: relative; padding-right: 200px;}
.coxin .yanzheng{ width: 143px; height: 50px; position: absolute; right: 0px; bottom: 0px; cursor: pointer;}
.coxin .int4{ width: 48.33%; margin-top: 29px;}
.coxin .int4 input{ width: 100%; max-width: 364px; height: 50px; background: #008cff; border-radius: 5px; cursor: pointer; color: #ffffff; font-size: 18px; font-size: 1.8rem; transition: 0.5s;}
.coxin .int4 input:hover{ background: #fff; color:#008cff }
.coxin .xing input,.coxin .xing textarea{ background: #fff url("../images/xing.png") no-repeat 10px 18px;}

.ditu{ margin-top: 105px; margin-bottom: 160px;}
.ditu img{width: 100%;}

@media screen and (max-width:1359px) {
.co2biao{ font-size: 30px; font-size: 3rem; line-height:40px;}
.coxin .int1 input,.coxin .int3 input,.coxin .int2 textarea{ font-size: 14px; font-size: 1.4rem;}
.coxin .int4 input{ font-size: 14px; font-size: 1.4rem;}
.ditu{ margin-top: 55px; margin-bottom: 50px;}
}
@media screen and (max-width:999px) {
.comain{ padding-top: 30px; padding-bottom: 30px;}
.co2biao{ font-size: 26px; font-size: 2.6rem; line-height:30px;}
.coxin{ margin-top: 20px;}
.coxin .int1,.coxin .int2,.coxin .int3,.coxin .int4{ margin-top: 15px;}
    .coxin .int3{ padding-right: 160px;}
}
@media screen and (max-width:767px) {
 .co2biao{ font-size: 22px; font-size: 2.2rem; line-height:30px;}
.coxin .int1,.coxin .int4,.coxin .int3{width: 100%;}
.ditu{ margin-top: 30px; margin-bottom: 30px;}
}


@media screen and (max-width:1359px) {

}
@media screen and (max-width:999px) {

}
@media screen and (max-width:767px) {

}





@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: 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-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: "iconfont"; /* Project id 3467578 */
  font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1655283175377') format('woff2'),
       url('../fonts/iconfont.woff?t=1655283175377') format('woff'),
       url('../fonts/iconfont.ttf?t=1655283175377') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiajiantou_huaban:before {
  content: "\e63e";
}

.icon-shangjiantou_huaban:before {
  content: "\e63f";
}

.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-right2:before {
  content: "\e64e";
}

.icon-left2:before {
  content: "\e8ac";
}

.icon-zhifeiji:before {
  content: "\e681";
}

.icon-youshi_youzhi:before {
  content: "\e69c";
}


.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#008cff;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #008cff; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#008cff solid 1px;background: #008cff; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}






