﻿@charset 'utf-8';
body{
	width: 100%;
	overflow-x:hidden;
	font-family: "Microsoft YaHei"
}

.main_header{
	width: 100%;
	height: 104px;
	box-shadow: 0px 3px 5px #c8dae3;
	position: relative;
	z-index: 99;
}
.header{
	width: 1000px;
	height:auto;
	margin: 0 auto;

}
.logo{
	display: block;
	width: 227px;
	height: 95px;
	margin-top: 8px;
	float: left;
}
.header_right{
	width: 730px;
	height: auto;
	float: right;
}
.alibaba_box{
	float: right;
	overflow: hidden;
}
.search_box{
	width: 273px;
	height: auto;
	float: left;
	overflow: hidden;
	margin-top: 21px;
	margin-right: 7px;
}
.ie .search_box{
	width: 280px;
}
.search_box input{
	width: 240px;
	height: 23px;
	border: 1px #c7d1e2 solid;
	border-right: none;
	text-indent: 12px;
	float: left;
	font-size: 12px;

}
.search_box a{
	display: block;
	width: 27px;
	height: 27px;
	background: url(../images/glass.png) no-repeat center center #0067ac;
	float: left;
}
.nav{
	width: 730px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	padding-top: 16px;
}

.nav li{
	float: left;

}
.nav li a{
	text-decoration: none;
	color: #4a4a4a;
	font-size: 14px;
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 18px;
	margin-bottom: 12px;
}
.nav li a:hover{
	background: #80ce00;
	color: #fff;
	border-radius: 10px;
}
.nav li a.active_nav{
	background: #80ce00;
	color: #fff;
	border-radius: 10px;
}
.nav li.focus a{
	background: #80ce00;
	color: #fff;
	border-radius: 10px;
}
.nav li .level_2{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 170px;
	z-index: 9999;
	background:#80ce00;

}
.ie8 .nav li .level_2{
	background: #80ce00;
	filter:alpha(opacity=70);
}
.nav li .level_2 li{
	width: 140px;
	height: 40px;
	padding: 0 15px;
	margin: 0;
	border-bottom: 1px #fff solid;

}
.nav li .level_2 li:last-child{
	border: none;
}
.nav li .level_2 li:hover a{
	color: #fbc874;
	background: none;
}
.nav li .level_2 li a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	padding: 0;

}
.banner_box{
	width: 1920px;
	height: 600px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.banner{ width:1920px; height:600px; overflow:hidden;}
.banner img{
	display: block;
	margin: 0 auto;
}
.banner .d1 {
	width: 1920px;
	height: 600px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.banner .d2 {
	width: 80px;
	height: 30px;
	clear: both;
	position: absolute;
	z-index: 100;
	left: 970px;
	top: 550px;
}
.banner .d2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -96px;
	display: inline;
}
.banner .d2 li {
	width: 14px;
	height: 14px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/dian2.png) no-repeat center;
	float: left;
	margin: 0 5px;
	display: inline;
}
.banner .d2 li.nuw {
	background: url(../images/dian1.png) no-repeat center;
}
/*banner--end*/

.products_section{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
}
.products_section h1{
	margin: 0;
	font-size: 36px;
	color: #80ce00;
	font-family: "Arial";
	text-align: center;
}
.products_section span{
	text-align: center;
	display: block;
	font-size: 20px;
	color: #0067ac;
	font-weight:bold;
}
.pro_case{
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 56px;
}
.pro_case li{
	width: 244px;
	height: auto;
	float: left;
	margin-left: 8px;
	margin-left: 6px\9;
}
.pro_case li:nth-child(4n+1){
	margin-left: 0;
}
.pro_case li a img{
	display: block;
	width: 244px;
	height: 145px;
}
.pro_case li h2 {
	margin-top: 10px;
	margin-bottom: 0;
}
.pro_case li h2 a{
	font-size: 18px;
	color: #4a4a4a;
	text-decoration: none;
}
.pro_case li p{
	font-size: 14px;
	color: #7a7a7a;
	line-height: 26px;
	margin: 5px 0;

}
.sciende_section{
	width: 1680px;
	height: auto;
	position: relative;
	left: 50%;
	margin-left: -840px;
}
.science_pic{
	width: 1680px;
	height: auto;
	overflow: hidden;
}
.science_pic a{
	display: block;
	width: 840px;
	height: 477px;
	float: left;
}
.science_fonts{
	width: 1000px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}
