@charset "utf-8";
/* CSS Document */

#root{
	background-image: url(../images/about_top_bg.jpg);
}
#banner_box{
	width:100%;
	height:200px;
	margin:0px auto;
	padding:0px;
	background-image: url(../images/about_banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	text-align:center;
}
#banner_box img{
    display: block;
}
#banner{
	width:980px;
	margin:0px auto;
}
#banner_sub1{
	width:380px;
	padding-top:55px;
	float:left;
}

#banner_sub2{
	width:600px;
	padding-top:15px;
	float:left;
}

#main_sub1{
	width:180px;
	float:left;
	padding-right:40px;

}


.left_title{
	width:150px;
	height:59px;
	float:none;
	font-size:18px;
	font-family:"微软雅黑", "宋体", Arial;
	line-height:59px;
	padding-left:30px;
	color:#fff;
	background-image: url(../images/left_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom:solid 1px #cdcdcf;
}

.left_list{
	width:180px;
	padding-bottom:80px;
	border-bottom:solid 1px #cdcdcf;
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.left_list ul li{
	width:100%;
}
.left_list ul li a{
	width:150px;
	height:45px;
	padding-left:30px;
	color:#333;
	line-height:45px;
	display: block;
	background-image: url(../images/left_list_bg1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family:"微软雅黑", "宋体", Arial;
	font-size:13px;
}
.left_list ul li a:hover{
	background-image: url(../images/left_list_bg2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color:#c00;
	text-decoration: none;
	
}

#main_sub2{
	width:720px;
	float: right;
}


#location{
	width:700px;
	padding-left:20px;
	height:40px;
	line-height:40px;
	font-size:13px;
	background-image: url(../images/about_location.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-bottom:20px;
	border-bottom:solid 3px #999a9a;
	
}
#location a{
	color:#444;
}
#location a:hover{
	color:#04387b;
}
.location_1{
	color:#04387b;
}

.main_info{
	width:100%;
}



/* 单页内容样式 */
.content_info{
	width:100%;
	line-height:26px;
	font-size:14px;
	color:#444;
	margin:0 auto;
	font-family:"微软雅黑", "宋体", Arial;
}
.content_info p ,.content_info td ,.content_info div,.content_info li{
	line-height:26px;
	font-size:14px;
}
.content_info strong{
	font-size:15px;
}
.content_info H3{
	color:#002c82;
	font-size:16px;
	font-weight:bold;
}




/* 新闻列表样式 */
.news_list{
	width:720px;
	margin:0 auto;
}
.news_list ul li{
	width:100%;
	float:left;
	height:50px;
	line-height:50px;
	border-bottom: dashed 1px  #d0d0d0;
}

.news_list_title{
	width:570px;
	float:left;
	font-size: 14px;
	line-height:50px;
	background-image: url(../images/news_ico.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left:25px;
}
.news_list_time{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	width:120px;
	line-height:50px;
	text-align: center;
	float:right;
}

/* 内页页码样式 */
.page{
	width:720px;
	text-align:center;
	color:#333;
	padding:30px 0 10px 0;
	
}

.page a{
	color:#333;
	background-color:#e0e0e0;
	padding:3px 5px;
	margin:0 5px;
}
.page a:hover{
	color:#fff;
	background-color:#04377a;
	text-decoration: none;
}

/* 新闻详细样式 */
.news_show{
	width:720px;
	margin:0 auto;
}
.news_show_title{
	width:100%;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	padding-top:10px;
	color:#444;
	font-family:"微软雅黑", "宋体", Arial;
}
.news_show_time{
	width:100%;
	font-size: 12px;
	color:#666;
	text-align:center;
	margin-bottom: 10px;
	padding:10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d4d4d4;
	font-family:"微软雅黑", "宋体", Arial;

}
.news_show_detailed{
	float:none;
	width:100%;
	margin:0 auto;
	font-size:12px;
	line-height:25px;
	font-size:14px;
	font-family:"微软雅黑", "宋体", Arial;

}
.news_show_detailed p{
	line-height:25px;
	font-size:14px;
}

.news_show_detailed strong{
	color:#444;
}

.news_show_next{
	padding-top:10px;
	line-height:27px;
	padding-left:40px;
	width:600px;

}
.news_show_ssfl{
	padding-top:5px;
	line-height:27px;
	padding-left:40px;
	width:600px;

}

.news_show_next a{
	color:#c00;
}

.info_fx{
padding-top:10px;

}

/* 新闻图文列表样式 */
.news_list2{
	width:100%;
	margin:0 auto;
}
.news_list2 ul li{
	width:100%;
	padding-bottom:30px;
	padding-top:10px;
	margin-bottom:20px;
	border-bottom: dashed 1px  #d0d0d0;
}
.news_list2_img{
	float:left;
	width:180px;
	height:100px;

}
.news_list2_info{
	width:520px;
	float:left;
	font-family:"微软雅黑", "宋体", Arial;
	line-height:18px;

}
.news_list2_title{
	width:100%;
	font-size: 16px;
	font-family:"微软雅黑", "宋体", Arial;
	line-height:22px;
	padding-bottom:5px;
}
.news_list2_summary{
	font-size: 12px;
	color: #888;
	width:100%;
	line-height:22px;
}
.news_list2_time{
	font-size: 12px;
	color: #888;
	width:100%;
}

.products_box{
	width: 100%;
}

.products_box ul li.line{
	width: 100%;
	margin-bottom:15px;
	border-bottom: dashed 1px  #d0d0d0;	
}
.products_category_01{
	width:auto;
	color:#fff;
	font-size:16px;
	line-height:18px;
	padding-bottom:7px;

}
.products_category_01 a{
	width:auto;
	background-color:#04387b;
	padding:7px 10px;
	color:#fff;
	display: block;
	float:left;
}

.products_category_02{
	width:100%;
}

.product_list{
	width:100%;
	padding:10px 0;
}
.product_list ul li{
	width:25%;
	float:left;
	height:30px;
	font-size:13px;
	line-height:30px;
	color:#04387b;
}
.product_list ul li a{
	color:#04387b;
}
.product_list ul li a:hover{
	color:#d00;
}


/* 产品分类样式 */
.menu_head{
	width:720px;
	height:30px;
	line-height:30px;
	padding-top:5px;
	color:#333;
	cursor:pointer;
	position:relative;
	margin:0pxfont-family:"微软雅黑", "宋体", Arial;
	font-size:15px;
	text-decoration: underline;
	background: url(../images/pro_left.png) center right no-repeat;
}
.menu_list .current{color:#333;background: url(../images/pro_down.png) center right no-repeat;}
.menu_body{width:720px;height:auto;overflow:hidden;line-height:27px;font-family:"微软雅黑", "宋体", Arial; font-size:13px; color:#444; padding-top:5px;}
.menu_body a{display:block;width:720px;height:30px;line-height:30px;color:#555;text-decoration:none;}
.menu_body a:hover{text-decoration: underline; color:#c00;}


.product_shwo{
	width:720px;
}
.product_shwo_title{
	font-family:"微软雅黑", "宋体", Arial;
	font-size:16px;
	color:#444;
}

.product_shwo_list{
	padding-top:15px;

}

/* 产品详细 */
#product_show_list_box{
	width:100%;
}

#product_show_list{
	width:719px;
	vertical-align: middle;
	display: table;
	border-left:solid 1px #cdcdcf;
	border-bottom:solid 1px #cdcdcf;
	background-color:#fff;
	position:relative;
}

.product_yyly{
	width:170px;
	position: absolute;
	top:50px;
	left:452px;
	font-size:13px;
	line-height:20px;
}


#product_show_list ul{
	width:719px;
}
#product_show_list ul li{
	border-right:solid 1px #cdcdcf;
	border-top:solid 1px #cdcdcf;
	text-align:center;
}

#product_show_list .li1{
	width:113px;
	float:left;
	font-size:12px;
}
#product_show_list .li2{
	width:185px;
	float:left;
	font-size:12px;
}
#product_show_list .li3{
	width:145px;
	float:left;
	font-size:12px;
}
#product_show_list .li4{
	width:185px;
	float:left;
}
#product_show_list .li5{
	width:85px;
	border-left:solid 1px #cdcdcf;
	float: right;
}

