@charset "utf-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
html{ float:none; line-height:18px; font-size:14px; color:#666; font-family:arial,"Microsoft Yahei"; min-width: 1300px;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,th,var {font-weight: normal;font-style: normal;}
ol,ul,li {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
q:before,q:after {content:”;}
abbr,acronym { border: 0;}
a,a:hover{text-decoration:none; color: #656565; cursor: pointer;}


.trans02s{
	transition: all .2s;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.trans05s{
	transition: all .5s;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.trans08s{
	transition: all .8s;
	-moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}


.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.boxinline-2box{
    width: 49.5%;
    margin-right: 1%;
    float: left;
}

.boxinline-2box-0{
    margin-right: 0;
}

.boxinline-3box{
    width: 33%;
    margin-right: .5%;
    float: left;
}
.boxinline-3box-0{
    margin-right: 0;
}

.boxinline-4box{
    width: 23.875%;
    margin-right: 1.5%;
    float: left;
}
.boxinline-4box-0{
    margin-right: 0;
}

.boxinline-3box-mini{
    width: 31%;
    margin-right: 3.5%;
    float: left;
}

.boxinline-3box-mini-0{
    margin-right: 0;
}
.boxinline-w30{
    width: 30%;
    margin-right: 5%;
    float: left;
}
.boxinline-w70{
    width: 65%;
    margin-right: 5%;
    float: left;
}
.boxinline-w75{
    width: 66%;
    margin-right: 4%;
    float: left;
}

.boxinline-w40{
    width: 40%;
    margin-right: 5%;
    float: left;
}
.boxinline-w60{
    width: 55%;
    margin-right: 5%;
    float: left;
}

.boxinline-w20{
    width: 20%;
    margin-right: 4.5%;
    float: left;
}
.boxinline-w80{
    width: 75.5%;
    margin-right: 4.5%;
    float: left;
}

.right-no{
    margin-right: 0 !important ;
}
.boxinline-center{
    float: none !important;
    margin: 0 auto;
}

.main-container{
	width: 1280px;
	margin: 0 auto;
}
.img-outline:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.img-outline img{
    width: 100%;
    height: auto;
    float: left;
}
.scal1-1 .img-outline{
    overflow: hidden;
}
.scal1-1:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);

}
.Page-Text{
	width: 100%;
	height: auto;
	line-height: 2.5em;
}
.Page-Text:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.Page-Text img , .Page-Text table{
	max-width: 100%;
}

.HEAD-top{
    width: 100%;
    height: 1px;
}
.HEAD{
	width:100%;
	height:90px;
	position: relative;
    z-index: 99;
    background:rgba(0,0,0,.6);
}
.HEAD-bg{
	width:100%;
	height:90px;
	left:0;
	top:0;
	z-index:999;
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;
    box-shadow:0 0 5px #666;
    position: relative;
}
.HEAD-bg .mask{
    background: url(../images/navbg.jpg) center top;
	height: 100%;
	background-size: cover;
    position: absolute;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0);
}
.is_stuck .mask{
    opacity: 1;
    filter:alpha(opacity=100);
}
.LOGO{
	float:left;
	margin-top:20px;
    margin-right:100px;
    padding-left: 50px;
    position: relative;
    z-index: 10;
}
.TopNav , .TopNav ul , .TopNav li , .TopNav a {
	height:90px;
	float:left;
    position:relative;
    z-index: 10;
}

.TopNav a{
	line-height:90px;
	color:#d9d9d9;
	font-size:15px;
	padding:0 20px;
	position:relative;
}
.TopNav a .line{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	text-align:center;
	height:3px;
	line-height:0;
	font-size:0;
}
.TopNav a .line span{
	display:inline-block;
	height:3px;
	background:#f79a02;
	width:0;
}
.TopNav a i{
	font-size:10px;
	margin-left:5px;
}

.TopNav a:hover span , .TopNav .sfHover a span{
	width:100%;
}

.TopNav a.active ,  .TopNav a:hover , .TopNav .sfHover a{
	color:#fff;
}


.TopNav ul ul{
	position:absolute;
	left:0;
	top:100%;
	width:260px;
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;
	box-shadow:0 0 5px #666;
	height: auto;
}
.TopNav ul ul ul{
	left: 101%;
	top: 0px;
}
.TopNav ul ul li{
	width:100%;
	float:none;
	display:block;
	height:46px;
}
.TopNav ul ul li a{
	margin:0;
	padding:0;
	width:100%;
	height:46px;
	line-height:46px;
	text-align:left;
	background:#38a377;
	text-indent:2rem;
	color:#fff !important;
}
.TopNav ul ul li a:hover{
	background:#1e1e1e;
	color:#fff !important;
}

.Language{
	float:right;
    line-height:90px;
    padding-right: 50px;
    position: relative;
    z-index: 10;
}
.Language li{
	display:inline;
	padding:0 4px;
}
.Language li a{
    color: #fff;
}
.Language li span{
    color: #dfdfdf;
}
.Language .active{
	color:#fff;
	font-weight:bold;
}

.Banner-bg{
	float: left;
	margin-top: -90px;
	width: 100%;
	overflow: hidden;
}

.owl-nav{
    z-index: 10;
}
.owl-nav button , .owl-nav button span{
    width: 75px;
    height: 150px;
    font-size: 0;
    display: block;
}
.owl-nav button {
    top: 30%;
    position: absolute;
}
.owl-nav button.owl-prev {
    left:5%;
}
.owl-nav button.owl-prev span{
    background: url(../images/banner-nav.png) left center;
}
.owl-nav button.owl-next{
    right: 5%;
}
.owl-nav button.owl-next span{
    background: url(../images/banner-nav.png) right center;
}
.owl-dots{
    width: 100%;
    height: 15px;
    line-height: 15px;
    z-index: 10;
    position: absolute;
    bottom: 30px;
    text-align: center;
}
.owl-dots button{
    display: inline-block;
    margin: 0 8px;
}
.owl-dots button span{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #38a377;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.owl-dots button.active span{
	background: #f60
}
.Banner-Slide .the-slide{
	width: 100%;
	height: 600px;
}
.Banner-Slide .the-slide a{
	width: 100%;
	height: 600px;
	display: block;
}

.ABOUT{
	padding: 50px 0;
	float: left;
	width: 100%;
}

.VIDEO-BOX{
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}
.VIDEO-BOX video{
	width: 100%;
	position: relative;
	float: left;
	z-index: 0;

}
.VIDEO-BOX .Video-img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	min-height: 10PX;
}
.VIDEO-BOX .Video-img img{
	width: 100%;
	height: auto;
}
.video-mask{
	width:80%;
	padding: 10%;
	height: 400%;
	background: rgba(0,0,0,.75);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.video-mask h3{
	font-size: 26px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}
.video-mask p{
	color: #fff;
	line-height: 30px;
}
.video-mask .line{
	height: 3px;
	line-height: 3px;
	padding: 20px 0;
}
.video-mask .line span{
	width: 50px;
	height: 3px;
	background: #38a377;
	display: inline-block;
}
.video-mask .play{
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	display: block;
}
.video-mask .play i{
	font-size: 30px;
	float: left;
	margin-right: 10px;
}
.video-mask .play:hover{
	color: #38a377;
}
.video-mask .play:hover i{
	color: #38a377;
}

.Title-H1 p{
	line-height: 30px;
	font-size: 20px;
	color: #333;
}
.Title-H1 h1{
	line-height: 50px;
	font-size: 40px;
	font-weight: bold;
	color: #333;
}
.Title-H1 h2{
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: -10px;
}
.Title-H1 p.line{
	line-height: 3px;
	margin-top: 15px;
}
.Title-H1 p span{
	width: 80px;
	height: 3px;
	background: #38a377;
	display: inline-block;
}
.Title-H1-center{
	text-align: center;
}

.PARTNER{
	padding: 50px 0;
}

.PARTNER-slide{
	padding: 40px 0 100px 0;
}
.PARTNER-slide .owl-nav{
	display: none;
}
.PARTNER-Box{
	width: 280px;
}


.BottomContact{
	padding:40px 0;
	background:#333;
}
.FootLink{
	color: #fff;
}
.FootLink li{
	float:left;
	margin-right:60px;
	line-height:30px;
}
.FootLink li a{
	font-weight:normal;
	color:#fff;
}
.FootLink li   strong{
	color:#fff;
	font-size: 16px;
}

.FootLink li a:hover{
	text-decoration:underline;
}
.FootLink ul li{
	float: none;
	margin-right:0;
}
.FootLink ul li a{
	color: #fff;
}
.FootLink.L{
	float: left;
	width: 400px;
}
.FootLink.L{
	color:#fff;
}
.FootLink.L li{
	float: none;
}
.Qrcode{
	float:right;
	text-align:center;
	color:#fff;
}
.Qrcode img{
	width:130px;
	height:auto;
	margin-bottom:10px;
}
.Copyright{
	width:100%;
	line-height:50px;
	text-align:center;
	background:#1d6842;
	padding-top:10px;
	color:#fff;
	font-size:14px;
	border-top:1px solid #1d6842;
}
.Page-Banner{
	position: relative;
	margin-top: -90px;
	z-index: 0;
	float: left;
}
.Page-Banner .bg{
	position: relative;
	z-index: 0;
}
.Page-Banner h3{
	font-size: 46px;
	text-align: center;
	position: absolute;
	z-index: 1;
	line-height: 50px;
	width: 100%;
	left: 0;
	top: 200px;
	color: #fff;
	font-weight: bold;
}
.Page-Banner h4{
	font-size: 20px;
	text-align: center;
	position: absolute;
	z-index: 1;
	line-height: 40px;
	width: 100%;
	left: 0;
	top: 250px;
	color: #fff;
}
.SubNav{
	height: 70px;
	background: #f1f1f1;
	text-align: left
}
.SubNav ul{
	float: left;
}
.SubNav li{
	display: inline;
	line-height: 60px;
}
.SubNav li a{
	line-height: 60px;
	padding: 0 30px;
	color: #111;
}
.SubNav li a:hover ,.SubNav li.active a{
	color: #f79a02;
}
.SubNav li:last-child span{
	display: none;
}
.About-Box{
	padding: 50px 0;
}

.SubNav ul.SubNav-sub{
	float: right;
	text-align: right;
}

.About-Img{
	margin-top: 50px ;
	overflow: hidden;
	position: relative;
}
.About-Img .img-outline{
	position: relative;
	float: left;
	z-index: 0;
}
.About-Img .mask{
	background: rgba(0,0,0,.4);
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 2000px;
}
.About-Img:hover .mask{
	background: rgba(0,0,0,0);
}

.About-History{
	background: url(../images/bg1.jpg) right bottom no-repeat;
  background-size: cover;
}

#timeline {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	margin-top:50px; 
}
#timeline .hrLine{
	height: 1px;
	background: #666;
	border: none;
}
.dates-f{
	width: 760px;
	overflow: hidden;
	position: relative;
	height: 90px;
}
#timeline #dates {
	height: 90px;
}
#timeline #dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
}
#timeline  #dates > li > .onepx{
	width: 1px;
	height: 20px;
	margin: 0 auto;
	background: #666;
	border: none;
}
#timeline #dates a {
	line-height: 50px;
	font-size: 14px;
	font-weight: 400;
}
#timeline #dates .selected {
	font-size: 38px;
	line-height: 30px;
	color: #1d6842;
	display: block;
	margin-bottom: 20px;
} 
#timeline #issues {
	height: 300px;
	overflow: hidden;
	text-align: center;
}
#timeline #issues li {
	width: 100%;
	float: left;
	position: relative;
}
#timeline .timeline{
	position: relative;
}
#timeline.timeline > button {
	position: absolute;
	border: 0;
	outline: none;
	top: 200px;
	z-index: 9999;
	background: none;
	border: none;
	outline: none;
}
#timeline .timeline > button > i{
	display: block;
	height: 40px;
	width: 40px;
}
#timeline .timeline > button  > i > img{
	float: left;
	width: 100%;
}
#timeline .prev{
	left: -120px
} 
#timeline .next {
	right: -120px;
}
#timeline .dates{
	position: absolute;
	top: 0;
	z-index: 999;
}
#timeline .wrap{
		overflow: hidden;
		height: 400px;
		margin-top: 50px;
		margin-bottom: 20px;
}
#timeline .history-box{
	width: 50%;
	position: relative;
}
#timeline .history-box-0{
	float: left;
	border-right: 1px solid #999;
}
#timeline .history-box-1{
	float: right;
	border-left: 1px solid #999;
	margin-right: -1px;
}