.science_block{
	width: 479px;
	height: auto;
	overflow: hidden;
	float: left;
	border-bottom: 1px #e6e6e6 solid;
}
.sciende_section .science_block:last-child{
	margin-left: 21px;
}
.sciende_section .science_block:last-child a{
	background:url(../images/click_green.jpg) no-repeat left center;
}
.science_block a{
	font-size: 20px;
	color: #4a4a4a;
	font-weight: bold;
	display: block;
	height: 26px;
	background:url(../images/click_blue.jpg) no-repeat left center;
	text-indent: 37px;
	text-decoration: none;
	margin-top: 33px;
}
.science_block p{
	font-size: 14px;
	color: #7a7a7a;
	line-height: 22px;
}
.about_section{
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 77px;
	padding-bottom: 30px;
	border-bottom: 1px #e6e6e6 solid;
}
.company_block{
	width: 1000px;
	height: auto;
	overflow: hidden;
}
.conpany_font{
	width: 260px;
	height: 210px;
	background: #80ce00;
	padding: 40px 38px;
	float: left;
}
.conpany_font h1{
	font-size: 36px;
	font-family: "Arial";
	font-weight: bold;
	margin: 0;
	text-align: center;
	color: #fff;
}
.conpany_font span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.conpany_font p{
	height: 120px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	border-top: 1px #cceb99 solid;
	padding-top:15px;
}
.company_block a img{
	display: block;
	width: 664px;
	height: 290px;
	float: right;
}
.about_block{
	width: 1000px;
	height: auto;
	overflow: hidden;
}
.about_block a{
	display: block;
	width: 327px;
	height: 163px;
	float: left;
	position: relative;
	margin-right: 9px;
	margin-right: 6px\9;
	margin-top: 9px;
}
.about_block a:last-child{
	margin-right: 0;
}
.about_block a p{
	position: absolute;
	top: 66px;
	left: 28px;
	margin: 0;
	font-size: 18px;
	color: #259eef;
	font-weight: bold;
	height: 22px;
	background: url(../images/more_add.png) no-repeat left center;
	text-indent: 29px;
}

