@font-face {
    font-family: 'economica';
    src: url('../fonts/economica.eot');
    src: url('../fonts/economica.eot') format('embedded-opentype'),
         url('../fonts/economica.woff2') format('woff2'),
         url('../fonts/economica.woff') format('woff'),
         url('../fonts/economica.ttf') format('truetype'),
         url('../fonts/economica.svg#economica') format('svg');
}
@font-face {
  font-family: "AVENIRNEXTLTPRO-BOLD";
  src: url("../fonts/AVENIRNEXTLTPRO-BOLD.woff2") format("woff2"),
       url("../fonts/AVENIRNEXTLTPRO-BOLD.woff") format("woff"),
       url("../fonts/AVENIRNEXTLTPRO-BOLD.ttf") format("truetype"),
       url("../fonts/AVENIRNEXTLTPRO-BOLD.eot") format("embedded-opentype"),
       url("../fonts/AVENIRNEXTLTPRO-BOLD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Agency FB";
  src: url("../fonts/AgencyFB.woff2") format("woff2"),
       url("../fonts/AgencyFB.woff") format("woff"),
       url("../fonts/AgencyFB.ttf") format("truetype"),
       url("../fonts/AgencyFB.eot") format("embedded-opentype"),
       url("../fonts/AgencyFB.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.load-bg{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #f5f5f5;
    z-index: 9999;
}

.load-bg .loading{
	width: 62px;
    height: 62px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -31px 0 0 -31px;
    z-index: 999;
}

.init, 
.orange {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 62px;
}

.init{
    background: url(../img/load1.png) no-repeat left bottom;
    background-size: 62px 62px;
    height: 62px;
}

.orange{
	background: url(../img/load2.png) no-repeat left bottom;
	background-size:62px 62px;
    -webkit-animation:fill 3s linear infinite forwards;
    -moz-animation:fill 3s linear infinite forwards;
    -ms-animation:fill 3s linear infinite forwards;
    height: 62px;
}

@-moz-keyframes fill {
   	0% { height: 0px; }
    25% { height: 15px; }
    50% { height: 30px; }
    75% { height: 45px; }
    100% { height: 60px; }
}

@-webkit-keyframes fill {
	0% { height: 0px; }
    25% { height: 15px; }
    50% { height: 30px; }
    75% { height: 45px; }
    100% { height: 60px; }
}

@keyframes fill {
	0% { height: 0px; }
    25% { height: 15px; }
    50% { height: 30px; }
    75% { height: 45px; }
    100% { height: 60px; }
}
.view{
	width: 1280px;
	margin:0 auto;
}
header{
	position: relative;
	z-index: 30;
}
.header-top{
	padding:10px 0;
}
.header-top .logo{
	line-height: 80px
}
.header-top .header-icon-box{
	padding-top: 30px;
}
.header-top .header-icon-box .item{
	float: left;
	padding:0 20px 0 30px;
	font-size: 16px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	margin-left: 20px;
	font-weight: bold;
}
.header-top .header-icon-box .item.tel{
	padding-right: 0;
}
.header-top .header-icon-box .item i{
	position: absolute;
	right: 0;
	top:50%;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background:#eee;
}
.nav-box{
	position: relative;
	border-top:1px solid #eee;
	z-index: 0;
}
.nav-box .view{
	position: relative;
	z-index: 3;
}
.nav-box .line{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 5px;
	background: #eee;
}
.nav-box .nav li{
	float: left;
	/* width: 213px; */
	width: 20%;
	position: relative;
}
.nav-box .nav li .tit{
	float: left;
	width: 180px;
	color: #666;
	font-weight: bold;
}
.nav-box .nav li a{
	display: block;
}
.nav-box .nav li .tit{
	width: 100%;
	height: 65px;
	text-align: center;
	line-height: 60px;
	color: #444;
	font-size: 16px;
	border-right:1px solid #eee;
	position: relative;
	overflow: hidden;
}
.nav-box .nav li .tit i{
	position: absolute;
	left:-100%;
	bottom:0;
	width: 100%;
	height: 5px;
	background:#00b335;
}
.nav-box .nav li:first-child .tit{
	border-left: 1px solid #eee;
}
.nav-box .nav li .navson{
	display: none;
	position: absolute;
	left:0;
	top:65px;
	width: 100%;
	text-align: center;
}
.nav-box .nav li .navson a{
	display: block;
	line-height: 55px;
	color: #666;
	font-size: 14px;
	border-top:1px solid #eee;
	background:#fff;
	font-weight: bold;
	transition:all .3s linear;
}
.nav-box .nav li .navson a:hover{
	background:#fafafa;
	color: #333;
}
.nav-box .nav li.cur .tit i{
	left:0;
}
.header-top{
	position: relative;
}
header .build{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	width: 112px;
	margin: -15px 0 0 -56px;
}
/***********header end**********/
footer{
	background:#efefef;
	min-width: 1280px;
}
.footer-top{
	padding:10px 0;
	border-bottom:1px solid #dadadc;
}
.footer-top .f-logo{
	float: left;
	width: 225px;
}
.footer-top .f-nav{
	font-size: 0;
	text-align: center;
	float: left;
	margin-left: 100px;
	padding-top: 20px;
}
.footer-top .f-nav a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: 16px;
	color: #666;
	margin:0 15px;
	font-weight: bold;
	transition:all .3s linear;
}
.footer-top .f-nav a:hover{
	color: #3eb360;
}
.share-box{
	padding-top: 30px;
	margin-right: 20px;
}
.footer-top .share-box a{
	width: 20px;
	height: 16px;
	padding:0;
	margin: 0;
	margin-left: 30px;
}
.footer-top .share-box .bds_weixin{
	background: url(../img/share-icon2.png) no-repeat;
}
.footer-top .share-box .bds_tsina{
	background: url(../img/share-icon1.png) no-repeat;
}
.footer-bottom{
	padding:40px 0 25px;
}
.footer-bottom .link-box{
	width: 420px;
	margin:0 auto;
}
.footer-bottom .link-box a{
	display: block;
}
.footer-bottom .link-box .title{
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 45px;
	font-weight: bold;
}
.footer-bottom .link-box .link-wrap{
	float: right;
	width: 330px;
	height: 45px;
	
}
.footer-bottom .link-box .link{
	float: left;
	width: 270px;
}
.footer-bottom .link-box .link-list{
	display: none;
	position: absolute;
	left:0;
	bottom:45px;
	background: #fff;
	width: 100%;
	border-radius: 8px 8px 0 0;
}
.footer-bottom .link-list a{
	padding:0 30px;
	width: 210px;
	color: #666;
	font-size: 16px;
	line-height: 45px;
	border-bottom:1px solid #ececed;
	transition:all .3s linear;
}
.footer-bottom .link-list a:hover{
	background:#fafafa;
}
.footer-bottom .link-box .left{
	position: relative;
	width:100%;
	line-height: 45px;
	border-radius: 8px 0 0 8px;
	background:#fff;
}
.footer-bottom .link-box .tit{
	font-size: 16px;
	color: #666;
	padding:0 30px;
}
.footer-bottom .link-box a.link-btn{
	float: right;
	width: 60px;
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/link-btn1.png);
	background-color: #3eb360;
	border-radius: 0 8px 8px 0;
}
.footer-bottom .link-box .link-wrap.on .left{
	border-radius: 0 0 0 8px;
}
.footer-bottom .link-box .link-wrap.on a.link-btn{
	background-image: url(../img/link-btn2.png);
}
.copy-box{
	text-align: center;
	color: #666666;
	margin:55px 0 0;
	font-family: "Microsoft Yahei";
}
.copy-box span{
	margin:0 15px;
}
.copy-box .build{
	opacity: .8;
	filter: alpha(opacity=80);
	font-family: "Microsoft Yahei";
}
.copy-box .build a{
	color: #666;
	opacity: .8;
	filter: alpha(opacity=80);
	font-family: "Microsoft Yahei";
	transition:all .3s linear;
}
.copy-box .build a:hover{
	color: #3eb360;
}
/***********footer end**********/
.banner{
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    height: 620px;
    margin: 0 auto;
    color: #ffffff;
}
.banner li{
    position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	min-width: 1280px;
    height: 100%;
    overflow: hidden;
    display: none;
}