#product_show_list .product_show_list_leimu li{
	border-right:solid 1px #fff;
	background-color:#cdcdcf;
	font-weight:bold;
	font-size:14px;
	height:40px;
	line-height:40px;
}
#product_show_list .product_show_list_leimu li.li5{
	border-right:solid 1px #cdcdcf;
	background-color:#cdcdcf;
}

#product_show_list .bg1 li{
	font-size:13px;
	height:40px;
	line-height:40px;
}
#product_show_list .bg2 li{
	background-color:#f1f1f1;
	font-size:13px;
	height:40px;
	line-height:40px;
}
#product_show_list .li2{
	font-size:12px;
}














.product_baozhuang{
	width:100%;
}

.product_baozhuang td{
	text-align:center;
}
.product_baozhuang tr.title td{
	text-align:center;
	color:#FFF;
	font-size:15px;
}
.product_baozhuang .name{
	font-size:15px;
	font-weight:bold;
}

.product_baozhuang .shuoming{
	font-size:13px;
	padding:0 10px;
	width:250px;
	text-align:left;
}
.product_yingyong{
	border-bottom: dashed 1px #cdcdcf;
	padding-top:10px;
	padding-bottom:20px;
	margin-bottom:10px;

}


#gundong{
	overflow:hidden;
	width: 720px;
	padding-top:0px;
	margin-top:20px;
	padding:20px 0px;
	background-image: url(../images/gongdong_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}