#timeline .history-box h5{
	font-size: 14px;
	z-index: 9;
	color: #1d6842;
	font-size: 18px;
}
#timeline .history-box-0 h5{
	background: url(../images/icon_pointoftime.png) no-repeat 99%;
	background-size: contain;
	position: absolute;
	right:  -10px;
	text-align: right;
	padding-right: 60px;
}
#timeline .history-box-1 h5{
	background: url(../images/icon_pointoftime.png) no-repeat left;
	background-size: contain;
	position: absolute;
	left: -10px;
	text-align: left;
	padding-left: 60px;
}
#timeline .yearLine{
	position: absolute;
  width: 30px;
  height: 1px;
	top: 0;
	border: none;
	background: #666;
  margin:8px 0;
}
#timeline .history-box-0 .yearLine{
	right: 0;
}
#timeline .history-box-1 .yearLine{
  left: 0;
}


#timeline .history-box .textArea{
	display: block;
	margin: 50px;
	padding: 20px;
	background: #1d6842;
	color: #fff;
	text-align: left;
}
#timeline .history-box-1 .textArea{
  border-top-left-radius:0;
  border-top-right-radius:12px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:12px;
}
#timeline .history-box-0 .textArea{
	border-top-left-radius:12px;
  border-top-right-radius:0;
  border-bottom-right-radius:12px;
  border-bottom-left-radius:0;
}


