@charset "utf-8";/* CSS Document */
html {font-size: 62.5%;height: 100%; scroll-behavior: smooth;}
body {margin: 0 auto;font-family: Roboto-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; max-width: 100%}
a {text-decoration: none;color: #333;outline: none;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
a:hover{color: #009afe;}
h1,h2 {margin: 0;padding: 0;font-weight: normal;color: #333;}
.clear {clear: both;}
.maln {margin-left: auto !important}
input, textarea, select {font-family:Roboto-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: #009afe;}
* { 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:#333;opacity:1}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#333;opacity:1 }
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#333;opacity:1 }
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#333;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: 1600px; 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: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}


/*  head  */
.head{ background:#fff; position:fixed; width:100%; left:0px; top:0px; z-index:9999; border-bottom: 1px solid #ddd}
.head .zong1{position:relative;z-index:99; padding-top:20px; transition:0.5s;}

.logoz{float: left;}
.logo{display:block; width:278px; margin-top: 5px;}
.logo img{display:block;margin:auto;width:100%;max-width:280px;}
.slogen{ display: block; color: #009afe; font-size: 12px; font-size: 1.2rem;line-height: 24px; margin-top: 7px; 
    background-image:-webkit-linear-gradient(bottom,#054da1,#418bc1,#fff); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}

.her{float:right;}
.het .zong{ z-index:999}

.daohang{ float:right; margin-right:22px; margin-top:29px; transition:0.5s;}
.daohang>li{ float:left;position:relative;z-index:999; margin-right:64px; padding-bottom:35px;}
.daohang>li>a{display:block;font-size:16px;font-size:1.6rem;line-height:30px; position:relative; text-transform: uppercase; transition:0.5s;}
.daohang>li:hover>a{color: #009afe;}
.dangqiandao>a{ color: #009afe !important;}

.yijiw{position:absolute;width:266px;top:-9999px;left:50%; transform: translateX(-50%)}
.yiji{background:#ffffff; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);}
.yiji li{position:relative;transition:0.5s;}
.yiji li a{display:block;font-size:16px;font-size:1.6rem;line-height:0px;padding:6px 10px;}
.yiji li:hover>a{color: #009afe;}
.erji{position:absolute;width:150px;background:#ffffff;top:-9999px;left:100%; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);}
.sanji{position:absolute;width:140px;background:#ffffff;top:-9999px;left:100%; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);}

.daohang>li:hover .yijiw{top:100%;}
.daohang>li:hover .yiji>li>a{line-height:24px;}
.yiji>li:hover .erji{top:0px;}
.yiji>li:hover .erji>li>a{line-height:24px;}
.erji>li:hover .sanji{top:0px;}
.erji>li:hover .sanji>li>a{line-height:24px;}
.matn{margin-top:auto !important;}
.yiji li:first-child a{ border:none;}

/*  sousuo  */
.sousuo{ float:right; height:34px; z-index:9999; border-radius:50%; position:absolute; right:0px; top:42px; transition: 0.5s;}
.sousuo form{ width:236px; height:0px; overflow:hidden; position:absolute; right:0px; top:47px;background:#fff;border:0px solid rgba(0,0,0,0); color:#2f3135; transition:0.5s; z-index:99999}
.sou{width: 180px;height:44px;line-height:44px; border-radius:16px; padding-left:10px; font-size:14px; font-size:1.4rem; color:#333;}
.suo{width:26px;height:44px; float:right; background:none; position:relative; z-index:9999999; border-radius:18px; cursor:pointer;}
.sou2,.sou1{ width:44px; height:44px; text-align:center; line-height:44px; position:absolute; right:0px; top:0px; font-size:24px !important; background: #009afe; cursor:pointer; color: #fff; z-index:99990}
.sou2{ color:#fff; width:44px; height:44px; line-height:44px;}
.sousuof form{ height:44px;border:1px solid #00a7d1;}

.xnav{display:none}
.daohang2,sousuo2{display:none}

.headh .zong1{ padding-top:2px; transition:0.5s;}
.headh .logo{ width:180px;}
.headh .daohang{ margin-top:15px;}
.headh .daohang>li{ padding-bottom:11px;}
.headh .sousuo{top: 10px;}

/*  banner  */
.banner1 img { max-width: 100%; border: 0px solid #ccc; transform: scale(1) !important}
.banner1 { position: relative; z-index: 2; line-height: 0;font-size: 0;}
.banner1 .slick-arrow { position: absolute; z-index: 99; display: block !important; top: 50%; margin-top: -23px; width: 46px; height: 46px; background-size: cover !important; cursor: pointer;}
.banner1 .slick-prev { left:70px; background: url("../images/baleft.jpg") no-repeat center;}
.banner1 .slick-next { right:70px; background: url("../images/baright.jpg") no-repeat center;}
.banner1 .slick-prev:hover { background: url("../images/balefth.jpg") no-repeat center;}
.banner1 .slick-next:hover { background: url("../images/barighth.jpg") no-repeat center;}

.banner1 .slick-dots { position: absolute; z-index: 999999; left: 0; right: 0; bottom: 36px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center;}
.banner1 .slick-dots li { margin: 0 8px; display: inline-block; *display: inline; *zoom: 1;}
.banner1 .slick-dots li.slick-active a { background:#fcfaf7; cursor: pointer;}
.banner1 .slick-dots a { display: block; width: 12px; height: 12px; cursor: pointer; border: solid 1px #ffffff; border-radius: 50%;}
.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:1359px) {
.logoz{ width: 230px;}
.logo{ width:170px;}
.slogen{ line-height: 18px;}
    
.daohang{ margin-right:30px;}
.daohang>li{ margin-right:30px;}
.daohang>li>a{font-size:16px;font-size:1.6rem; text-transform: none;}
.yiji{width: 236px;}
.yiji li a{font-size:14px;font-size:1.4rem;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear3{display: none}}
@media screen and (max-width:999px) {
.head{ position:relative;}
.sousuo{ top:5px; transform:translate(0,0); right:50px;}
.head .zong1{ padding-top:10px; padding-bottom: 10px;}
.logoz{ width: auto; margin: 0px;}
.logo{ width:180px; float:none;}
.slogen{ display: none;}
.daohang{ margin:auto; text-align:center; float:none; margin-top:20px; display: none;}
.yijiw,.yiji2{display:none}
.daohang>li{float:none; display:inline-block; *float:left; margin:0px 41px; padding-bottom:10px;}
.daohang>li>a{font-size:14px;font-size:1.4rem;line-height:26px;}

.banner1 .slick-arrow { margin-top: -16px; width: 32px; height: 32px;}

.banner1 .slick-dots { bottom: 20px;}
.banner1 .slick-dots li { margin: 0 3px;}
.banner1 .slick-dots a { width: 10px; height: 10px;}


.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 26px;background: #fff;right: 2.5%;top:15px;cursor: pointer; border-radius:5px;z-index: 9999999999}
.xnav2 .nav{background: #ffe500;}
.nav span {display: block;width: 20px;height: 2px;background: #00a7d1;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition: 0.5s;z-index: 9999999991}
.nav .nav1 {margin-top: -1px;}
.nav .nav2 {margin-top: -8px;}
.nav .nav3 {margin-top: 6px;}
.nav:hover .nav1 {width: 25px;}
.navh .nav1 {transform: rotate(45deg)}
.navh .nav2 {transform: rotate(-45deg);width: 10px;margin-left: -1px;margin-top: -5px;}
.navh .nav3 {transform: rotate(-45deg);width: 9px;margin-top: 3px;margin-left: -8px;}
.navh:hover .nav2 {margin-top: -8px;margin-left: 7px;}
.navh:hover .nav3 {margin-top: 5px;margin-left: -12px;}
.smdaohang {position: fixed;width: 280px;height: 100%;overflow: auto;top: 0px;right: -100%;background-image: linear-gradient(-48deg, 
		#009afe 0%, 
		#5ec0ff 100%), 
	linear-gradient(
		#009afe, 
		#009afe);
	background-blend-mode: normal, 
		normal; z-index: 9999999;transition: 0.5s;text-align: center;}
.smdaohangh {right: 0px;}
.topnav {margin: auto;margin-top: 30px;padding: 20px;}

ul.topnav li {text-align: left; position:relative;}
ul.topnav li a {padding: 5px;padding-left: 0px;color: #fff;display: block; font-size: 13px;font-size: 1.3rem;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:5px; width:24px; height:24px; cursor:pointer; border-radius:5px;}
ul.topnav span:before{ content:""; width:16px; height:2px; background:#fff; position:absolute; left:4px; top:50%; margin-top:-1px;}
ul.topnav span:after{ content:""; width:16px; height:2px; background:#fff; position:absolute; left:4px; top:50%; margin-top:-1px; transform:rotate(90deg); transition:0.5s;}
ul.topnav span.yizi:after{ transform:rotate(0deg);}

.smdaohang form { margin-top:15px; margin-bottom:15px; width: 240px;height: 26px;border: 1px solid #fff;position: relative;background: #fff;}
.smdaohang form .iptc {-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 15px;background-color: #fff;width: 80%;height: 24px;line-height: 24px;display: block;float: left;}
.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: 2px;}

.clear3{clear:both;}
  }
@media screen and (max-width:767px) {
.head{}
.logo{ width:150px;}
.sousuo{top: 3px; display: none;}
.daohang2{display:block;text-align:center;margin-top:10px;}
.daohang2 a{float:left;width:25%;font-size:13px;font-size:1.3rem; line-height:24px;text-align:center;font-family: Raleway-Bold;}
.daohang2 .dangqiandao{ background:#00a7d1; color: #fff; border-radius:10px;}

.daohang,.daohang1{display: none}
.nav {top:10px;}

.banner1 .slick-prev { left: 10px;}
.banner1 .slick-next { right: 10px;}
.banner1 .slick-dots { bottom: 10px; }
}

/*  main1  */
.main1{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-end; padding-top: 96px; padding-bottom: 56px;}
.m1zi{ width: 60.33%;}
.m1tu{ width: 38.33%;}

.m1a{ display: block; color: #555555; font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.m1biao{ display: block; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 40px; font-size: 4rem; line-height: 44px; position: relative; margin-top: 6px;}
.m1biao:before{content: ""; position: absolute; width: 357px; height: 7px; background: #009afe; left: 0px; bottom: 0px; }

.m1p{margin-top: 18px;}
.m1p p a{display: block; color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 28px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 6;  overflow: hidden;}

.m1mor{ display: block; width: 100px; height: 35px; background: #009afe; line-height: 35px; text-align: center; color: #ffffff; font-size: 16px; font-size: 1.6rem; margin-top: 58px;}

.m1tu a{display: block; overflow: hidden;}

.m1b{ font-size: 0px; padding-top: 10px; display: flex; flex-flow: wrap;}
.m1lie{ width: 22.1%; display: inline-block; vertical-align: top; margin-left: 3.866%; background: #f3f3f3; padding: 15px 5px; padding-bottom: 25px; margin-top: 24px; position: relative;}
.m1lie:nth-child(4n-3){margin-left: auto;}
.m1ltu{ display: block; width: 37px;}
.m11tu img{width: 100%;}
.m1lzi{ display: block; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 15px; font-size: 1.5rem; line-height: 30px; margin-top: 2px;}
.m1lie:before{content: ""; position: absolute; width: 100%; height: 3px; background: #f3f3f3; left: 0px; bottom: -7px;}

.m1a:hover,.m1biao:hover,.m1p p a:hover{ color: #009afe;}
.m1mor:hover{ background: #0f339b; color: #fff}


@media screen and (max-width:1359px) {
.main1{ padding-top: 40px; padding-bottom: 40px;}
.m1a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.m1biao{ font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 6px;}
.m1biao:before{ width: 100px; height: 4px;}
.m1p p a{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
.m1mor{ font-size: 14px; font-size: 1.4rem; margin-top: 30px;}
.m1lzi{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 5px;}
.m1lie{ width: 24%; margin-left: 1.33%; padding: 15px 5px; margin-top: 15px;}
}
@media screen and (max-width:999px) {
.main1{ padding-top: 30px; padding-bottom: 30px;}
.m1a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.m1biao{ font-size: 26px; font-size: 2.6rem; line-height: 32px;}
.m1biao:before{ width:60px; height: 4px;}
}
@media screen and (max-width:767px) {
.m1zi{ width: 100%;}
.m1tu{ width: 100%; margin-top: 30px;}

.m1a{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.m1biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.m1p p a{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.m1mor{ font-size: 12px; font-size: 1.2rem; margin-top: 30px;}
.m1lzi{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 5px;}
.m1lie{ width: 24%; margin-left: 1.33%; padding: 15px 5px; margin-top: 15px;}
}
@media screen and (max-width:767px) {
.m1lie{ width: 49%; margin-left: 2%;}
.m1lie:nth-child(2n-1){margin-left: auto;}
}


/*  main2  */
.main2{ background: url("../images/m2bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 84px; padding-bottom: 86px;}
.main2:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m2bei.jpg") no-repeat center; background-size: cover; z-index: -1}

.m2biao{ display: block; text-align: center; background: url("../images/m2biao.png") no-repeat center; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 40px; font-size: 4rem; line-height: 57px; padding: 10px 0; color: #fff; background-size: auto 100%;}
.m2biao:hover{}

#outer { margin-top:42px; font-size:0px; position: relative;}
#outer:after{ content:""; clear:both; display:block;}
#tab {zoom: 1; font-size:0px; text-align: center;}
#tab li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; height: 42px; line-height:42px; width: 13.58%; margin: 10px 0; margin-left: 0.823%; background: #ffffff; border-radius: 21px;}
#tab li:nth-child(7n-6){margin-left: 0px;}
#tab li a{ display: inline-block; vertical-align: middle; color: #0f339b; font-size: 14px; font-size: 1.4rem; line-height: 18px; padding: 0 5px;}
#tab li:hover{background: #009afe;}
#tab li:hover a{ color: #fff;}

.tabul { font-size:0px; text-align:left; display: flex; flex-flow: wrap; padding-top: 64px;}

.m2lie{ width: 23.6%; display: inline-block; vertical-align: top; margin-left: 1.866%; background: #ffffff; padding-bottom: 70px; position: relative; margin-top: 30px;}
.m2lie:nth-child(4n-3){margin-left: 0px;}
.m2tu{ display: block; overflow: hidden;}
.m2tu img{width: 100%;}
.m2zi{ padding: 5px 15px; text-align: center;}
.m2a{display: block; font-size: 18px; font-size: 1.8rem; line-height: 26px; color: #222; /*white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;*/}
.m2p a{display: block; color: #555555; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 11px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 12;  overflow: hidden;}
.m2mor{ display: block; width: 124px; height: 44px;	background: #009afe; text-align: center; line-height: 44px; position: absolute; top: 100%; left: 50%; transform: translate(-50%,-50%); color: #ffffff; font-size: 18px; font-size: 1.8rem;}

.m2p a:hover{ color: #009afe;}
.m2mor:hover{background: #0f339b; color: #fff;}

@media screen and (max-width:1359px) {
.main2{ padding-top: 50px; padding-bottom: 70px;}
.m2biao{ font-size: 30px; font-size: 3rem; line-height: 47px; padding: 10px 0;}
#outer { margin-top:20px;}
.tabul { padding-top: 10px;}
.m2lie{ width: 24%; margin-left: 1.333%; padding-bottom: 40px; margin-top: 20px;}

.m2a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.m2p a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 11px;}

.m2mor{ width: 110px; height: 40px; line-height: 40px; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
.m2biao{ font-size: 26px; font-size: 2.6rem; line-height: 40px; padding: 10px 0;}
#tab li{ width: 19%; margin: 3px 0.5% !important;}
.m2lie{ width: 49%; margin: 5px 0.5%; padding-bottom: 40px; margin-top: 30px;}
}
@media screen and (max-width:767px) {
.main2{ padding-top: 30px; padding-bottom: 50px;}
.m2biao{ font-size: 22px; font-size: 2.2rem; line-height: 40px; padding: 10px 0;}
#tab li{ width: 32.333%; margin: 3px 0.5% !important; line-height: 36px; height: 36px;}
#tab li a{font-size: 12px; font-size: 1.2rem; line-height: 16px;}

.m2zi{ padding: 5px; text-align: center;}
.m2a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.m2p a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 11px; -webkit-line-clamp: 6;}
}


/*  main3  */
.main3{ padding-top: 105px; padding-bottom: 70px;}
.m3biao{color: #333333;}

#outer2 { margin-top:42px; font-size:0px; position: relative;}
#outer2:after{ content:""; clear:both; display:block;}
#tab2 {zoom: 1; font-size:0px; text-align: center;}
#tab2 li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; line-height:55px; padding: 0 16px;}
#tab2 li:before{content: ""; position: absolute; width: 0px; height: 3px; background: #009afe; bottom: 0px; left: 50%; transform: translateX(-50%); transition: 0.5s;}
#tab2 li a{ display: inline-block; vertical-align: middle; color: #333333; font-size: 18px; font-size: 1.8rem; line-height: 30px; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
#tab2 li.current2:before{ width: 112px;}
#tab2 li.current2 a{color: #009afe;}

#content2 { display: block;}
#content2 .tabul2 {display: none; font-size:0px; vertical-align:middle; text-align:left; padding-top: 12px;}
#content2 .tabul2:after{content: ""; clear: both; display: block;}

.m3lie{ width: 23.9%; display: inline-block; vertical-align: top; margin-left: 1.466%; margin-top: 36px;}
.m3lie:nth-child(4n-3){margin-left: auto;}
.m3tu{ display: block; position: relative; overflow: hidden; background: #0f339b;}
.m3tu img{width: 100%;}
.m3fu{ position: absolute; width: 48px;	height: 48px; border: solid 1px #ffffff; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 0; transition: 0.5s;}
.m3fu:after{content: ""; position: absolute; width: 19px; height: 1px; background: #ffffff; left: 50%; top: 50%; transform: translate(-50%,-50%)}
.m3fu:before{content: ""; position: absolute; width: 1px; height: 19px; background: #ffffff; left: 50%; top: 50%; transform: translate(-50%,-50%)}
.m3a{display: block; font-size: 18px; font-size: 1.8rem; line-height: 28px; text-align: center; margin-top: 20px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

.m3lie:hover .m3tu img{opacity: 0.12}
.m3lie:hover .m3fu{opacity:1}

@media screen and (max-width:1359px) {
.main3{ padding-top: 65px; padding-bottom: 60px;}
#tab2 li{ padding: 0 8px;}
#tab2 li a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
#tab2 li.current2:before{ width: 60px;}
.m3lie{ width: 24%; margin-left: 1.333%; margin-top: 20px;}
.m3a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.main3{ padding-top: 35px; padding-bottom: 35px;}
#outer2 { margin-top:20px;}
#tab2 li{ line-height: 0px;}
#tab2 li a{ font-size: 14px; font-size: 1.4rem; line-height: 30px;}
}
@media screen and (max-width:767px) {
#tab2 li a{ font-size: 12px; font-size: 1.2rem; line-height: 30px;}
.m3lie{ width: 49%; margin-left: 2%; margin-top: 20px;}
.m3lie:nth-child(2n-1){margin-left: auto;}
.m3a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
}

/*  main4  */
.main4{ background: #f3f3f3; padding-top: 80px; padding-bottom: 42px;}
.m4p{ color: #555555; font-size: 18px; font-size: 1.8rem; line-height: 30px; text-align: center; max-width: 810px; margin: auto; margin-top: 32px;}
.m4p a{display: block; color: #555555;}
.m4p a:hover{ color: #009afe;}

@media screen and (max-width:1359px) {
.m4p{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.main4{ padding-top: 40px; padding-bottom: 42px;}

.m4p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.main4{ padding-top: 30px; padding-bottom: 30px;}
.m4p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 20px;}
}

/*  main5  */
.main5{ background: url("../images/m5bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 65px; padding-bottom: 80px;}
.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 .zong{font-size: 0px;}
.m5lie{ width: 13%; display: inline-block; vertical-align: top; margin-left: 4.4%; text-align: center; padding: 30px 0; position: relative;}
.m5lie:nth-child(6n-5){margin-left: auto;}
.m5lie:before{content: ""; position: absolute; width: 36.77%; height: 0px; border-bottom: dashed 2px #ffffff; right: 100%; top: 93px;}
.m5lie:nth-child(6n-5):before{display: none;}

.m5tu{width: 95%; max-width: 126px; position: relative; margin: auto;}
.m5tu img{width: 100%;}
.m5shu{display: block; width: 30px; height: 30px; background: #009afe; line-height: 30px; text-align: center; border-radius: 50%; color: #fcfaf7; font-size: 18px; font-size: 1.8rem; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; position: absolute; top: 3px; right: 3px;}
.m5zi{text-align: center; color: #fcfaf7; font-size: 20px; font-size: 2rem; line-height: 22px; margin-top: 18px;}

@media screen and (max-width:1359px) {
.main5{ padding-top: 45px; padding-bottom: 40px;}
.m5zi{font-size: 16px; font-size: 1.6rem;}  
}
@media screen and (max-width:999px) {
.m5lie{ padding: 20px 0;}
.m5lie:before{display: none;}
.m5shu{ font-size: 14px; font-size: 1.4rem; width: 26px; height: 26px; text-align: center; line-height: 26px;}
.m5zi{font-size: 14px; font-size: 1.4rem; margin-top: 10px;}  
}
@media screen and (max-width:767px) {
.main5{ padding-top: 30px; padding-bottom: 30px;}
.m5lie{ width: 25%; margin-left: 0%; padding: 15px 5px;}
.m5zi{font-size: 12px; font-size: 1.2rem;}  
}
@media screen and (max-width:499px) {
.m5lie{ width: 33.333%;}
.m5zi{ line-height: 20px;}  
}


/*  main6  */
.main6{padding-top: 77px; padding-bottom: 44px;}
.m6n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 56px;}
.m6lie{ border-left: 1px solid #d7d7d7; width: 33.33%; padding: 42px 34px; padding-bottom: 58px; padding-left: 94px; background-position: 44px 40px !important; transition: 0.5s;}
.m6lie:nth-child(3n-2){ border-left: none;}
.m6lie:nth-child(-n+3){ border-bottom: 1px solid #d7d7d7;}

.m6a{ display: block; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 20px; font-size: 2rem; line-height: 30px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m6p{ color: #555555; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 20px;}
.m6p a{display: block; color: #555555;}

.m6lie:nth-child(1){ background: url("../images/m6tubiao1.jpg") no-repeat;}
.m6lie:nth-child(2){ background: url("../images/m6tubiao2.jpg") no-repeat;}
.m6lie:nth-child(3){ background: url("../images/m6tubiao3.jpg") no-repeat;}
.m6lie:nth-child(4){ background: url("../images/m6tubiao4.jpg") no-repeat;}
.m6lie:nth-child(5){ background: url("../images/m6tubiao5.jpg") no-repeat;}
.m6lie:nth-child(6){ background: url("../images/m6tubiao6.jpg") no-repeat;}

.m6lie:hover{ box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.18);}
.m6p a:hover{color: #009afe;}

@media screen and (max-width:1359px) {
.main6{padding-top: 40px; padding-bottom: 40px;}
.m6n{ padding-top: 30px;}
.m6lie{ padding: 20px; padding-left: 42px; background-position: 10px 22px !important; background-size: 20px!important;}
 
.m6a{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.m6p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.m6lie{ background-size: 22px 22px !important;}
}
@media screen and (max-width:767px) {
.main6{padding-top: 30px; padding-bottom: 30px;}
.m6lie{ width: 50%}
.m6lie:nth-child(3n-2){ border-left: 1px solid #d7d7d7;}
.m6lie:nth-child(2n-1){ border-left: none;}
.m6lie:nth-child(-n+4){ border-bottom: 1px solid #d7d7d7;}

.m6a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.m6p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
}
@media screen and (max-width:399px) {
.m6lie{ width: 100%; border-left: none !important; border-bottom: 1px solid #d7d7d7;}
.m6lie:last-child{ border-bottom: none;}
}

/*  main7  */
.main7{ background: #f4f4f4; padding-top:83px; padding-bottom: 78px;}
.main7 .zong{display: flex; flex-flow: wrap; justify-content: space-between;}
.m7l{ width: 44.58%;}
.m7r{ width: 50%;}

.m7biao{display: block; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 40px; font-size: 4rem; line-height: 50px; margin-top: 20px;}
.m7p a{display: block; color: #555555; font-size: 16px; font-size: 1.6rem; line-height: 26px; max-width: 360px; margin-top: 9px;}

.img-scroll {position: relative; margin-top:45px; padding-bottom: 49px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 34px; height: 34px; line-height:34px; background: #7a7a7a; font-size:16px; font-size:1.2rem; color:#ffffff; bottom: 0px; transition: 0.5s; z-index: 999}
.img-scroll .prev { left: 0px; cursor: pointer;}
.img-scroll .next { left:37px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover {background: #009afe;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:1%; margin-right:0.048%; position:relative;}

.m7mor{display: block; width: 124px; height: 44px; background: #009afe; line-height: 44px; text-align: center; color: #ffffff; font-size: 18px; font-size: 1.8rem; margin-top: 42px;}

.m7p a:hover{ color: #009afe;}
.m7mor:hover{ background: #0f339b; color: #fff;}

.img-scroll2 {position: relative;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 34px; height: 34px; line-height:34px; background: #7a7a7a; font-size:16px; font-size:1.2rem; color:#ffffff; bottom: 9px; transition: 0.5s; z-index: 999}
.img-scroll2 .prev { right:45px; cursor: pointer;}
.img-scroll2 .next { right:8px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover {background: #009afe;}
.img-list2 {position: relative;overflow: hidden;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:1%; margin-right:0.048%; position:relative;}

@media screen and (max-width:1359px) {
.m7biao{ font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 20px;}
.m7p a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; max-width: 360px; margin-top: 9px;}
.img-scroll { margin-top:20px; padding-bottom: 49px;}
.m7mor{ width: 110px; height: 44px; line-height: 44px; font-size: 16px; font-size: 1.6rem; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.main7{ padding-top:40px; padding-bottom: 40px;}
.m7biao{ font-size: 26px; font-size: 2.6rem; line-height: 32px; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.main7{ padding-top:30px; padding-bottom: 30px;}
.m7biao{ font-size: 22px; font-size: 2.2rem; line-height: 28px; margin-top: 0px;}
}
@media screen and (max-width:599px) {
.m7l{ width: 100%;}
.m7r{ width: 100%; margin-top: 20px;}
}

/*  main8  */
.main8{ padding-top: 85px; padding-bottom: 84px;}

.img-scroll3 {position: relative; padding-bottom: 98px; margin-top: 68px;}
.img-scroll3 .prev, .img-scroll3 .next {position: absolute; text-align:center; display: block; width: 34px; height: 34px; line-height:34px; background: #7a7a7a; font-size:14px; font-size:1.4rem; color:#ffffff; bottom: 0px; transition: 0.5s; z-index: 999}
.img-scroll3 .prev { left:50%; margin-left: -37px; cursor: pointer;}
.img-scroll3 .next { right:50%; margin-right: -37px; cursor: pointer;}
.img-scroll3 .prev:hover,.img-scroll3 .next:hover {background: #009afe;}
.img-list3 {position: relative;overflow: hidden;}
.img-list3 ul {width: 10000%;}
.img-list3 li {float: left; width:0.482%; margin-right:0.036%; position:relative; padding-top: 40px;}
.m8n{ background: #f4f4f4; padding: 20px 40px; text-align: center; transition: 0.5s;}

.m8riqi{ width: 81px; height: 86px; background: #333333; position: absolute; left: 20px; top: 0px; padding-top: 12px;}
.m8riqi span{ font-size: 36px; font-size: 3.6rem; color: #ffffff; line-height: 40px;}
.m8riqi p{ color: #ffffff; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.m8a{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 30px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m8p a{display: block; color: #9a9a9a; font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; margin-top: 14px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.m8mor{display: block; text-align: right; color: #999999; font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
.m8mor i{margin-left: 8px;}

.m8n:hover{ background: #0f339b;}
.m8n:hover a{ color: #fff;}

@media screen and (max-width:1359px) {
.main8{ padding-top: 50px; padding-bottom: 50px;}

.img-scroll3 { padding-bottom: 60px; margin-top: 30px;}

.m8riqi{ width: 60px; height: 60px; left: 10px; padding-top: 0px;}
.m8riqi span{ font-size: 28px; font-size: 2.8rem; line-height: 36px;}
.m8riqi p{ font-size: 12px; font-size: 1.2rem; line-height: 20px; }

.m8n{ padding: 20px 10px;}
.m8a{ font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 20px;}
.m8p a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 14px;}
.m8mor{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
}
@media screen and (max-width:767px) {
.main8{ padding-top: 30px; padding-bottom: 30px;}
.img-list3 li { width: 1%;}
.m8a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 20px;}
.m8p a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; height: 66px; margin-top: 14px;}
.m8mor{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
}


/*  foot  */
.foot{ background: #292929; padding-top: 90px; padding-bottom: 54px;}
.fot{ font-size: 0px;}
.fot:after{content: ""; clear: both; display: block;}

.folie{ display: inline-block; vertical-align: top; margin-top: 27px;}
.fo1{ width: 26.5%;}
.fo2{ width: 16.33%; margin-left: 8%;}
.fo3{ width: 20.33%; margin-left: 6.5%;}
.fo4{ width: 18.33%; float: right;}

.fobiao{ display: block; color: #ffffff; font-size: 20px; font-size: 2rem; line-height: 30px;}
.fo1n{ margin-top: 40px;}
.fotu{display: block; overflow: hidden;}
.fotu img{width: 100%;}
.fozi{color: #999999; font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 5px;}
.fozi p{color: #999999;}
.fozi p a{ display: block; color: #999999;}

.fonav{color: #999999; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 33px;}
.fonav>a{ display: block; color: #999999; margin-top: 5px; text-transform: uppercase;}
.fonav p{ margin-top: 5px; color: #999999;}
.fonav p a{color: #999999;}

.shejiao{ padding-top: 102px;}
.shejiao a{display: inline-block; vertical-align: middle; margin-right: 6px; width: 26px; height: 28px; text-align: center; line-height: 28px; color: #fff; font-size: 18px; margin-top: 10px;}
.she1{ background: #5d82d1}
.she2{ background: #40bff5}
.she3{ background: #eb5e4c}
.she4{ background: #e13138}
.she5{ background: #c4302a}
.she6{ background: #238cc8}

.foot2{ border-top: 1px solid #6a6a6a; margin-top: 15px; font-size: 16px; font-size: 1.6rem; line-height: 36px; padding-top: 5px;}
.youlian{color: #797979;}
.youlian a,.youlian span{color: #797979;}
.fop{color: #797979;}
.fop a{color: #797979; display: inline-block;}

.foot a:hover{ color: #009afe;}

@media screen and (max-width:1359px) {
.fo1{ width: 27%;}
.fo2{ width: 18%; margin-left: 3%;}
.fo3{ width: 22%; margin-left: 3%;}
.fo4{ width: 26%;}
.fonav{ font-size: 14px; font-size: 1.4rem;}
.shejiao{ padding-top: 42px;}
}
@media screen and (max-width:999px) {
.foot{ padding-top: 20px; padding-bottom: 74px;}
.folie{ width: 49%; margin-left: 0px; margin-top: 27px;}
.fo2,.fo4{ margin-left: 2%;}
.fop{font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:767px) {
    .fo1,.fo2,.fo3,.fobiao,.fonav{display: none;}
    .fo4{width: 100%; float: none; margin: auto; }
    .shejiao{margin-top: 0px;padding: 0px; margin: auto; text-align: center;}
    .fop{font-size: 12px; font-size: 1.2rem;}
}

.top{width: 70px; height: 70px; background: #eeeeee; border-radius: 10px; line-height:70px; color:#000; font-size:28px !important; text-align:center; margin:auto; margin-top: 4px; cursor:pointer; transition:0.9s;z-index:99999;}


.lianxi{ position:fixed; width:70px; right:0px; top:50%; transform:translateY(-50%); z-index:99999}
.lianxi div{ border-radius: 10px;}
.lianxi div a{ display:block; width:70px; height:70px; text-align:center; line-height:70px; font-size:30px; background: #f5f5f5; margin-top:4px; border-radius: 10px;}
.ke1{ color:#1296db}
.ke2{ color:#00aef3}
.ke3{ color:#3ac34c}
.ke4{ color:#3ac34c}
.weixin{ position:relative; cursor:pointer;}
.weixin img{ position:absolute; width:149px; height:150px; top:0px; left:-149px; display:none;}
.weixin:hover img{ display:block; max-width: none;}
.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; max-width: none; left:auto; margin:auto;}
.lianxi div a:hover{ background:#0f339b; color: #fff;}
.lianxi div:hover{ background:#0f339b; color: #fff;}
.clear2{ display:none}

@media screen and (max-width:1359px) {
.top{width: 50px; height: 50px; line-height:50px; font-size:24px !important;}
.lianxi{ width:50px;}
.lianxi div a{ width:50px; height:50px; line-height:50px; font-size:20px; margin-top:2px;}
}
@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; background: #0f339b; color: #fff; margin-top: 0px;}

.lianxi{ width:100%; right:auto; top:auto; margin:auto; left:0px; bottom:0px; border-top:1px solid #fff; transform:translateY(0);}
.lianxi div{ width:20%; float:left;}
.lianxi div a{ margin:auto; width:100%; background:#0f339b; color:#fff !important; border-radius:0px;}
.weixin2{ display:block}
.weixin1{ display:none}
}


/***********************  product  ***********************/
.fenbanner{}
.fenbanner img{width: 100%;}

.mianbao{ font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 16px; color: #666666;}
.mianbao a{ color: #666666;}
.mianbao a:hover{color: #269ef9;}
.comian{color: #269ef9 !important;}

.prmain{ padding-bottom: 65px; padding-top: 63px;}

.prb{ font-size: 0px;}
.prb:after{content: ""; clear: both; display: block;}

.prl{ width:269px; float:left;}
.prr{ width: -moz-calc(100% - 303px);  width: -webkit-calc(100% - 303px);  width: calc(100% - 303px); 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:18px; font-size:1.8rem; line-height:33px; background: #c4c5c6; color: #fff; padding: 15px 35px; position: relative;}
.prbiao i{ position: absolute; color: #fff; right: 15px; line-height: 30px; top:16px; font-size: 12px;}

a.prbiao:hover{ background:#009afe; color:#fff}

.pryiji{ background:#fff; border: solid 1px #f3f7f8; border-bottom: none;}
.pryiji>li{ position:relative; transition:0.5s; border-bottom:1px solid #fff;}
.pryiji>li>a{ display:block; padding-left: 36px; padding-right:45px; position:relative; background: #f2f2f2; z-index: 9}
.pryiji>li>i{ position:absolute; width: 16px; height: 16px; right:14px; top:24px; background: #fff; border-radius: 50%; z-index: 99}
.pryiji>li>i:before{ content: ""; position: absolute; width: 9px; height: 1px; background: #22a7fe; left: 50%; top: 50%; transform: translate(-50%,-50%)}
.pryiji>li>i:after{ content: ""; position: absolute; width: 1px; height: 9px; background: #22a7fe; left: 50%; top: 50%; transform: translate(-50%,-50%)}

.pryiji li a span{ display:block; padding:15px 0px; font-size:18px; font-size:1.8rem; line-height:33px; transition:0.5s; color:#333;}
.prerji{padding:10px 17px; padding-left: 30px; background:#fafafa;}
.prerji li a{ display:block; font-size:14px; font-size:1.4rem; color: #666666; line-height:24px; padding:3px 0; position:relative;}
.prerji>li{ position: relative;}
.prerji>li>a{ padding-left: 14px;}
.prerji>li:before{content: ""; position: absolute; background: #c7cacb; width: 5px; height: 5px; border-radius: 50%; left: 0px; top: 13px; transition: 0.5s;}
.prsanji{ padding:10px 0; padding-left:30px;}
.prsanji li a{ font-size:14px; font-size:1.4rem; padding:2px 0;}

.pryiji>li:hover>a{background-image: linear-gradient(-48deg, #009afe 0%, #5ec0ff 100%), linear-gradient(#009afe, #009afe); background-blend-mode: normal, normal;}
.pryiji>li:hover span,.pryiji>li:hover i{ color: #fff !important;}
.prerji li a:hover{ color:#269ef9;}
.prerji>li:hover:before{ background:#269ef9;}

.dangyi>a{background-image: linear-gradient(-48deg,	#009afe 0%, #5ec0ff 100%), linear-gradient(#009afe, #009afe) !important; background-blend-mode: normal, normal !important;;}
.dangyi span{color: #fff !important; font-family: Raleway-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.dangyi>i{color: #fff !important;}
.danger:before{ background:#269ef9 !important;}
.danger>a{ color:#269ef9 !important;}
.danger>a:before{ background:#269ef9;}
.dangsan>a{ color:#269ef9 !important}

.prlb{ margin-top:48px; background: #fafafa;}
.prlbn{ font-size:18px; font-size:1.8rem; line-height:36px; padding: 13px 30px; padding-bottom: 22px; color: #222;}
.prlbn a{ display:block; position:relative; color: #222;}
.prlbn a:hover{ color:#009afe;}

.prlc{ margin-top:42px; background:#fafafa; padding-bottom: 48px;}
.prlcn{ padding:0 13px;}
.prlclie{ position:relative; border-bottom: 1px solid #f1f1f1; padding-left: 23px; padding-bottom: 15px; margin-top: 10px;}
.prlclie:before{content: ""; position: absolute; width: 6px; height: 6px; background: #dadada; border-radius: 50%; left: 0px; top: 12px;}
.prlcp a{ display:block; font-size:16px; font-size:1.6rem; line-height:30px;}
.prlcriqi{ display:block; color: #9d9d9d; font-size:14px; font-size:1.4rem; line-height:24px; margin-top:2px;}

.prlmor{display: block; width: 100%; max-width: 230px; height: 48px; background: #009afe; border-radius: 6px; line-height: 48px; text-align: center; color: #ffffff; font-size: 20px; font-size: 2rem; margin: auto; margin-top: 16px;}
.prlmor:hover{background: #333; color: #fff;}

.prn{ font-size: 0px;}
.prlie{ width:32%; margin-left:2%; display: inline-block; vertical-align: top; margin-bottom: 43px; position:relative; overflow:hidden; transition:0.8s;}
.prlie:nth-child(3n-2){margin-left: auto;}
.prtu{ display:block; position:relative; overflow:hidden;}
.m3tu img{ width:100%; transition:0.5s; transform: scale(1.1,1.1)}

.przi{ text-align:center;}
.pra{ display:block; font-size:16px; font-size:1.6rem; line-height:24px; position: relative; text-align: center; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.prp a{ display:block; font-size:16px; font-size:1.6rem; color: #999999; line-height:28px; height:56px; margin-top:15px; text-align: left; overflow:hidden;}

.prin{ text-align:center; margin-top:24px; font-size:0px; position:relative;}
.prin input{ display:inline-block; vertical-align:middle; cursor:pointer; margin-right:10px;}
.prmor{ display:inline-block; vertical-align:middle; min-width: 127px; height:30px; line-height:30px; background: #8a8a8a; font-size:16px; font-size:1.6rem; color:#ffffff; border-radius: 4px;}

.prlie:hover{}
.prlie:hover:after{ width: 100%;}
.prlie:hover a{ color:#269ef9;}
.prlie:hover .prmor{ background:#269ef9; color: #fff;}
.prlie:hover .m3tu img{opacity: 0.12; transform: scale(1,1)}
.prlie:hover .m3fu{opacity:1}

.fenye{ padding-top:32px; text-align:center;}
.fenye:after{ content:""; clear:both; display:block;}
.fenyen{ display:inline-block; vertical-align:middle; *float:left;}
.fenyen a{ display:inline-block; *float:left; padding:0 12px; background:#666666; height:31px; text-align:center; line-height:31px; margin:0 3px 0 4px; color: #fff; margin-bottom:10px; font-size:14px; font-size:1.4rem;}
.fenyen span{ display:inline-block; *float:left; padding:0 12px; background:#fff; height:31px; text-align:center; line-height:31px; margin:0 3px 0 4px; color: #666; margin-bottom:10px; font-size:14px; font-size:1.4rem;}
.fenyen a:hover{ color:#fff; background:#009afe;}
.fenyen .sx{ }
.dangqianfen{ color:#fff !important; background:#009afe !important;}
.fuxuan{ display:inline-block; vertical-align:middle; *float:right; margin-bottom:10px; background:url(../images/fuxuan.png) no-repeat right center; padding-right:32px; margin-left: 4px;}
.fuxuan input{ width:156px; height:31px; line-height:29px; border:1px solid #009afe; color:#fff; background:#009afe; cursor:pointer; transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s; font-size:14px; font-size:1.4rem;}
.fuxuan input:hover{ background:#fff; color:#009afe;}

@media screen and (max-width:1359px) {
.prl{ width:27%; float:left;}
.prr{ width:70%; float:right;}

.prbiao{ padding: 15px 20px;}
.pryiji>li>a span{ font-size:16px; font-size:1.6rem;}
.prerji{padding-left:15px;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
.prmor{ min-width:90px; font-size:14px; font-size:1.4rem;}

.prlbn{ font-size:14px; font-size:1.4rem; line-height:26px; padding:13px 19px; padding-bottom:18px;}
.prlbn a{}
.prlbn a:before{ width:10px; top:13px;}

.prlcp a{ font-size:14px; font-size:1.4rem; line-height:24px; max-height:48px; margin-top:0px; overflow:hidden;}
.prlcriqi{ font-size:14px; font-size:1.4rem; line-height:20px; margin-top:7px;}
.prlclie:before{ top: 8px;}
.prlmor{ max-width: 230px; height: 48px; line-height: 48px; font-size: 16px; font-size: 1.6rem; margin-top: 16px;}

    
.pra{ font-size:14px; font-size:1.4rem; line-height:26px;}
.prp a{ font-size:14px; font-size:1.4rem; line-height:24px; height:48px; margin-top:5px;}
    
.fuxuan input{ font-size:14px; font-size:1.4rem; width:160px; height:30px; line-height:28px;}

.prlie{ width:32.33%; margin-left:1.5%;}

.mianbao{ font-size: 14px; font-size: 1.4rem; margin-top: 15px;}

.fenyen a{ padding:0 10px; margin:0 3px; font-size:14px; font-size:1.4rem; border-radius: 5px;}
}
@media screen and (max-width:999px) {
.prmain{ padding-top:20px; padding-bottom:40px;}
.prl{ width:34%; float:left;}
.prr{ width:64%; float:right; margin-top:0px; padding:0px;}

.fenye{ padding-top:26px;}
.prfu{ display:none}

.prlb{ margin-top:20px;}
.prlc{ margin-top:20px;}

.prin{ position:static; padding:0px;}
.prin input{ left:5px;}
.prbiao{ font-size:22px; font-size:2.2rem;}

.prlie{ width:48%; margin-left:1% !important; margin-right:1%; margin-bottom: 25px;}
.prin input{ margin-right:10px;}
.prlie:after{ height: 3px;}
}
@media screen and (max-width:767px) {
.mianbao{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
.fenbiao{ font-size:22px; font-size:2.2rem; line-height:30px;}
a.prbiao:hover{ background:#269ef9; color:#fff}

.prl{ width:100%; float:none; margin-top:10px;}
.prr{ width:100%; float:none;}
/*.proslide_menubtn { display:block}
.pryiji{ display:none}*/
.pryiji>li>a span{font-size: 14px; font-size: 1.4rem;}
.prmor{ font-size:12px; font-size:1.2rem; height: 30px; line-height: 30px;}
.prbiao{ text-align:left; padding-right:40px; font-size:18px; font-size:1.8rem;}
.prtn,.prlie p a,.prlcp a{ font-size:12px; font-size:1.2rem; line-height:22px;}
.prlbn{font-size: 12px; font-size: 1.2rem; line-height: 26px;}

.przi{padding: 5px; padding-bottom: 10px;}
.pra{ font-size:14px; font-size:1.4rem; line-height:22px;}
.prp a{ font-size:12px; font-size:1.2rem; line-height:20px; height:40px; margin-top:5px;}
.fenyen a{ font-size:12px; font-size:1.2rem; padding:0 10px; margin:0 2px; margin-bottom:10px;}
}
@media screen and (max-width:599px) {
.prr .prlie{ width:48%; margin-left:1% !important; margin-right:1% !important;}
.pra{ font-size:12px; font-size:1.2rem;}
}

/*****************************  product  **************************/
.prmain2{ background:#fafafa; position: relative; padding-top: 1px;}

.prmain2n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 72px; padding-bottom: 44px;}

.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:57.33%;}
.m-propic .pic-big { position: relative; float: left; width: 76.7%; background: #fff; -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; 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: 22%; overflow: hidden; padding-bottom: 56px;}
.m-propic .pic-btn { position: absolute; margin: 0 auto; bottom: 0px; display: block; width:50%; height:50px; line-height:50px; background: #e6e6e6; color: #fff; text-align:center; cursor: pointer; z-index:1}
.m-propic .pic-btn i{ font-size:18px; font-size:2.8rem;}
.m-propic .pic-btn.prev {left: 0px;}
.m-propic .pic-btn.next {right: 0px;}
.m-propic .pic-btn.prev:hover,.m-propic .pic-btn.next:hover { background: #d3d3d3;}
.m-propic .pic-list { position: relative; height: 0px; padding-bottom:312%; overflow: hidden;}
.m-propic .pic-list ul { height: 2000px; position: absolute; top: 0px; left: 0px;}
.m-propic .list-item { margin-bottom:4%;}
.m-propic .item-pic,.m-propic .pic-list .item-video { display: block; overflow:hidden; background: #fff;}
.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: #1797e8; }
.m-propic .item-pic.zoomThumbActive { border-color: #1797e8; }
.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: #1797e8 !important; }

.item-pic{ position:relative;}
.item-pic video,.item-pic iframe{ position:absolute; width:100%; height:100%; left:0px; top:0px;}

.jianjie{ width:38.2%; position: relative;}
.jianjie h1{ font-size:22px; font-size:2.2rem; line-height:30px; color: #333; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana}
.jianp{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 15px;}
.jianp p{color: #666666;}

.share{ margin-top: 22px;}
.share1{ display:inline-block; font-size:12px; font-size:1.2rem; line-height:18px; margin-right:6px; vertical-align:middle; color: #666666;}
.share2{display:inline-block; vertical-align:middle;}

.inno{ font-size: 0px; padding-top: 13px;}
.inno a{display: inline-block; vertical-align: middle; width: 203px; height: 46px; background: #0c0c0c; line-height: 46px; text-align: center; color: #ffffff; font-size: 16px; font-size: 1.6rem;  margin-top: 20px;}
.inno a:first-child{margin-right: 46px;}
.inno a:hover{ background: #009afe;}

@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: 10px;}

.share1{ font-size: 14px; font-size: 1.4rem; margin-right: 4px;}
}
@media screen and (max-width: 1359px) { 
.prmain2n{ padding-top: 20px; padding-bottom: 30px; 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{min-height: 0px;}
    
.share{ margin-top:10px;}
.share1{ font-size: 14px; font-size: 1.4rem; margin-right: 4px;}

.inno{padding-top: 20px;}
.inno a{ width: 32.33%; font-size: 14px; font-size: 1.4rem; height: 40px; line-height: 40px; margin-top: 10px;}

.m-propic .pic-small { padding-bottom: 30px;}
.m-propic .pic-list { padding-bottom:322%;}
.m-propic .pic-btn { height:26px; line-height:26px;}
.m-propic .pic-btn i{ font-size:14px; font-size:1.4rem;}
.m-propic .list-item { margin-bottom:10%;}
}
@media screen and (max-width:999px){
.prmain2n{ 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;}
.jianp{ font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 5px; min-height: 0px;}
}
@media only screen and (max-width:767px ) {
.inno a{ font-size: 12px; font-size: 1.2rem;}
.inno a:first-child{margin-right: 20px;}
}
 @media only screen and (max-width:500px ) {
.m-propic .pic-big { width: 70%;}
.m-propic .pic-small {  width: 28%; padding-bottom: 0px;}

.m-propic .pic-list { padding-bottom:250%;}
.m-propic .list-item { margin-bottom:4%;}
}
@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%; } 
}

.prmain3{ padding-top: 45px; padding-bottom: 35px;}
.chanxbiao{ display: block; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 32px; font-size: 3.2rem; line-height: 40px; padding-left: 24px; background: url("../images/chanxbiao.png") no-repeat left 10px;}

.chanxiang{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 24px;}
.chanxiang p,.chanxiang em,.chanxiang strong{color: #666666;}
.chanxiang a{color: #009afe;}
.chanxiang img{ display: inline-block; max-width: 100%;}

.table{ width:100%; overflow:auto;}
.table table{ width:100%; border-collapse:collapse; line-height:22px;}
.table table tr{}
.table table tr td{ padding:10px 5px; font-size:14px; font-size:1.4rem; border:1px solid #ccc; color: #666;}

.prtag{}
.prtagn{ color: #666666; font-size: 18px; font-size: 1.8rem; line-height: 36px; margin-top: 19px;}
.prtagn a{ display: inline-block; vertical-align: middle; margin-right: 25px;}

@media screen and (max-width:1359px) {
.chanxbiao{ font-size: 28px; font-size: 2.8rem; line-height: 40px; padding-left: 24px;}
.chanxiang{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 15px;}
.prtagn{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.prmain3{ padding-top: 30px; padding-bottom: 20px;}
.chanxbiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px; padding-left: 24px; background-position: left 3px;}
}
@media screen and (max-width:767px) {
.chanxbiao{ font-size: 20px; font-size: 2rem; line-height: 30px; padding-left: 24px; background-position: left 3px;}
.chanxiang{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 10px;}
.prtagn{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 10px;}
}

.homain{ padding-top: 45px; padding-bottom: 85px;}
.hobiao{font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 30px; font-size: 3rem; line-height: 40px; padding-right: 100px;}

.homain .row{ margin-left: -12px;}
.homain .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y; margin-top: 42px;}
.homain .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.homain .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.homain .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
	
.homain .owl-carousel .owl-item{float: left; padding: 0 12px;}
.homain .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.homain .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.homain .owl-theme .owl-controls{margin-top: 50px;text-align: center;}
.homain .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.homain .owl-theme .owl-controls .owl-page span{display: block;width: 20px;height: 5px; margin: 0 4px; background: #dbdbdb; font-size: 0px; transition: 0.5s;}
.homain .owl-theme .owl-controls .owl-page.active span,.homain .owl-theme .owl-controls.clickable .owl-page:hover span{ background: #009afe;}

.homain .owl-theme .owl-buttons{ width: 94px; height: 44px; position: absolute; right: 0px; top: -74px;}
.homain .owl-theme .owl-buttons div{ width: 44px; height: 44px; background: #666666; color: #fff; position: absolute; line-height: 44px; font-size: 24px; transition: 0.5s;}
.homain .owl-theme .owl-prev{ left: 0px;}
.homain .owl-theme .owl-next{ right: 0px;}
.homain .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.homain .item:hover .m3tu img{opacity: 0.12; transform: scale(1,1)}
.homain .item:hover .m3fu{opacity:1}

.homor{display: block; color: #ffffff; font-size: 20px; font-size: 2rem; width: 230px; height: 48px; background: #009afe; border-radius: 6px; text-align:center; line-height: 48px; margin: auto; margin-top: 37px;}
.homor:hover{ background: #0f339b; color: #fff;}

@media screen and (max-width:1359px) {
.homain{ padding-top: 45px; padding-bottom: 45px;}
.hobiao{ font-size: 26px; font-size: 2.6rem; line-height: 32px; padding-right: 100px;}
.homain .owl-theme .owl-buttons{ width: 80px; height: 36px; top: -74px;}
.homain .owl-theme .owl-buttons div{ width: 36px; height: 36px; line-height: 36px; font-size: 18px;}

.homain .owl-theme .owl-controls{margin-top: 20px;}
.homor{ font-size: 16px; font-size: 1.6rem; width: 200px; height: 48px; border-radius: 6px; line-height: 48px; margin-top: 27px;}
}
@media screen and (max-width:999px) {
.homain .owl-carousel{ margin-top: 20px;}
.homain .owl-theme .owl-buttons{ width: 70px; height: 30px; top: -50px;}
.homain .owl-theme .owl-buttons div{ width: 30px; height: 30px; line-height: 30px; font-size: 18px;}

.homain .row{ margin-left: -5px;}
.homain .owl-carousel .owl-item{ padding: 0 5px;}
.homor{ font-size: 14px; font-size: 1.4rem; width: 160px; height: 40px; line-height: 40px; margin-top: 27px;}
}
@media screen and (max-width:767px) {
.hobiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px; padding-right: 100px;}
.homain .owl-theme .owl-controls{margin-top:10px;}
}

/************************  about  ********************/
.abmain1{ background: url("../images/ab1bei.jpg") no-repeat center; padding-top: 22px; padding-bottom: 90px;}
.ab1biao{ font-size: 72px; font-size: 7.2rem; line-height: 120px; color: #333333; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.ab1biao strong{ font-size: 94px; font-size: 9.4rem; color: #009afe; font-weight: normal;}

.ab1shipin{position: relative; padding-bottom:45.14%;height: 0;overflow: hidden; margin-top: 15px;}
.ab1shipin iframe,.ab1shipin video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.ab1shipin iframe body{ margin:0px !important;}

.ab1p{ position: relative; display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 47px;}
.ab1p:before{content: ""; position: absolute; width: 1px; top: 10px; bottom: 30px; background: #dcdcdc; left: 50%;}
.ab1pn{width: 48%; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666666;}
.ab1pn p{color: #666666;}

.ab1b{ background: #009afe; padding:40px 30px; padding-bottom: 60px; text-align: center; margin-top: 40px;}
.ab1b p{ font-size: 20px; font-size: 2rem; line-height: 30px; color: #ffffff;}

@media screen and (max-width:1359px) {
.abmain1{ padding-top: 16px; padding-bottom: 50px;}
.ab1biao{ font-size: 54px; font-size: 5.4rem; line-height: 80px;}
.ab1biao strong{ font-size: 64px; font-size: 6.4rem;}

.ab1shipin{ margin-top: 5px;}
.ab1p{ margin-top: 20px;}
.ab1pn{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}

.ab1b{ padding:20px; margin-top: 20px;}
.ab1b p{ font-size: 16px; font-size: 1.6rem; line-height: 30px;}
}
@media screen and (max-width:999px) {
.ab1biao{ font-size: 34px; font-size: 3.4rem; line-height: 50px;}
.ab1biao strong{ font-size: 44px; font-size: 4.4rem;}
}
@media screen and (max-width:767px) {
.ab1biao{ font-size: 24px; font-size: 2.4rem; line-height: 40px;}
.ab1biao strong{ font-size: 34px; font-size: 3.4rem;}
.ab1p:before{ display: none;}
.ab1pn{ width: 100%; font-size: 12px; font-size: 1.2rem; line-height: 24px;}

.ab1b{ padding:10px; margin-top: 20px;}
.ab1b p{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
}

/* main2 */
.abmain2{ background: #d6efff url("../images/ab2bei.png") no-repeat 92% center; padding-top: 69px; padding-bottom: 67px;}

.abmain2 .row{ max-width: 1155px;}
.abmain2 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.abmain2 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.abmain2 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.abmain2 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
	
.abmain2 .owl-carousel .owl-item{float: left;}
.abmain2 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.abmain2 .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.abmain2 .owl-theme .owl-controls{margin-top: 17px;text-align: center;}
.abmain2 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.abmain2 .owl-theme .owl-controls .owl-page span{display: block;width: 9px;height: 3px;margin: 0 4px; background: #009afe; font-size: 0px;}
.abmain2 .owl-theme .owl-controls .owl-page.active span{width: 29px;}

.abmain2 .owl-theme .owl-buttons{ width: 89px; height: 42px; position: relative; margin: auto; display: none !important}
.abmain2 .owl-theme .owl-buttons div{ width: 42px; height: 42px; background: #fff; position: absolute; line-height: 42px; font-size: 24px; transition: 0.5s;}
.abmain2 .owl-theme .owl-prev{ left: 0px;}
.abmain2 .owl-theme .owl-next{ right: 0px;}
.abmain2 .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.ab2n{ background: #ffffff; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab2zi{ width: 47.6%; display: inline-block; vertical-align: middle; padding: 20px 30px; padding-top: 50px; position: relative; color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px;}
.ab2tu{ width: 52.4%; display: inline-block; vertical-align: middle;}
.ab2tu img{width: 100%;}

.ab2zi:before{content: ""; position: absolute; width: 90px; height: 3px; background: #009afe; left: 30px; top: 0px;}
.ab2zi p{ color: #666666;}

@media screen and (max-width:1359px) {
.abmain2{ padding-top: 40px; padding-bottom: 40px;}
.ab2zi{ padding: 20px; font-size: 14px; font-size: 1.4rem; line-height: 30px; margin: 10px 0;}
.ab2zi:before{ left: 20px; width: 40px; height: 2px;}
}
@media screen and (max-width:999px) {
.ab2zi{ width:100%; padding: 10px;}
.ab2tu{ width:100%; padding: 5px;}
.ab2zi:before{display: none;}
}
@media screen and (max-width:767px) {
.ab2zi{ font-size: 12px; font-size: 1.2rem; line-height: 24px;}
}

/*  main3  */
.abmain3{ padding-top: 103px; padding-bottom: 65px;}
.ab3biao{text-align: center; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 38px; font-size: 3.8rem; line-height: 42px;}
.sebiao{font-size: 40px; font-size: 4rem;}
.ab3n{ font-size: 0px; padding-top: 30px;}
.ab3lie{ width: 23.166%; display: inline-block; vertical-align: top; margin-left: 2.4333%; margin-top: 25px;}
.ab3lie:nth-child(4n-3){margin-left: 0px;}
.ab3a{ background: #f6f6f6; line-height: 38px; padding: 15px 10px; text-align: center; font-size: 18px; font-size: 1.8rem;}
.ab3tu{}
.ab3tu img{ width: 100%;}
.ab3p{ color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; text-align: center; margin-top: 15px;}

@media screen and (max-width:1359px) {
.abmain3{ padding-top: 40px; padding-bottom: 40px;}
.ab3biao{ font-size: 30px; font-size: 3rem; line-height: 32px;}
.ab3n{ padding-top: 20px;}
.ab3lie{ width: 24%; margin-left: 1.3333%; margin-top: 20px;}
.ab3a{ line-height: 30px; padding: 10px; font-size: 16px; font-size: 1.6rem;}
.ab3p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; text-align: center; margin-top: 15px;}
}
@media screen and (max-width:999px) {
.ab3lie{ width: 49%; margin-left: 2%; margin-top: 20px;}
.ab3lie:nth-child(2n-1){ margin-left: 0px;}
}
@media screen and (max-width:767px) {
.abmain3{ padding-top: 30px; padding-bottom: 30px;}
.ab3biao{ font-size: 22px; font-size: 2.2rem; line-height: 28px;}
.ab3a{ line-height: 26px; padding: 5px; font-size: 14px; font-size: 1.4rem;}
.ab3p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
.ab3n{ padding-top: 10px;}
}

/*  main4  */
#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)}}

.abmain4{ padding-bottom: 86px;}

.img-scroll4 {position: relative; max-width: 830px; margin: auto; margin-top: 41px;}
.img-scroll4 .prev, .img-scroll4 .next { position: absolute; text-align:center; display: none!important; width: 44px; height: 44px; line-height:44px; background: #666666; font-size:14px; font-size:2.4rem; color:#ffffff; top: 50%; transform: translateY(-50%); margin-top: -15px; transition: 0.5s; z-index: 999}
.img-scroll4 .prev { left: -60px; cursor: pointer;}
.img-scroll4 .next { right: -60px; cursor: pointer;}
.img-scroll4 .prev:hover,.img-scroll4 .next:hover {background: #009afe;}
.img-list4 {position: relative;overflow: hidden;}
.img-list4 ul {width: 100%;}
.img-list4 li {float: left; width:32%; margin-left:2%; position:relative;}
.img-list4 li:nth-child(3n-2){margin-left: 0px;}
.img-list4 li img{width: 100%; transform: scale(1,1) !important}
.ab4zi{text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 24px;}

@media screen and (max-width:1359px) {
.img-scroll4 { margin-top: 41px;}
.img-scroll4 .prev, .img-scroll4 .next { width: 34px; height: 34px; line-height:34px; font-size:14px; font-size:1.8rem;}
.img-scroll4 .prev { left: -40px;}
.img-scroll4 .next { right: -40px;}
/*.img-list4 li { width:0.24%; margin-right:0.0133%;}*/
.ab4zi{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.abmain4{ padding-bottom: 36px;}
.img-scroll4 { margin-top: 21px;}
.img-scroll4 .prev { left: 0px;}
.img-scroll4 .next { right: 0px;}
/*.img-list4 li { width:0.3233%; margin-right:0.015%;}*/
}
@media screen and (max-width:767px) {
.ab4zi{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 6px;}
}
@media screen and (max-width:499px) {
.img-list4 li { width:49%; margin-left:2%;}
.img-list4 li:nth-child(3n-2){margin-left: 2%;}
.img-list4 li:nth-child(2n-1){margin-left: 0px;}
}

/*  main5  */
.abmain5{padding-bottom: 137px;}
.abmain5 .table{ width:100%; overflow:auto; margin-top: 62px;}
.abmain5 .table table{ width:100%; border-collapse:collapse; line-height:26px; border:1px solid #ccc; border-bottom: none;}
.abmain5 .table table tr{}
.abmain5 .table table tr td{ padding:10px 20px; font-size:18px; font-size:1.8rem; border: none; border-bottom:1px solid #ccc; color: #666;}
.abmain5 .table table tr:nth-child(2n) td{background: #f8f8f8;}
.abmain5 .table table tr:first-child td{ text-align: center; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 20px; font-size: 2rem; color: #009afe; text-align: center; line-height: 40px;}
.abmain5 .table table tr:nth-child(2) td{ font-size: 20px; font-size: 2rem; color: #333;}

.ab5b{display: flex; flex-flow: wrap; justify-content: space-between; font-size: 0px; margin-top: 30px;}
.ab5tu{ display: inline-block; vertical-align: top; margin-top: 0.9%;}
.ab5tu img{width: 100%;}
.ab5tu1{width: 45.8%}
.ab5tu2{width: 25.83%}
.ab5tu3{width: 25.83%}
.ab5tu4{width: 53%}
.ab5tu5{width: 45.75%}

.ab5mor{ display: block; width: 230px; height: 48px; background: #009afe; border-radius: 6px; line-height: 48px; text-align: center; color: #ffffff; font-size: 20px; font-size: 2rem; margin: auto; margin-top: 39px;}
.ab5mor:hover{background: #0f339b; color: #fff;}

@media screen and (max-width:1359px) {
.abmain5{padding-bottom: 67px;}
.abmain5 .table table tr td{ padding:10px; font-size:14px; font-size:1.4rem;}
.abmain5 .table table tr:nth-child(2) td{ font-size: 16px; font-size: 1.6rem;}
.abmain5 .table table tr:first-child td{ font-size: 18px; font-size: 1.8rem; line-height:30px;}
.ab5mor{ width: 170px; height: 48px; line-height: 48px; font-size: 14px; font-size: 1.4rem; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.abmain5{padding-bottom: 37px;}
.abmain5 .table{ margin-top: 25px;}
}
@media screen and (max-width:767px) {
.abmain5 .table table tr td{ padding:5px; font-size:12px; font-size:1.2rem;}
.abmain5 .table table tr:nth-child(2) td{ font-size: 14px; font-size: 1.4rem;}
.abmain5 .table table tr:first-child td{ font-size: 16px; font-size: 1.6rem; line-height:30px;}
}

/***********************  service  ********************/
.semain1{ padding-top: 64px; padding-bottom: 45px;}
.se1n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.se1lie{ width: 48.33%; background: #f6f6f6; margin-top: 37px;}
.se1tu{}
.se1tu img{width: 100%;}
.se1zi{ padding:35px 20px; padding-bottom: 4px;}
.se1a{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.se1p{ color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 20px;}

@media screen and (max-width:1359px) {
.semain1{ padding-top: 34px; padding-bottom: 45px;}
.se1zi{ padding:20px 10px;}
.se1a{ font-size: 20px; font-size: 2rem; line-height: 26px;}
.se1p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.semain1{ padding-top: 20px; padding-bottom: 30px;}
.se1lie{ width: 49%; margin-top: 20px;}
.se1zi{ padding:20px 10px;}
.se1a{ font-size: 18px; font-size: 1.8rem; line-height: 24px;}
}
@media screen and (max-width:767px) {
.se1zi{ padding:10px;}
.se1a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.se1p{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 10px;}
}
@media screen and (max-width:469px) {
.se1lie{ width: 100%; margin-top: 15px;}
}

/*  main2  */
.semain2{ background: #def2ff url("../images/se2bei.png") no-repeat center; padding-top: 113px; padding-bottom: 138px;}
.semain2 .zong{ display: flex; flex-flow: wrap;}
.se2lie{ background: #ffffff; box-shadow: 0px 1px 5px 0px rgba(46, 46, 46, 0.18); padding:23px 20px; padding-top: 45px; text-align: center; width: 19.16%; display: inline-block; vertical-align: top; margin-left: 1%; position: relative;}
.se2lie:nth-child(5n-4){margin-left: auto;}
.se2lie:before{content: ""; position: absolute; width: 57px; height: 2px; background: #009afe; top: 0px; left: 50%; transform: translateX(-50%);}
.se2a{ font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 16px; font-size: 1.6rem; line-height: 30px;}
.se2p{ color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 24px;}

@media screen and (max-width:1359px) {
.semain2{ background-size: 75%; padding-top: 50px; padding-bottom: 50px;}
.se2lie{ padding:23px 10px; margin-left: 1%;}
.se2a{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
.se2p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.semain2{ background-size: 99%; padding-top: 40px; padding-bottom: 40px;}
.se2lie{ width: 32.33%; margin: 0.5%;}
}
@media screen and (max-width:767px) {
.se2lie{ width: 48%; margin: 1%;}

.se2p{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 10px;}
}

/*  main3  */
.semain3{ padding-top: 90px; padding-bottom: 100px;}
.se3lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.se3tu{ width: 47.58%; position: relative;}
.se3tu img{width: 100%;}
.se3tu:before{content: ""; position: absolute; width: 254px; height: 207px; background: #def2ff; z-index: -1}
.se3zi{ width: 47.58%;}
.se3a{font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.se3p{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 32px;}
.se3p p{color: #666666;}

.se3lie2{ flex-direction: row-reverse;}
.se3lie1 .se3tu:before{left: -28px; bottom: -28px;}
.se3lie2 .se3tu:before{right: -28px; bottom: -28px;}

@media screen and (max-width:1359px) {
.se3a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.se3p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
.se3tu:before{ width: 150px; height: 150px;}
.se3lie1 .se3tu:before{left: -10px; bottom: -10px;}
.se3lie2 .se3tu:before{right: -10px; bottom: -10px;}
}
@media screen and (max-width:999px) {
.semain3{ padding-top: 50px; padding-bottom: 50px;}
.se3tu{ width: 49%;}
.se3zi{ width: 49%;}
}
@media screen and (max-width:767px) {
.semain3{ padding-top: 40px; padding-bottom: 30px;}
.se3tu{ width: 100%;}
.se3zi{ width: 100%; padding: 15px 0;}
.se3a{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.se3p{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 10px;}
}

/*  main4  */
.semain4{ background: #f5f5f5 url("../images/se4bei.png") no-repeat top center; padding-top: 53px;}
.se4n{ background: #ffffff; box-shadow: 0px 3px 21px 0px rgba(201, 210, 214, 0.35);	border-radius: 10px; font-size: 0px; margin-top: 29px;}
.se4lie{ width: 16.66%; display: inline-block; vertical-align: top; text-align: center; padding:50px 5px; padding-top: 80px;}
.se4tu{ width: 60px; margin: auto;}
.se4tu img{width: 100%;}
.se4zi{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 16px;}

@media screen and (max-width:1359px) {
.se4zi{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 12px;}
}
@media screen and (max-width:999px) {
.semain4{ padding-top: 30px;}
.se4lie{ padding:30px 5px;}
.se4zi{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
}
@media screen and (max-width:767px) {
    .se4lie{ width: 33.333%; padding: 20px 5px;}
.se4zi{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
}

/*  main5  */
.semain5{ padding-top: 58px; padding-bottom: 74px;}
.se5n{font-size: 0px; margin-top: 34px;}
.se5n .m5lie{padding: 18px 0px;}
.se5n .m5shu{display: none;}
.se5n .m5zi{color: #333333; font-size: 18px; font-size: 1.8rem; line-height: 30px;}

.se5n .m5lie::before { height: 39px; background: url("../images/sejian.jpg") no-repeat center; border: none; top: 65px; background-size: 100%;}

@media screen and (max-width:999px) {
.semain5{ padding-top: 30px; padding-bottom: 30px;}
.se5n{ margin-top: 20px;}
.se5n .m5lie{padding: 10px 0px;}
.se5n .m5shu{display: block;}
.se5n .m5zi{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
}
@media screen and (max-width:767px) {
.se5n .m5zi{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}

/*  main6  */
.semain6{ background: url("../images/se6bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 55px; padding-bottom: 128px;}
.semain6:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/se6bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.se6p{text-align: center; color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; max-width: 860px; margin: auto; margin-top: 25px;}
.se6p p{color: #666666;}

.img-scroll5 {position: relative; padding-bottom: 84px; margin-top: 30px;}
.img-scroll5 .prev, .img-scroll5 .next {position: absolute; text-align:center; display: block; width: 44px; height: 44px; line-height:44px; background: #666666; font-size:22px; font-size:2.2rem; color:#ffffff; bottom: 0px; transition: 0.5s; z-index: 999}
.img-scroll5 .prev { left:50%; margin-left: -47px; cursor: pointer;}
.img-scroll5 .next { right:50%; margin-right: -47px; cursor: pointer;}
.img-scroll5 .prev:hover,.img-scroll5 .next:hover {background: #009afe;}
.img-list5 {position: relative;overflow: hidden;}
.img-list5 ul {width: 10000%;}
.img-list5 li {float: left; width:0.3066%; margin-right:0.04%; position:relative;}

.img-list5 li p{margin-top: 36px;}
.img-list5 li p img{width: 100%;}

@media screen and (max-width:1359px) {
.semain6{ padding-top: 30px; padding-bottom: 48px;}
.se6p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 15px;}
.img-scroll5 { padding-bottom: 50px; margin-top: 20px;}
.img-list5 li p{margin-top: 15px;}

.img-scroll5 .prev, .img-scroll5 .next { width: 30px; height: 30px; line-height:30px; font-size:16px; font-size:1.6rem;}
.img-scroll5 .prev { left:50%; margin-left: -34px;}
.img-scroll5 .next { right:50%; margin-right: -34px;}
}
@media screen and (max-width:767px) {
.se6p{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 10px;}
.img-list5 li { width:0.49%; margin-right:0.02%;}
.img-list5 li p{margin-top: 10px;}
}

/*******************  news  *********************/
.nemain{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 15px; padding-bottom: 78px;}
.nel{width: -moz-calc(100% - 315px);  width: -webkit-calc(100% - 315px);  width: calc(100% - 315px);}
.ner{ width: 243px;}

.nelie{ background: #ffffff; box-shadow: 0px 0px 32px 0px rgba(96, 142, 172, 0.16); padding: 24px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 34px; position: relative;}
.netu{ width: 302px;}
.netu span{display: block; overflow: hidden;}
.nezi{width: -moz-calc(100% - 325px);  width: -webkit-calc(100% - 325px);  width: calc(100% - 325px);}
.neriqi{display: block; width: 110px; height: 28px;	background: #009afe; text-align: center; line-height: 28px; color: #fefefe; font-size: 14px; font-size: 1.4rem; position: absolute; top: 0px; right: 0px;}
.nea{display: block; font-size: 20px; font-size: 2rem; line-height: 30px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.nep a{display: block; color: #666666; font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 20px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.nemor{display: block; text-decoration: underline; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 33px;}
.nep a:hover{ color: #009afe;}

.nemain .fenye{margin-top:35px;}

.nerbiao{display: block; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 26px; font-size: 2.6rem; line-height: 32px; margin-top: 27px;}
.nern{ margin-top: 16px;}
.nerlie{ margin-bottom: 34px;}
.nertu{display: block; overflow: hidden;}
.nertu img{width: 100%;}
.nerzi{ display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 11px; text-align: center; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

@media screen and (max-width:1359px) {
.nemain{ padding-top: 10px; padding-bottom: 50px;}

.nel{width: -moz-calc(100% - 260px);  width: -webkit-calc(100% - 260px);  width: calc(100% - 260px);}
.ner{ width: 230px;}

.nelie{ padding: 10px; margin-top: 20px;}
.netu{ width: 240px;}
.nezi{width: -moz-calc(100% - 255px);  width: -webkit-calc(100% - 255px);  width: calc(100% - 255px);}

.nea{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.nep a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 15px;}
.nemor{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 15px;}

.nerlie{ margin-bottom: 20px;}
.nerbiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px; margin-top: 20px;}
.nerzi{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 8px;;}
}
@media screen and (max-width:999px) {
.nel{width: -moz-calc(100% - 215px);  width: -webkit-calc(100% - 215px);  width: calc(100% - 215px);}
.ner{ width: 200px;}

.nelie{ padding: 5px; margin-top: 20px;}
.netu{ width: 190px;}
.nezi{width: -moz-calc(100% - 205px);  width: -webkit-calc(100% - 205px);  width: calc(100% - 205px);}
.nea{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.nep a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 7px;}
.nemor{ display: none;}

.nerbiao{ font-size: 20px; font-size: 2rem; margin-top: 16px;}
}
@media screen and (max-width:767px) {
.nel{width: 100%;}
.ner{ width: 100%;}
    .nern{display: flex; flex-flow: wrap; justify-content: space-between;}
    .nerlie{width: 48%;}
.nerzi{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 8px;;}
.nemain .fenye{margin-top:20px;}
}
@media screen and (max-width:499px) {
.netu{ width: 100%;}
.nezi{width: 100%; padding: 10px;}
}

/************************  news2  ***********************/
.nemain2{ padding-top: 53px; max-width: 1110px; margin: auto;}
.nemain2 h1{ text-align: center; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 30px; font-size: 3rem; line-height: 40px;}
.net{ text-align: center; margin-top: 37px;}
.neriqi2{display: inline-block; vertical-align: middle; color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-right: 47px;}
.net .share{display: inline-block; vertical-align: middle; margin: auto;}

.nexiang{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 38px;}
.nexiang p,.nexiang em,.nexiang strong{color: #666666;}
.nexiang a{color: #009afe;}
.nexiang img{ display: inline-block; max-width: 100%;}

.fanpian{ border-top: 1px dashed #cbcaca; margin-top: 35px; padding-top: 20px;}
.fanpian li{ color: #999999; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 14px; position: relative; padding-left: 35px;}
.fanpian li i{ font-size: 22px; color: #e7e7e7; position: absolute; left: 0px; top: 0px;}
.fanpian li a{ color: #999999;}
.fanpian li a:hover{ color: #009afe;}


.homain2 .hobiao{ display: block; text-align: center; padding: 0px;}
.homain2 .row{}
.homain2 .owl-theme .owl-buttons{ width: 94px; height: 44px; position: relative; top: auto; right: auto; margin: auto; margin-top: 38px;}

@media screen and (max-width:1359px) {
.nemain2{ padding-top: 20px;}
.nemain2 h1{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.net{ margin-top: 15px;}
.neriqi2{ font-size: 14px; font-size: 1.4rem; margin-right: 15px;}

.nexiang{ font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 20px;}

.fanpian{ margin-top: 20px; padding-top: 10px;}
.fanpian li{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px; padding-left: 32px;}
}
@media screen and (max-width:767px) {
.nemain2 h1{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.net{ margin-top: 10px;}
.neriqi2{ font-size: 12px; font-size: 1.2rem; margin-right: 15px;}
.nexiang{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 20px;}
.fanpian li{ font-size: 12px; font-size: 1.2rem; line-height: 26px; margin-top: 5px;}
.homain2 .owl-theme .owl-buttons{ width: 70px; margin-top: 20px;}
}

/*********************  contact  **********************/
.comain{ background: url("../images/cobei.jpg") no-repeat bottom center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 1px; padding-bottom: 97px;}
.comain:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px;  background: url("../images/cobei.jpg") no-repeat bottom center; background-size: cover; z-index: -1}

.con{ background: #ffffff; background: rgba(255,255,255,0.7); display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 43px;}

.col{ width: 38.4%; background: url("../images/cotu.jpg") no-repeat center; background-size: cover; padding: 96px 30px; position: relative;}
.col:before{ content: ""; position: absolute; width: 59px; height: 249px; background: url("../images/shuding.png") no-repeat center; left:100%; top: 50%; transform: translate(-50%,-50%)}

.coxin{ max-width: 282px; margin: auto;}
.coxin .int1{width: 100%; margin-top: 18px;}
.coxin input{width: 100%; height: 37px; line-height: 37px; border: solid 1px #ffffff; background: #fff; background: rgba(255,255,255,0.4); border-radius: 0px; padding: 0 7px; font-size: 14px; font-size: 1.4rem; color: #333333;}
.coxin textarea{width: 100%; height: 116px; line-height: 37px; border: solid 1px #ffffff; background: #fff; background: rgba(255,255,255,0.4); border-radius: 0px; padding: 0 7px; font-size: 14px; font-size: 1.4rem; color: #333333;}
.coxin .int2{width: 100%; margin-top: 18px; padding-right: 97px; position: relative;}
.coxin .yanzheng{ position: absolute; right: 0px; bottom: 0px; cursor: pointer;}
.coxin .int3{width: 100%; margin-top: 35px;}
.coxin .int3 input{ background: #009afe; border: none; height: 42px; color: #fff;font-size: 16px; font-size: 1.6rem; cursor: pointer; transition: 0.5s;}
.coxin .int3 input:hover{ background: #0f339b;}

.cor{ width:61.6%;  padding: 80px; text-align: center;}
.cobiao{font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 40px; font-size: 4rem; line-height: 50px;}
.cop{ color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; text-align: center; margin-top: 12px; margin-bottom: 20px;}

.corn{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 40px;}
.colie{ width: 49%; text-align: left;}
.colie p{ font-size: 20px; font-size: 2rem; line-height: 32px; padding-left: 39px; position: relative; margin-top: 32px;}
.colie p i{ color: #009afe; position: absolute; left: 0px; top: 0px; font-size: 20px;}

.ditu{ padding-top: 60px; padding-bottom: 75px;}
.ditu img{width: 100%;}

@media screen and (max-width:1359px) {
.cor{  padding: 50px;}
.cobiao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.cop{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 12px; margin-bottom: 20px;}
.colie p{ font-size: 16px; font-size: 1.6rem; line-height: 26px; padding-left: 30px; margin-top: 22px;}
}
@media screen and (max-width:999px) {
.comain{ padding-bottom: 50px;}
.con{ margin-top: 20px;}
.col:before{ display: none;}
.col{ padding: 20px 10px;}
.cor{  padding: 10px;}
.cobiao{ font-size: 26px; font-size: 2.6rem; line-height: 30px;}
.ditu{ padding-top: 40px; padding-bottom: 40px;}
}
@media screen and (max-width:767px) {
    .col{width: 100%;}
    .cor{width: 100%;}
.cobiao{ font-size: 22px; font-size: 2.2rem;}
.cop{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 10px; margin-bottom: 10px;}
.corn{ padding-top: 20px;}
.colie p{ font-size: 12px; font-size: 1.2rem; line-height: 24px; padding-left: 26px; margin-top: 15px;}
.colie p i{font-size: 16px;}
.ditu{ padding-top: 30px; padding-bottom: 30px;}
}
@media screen and (max-width:399px) {
    .colie{width: 100%;}
}



@media screen and (max-width:1359px) {

}
@media screen and (max-width:999px) {

}
@media screen and (max-width:767px) {

}




@font-face {
  font-family: Roboto-Regular;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
       url("../fonts/Roboto-Regular.woff") format("woff"),
       url("../fonts/Roboto-Regular.ttf") format("truetype"),
       url("../fonts/Roboto-Regular.eot") format("embedded-opentype"),
       url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Bold;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
       url("../fonts/Roboto-Bold.woff") format("woff"),
       url("../fonts/Roboto-Bold.ttf") format("truetype"),
       url("../fonts/Roboto-Bold.eot") format("embedded-opentype"),
       url("../fonts/Roboto-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconfont"; /* Project id 3506393 */
    font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1657173701740') format('woff2'),
       url('../fonts/iconfont.woff?t=1657173701740') format('woff'),
       url('../fonts/iconfont.ttf?t=1657173701740') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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-left27:before {
  content: "\e78f";
}

.icon-right27:before {
  content: "\e790";
}

.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";
}

.m-kefu-chat.mobile-hide{ right: 6px!important; }
.fenye a.no:hover {color: #fff!important; border: none!important; background: #666666!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem; margin-top: 21px; display: block;}
.actives{color: #d52c2c!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 34px;
    width: 200px;
    line-height: 34px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #b8b8b8;
    margin-bottom: 10px;
    }
    .listcart a:hover {background: #009afe;}
    .xunpanc{margin-top: 20px; width: 100%;}
    .xunpanc .table {margin-top: 0;}
    .xunpanc table tr td{border: 1px solid #ccc; text-align: left; padding: 3px;}
    .xunpanc table tr td a:hover{color: #009afe;}

.m2biao, .m3biao, .fobiao{ text-transform: uppercase; } 

.tagskwds{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 30px; }
 