#gundong td{
	padding-right:2px;

}


#gundong img {
}

#ingundong{
	float: left;
	width: 800%;
}
#gundong1 {
	float: left;
}
#gundong1 ul li{
	float: left;
	width: auto;
	padding-right:2px;
}

#gundong1 ul li img{
	height:180px;
}
#gundong2 {
	float: left;
}
#gundong2  ul li{
	float: left;
	width: auto;
	padding-right:2px;
}
#gundong2 ul li img{
	height:180px;
}

.about_zzry{
	width: 100%;
}
.about_zzry td{
	text-align:center;
	font-size:14px;
	line-height:20px;
	padding:10px;
}

.about_dashiji{
	position:relative;
	width:100%;
}


.job_info{
	width:100%;
}

#job_list{
	width:719px;
	border-top :solid 1px #cdcdcf;
	border-left:solid 1px #cdcdcf;
	display: table;
}

#job_list ul li{
	border-right:solid 1px #cdcdcf;
	border-bottom:solid 1px #cdcdcf;
	float:left;
	font-size:13px;
}

#job_list ul.title li{
	background-color:#FFF;
	height:40px;
	line-height:40px;
	text-align:center;
	font-weight:bold;
}
#job_list ul.bg1 li{
	padding-top:10px;
	height:50px;
	line-height:40px;
	text-align:center;
}
#job_list ul.bg2 li{
	background-color:#FFF;
	padding-top:10px;
	height:50px;
	line-height:40px;
	text-align:center;
}
#job_list ul.bg1 li.li3{
	line-height:20px;
}
#job_list ul.bg2 li.li3{
	line-height:20px;
}

#job_list ul li.li1{
	width:118px;
}

#job_list ul li.li2{
	width:89px;
}
#job_list ul li.li3{
	width:239px;
}

#job_list ul li.li4{
	width:79px;
}
#job_list ul li.li5{
	width:89px;
}

#job_list ul li.li6{
	width:99px;
}



#job_show{
	width:719px;
	border-top :solid 1px #cdcdcf;
	border-left:solid 1px #cdcdcf;
	display: table;
	background-color:#FFF;
}

#job_show ul li{
	border-right:solid 1px #cdcdcf;
	border-bottom:solid 1px #cdcdcf;
	float:left;
	font-size:13px;
}

#job_show ul.title li{
	background-color:#f1f1f1;
	height:40px;
	line-height:40px;
	text-align: left;
	padding-left:19px;
	width:700px;
	font-weight:bold;
}
#job_show ul.title li span{
	font-size:16px;
	color:#002c82;
}

#job_show ul.list li{
	width:220px;
	height:40px;
	line-height:40px;
	text-align:left;
	padding-left:19px;
	
}
#job_show ul.info li{
	line-height:27px;
	text-align: left;
	padding:20px 20px 20px 19px;
	width:680px;
}

#job_show ul.an li{

	line-height:27px;
	text-align: left;
	padding:10px 20px 10px 19px;
	width:680px;
}









/* banner */

div.orbit-wrapper { position: relative; overflow: visible; width: 720px; height:400px; margin:0 auto; margin-top:20px;}
div.orbit { position: relative; overflow: hidden;}
div.orbit span { display:none;}
div.orbit a img{ position: absolute; display:block;width: 210px;  box-shadow: 0 3px 8px rgba(0,0,0,0.5); padding:5px; border:#ccc 1px solid; background:#fff; }
div.orbit-wrapper h4{ display: none; }
div.timer {display: none;}
div.slider-nav { display: block; }
div.slider-nav span { width: 40px; height: 150px;  color: #fff; text-align: center; position: absolute; z-index: 100; top: 110px; cursor: pointer; text-indent:-9999px;}
div.slider-nav span.right {
	right: 10px;
	background-image: url(../images/slider_right.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.slider-nav span.left {
	left:-50px;
	background-image: url(../images/slider_left.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.slider-nav span.right:hover {
	background-image: url(../images/slider_right.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.slider-nav span.left:hover {
	background-image: url(../images/slider_left.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

