﻿@charset "utf-8";

*{ margin:0; padding:0; list-style:none; font-family: arial, "microsoft yahei"; font-size: 14px;}
ul,li{list-style: none; margin: 0; padding: 0;}
a{text-decoration: none;}
img {
	border: none;
	margin: 0;
	padding: 0;
}	
	
.floatleft{float: left;}
.floatright{float: right;}
.clear {clear: both;}

.content{
	width: 1160px;
	margin: auto;
	 }


.button1 a{
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #2CA735;
	color: #2CA735;
	font-family: "microsoft yahei";
	font-size: 14px;
	
}
.button1 a:hover,.button1 a:active{
	background-color: #2CA735;
	border: 1px solid #2CA735;
	color: #FFFFFF;
}

body{
	background-color: #ebebeb;
}

.more_btn{
	float: right;
	padding-right: 10px;
	/*margin-top: 10px;*/
	display: none;
}
.more_btn a{
	font-family: arial,simsun;
	font-size: 12px;
	color: #888888;
}



/*顶部导航*/
.header{
	color: #555555;
	font-family:arial, "microsoft yahei";
	font-size: 14px;
	position: relative;
}
/*.header_scroll{
	width: 100%;
	background-color: #FFFFFF;
	color: black;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	height: 60px;
}*/
/*顶部导航向下滚动固定*/

.logo{
	padding-top: 5px;
	padding-left: 25px;
}
.logo img{
	height: 90px;
}
.logo h5{
	float: left;
	margin-left: 30px;
	color: #003B6E;
	font-size: 24px;
	font-weight: normal;
	/*font-family: impact;*/
	line-height: 66px;
}




.h_top{
	height: 100px;
}
.header .content{
	position: relative;
}
.logo_2{
	/*position: absolute;
	left: 0;
	top: 0;
	z-index: 9;*/
}










.searchbox{
	/*height: 32px;*/
	/*background-color: white;*/
	overflow: hidden;
	margin-top: 15px;
	/*position: relative;*/
}
.searchtext{
	width: 200px;
	padding: 6px;
	float: left;
}
.searchbtn{
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	background-color: #1B3D67;
	/*position: absolute;
	right: 0;
	top: 5px;*/
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
  cursor: pointer;
}
.searchbtn:hover,.searchbtn:active{
	/*color: #122E50;*/
	background-color: #2764AD;
}




.language{
	padding-top: 20px;
	padding-right: 20px;
	
}
.language ul{
	/*position: relative;*/
}
.language ul li {
	width: 60px;
	line-height: 30px;
	padding: 10px;
	display: inline;
}
.language ul li a{
	
}
/*.language ul .en_icon{
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9;
}*/
.language ul li i{
	padding-top: 5px;
	float: right;
	font-size: 16px;
	color: #888888;
	cursor: pointer;
}
.language .en_icon a{
		
		color: #2764AD;
}
.language .cn_icon a{
	color: #666666;
}
/*.language .en_icon{
	background-color: #FFFFFF;
	display: none;
}*/

.language .cn_icon a:hover{
	color: #2764AD;
}



.navbar{
	
	position: absolute;
	right: 0;
	top: 70px;
	z-index: 9;
	/*box-shadow: 0 0px 1px #122E50;*/
	/*border-bottom: 1px solid #122E50;*/
	padding-left: 30px;
	background-image: url(../images/navside.png);
	background-repeat: no-repeat;
	background-position:top left;
}

.navbar div{
	background-color: #1B3D67;
	height: 50px;
	padding-left: 50px;
}
.navbar ul li{
	float: left;	
	position: relative;
	/*border-bottom: 2px solid #FFFFFF;*/
	
}

.nav{
	/*color: #434343;*/
	color: #FFFFFF;
	display: block;
	padding: 0 30px;
	line-height: 50px;
	
	}
.nav i.Hui-iconfont{
	/*color: #FF8C00;*/
}
.navbar ul li:hover i.Hui-iconfont{
	
}
.sub_nav{
	display: none;
	position: absolute;
	top: 90%;
	left: 0;
	z-index: 99;
	background-color: #122E50;
	width: 200px;
	/*box-shadow: 1px 1px 5px #EEEEEE;	*/
	 
}