.About-team{
	background: url(../images/team-bg.jpg) center center fixed;
	background-size: cover;
}
.About-team .Title-H1 h1{
	color: #fff;
}

.CUSTOMER-Slide{
	padding: 50px 0 80px 0;
}

.CUSTOMER-Box{
	width: 80%;
	padding: 20px 5%;
	background: #fff;
	display: block;
	border-bottom: 3px solid #ccc;
	-moz-box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;
	box-shadow:0 0 10px #666;
	margin: 20px auto;
}
.CUSTOMER-Box .Top{
	width: 100%;
	height:100px;
}
.CUSTOMER-Box .face{
	width: 100px;
	height: 100px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}
.CUSTOMER-Box img{
	width: 100%;
	height: 100%;
}
.CUSTOMER-Box .text{
	margin-top: 20px;
	float: left;
} 
.CUSTOMER-Box .text h3{
	font-size: 16px;
	color: #212121;
	line-height: 20px;
	margin-bottom: 10px;
}
.CUSTOMER-Box .Words{
	padding: 20px 0;
	line-height: 30px;
}
.CUSTOMER-Box .Words i{
	margin:0 20px;
}
.CUSTOMER-Box:hover{
	border-bottom: #1d6842 3px solid;
}
.CUSTOMER-Slide .owl-nav{
	display: none;
}


