﻿@charset "utf-8";
*{ margin:0; padding:0;}
.wOpacity{opacity:0;}
table{ border-collapse:collapse;}
a{ text-decoration:none;}
a:hover,a:focus{ text-decoration:none;}
a:focus{ outline:none;}
ol, ul{ margin:0;}
p{ margin:0;}
.h1, .h2, .h3, h1, h2, h3{ margin:0;}
.cor_red{ color:#fe0000;}
.cor_yellow{ color:#fdd000;}
.cor_green{ color:#008e2b;}
.f22{ font-size:22px;}
.clear{ clear:both;}
.shows{ display:block;}
.hides{ display:none;}
.ellipsis{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;/*color:#fff;*/}
.bd_weixin_popup{ height:auto !important;}
html { -ms-touch-action: none;}
body { font-family:"Microsoft YaHei"; position: relative; height: 100%; *cursor: default; color:#333333;}

.swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 0px;
  bottom:20px;
  margin:0;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-scrollbar {
	background:none;
    position: absolute;
    right: 0px;
    top: 40px;
    height: 90%;
    width: 10px !important;
	border-radius:0;
}
.swiper-scrollbar .swiper-scrollbar-drag {
    background:#cccccc;
	border-radius:0;
}

.logo{ padding:24px 0 0 40px; height:auto;}
.navbar{padding:0 66px;}
nav.navbar.bootsnav{ border:none; background:none; border-bottom:1px solid #acb0b4; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
nav.navbar.active{ border:none; background:rgba(0,0,0,0.6);}
nav.navbar.bootsnav ul.nav > li{ padding:0 25px;}
nav.navbar.bootsnav ul.nav > li > a{ padding:0 15px; min-width:90px; text-align:center; margin:0 10px; font-weight:normal; line-height:88px; height:88px; position:relative; color:#FFFFFF; font-size:16px;}
nav.navbar.bootsnav ul.nav > li > a:after{ position:absolute; left:50%; bottom:-2px; height:3px; width:0; background:#fdd000; display:block; content:""; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s; content:"";}
nav.navbar.active ul.nav > li > a:after{ bottom:0;}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{ content:""; margin:0;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li.on > a,nav.navbar.bootsnav ul.nav > li.active > a{ color:#fdd000;}
nav.navbar.bootsnav ul.nav > li > a:hover:after,nav.navbar.bootsnav ul.nav > li.on > a:after,nav.navbar.bootsnav ul.nav > li.active > a:after{ left:0; width:100%;}

.navSub{ padding-top:20px; background:none; box-shadow:none; border:none; width:180px; left:50%; margin-left:-90px;}
.navSub:before{ display:block; content:""; position:absolute; left:50%; margin-left:-11px; top:8px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 11px 12px 11px;
border-color: transparent transparent rgba(0,144,64,0.9) transparent;
}
.navSubList{ background:rgba(0,144,64,0.9); padding:15px; border-radius:5px;}
.navSubList li{ border-bottom:1px solid rgba(255,255,255,0.2);}
.navSubList li:last-child{ border:none;}
.navSubList li a{ display:block; color:#FFFFFF; text-align:center; line-height:38px; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.navSubList li a:hover{ font-weight:bold; color:#fde800;}


.navRig{ margin:0; right:30px !important;}
.navRig ul li{ line-height:88px; height:88px; color:#FFFFFF; font-size:16px; margin-left:10px;}
.navRig ul li a{ padding:2px 5px !important; color:#FFFFFF; display:inline; border:1px solid transparent; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.navRig ul li a.active,.navRig ul li a:hover{ border:1px solid #FFFFFF;}


.banner{ height:100%; position:relative;}
.banner .swiper-slide{ background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-slide a{ display:block; height:100%;}
.Ban_boximg{ position:absolute;}
.Ban_boximg img{ margin:0 auto;}
.Ban1 .Ban_boximg{ width:100%; left:0%; top:50%; padding:0 15px;}
.Ban2 .Ban_boximg{ width:100%; left:0%; top:50%; padding:0 15px;}
.banPc{ display:block;}
.banMob{ display:none;}
.banner .swiper-pagination{ bottom:92px;}
.banner .swiper-pagination-bullet{ width:30px; height:10px; background:none; border:1px solid #FFFFFF; opacity:1; border-radius:0; position:relative; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.banner .swiper-pagination-bullet-active{ background:#FFFFFF;}
/*.banner .swiper-pagination-bullet:after{ position:absolute; left:50%; margin-left:-5px; top:50%; margin-top:-5px; display:block; content:""; width:11px; height:11px; border:1px solid #FFFFFF; border-radius:50%; transform:scale(0); -webkit-transform:scale(0); transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.banner .swiper-pagination-bullet-active:after{ transform:scale(1); -webkit-transform:scale(1);}*/

.banBtn{ position:absolute; left:50%; margin-left:-15px; bottom:30px; display:block; width:30px; height:25px; background:url(../images/banbtn.png) center bottom no-repeat; background-size:cover; z-index:1;
		animation:bounce 2s infinite;
-webkit-animation:bounce 2s infinite;
}

.Tit{ padding:10px 0;}
.Tit a{ display:inline-block;}
.TitEn{ font-size:30px; font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; color:#009040;}
.TitCn{ font-size:30px; color:#333333; line-height:150%;}
.TitLine{ display:block; width:80px; height:1px; background:#009040; position:relative; margin:5px auto;}
.TitLine span{ display:block; position:absolute; width:5px; height:5px; background:#009040; left:50%; margin-left:-3px; top:50%; margin-top:-3px;}

.box1Bg{ background:url(../images/box1bg.jpg) center bottom #FFFFFF no-repeat; background-size:cover; padding:100px 0 85px;}
.box1List{ padding:45px 0 0; margin:0; font-size:0; overflow:hidden;}
.box1List li{ width:20%; font-size:14px; vertical-align:top; padding-bottom:10px;}
.box1List li a{ position:relative; display:block; overflow:hidden;}
.box1CircleBg{ width:140px; height:110px; position:absolute; overflow:hidden; left:50%; margin-left:-70px; top:0;}
.box1Circle,.box1CircleHov{ position:absolute; left:0; top:0; width:140px; height:140px; border:1px dashed #bdbdbd; border-radius:50%; clip:rect(0 140px 110px 0);}
.box1Circle:after,.box1Circle:before,.box1CircleHov:after,.box1CircleHov:before{ display:block; content:""; position:absolute; width:9px; height:9px; background:#b8b8b8; border-radius:50%;}
.box1Circle:before,.box1CircleHov:before{ left:7px; top:25px;}
.box1Circle:after,.box1CircleHov:after{ right:6px; bottom:29px;}
.box1Circle{ transition:all 0.8s ease-out 0s; -webkit-transition:all 0.8s ease-out 0s;}
.box1CircleHov{ border-color:#00a1e9; opacity:0; filter:alpha(opacity=0); transform:rotate(-180deg); -webkit-transform:rotate(-180deg); transition:all 0.8s ease-out 0.2s; -webkit-transition:all 0.8s ease-out 0.2s;}
.box1CircleHov:after,.box1CircleHov:before{ background:#00a1e9;}
.box1Img{ padding:40px 0 0; height:140px; position:relative; overflow:hidden;}
.box1Img img{ margin:0 auto;}
.box1ImgHov{ position:absolute; left:0; top:40px; width:100%; opacity:0; filter:alpha(opacity=0); transform:scale(2); -webkit-transform:scale(2); transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.box1Line{ display:block; position:absolute; left:50%; bottom:15px; width:1px; height:14px; background:#5c5c5c;}
.box1Line:after{ display:block; content:""; position:absolute; left:0; bottom:0; width:1px; height:0; background:#00a1e9; transition:all 0.4s ease-out 0.7s; -webkit-transition:all 0.4s ease-out 0.7s;}
.box1TitCn{ font-size:20px; color:#000000;}
.box1TitEn{ font-size:15px; color:#333333;}
.box1List li a:hover .box1Circle{ opacity:0; filter:alpha(opacity=0); transform:rotate(180deg); -webkit-transform:rotate(180deg);}
.box1List li a:hover .box1CircleHov{ opacity:1; filter:alpha(opacity=100); transform:rotate(0); -webkit-transform:rotate(0);}
.box1List li a:hover .box1ImgHov{ opacity:1; filter:alpha(opacity=100); transform:scale(1); -webkit-transform:scale(1);}
.box1List li a:hover .box1Line:after{ height:100%;}

.box2Bg{ background:url(../images/box2bg.jpg) center center no-repeat; background-size:cover; padding:130px 0 115px;}

.box2{ position:relative; overflow:hidden;}
.box2Tab{ position:absolute; top:20px; left:0;}
.box2Tab span{ display:block; width:104px; height:36px; line-height:36px; font-size:15px; color:#FFFFFF; background:rgba(0,0,0,0.56); text-align:center; cursor:pointer;}
.box2Tab span.active,.box2Tab span:hover{ background:rgba(0,144,64,0.5);}
.box2List{ float:right; width:45%; height:400px;}
.box2Tit{ font-size:30px; padding:15px 0;}
.box2Tit span{ font-size:24px; text-transform:uppercase;}
.box2List .swiper-slide{ text-align:left;}
.box2Con{ height:287px; font-size:14px; color:#FFFFFF; line-height:32px; overflow:hidden;}
.box2Honor{ padding:0 5px; position:relative;}
.box2Honor:after{ display:block; content:""; position:absolute; left:5px; top:15px; width:1px; height:89%; background:#FFFFFF; z-index:1;}
.box2Honor li{ font-size:15px; line-height:36px; margin:10px 0; padding-left:25px; position:relative;}
.box2Honor li:after,.box2Honor li:before{ border-radius:50%; display:block; content:""; position:absolute; transition:all 0.4s ease-out 0s; -webkit-transition:all 0.4s ease-out 0s; z-index:2;}
.box2Honor li:before{ width:11px; height:11px; background:rgba(255,255,255,0.45); left:-5px; top:13px;}
.box2Honor li:after{ width:7px; height:7px; background:#FFFFFF; left:-3px; top:15px;}
.box2Honor li:hover:after{ background:#efa918;}
.box2More{ display:inline-block; text-transform:uppercase; font-size:15px; color:#009040; background:url(../images/box2morebg.png) right center no-repeat; padding:15px 30px 15px 0;}
.box2More:hover,.box2More:focus{ background-image:url(../images/box2morebga.png); color:#efa918;}


.box3Bg{ padding:85px 0 100px; overflow:hidden; position:relative; z-index:1; background:#fbfbfb; min-height:300px;}
#particles-js{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:1;}
.box3Bg .container{ position:relative; z-index:1;}
.box3List{ margin:45px -28px 0; position:relative;}
.box3List .swiper-slide{ padding:0 28px;}
.box3List a{ display:block; height:100%; position:relative; overflow:hidden;}
.box3Img{ overflow:hidden;}
.box3Img img{ width:100%; transition:all 0.4s ease-out 0s; -webkit-transition:all 0.4s ease-out 0s;}
.box3Shadow{ position:absolute; left:0; top:0; width:100%; height:100%; background:url(../images/box3libg.png) repeat;}
.box3BorderBg{ position:absolute; left:0; top:0; width:100%; height:100%; padding:15px; transform:scale(2); -webkit-transform:scale(2); opacity:0; filter:alpha(opacity=0); transition:all 0.4s ease-out 0s; -webkit-transition:all 0.4s ease-out 0s;}
.box3Border{ display:block; width:100%; height:100%; border:1px solid #FFFFFF;}
.box3Text{ position:absolute; left:0; top:0; width:100%; height:100%; font-size:20px; color:#ffffff; line-height:24px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-pack: center;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
align-items: center;
transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;
}
.box3Line{ display:block; width:70%; height:1px; background:#FFFFFF; font-size:0; position:relative; margin:20px auto;}
.box3Line:before,.box3Line:after{ display:block; content:""; position:absolute; top:-1px; width:3px; height:3px; background:#ffffff;}
.box3Line:before{ left:0;}
.box3Line:after{ right:0;}
.box3Tit{ font-size:20px;}
.box3Prev,.box3Next{ display:block; width:20px; height:39px; position:absolute; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); cursor:pointer; z-index:1;}
.box3Prev{ left:-30px; background:url(../images/box3prev.png) left center no-repeat; background-size:cover;}
.box3Next{ right:-30px; background:url(../images/box3next.png) right center no-repeat; background-size:cover;}

.box3List a:hover .box3Img img{ transform:scale(1.1); -webkit-transform:scale(1.1);}
.box3List a:hover .box3BorderBg{ transform:scale(1); -webkit-transform:scale(1); opacity:1; filter:alpha(opacity=100);}
.box3List a:hover .box3Ico{
		animation:rubberBand 1s 1;
-webkit-animation:rubberBand 1s 1;
}

.box4Bg{ background:url(../images/box4bg.jpg) center center no-repeat; background-size:cover; padding:90px 0;}
.box4Bg .TitEn,.box4Bg .TitCn{ color:#FFFFFF;}
.box4Bg .TitLine,.box4Bg .TitLine span{ background:#FFFFFF;}
.box4List{ margin:0; font-size:0; margin:0 -20px; padding:65px 0 0; overflow:hidden;}
.box4List li{ width:14.25%; padding:0 20px 10px; font-size:14px; vertical-align:top;}
.box4List li a{ display:block; height:100%; background:rgba(255,255,255,0.25); color:#FFFFFF; transition:all 0.4s ease-out 0s; -webkit-transition:all 0.4s ease-out 0s;}
.box4Img{ padding:30px 0 20px; border-bottom:1px solid rgba(255,255,255,0.5);}
.box4Img img{ margin:0 auto;}
.box4Tit{ padding:10px 5px; font-size:15px; color:#ffffff; line-height:26px;}
.box4List li a:hover{ background:rgba(239,169,24,0.67);}
.box4List li a:hover .box4Img img{
		animation:pulse 1s 1;
-webkit-animation:pulse 1s 1;
}

.box5Bg{ background:url(../images/box5bg.jpg) center bottom no-repeat; background-size:cover; padding:55px 0 100px;}
.box5{ position:relative; margin:45px 0 0;}
.box5Wx{ background:#FFFFFF; padding:10px; border:1px solid #e4e4e4; text-align:center; font-size:14px; color:#666666; position:absolute; right:0; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.box5Wx img{ max-width:125px; margin:0 auto;}
.box5Wx h3{ font-size:14px; margin:0; padding:5px 0;}
.box5List{ margin:0; padding:15px 155px 15px 0; border:1px dashed #9e9e9e; font-size:0;}
.box5List li{ text-align:center; width:25%; vertical-align:top;}
.box5List li a{ display:block;}
.box5Img{ text-align:center; width:55px; height:55px; padding-top:16px; background:#efa918; margin:0 auto 10px;}
.box5Img img{ margin:0 auto;}
.box5Li2 .box5Img{ background:#00a0e9;}
.box5Li3 .box5Img{ background:#269954;}
.box5Li4 .box5Img{ background:#1d92a3;}
.box5Text{ font-size:14px; color:#333333; line-height:150%; padding-top:15px;}
.box5Li2 .box5Text{ margin-top:-15px;}

/*footer*/
.footer{ font-size:14px; color:#8a8a8a; line-height:30px; background:#212121; padding:15px; position:relative;}
.footer a{ color:#8a8a8a; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.footer a:hover{ color:#8a8a8a;}
.footerLink{ float:left;}
.footerLink span{ padding:0 10px;}
.shareBtn a{ float:right; width:30px; height:30px; background:url(../images/sharebtn.png) center center no-repeat; background-size:cover;}

/*online*/
.online_top{ position:fixed; right:2%; bottom:10%; z-index:3; display:none; width:50px; height:50px; border-radius:5px; background:url(../images/top.png) center center rgba(0,0,0,0.4) no-repeat;}


.bannerN{ height:450px; padding-top:200px; background-position:center center; background-repeat:no-repeat; background-size:cover; text-align:center; overflow:hidden; position:relative;}
.bannerN img{ display:none;}
.bannerN .banTit{ color:#FFFFFF;}
.banTitCn{ font-size:24px;}
.banIco{ display:block; width:24px; height:9px; background:url(../images/banico.png) repeat-x; margin:10px auto 0px;
		animation: animatedBg 80s linear infinite;
-webkit-animation: animatedBg 10s linear infinite;
}
.banTitEn span{ position:relative; text-transform:uppercase; font-size:40px; font-family:Arial, sans-serif;}
.banTitEn span:before,.banTitEn span:after{ display:block; content:""; position:absolute; top:50%; width:40px; height:1px; border-top:1px solid #FFFFFF;}
.banTitEn span:before{ left:-60px;}
.banTitEn span:after{ right:-60px;}

@keyframes animatedBg { from { background-position:0 0; } to { background-position: 100% 0; } }
@-webkit-keyframes animatedBg { from { background-position:0 0; } to { background-position: 100% 0; } }

.breadcrumbbg{ position:absolute; bottom:0; left:0; width:100%; background:rgba(0,0,0,0.4);}
.breadcrumbbg .breadcrumb{ padding:9px 0 9px 20px; margin:0; text-align:left; color:#FFFFFF; font-size:13px; background:url(../images/breadcrumbbg.png) 0 18px no-repeat; line-height:32px;}
.breadcrumb > li + li:before { color: #FFFFFF; content: "-";}
.breadcrumbbg .breadcrumb a{ color:#FFFFFF;}
.breadcrumb > li.active{ color:#FFFFFF;}
.breadcrumb span i{ color:#e0ba04; font-size:16px;}

.classfiyBg{ padding:35px 0; background:#f4f4f4;}
.classfiy{ margin:0; margin:0 -9px; font-size:0;}
.classfiy li{ padding-bottom:10px; padding:0 9px 10px;}
.classfiy li a{ display:block; font-size:16px; color:#555555; height:38px; line-height:36px; border:1px solid #aaaaaa; border-radius:5px; padding:0 10px; min-width:106px; position:relative;}
.classfiy li a:after{ display:none; content:""; position:absolute; bottom:-7px; left:50%; margin-left:-7px;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 7px 0 7px;
border-color: #009040 transparent transparent transparent;
}
.classfiy li a:hover,.classfiy li a.active{ background:#009040; border-color:#009040; color:#FFFFFF;}
.classfiy li a:hover:after,.classfiy li a.active:after{ display:block;}

.footerBg{ padding:0;}
.footerBox{ color:#707070; padding:50px 0; font-size:0;}
.footerBox a,.footerBox a:hover,.footerBox:focus{ color:#707070;}
.footerTit{ font-size:16px; color:#bbbbbb; padding-bottom:10px;}
.footBox1,.footBox2,.footBox3,.footBox4{ display:inline-block; vertical-align:top; font-size:14px; line-height:200%; padding-right:10px;}
.footBox1{ width:15%;}
.footBox2{ width:27%;}
.footBox3{ width:20%; text-align:center; padding-right:0;}
.footBox4{ width:38%;}
.footBox4 .shareBtn a{ float:none; display:block !important; margin-top:10px;}
.footBox3Img img{ max-width:160px; display:block; margin:0 auto;}

.mainBg{ background:#FFFFFF; padding:35px 0; min-height:200px;}
.main{ font-size:14px; color:#777777; line-height:32px;}

/*onepage*/
.onepageImg{ float:right; margin-top:40px;}
.onepageText{ margin-right:380px; padding:35px 0; position:relative;}
.onepageBg{ position:absolute; width:280px; height:25px;}
.onepageBg1{ left:0; top:0; background:url(../images/onepagebg1.png) left center no-repeat;}
.onepageBg2{ right:0; bottom:0; background:url(../images/onepagebg2.png) left center no-repeat;}
.onepageText p{ text-indent:2em;}

/*artlist*/
.artlist{ padding:30px 0;}
.artlist li{ margin-top:-1px;}
.artlist li a{ display:block; height:100%; padding:35px 0; border:1px dashed #c4c4c4; border-left:none; border-right:none;}
.artlistTime{ text-align:center; color:#dddddd; font-family:Arial, sans-serif; padding:0 35px; white-space:nowrap; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.artlistDate{ font-size:60px; line-height:100%;}
.artlistYear{ font-size:18px;}
.artlistText{ padding:0;}
.artlistTit{ font-size:16px; color:#222222; line-height:160%; padding:0 0 10px; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.artlistBrief{ font-size:12px; color:#999999; line-height:24px; max-height:72px; overflow:hidden;}
.artlistMore{ padding:0 35px;}
.artlistMore .text-uppercase{ color:#efa918; font-size:15px; background:url(../images/box2morebga.png) right center no-repeat; padding-right:30px; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.artlist li a:hover{ background:#f7f7f7;}
.artlist li a:hover .artlistTit,.artlist li a:hover .artlistTime{ color:#009040;}
.artlist li a:hover .artlistTit{ font-weight:bold;}
.artlist li a:hover .artlistMore .text-uppercase{ color:#009040; background-image:url(../images/box2morebg.png);}

.page{ text-align:center; padding:10px 0;}
.page img{ margin:0 auto;}

/*article*/
.articleTop{ border:1px dashed #c4c4c4; border-left:none; border-right:none; padding:25px 0; margin-top:15px;}
.articleTit{ font-size:22px; color:#222222; line-height:30px; padding:5px 0;}
.articleTime{ font-size:12px; color:#909090; line-height:24px;}
.articleTime span{ padding:0 10px;}
.articleCon{ padding:25px 0;}
.articleCon p strong{ color:#009040;}
.articleBot{ border-top:1px dashed #c4c4c4; padding:25px 0;}
.articleShare{ font-size:0; float:left;}
.articleShare i,.articleShare strong,.articleShare a{ display:inline-block; vertical-align:middle; font-size:15px; color:#009040; margin:0 4px;}
.articleShare a{ width:29px; height:28px; background:url(../images/shareico.png) no-repeat; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.articleShare a.shareIco1{ background-position:0 0;}
.articleShare a.shareIco2{ background-position:-29px 0;}
.articleShare a.shareIco3{ background-position:-58px 0;}
.articleShare a.shareIco4{ background-position:-87px 0;}
.articleShare a.shareIco5{ background-position:-116px 0;}
.articleShare a.shareIco1:hover{ background-position:0 -28px;}
.articleShare a.shareIco2:hover{ background-position:-29px -28px;}
.articleShare a.shareIco3:hover{ background-position:-58px -28px;}
.articleShare a.shareIco4:hover{ background-position:-87px -28px;}
.articleShare a.shareIco5:hover{ background-position:-116px -28px;}
.pagerBox{ font-size:0; float:right;}
.pagerBox a{ display:inline-block; vertical-align:middle; font-size:14px; color:#9b9b9b; border:1px solid #9b9b9b; padding:0 10px; height:32px; line-height:30px; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.pagerBox a img{ vertical-align:middle; padding:0 5px; margin-top:-1px;}
.pagerBox a img.shows{ display:inline-block;}
.pagerNext{ margin:0 10px;}
.pagerBox a:hover{ background:#009040; border-color:#009040; color:#FFFFFF;}
.pagerBox a:hover img.shows{ display:none;}
.pagerBox a:hover img.hides{ display:inline-block !important;}

/*prolist*/
.prolist{ margin:0 -18px; padding:20px 0;}
.prolist li{ padding:18px;}
.prolist li a{ border-radius:0; padding:14px; background:#FFFFFF; border-color:#e2e2e2; margin:0;}
.proImg{ overflow:hidden; position:relative;}
.proImg img{ width:100%;}
.proShadow{ position:absolute; left:0; top:0; width:100%; height:100%; background:none; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.proIco{ position:absolute; left:50%; top:-50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s; text-align:center; border:1px solid #fdd000; border-radius:50%; width:68px; height:68px; color:#fdd000; font-size:24px; line-height:68px;}
.proTit{ padding:10px 15px 5px; position:relative; text-align:left}
.proLine{ position:absolute; left:15px; bottom:20px; width:1px; height:0; background:#00bc54; display:block; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.proTit h3{ font-size:18px; color:#009040; line-height:22px; padding:10px 0; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.proBrief{ font-size:14px; color:#888888; line-height:24px; height:72px; overflow:hidden; padding:0 15px; text-align:left}
.proMore{ display:block; margin:10px 0 10px 18px; font-size:13px; color:#efa918; line-height:26px; background:url(../images/box2morebga.png) right center no-repeat; background-size:18px; text-transform:uppercase; width:60px; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.hmc1Swiper .proMore{ margin-left:6px;}
.proMore:hover,.proMore:focus{ color:#009040; background-image:url(../images/box2morebg.png);}
.pro_aBox:hover{ border-color:#fdd000;}
.pro_aBox:hover .proShadow{ background:rgba(0,0,0,0.6);}
.pro_aBox:hover .proIco{ top:50%;}
.pro_aBox:hover .proLine{ height:66px;}
.pro_aBox:hover .proTit h3{ transform:translateX(15px); -webkit-transform:translateX(15px);}
.pro_aBox:hover .proMore{ color:#009040; background-image:url(../images/box2morebg.png);}

/*product*/
.proTop{ font-size:0px; padding:15px 0 50px;}
.productImg,.proText{ display:inline-block; vertical-align:top; position:relative; font-size:14px; color:#777777; line-height:28px;}
.productImg{ width:45%; padding-right:4%;}
.productImg img{ max-width:100%; margin:0 auto;}
.proText{ width:55%; padding-left:4%; min-height:357px; border-left:1px solid #d7d7d7;}
.proText:after{ position:absolute; display:block; content:""; width:3px; height:84px; background:#009040; top:0; left:-2px;}
.proName{ padding:22px 0;}
.proName h1{ margin-right:145px; font-size:28px; line-height:40px; color:#222222; text-transform:uppercase;}
.backList{ float:right; width:138px; height:40px; line-height:40px; text-align:center; background:#008acb; font-size:14px; color:#FFFFFF;}
.backList:hover,.backList:focus{ color:#FFFFFF;}
.productBrief{ height:224px; overflow:hidden;}
.proText .articleShare{ float:none; padding-top:20px;}
.proText .articleShare i{ color:#efa918;}
.proText .articleShare strong,.proText .articleShare a{ color:#333333;}

.proTab{ border:1px solid #d2d2d2; border-bottom:2px solid #009040; font-size:0;}
.proTab span{ display:inline-block; vertical-align:middle; font-size:15px; color:#555555; background:#F5F5F5; border-right:1px solid #d2d2d2; height:50px; line-height:50px; min-width:150px; text-align:center; cursor:pointer;}
.proTab span.active{ background:#009040; color:#FFFFFF;}
.proBot .swiper-container{ border:1px solid #d2d2d2; border-top:none;}
.proCon{ font-size:14px; color:#777777; line-height:32px; padding:50px 60px; text-align:left;}

/*solution*/
.solution{ padding:35px 0;}
.solution li{ position:relative; padding-left:50%;}
.solutionImg{ position:absolute; left:0; top:0; height:100%; width:50%; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.solutionImg img{ display:none;}
.solutionText{ width:100%; background:#f7f7f7; padding:60px 60px 60px 80px;}
.solutionTit{ font-size:24px; color:#222222; text-align:right; line-height:150%; padding:20px 0;}
.solutionTit img{ max-width:50px; vertical-align:middle;}
.solMore{ width:auto; text-align:right; background:none;}
.solMore:hover{ background:none;}
.solMore a{ display:inline-block; color:#efa918; width:60px; padding-right:20px; background: url(../images/box2morebga.png) right center no-repeat; background-size:18px;}
.solMore a:hover{ color:#009040; background-image:url(../images/box2morebg.png);}

.solution li:nth-child(2n){ padding:0 50% 0 0;}
.solution li:nth-child(2n) .solutionImg{ left:auto; right:0;}
.solution li:nth-child(2n) .solutionTit{ text-align:left;}

/*service*/
.serviceCen{ margin:30px 0; border:1px solid #dcdcdc; border-left:none; border-right:none; padding:25px 15px; font-size:17px;}
.serviceCen img{ padding-right:10px;}
.serviceList{ margin:0 -10px; font-size:0;}
.serviceList li{ padding:10px; display:inline-block; vertical-align:middle; float:none;}
.serviceList .thumbnail{ padding:15px; margin:0; border-radius:0; border-color:#e0e0e0;}
.serviceList .thumbnail .proMore{ margin:10px 0 0 10px;}
.serTit{ font-size:18px; color:#222222; line-height:140%; padding:0 0 10px;}
.serImg{ overflow:hidden;}
.serImg img{ width:100%; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.serBrief{ font-size:12px; color:#888888; line-height:22px; height:66px; overflow:hidden; margin:10px;}
.serDl{ border-top:1px solid #d6d6d6; padding-top:10px; margin:10px 0 0;}
.serDl dd a{ display:block; font-size:12px; color:#666666; line-height:22px; position:relative; padding-left:20px;}
.serDl dd a:before{ display:block; content:""; position:absolute; left:10px; top:9px; width:3px; height:3px; border-radius:50%; background:#666666;}
.serDl dd a:hover{ color:#008e2b;}
.serDl dd a:hover:before{ background:#008e2b;}

/*resoures*/
.resouresBg .main{ padding:75px 0;}
.resouresBg .main p strong{ color:#000000;}
.resouresBg .main p a,.resouresBg .main p a:hover,.resouresBg .main p a:focus{ color:#00893d;}
.resouresBg:nth-child(2n+1){ background:#f5f5f5;}
.resouresImg{ float:right; width:400px;}
.resouresImg img{ margin:0 auto; max-width:100%;}
.resouresText{ margin-right:450px;}
.resouresBg:nth-child(2n+1) .resouresImg{ float:left;}
.resouresBg:nth-child(2n+1) .resouresText{ margin-right:0; margin-left:450px;}
.resTit{ font-size:24px; color:#000000; line-height:30px; padding:0 0 20px;}

/*contact*/
.contact{ border:1px dashed #9e9e9e; background:#FBFBFB; margin-bottom:45px;}
.contactList{ border:none; padding:15px;}
.contact .media-right{ border-left:1px dashed #9e9e9e; padding:15px;}
.contact_map{ border:1px solid #d1d1d1; height:400px;}

/*job*/
.job {padding:20px 0 35px;}
.job li{ padding:10px 0;}
.jobH3{ border:1px solid #dcdcdc; border-left:3px solid #009040; padding:10px 50px 10px 25px; line-height:44px; position:relative; cursor:pointer; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.jobName{ width:200px; font-size:17px; color:#000000; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.jobIco{ display:block; width:18px; height:18px; position:absolute; right:30px; top:22px;}
.jobIco:after,.jobIco:before{ display:block; content:""; position:absolute; font-size:0; background:#009040; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.jobIco:after{ top:7px; left:0; width:100%; height:4px;}
.jobIco:before{ top:0; left:7px; width:4px; height:100%;}
.jobH3 .jobBrief{ position:absolute; left:230px; top:10px; font-size:14px; color:#666666;}
.jobBrief i{ font-style:normal; padding:0 15px;}
.jobBrief b{ font-weight:normal;}
.jobText{ border:1px solid #dcdcdc; border-top:none; padding:20px 50px; display:none;}
.jobText .jobBrief{ padding:20px 0;}
.jobText a,.jobText a:hover,.jobText a:focus{ color:#008e2b; text-decoration:underline;}
.job li.active .jobH3{ background:#008e2b; border-color:#008e2b; color:#FFFFFF;}
.job li.active .jobName{ color:#FFFFFF; width:100%;}
.job li.active .jobH3 .jobBrief{ display:none;}
.job li.active .jobIco:after{ background:#fdf400;}
.job li.active .jobIco:before{ height:0;}


@media (min-width:1275px){
	.container{ width:1230px;}
}
@media (max-width:1600px){
	nav.navbar.bootsnav ul.nav { position:relative; left:50px;}
	nav.navbar.bootsnav ul.nav > li{ padding:0 15px;}
	nav.navbar.bootsnav ul.nav > li > a{ padding:0 10px; margin:0 5px; min-width:70px;}
	.logo{ padding:24px 0 0 15px;}
	.navRig{ right:15px !important;}
	
	.box1TitCn{ font-size:18px;}
	.box1TitEn{ font-size:14px;}
	
	.box3List{ margin:45px -15px 0; position:relative;}
	.box3List .swiper-slide{ padding:0 15px;}
	.box3Tit{ font-size:18px;}
}
@media (max-width:1400px){
	nav.navbar.bootsnav ul.nav > li > a{ padding:0px; font-size:14px;}
	.navRig ul li{ font-size:14px;}
	
	.box3List{ padding:0 25px; margin:35px -5px 0;}
	.box3List .swiper-slide{ padding:0 5px;}
	.box3Prev{ left:0;}
	.box3Next{ right:0;}
}
@media (max-width:1200px){
	nav.navbar.bootsnav ul.nav > li{ padding:0 5px;}
	nav.navbar.bootsnav ul.nav > li > a{ line-height:70px; height:70px;}
	.navRig ul li{ line-height:70px; height:70px;}
	.logo{ padding:15px 0 0 15px;}
	.logo img{ max-width:150px;}
	
	.box1TitCn{ font-size:16px;}
	.box1TitEn{ font-size:12px;}
	
	.box2Bg{ padding:100px 0 80px;}
	.box2List{ width:50%;}
	
	.box3Bg{ padding:50px 0 60px;}
	.box3BorderBg{ padding:5px;}
	.box3Ico img{ max-width:40px;}
	.box3Line{ margin:10px auto;}
	
	.box4Bg{ padding:60px 0;}
	.box4List{ margin:0 -10px; padding:45px 0 0;}
	.box4List li{ padding:0 10px 10px;}
	
	.bannerN{ height:400px; padding-top:150px;}
	.banTitEn span{ font-size:30px;}
	
	.classfiyBg{ padding:25px 0;}
	.classfiy{ margin:0 -5px;}
	.classfiy li{ padding:0 5px 10px;}
	
	
	.artlist li a{ padding:30px 0;}
	.artlistTime,.artlistMore{ padding:0 20px;}
	.artlistDate{ font-size:50px;}
	
	.prolist{ margin:0 -10px; padding:10px 0;}
	.prolist li{ padding:10px;}
	.prolist li a{ padding:10px;}
	.proTit h3{ padding:10px 0 0;}
	.proLine{ bottom:10px;}
	.proIco{ width:58px; height:58px; line-height:58px;}
	
	.proText{ min-height:278px;}
	.productBrief{ height:140px;}
	
	.proCon{ padding:30px 40px;}
	
	.solutionText{ padding:30px 30px 30px 40px;}
	.solutionTit{ font-size:20px;}
	.solutionTit img{ max-width:40px;}
	
	.serviceList .thumbnail{ padding:10px;}
	
	.resouresImg{ width:400px;}
	.resouresText{ margin-right:430px;}
	.resouresBg:nth-child(2n+1) .resouresText{ margin-right:0; margin-left:430px;}
	
}
@media (max-width:1023px) and ( min-width:993px){
	nav.navbar.bootsnav.menu-center ul.nav.navbar-center{ float:none; margin:0 auto; display:table; table-layout:fixed; left:0;}
	.attr-nav{ padding-right:15px;}
}
@media (max-width:992px){	
	nav.navbar{ min-height:60px;}
	nav.navbar.bootsnav .navbar-header{ padding:10px 0;}
	nav.navbar.bootsnav .navbar-brand{ float:left !important;}	
	nav.navbar.bootsnav .navbar-collapse{ border-top:1px solid #ffffff;}
	nav.navbar.bootsnav ul.nav{ left:0; margin:0; padding:15px;}	
	nav.navbar.bootsnav ul.nav > li > a{ margin:0; height:40px; line-height:40px; border:none; border-bottom:1px solid #ffffff; text-align:left;}
	nav.navbar.bootsnav ul.nav > li > a:after{ height:1px; bottom:-1px;}
	nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before{ position:absolute; right:0;}
	.navSub{
		width: 100%;
		position: relative !important;
		background-color: transparent;
		left:0;
		float: none;
		border: none;
		padding:0 !important;
		margin:0 !important;
		-moz-box-shadow: 0px 0px 0px;
		-webkit-box-shadow: 0px 0px 0px;
		-o-box-shadow: 0px 0px 0px;
		box-shadow: 0px 0px 0px;
		-moz-border-radius: 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px;
		-o-border-radius: 0px 0px 0px;
		border-radius: 0px 0px 0px;
	}
	.navSub:before{ display:none;}
	.navSubList{ border-radius:0; background:none;}
	.navSubList li a{ text-align:left;}
	
	nav.navbar.bootsnav .navbar-toggle{ color:#fdd000; right:15px; float:right; margin:0; margin-top:3px; background:none !important;}	
	.logo{ padding:5px 15px; line-height:normal; float:left !important;}
	.logo img{ max-width:250px; max-height:30px;}
	
	.navRig{ right:60px !important;}
	.navRig ul li{ height:60px; line-height:60px;}
	
	.banner .swiper-pagination{ bottom:60px;}
	.banBtn{ width:25px; height:21px; bottom:15px;}
	
	.TitEn,.TitCn{ font-size:24px;}
	.box1Bg{ padding:40px 0 25px;}
	.box1List{ padding-top:25px;}
	.box1List li{ width:33.33%;}
	
	.box2Bg{ padding:80px 0 40px;}
	.box2List{ width:60%;}
	
	.box3Bg{ background:url(../images/box3bg.jpg) center center #fbfbfb no-repeat;}
	#particles-js{ display:none;}
	
	.box4List li{ width:25%;}
	
	.box5Wx{ position:static; transform:translateY(0); -webkit-transform:translateY(0);}
	.box5List{ padding:15px;}
	
	.footerLink{ float:none; text-align:center;}
	.shareBtn{ display:none;}
	
	.bannerN{ height:300px; padding-top:100px;}
	.banTitEn span{ font-size:30px;}
	.breadcrumbbg .breadcrumb{ padding:5px 0 5px 20px; background-position:0 12px;}
	
	.footBox1,.footBox2,.footBox3{ padding-bottom:15px;}
	.footBox1{ width:44%;}
	.footBox2{ width:56%;}
	.footBox3{ width:100%; padding-right:0;}
	.footBox4{ width:100%; padding-right:0; padding:15px 0; text-align:center; border-top:1px solid #707070;}
	.footBox4 .shareBtn{ display:block;}
	.footBox4 .shareBtn a{ margin:10px auto 0;}
	
	.onepageImg{ float:none; margin:0 0 20px;}
	.onepageImg img{ margin:0 auto; max-width:80%;}
	.onepageText{ margin-right:0; padding:35px 0; position:relative;}
	
	.artlist{ padding:0 0 30px;}
	.artlist li a{ padding:20px 0;}
	.artlistTime,.artlistMore{ padding:0 15px;}
	.artlistTime{ vertical-align:top;}
	.artlistDate{ font-size:36px;}
	.artlistMore .text-uppercase{ background-size:15px; padding-right:20px; font-size:13px;}
	
	.proTop{ padding:0 0 30px;}
	.productImg,.proText{ width:100%; padding:0; border:none;}
	.proText{ border-top:1px solid #d7d7d7; padding:15px 0 0; margin-top:15px;}
	.proText:after{ width:84px; height:3px; left:0; top:-2px;}
	.proName{ padding:15px 0;}
	.proName h1{ font-size:22px;}
	.productBrief{ height:auto;}
	
	.solution{ padding:15px 0;}
	.solution li{ padding:0 !important;}
	.solutionImg{ background:none !important; width:100%; position:static;}
	.solutionImg img{ display:block; margin:0 auto; width:100%;}
	.solutionText{ padding:15px;}
	.solutionTit{ padding:10px 0;}
	.solutionTit img{ max-width:30px;}
	
	.resouresBg .main{ padding:45px 0;}
	.resouresImg{ width:100%; float:none;}
	.resouresBg:nth-child(2n+1) .resouresImg{ float:none;}
	.resouresText{ margin-right:0;}
	.resouresBg:nth-child(2n+1) .resouresText{ margin:0;}
	.resTit{ padding:15px 0; font-size:22px;}
	
	.contactList li{ width:50%; padding:5px;}
	.contact .media-right{ padding:10px;}
	.contact_map{ height:300px;}
	
	.job li{ padding:5px 0;}
	.jobH3{ line-height:30px; padding:5px 30px 5px 10px;}
	.jobName{ width:100%; font-size:14px;}
	.jobIco{ top:11px; right:10px;}
	.jobH3 .jobBrief{ display:none;}
	.jobText{ padding:15px;}
	.jobText .jobBrief{ padding:10px 0;}
}
@media (max-width:767px){
	nav.navbar.bootsnav.menu-center ul.nav{ padding:15px 0;}
	.banPc{ display:none;}
	.banMob{ display:block;}	
	
	.footerBox{ padding:30px 0;}
	.footBox1,.footBox2,.footBox3,.footBox4{ width:100%; padding-right:0; padding:10px 0; border-bottom:1px solid #707070;}
	.footBox1 p{ display:inline-block; padding:0 5px;}
	.footBox3 .media-left img{ max-width:100px;}
	.footBox4{ border:none;}
	
	.articleTop{ margin:0; padding:10px 0;}
	.articleTit{ font-size:18px; line-height:150%;}
	.articleShare,.pagerBox{ float:none;}
	.articleShare{ padding-bottom:15px;}
	
	.prolist{ margin:0 -5px;}
	.prolist li{ padding:5px;}
	.proIco{ width:45px; height:45px; line-height:45px; font-size:20px;}
	.proTit{ padding:10px 0;}
	.proLine{ left:5px;}
	.proTit h3{ font-size:16px;}
	.proBrief{ padding:0;}
	.proBrief{ height:48px;}
	.proMore{ margin:5px 0 0; font-size:12px;}
	
	.proName{ padding:0 0 15px;}
	.backList{ float:none; display:block; margin-bottom:10px;}
	.proName h1{ margin:0; font-size:18px;}
	
	.proTab span{ min-width:120px; font-size:14px;}
	.proCon{ padding:15px;}
	
}
@media (max-width:640px){
	.box1Img{ height:120px;}
	.box1Img img{ max-width:40px;}
	.box1CircleBg{ width:120px; height:90px; margin-left:-60px;}
	.box1Circle, .box1CircleHov{ width:120px; height:120px;}
	.box1Circle:before,.box1CircleHov:before{ left:3px;}
	.box1Circle::after, .box1CircleHov::after{ right:2px;}
	
	
	.box2Bg{ padding:30px 0 10px; background-position:40% center;}
	.box2Tab{ position:static; text-align:center;}
	.box2Tab span{ display:inline-block; vertical-align:middle;}
	.box2List{ width:100%;}
	.box2Tit{ font-size:24px;}
	.box2Tit span{ font-size:20px;}
	
	.box3Tit{ font-size:16px;}
	
	.box4List li{ width:50%;}
	
	.box5List{ padding:15px 15px 0;}
	.box5List li{ width:50%; padding-bottom:15px;}
	
	.online_top{ background-size:15px; width:34px; height:34px; right:10px;}
	
	
	.bannerN{ height:250px; padding-top:90px;}
	.banTitCn{ font-size:20px;}
	.banIco{ margin:10px auto 0px;}
	.banTitEn span{ font-size:20px;}
	
	.classfiyBg{ padding:15px 0;}
	.classfiy li a{ font-size:14px; height:34px; line-height:32px; min-width:90px; padding:0 5px;}
	
	.artlist li a{ padding:10px 0;}
	.artlistTime{ padding:0 10px 0 5px;}
	.artlistDate{ font-size:30px;}
	.artlistYear{ font-size:14px;}
	.artlistTit{ font-size:14px; padding-bottom:5px;}
	.artlistBrief{ max-height:48px;}
	.artlistMore{ display:none;}
	
	.proTab span{ min-width:100px; font-size:14px; height:40px; line-height:40px;}
	
	.serviceList li{ width:100%;}
}
@media (max-width:460px){
	.TitEn,.TitCn{ font-size:20px;}
	.box1Bg{ padding:20px 0 10px;}
	.box1List li{ width:50%;}
	
	.box3Bg{ padding:20px 0 30px;}
	.box3List{ padding:0 20px; margin:20px -5px 0;}
	.box3Ico img{ max-width:30px;}
	.box3Prev,.box3Next{ width:15px; height:34px;}
	
	.box4Bg{ padding:20px 0;}
	.box4List{ margin:0 -5px; padding:25px 0 0;}
	.box4List li{ padding:0 5px 10px;}
	.box4Img img{ max-width:30%;}
	.box4Tit{ font-size:13px;}
	
	.articleBot{ padding:15px 0 0;}
	.articleShare i, .articleShare strong, .articleShare a{ margin:0 2px;}
	.pagerBox a{ padding:0 6px;}
	.pagerNext{ margin:0 4px;}
	
	.prolist li{ width:100%;}
	.proTab span{ width:33.33%; min-width:0;}
	.proTab span:nth-child(3n){ border:none;}
	
	.contact .media-body,.contact .media-right{ display:block; width:100%;}
	.contact .media-right{ border-left:none; border-top: 1px dashed #9e9e9e;}
	.contact_map{ height:250px;}
	
	.jobText .jobBrief span{ display:block;}
	.jobText .jobBrief i{ display:none;}
	
}
@media (max-width:360px){
	.box5List li{ width:100%;}	
}	
@media (max-height:414px){
	nav.navbar.bootsnav.no-full .navbar-collapse{ max-height:160px;}		
}
@media all and (orientation : landscape){
}
@media all and (orientation : portrait){ 
}


/*2019-03-21 CSS*/
.hmCon1{ padding: 80px 0px; background: url(../images/box1bg.jpg) no-repeat center bottom; background-size:cover; }
.hmc1Swiper{ position:relative; background:#fff; padding:15px; margin-top:30px;}
.hmc1Swiper .thumbnail{margin-bottom:0;}
.hmc1Swiper .box3Prev,.hmc2Swiper .box3Prev{left:-48px;}
.hmc1Swiper .box3Next,.hmc2Swiper .box3Next{right:-48px;}
.hmc3_aBox{}
.hmc3_aBox .overflowHide { height: 237px; }
.hmc3_aBox .overflowHide p{ background:rgba(0,0,0,0.7); height:56px; line-height:56px; text-align:center; color:#fff; font-size:18px; position:absolute; left:0; bottom:0; width:100%; padding:0 15px;}
.hmCon2{ padding: 80px 0px;}
.hmc2Swiper{ margin-top: 45px; position: relative; height: 92px; }
.hmc2_aBox{ display: block; height: 92px; border: 1px solid #EAEAEA; position: relative; }
.hmc2_aBox img{max-width:80%; max-height:80%; width:auto; height:auto; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.page{ text-align: center; line-height: 40px; margin-bottom: 55px; }
.page_a{ line-height: 40px; text-align: center; display: inline-block; padding: 0px 15px; height: 40px; background: #F4F4F4; margin: 0px 5px; font-size: 16px; color: #333; border-radius:0.2em; }
.page_a.on,.page_a:hover{ color: #FFF!important; background:#009040; }

@media (max-width:767px){
.page_a{ line-height: 32px;  padding: 0px 12px; margin:0px 3px; height: 32px; font-size: 14px; }
.page{margin-bottom:25px;}
}

.m2lxCon{ background:#F6F6F6; padding-bottom:50px;}
.m2lx_t { font-size: 30px; line-height: 48px; text-align: center; margin: 60px 0px 46px; }
.m2lxBom { margin-bottom: 65px; }
.m2lxRx { float: right; width: 605px; padding-left: 190px; font-size: 13px; line-height: 24px; color: #666; position:relative }
.m2lxLogo{margin-bottom:16px;}
.m2lxLx { margin-right: 645px; border: 8px solid #FFF; height: 375px; }
.BMap_pop,.BMap_shadow{display:none;}
.m2map img{ max-width:none}
.BMap_Marker div img[src*="mapIcon"]{animation:1s ease-in-out 0s roateAnimate5; -webkit-animation:1s linear 0s roateAnimate5 infinite; width:40px; height:auto; }
@keyframes roateAnimate5{
    0% {transform:translateY(18px);}    
    30%    {transform:translateY(0px);}
	100%    {transform:translateY(18px);}
}
@-webkit-keyframes roateAnimate5{
    0% {transform:translateY(18px);}    
    30%    {transform:translateY(0px);}
	100%    {transform:translateY(18px);}
}
.m2lx_st { font-size: 24px; line-height: 30px; margin: 12px 0px 18px; }
.m2lxRx .cor_red{ font-size: 20px; color: #e50012; }
.m2lxRx p { padding: 6px 0px; }
.m2lx_en { font-size: 80px; line-height: 66px; color: #e9e9e9; font-weight: bold; text-transform: uppercase; margin-top: -2px; }
.m2lxWx { position: absolute; left: 0px; top: 0px; width: 155px; }
.m2lxWx li { text-align: center; font-size: 14px; line-height: 22px; color: #666666; margin-bottom: 10px; list-style:none; }
@media (max-width:1599px){
.m2lx_t { font-size: 26px; line-height: 40px; margin: 50px 0px 40px; }
}
@media (max-width:1199px){
.m2lxLx{margin-right:625px;}
}
@media (max-width:993px){
.m2lxLx{margin-right:0px;}
.m2lxRx{float:none; margin-bottom:25px;}
}
@media (max-width:767px){
.m2lxRx{width:100%;}
.m2lx_t { font-size: 20px; line-height: 32px; margin: 40px 0px 30px; }
.m2lxRx{padding-left:0;}
.m2lxWx{position:static; overflow:hidden; width:100%; margin-top:18px;}
.m2lxWx li{float:left; width:50%;}
.m2lx_en{display:none;}
.m2lx_st{font-size:20px;}
}


.m2cslist{ margin:50px -16px 10px;}
.m2cslist li{padding:0 16px; list-style:none; margin-bottom:55px;}
.m2cs_aBox .overflowHide{height:237px;}
.m2cs_aBox{ background: #FFF; padding: 32px 22px 22px; display: block; box-shadow: 0 0 8px 6px rgba(0,0,0,0.06); border-top: 6px solid #019040; color:#333; }
.m2cs_aBox strong{ line-height: 78px; height: 78px; font-size: 20px; font-weight: normal; }
.m2newslist{ padding-top: 40px; margin-bottom: 45px; }
.m2newslist li{ border-bottom: 1px dotted #C4C4C4; overflow:hidden; list-style:none }
.m2naBox{ display: block; padding: 25px 15px; overflow: hidden; color:#333; }
.m2naBox .overflowHide{ height: 139px; float: left; width: 212px; }
.m2nRx{ margin-left: 238px; padding-top: 20px; }
.m2nRx .ellipsis{ font-size: 18px; font-weight: normal; line-height: 36px; display: block; height: 36px; margin-bottom: 2px; }
.m2nRx p{ font-size: 14px; line-height: 26px; color: #666; height: 52px; overflow: hidden; }
.m2naBox:hover .m2nRx .ellipsis{ font-weight: bold; }
.m2naBox:hover{ background: #F7F7F7; }
@media (max-width:993px){
.hmc1Swiper,.hmc2Swiper{margin-left:25px; margin-right:25px;}
.hmc1Swiper .box3Prev,.hmc2Swiper .box3Prev{left:-30px;}
.hmc1Swiper .box3Next,.hmc2Swiper .box3Next{right:-30px;}
.navbar{padding:0 25px;}
}
@media (max-width:767px){
.navbar{padding:0 0px;}
.hmCon1,.hmCon2,.box2Bg,.box3Bg{padding:40px 0px 60px;}
.hmc1Swiper, .hmc2Swiper{margin-top:25px;}
.banner{height:380px!important;}
.m2cslist{ margin:20px -15px 10px;}
.m2cslist li{margin-bottom:25px; padding:0 15px}
.m2cs_aBox{ padding: 26px 15px 15px;}
.m2cs_aBox .overflowHide{height:200px;}
.m2lxLogo{height:36px; width:auto; margin:0 auto; display:block; position:relative; top:-10px;}
.m2lxBom{margin-bottom:20px;}
.job{padding:10px 0 25px}
.m2newslist{ padding-top: 0px; margin-bottom: 25px; }
.m2naBox .overflowHide{float:none; margin:0 auto; width:100%; height:180px}
.m2nRx{margin-left:0;}
}


/*分页*/
#pages {
	text-align: center;
}

#pages li {
    line-height: 40px;
    text-align: center;
    display: inline-block;
    padding: 0px 15px;
    height: 40px;
    background: #F4F4F4;
    margin: 0px 5px;
    font-size: 16px;
    color: #333;
    border-radius: 0.2em;
}
#pages li a {
    color: #333;
}

#pages li.active {
    line-height: 40px;
    text-align: center;
    display: inline-block;
    padding: 0px 15px;
    height: 40px;
    background: #009040;
    margin: 0px 5px;
    font-size: 16px;
    color: #fff;
    border-radius: 0.2em;
}

#pages li:hover {
	background: #009040;
}

#pages li:hover a {
	color: #fff;
}