.sub_nav li{
	width: 100%;
	
}
.sub_nav a{
	color: #FFFFFF;
	display: block;	
	/*width: 200px;*/
	padding-left: 10px;
	line-height: 32px;
	/*text-align: center;*/
	/*border-bottom: 1px solid #efefef;*/
}

/*.navbar ul li:hover .sub_nav,.navbar ul li:active .sub_nav{
	display: block;
}*/
.navbar ul li:hover,.navbar ul li:active{
	/*border-bottom:2px solid #2ca735;	*/
	background-color: #122E50;
}
.navbar ul li:hover .nav,.navbar ul li:active .nav{
	color: #FFFFFF;
}
.navbar .active{
	/*border-bottom:2px solid #122e50;	*/
}
.active .nav{
	/*color: #122e50;*/
	font-weight: bold;
}
.sub_nav li a:hover{
	background-color: #2764AD;
}




/*end-顶部导航*/



/*banner*/

/* 本例子css */
		.picFocus{ margin:0 auto; width:1160px; position:relative; overflow:hidden; zoom:1; }
		.picFocus .hd{ position: absolute; left: 0px; bottom: 0; width:100%; height: 30px;  }
		/*.picFocus .hd .mask{ background-color: #ffffff; opacity: 0.5; filter:alpha(opacity=50); }*/
		
		.picFocus .hd ul{ overflow:hidden; zoom:1; /*background-color: rgba(0,0,0,0.5);*/}
		.picFocus .hd ul li{ /*text-align:center;*/ position: relative;width:20%; height: 30px; line-height: 30px; background-color: #333333;opacity: 0.5; filter:alpha(opacity=50); float: left; cursor: pointer;}
		/*.picFocus .hd ul li img{ width:190px; height:115px; cursor:pointer;  -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}*/
		.picFocus .hd ul li .mask{/*position: absolute;left: 0px;top: 0; width: 100%; height: 100%; background-color: #000000\0; opacity: 0.4\0; filter:alpha(opacity=40)\0; background-color: rgba(0,0,0,0.4);*/ text-align: center; }
		.picFocus .hd ul li .mask span{color: #ffffff; display: block; }
		.picFocus .hd ul li.on{background-color: #1B3D67; opacity: 1; filter:alpha(opacity=100);}
		.picFocus .hd ul li.on .mask{}
		.picFocus .hd ul li.on img{ /*opacity: 1; filter:alpha(opacity=100);*/ padding-left: 10px;}
		.picFocus .bd{
			float: right;
		}
		.picFocus .bd li{ vertical-align:middle; }
		.picFocus .bd img{ width:1160px; height:500px; display:block; }
		

/*end banner*/






.main{
	overflow: hidden;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	box-shadow: 0 3px 10px #dddddd;
}


.title{
	height: 32px;	
	padding-left: 10px;
	padding-top: 12px;
	/*padding-bottom: 10px;*/
	line-height: 20px;
}
.title a h2{
	float: left;
	color: #1B3D67;	
	font-size: 15px;
	padding-left: 10px;
	border-left: 2px solid #1B3D67;
}

.title a h2 span{
	color: #cccccc;
	display: none;
}
/*news*/
.news{
	margin-left: 10px;
	width: 290px;
	/*height: 200px;*/
	/*background-color: #edf2f6;*/
	
}

.newslist{
	padding:0 10px;
}
.newslist ul{

}
.newslist li{	
	/*margin-top: 10px;*/
	/*height: 130px;*/
	border-top: 1px dashed #eaeaea;
	overflow: hidden;
	
}

.newslist li a{
	color: #666666;
}

.newslist li img{
	width: 280px;
	height: 140px;
}


.newslist li h2{	
	line-height: 32px;
	width: 270px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;	
	float: left;
	font-size: 12px;
	font-weight: normal;
	font-family: arial,simsun;
	color: #333333;
	
}
.newslist li h2:before{
	/*content: ".";*/
	/*background-image: url(../images/23.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-right: 20px;*/
	
	font-size: 16px;
	color: #666666;
}
.newslist li h2:hover{
	color: #CC0033;
}
.newslist .first_news{
	padding-bottom: 3px;
	/*margin-bottom: 5px;*/
	/*border-bottom: 1px dotted #DDDDDD;*/
}
.newslist .first_news h2{
	/*font-size: 14px;*/
	line-height: 24px;
	padding-top: 8px;
	
}
.newslist li span{
	/*float: right;*/
	line-height: 20px;
	font-size: 12px;
	color: #888888;
	/*padding-left: 6px;*/
}
.newslist li p{
	height: 50px;
	/*padding-left: 6px;*/
	padding-bottom: 6px;
	color: #888888;
	font-size: 12px;
	line-height: 24px;
	font-family: simsun;
}
.newslist li a:hover{
	color: #2764ad;
}
.news .more a{
	color: #FFFFFF;
	padding-right: 10px;
}





/*end news*/



.about{
	margin-left: 10px;
	width: 350px;
	color: #666666;	
}
.about .txt_ab{
	height: 200px;
	overflow: hidden;
}

.about p{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 26px;
	text-indent: 2em;
	font-size: 12px;
	font-family:arial, simsun;
	
}


.about .map0{
	position: relative;
}
.about .map0 img{
	width: 350px;
	
}
.about .map0 .location{
	position: absolute;
}
.map0 .location span{
	cursor: pointer;
}
.map0 .location .position{
	display: block;
	width: 11px;
	height: 10px;
	background-image: url(../images/location.png);
	background-size: cover;
	background-position: center;

}

.map0 .location .position:hover{
	background-image: url(../images/location2.png);
}

.map0 .location .map_txt{	
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	/*background-image: url(../images/line1.png);
	background-position: right bottom;
	padding-right: 65px;
	padding-bottom: 39px;
	background-repeat: no-repeat;*/
}

.map0 .location p{
	white-space: nowrap;
	/*border-bottom: 1px solid #888888;*/
	background-color: #CC0033;
	padding-left: 0;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 12px;
}
.map0 .location.loc_1{
	top: 55px;
	left: 250px;
}

.map0 .location.loc_2{
	top: 30px;
	left: 200px;
}

.map0 .location.loc_3{
	top: 45px;
	left: 68px;
}

.map0 .location.loc_4{
	top: 70px;
	left: 228px;
}

.map0 .location.loc_5{
	top: 105px;
	left: 98px;
}

.map0 .location.loc_6{
	top: 38px;
	left: 255px;
}
.map0 .location.loc_5 .position,.map0 .location.loc_6 .position{
	width: 9px;
	height: 8px;
}
/*end about*/


/*products*/
.products{
	/*margin-left: 10px;*/
	width: 280px;
}
.products .bd ul li h3{
	line-height: 36px;
	color: #CC0033;
	padding-left: 10px;
	padding-top: 10px;
}
.products .bd ul li p{
	line-height: 22px;
	color: #666666;
	font-size: 12px;
	font-family: arial,simsun;
	height: 150px;
	padding-left: 10px;
	overflow: hidden;
}
/* 本例子css */
		.slideBox{ width:260px; height:380px; overflow:hidden; position:relative; /*border:1px solid #ddd;*/  }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; left:10px; top:0px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:80px; height:2px; /*line-height:14px; text-align:center;*/ background:#666666; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#CC0033; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:250px; height:160px; display:block; float: right; border-top-left-radius: 100px; border-bottom-right-radius: 100px;}

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }





/*end products*/






.column{
	width: 200px;
	margin-right: 15px;
}

.download,.factory, .technology{
	width: 200px;
	height: 70px;
	margin-bottom: 10px;
	/*position: relative;*/
}
.download{
	background-image: url(../images/download.jpg);	
}
.download a,.factory a ,.technology a{
	display: block;
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	width: 100%;
	height: 100%;
	background-color: #1B3D67;
	opacity: 0.1;
	filter:alpha(opacity=10);
	/*line-height: 100px;
	color: #FFFFFF;
	text-align: center;	
	font-size: 30px;	*/
	
}

.factory{
	background-image: url(../images/technology.jpg);
}


.factory:hover a,.factory:active a,.download:hover a,.download:active a{
	opacity: 0;
	filter:alpha(opacity=0);
}

.contact a{
	color:#666666;
}

.contact a:hover ,.contact a:active {
	color: #CC0033;
}
.contact{
	height: 150px;
	padding-top: 60px;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
}

.contact p{
	font-size: 12px;
	color: #666666;
	line-height: 26px;
	padding-left: 10px;
}

.contact p.tel{
	font-size: 22px;
	font-family: impact;
	color: #CC0033;
	line-height: 50px;
}
.contact p.tel i{
	font-size: 24px;
}





/*技术支持*/

.technology{
	background-image: url(../images/technology.jpg);
}
.technology:hover a,.technology:active a{
	opacity: 0;
	filter:alpha(opacity=0);
}

.technology .title_l{
	
}

/*end 技术支持*/


/*厂房设备*/
.factory2{
	width: 1100px;
	height: 150px;
	padding: 10px;
	margin: auto;
	margin-top: 50px;
	/*background-color: #1B3D67;*/
	background-image: url(../images/backfa2.png);
	background-position: center;
	background-repeat: no-repeat;
	/*box-shadow: 0 0 5px #1B3D67;*/
	/*border: 5px solid #EEEEEE;*/
}
.factory2_title{
	float: left;
	width: 140px;
	height: 150px;
	background-color: #1B3D67;
	
	text-align: center;
	color: #FFFFFF;
	
	/*border-bottom: 1px solid #EEEEEE;*/
}
.factory2_title h2{
	margin-top: 15px;
	font-size: 18px;
	line-height: 50px;
	font-weight: normal;
}
.factory2_title a{
	color: #FFFFFF;
	display: block;
	border: 1px solid #FFFFFF;
	padding: 3px;
	width: 50px;
	/*margin: auto;*/
	margin-left: 30px;
	margin-top:35px ;
}
.factory2_title a:hover{
	background-color: #CC0033;
	border: 1px solid #CC0033;
	
	
}
.factory2_pic{
	float: left;
	width: 960px;
	height: 150px;
	/*border: 5px solid #EEEEEE;*/
	/*box-shadow: 2px 2px 3px #DDDDDD;*/


	/*padding-left: 10px;*/
	/*margin-top: 20px;*/
	
}
.factory2_pic ul li{
	float: left;
	/*width: 230px;*/
	/*height: 200px;*/
	text-align: center;	
	margin-right: 10px;
	
	position: relative;
}
.factory2_pic ul li img{
	width: 230px;
	height: 150px;
}

.factory2_pic ul li .cover{
	/*position: absolute;
	left: 0;
	top: 0;*/
	width: 100%;
	/*height: 100%;
	background-color: #5A7E92;
	color: #FFFFFF;
	opacity: 0;*/
}
.factory2_pic ul li .cover:hover{
	opacity: 0;
}


/* 本例子css */
		.picScroll-left{ width:960px;   position:relative;  }
		.picScroll-left .hd{ position: absolute; left: -115px; top: 60px;   /*padding:0 10px; */ }
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:25px; height:25px; float:left;  overflow:hidden;
			 cursor:pointer; background:url(../images/bg_direction_nav2.png); background-position: 25px 0; opacity: 0.6;}
		.picScroll-left .hd .next{ background-position:0px 0px;  }
		.picScroll-left .hd .prev:hover,.picScroll-left .hd .next:hover{opacity: 1;}
		.picScroll-left .hd .prevStop{ background-position:-0px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -52px; }
		.picScroll-left .hd ul{ overflow:hidden; zoom:1; margin-top:10px; margin-left: 6px;}
		.picScroll-left .hd ul li{ float:left;  width:20px; height:4px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background-color: #DDDDDD;}
		.picScroll-left .hd ul li.on{ background-color: #FFFFFF; }
		.picScroll-left .bd{  }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ height: 150px; float:left; _display:inline; overflow:hidden; text-align:center; /*border:1px solid #EEEEEE;*/ position: relative; }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ display:block;  }
		.picScroll-left .bd ul li .pic:hover{ }
		.picScroll-left .bd ul li .title{ line-height:24px;  position: absolute; bottom: 0px; left: 0;  padding: 20px; width: 100%; height: 100%; 
		background-color: rgba(0,25,36,0.4);
		background-color: #003B6E\0; 
		/*opacity: 0.5;*/filter:alpha(opacity=80);  
		color: #FFFFFF;  display: none;box-sizing: border-box;}
		
		.picScroll-left .bd ul li .title h3{
			width: 100%;
			height: 100%;
			/*border: 1px solid #FFFFFF;*/
			font-weight: normal;
			font-size: 24px; 
			padding-top: 30px;
			box-sizing: border-box;
		}



















/*end 厂房设备*/







/*footer*/
.footer{
	
	padding-top: 40px;
	/*background-color: #EEEEEE;*/
	overflow: hidden;
	
}
.footer .content{
	
	
	background-image: url(../images/logo3.png);
	background-position:right 20px;
	background-repeat: no-repeat;
	/*border-bottom: 1px solid #dddddd;*/
}
.footer .content .f1{
	overflow: hidden;
	padding-bottom: 30px;
}
.footer .floatleft{
	width: 135px;
	padding-left: 10px;
}
.footer .floatleft h2{
	
	line-height: 30px;
	color: #666666;	
}
.footer .floatleft ul li a{
	font-family: simsun;
	color: #888888;
	font-size: 12px;
	line-height: 22px;
}
.footer .floatleft ul li a:hover{
	color: #CC0033;
}

/*.footer .foot_4{
	width: 280px;
}*/

.footer .floatleft p{
	color: #888888;
	line-height: 22px;
}

.cert{
	width: 420px;
	float: left;
}
.cert ul li{float:left;width:100px;height:60px;}
.cert ul li img{width:90px;}



.footer .bottom{
	clear: both;	
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #888888;
	font-size: 12px;
	/*background-color: #666666;*/
}
/*end footer*/
























/*内页*/
/*banner*/
.banner_con2{
	height: 250px;
	overflow: hidden;
	position: relative;
}
.banner_con2 img{
	width: 1200px;
	height: 250px;
}
.banner_con2_text{
	position: relative;
}
.banner_con2_img01{
	width: 100%;
	height: 250px;
	background-image: url(../images/banner22.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.banner_con2 h1{
	position: absolute;
	left: 50px;
	top: 120px;
	z-index: 5;
	font-family: arial,"microsoft yahei";
	font-size: 56px;
	color: #0066b5;
	
	font-weight: normal;
}

/*banner*/


/*左侧内容*/
.main_cont{
	overflow: hidden;
	background-color: #FFFFFF;	
	box-shadow: 0 3px 10px #dddddd;
	padding-top: 30px;
	padding-bottom:30px;	
}
.left{	
	/*background-color: #f3f6f9;*/
	/*padding-top: 30px;*/
	width: 250px;
	min-height: 750px;
	
}


.left_a{
	padding-left: 20px;

}
.left_a .title_left{
	height: 36px;
	line-height: 42px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: 2px solid #EEEEEE;
	/*box-shadow: 1px 1px 2px #EBEBEB;*/
	/*background-color: #5A7E92;*/
}
.left_a .title_left h2{
	font-family: georgia,arial,"microsoft yahei";
	font-size: 22px;
	color: #1B3D67;
	/*font-weight: normal;*/
	/*color: #FFFFFF;*/
}
.left_a .title_left hr{
	width: 30px;
	height: 2px;
	/*background-color: #5a7e92;*/
	background-color: #FFFFFF;
	border: none;
	
}
.left_a .title_left h1{
	font-size: 18px;
	
	color: #888888;
	
	font-weight: normal;
}
.left_menu{
	
}
.left_menu  ul li{
	line-height: 40px;
	border-bottom: 1px dotted #EEEEEE;
	
}
.left_menu ul li a{
	font-family: arial,"microsoft yahei";
	font-size: 14px;
	padding-left: 20px;
	color: #333333;
	display: block;
}

.left_menu ul li a:hover{
	background-color: #EEEEEE;
	color: #cc0033;
	
}
.left_menu ul li a.active{
	background-color: #EEEEEE;
	color: #CC0033;
	font-weight: bold;
	font-size: 15px;
}

.left_b{	
	margin-top: 50px;
}
.left_b .title_left{
	padding-bottom: 10px;
	padding-left: 30px;
}
.contact_left{
	padding:10px 20px;
	background-image: url(../images/contact_left2.png);
	background-position: center 20px;
	background-repeat: no-repeat;
}
.contact_left p{
	font-family: arial,"microsoft yahei";
	font-size: 13px;
	color: #666666;
	line-height: 30px;
	padding-left: 10px;
}

.contact_left p a{
	color: #666666;
}
.contact_left p a:hover{
	color: #CC0033;
}
.contact_left i{
	font-size: 26px;
	color: #FF8C00;
	margin-right: 0px;
}
/*p.tel_left{
	font-family: arial,"microsoft yahei";
	font-size: 20px;
	line-height: 42px;
	color: #FF8C00;
	
}*/
/*左侧内容*/

/*右侧内容*/
.right{
	/*margin-bottom: 30px;*/
	padding-top: 10px;
	padding-left: 40px;
	width: 830px;
}
.right_title{
	height: 48px;
	line-height: 48px;	
	border-bottom: 2px solid #DDDDDD;
}
.right_ti_text{
	font-family: arial;
	font-size: 20px;
	/*font-weight: bold;*/
	color: #666666;
	border-bottom:2px solid #0C6791;
}
.location0{
	font-family:arial, simsun;
	font-size: 12px;
	color: #666666;
}
.location0 a{
	font-family:arial, simsun;
	font-size: 12px;
	color: #666666;
}
.location0 a:hover{
	color: #0066B5;
}
.about_us{
	margin-top: 20px;
	/*padding-bottom: 150px;
	background-image: url(../images/city.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;*/
	
}
.about_us p{
	font-family: arial,"microsoft yahei";
	font-size: 14px;
	line-height: 32px;
	/*text-indent: 2em;*/
	color: #333333;
	margin-bottom: 10px;
}
.ab_2{
	font-size: 14px;
	font-weight: bold;
	color: #fc6b00;
}
.ab_3{
	font-size: 14px;
	font-weight: bold;
}
/*公司简介*/



/*新闻中心*/
.news_page{
	padding-top: 20px;
}
.news_page ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dotted #EEEEEE;
	padding-left: 20px;
	background-image: url(../images/19.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.news_page ul li a{
	color: #666666;
}
.news_page ul li a h3{
	font-weight: normal;
	width: 720px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_page ul li span{
	color: #AAAAAA;
	font-size: 12px;
}
.news_page ul li a:hover, .news_page ul li a:active{
	color: #CC0033;
}

/*新闻详情*/
.news_cont_1{
	margin-top: 30px;
}
.news_cont_1 h1{
	font-family:arial, "microsoft yahei";
	font-size: 18px;
	color: #555555;
	text-align: center;
	line-height: 40px;
	
}
.news_cont_1_02{
	font-family: arial,simsun;
	font-size: 12px;
	color: #aaaaaa;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}
.news_cont_1_03{
	margin-top: 20px;
	line-height: 26px;
	color: #555555;
}
.news_cont_1_03 p{
	font-family: arial,"microsoft yahei";
	font-size: 14px;
	text-indent: 2em;
	line-height: 26px;
	color: #555555;
}



/*end 新闻详情*/

/*end 新闻中心*/





/*公司图片*/
.gallery li{
	float: left;
	margin-right: 12px;
	/*margin-bottom: 20px;*/
	width: 250px;
	height: 250px;
	}
.gallery li img{
	width: 250px ;
	height: 160px;
	}
.gallery li h3{
	font-family: arial,"microsoft yahei";
	font-size: 14px;
	color: #434343;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	
}	
/*end 公司图片*/










/*产品展示*/
.products_box{
	padding-top: 10px;
}
.products_box ul li{
	
	/*width: 242px;*/
	/*height: 150px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
}
.product_img{
	display: block;
	float: left;
	width: 160px;
	height: 120px;
	
	text-align: center;
	overflow: hidden;
}

.products_box ul li:hover .product_img,.products_box ul li:active .product_img{
	/*border:1px solid #007AC8;*/
	/*background-color: #FF8C00;*/
}
.product_img img{
	width: 160px;
	height: 120px;
}
.product_label{
	float: left;
	padding-left: 50px;
	width: 620px;
}
.product_label a{
	display: block;
	/*width: 210px;
	height: 50px;*/
	line-height: 24px;
	/*text-align: center;*/
	font-family: arial,"microsoft yahei";
	font-size: 16px;
	color: #004588;
}

.product_label h2{
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
}
.product_label p{
	padding-top: 10px;
	height: 72px;
	color: #555555;
	font-family: arial,simsun;
	font-size: 12px;
	line-height: 24px;
}
.product_label a:hover,.product_label a:active{
	color: #CC0033;
}

.pagination{
	/*margin-bottom: 20px;*/
	padding-bottom: 20px;
	float: right;
	overflow: hidden;
	margin-top: 30px;
}
.page_number li{
	display: inline;
	font-family: simsun;
	/*font-size: 12px;*/
	
}
.page_number li a{
	display: inline-block;
	color: #4C4C4C;
	padding: 6px;	
	border: 1px solid #EEEEEE;
	
}
.page_number li a:hover{
	/*color: #FF0000;*/
	background-color: #FF0000;
	color: #FFFFFF;
}


/*产品详情*/
.product_s{
	padding-top: 20px;
}
.ps1{
	width: 520px;
}
.ps1 h1{
	font-family: arial,"microsoft yahei";
	font-size: 24px;
	font-weight: normal;
	color: #0C6791;
	margin-bottom: 15px;
	margin-top: 10px;
}
.ps1 .ps_txt p{
	color: #555555;
	/*text-indent: 2em;*/
	line-height: 22px;
	margin-bottom: 10px;
}

.ps1 .ps_txt table{
	color:#333333;
	border: 1px solid #888888;
	border-collapse: collapse;
}

.ps1 .ps_txt table th{
	padding: 8px;
	border: 1px solid #888888;
	background-color: #dedede;
}

.ps1 .ps_txt table td{
	padding: 8px;
	border: 1px solid #888888;
	background-color: #ffffff;
}
.ps1 .ps_txt table p{
	margin:0;
}



.ps2{
	/*margin-left: 30px;*/
	width: 272px;
	
}

.ps_img{
	width: 272px;
	border: 5px solid #EEEEEE;
}
/* 本例子css */
		.proview{ margin:0 auto;  width:250px; border:1px solid #ccc;  padding:0 10px;  position:relative;  overflow:hidden;  zoom:1;   }
		.proview .hd{ width:100%; padding-top:5px; padding-bottom: 10px; overflow:hidden; }
		.proview .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1; }
		.proview .hd ul li{ padding-top:5px; float:left;  text-align:center;  }
		.proview .hd ul li img{ width:50px; height:35px; border:1px solid #ddd; cursor:pointer; margin-right:5px;   }
		.proview .hd ul li.on{ background:url("images/icoUp.gif") no-repeat center 0; }
		.proview .hd ul li.on img{ border-color:#BBBBBB;  }
		.proview .bd li{ vertical-align:middle; }
		.proview .bd h3{ padding-top: 15px; padding-bottom: 15px; font-weight: normal; color: #666666; }
		.proview .bd img{ width:250px; height:180px; display:block; border-radius: 5px; }

.ps_c{
	
}
.ps_b{
	padding-top: 20px;
	padding-left: 6px;
}
.ps_b a{
	display: block;
	width: 270px;
	height: 30px;
	line-height: 30px;
	background-color: #CC0033;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}
.ps_b a:hover{
	background-color: #cc3333;	
}


/*end 产品详情*/


/*end 产品展示*/




/*下载中心*/
.download_page{
	padding-top: 20px;
}
.download_page ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dotted #EEEEEE;
	padding-left: 20px;
	background-image: url(../images/26.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.download_page ul li a{
	color: #666666;
}
.download_page ul li a h3{
	font-weight: normal;
}
.download_page ul li span{
	color: #AAAAAA;
	font-size: 12px;
}
.download_page ul li a:hover, .download_page ul li a:active{
	color: #CC0033;
}


/*end 下载中心*/









/*技术支持*/
.technical_support{
	padding-top: 20px;}
.technical_support ul li{
	font-family: arial,simsun;
	font-size: 12px;
	line-height: 40px;
	overflow: hidden;
	/*border-bottom: 1px dashed #EEEEEE;*/
	/*padding-top: 10px;*/
}

.techn_list{
	display: block;
	float: left;
	width: 600px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.techn_list:hover{
	
}

.technical_support a{
	color: #4C4C4C;
}
.technical_support a:hover{
	color: #007ED7;
/*	text-decoration: underline;*/
}
.newsdate{
	color: #bbbbbb;
	font-size: 12px;
	float: right;
}
/*end 技术支持*/





/*在线留言*/
.contact_form{
	margin-top: 20px;
	color: #333333;
}
.contact_form p{
	text-indent: 2em;
}

.message0 tr{
	line-height: 26px;
}
.message0 th{
	width: 80px;
	font-weight: normal;
	text-align: right;
	
}

.message0 td input{
	padding-left: 6px;
	height: 26px;
	width: 300px;
}
.message0 td select{
	width: 300px;
	padding: 6px;
	color: #555555;
}
.submit_button{
	margin-left:120px ;
	width: 150px;
	height: 30px;
	background-color: #1B3D67;
	color: white;
	border: 0;
	font-family: "microsoft yahei";
	font-size: 14px;
	cursor: pointer;
}
.submit_button:hover{
	background-color: #CC0033;
}
/*在线留言*/


/*联系我们*/
.contact_text h1{
	font-family: "microsoft yahei";
	font-size: 24px;
	color: #0C6791;
	font-weight: normal;
	/*padding-left: 20px;*/
	line-height: 50px;
	margin-top: 20px;
}
.contact_text p{
	font-family:arial, "microsoft yahei";
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	
}

.contact_text p a{
	color:#666666;
}
.contact_text p a:hover{
	color:#cc0033;
}

.contact_text p i{
	font-size: 16px;
	color: #888888;
	margin-right: 6px;
}
.map{
	margin-top: 20px;
	margin-bottom: 20px;
}
/*联系我们*/



/*技术支持*/
.technology_page{
	padding-top: 20px;
}
.technology_page ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dotted #EEEEEE;
	padding-left: 20px;
	background-image: url(../images/21.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.technology_page ul li a{
	color: #666666;
}
.technology_page ul li a h3{
	font-weight: normal;
	width: 720px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.technology_page ul li span{
	color: #AAAAAA;
	font-size: 12px;
}
.technology_page ul li a:hover, .technology_page ul li a:active{
	color: #CC0033;
}


/*技术详情*/
.technology_s{
	margin-top: 30px;
}
.technology_s h1{
	font-family:arial, "microsoft yahei";
	font-size: 24px;
	color: #5A7E92;
	/*text-align: center;*/
	line-height: 40px;
	font-weight: normal;
	
}
.news_cont_1_02{
	font-family: arial,simsun;
	font-size: 12px;
	color: #aaaaaa;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}
.technology_s_1{
	margin-top: 20px;
}
.technology_s_1 p{
	font-family: arial,"microsoft yahei";
	font-size: 14px;
	text-indent: 2em;
	line-height: 26px;
	color: #555555;
}


/*技术详情*/


/*end 技术支持*/



/*厂房设备*/
.factory_page{
	padding-top: 20px;
}
/*end 厂房设备*/




/*销售市场*/
.market{
	padding-top: 30px;
}
.market .map0{
	position: relative;
}
.market .map0 img{
	width: 800px;
	
}
.market .map0 .location{
	position: absolute;
}
.map0 .location span{
	cursor: pointer;
}
.market .map0 .location .position{
	display: block;
	width: 12px;
	height: 11px;
	background-image: url(../images/location.png);
	background-size: cover;
	background-position: center;

}

.map0 .location .position:hover{
	background-image: url(../images/location2.png);
}

.map0 .location .map_txt{	
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	/*background-image: url(../images/line1.png);
	background-position: right bottom;
	padding-right: 65px;
	padding-bottom: 39px;
	background-repeat: no-repeat;*/
}

.market .map0 .location p{
	white-space: nowrap;
	/*border-bottom: 1px solid #888888;*/
	background-color: #CC0033;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 20px;
}
.market .map0 .location.loc_1{
	top: 130px;
	left: 600px;
}

.market .map0 .location.loc_2{
	top: 70px;
	left: 550px;
}

.market .map0 .location.loc_3{
	top: 118px;
	left: 170px;
}

.market .map0 .location.loc_4{
	top: 178px;
	left: 530px;
}

.market .map0 .location.loc_5{
	top: 275px;
	left: 245px;
}

.market .map0 .location.loc_6{
	top: 100px;
	left: 605px;
}
.market .map0 .location.loc_5 .position,.market .map0 .location.loc_6 .position{
	width: 10px;
	height: 9px;
}


/*销售市场*/













