@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font:12px Arial,"microsoft yahei"; color:#333; background:#fff;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; }
ul,li,ol{list-style:none;}
a{text-decoration:none; color:#333;}
a:hover{text-decoration:none; color:#00a93a;}
input,textarea,select,button{  font-family:Arial,"Microsoft YaHei";}
input:focus,textarea:focus,select:focus,button:focus{ outline:none;}
::-moz-selection {background:#333;color:#FFF;}
::selection {background: #333;color: #FFF;}
img{border:0}
.clear { zoom: 1;clear:both; }
.clear:after { content: ''; display: block; clear: both; }



.fl{ float:left; }
.fr{ float:right; }
.c1440{ width:1440px; margin: auto; position: relative; }
.c1200{ width:1200px; margin: auto; position: relative; }

@media screen and (max-width:1440px){
.c1440{ width: 1200px; }
}

/*nav*/
.header{width: 100%;height:100px;position: fixed;top: 0;z-index:99999;background-color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 1); -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1);}
.headerLogo{ margin:18px 0; width:230px; height: 64px;}
.headerLogo a{ width:230px; height: 64px; display: block; background: url(../images/logo.png) center center no-repeat;}
.headerTel{ background: url(../images/tel.png) left center no-repeat; padding-left:45px ; height: 46px; line-height: 20px; font-size: 12px; color: #999; margin: 27px 0 ;}
.headerTel p{ font-size: 24px; margin-top: 3px; color: #00a93a;}
.headerNav{ height:100px; position:relative; z-index:1000; max-width: 900px; margin-right: 110px; }
.headerNav .Nav{ padding:0; height:54px; margin:23px auto 0;}
.headerNav .Nav li{float:left; height:54px; width:120px; line-height:54px; position:relative; margin:0 5px; }
.headerNav .Nav li .m{display:block; width:120px; height:54px; text-align:center; color:#333; line-height:54px; cursor:pointer; font-size:16px;}
.headerNav .Nav li span{ display:block; position:absolute; width:0px; height:0px; background:#00a93a; top:50px; left:50%;}
.headerNav .Nav li .m:hover{ color:#00a93a;}
.headerNav .Nav li .navMenu{display:none; position:absolute; top:52px; left:0; z-index: 1000; width:120px; background:#fff; -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1); }
.headerNav .Nav li .navMenu dd a{ float: left; display: block;  width:110px; border-bottom: solid 1px #eee; text-align:center; line-height:20px; padding: 10px 5px; margin: 0; color:#666; font-size:12px;}
.headerNav .Nav li .navMenu dd a:hover{background:#00a93a; color:#fff; border-bottom-color: #00a93a;}
.headerNav .Nav li:hover .m,.headerNav .Nav li .on{ color: #00a93a;}

.is-fixed.mod-header {position:fixed;top:0; height:100px;width:100%;background-color: rgba(255, 255, 255, 1); -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1);}
.is-fixed.mod-header .headerNav .Nav li .m{ color: #333;}
.is-fixed.mod-header .headerNav .Nav li:hover .m,.is-fixed.mod-header .headerNav .Nav li .on{ color: #00a93a;}
.is-fixed.mod-header .search-user b{background:url(../images/search1.png) no-repeat center;}

@media screen and (max-width:1440px){
.headerTel{ display: none; }
.headerNav{ margin-right: 0;}
}


/* Banner */
.Banner{width:100%;position:relative;height:700px;  margin:0 auto; z-index:1;}
.Banner .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.Banner .bd ul{width:100% !important;}
.Banner .bd li{width:100% !important; height:700px; overflow:hidden; text-align:center;}
.Banner .bd li a{display:block;height:700px;}
.Banner .hd{width:100%;position:absolute;z-index:1;bottom:30px;left:0;height:30px;}
.Banner .hd ul{text-align:center;}
.Banner .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:14px; height:14px; border: solid 2px #fff; border-radius: 50%; margin:0 10px;overflow:hidden; background-color:rgba(255, 255, 255, 1);line-height:999px;}
.Banner .hd ul .on{ background-color:rgba(255, 255, 255, 0); }


/* indexTitle */
.indexTitle{ width: 100%; text-align: center;}
.indexTitle span{ font-size: 36px; font-weight: bold; color: #666;}
.indexTitle p{ width: 50px; height: 5px; background-color: #00a93a; margin:10px auto 0;}


/* Technology */
.Technology{ width: 100%; padding: 80px 0; background:#fefefe url(../images/TechnologyBj.png) top left repeat;}
.Technology .TechnologyList{ width: 100%; margin: 50px auto 0;}
.Technology .TechnologyList dl{ float: left; width: 300px; padding: 0 20px; margin-right: 90px; text-align: center;}
.Technology .TechnologyList dl dt{ width: 50px; height: 50px; margin: auto; background: url(../images/TechnologyIcon.png) no-repeat;}
.Technology .TechnologyList dl:nth-child(1) dt{ background-position: 0 0;}
.Technology .TechnologyList dl:nth-child(2) dt{ background-position: -50px 0;}
.Technology .TechnologyList dl:nth-child(3) dt{ background-position: -100px 0;}
.Technology .TechnologyList dl dd{ width: 100%; margin: 30px auto 0;}
.Technology .TechnologyList dl dd h5{ font-size: 18px; color: #666; font-weight: normal;}
.Technology .TechnologyList dl dd p{ font-size: 16px; color: #999; line-height: 30px; margin-top: 15px;}
.Technology .TechnologyList dl dd a{ width: 120px; height: 40px; display: block; margin: 20px auto 0; font-size: 14px; color: #999; text-transform: uppercase; border: solid 1px #ddd; border-radius: 5px; overflow: hidden; line-height: 40px;}
.Technology .TechnologyList dl:hover a{ background-color: #00a93a; color: #fff; border-color: #00a93a;}
.Technology .TechnologyList dl:hover h5{ color: #00a93a;}
.Technology .TechnologyList dl:nth-child(1):hover dt{ background-position: 0 -50px;}
.Technology .TechnologyList dl:nth-child(2):hover dt{ background-position: -50px -50px;}
.Technology .TechnologyList dl:nth-child(3):hover dt{ background-position: -100px -50px;}

.Technology .TechnologyList .hd{ overflow:hidden; width: 100%; display: none;  padding:0 ; margin: 30px auto 0;  }
.Technology .TechnologyList .hd ul{  width: 100%; text-align: center; }
.Technology .TechnologyList .hd ul li{display: inline-block;  width:14px; height:14px; overflow:hidden; margin:0 7px; text-indent:-999px; cursor:pointer; border-radius: 50%; background:#ccc; }
.Technology .TechnologyList .hd ul li.on{ background-color: #00a93a; }


/* Business */
.Business{ width: 100%; padding: 80px 0; margin: auto; background-color: #f5f5f5;}
.Business .BusinessList{ width: 1260px; margin: 50px -30px 0 -30px;}
.Business .BusinessList dl{ float: left; position: relative; width: 300px;  background-color: #fff; padding: 30px; overflow: hidden; margin:10px 30px; }
.Business .BusinessList dl dt{ width: 300px; height: 185px; position: relative; z-index: 1;}
.Business .BusinessList dl dt img{ width: 300px; height: 185px;}
.Business .BusinessList dl dd{ position: relative;  width: 300px; margin-top: 20px; }
.Business .BusinessList dl dd .name{ width: 100%; text-align: center; color: #999; margin: 0 auto ; font-size: 14px; text-transform: uppercase;}
.Business .BusinessList dl dd .name p{ font-size: 24px; color: #333; margin-bottom: 7px; }
.Business .BusinessList dl dd .sub{ width: 160px; margin:20px auto 0; text-align: center;}
.Business .BusinessList dl dd .sub a{ float: left; width: 158px; border-radius: 4px; overflow: hidden; height: 40px; border: solid 1px #ddd; display: block;  font-size: 16px; color: #999; text-align: center; line-height: 40px; margin: 8px 0;}
.Business .BusinessList dl dd .sub a:hover{ background-color: #00a93a; border-color: #00a93a; color: #fff; }
.Business .BusinessList dl dd .more{ display: block; width: 40px; height: 40px; text-align: center; line-height: 40px; left: 50%; position: absolute; bottom: 60px; margin-left: -20px; border-radius: 50%; background-color: #00a93a; font-size: 30px; color: #fff;}
.Business .BusinessList dl dd .more:hover{ background-color: #fff; color: #00a93a;}
.Business .BusinessList dl:hover{ -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1);}


.Business .BusinessList .hd{ overflow:hidden; width: 100%; display: none; padding:0 ; margin: 30px auto 0;  }
.Business .BusinessList .hd ul{  width: 100%; text-align: center; }
.Business .BusinessList .hd ul li{display: inline-block;  width:14px; height:14px; overflow:hidden; margin:0 7px; text-indent:-999px; cursor:pointer; border-radius: 50%; background:#ccc; }
.Business .BusinessList .hd ul li.on{ background-color: #00a93a; }



/* Advantage */
.Advantage{ width: 100%; padding: 0 0 0; margin: auto; min-width: 1200px; background-color: #f5f5f5;}
.AdvantageList{overflow:hidden;position:relative; height: 670px; overflow: hidden; width: 100%; margin: 50px auto 0;}
.Advantage ul li{ float: left; width: 25%; height:670px; overflow: hidden; position: relative; transition: all 0.8s ease; }
.Advantage ul li .img{ width: 100%;  position: relative; z-index: 1;}
.Advantage ul li .img img{ height: 670px; }
.Advantage ul li .cont{ width: 100%; height: 670px; position: absolute; padding: 220px 10%; left: 0; top: 0; z-index: 2; background-color: rgba(0,0,0,0.4);transition: all 0.5s ease; text-align: center; color: #fff;}
.Advantage ul li .cont .icon{ width: 50px; margin: auto; height: 40px; background: url(../images/advIcon.png) no-repeat;}
.Advantage ul li .cont .name{ font-size: 18px; font-weight: bold; margin: 20px 0 10px;}
.Advantage ul li .cont .con{ font-size: 14px; line-height: 26px;}
.Advantage ul li:hover .cont{ background-color: rgba(0,0,0,0.2); text-align: left; width: 100%; padding: 220px 25%;}
.Advantage ul li:hover .icon{ margin: 0; }

.Advantage ul li:nth-child(1) .icon{ background-position: 0 0;}
.Advantage ul li:nth-child(2) .icon{ background-position: -50px 0;}
.Advantage ul li:nth-child(3) .icon{ background-position: -100px 0;}
.Advantage ul li:nth-child(4) .icon{ background-position: -150px 0;}
.Advantage ul li:nth-child(5) .icon{ background-position: -200px 0;}
.Advantage ul li:nth-child(6) .icon{ background-position: -250px 0;}
.Advantage ul:hover li{ width:16.6%; }
.Advantage ul:hover li:hover{ width: 50%;}




/* Process */
.Process{ width: 100%; margin: auto; padding: 80px 0;}
.Process .list{ width: 100%; margin: 50px auto 0;}
.Process .list dl{ float: left; width: 90px; text-align: center;}
.Process .list dl dt{ width: 60px; height: 50px; margin: auto; background: url(../images/ProcessIcon.png) no-repeat;  transform: rotate(0deg); transition: width 0.8s,height 0.8s,transform 0.8s;}
.Process .list dl:nth-child(1) dt{ background-position: 0 0;}
.Process .list dl:nth-child(3) dt{ background-position: -60px 0;}
.Process .list dl:nth-child(5) dt{ background-position: -120px 0;}
.Process .list dl:nth-child(7) dt{ background-position: -180px 0;}
.Process .list dl:nth-child(9) dt{ background-position: -240px 0;}
.Process .list dl:nth-child(11) dt{ background-position: -300px 0;}
.Process .list dl:nth-child(13) dt{ background-position: -360px 0;}
.Process .list dl dd{ font-size: 18px; color: #666; margin-top: 15px;}
.Process .list dl:hover dt{ transition: width 0.8s ,height 0.8s, transform 0.8s; transition-timing-function: ease; transform: rotate(360deg); }
.Process .list dl:nth-child(1):hover dt{ background-position: 0 -50px;}
.Process .list dl:nth-child(3):hover  dt{ background-position: -60px -50px;}
.Process .list dl:nth-child(5):hover  dt{ background-position: -120px -50px;}
.Process .list dl:nth-child(7):hover  dt{ background-position: -180px -50px;}
.Process .list dl:nth-child(9):hover  dt{ background-position: -240px -50px;}
.Process .list dl:nth-child(11):hover  dt{ background-position: -300px -50px;}
.Process .list dl:nth-child(13):hover  dt{ background-position: -360px -50px;}
.Process .list dl:hover dd{ color: #00a93a;}
.Process .list p{ float: left; width: 65px; height: 1px; margin:24px 15px; background:#eaeaea;}

/* news */
.News{ width: 100%; padding: 80px 0; margin: auto; background-color: #f5f5f5;}
.NewsList{ width:100%; margin:50px auto 0; }
.NewsList .parHd{   position:relative;  }
.NewsList .parHd ul{  width: 100%; text-align: center;  }
.NewsList .parHd ul li{ display: inline-block; width: 120px; font-size: 16px; line-height: 40px; background-color: #f5f5f5; height: 40px; color: #666; border-radius: 5px; margin: 0 20px; cursor:pointer;  }
.NewsList .parHd ul li.on{  background-color: #00a93a; color: #fff; }

.NewsList .parBd{   position:relative; margin: 40px auto 0; }
.NewsList .slideBox{ overflow:hidden; width: 100%; zoom:1; padding:0; position:relative;   }

.NewsList .bd ul{ overflow:hidden; zoom:1; height: 410px;  }
.NewsList .bd ul li{ margin-right:30px; float:left; height: 430px;; width: 380px; _display:inline; overflow:hidden; position: relative;  }
.NewsList .bd ul li .img{ width: 380px; height: 280px; overflow: hidden; position: relative; z-index: 1;}
.NewsList .bd ul li .img img{ width: 380px; height: 280px; position: relative; z-index: 1;  transition: all 0.5s ease;}
.NewsList .bd ul li .img p{ font-size: 14px; background-color: #f6b617; color: #fff; padding: 7px 10px; border-radius: 2px; position: absolute; z-index: 2; top: 20px; right: 20px;}
.NewsList .bd ul li .cont{ width: 300px; height:160px ; padding: 20px; background-color: #fff; margin:-60px auto 0; position: relative; z-index: 2;}
.NewsList .bd ul li .cont .name{ font-size: 18px; color: #333; font-weight: bold; line-height: 30px;}
.NewsList .bd ul li .cont .con{ font-size: 14px; color: #999; line-height: 26px; margin-top: 5px;}
.NewsList .bd ul li .cont .more { width: 100%; text-align: center; position: absolute; left: 0; bottom: 30px; }
.NewsList .bd ul li .cont .more a{ font-size: 14px; color: #333; }
.NewsList .bd ul li .cont .more a:hover{ color: #00a93a;}
.NewsList .bd ul li:hover .cont{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1); }
.NewsList .bd ul li:hover img{transform:scale(1.1);}
.NewsList .bd ul li:hover .name{ color: #00a93a;}

.NewsList .hd{ overflow:hidden; width: 100%;  padding:0 ; margin: 30px auto 0;  }
.NewsList .hd ul{  width: 100%; text-align: center; }
.NewsList .hd ul li{display: inline-block;  width:14px; height:14px; overflow:hidden; margin:0 7px; text-indent:-999px; cursor:pointer; border-radius: 50%; background:#ccc; }
.NewsList .hd ul li.on{ background-color: #666; }


/* About */
.About{ width: 100%; margin: 0 auto; padding: 120px 0; height:240px; overflow: hidden; background:url(../images/video.jpg) center center no-repeat; text-align: center; color: #fff;}
.About p{ font-size: 36px; letter-spacing: 6px; margin: 25px 0 10px;}
.About span{ font-size: 18px; letter-spacing: 10px;}
.About a{display: block; margin:  auto; width: 100px;  height: 100px; border-radius: 50%; overflow: hidden; background-color:rgba(255, 255, 255, 0.15);}
.About a i{ width: 70px;display: block; margin: 15px; height: 70px; border-radius: 50%; background:rgba(255, 255, 255, 0.15) url(../images/palyIcon.png) center center no-repeat; }
.About a:hover{ background-color:rgba(0,169,58,0.4); }
.About a:hover i{background:rgba(0,169,58, 0.4) url(../images/palyIcon.png) center center no-repeat; ;}


/* footer */
footer{ width: 100%; margin: auto; background-color: #2c2c2c;}
footer .Footer{ width: 100%; padding: 50px 0 30px;}
footer .Footer .footerLogo{ width: 230px; height: 64px; background: url(../images/footerlogo.png) center center no-repeat;}
footer .Footer .list{ width: 100%; margin: 20px auto 0;}
footer .Footer .left{ width: 370px; font-size: 14px; color: #999; line-height: 28px;}
footer .Footer .left h2{ font-size: 18px; color: #fff; font-weight: bold; margin-bottom: 10px;}
footer .Footer .mid{ width: 650px; padding: 0 25px;}
footer .Footer .mid dl{ float: left; margin-right: 50px; max-width: 120px;}
footer .Footer .mid dl dt{ font-size: 14px; font-weight: bold; line-height: 34px; color: #fff; margin-bottom: 10px;}
footer .Footer .mid dl dd{ margin: 10px 0; line-height: 18px;}
footer .Footer .mid dl a{ color: #999;font-size: 14px;}
footer .Footer .mid dl a:hover{ color: #00a93a;}
footer .Footer .right{ width: 110px; text-align: center;}
footer .Footer .right img{ width: 110px; height: 110px; border-radius: 5px; overflow: hidden;}
footer .Footer .right p{ width: 100%; font-size: 12px; color: #999; margin-top: 10px; line-height: 20px;}
footer .Copy,footer .Links{ width: 100%; border-top: solid 1px #3a3a3a; font-size: 14px; color: #666; line-height: 24px; padding: 10px 0;}
footer .Copy a{ color: #666;}
footer .Copy a:hover,footer .Links a:hover{ color: #00a93a;}
footer .Links a{ color: #888; margin-right: 7px;}


/* pageBanner */
.pageBanner{ width: 100%; height: 360px; margin: auto; position: relative;}
.pageBanner .c1200{ height: 360px;}
.pageBanner .crumbs{ position: absolute; background: url(../images/crumbs.png) center left no-repeat; padding-left: 20px; bottom: 15px; right: 0; line-height: 20px; color: #aaa; font-size: 14px;}
.pageBanner .crumbs a{ color: #aaa;}
.pageBanner .crumbs a:hover{ color: #00a93a;}
.pageBanner .crumbs span{ margin: 0 5px;}



/* pageNav */
.pageNav{ width: 100%; height: 60px; border-bottom: solid 1px #eee; margin: auto; overflow: hidden;}
.pageNav ul{ text-align: center;}
.pageNav ul li{ display: inline-block; margin: 0 30px; line-height: 60px;}
.pageNav ul li a{display: block; font-size: 16px; color: #333;}
.pageNav ul li.on a,.pageNav ul li:hover a{ color: #00a93a;}


/* pageTitle */
.pageTitle{ width: 100%; text-align: left; font-size: 30px; color: #666; position: relative;}
.pageTitle p{ font-size: 18px; color: #ccc; text-transform: uppercase; margin-top: 5px; }

.pageName{ width: 100%; text-align: center; width: 100%;  position: relative;}
.pageName span{font-size: 36px; letter-spacing: 3px; color: #333; position: relative; z-index: 2;}
.pageName p{  font-size: 16px; width: 100%; z-index: 1; text-transform: uppercase; margin-top: 5px; color: #ddd;}


/* pageContact */
.pageContact{ width: 1140px; margin:80px auto 0; padding: 30px ; background-color: #f5f5f5;}
.pageContact .Conatct{ max-width: 800px; margin-top: 20px; font-size: 14px; line-height: 30px; color: #333; }
.pageContact .Conatct img{ max-width: 100%;}
.pageContact .WeChat{ width: 120px; margin-right: 50px; text-align: center;}
.pageContact .WeChat img{ width: 120px; height: 120px;}
.pageContact .WeChat p{ font-size: 14px; color: #666; line-height: 20px; margin-top: 10px;}


/* pageForm */
.pageForm{ width: 100%; padding: 60px 0 ; height: 410px; background: url(../images/formBg.jpg) center center no-repeat; margin: auto; }
.FormList{ width:500px; margin: auto ; overflow:hidden;}
.FormList .row{ width:100%; clear:both;  margin:0 0 20px 0;}
.FormList label{ position:relative; display:block; }
.FormList .txt{ border:1px solid #ddd; padding:13px 15px; font-size: 14px; background-color:rgba(255, 255, 255, 0.4);}
.FormList .txt:focus{ border-color: #fff; background-color: rgba(255, 255, 255, 1);}
.FormList .txt.w1{ width:468px; height:24px; line-height:24px;}
.FormList .txt.w2{ width:468px; height:80px; line-height:24px;}
.FormList .btn{ float:left; border:0; background:#fff;  width:100%; height:50px; line-height: 50px; cursor:pointer; text-align:center; font-size:20px; color:#333;}
.FormList .btn:hover{ background-color: #00a93a; color: #fff;}



/* pageMap */
.pageMap{ width: 1200px; height: 550px; margin: auto; position: relative;}

/**/
label.BMapLabel{ padding: 5px 20px !important; color: #333; font-size: 16px !important; border: solid 2px #00a93a !important;}
.BMap_bubble_title{ font-size: 18px !important; font-weight: bold !important; color: #00a93a !important; margin: 12px 0;}
.BMap_bubble_content{ font-size: 14px !important; color: #333 !important; line-height: 24px !important;}


/* pageJob */
.pageJob .info{  width:1100px; margin: auto; padding: 0 0 20px 0; border-bottom: 1px solid #eee;}
.pageJob .info p{ float: left; width: 470px; padding: 0 40px; font-size: 16px; color: #666; line-height: 30px;}
.pageJob .info p span{ color: #00a93a; font-size: 16px; font-weight: bold;}

.pageJob{ width: 100%; padding: 80px 0; margin: auto;}
.JobList{ width:1198px; border:solid 1px #eee; padding:49px 0 10px;  margin:0 auto; position:relative;}
.JobList dl{ width:1100px;margin:0 auto;}
.JobList dt{cursor: pointer; line-height:30px; display: block; padding: 25px 0; border-bottom: 1px solid #eee;position: relative;}
.JobList dl:first-child dt{border-top: 1px solid #eee;}
.JobList dt p{ float:left; color:#666; }
.JobList dt .Title{ font-size:20px; width:320px; padding-left:40px; color:#333; font-weight:bold;}
.JobList dt .Location{ font-size:14px; width:160px; padding-left:40px;}
.JobList dt .Years{ font-size:14px; width:160px; padding-left:20px;}
.JobList dt .Wage{ font-size:14px; width:160px; padding-left:20px;}
.JobList dt .People{ font-size:14px;  width:160px; padding-left:20px;}
.JobList dd{line-height:32px; background-color: #f5f5f5; border-bottom:solid 2px #f6b617; padding:20px 40px; font-size:14px; color:#333; }
.JobList dd img{ max-width: 100%;}
.JobList dt.on .Title,.JobList dt.on p,.JobList dt.on:hover .Title,.JobList dt.on:hover p{color: #00a93a;}
.JobList dt:hover .Title,.JobList dt:hover p{ color: #00a93a;}

/* pageMain */
.pageMain{ width: 100%; margin: auto; padding:80px 0 ;}
.pageMain .cont{ width: 100%; margin: auto; padding-bottom:30px ; border-bottom: dashed 1px #ddd; font-size: 14px; line-height: 30px; color: #333;}
.pageMain .cont img{ max-width: 100%;}
.pageMain .more{ width: 160px; height: 44px; margin:40px auto 0; text-align: center; line-height: 44px; border: solid 1px #ddd; border-radius: 5px; overflow: hidden;}
.pageMain .more a{ display: block; font-size: 16px; color: #999; letter-spacing: 2px;}
.pageMain .more:hover{ background-color: #00a93a; border-color: #00a93a;}
.pageMain .more:hover a{ color: #fff;}


/* pageCase */
.pageCase{ width: 100%; margin: auto; padding: 60px 0;}
.pageCase ul{ width: 1242px; margin: 0 -21px;}
.pageCase li{ float: left; width: 372px; margin: 21px;}
.pageCase li .img{ width: 372px; height: 272px; overflow: hidden;}
.pageCase li .img img{  width: 372px; height: 272px;}
.pageCase li .cont{ width: 100%; margin-top: 10px;  overflow: hidden; }
.pageCase li .cont .title{ font-size: 16px; color: #333; line-height: 26px;}
.pageCase li .cont .con{ width: 100%; margin-top: 5px; font-size: 14px; color: #999;}
.pageCase li .cont .con p{ float: left; width:100%; line-height: 24px;}


/* pageAbout */
.pageAbout{ width: 100%; margin: auto; padding:80px 0 ; background: url(../images/aboutBg.png) center bottom no-repeat; }
.pageAbout .cont{ width: 100%; margin-top: 60px;}
.pageAbout .left{ width: 560px; overflow: hidden;  font-size: 16px; line-height: 34px; color: #999; margin: 0;}
.pageAbout .left img{ max-width: 100%;}
.pageAbout .right{ width: 580px; height: 350px; position: relative; overflow: hidden;}
.pageAbout .right a{display: block; position: absolute; top: 50%; left: 50%; margin: -50px 0 0 -50px; width: 100px;  height: 100px; border-radius: 50%; overflow: hidden; background-color:rgba(255, 255, 255, 0.15);}
.pageAbout .right a i{ width: 70px;display: block; margin: 15px; height: 70px; border-radius: 50%; background:rgba(255, 255, 255, 0.15) url(../images/palyIcon.png) center center no-repeat; }
.pageAbout .right a:hover{ background-color:rgba(0,169,58,0.4); }
.pageAbout .right a:hover i{background:rgba(0,169,58, 0.4) url(../images/palyIcon.png) center center no-repeat; ;}



/* tanchu */
.theme-mask{z-index:99999; position:fixed; _position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.8); display:none; }
.popover_video{ width:800px; height:540px; z-index:100000; position:fixed; top:50%;left:50%; background:#fff; margin:-270px 0 0 -400px;   box-shadow:1px 1px 6px 3px rgba(0,0,0,.2); display:none; text-align:center; border-radius:5px;}
.popover_video video,.popover_video iframe{ width:760px; height: 430px; margin: 20px; border-radius: 5px; overflow: hidden;}
.popover_video .close{display: block; width: 160px; height: 40px; border-radius: 5px; overflow: hidden; line-height: 40px; text-align: center; margin: auto; background-color: #333; color: #fff;}
.popover_video .close:hover{ background-color: #00a93a;}
.theme-bg{z-index:99999; position:fixed; _position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.8); }


/* pageCulture */
.pageCulture{ width: 100%; margin: auto; padding: 80px 0 ; height: 590px; background: #f6f6f6 url(../images/cultureBg.jpg) center center no-repeat; }
.pageCulture .pageName p{ color: #ccc;}
.pageCulture .list{ width: 100%; margin: 50px auto 0; height: 460px;}
.pageCulture .list .left{ width: 600px; position: relative;}
.pageCulture .list .right{ width: 590px; position: relative;}
.pageCulture .list  dl{ float: left; position: relative; overflow: hidden;}
.pageCulture .list  dl.p1{ width:220px; height: 280px; background: url(../images/c01.jpg); margin-right: 10px;}
.pageCulture .list  dl.p2{ width:370px; height: 280px; background: url(../images/c02.jpg);}
.pageCulture .list  dl.p3{ width:600px; height: 170px; background: url(../images/c03.jpg); margin-top: 10px;}
.pageCulture .list  dl.p4{ width:290px; height: 460px; background: url(../images/c04.jpg); margin-right: 10px;}
.pageCulture .list  dl.p5{ width:290px; height: 460px; background: url(../images/c05.jpg);}
.pageCulture .list  dl dt{ padding: 45px 30px; background-color: rgba(0,0,0,0.3); color: #fff; font-size: 16px; line-height: 22px;}
.pageCulture .list  dl dt p{ font-size: 24px; margin-bottom: 15px;}
.pageCulture .list  dl.p1 dt{ width:160px; height: 190px; }
.pageCulture .list  dl.p2 dt{ width:310px; height: 190px; }
.pageCulture .list  dl.p3 dt{ width:540px; height: 90px; }
.pageCulture .list  dl.p4 dt{ width:230px; height: 370px; }
.pageCulture .list  dl.p5 dt{ width:230px; height: 370px; }



/* pageHonor */
.pageHonor{ width: 100%; margin: auto; padding: 80px 0; background: #fff url(../images/honorBg.png) center top no-repeat;}
.HonorList{ position:relative; margin: 50px auto 0;   }
.HonorList .prev,.HonorList .next{ width: 16px; height: 30px; background: url(../images/jt.png) no-repeat; position: absolute; top: 185px;}
.HonorList .prev {left: -40px;}
.HonorList .next {right: -40px; background-position: -16px 0;}
.HonorList .prev:hover{background-position: 0 -30px;}
.HonorList .next:hover{background-position: -16px -30px;}
.HonorList .hd{ overflow:hidden; width: 100%;  margin-top: 30px;  }
.HonorList .hd ul{  overflow:hidden; zoom:1; text-align: center;; margin-top:0; zoom:1; }
.HonorList .hd ul li{ display: inline-block;  width:14px; height:14px; border-radius: 50%; overflow:hidden; margin:5px; text-indent:-999px; cursor:pointer; background-color: #aaa; }
.HonorList .hd ul li.on{ background-color: rgba(0,169,58,1); }
.HonorList .bd{ padding:0; width: 100%; overflow: hidden;  }
.HonorList .bd ul{ overflow:hidden; zoom:1; }
.HonorList .bd ul li{ margin-right:20px; width: 285px; background-color: #fff; height: 400px;   float:left; _display:inline; overflow:hidden; text-align:center;  position: relative;  overflow: hidden; }
.HonorList .bd ul li img{ width: 285px; height: 400px; position: relative; z-index: 1;}
.HonorList .bd ul li p{ position: absolute; left: 0; bottom: 0; width: 223px; padding: 10px 30px ; background-color: rgba(0,0,0,0.6); overflow: hidden; z-index: 2; font-size: 16px; line-height: 26px; color: #fff;  transform: translateY(100%); transition: all 0.8s ease;}
.HonorList .bd ul li:hover p{ transform: translateY(0); opacity:1;}




/* pageStaff */
.pageStaff{ width: 100%; padding: 80px 0; margin: auto;}
.pageStaff .prev,.pageStaff .next{ width: 16px; height: 30px; background: url(../images/jt.png) no-repeat; position: absolute; top: 125px;}
.pageStaff .prev {left: -40px;}
.pageStaff .next {right: -40px; background-position: -16px 0;}
.pageStaff .prev:hover{background-position: 0 -30px;}
.pageStaff .next:hover{background-position: -16px -30px;}
.pageStaff .StaffList{ width: 100%; margin-top: 50px; position: relative;}
.pageStaff .StaffList ul{ overflow: hidden;}
.pageStaff .StaffList ul li{ float: left; width: 390px; text-align: center; margin-right: 15px;  position: relative; overflow: hidden;}
.pageStaff .StaffList ul li img{ width: 390px; height: 280px; transition: all 0.8s ease; position: relative; z-index: 1;}
.pageStaff .StaffList ul li p{ width: 350px; padding: 0 20px; margin-top: 10px; line-height: 26px; overflow: hidden; color: #666; font-size: 16px; transition: all 0.8s ease;}
.pageStaff .StaffList ul li:hover p{color: #00a93a;}


/* pageTechnology */
.pageTechnology{ width: 100%; margin: auto; padding: 40px 0;}
.pageTechnology li{ float: left; height: 460px; width: 100%; margin: 40px 0; }
.pageTechnology li .img{ width: 700px; height: 460px;  overflow: hidden;}
.pageTechnology li .img img{ width: 700px; height: 460px;}
.pageTechnology li .cont{ width: 400px; padding: 60px 50px; height: 340px;overflow: hidden; background-color: #f5f5f5;}
.pageTechnology li .cont .name{ font-size: 24px; color: #333; line-height: 40px; }
.pageTechnology li .cont .con{ width: 100%; font-size: 16px; color: #999; line-height: 32px; margin: 20px 0;}
.pageTechnology li .cont .con img{ max-width: 100%;}
.pageTechnology li .more{ width: 140px; height: 40px; line-height: 40px; border: solid 1px #ddd; text-align: center; border-radius: 4px; overflow: hidden; background-color: rgba(0,0,0,0);;}
.pageTechnology li .more a{ display: block; font-size: 16px; color: #aaa; text-transform: capitalize;}
.pageTechnology li .more:hover{ background-color: #00a93a; border-color: #00a93a;}
.pageTechnology li .more:hover a{ color: #fff;}
.pageTechnology li:nth-child(odd) .cont{ float: left; }
.pageTechnology li:nth-child(odd) .img{ float: right;}
.pageTechnology li:nth-child(even) .cont{ float: right; }
.pageTechnology li:nth-child(even) .img{ float: left;}


.pageTechnologyD{ width: 100%; padding: 70px 0 80px; margin: auto;}
.pageTechnologyD .name{ font-size: 24px; color: #333; line-height: 40px; padding-bottom: 20px; text-align: center; border-bottom: dashed 1px #ddd;  }
.pageTechnologyD .cont{ width: 100%; padding: 30px 0; font-size: 14px; color: #333; line-height: 30px; border-bottom: dashed 1px #ddd;  }
.pageTechnologyD .cont img{ max-width: 100%;}
.pageTechnologyD .more{ width: 160px; height: 44px; margin:40px auto 0; text-align: center; line-height: 44px; border: solid 1px #ddd; border-radius: 5px; overflow: hidden;}
.pageTechnologyD .more a{ display: block; font-size: 16px; color: #999; letter-spacing: 2px;}
.pageTechnologyD .more:hover{ background-color: #00a93a; border-color: #00a93a;}
.pageTechnologyD .more:hover a{ color: #fff;}

/* pageRange */
.pageRange{ width: 100%; margin: auto;}
.pageRange li{ float: left; width: 100%; padding: 80px 0;}
.pageRange li .img{ width: 600px;  overflow: hidden;}
.pageRange li .img img{ width: 100%;}
.pageRange li .cont{ width: 520px;}
.pageRange li .cont .name{ font-size: 24px; color: #333; line-height: 40px; font-weight: bold;}
.pageRange li .cont .con{ width: 100%; font-size: 14px; color: #666; line-height: 30px; margin: 30px 0;}
.pageRange li .cont .con img{ max-width: 100%;}
.pageRange li .link{ width: 100%;overflow: hidden;}
.pageRange li .link p{ font-size: 16px; font-weight: bold;  color: #333; margin-bottom: 15px;}
.pageRange li .link a{ float: left; display: block; margin: 0 15px 15px 0; border-radius: 5px; overflow: hidden; padding: 7px 20px; border: solid 1px #ccc; font-size: 14px; color: #333;}
.pageRange li .link a:hover{ background-color: #00a93a; color: #fff; border-color: #00a93a;}
.pageRange li:nth-child(odd){ background-color: #fff;}
.pageRange li:nth-child(odd) .cont{ float: left; padding-right: 80px;}
.pageRange li:nth-child(odd) .img{ float: right;}
.pageRange li:nth-child(even){ background-color: #f5f5f5;}
.pageRange li:nth-child(even) .cont{ float: right; padding-left: 80px;}
.pageRange li:nth-child(even) .img{ float: left;}




/* pageNews */
.pageNews{ width: 100%; margin: auto; padding: 45px 0;}
.pageNews ul{ overflow:hidden; zoom:1; width: 1230px; margin: 0 -15px; }
.pageNews ul li{ margin:15PX; float:left; height: 430px;; width: 380px; _display:inline; overflow:hidden; position: relative;  }
.pageNews ul li .img{ width: 380px; height: 280px; overflow: hidden; position: relative; z-index: 1;}
.pageNews ul li .img img{ width: 380px; height: 280px; position: relative; z-index: 1;  transition: all 0.5s ease;}
.pageNews ul li .img p{ font-size: 14px; background-color: #f6b617; color: #fff; padding: 7px 10px; border-radius: 2px; position: absolute; z-index: 2; top: 20px; right: 20px;}
.pageNews ul li .cont{ width: 300px; height:160px ; padding: 20px; background-color: #fff; margin:-60px auto 0; position: relative; z-index: 2;}
.pageNews ul li .cont .name{ font-size: 18px; color: #333; font-weight: bold; line-height: 30px;}
.pageNews ul li .cont .con{ font-size: 14px; color: #999; line-height: 26px; margin-top: 5px;}
.pageNews ul li .cont .more { width: 100%; text-align: center; position: absolute; left: 0; bottom: 30px; }
.pageNews ul li .cont .more a{ font-size: 14px; color: #333; }
.pageNews ul li .cont .more a:hover{ color: #00a93a;}
.pageNews ul li:hover .cont{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1); }
.pageNews ul li:hover img{transform:scale(1.1);}
.pageNews ul li:hover .name{ color: #00a93a;}

.pageNewsD{ width: 100%; padding: 70px 0 80px; margin: auto;}
.pageNewsD .name{ font-size: 24px; color: #333; line-height: 40px; text-align: center;}
.pageNewsD .time{ width: 100%; border-bottom: dashed 1px #ddd; padding: 10px 0; text-align: center; font-size: 14px; color: #999; }
.pageNewsD .time span{ margin: 0 15px;;}
.pageNewsD .cont{ width: 100%; padding: 30px 0; font-size: 14px; color: #333; line-height: 30px; }
.pageNewsD .cont img{ max-width: 100%;}
.pageNewsD .link{ width: 100%; padding: 20px 0; border-top: dashed 1px #ddd; border-bottom: dashed 1px #ddd;}
.pageNewsD .link .left{ text-indent: 1.8rem; line-height: 40px; margin: 20px 0; height: 40px;}
.pageNewsD .link .left a{ color: #333; font-size: 18px; color: #666;}
.pageNewsD .link .right{ height: 80px; max-width: 600px;}
.pageNewsD .link .right p{ margin: 5px 0; width: 100%;}
.pageNewsD .link .right a{ font-size: 14px; color: #999; line-height: 30px;}
.pageNewsD .link .left a:hover,.pageNewsD .link .right a:hover{ color: #00a93a; text-decoration: underline;}

/* pageBusiness */
.pageBusiness{ width: 100%; margin: auto; padding: 80px 0;}
.pageBusiness .left{ width: 280px;}
.pageBusiness .left .leftNav{  background-color: #f5f5f5}
.pageBusiness .left .leftNav .name{ width: 240px; height: 60px; background: #00a93a url(../images/navBj.png) center  right 10px no-repeat; padding: 20px; color: #eee; } 
.pageBusiness .left .leftNav .name p{ font-size: 28px; font-weight: bold; margin-bottom: 3px;}
.pageBusiness .left .leftNav .name span{ font-size: 14px; font-family: 'Arial'; text-transform: uppercase;}
.pageBusiness .left .leftNav dl{ width: 100%;}
.pageBusiness .left .leftNav dt{ height:50px; width: 240px; line-height:50px; padding: 0 20px;  background:#eee; font-size: 16px; border-bottom: solid 1px #fff; cursor:pointer;}
.pageBusiness .left .leftNav dd{ padding: 0; color:#999; display:none; }
.pageBusiness .left .leftNav dd a{ color: #999; display: block; height: 40px; padding: 0 20px; width: 240px; line-height: 40px; font-size: 14px; border-bottom: solid 1px #f5f5f5;}
.pageBusiness .left .leftNav dd a:hover,.pageBusiness .left .leftNav dd a.on{color: #00a93a; }
.pageBusiness .left .leftNav dt.on{ background-color: #f6b617; color: #fff; border-bottom-color: #f6b617;}
.pageBusiness .left .ContactL{ width: 100%; margin-top: 40px;}
.pageBusiness .left .ContactL .top{ float: left; width: 100%;}
.pageBusiness .left .ContactL .top span{ width: 100%; font-size: 24px; color: #333;}
.pageBusiness .left .ContactL .top p{ width: 30px; height: 4px; background-color: #00a93a; margin-top: 5px;}
.pageBusiness .left .ContactL .cont{ float: left; width: 100%; font-size: 14px; color: #666; line-height: 24px; margin: 15px 0;}
.pageBusiness .left .ContactL .name{ float: left; width: 100%; font-size: 16px; color: #333; font-weight: bold;}
.pageBusiness .left .ContactL .tel{ float: left; width: 100%; margin: 10px 0;}
.pageBusiness .left .ContactL .tel p{ float: left; margin: 1px 0; width: 230px; font-size: 14px; line-height: 24px;}
.pageBusiness .left .ContactL .tel a{ float: right; display: block; width: 50px; height: 50px; background: #333 url(../images/kf.png) center center no-repeat;}
.pageBusiness .left .ContactL .tel a:hover{ background-color: #00a93a;}
.pageBusiness .left .ContactL .wechat{float: left; width: 260px; padding: 10px; height: 90px; margin-top: 5px; background-color: #f5f5f5;}
.pageBusiness .left .ContactL .wechat img{ float: left; width: 90px; height: 90px;}
.pageBusiness .left .ContactL .wechat p{ float: left; margin-left: 10px; font-size: 12px; color: #999; line-height: 18px;}
.pageBusiness .left .ContactL .wechat p span{ float: left; width: 100%; font-size: 16px; color: #333; margin: 10px 0;}

.pageBusiness .right{ width: 850px;}
.pageBusiness .right .name{width: 100%; font-size: 20px; color: #333; line-height: 50px; border-bottom: solid 1px #eee;}
.pageBusiness .right .name span{ margin: 0 5px;}
.pageBusiness .right .cont{ width: 100%; margin: 0; padding: 30px 0; font-size: 14px; color: #333; line-height: 30px;}
.pageBusiness .right .cont img{ max-width: 100%;}
.pageBusiness .right ul{ width: 880px; margin: 20px -15px;}
.pageBusiness .right ul li{ float: left; width: 410px; margin: 15px; overflow: hidden; position: relative;}
.pageBusiness .right ul li .img{ width: 100%; position: relative; z-index: 1;}
.pageBusiness .right ul li img{ width: 100%;  transition: all 0.5s ease;}
.pageBusiness .right ul li .cont{ width: 380px; padding:10px 15px; color: #fff; background-color: rgba(0, 0, 0, 0.6); position: absolute; z-index: 2; bottom: 0; left: 0; transition: all 0.5s ease;}
.pageBusiness .right ul li .cont .title{ width: 100%; line-height: 30px; font-size: 16px; }
.pageBusiness .right ul li .cont .con{ width: 100%; font-size: 14px; line-height: 26px;}
.pageBusiness .right ul li .cont .con span{ float: left;  display: block; width:160px; padding-right: 30px;}
.pageBusiness .right ul li:hover .cont{ background-color: rgba(0,169,58,0.8); padding: 10px 15px 30px 15px;}
.pageBusiness .right ul li:hover img{transform:scale(1.1);}

/* pages */
.pages { margin:40px 0; position:relative; text-align:center; font-size:12px;}
.pages a { display:inline-block; height:35px; line-height:35px; background:#fff; border:1px solid #eee; text-align:center; color:#333; padding:0 15px; margin-left:6px;}
.pages a.a1 { background:#fff; width:56px; padding:0; }
.pages a:hover { background:#00a93a;  border:1px solid #00a93a; color:#fff; text-decoration:none }
.pages span { display:inline-block; height:35px; line-height:35px; background:#00a93a; border:1px solid #00a93a; color:#fff; text-align:center; padding:0 15px; margin-left:6px;}

.pages1{ width: 100%; margin-top: 20px; }
.pages1 p{ max-width: 45%; overflow: hidden;  }
.pages1 p a{ color: #333; font-size: 14px;}
.pages1 p a:hover{ color: #00a93a; text-decoration: underline;}



