/*首页*/
.header{
	height: 160px;
	width: 100%;
	min-width: 1200px;
	background: #009678;
}
.w1200{
	width: 1200px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.h_top{
	height: 120px;
	border-bottom: 1px solid #fff;
}
.logo{
	width: 179px;
	height: 47px;
	overflow: hidden;
	margin-top: 36px;
	margin-left: 10px;
}
.h_name h1{
	line-height: 47px;
	margin-top: 36px;
	font-size: 32px;
	color: #fff;
	margin-left: 24px;
}
    .h_name h1.h_name_en {
        font-size:24px;
    }
.swit_language a,.swit_language span{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-top: 50px;
}
.swit_language a.on{
	color: #fbc800;
}
.h_nav{
	height: 40px;
}
.h_nav ul li{
	width: 171px;
	float: left;
	height: 40px;
}
.h_nav ul li a{
	display: block;
	height: 40px;
	width: 171px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}
.h_nav ul li.on a{
	background: #fff;
	color: #092942;
}
.h_nav ul li:hover a{
	background: #fff;
	color: #092942;
}
.banner{
	width:100%;
	min-width:1200px;
}
.banner img{
	display: block;
	padding: 0;
	margin: 0;
	max-width: 100%;
}
.index-box01{
	width:100%;
	min-width:1200px;
	background: #dedede;
}
.ibox01-top{
	width:100%;
	min-width:1200px;
	background: url(../images/ibox01-bg.jpg) no-repeat center top;
}
.ibox01-tit h3{
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin-top: 45px;
	margin-bottom: 19px;
}
.ibox01-tit h3 span{
	color: #fbc800;
}
.ibox01-div{
	width: 1200px;
	height: 500px;
	background: url(../images/about-bg.png) no-repeat right top;
}
.about-img{
	width: 607px;
	height: 408px;
	margin-top: 50px;
}
.about-intro{
	margin-right: 50px;
	margin-top: 50px;
	background: #fff;
	overflow: hidden;
	width: 500px;
	height: 400px;
	padding: 20px;
}
.about-intro p{
	font-size: 16px;
	color: #333;
	text-indent: 2em;
	line-height: 1.62em;
}
.about-intro a{
	width: 60px;
	height: 20px;
	display: block;
	margin: 10px auto 0 auto;
	border-radius: 3px;
	border: 1px solid #009678;
	font-size: 12px;
	color: #009678;
	text-align: center;
	line-height: 16px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.about-intro a:hover{
	font-weight: bold;
}
.ibox01-bottom ul{
	margin-top: 20px;
	margin-bottom: 50px;
	clear: both;
	overflow: hidden;
}
.ibox01-bottom ul li{
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	position: relative;
	width: 380px;
	height: 240px;
}
.ibox01-bottom ul li p{
	width: 380px;
	height: 240px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 240px;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	
}
.ibox01-bottom ul li:hover p{
	opacity: 1;
	filter:alpha(opacity=100);
}
.index-box02{
	width: 100%;
	min-width: 1200px;
	height: 800px;
	background: url(../images/ibox02-bg.jpg) no-repeat center top;
}
.ibox02-tit h3{
	font-size: 24px;
	color: #fbc800;
	text-align: center;
	font-weight: normal;
	margin-top: 45px;
	margin-bottom: 19px;
}
.ibox02-tit h3 span{
	color: #009678;
}
.iproduct ul{
	clear: both;
	overflow: hidden;
}
.iproduct ul li{
	margin-left: 30px;
	margin-bottom: 25px;
	width: 360px;
	float: left;
	
}
.iproduct ul li a{
	display: block;
	width: 360px;
	height: 240px;
	box-shadow: 5px 5px 10px #666;
}
.iproduct ul li p{
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	color: #009678;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.iproduct ul li:hover p{
	font-size: 22px;
}
.iproduct .more{
	width: 60px;
	height: 20px;
	display: block;
	margin: 10px auto 0 auto;
	border-radius: 3px;
	border: 1px solid #009678;
	font-size: 12px;
	color: #009678;
	text-align: center;
	line-height: 16px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.iproduct .more:hover{
	font-weight: bold;
}
.footer{
	height: 200px;
	width: 100%;
	min-width: 1200px;
	background: #009678;
}
.foot_top{
	height: 160px;
}
.foot_top ul{
	margin-top: 60px;
	clear: both;
	overflow: hidden;
}
.foot_top ul li{
	width: 171px;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.foot_top ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
}
.foot_copy{
	width: 100%;
	min-width: 1200px;
	height: 40px;
	border-top: 1px solid #fff;
}
.foot_copy p{
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 39px;
	text-transform: uppercase;
}
.foot_copy p a{
	color: #fff;
}
/*公司概况*/
.pagebanner{
	width: 100%;
	min-width: 1200px;
}
.pagebanner img{
	display: block;
	max-width: 100%;
}
.about-tit{
	margin-top: 50px;
}
.about-tit h3{
	display: inline-block;
	height: 50px;
	width: 150px;
	background: url(../images/about-tit-bg.png) no-repeat left center;
	line-height: 50px;
	text-align: left;
}
.about-tit h3 span{
	font-size: 18px;
	color: #fff;
	margin-left: 19px;
}
.about-tit h3 label{
	font-size: 20px;
	color: #333;
	margin-left: 25px;
}
.en_about-tit h3 label {
    font-size: 18px;
	color: #333;
	margin-left: 20px;
}
.abox01-div{
	clear: both;
	overflow: hidden;
}
.abox01-fl{
	width: 490px;
	padding: 20px 0;
}
.abox01-fl p{
	font-size: 18px;
	color: #333;
	line-height: 1.6em;
	text-indent: 2em;
}
.abox01-fl h6{
	font-size: 18px;
	color: #333;
	line-height: 1.6em;
}
.about-box02{
	width: 100%;
	min-width: 1200px;
	min-height: 700px;
	background: #ebebeb;
	margin-top: 42px;
}
.about-right{
	text-align: right;
}
.abox02-div{
	margin-top: 20px;
	margin-bottom: 50px;
}
.slide-div{
	width: 1200px;
	height: 320px;
	overflow: hidden;
	margin-top: 30px;
}
.slide-div a.btn-slide{
	display: block;
	width: 15px;
	height: 50px;
	margin-top: 110px;
}
.slide-box{
	width: 1140px;
	height: 320px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 15px;
}
.slide-box ul{
	position: absolute;
	left: 0;
	top: 0;
	width: 14440000px;
}
.slide-box ul li{
	width: 362px;
	height: 320px;
	margin-left: 9px;
	margin-right: 9px;
	float: left;
}
.slide-box ul li a{
	display: block;
	width: 362px;
	height: 272px;
	border: 1px solid #e2e2e2;
	box-shadow: 0px 5px 5px #999;
}
.slide-box ul li p{
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #666666;
}
.history-div{
	padding-bottom: 20px;
	background: url(../images/circle.png) no-repeat 590px bottom;
	margin-bottom: 50px;
	margin-top: 25px;
}
.history-div ul{
	background: url(../images/circle.png) no-repeat 590px top;
}
.history-div ul li{
	clear: both;
	overflow: hidden;
	height: 141px;
}
.history-con{
	width: 590px;
	
}
.his-li-even .history-con{
	float: left;
}
.his-li-odd .history-con{
	float: right;
}
.hcon-p{
	width: 226px;
	height: 141px;
	overflow-y: auto;
}
.his-li-even .hcon-p{
	float: left;
	border-right: 1px solid #999;
	padding: 5px 10px 10px 0;
}
.his-li-odd .hcon-p{
	float: right;
	border-left: 1px solid #999;
	padding: 5px 0 10px 10px;
}
.hcon-p p{
	font-size: 14px;
	color: #666;
	text-indent: 2em;
}
.history-con h5{
	max-width: 316px;
	font-size: 18px;
	color: #666;
	height: 40px;
	line-height: 40px;
	margin-top: 52px;
}
.his-li-even .history-con h5{
	float: left;
	margin-left: 20px;
}
.his-li-odd .history-con h5{
	float: right;
	margin-right: 20px;
}
.history-date{
	width: 309px;
	height: 141px;
}
.his-li-even .history-date{
	background: url(../images/right-bg.png) no-repeat left center;
	float: left;
}
.his-li-odd .history-date{
	margin-right: 2px;
	background: url(../images/left-bg.png) no-repeat right center;
	float: right;
}
.history-date span{
	display: inline-block;
	line-height: 141px;
	font-size: 40px;
	color: #666;
	margin-left: 52px;
}
.his-li-odd .history-date span{
	float: right;
	margin-right: 52px;
}
.his-li-even .hdate-div{
	display: inline-block;
	margin-left: 115px;
}
.his-li-odd .hdate-div{
	margin-right: 70px;
	margin-left: 20px;
	margin-top: 40px;
}
.hdate-div strong{
	width: 88px;
	text-align: center;
	display: block;
	font-size: 20px;
	color: #fff;
}
.hdate-div label{
	font-size: 16px;
	color: #fff;
	width: 88px;
	text-align: center;
	display: block;
}
/*产品中心*/
.product-div{
	clear: both;
	overflow: hidden;
	width: 1200px;
	margin: 50px auto;
}
.pro_category{
	width: 240px;
}
.pro_category h3{
	height: 50px;
	line-height: 50px;
	background: #009678;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.pro_category ul li{
	padding: 0 20px;
	height: 51px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.pro_category ul li a{
	display: block;
	line-height: 51px;
	border-bottom: 1px dashed #999;
	padding-left: 20px;
	font-size: 18px;
	color: #666;
}
.pro_category ul li:hover a{
	border-bottom: 1px dashed #009678;
	color: #009678;
}
.pro_category ul li.on a{
	border-bottom: 1px dashed #009678;
	color: #009678;
    font-weight:bold;
}
.productlist{
	width: 960px;
}
.productlist ul{
	clear: both;
	overflow: hidden;
	padding-top: 2px;
}
.productlist ul li{
	width: 300px;
	height: 230px;
	margin-left: 19px;
	margin-bottom: 20px;
	float: left;
}
.productlist ul li img {
    max-width:100%;
}
.productlist ul li a{
	display: block;
	width: 300px;
	height: 200px;
	box-shadow: 0px 0px 5px #999;
}
.productlist ul li:hover a {
    box-shadow:0px 0px 5px #009678;
}
.productlist ul li p{
	height: 30px;
	font-size: 18px;
	color: #999999;
	text-align: center;
	padding-top: 12px;
}
.paging{
	text-align: right;
	margin-top: 20px;
}
.paging a{
	width: 25px;
	height: 25px;
	font-size: 14px;
	color: #666;
	display: inline-block;
	text-align: center;
	line-height: 25px;
    margin:0 3px;
}
.paging a.on{
	background: #009678;
	color: #fff;
}
.paging a:hover{
	background: #009678;
	color: #fff;
}
.paging a.prev,.paging a.next{
	background: #009678;
	color: #fff;
}
.paging a.disabled {
    background:#666;
}
/*生产能力*/
.main{
	padding-top: 20px;
	margin-bottom: 50px;
}
.productive-div{
	width: 1200px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	margin-top: 30px;
}
.productive-div h3{
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #009678;
}
.str_wrap {
	width: 1200px;
	overflow: hidden;
	//zoom:1;
	/*width: 100%;*/
	font-size: 12px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	/*background: #fff;*/
	white-space: nowrap;
	margin-left: 5px;
	float: left;
}

.str_wrap.str_active {
	background: #fff;
}

.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}

.str_move_clone {
	display: inline-block;
	//display:inline;
	//zoom:1;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}

.str_vertical .str_move_clone {
	left: 0;
	top: 100%;
}

.str_down .str_move_clone {
	left: 0;
	bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
	white-space: normal;
	width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
	cursor: inherit;
}

.str_wrap img {
	max-width: none !important;
}

.protive-slide ul li {
	margin-left: 25px;
	box-shadow: 0px 0px 10px #999;
	margin-top: 20px;
	display: inline-block;
}

.protive-slide ul li a {
	display: block;
	width: 360px;
	height: 240px;
	overflow: hidden;
}
/*解决方案*/
.solution{
	width: 1200px;
	clear: both;
	overflow: hidden;
	margin: 0 auto 50px auto;
}
.solution ul li{
	padding: 50px 0;
	border-bottom: 1px dashed #d0d0d0;
	clear: both;
	overflow: hidden;
}
.solution ul li a{
	display: block;
	padding: 0;
	margin: 0;
}
.solution-img{
	width: 400px;
	height: 200px;
	box-shadow: 2px 2px 3px #666;
}
.solution-con{
	width: 750px;
}
.solution-con h4{
	font-size: 24px;
	color: #009678;
	font-weight: bold;
	margin-top: 20px;
}
.solution-con h4 span{
	font-size: 14px;
	float: right;
	font-weight: normal;
	color: #666;
	margin-top: 12px;
}
.solution-con p{
	font-size: 18px;
	color: #666;
	text-indent: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.8em;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.solution ul li:hover p{
	color: #333;
}
.solution-con label{
	width: 120px;
	height: 40px;
	display: block;
	background: #009678;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	float: right;
}
/*应用案例*/
.caselist{
	width: 1200px;
	margin: 20px auto 50px auto;
	clear: both;
	overflow: hidden;
}
.caselist ul{
	clear: both;
	overflow: hidden;
	padding-left: 1px;
}
.caselist ul li{
	width: 380px;
	height: 250px;
	box-shadow: 0px 0px 2px #999;
	border-top: 2px solid #666;
	margin-top: 27px;
	float: left;
	margin-left: 28px;
	position: relative;
	overflow: hidden;
}
.caselist ul li img{
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.caselist ul li:hover img{
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
}
.uppop{
	width: 380px;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	background: rgba(0,0,0,0.6);
}
.uppop h5{
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}
.uppop p{
	font-size: 14px;
	color: #fff;
	text-indent: 2em;
}
.uppop p a{
	color: #009678;
}
.uppop p a:hover{
	color: #fff;
}
/*联系我们*/
.contact-tit{
	margin-top: 50px;
	margin-bottom: 25px;
}
.contact-tit h3{
	width: 150px;
	height: 50px;
	background: url(../images/about-tit-bg.png) no-repeat left top;
	line-height: 50px;
	font-size: 20px;
	color: #333333;
	padding-left: 50px;
}
.en_contact-tit h3 {
    font-size:18px;
    padding-left:45px;
}
.join-list table{
	width: 100%;
}
.join-list table th{
	font-size: 18px;
	color: #666666;
	text-align: left;
	font-weight: normal;
}
.join-list table td{
	font-size: 20px;
	color: #333;
	line-height: 40px;
}
.join-list table td.join_name{
	color: #009678;
}
.join-list table td a{
	width: 100px;
	height: 20px;
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 1px;
	background: #009678;
	float: right;
}
.contact-div{
	border: 2px solid #009678;
	padding: 20px 0;
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
.contact-fl{
	width: 599px;
	height: 148px;
	border-right: 2px dashed #009678;
	padding: 0 50px;
}
.contact-fl h4{
	font-size: 18px;
	color: #009678;
	font-weight: bold;
	line-height: 2em;
	margin-top: 5px;
}
.contact-fl p{
	font-size: 18px;
	color: #444;
	line-height: 2em;
}
.contact-fr{
	width: 590px;
	border-right: 0px;
}
/*招聘详情*/

.joinpage-wrap {
	width: 1200px;
	margin: 50px auto;
}

.joinpage-wrap h3 {
	height: 50px;
	line-height: 50px;
	background: #009678;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.joinpage {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	clear: both;
	overflow: hidden;
}

.joinpage-box01 {
	clear: both;
	overflow: hidden;
}

.join-box-con {
	width: 900px;
}

.join-box-con h4 {
	font-size: 24px;
	color: #009678;
}

.join-box-con p {
	font-size: 18px;
	color: #666;
	line-height: 1.8em;
}

.joinpage-box02 {
	margin-top: 50px;
}

.joinpage-box03 {
	margin-top: 50px;
}
/*详情页*/
.page{
	width: 1200px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.page-tit{
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #999999;
}
.page-tit h3{
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 1.6em;
}
.page-tit p{
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 10px;
}
.page-content{
	margin-top: 30px;
	margin-bottom: 50px;
}
.page-content p{
	font-size: 16px;
	color: #444;
	text-indent: 2em;
	line-height: 1.8em;
}
.page-content img{
	display: block;
	margin: 20px auto;
}