.news_section{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
	margin-top: 45px;
	margin-bottom: 60px;
}
.news_section h1{
	font-size: 20px;
	color: #4a4a4a;
	border-left: 2px #80ce00 solid;
	text-indent: 12px;
}
.news_section a{
	font-size: 16px;
	color: #4a4a4a;
	font-weight: bold;
	text-decoration: none;

}
.news_section a:hover{
	color: #80ce00;
}
.news_section a span{
	font-size: 12px;
	color: #838383;
	font-weight: normal;
	margin-left: 10px;
}
.news_section p{
	font-size: 14px;
	color: #838383;
	line-height: 26px;
}
.news_section p a{
	font-size: 12px;
	font-weight: normal;
	color: #80ce00;
}
.news_section a.more_news{
	width: 111px;
	height: 29px;
	border-radius: 20px;
	display: block;
	border: 2px #80ce00 solid;
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 29px;
	color: #80ce00;
}
.bottom{
	width: 100%;
	height: auto;
	border-top: 2px #259eef solid;
	background: #f6fbfd;
}
.main_bottom{
	width: 1000px;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
	margin-bottom: 15px;
}
.main_bottom ul{
	width: 709px;
	height: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	border-right: 1px #cddde3 solid;
	overflow: hidden;
	margin-top: 34px;
}
.main_bottom ul li{
	width: 139px;
	float: left;
}
.main_bottom ul li h1{
	font-size: 16px;
	color: #4a4a4a;
}
.main_bottom ul li a{
	display: block;
	font-size: 12px;
	color: #8f8f8f;
	text-decoration: none;
	line-height: 26px;
}
.main_bottom ul li a:hover{
	color: #259eef;
}
.contact_block{
	padding: 0 30px;
	width: 230px;
	height: auto;
	float: right;
	margin-top: 34px;
}
.contact_block h1{
	font-size: 16px;
	color: #4a4a4a;
}
.contact_block p{
	font-size: 12px;
	color: #8f8f8f;
	text-decoration: none;
	line-height: 26px;
	margin: 0;
}
.contact_block p a{
	margin-left: 5px;
}
.erweima_block{
	overflow: hidden;
	margin-top: 15px;
}
.erweima_block img{
	display: block;
	border:4px #fff solid;
	float: left;
	margin-left:15px;
	margin-left:7px\9;
}
.erweima_block img:nth-child(2n+1){
	margin-left: 0;
}
.footer{
	width: 100%;
	height: 109px;
	background: #9dbbcf;
}
.foot_main{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.foot_main p{
	float: left;
	font-size: 12px;
	color: #fff;
	margin-top: 24px;
}
.foot_main p:last-child{
	float: right;
}
.foot_main p a{
	text-decoration: none;
	color: #fff;
}
.foot_main p a:hover{
	text-decoration: underline;
}
/*index--end*/

.banner_in{
	width: 1920px;
	height: 368px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.banner_in img{
	display: block;
	margin: 0 auto;
}
.systerm_box{
	width: 1920px;
	height: 41px;
	background: #fff;
	background:rgba(255,255,255,0.6);
	filter:alpha(opacity=60);
	position: absolute;
	top: 0;
	left: 0;
}
.ie8 .systerm_box{
	filter:alpha(opacity=60);
}
.systerm_main{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/house.png) no-repeat 24px center;
	padding-left: 40px;

}
.systerm_main a{
	display: block;
	float: left;
	text-decoration: none;
	font-size: 12px;
	color: #999;
	line-height: 41px;
}
.menu_box{
	width: 100%;
	height:auto;
	/*background: #f0f5fa;
	border-bottom: 1px #e1ebf5 solid;*/
	background: url(../images/line.png) repeat-x;
	border-bottom: 1px #e1ebf5 solid;
}
.menu{
	width: 1000px;
	margin: 0 auto;
}
.menu_box .level_1{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.menu_box .level_1 li{
	float: left;

}
.menu_box .level_1 li a{
	display: block;
	height: 43px;
	background: url(../images/menu_bj.png) no-repeat 14px center;
	padding: 0 14px;
	line-height: 43px;
	text-decoration: none;
	font-size: 16px;
	color: #4a4a4a;
	text-indent:24px;
	margin-right: 2px;
	position: relative;
	cursor: pointer;
}
.menu_box .level_1 li a.active_menu{
	background:url(../images/menu_bj.png) no-repeat 14px center #0067ac;
	color: #fff;
}
.menu_box .level_1 li a.focus{
	background:url(../images/menu_bj.png) no-repeat 14px center #0067ac;
	color: #fff;
}
.menu_box .level_1 li a:hover{
	background:url(../images/menu_bj.png) no-repeat 14px center #0067ac;
	color: #fff;
}

.menu_box .accordion{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.menu_box .accordion li{
	float: left;
	width: 142px;

}
.menu_box .accordion li .link{
	display: block;
	height: 43px;
	/*background: url(../images/menu_bj.png) no-repeat 14px center;*/
	padding: 0 8px;
	line-height: 43px;
	text-decoration: none;
	font-size: 13px;
	color: #4a4a4a;
	/*text-indent:24px;*/
	margin-right: 2px;
	position: relative;
	cursor: pointer;
}
.menu_box .accordion li a.active_menu{
	background:url(../images/menu_bj.png) no-repeat 14px center #0067ac;
	color: #fff;
}
.menu_box .accordion li a:hover{
	background:#0067ac;
	color: #fff;
}
.menu_box .accordion li .submenu{
	width: 1000px;
	height: 40px;
	padding: 0;
	margin:0;
	list-style:none;
	display: none;

}
.menu_box .accordion li .submenu li{
	width: 140px;
	float: left;
	/*padding-left:20px;*/
    margin-top: 8px;
}
.menu_box .accordion li .submenu li a{
	text-decoration: none;
	font-size: 14px;
	color: #4a4a4a;
	/*line-height: 40px;*/
}
.menu_box .accordion li .submenu li a:hover{
	color: #80ce00;
	background:none;
}
.main_content{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 60px;
}
.main_content p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.main_content p strong{
	color: #333333;
}
.main_content p img{
	display: block;
	margin: 0 auto;
	padding-top: 10px;
}
/*factory--end*/

.employee_box{
	width: 1000px;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px;
}
.employee_box li{
	float: left;
	width: 230px;
	height: 160px;
	margin-left: 26px;
	margin-left: 19px\9;
	margin-bottom: 40px;
}
.employee_box li:nth-child(4n+1){
	margin-left: 0;
}
.certificate_box{
	width: 1000px;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px;
}
.certificate_box li{
	float: left;
	width: 214px;
	height:auto;
	padding: 5px;
	border: 3px #eeeeee solid;
	margin-left: 26px;
	margin-left: 19px\9;
	margin-bottom: 30px;
}
.certificate_box li:nth-child(4n+1){
	margin-left: 0;
}
.certificate_box li img{
	display: block;
}
.page_box{
	/*width: 170px;*/
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;

}
.page_box a{
	display: inline-block;
	/*display: block;*/
	width: 24px;
	height: 24px;
	border: 1px #d1dae4 solid;
	/*float: left;*/
	margin-left: 6px;
	text-decoration: none;
	color: #696969;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
}
.page_box a.current_page{
	background: #0067ac;
	border: 1px #0067ac solid;
	color: #fff;
}
.page_box a:hover{
	background: #0067ac;
	border: 1px #0067ac solid;
	color: #fff;
}
/*qualification--end*/

.product_box{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 23px;
}
.product_box li{
	width: 1000px;
	overflow: hidden;
	margin-bottom: 14px;
}
.pro_pic{
	width: 313px;
	height: 215px;
	display: block;
	float: left;
}
.pro_font{
	width: 653px;
	height: auto;
	float: left;
	padding-left: 24px;
	padding-right: 10px;
}
.product_box li:hover{
	background: #e5f0f7;
}
.pro_font a{
	display: block;
	font-size: 18px;
	color: #4a4a4a;
	text-decoration: none;
	font-weight: bold;
	margin: 15px 0;
}
.pro_font  p{
	margin: 0;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 22px;
	height: 90px;
	overflow: hidden;
}
.pro_font a.more{
	width: 111px;
	height: 29px;
	border-radius: 20px;
	display: block;
	border: 2px #80ce00 solid;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 29px;
	color: #80ce00;
}

.main_content h3{
	font-size: 16px;
	color: #0067ac;
	font-weight: normal;

}
.parameter{
	border-color: #000;
	font-size: 14px;
	color: #696969;
	line-height: 27px;
	text-indent: 10px;
}
/*products--end*/

.news_box{
	width: 1000px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}
.news_box li{
	width: 1000px;
	height: 102px;
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px #efefee solid;
	margin-bottom: 30px;
}
.news_pic{
	display: block;
	width: 164px;
	height: 102px;
	float: left;
}
.news_font{
	width: 810px;
	/*float: right;*/
}
.news_font a{
	font-size: 14px;
	color: #0067ac;
	text-decoration: none;
	line-height: 24px;

}
.news_font span{
	display: block;
	font-size: 13px;
	color: #8e8d8d;
	font-family: "Arial";
	margin-top: 5px;
	margin-bottom: 5px;
}
.news_font  p{
	font-size: 13px;
	line-height: 26px;
	margin: 0;
	height: 46px;
	overflow: hidden;
}
.news_font  p a{
	text-decoration: none;
	color: #0067ac;
}
.news_title{
	width: 1000px;
	height: auto;
	margin-top: 15px;
	border-bottom: 1px #efefee solid;
}
.news_title h2{
	font-size: 14px;
	color: #0067ac;
	text-align: center;
}
.news_title  span{
	display: block;
	text-align: center;
	font-size: 13px;
	color: #ababab;
}
.flip_news{
	width: 1000px;
	height: auto;
	overflow: hidden;
}
.flip_news p{
	float: left;
	margin-left: 110px;
	color: #bab7b7;
	margin-bottom: 0;
}
.flip_news p a{
	color: #bab7b7;
	text-decoration: none;
	margin-left: 5px;
}
.flip_news p a:hover{
	color: #80ce00;

}

.contact_box{
	width: 1000px;
	height: auto;
	overflow: hidden;
}
.contact_left{
	width: 425px;
	float: left;
}
.contact_left h3{
	margin-bottom: 0;
}
.contact_left p{
	margin: 0;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 26px;
}

.contact_right{
	width: 550px;
	float: left;
	overflow: hidden;
	padding-top: 35px;
}
.contact_right img{
	display: block;
	border:3px #e5e5e5 solid;
	padding: 7px;
	border-radius: 8px;
	margin-top: 37px;
}
.map{
	display: block;
	width: 1000px;
	height: 500px;
	border-radius: 8px;
	margin-top: 42px;
}

.feedback_box{
	width: 1000px;
	height: auto;
	overflow: hidden;
}
.feedback_box p span{
	color:#d1760b;
}
.feedback_form table {
	width: 1000px;
	margin-top: 10px;
}
.feedback_form label{
	width:72px;
	color: #808080;
	display: block;
	}
.feedback_form label span{
	color: #d1760b;
}
.feedback_form input{
	font-size: 14px;
	width: 410px;
	height: 28px;
	margin: 0;
	margin: 10px 0;
	padding: 0;
	color: #666666;
	border: 1px solid #dcdcdc;
	text-indent: 0px;
}
.feedback_form textarea {
	width: 900px;
	height: 145px;
	max-height: 260px;
	margin-top: 10px;
	resize: vertical;
	color: #666666;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	text-indent: 10px;
}
.feedback_form input:focus,.feedback textarea:focus {
	border-color: #b2b8c6;
	outline: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(174, 184, 198, .3);
}
.submit-box{
	width: 600px;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 82px;
}
.submit-box input{
	height: 36px;
	width: 80px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #0067ac;
	float: left;
	margin-right: 20px;
	border: none;
}
.submit-box input.reset{
	background: #a0a19f;
}

.demo{width:1000px;}
.demo ul{margin: 0;padding: 0;list-style:none;}
/*preview*/
#preview{width:640px;height:370px;padding:5px;zoom:1;overflow:hidden; margin-top: 20px;}
#spec-n1{float:left;width:500px;height:343px;border:1px solid #e6e6e6;overflow:hidden;background:#f6f6f6;position:relative;z-index:5;zoom:1;}
#spec-n1 .o-img{width:500px;height:343px;text-align:center;}

#spec-n1 img{max-width:720px;max-height:540px;_height:384px;}
#spec-n5{position:relative;float:right;width:102px;height:304px;padding:20px 0px;zoom:1}
#spec-list{width:102px;height:304px;overflow:hidden;}
#spec-list ul{height:102px;overflow:hidden;margin:0;}
#spec-list li{width:102px;height:78px;text-align:center;}
#spec-list img{border:1px solid #E8E8E8; border-radius: 2px;}
#spec-list .curr img{padding:1px;border:1px solid #1574b3; width: 97px;height: 66px;border-radius: 2px;}
#spec-n5 .control{position:absolute;width:100px;height:10px;background-repeat:no-repeat;cursor:pointer;}
#spec-top{top:-2px;background:url(../images/prev.png) no-repeat left center;}
#spec-bottom{bottom:-2px;background:url(../images/next.png) no-repeat left center ;}
#spec-bottom.disabled{background-position:-139px -61px;}

#foward{display:block;width:360px;height:540px;float:left;cursor:url(../images/scroll/foward.ico),pointer;background:#fff;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
#foward.disabled,#next.disabled{cursor:default;}
#next{display:block;width:360px;height:540px;float:right;cursor:url(../images/scroll/next.ico),pointer;background:#fff;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.thickcon{line-height:40px;text-align:center}
.pop .bottom{
	margin: 0;
	padding: 0;
	border: none;
}