.About-duty .img{
	width: 45%;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 5%;
	margin-top: 50px;
}
.About-duty .img img{
	width: 100%;
	position: relative;
	z-index: 0;
	float: left;
}
.About-duty  .text{
	width: 50%;
	float: left;
	margin-top: 50px;
}
.About-duty .img span{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 300%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.6);
}
.About-duty .img:hover span{
	background: rgba(0,0,0,0);
}
.About-duty .img:hover img{
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.About-culture{
	border-top: 1px solid #ccc;
}

.Culture-List{
	width:100%;
	margin-top:50px;
	margin-bottom:50px;
}
.Culture-box{
	width:32%;
	float:left;
	padding-right:2%;
}
.Culture-box-0{
	padding-right:0;
}
.Culture-box a{
	width:100%;
	display:block;
}
.Culture-box .ico{
	width:100%;
	text-align:center;
	color:#00d8ff;
	padding-top: 30px;
}
.Culture-box .ico img{
	max-width: 100px;
	height: auto;
}

.Culture-box .title{
	width:100%;
	height:40px;
	text-align:center;
	line-height:10px;
}
.Culture-box .title h3{
	line-height:30px;
	font-size:18px;
	color:#393939;
}
.Culture-box .title span{
	height:1px;
	width:60px;
	background:#1d6842;
	display:inline-block;
}
.Culture-box a{
	width:100%;
	background: #f1f1f1;
}

.Culture-box p{
	line-height:30px;
	margin-top:22px;
	padding:0 20px;
	padding-bottom: 50px;
}
.Culture-box a:hover i{
	color:#00aeff;
}
.Culture-box a:hover span{
	width:100%;
}
.Business-box{
	padding: 50px 0;
	border-bottom: 1px solid #d1d1d1;
}
.Business-box:last-child{
	border-bottom: none;
}

.Business-catalog{
	width: 25%;
	float: left;
	margin-right: 5%;
	text-align: center;
}
.Business-catalog h3{
	text-align: center;
	padding: 0 30px;
	display: inline-block;
	border-bottom: 1px solid #1d6842;
	height: 10px;
	margin: 30px 0;
}
.Business-catalog h3 span{
	background: #fff;
	color: #333;
	padding: 0 20px;
	display: inline-flex;
	font-size: 20px;
}

.Business-list{
	float: left;
	width: 70%;
}
.Business-list li{
	margin-bottom: 20px;
}
.Business-list li a{
	padding: 15px 30px;
	display: block;
	background: #f1f1f1;
}
.Business-list li h2{
	color: #333;
	font-weight: bold;
	line-height: 40px;
}
.Business-list li p{
	line-height: 30px;
}
.Business-list li a:hover{
	background: #1d6842;
}
.Business-list li a:hover h2 , .Business-list li a:hover p{
	color: #fff;
}
.Business-right{
	padding-top: 50px;
}
.Business-right ul{
	line-height: 30px;
	padding-top: 30px;
}
.PageNav-left{
	width: 20%;
	float: left;
	margin-right: 5%;
}
.PageNav-left .Title-H1{
	background: #1d6842;
	padding: 30px;
}
.PageNav-left .Title-H1 h2{
	color: #fff;
}
.PageNav-left .Title-H1 .line span{
	height: 2px;
	background: #fff;
}
.PageNav-left ul{
	margin-top: 1px;
}
.PageNav-left ul li{
	margin-bottom: 1px;
}
.PageNav-left a{
	display: block;
	background: #333;
	color: #fff;
	line-height: 46px;
	text-indent: 2em;
	font-size: 16px;
}
.PageNav-left a:hover{
	text-indent: 3em;
	background: #1d6842;
}
.Page{
	padding: 50px 0;
}

.Page-businsess-title{
	height: 60px;
}
.Page-businsess-title h2{
	line-height: 60px;
	font-size: 30px;
	color: #333;
	text-align: center;
}

.News-catalogbox-all{
	padding: 50px 0;
}
.News-catalogbox ul{
	padding-top: 30px;
}
.News-catalogbox li{
	margin-bottom:10px;
}
.News-catalogbox h2{
	font-size: 22px;
	color:#333;
	line-height: 30px;
	font-weight: bold;
}
.News-catalogbox h3{
	color: #333;
	font-size: 13px;
	line-height: 26px;
}
.News-catalogbox a:hover h2{
	color: #1d6842;
}
.News-catalogbox  p{
	color: #333;
	line-height: 20px;
}
.News-catalogbox  p span{
	padding-right: 30px;
}
.News-catalogbox .more{
	margin-top: 40px;
}
.News-catalogbox .more a{
	line-height: 42px;
	width: 160px;
	color: #fff;
	background: #1d6842;
	display: block;
	text-indent: 2em;
	text-align: left;
	height: 42px;
}
.News-catalogbox .more span , .News-catalogbox .more i {
	float: left;
	line-height: 42px;
}
.News-catalogbox .more i{
	margin-left: -15px;
}
.News-catalogbox .more a:hover i{
	margin-left: -10px;
}
.Page-news-bottom{
	padding: 50px;
	background: #f1f1f1;
}
.News-Socket{
	margin-bottom: 50px;
}
.News-Socket li{
	margin-top: 20px;
}
.News-links ul{
	margin-top: 20px;
}
.News-links ul a{
	line-height: 30px;
}
.News-links ul a:hover{
	color: #1d6842;
}
.News-links ul .links{
	width:19%;
	margin-right: 1.25%;
	float: left;
}
.News-links ul .links-0{
	margin-right: 0 !important;
}
.News-Page{

}
.News-Page li{
	margin-bottom: 30px;
}

.News-List-box{
	padding: 30px;
	display: block;
	background: #f1f1f1;
	padding-left: 0;
}
.News-List-box .date{
	padding: 20px 0;
	border-right: 1px solid #d1d1d1;
	float: left;
	width: 18%;
}
.News-List-box .date h3{
	color: #CCC;
	font-size: 70PX;
	font-weight: bold;
	text-align: center;
	line-height: 90px;
}
.News-List-box .date p{
	color: #333;
	text-align: center;
	font-size: 18px;
}
.News-List-box  .img{
	width: 25%;
	padding: 0 3%;
	float: left;
	max-height: 135px;
	overflow: hidden;
}
.News-List-box  .text{
	width: 50%;
	float: left;
}
.News-List-box  .text h3{
	color: #333;
	font-size: 16px;
	line-height: 26px;
}
.News-List-box  .text  p{
	line-height: 24px;
	margin-top: 10px;
}
.News-List-box:hover{
	background: #38a377;
}
.News-List-box:hover .date h3 , .News-List-box:hover .date p , .News-List-box:hover  .text h3 , .News-List-box:hover  .text  p{
	color: #fff;
}


.Page-Pager{
	width: 100%;
}
.Page-Pager .PageInfo{
	display: none;
}
.Page-Pager .PageBtn{
	width: 100%;
	text-align: center;
}
.Page-Pager li{
	display: inline;
	padding: 0 5px;
}
.Page-Pager li a{
	height: 36px;
	line-height: 36px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 20px;
	color: #333;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.Page-Pager li a:hover{
	color: #38a377;
	border: 1px solid #38a377;
}
.Page-Pager li.active a{
	border: 1px solid #38a377;
	background: #38a377;
	color: #fff;
}
.NewsShow-top{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.NewsShow-top h1{
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 10px;
	color: #1d6842;
}
.NewsShow-top p{
	line-height: 30px;
	color: #333;
}
.NewsShow-top p span{
	padding-right: 30px;
}

.JobOffers-list{
	padding: 50px 0;
}

.JobOffers{
    border-bottom: 1px solid #888;
}
.JobOffers-title{
    height: 64px;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 64px;
    text-align: left;
}
.JobOffers-title.active{
    color: #000;
    font-family:Arial,'PingFang SC Medium','黑体';
}
.JobOffers-title .s1{
    width: 26%;
    padding-left:15px;
    background: url(../images/dot8px.png) left center no-repeat;
    display: inline-block;
}
.JobOffers-title .s2{
    width: 20%;
    display: inline-block;
}
.JobOffers-title .s3{
    width: 20%;
    display: inline-block;
}
.JobOffers-title .s4{
    width: 25%;
    display: inline-block;
}
.JobOffers-title .JobOffers-btn{
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #9e9e9e;
    display: inline-block;
    float: right;
    margin-top: 15px;
    cursor: pointer;
}
.JobOffers-title .JobOffers-btn:hover{
    background:#1d6842
}
.JobOffers-body{
    padding: 0 50px 30px 15px;
    display: none;
}

.Page-Contact  iframe{
	height: 500px;
	margin-bottom: 50px;
	border: none;
	width: 100%;
	margin-top: 30px;
}

.Service-Catalog{
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
}
.Service-box-list{
	margin-top: 30px;
}
.Service-box{
	background: #f1f1f1;
	margin-bottom: 30px;
	border-bottom:3px solid #333;
}
.Service-box:hover{
	background: #f1f1f1;
	margin-bottom: 30px;
	border-bottom:3px solid #38a377;
}
.Service-box .img{
	width: 80%;
	padding: 10%;
}
.Service-box .text{
	padding: 0 30px 30px 30px ;
}
.Service-box h3{
	line-height: 30px;
	text-align: center;
	color: #333;
	font-weight: bold;
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 20px;
}
.Service-box p{
	line-height: 24px;
}
.Service-box p span{
	width: 30px;
	display: inline-block;
	text-align: justify;
}
.Service-box p span i{
	float: left;
}
.Service-box2{
	background: #f1f1f1;
}
.Service-box2 .img{
	padding: 30px;
	border: 3px solid #f1f1f1;
}
.Service-box2:hover .img{
	border: 3px solid #38a377;
}

.Service-box3{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.Service-box3 img{
	max-height: 250px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.Service-box3 .text{
	width: 100%;
	background: rgba(0,0,0,.4);
	position: absolute;
	height: 250px;
	left: 0;
	top: 0;
}
.Service-box3 .text h3{
	text-align: center;
	color: #fff;
	padding-top: 25%;
	font-weight: bold;
}
.Service-box3:hover .text{
	background: rgba(0,0,0,0);
}
.Service-box3:hover h3{
	color: #38a377;
}



.Service-box4{
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}
.Service-box4 img{
	overflow: hidden;
	position: relative;
	z-index: 0;
	float: left;
}
.Service-box4 .text{
	padding: 30px 0;
	border-bottom: 3px solid #333;
}
.Service-box4 .text h3{
	text-align: center;
	color: #333;
	font-weight: bold;
}
.Service-box4:hover .text{
	border-bottom: 3px solid #38a377;
}
.Service-box4:hover h3{
	color: #38a377;
}

.Default-page-bg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	background:url(/uploadfile/defaultbg.jpg) center center ; 
	background-size:cover;
}
.Default-page-top{
	position: relative;
	z-index: 10;
	padding: 0 50px;
}
.Default-page-top .logo{
	margin-top: 10px;
	float: left;
}
.Default-page-top ul{
	width: 285px;
	float: right;
}
.Default-page-top ul li{
	float: left;
	margin-right: 1px;
}
.Default-page-top ul li a{
	background: #1d6842;
	padding: 10px ;
	color: #fff;
	display: block;
	width: 120px;
	text-align: center;
}
.Default-page-top ul li a:hover{
	background: #38a377;
}
.Default-page-main{
	position: relative;
	z-index: 10;
	padding-top:50px;
	text-align: center;
}
.Default-page-main h1{
	text-align: center;
	color: #111;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 40px;
	text-shadow: #fff 0px 0px 5px;
}
.Default-page-main .mask{
	display: inline-block;
	padding: 0 200px;
	background:rgba(0,0,0,.6);
	color: #fff;
	padding-top: 100px;
}
.Default-page-main .mask h3{
	font-size: 30px;
}
.Default-page-main .mask h4{
	line-height: 60px;
	margin-top: 50px;
	margin-bottom: 40px;
}