.banner .btns{
    position: absolute;
    bottom: 72px;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}
.banner span{
    display: inline-block;
    width: 30px;
    height: 10px;
    margin:0 5px;
    border:2px solid #fff;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
 }
.banner span i{
    display: block;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    width: 0;
    background-color: #fff;
}
.banner span.cur{
    opacity: 1;
}
.banner ul,.banner li{
	height: 620px;
}

.banner ul,.banner li a{
	height: 920px;
	width: 100%;
}
.i-product-box{
	width: 100%;
	height: 300px;
	background: url(../img/i-product-bg.png) no-repeat center;
	position: relative;
	z-index: 30;
}
.i-product-box .i-product{
	position: absolute;
	top:-50px;
	left:0;
	width: 100%;
	
}
.i-product-box .i-product .item{
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	width: 630px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url(../img/product-item-bg.png);
	background-position: left bottom;
	transition:all .3s linear;
}
.i-product-box .i-product .left{
	background-color: #3eb360;
}
.i-product-box .i-product .right{
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.i-product-box .i-product .item a{
	display: block;
}
.i-product-box .i-product .item .con-box{
	padding:20px 40px;
}
.i-product-box .i-product .item .tit{
	font-size: 32px;
    line-height: 90px;
    padding-left: 100px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    /* background-size: 70px; */
    transition: all .3s linear;
    position: relative;
}
.i-product-box .i-product .item .img{
	position: absolute;
	right: 25px;
	bottom:20px;
	width: 270px;
	height: 210px;
}
.i-product-box .i-product .item .img img{
	width: 100%;
}
.i-product-box .i-product .item .approve{
	/* margin:15px 0 0; */
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	transition:all .3s linear;
}
.i-product-box .i-product .item .con{
	font-size: 18px;
	
	line-height: 26px;
	margin:20px 0 0;
	transition:all .3s linear;
}

.i-product-box .i-product .left .con-box .tit{
	color: #fefffe;
}
.i-product-box .i-product .left .approve{
	color: #fff;
}
.i-product-box .i-product .left .con{
	color: #fff;
}
.i-product-box .i-product .right .con-box .tit{
	color: #c39a3d;
}
.i-product-box .i-product .con-box .tit .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
}
.i-product-box .i-product .con-box .tit .icon img{
	width: 100%;
}
.i-product-box .i-product .right .approve{
	color: #666;
}
.i-product-box .i-product .right .con{
	color: #666;
}
.i-product-box .i-product .left:hover{
	background-color: #c39a3d;
}
.i-product-box .i-product .right:hover{
	background-color: #c39a3d;
}
.i-product-box .i-product .right:hover .con-box .tit{
	color: #fff;
}
.i-product-box .i-product .right:hover .approve{
	color: #fff;
}
.i-product-box .i-product .right:hover .con{
	color: #fff;
}
.i-authotity-box{
	padding:80px 0 70px;
	background-repeat: no-repeat;
	background-position: top center;
}
.i-authotity-box .index-tit .left .en{
	font-size: 42px;
	line-height: 52px;
	margin-top: 20px;
}
.i-authotity-box .index-tit .right{
	margin-top: 40px;
}
.index-tit .left{
	float: left;
}
.index-tit .left .line{
	width: 33px;
	height: 3px;
	background:#3eb360;
}
.index-tit .left .cn{
	font-size: 32px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	margin:25px 0 0;
}
.index-tit .left .cn .sm-txt{
	font-size: 16px;
	color: #999;
	margin-left: 10px;
}
.index-tit .left .en{
	font-size: 16px;
	color: #00b335;
	font-family: "Agency FB";
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	margin:10px 0 0;
}
.index-tit .right{
	float: right;
	font-size: 16px;
	font-family: "Agency FB";
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 16px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image:url(../img/index-more.png);
	line-height: 16px;
	margin:40px 0 0;
}
.i-authotity-box .authotity-top{
	margin:30px 0 0;
	position: relative;
	z-index: 30;
}
.i-authotity-box .authotity-top .left{
	float: left;
	width: 870px;	
}
.i-authotity-box .tit{
	font-size: 24px;
	color: #333;
	line-height: 36px;
	font-weight: bold;
}
.i-authotity-box .con{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin:15px 0 0;
}
.i-authotity-box .btns-box{
	font-size: 0;
	margin:50px 0 0;
}
.i-authotity-box .btns-box .item{
	display: inline-block;
	*display: inline;
	zoom:1;
	margin-right: 10px;
	position: relative;
	vertical-align: top;
}
.i-authotity-box .btns-box .item .btn{
	display: block;
	padding:10px 24px 10px 50px;
	height: 21px;
	line-height: 21px;
	border:1.5px dashed #c39a3e;
	font-size: 16px;
	color: #c39a3e;
	border-radius: 8px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-image:url(../img/auth-btn1.png);
	transition:all .15s linear;
}
.i-authotity-box .btns-box .item .img{
	display: none;
	position: absolute;
	left:0;
	top:50px;
	width: 650px;
}
.i-authotity-box .btns-box .item .img img{
	width:100%;
}
.i-authotity-box .btns-box .item.on .img{
	width: 350px;
}
.i-authotity-box .btns-box .item:hover .btn{
	background-color: #00b335;
	border:1.5px solid #00b335;
	color: #edeceb;
	background-image:url(../img/auth-btn2.png);
}
.i-authotity-box .btns-box .item:hover .img{
	display: block;
}
.i-authotity-box .authotity-top .con{
	width: 730px;
}
.i-authotity-box .authotity-top .right{
	float: right;
	width: 410px;
}
.i-authotity-box .authotity-top .right img{
	width: 100%;
}
.i-authotity-box .authotity-bottom{
	margin:110px 0 0;
	position: relative;
	z-index: 3;
}
.i-authotity-box .authotity-bottom .left{
	width: 500px;
	float: left;
}
.i-authotity-box .authotity-bottom .left img{
	width: 100%;
}
.i-authotity-box .authotity-bottom .right{
	float: right;
	width: 610px;
	text-align: right;
	margin:50px 0 0;
}
.i-authotity-box .authotity-bottom .right .item .img{
	left: auto;
	right: 0;
}
.i-guide-box{
	padding:85px 0;
	background-repeat: no-repeat;
	background-position: center;
	min-width: 1280px;
}
.i-guide-box .list{
	margin:35px 0 0;
	overflow: hidden;
}
.i-guide-box .list ul{
	width: 1305px;
}
.i-guide-box .list li{
	position: relative;
	float: left;
	width: 410px;
	margin-right: 25px;
	padding-top: 8px;
}
.i-guide-box .list li a{
	display: block;
}
.i-guide-box .list li .img{
	position: relative;
	overflow: hidden;
}
.i-guide-box .list li .img img{
	width: 100%;
	transition:all .3s linear;
}
.i-guide-box .list li:hover img{
	transform:scale(1.1);
}
.i-guide-box .list li b{
	position: absolute;
	left:10px;
	top:0;
	width: 39px;
	height: 43px;
	background:url(../img/new.png) no-repeat center;
	text-align: center;
	color: #fffefe;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 10px;
}
.i-guide-box .list li .text-box{
	padding:35px 30px;
	background:#fff;
}
.i-guide-box .list li .text-box .tit{
	width: 260px;
	font-size: 24px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
}
.i-guide-box .list li .text-box .time{
	font-size: 12px;
	color: #666;
	margin:8px 0 0;
	font-weight: bold;
}
.i-guide-box .list li .text-box .con{
	font-size: 16px;
	color: #999;
	line-height: 28px;
	margin:10px 0 0;
	font-weight: bold;
	height: 56px;
	overflow: hidden;
}
.i-guide-box .list li .shadow img{
	display: block;
}
.i-news-box{
	padding:80px 0 100px;
}
.i-news-box .i-news{
	margin:70px 0 0;
	font-size: 0;
}
.i-news-box .i-news img{
	width: 100%;
}
.i-news-box .i-news .item{
	width: 426px;
	display: inline-block;
	*display: inline;
	zoom:1;
}
.i-news-box .i-news .item .con-box{
	padding:10px 0;
	border-right: 1px solid #ccc;
}
.i-news-box .i-news .item1 .con-box{
	padding-right: 80px;
}
.i-news-box .i-news .item2 .con-box{
	padding:10px 40px;
}
.i-news-box .i-news .item3 .con-box{
	padding-left: 80px;
	border:none;
}
.i-news-box .i-news a{
	display: block;
}
.i-news-box .i-news .time{
	font-size: 14px;
	color: #454545;
	font-weight: bold;
	font-family: "AVENIRNEXTLTPRO-BOLD";
	margin-top: 10px;
}
.i-news-box .i-news .con{
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin:10px 0 0;
	height: 48px;
	overflow: hidden;
}
/************welcome end************/
.sub-banner{
	width: 100%;
	height: 500px;
	background-position:top center;
	background-repeat: no-repeat;
	min-width: 1280px;
}
.sub-banner .view{
	height: 100%;
}
.bread-box{
	font-size: 0;
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}
.bread{
	padding-left: 25px;
	background:url(../img/bread.png) no-repeat left center;
}
.bread a,
.bread span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 14px;
	color: #666;
}
.bread span{
	font-family: Simsun;
	margin:0 5px;
}
.sub-banner .text{
	position: absolute;
	left: 0;
	top:50%;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 118px;
	margin-top: -59px;
}
.sub-banner .text .en{
	font-size: 77px;
	color: #fff;
	text-transform: uppercase;
	line-height: 78px;
	font-family: 'economica';
}
.sub-banner .text .cn{
	font-size: 29px;
	line-height: 40px;
	font-weight: bold;
}
.sub-banner .sub-nav{
	position: absolute;
	left:0;
	bottom:0;
	height: 65px;
	width: 100%;
	font-size: 0;
}
.sub-banner .about-nav a{
	width: 33.33%;
}
.sub-banner .rectuit-nav a{
	width: 50%;
}
.sub-banner .sub-nav a{
	display: inline-block;
	*display: inline;
	zoom:1;
	height: 65px;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	background:#efefef;
	position: relative;
	text-align: center;
	line-height: 65px;
	transition:all .3s linear;
}
.sub-banner .sub-nav a span{
	display: block;
	position: relative;
	z-index: 30;
}
.sub-banner .sub-nav a i{
	position: absolute;
	right: 0;
	top:0;
	width: 1px;
	height: 100%;
	background:#e0e0e0;
}
.sub-banner .sub-nav a b{
	position: absolute;
	left:0;
	top:0;
	width: 0;
	height: 100%;
	background: #00a13a;
	transition:all .25s linear;
}
.sub-banner .sub-nav a:hover,
.sub-banner .sub-nav a.cur{
	color: #fff;
}
.sub-banner .sub-nav a:hover b,
.sub-banner .sub-nav a.cur b{
	width: 100%;
}
.chairman-box{
	padding:90px 0 120px;
}
.chairman .img{
	float: left;
	width: 494px;
}
.chairman .img img{
	width: 100%;
}
.chairman .text-box{
	float: right;
	width: 730px;
	margin:35px 0 0;
}
.chairman .text-box h3{
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
}
.chairman .text-box .txt{
	font-size: 16px;
	color: #3a3a3a;
	line-height: 36px;
	margin:30px 0 0;
}
.chairman .text-box .sign{
	margin:30px 0 0;
	text-align: right;
	font-size: 14px;
	color: #666;
	
}
.chairman .text-box .sign img{
	margin-left: 15px;
}
/************chairman end************/
.about-box{
	padding:90px 0 110px;
}
.about-box .text-box{
	float: left;
	width: 710px;
}
.about-box .text-box h3{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.about-box .text-box .txt{
	font-size: 16px;
	line-height: 32px;
	margin:25px 0 0;
	color: #666;
}
.about-box .img{
	float: right;
	width: 383px;
	margin:80px 60px 0 0;
}
.about-box .img img{
	width: 100%;
}
.history-box{
	padding:45px 0 90px;
	background-repeat: no-repeat;
	background-position: top center;
}
.history-box h3{
	position: relative;
	font-size: 30px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
}
.history-box h3 .line{
	position: absolute;
	right: 0;
	top:50%;
	width: 1145px;
	height: 1px;
	background:#c3c1c2;
}
.history-box .history-top{
	margin:50px 0 0;
	width: 1025px;
	margin:50px auto 0;
	min-height: 200px;
}
.history-box .history-top .img{
	float: left;
	width: 280px;
	height: 200px;
	box-shadow: 0 0 15px #f3f3f3;
}
.history-box .history-top .img img{
	width: 100%;
}
.history-box .history-top .txt-box{
	float: right;
	width: 675px;
}
.history-box .history-top .txt-box h3{
	font-size: 42px;
	font-weight: bold;
	font-family: arial;
	color: #00a13a;
	line-height: 44px;
}
.history-box .history-top .txt-box .line{
	width: 18px;
	height: 3px;
	background:#00a13a;
	margin:15px 0 0;
}
.history-box .history-top .txt-box .txt{
	font-size: 16px;
	line-height: 28px;
	margin:15px 0 0;
	height: 112px;
	overflow: hidden;
	color: #666;
}
.history-box .history-top .prev,
.history-box .history-top .next{
	position: absolute;
	width: 48px;
	height: 48px;
	top:50%;
	margin-top:-24px;
	background-position: center;
	background-repeat: no-repeat;
	transition:all .3s linear;
}
.history-box .history-top .prev{
	left:-130px;
	background-image:url(../img/history-prev.png);
}
.history-box .history-top .next{
	right: -130px;
	background-image:url(../img/history-next.png);
}
.history-box .history-top .prev:hover{
	background-image:url(../img/history-prev2.png);
}
.history-box .history-top .next:hover{
	background-image:url(../img/history-next2.png);
}
.history-btns-wrap{
	position: relative;
	width: 100%;
	margin:60px 0 0;
	background-repeat:repeat-x;
	background-position: left 10px;
	background-image: url(../img/history-line.png);
}
.history-btns-wrap .first{
	position: absolute;
	left: 0;
	top:10px;
	width: 1px;
	height: 20px;
	background:url(../img/history-line2.png) no-repeat center;
}
.history-btns-wrap .history-btns{
	width: 1090px;
	margin:0 auto;
	overflow: hidden;
	height: 62px;
}
.history-btns-wrap .history-btns li{
	float: left;
	width: 64px;
	text-align: center;
	margin-right: 64px;
}
.history-btns-wrap .history-btns li a{
	display: block;
	font-size: 18px;
	font-family: arial;
	color: #a1a1a1;
	font-weight: bold;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: center 10px;
	background-image:url(../img/history-icon1.png);
	line-height: 20px;
	transition:all .3s linear;
}
.history-btns-wrap .history-btns li.cur a{
	color:#00a13a;
	background-image:url(../img/history-icon2.png);
	font-size: 20px;
	background-position: center 0;
	padding-top: 38px;
	line-height: 24px;
}
/************about end***********/
.culture-box{
	padding:135px 0 200px;
}
.culture-box .culture{
	width: 
}
.culture-box .culture .img{
	float: left;
	width: 383px;
	margin-left: 140px;
}
.culture-box .culture .img img{
	width: 100%;
}
.culture-box .culture .txt{
	float: right;
	width: 590px;
	margin:80px 100px 0 0;
	font-size: 16px;
	color: #999;
	line-height: 36px;
}
/*******culture end************/
.cfda-box{
	padding:45px 0 80px;
}
.cfda-box .cfda{
	overflow: hidden;
}
.cfda-box .cfda ul{
	width: 1308px;
}
.cfda-box li{
	float: left;
	margin:0 24px 24px 0;
	width:628px;
	
}
.cfda-box li .tit{
	font-size: 22px;
	color: #333;
	background:#e5e5e5;
	padding:10px 78px;
	font-weight: bold;
}
.cfda-box li .con{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding:35px 78px 25px;
	background:#faf9f9;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
}
.cfda-box li .con p{
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.cfda-box li .con p.name{
	background-image: url(../img/cfda-icon1.png);
}
.cfda-box li .con p.num{
	background-image: url(../img/cfda-icon2.png);
}
.cfda-box li .con p.date{
	background-image: url(../img/cfda-icon3.png);
}
.cfda-box li .img{
	height: 760px;
	border:1px solid #e7e7e7;
	border-top:none;
}
.cfda-box li .img img{
	width: 100%;
}
/***************cfda end*************/
.tech-box{
	padding:40px 0 90px;
}
.tech-box .tech-tit{
	text-align: center;
}
.tech-box .tech-tit .sm-tit{
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	font-weight: bold;
}
.tech-box .tech-tit .tit{
	font-size: 32px;
	color: #333333;
	line-height: 40px;
	font-weight: bold;
}
.tech-box .con{
	margin:30px 0 0;
}
.tech-box .con-box{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin:15px 0 0;
}
/***************tech end*********/
.global-box{
	padding:45px 0;
}
.global-box .global{
	border:1px solid #ccc;
	padding:60px 60px 40px;
	border-radius: 12px;
}
.global-box .global .con-box{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
/*********global end***********/
.product-nav a{
	width: 33.33%;
}
.news-nav a{
	width: 640px;
}
.product-box{
	padding:30px 0 40px;
	background:#fafafa;
}
.product-box li{
	margin-bottom: 15px;
	background:#fff;
}
.product-box li .text-box{
	float: left;
	width: 470px;
	margin:60px 0 0 95px;
}
.product-box li .text-box h3{
	font-size: 24px;
	color:#333;
	font-weight: bold;
}
.product-box li .text-box .line{
	width: 15px;
	height: 2px;
	background: #0ab247;
	margin:15px 0 0;
}
.product-box li .text-box .num{
	font-size: 16px;
	color:#666666;
	margin:10px 0 0;
}
.product-box li .text-box .con{
	margin:20px 0 0;
	font-size: 18px;
	line-height: 30px;
	color:#333;
}
.product-box a.more{
	display: inline-block;
    padding: 10px 24px 10px 50px;
    height: 21px;
    line-height: 21px;
    border: 2px dashed #c39a3e;
    font-size: 16px;
    color: #c39a3e;
    border-radius: 8px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-image: url(../img/auth-btn1.png);
    margin:30px 0 0;
    transition: all .15s linear;
}
.product-box a.more:hover{
    background-color: #00b335;
    border: 2px solid #00b335;
    color: #edeceb;
	background-image: url(../img/auth-btn2.png);
}
.product-box li .img{
	float: right;
	width: 675px;
	height: 439px;
}
.product-box li .img img{
	width: 100%;
}
.product-box .page{
	margin:50px 0 0;
}
/************product end************/
.productdtl-box{
	padding:0 0 60px;
	background:#fafafa;
}
.productdtl-box .productdtl{
	padding:55px 40px 40px;
	background:#fff;
}
.productdtl-box .productdtl .tab-box{
	border:1px solid #e5e5e5;
}
.productdtl-box .productdtl .left{
	float: left;
	width: 675px;
	height: 439px;
}
.productdtl-box .productdtl .left li{
	display: none;
}
.productdtl-box .productdtl .left img{
	width: 100%;
}
.productdtl-box .productdtl .right{
	float: right;
	width: 498px;
	margin-right: 25px;
	padding-top: 50px;
}
.productdtl-box .productdtl .right .top h3{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.productdtl-box .productdtl .right .line{
	width: 15px;
	height: 2px;
	background:#0ab247;
	margin:15px 0 0;
}
.productdtl-box .productdtl .right .num{
	font-size: 16px;
	line-height: 24px;
	margin:15px 0 0;
}
.productdtl-box .productdtl .right .con{
	font-size: 18px;
	line-height: 30px;
	margin:15px 0 0;
}
.productdtl-box .productdtl .thrumb{
	margin:55px 0 0;
	overflow: hidden;
}
.productdtl-box .productdtl .thrumb .wrap{
	width: 503px;
}
.productdtl-box .productdtl .thrumb a{
	position: relative;
	float: left;
	width: 120px;
	height: 78px;
	margin-right: 5px;
}
.productdtl-box .productdtl .thrumb img{
	width: 100%;
}
.productdtl-box .productdtl .thrumb a div{
	position: absolute;
	background:#e5e5e5;
}
.productdtl-box .productdtl .thrumb a .top,
.productdtl-box .productdtl .thrumb a .bottom{
	width: 100%;
	height:1px;
	
}
.productdtl-box .productdtl .thrumb a .top{
	top:0;
	left: 0;
}
.productdtl-box .productdtl .thrumb a .bottom{
	left:0;
	bottom:0;
}
.productdtl-box .productdtl .thrumb a .lt,
.productdtl-box .productdtl .thrumb a .rt{
	width: 1px;
	height: 100%;
}
.productdtl-box .productdtl .thrumb a .lt{
	left:0;
	top:0;
}
.productdtl-box .productdtl .thrumb a .rt{
	right:0;
	top:0;
}
.productdtl-box .productdtl .thrumb a.cur div{
	background:#d5a14a;
}
.productdtl-box .productdtl .thrumb a.cur .top,
.productdtl-box .productdtl .thrumb a.cur .bottom{
	height: 2px;
}
.productdtl-box .productdtl .thrumb a.cur .lt,
.productdtl-box .productdtl .thrumb a.cur .rt{
	width: 2px;
}
.productdtl-box .desc-box{
	margin:18px 0 0;
}
.productdtl-box .tit{
	padding:10px 40px;
	font-size: 20px;
	background:#b8af9f;
	color: #fff;
	line-height: 28px;
	font-weight: bold;
}
.productdtl-box .tit span{
	font-size: 16px;
	margin-left: 30px;
	font-weight: normal;
}
.productdtl-box .desc-box .desc-table{
	border:1px solid #f1efec;
}
.productdtl-box .desc-box .desc-table td{
	background:#fdfdfd;
	padding:15px 0;
	font-size: 16px;
	color: #333;
	padding-left: 40px;
}
.productdtl-box .desc-box .desc-table td.on{
	width: 20%;
}
.productdtl-box .desc-box .desc-table td.gray{
	background:#f7f7f7;
}
.productdtl-box .standard-box{
	margin:20px 0 0;
}
.standard-box .standard{
	border:1px solid #e5e5e5;
	height: 630px;
}
.standard-box .bd{
	width: 540px;
	margin:0 auto;
}
.standard-box .bd img{
	width: 100%;
}
.standard-box .prev,
.standard-box .next{
	position: absolute;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	top:50%;
	margin-top: -24px;
	transition:all .3s linear;
}
.standard-box .prev{
	background-image: url(../img/standard-prev.png);
	left: 70px;
}
.standard-box .next{
	background-image: url(../img/standard-next.png);
	right: 70px;
}
.standard-box .prev:hover{
	background-image: url(../img/standard-prev2.png);
}
.standard-box .next:hover{
	background-image: url(../img/standard-next2.png);
}
/**************productdtl end****************/
.prohistory-box{
	padding:50px 0 60px;
}
.prohistory-box .list li{
	border-bottom:1px dashed #dcdcdc;
	padding:35px 0;
}
.prohistory-box .list li a.time{
	font-size: 14px;
	color:#999999;
	font-weight: bold;
	font-family: "AVENIRNEXTLTPRO-BOLD";
	line-height: 32px;
	transition:all .3s linear;
}
.prohistory-box .list li a.con{
	width: 760px;
	font-size: 16px;
	color:#333;
	margin-left: 60px;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	transition:all .3s linear;
}
.prohistory-box .list li a.more{
	font-size: 14px;
	color: #666;
	font-family: "Agency FB";
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 16px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../img/index-more.png);
	transition:all .3s linear;
}
.prohistory-box .list li:hover .time{
	color: #00a13a;
}
.prohistory-box .list li:hover .con{
	color: #00a13a;
}
.prohistory-box .list li:hover .more{
	color: #00a13a;
	background-image: url(../img/index-more2.png);
}
.page{
	font-size: 0;
	text-align: center;
}
.page a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: 20px;
	color:#999;
	font-family: arial;
	font-weight: bold;
	margin:0 10px;
	vertical-align: top;
	line-height: 20px;
	transition:all .3s linear;
}
.page a.prev,
.page a.next{
	width: 10px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
}
.page a.prev{
	background-image: url(../img/page-prev.png);
}
.page a.next{
	background-image: url(../img/page-next.png);
}
.page a:hover,
.page a.active{
	color: #333;
}
.prohistory-box .page{
	margin:70px 0 0;
}
/***********prohistory end***********/
.team-box{
	padding:65px 0 100px;
}
.team-box .team{
	position: relative;
}
.team-box .team .list{
	border:1px solid #ccc;
}
.team-box .team .list li .item{
	float: left;
	width: 548px;
	padding:15px 45px;
}
.team-box .team .list .item.on{
	background:#f8f7f7;
}
.team-box .team h3{
	font-size: 17px;
	color:#333;
}
.team-box .team .con{
	font-size: 14px;
	color: #333;
	opacity: .8;
	filter: alpha(opacity=80);
}
.team-box .divide{
	position: absolute;
	left:50%;
	top:0;
	width: 1px;
	height: 100%;
	background:#ccc;
}
/********teem end**********/
.stockholder-box{
	padding:55px 0 125px;
}
.stockholder li{
	border:1px solid #dfdfdf;
	padding:20px 0;
	margin-bottom: 38px;
}
.stockholder .img{
	width: 415px;
	line-height: 105px;
	border-right: 1px dashed #cacaca;
}
.stockholder .img img{
	width: 100%;
}
.stockholder .text{
	font-size: 16px;
	color:#454545;
	line-height: 30px;
	padding:0 35px;
	width: 790px;
	line-height: 32px;
	margin:15px 0 0;
}
/**********stockholder end**********/
.yeast-nav a{
	width: 640px;
}
.yeast-box{
	padding:40px 0;
}
.yeast-box .yeast{
	background:#f5f5f5;
	border:1px solid #e5e5e5;
}
.yeast-box .yeast .top{
	padding:30px 50px;
	border-bottom:1px solid #dcdcdc;
}
.yeast-box .yeast .tit{
	font-size: 26px;
	color: #454545;
	line-height: 38px;
	font-weight: bold;
}
.yeast-box .yeast .desc{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin: 5px 0 0;
}
.yeast-box .yeast .bottom{
	padding:50px 50px 10px;
}
.yeast-box .yeast .list{
	margin:30px 0 0;
}
.yeast-box .yeast .list td{
	vertical-align: top;
	padding-bottom: 40px;
}
.yeast-box .yeast .list td .num{
	float: left;
	font-size: 16px;
	color: #fff;
	width: 26px;
	height: 32px;
	background-image: url(../img/yeast-num.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-family: "KaiTi";
	line-height: 28px;
}
.yeast-box .yeast .list td .txt{
	float: left;
	width: 520px;
	font-size: 16px;
	line-height: 28px;
	margin-left: 20px;
}
.research-box{
	/* margin:75px 0 0; */
}
.research-box .title{
	text-align: center;
	font-size: 26px;
	color: #454545;
	line-height: 40px;
	font-weight: bold;
}
.research-box .list{
	margin:30px 0 0;
}
.research-box .list li{
	padding:25px 30px;
	float: left;
	width: 365px;
	border: 1px solid #dbdbdb; 
    margin: 0 0 -1px -1px;
}
.research-box .list .con{
	float: left;
	font-size: 18px;
	color: #333;
	line-height: 34px;
	transition: all .3s linear;
}
.research-box .list .time{
	float: right;
	font-size: 12px;
	color: #666;
	line-height: 34px;
	font-weight: bold;
	transition: all .3s linear;
}
.research-box .list li:hover .con{
	color: #00b335;
}
.research-box .list li:hover .time{
	color: #00b335;
}
.research-box .list .page{
	margin:40px 0 0;
}
/************yeast end*************/
.company-box{
	padding:50px 0 70px;
}
.company-box .company{
	border:1px solid #dfdfdf;
}
.company-box .con-box{
	padding:40px 50px 30px;
	border-bottom:1px solid #dfdfdf;
}
.company-box .con-box.on{
	border:none;
}
.company-box .con-box h3{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.company-box .con-box .con{
	font-size: 16px;
	color: #333;
	line-height: 36px;
	margin:20px 0 0;
}
.company-box .con-box .con img{
	max-width: 100%;
}
/**************company end*************/
.mien-box{
	padding:50px 0 65px;
}
.banner2{
    position: relative;
    overflow: hidden;
    height: 580px;
}
.banner2 li{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
	width: 100%;
    height: 100%;
}
.banner2 .text{
	padding:0 60px;
	width:1160px;
	height:36px;
	position: absolute;
	left:0;
	bottom:0;
	background: url(../img/black.png);
	line-height: 36px;
	padding:20px 60px;
	font-size: 14px;
	color: #fefefe;
}
.banner2 .total-box{
	position: absolute;
	right: 60px;
	bottom:22px;
	width: 140px;
}
.banner2 .total-box .cur-index{
	float: left;
	font-size: 18px;
	color: #fff;
	font-family: arial;
	margin:0 20px;
}
.banner2 .btns{
    font-size: 0;
}
.banner2 .ban-prev,
.banner2 .ban-next{
	float: left;
	width:34px;
	height:34px;
	background-position: center;
	background-repeat: no-repeat;
	transition:all .3s linear;
}
.banner2 .ban-prev{
	background-image: url(../img/mien-prev.png);
}
.banner2 .ban-next{
	background-image: url(../img/mien-next.png);
}
.banner2 .ban-prev:hover{
	background-image: url(../img/mien-prev2.png);
}
.banner2 .ban-next:hover{
	background-image: url(../img/mien-next2.png);
}
/************mien end*********/
.news-box{
	padding:90px 0;
	overflow: hidden;
}

.news-box li{
	margin-top: 40px;
}
.news-box li:first-child{
	margin-top: 0;
}
.news-box li a{
	display: block;
}
.news-box li .img{
	overflow: hidden;
	float: left;
	width: 415px;
}
.news-box li img{
	width: 100%;
	transition:all .3s linear;
}
.news-box .text-box{
	/* padding:30px;
	border:1px solid #dbdbdb; */
	width: 810px;
	float: right;
}
.news-box .tit-box .tit{
	/* float: left;
	width: 270px; */
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.news-box .tit-box .time{
	/* float: right; */
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}
.news-box .con{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin:10px 0 0;
}
.news-box .more{
	display: inline-block;
	font-size: 16px;
    font-family: "Agency FB";
    color: #00a13a;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 16px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url('../img/index-more2.png');
    line-height: 16px;
    margin: 40px 0 0;
}
.news-box li:hover img{
	transform:scale(1.1);
}
.news-box .page{
	margin:80px 0 0;
}
/************news end************/
.recruit-box{
	padding:40px 0 115px;
}
.recruit-box .recruit{
	overflow: hidden;
}
.recruit-box ul{
	width: 1305px;
}
.recruit-box li{
	float: left;
	width: 350px;
	margin:0 25px 25px 0;
	background:#f4f4f4;
	padding:40px 30px;
	transition:all .3s linear;
}
.recruit-box li .tit-box{
	padding-bottom: 10px;
	border-bottom:1px solid #bababa;
	transition:all .3s linear;
}
.recruit-box li .tit-box .tit{
	float: left;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	transition:all .3s linear;
}
.recruit-box li .tit-box .time{
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 30px;
	transition:all .3s linear;
}
.recruit-box li .require{
	margin:20px 0 0;
}
.recruit-box li .require h3{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	font-weight: bold;
	transition:all .3s linear;
}
.recruit-box li .require .con{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin:8px 0 0;
	height: 80px;
	overflow: hidden;
	transition:all .3s linear;
}
.recruit-box li .more{
	display: block;
	width: 70px;
	padding-left: 30px;
	height: 30px;
	border:1px solid #666;
	line-height: 30px;
	font-size: 14px;
	font-family: "Agency FB";
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 65px center;
	background-image: url(../img/recruit-more.png);
	border-radius: 8px;
	margin:35px 0 0;
	transition:all .3s linear;
}
.recruit-box li:hover{
	background:#19aa4d;
}
.recruit-box li:hover .tit-box{
	border-color: #fff;
}
.recruit-box li:hover .tit-box .tit{
	color: #fff;
}
.recruit-box li:hover .tit-box .time{
	color: #fff;
}
.recruit-box li:hover .require h3{
	color: #fff;
}
.recruit-box li:hover .require .con{
	color: #fff;
}
.recruit-box li:hover .more{
	background-color: #fafafa;
	border-color: #fafafa;
}
.recruit-box .page{
	*margin-top: 25px;
}
.recruit-wrap{
	position: relative;
	z-index: 30;
}
.recruit-black{
	position: fixed;
	top:0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	filter: alpha(opacity=40);
}
.recruit-main{
	position: fixed;
	top:50%;
	left:50%;
	width: 800px;
	height: 600px;
	padding:25px 45px;
	z-index: 30;
	background:#fff;
	margin:-300px 0 0 -445px;
}
.recruit-main h3{
	text-align: center;
	font-size: 28px;
	color: #00a13a;
	font-weight: bold;
}
.recruit-main .limit-box{
	padding:20px 0;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	margin:15px 0 0;
}
.recruit-main .limit-box .item{
	float: left;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	margin-right: 30px;
	
}
.recruit-main .limit-box .item span{
	color: #999;
}
.recruit-main .con-box{
	font-family: "Microsoft Yahei";
	margin:15px 0 0;
	height: 320px;
}
.recruit-main .con-box .tit{
	font-size: 14px;
	color: #454545;
	margin-bottom: 5px;
}
.recruit-main .con-box .con{
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	margin-bottom: 25px;
}
.recruit-main .line{
	width: 100%;
	height: 1px;
	background:#efefef;
	margin:40px 0 0;
}
.recruit-main .apply{
	display: block;
	font-size: 14px;
	color: #fff;
	width: 140px;
	height: 32px;
	background:#00a13a;
	border-radius: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
	margin:40px auto 0;
}
.recruit-main .close{
	position: absolute;
    right: 40px;
    top: 40px;
    width: 20px;
    height: 20px;
    background-image: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    transition:all .3s linear;
}
.recruit-main .close:hover{
	background-image: url(../img/close2.png);
}
.recruit-wrap{
	display: none;
}
/*************recruit end*************/
.director-box{
	position: relative;
	z-index: 50;
}
.director-box li{
	position: relative;
	padding:65px 0;
	border-bottom:1px dashed #737373;
}
.director-box li.on{
	border-bottom:none;
}
.director-box li.cur{
	z-index: 30;
}
.director-box li .name{
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
}
.director-box li .staff{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.director-box li .experience{
	margin:30px 0 0;
	height: 246px;
	overflow: hidden;
}
.director-box li .experience .tit{
	font-size: 18px;
	color: #333;
	line-height: 26px;
	font-weight: bold;
}
.director-box li .experience .con{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin:10px 0 0;
}
.director-box li .more-btn{
	text-align: right;
}
.director-box li .more{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: 14px;
	color: #666;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 20px;
	font-family: "Microsoft Yahei";
	background-image: url(../img/recruit-more.png);
	transition:all .3s linear;
}
.director-box li .more:hover{
	color: #00a13a;
	background-image: url(../img/recruit-more2.png);
}
.director-wrap{
	position: absolute;
	z-index: 30;
	left:0;
	top:60px;
	width: 100%;
	display: none;
}
.director-black{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	filter: alpha(opacity=40);
}
.director-main{
	position: absolute;
	width: 1160px;
	left:50%;
	top:0;
	margin-left: -640px;
	padding:60px;
	background:#fff;
	z-index: 50;
}
.director-main .img{
	width: 270px;
	float: left;
}
.director-main .img img{
	width: 100%;
}
.director-main .right{
	float: right;
	width: 820px;
}
.director-main .right .item{
	margin-bottom: 20px;
}
.director-main .right .name{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
}
.director-main .right .staff{
	font-size: 14px;
	color: #666;
}
.director-main .right .list{
	margin-top: 35px;
}
.director-main .right .tit{
	position: relative;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	border-bottom:1px dashed #777777;
	padding-bottom: 15px;
}
.director-main .right .tit i{
	position: absolute;
	left:0;
	bottom:-1px;
	*bottom:4px;
	width: 70px;
	height: 3px;
	background:#d1b993;
}
.director-main .right .item .con{
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	margin:20px 0 0;
}
.director-main .close{
	position: absolute;
	right: 60px;
	top:60px;
	width: 20px;
	height: 20px;
	background-image: url(../img/close.png);
	background-position: center;
	background-repeat: no-repeat;
	transition:all .3s linear;
}
.director-main .close:hover{
	background-image: url(../img/close2.png);
}
.director-main.on .img{
	display: none;
}
.director-main.on .right{
	float: none;
	width: 100%;
}
/***********director end************/
.contact-icon-box{
	/* padding:60px 0; */
	width: 280px;
	position: absolute;
	left: 50%;
	margin-left: 360px;
	top: 50%;
	margin-top: -223px;
}
.contact-icon-box .view{
	font-size: 0;
}
.contact-icon-box .item{
	display: inline-block;
	*display: inline;
	zoom:1;
	background-repeat: no-repeat;
	background-position: 30px center;
	width:160px;
	padding: 20px 0 20px 110px;
	margin-top: 10px;
	background-color: #fff;
}
.contact-icon-box .item:first-child{
	margin-top: 0;
}
.contact-icon-box .item.tel{
	background-image: url(../img/contact-icon1.png);
}
.contact-icon-box .item.fax{
	background-image: url(../img/contact-icon2.png);
}
.contact-icon-box .item.post{
	background-image: url(../img/contact-icon3.png);
}
.contact-icon-box .item.mail{
	background-image: url(../img/contact-icon4.png);
}
.contact-icon-box .item .tit{
	font-size: 18px;
	font-weight: bold;
}
.contact-icon-box .con{
	font-size: 14px;
	color:#999;
}
.map-box{
	min-width: 1200px;
}
.map-box .map{
	height: 755px;
	min-width: 1280px;
}
.map-box .position-box{
	position: absolute;
	top:50%;
	left: 50%;
	width: 360px;
	height: 420px;
	margin:-210px 0 0 -640px;
	background:#fff;
}
.map-box .position-box .img img{
	width: 100%;
}
.map-box .position-box .img i{
	position: absolute;
	left:50%;
	bottom:-30px;
	width: 59px;
	height: 59px;
	background:url(../img/position.png) no-repeat center;
	margin-left: -30px;
}
.map-box .position-box .text-box{
	padding:35px 20px 25px;
}
.map-box .position-box .text-box .name{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	font-family: "Microsoft Yahei";
}
.map-box .position-box .text-box .address{
	font-size: 14px;
	color:#999;
	font-family: "Microsoft Yahei";
}
/**********contact end***********/
.recruitdtl-box{
	padding:40px 0 115px;
	background: #fafafa;
}

#spred {
  color: #F00;
}

.joinus_tb {
  border: 1px solid #E2E2E2;
  border-width: 0 0 1px 1px;
}

.joinus_tb tr td {
  padding: 5px;
  border: 1px solid #E2E2E2;
  border-width: 1px 1px 0 0;
  font-size: 14px;
}

.joinus_tb input[type=text] {
	float: left;
  width: 150px;
  height: 20px;
  padding: 5px;
  line-height: 18px;
  color: #666;
  border: 1px solid #dddddd;
  box-shadow: 2px 2px 2px #f4f4f4 inset;
  background: transparent;
}
.joinus_tb img{
	float: left;
}
.joinus_tb .error {
  width: 150px;
  height: 18px;
  padding: 5px;
  line-height: 18px;
  color: #666;
  border: 1px solid #D70128;
  box-shadow: 2px 2px 2px #f4f4f4 inset;
  background: #fff;
}

.hr-sub {
  width: 100px;
  height: 32px;
  border-radius: 3px;
  background-color: #3caaf9;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: none;
}

.joinus_tb .gender,
.joinus_tb .marry,
.joinus_tb .culture {
  width: 160px;
  background: transparent;
  border:1px solid #ddd;
  height: 30px;
}

.joinus_tb .resume {
  width: 93%;
  height: 200px;
  resize: none;
  outline: none;
  background: transparent;
}

.joinus_tb td {
  color: #888;
}
.joinus_tb td.submit {
  text-align: center;
  padding: 20px 0;
}
.joinus_tb td.submit input {
  width: 100px;
  height: 38px;
  background: #00b335;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #00b335;
  color: #fff;
  font-size: 14px;
  box-shadow: none;
  transition:all .3s linear;
}

.joinus_tb td.submit input:hover {
  background: #fff;
  color:#00b335;
}

/**********jobdtl end*********/
.news-detail-box{
	width:100%;
	padding:100px 0;
	background:#fafafa;
}
.news-detail-box .left{
	float: left;
	width: 40px;
	margin-top: 170px;
}
.news-detail-box .left .tit{
	font-size: 16px;
	color: #666;
	line-height: 26px;
}
.news-detail-box .left .share-box{
	margin-top: 15px;
	padding: 0;
}
.news-detail-box .left .share-box a{
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	margin: 0 0 10px;
}
.news-detail-box .left .share-box .bds_weixin{
	background-image: url('../img/news-icon1.png');
}
.news-detail-box .left .share-box .bds_sqq{
	background-image: url('../img/news-icon2.png');
}
.news-detail-box .left .share-box .bds_tsina{
	background-image: url('../img/news-icon3.png');
}
.news-detail-box .middle{
	width: 720px;
	margin-left: 110px;
	float: left;
}
.news-detail-box .wrap{
	width:1070px;
	padding:75px 65px 80px;
	background: #fff;
}

.news-detail-box .detail-tit{
	color:#333;
	line-height: 58px;
}

.news-detail-box h2{
	font-size: 48px;
	line-height: 58px;
    color: #333;
}

.detail-tit div{
	font-size: 0;
	line-height: 28px;
	margin-top: 40px;
}
.detail-tit div span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 18px;
	line-height: 28px;
	margin-right: 25px;
	color: #666666;
}

.detail-content{
	margin-top:30px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 16px;
	color:#666;
	line-height: 26px;
}

.detail-content img{
	margin-top:40px;
	max-width: 100%;
}

.page-box{
	margin:35px auto 0;
}

.page-box a{
	color:#333;
	font-size: 14px;
}

.page-box a:hover{
	color:#00b335;
}

.detail-page a{
	display: block;
}

.page-box .back{
	width:122px;
	height:36px;
	background: #00b335;
	color:#fff;
	border:1px solid #00b335;
	border-radius: 4px;
	text-align: center;
	line-height: 36px;
	transition:all .3s linear;
}

.page-box .back:hover{
	color:#00b335;
	background: #fff;
}
.news-detail-box .right{
	float: right;
	width: 275px;
	margin-top: 170px;
}
.news-detail-box .right .tit{
	font-size: 24px;
	line-height: 34px;
	color: #333;
}
.news-detail-box .right .list{
	margin-top: 20px;
}
.news-detail-box .right .list a{
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px;
}
.news-detail-box .right .list a span{
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background-color: #999;
	border-radius: 100%;
}

.news-detail-box .right .list a:hover{
	color: #00a13a;
}
.news-detail-box .right .list a:hover span{
	background-color: #00a13a;
}
/**********newsdtl end***********/
.vision-box .detail-content{
	border-bottom:none;
}