@charset "utf-8";
/**
 * 
 * @authors 宋波
 * @date    2016年2月18日16:49:17;
 * @version $Id$
 */
html,body{
	min-width: 1000px;
	margin: 0 auto;
	font-family: "微软雅黑";
	background-color: #fff;
}
.about_home_body{
	background-color: #eff6fa;
}
.pro_body{
	background-color: #f1f6fb;
}
.head{
	min-width:1000px;
	margin: 0 auto;
	height: 105px;
	/*background-color: #fff;*/
	background: url(../img/tk.jpg) no-repeat center center;
	background-size: cover;
}	
.head_box{
	width: 1000px;
	margin: 0 auto;
	height: 53px;
	position: relative;
}
.logo_a{
	float: left;
	margin-top: 26px;
}
.head_box ul{
	float: right;
	margin-top: 37px;
}
.head_box ul li{
	float: left;
}
.head_box ul li .menu_a{
	font-size: 16px;
	display: block;
	width: 90px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #000;
	transition: 0.3s ease-out;
	border-radius: 35px;
}
.head_box ul li .menu_on,.head_box ul li .menu_a:hover{
	color: #fff;
	background: #33adff;
}
.sub_menu_box{
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 105px;
	width: 1000px;
	overflow: hidden;
	padding: 30px;
	background:  rgba(255,255,255,.9);
	display: none;
	z-index: 9999;
}
.pro_nav_box{
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 105px;
	width: 1000px;
	overflow: hidden;
	padding: 30px;
	background:  rgba(255,255,255,.9);
	display: none;
	z-index: 9999;
}
.sub_menu_box img{
	float: right;
	width: 210px;
	height: 98px;
	/*margin-right: 80px;*/
}
.pro_nav_box img{
	float: right;
	width: 210px;
	height: 98px;
}
.sub_nav_text_box{
	float: left;
	/*height: 98px;*/
	width: 600px;
	margin-left: 70px;
	overflow: hidden;
}
.sub_nav_ltext{
	float: left;
	/*height: 98px;*/
	width: 600px;
	margin-left: 70px;
	/*margin-left: 0;*/
	overflow: hidden;
}
.sub_nav_text_box h1, .sub_nav_ltext h1{
	font-size: 18px;
	color: #000;
    border-bottom: 1px dotted #333;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.sub_menu_box a{
	float: left;
	font-size: 14px;
	color: #000;
	margin-right: 30px;
	margin-bottom: 8px;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
.sub_nav_ltext a{
	float: left;
	font-size: 14px;
	display: block;
	width: 235px;
	color: #000;
	margin-right: 30px;
	margin-bottom: 8px;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
.sub_menu_box a:hover, .sub_nav_ltext a:hover{
	color: #0077c4;
}
.home_banner{
	min-width: 1000px;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	height: 472px;
}
.about_banner{
	min-width: 1000px;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto 25px;
	height: 228px;
	background: url(../img/gk-banner.jpg) no-repeat center center;
}
.news_banner{
	min-width: 1000px;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto 25px;
	height: 228px;
	background: url(../img/news-banner.jpg) no-repeat center center;
}
.pro_banner{
	min-width: 1000px;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto 25px;
	height: 228px;
	background: url(../img/cp-banner.jpg) no-repeat center center;
}
.fw_banner{
	min-width: 1000px;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto 25px;
	height: 228px;
	background: url(../img/contact-banner.jpg) no-repeat center center;
}
.yj_banner{
	min-width: 1000px;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto 25px;
	height: 228px;
	background: url(../img/yj-banner.jpg) no-repeat center center;
}
.js_banner{
	min-width: 1000px;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto 25px;
	height: 228px;
	background: url(../img/jl-banner.jpg) no-repeat center center;
}
.hr_banner{
	min-width: 1000px;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto 25px;
	height: 228px;
	background: url(../img/hr-banner.png) no-repeat center center;
}
.home_pic{
	height: 472px;
}
.home_pic li{
	float: left;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	min-width: 1000px;
	height: 472px;
	overflow: hidden;
	display: none;
	background-size: cover !important;
}
.home_pic li .word{
	position: relative;
	width: 1000px;
	height: 472px;
	margin: 0 auto;
	overflow: hidden;
}
.home_pic li .word img{
	position: absolute;
	left: 0;
	top: 105px;
}
.home_pic .first_li{
	display: block;
}
.home_cho_box{
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: 10px;
}
.home_cho_box ul li{
	width: 10px;
	height: 10px;
	margin-right: 8px;
	cursor: pointer;
	background:url(../img/cho.png) no-repeat center center;
	float: left;
	position: relative;
	right: 50%;
}
.home_cho_box ul .cho_on{
	background:url(../img/cho-h.png) no-repeat center center;
}
.home_jj_wrap{
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}
.home_jj_title{
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	width: 240px;
	float: left;
	background-color: #0077c4;
}
.home_jj_title h2{
	font-size: 22px;
	color: #fefefe;
	float: right;
	margin-right: 73px;
}
.home_jj_content{
	background: url(../img/home-jjbg.png) no-repeat left center;
	width: 760px;
	float: left;
	height: 125px;
}
.home_jj_content a{
	display: block;
	/*width: 80%;*/
	/*height: 80px;*/
	float: left;
	margin-left: 60px;
	margin-top: 14px;
	overflow: hidden;
}
.home_jj_content a p{
	font-size: 14px;
	color: #000;
	line-height: 24px;
	text-indent: 2em;
}
.home_b_content{
	/*height: 340px;*/
	min-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #f9fdff;
}
.home_b_content_box{
	width: 1000px;
	overflow: hidden;
	margin: 15px auto;
}
.b_h1{
	background: url(../img/home-titlebg.png) no-repeat center center;
	font-size: 20px;
	color: #0069ad;
	text-align: center;
}
.w_h1{
	background: url(../img/home-titlebg-w.png) no-repeat center center;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 25px;
}
.home_new_box{
	width: 1000px;
	overflow: hidden;
	margin: 25px auto 25px;
}
.home_pic_a{
	display: block;
	float: left;
	width: 488px;
	height: 188px;
	overflow: hidden;
	margin-right: 20px;
}
.home_pic_a img{
	transition: 0.3s ease-out;
	width: 488px;
	height: 188px;
}
.home_pic_a img:hover{
	transform: scale(1.2);
}
.home_new_text{
	overflow: hidden;
}
.home_new_title{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
	margin-bottom: 17px;
	display: block;
}
.home_new_title:hover{
	text-decoration: underline;
}
.home_new_p{
	font-size: 14px;
	color: #000;
	line-height: 28px;
	text-indent: 24px;
}
.home_new_list{
	display: block;
	width: 470px;
	float: left;
	font-size: 14px;
	color: #000;
	margin-right: 20px;
	background: url(../img/home-sj.png) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 10px;
}
.home_new_list:hover{
	text-decoration: underline;
}
.home_new_list span{
	float: right;
	font-size: 14px;
	color: #999;
}
.home_b_content_box .home_new_list_r{
	margin-right: 0;
}
.home_w_content{
	min-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}
.home_w_content_box{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.home_notice_box{
	float: left;
	margin-right: 20px;
	width: 490px;
}
.home_w_content_box .home_notice_box_r{
	margin-right: 0;
}
.home_notice_title{
	display: block;
	font-size: 18px;
	color: #0069ad;
	border-left: solid 4px #0077c4;
	padding-left: 10px;
	line-height: 26px;
	height: 26px;
	margin-bottom: 30px;
	width: 200px;
}
.home_b_content2{
	min-width: 1000px;
	background-color: #f9fdff;
	overflow: hidden;
	padding: 15px 0;
}
.home_b_content2_box{
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
.home_yj_a{
	float: left;
	margin-right: 20px;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.home_yj_lb_box{
	width: 1000px;
	overflow: hidden;
	margin: 20px auto 0;
	padding-bottom: 45px;
	position: relative;
}
.home_yj_lb_box .last_home_yj_a{
	margin-right: 0;
}
.home_yj_a img{
	width: 320px;
	height: 232px;
	margin-bottom: 20px;
}
.yj_lb_ul{
	overflow: hidden;
}
.yj_lb_ul li{
	float: left;
}
.home_yj_cho_box{
	position: absolute;
	left: 50%;
	bottom: 10px;
}
.home_yj_cho_box ul li{
	width: 10px;
	height: 10px;
	margin-right: 8px;
	cursor: pointer;
	background:url(../img/cho.png) no-repeat center center;
	float: left;
	position: relative;
	right: 50%;
}
.home_yj_cho_box ul .yj_cho_on{
	background:url(../img/cho-h.png) no-repeat center center;
}
.home_mid2_content{
	height: 80px;
	background: url(../img/home-jjbg2.jpg) no-repeat center center;
	margin: 0 auto;
	overflow: hidden;
	min-width: 1000px;
}
.home_mid2_content_box{
	width: 1000px;
	height: 85px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.home_cp_cho{
	width: 1000px;
	bottom: 20px;
	position: absolute;
	height: 28px;
}
.home_cp_l{
	float: left;
}
.home_cp_r{
	float: right;
}
.home_cp_lb_box{
	height: 185px;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
.home_cp_lb_box ul{
	overflow: hidden;
	height: 145px;
	margin-top: 31px;
}
.home_cp_lb_box ul li{
	float: left;
	margin-right: 50px;
	width: 250px;
	height: 145px;
}
.home_cp_lb_box .cp_last_li{
	margin-right: 0;
}
.home_cp_lb_box ul li h5{
	font-size: 16px;
	color: #000;
	text-align: center;
}
.home_cp_lb_box ul li a{
	display: block;
	width: 250px;
	height: 123px;
}
.home_cp_lb_box ul li a img{
	width: 250px;
	height: 123px;
}
.general_content{
	min-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
.general_content_box{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.left_menu_box{
	float: left;
	width: 239px;
	margin: 0 32px 0 0;
	overflow: hidden;
}
.left_title{
	margin: 0 auto 20px;
	overflow: hidden;
}
.left_title img{
	float: left;
	margin-right: 10px;
}
.left_title h2{
	font-size: 20px;
	color: #0077c4;
	margin-top: 8px;
}
.left_menu_box ul{
	position: relative;
	z-index: 1;
}
.left_menu_box ul li{
	width: 239px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1px;
}
.left_menu_box ul li a{
	overflow: hidden;
	display: block;
	width: 478px;
	height: 46px;
}
.left_menu_box ul li a span{
	display: block;
	width: 239px;
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	float: left;
}
.left_menu_box ul li a i{
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	right: 10px;
	top: 18px;
	background: url(../img/left-open.png) no-repeat center center;
	z-index: 2;
}
.left_menu_box ul li a .left_jh{
	background: url(../img/left-close.png) no-repeat center center;
}
.left_menu_box ul li a .left_cho_on{
	color: #fff;
	background-color: #0077c4;
}
.left_cho{
	color: #000;
	background-color: #d3e6f8;
	position: absolute;
	top: 0;
	left: 0;
}
.left_on{
	color: #fff;
	background-color: #0077c4;
	position: absolute;
	top: 0;
	left: 239px;
}
.right_content_box{
	width: 729px;
	float: right;
	overflow: hidden;
}
.right_title{
	width: 729px;
	padding-bottom: 5px;
	border-bottom: solid 1px #eee;
	height: 30px;
	line-height: 30px;
	margin-top: 8px;
	margin-bottom: 10px;
}
.right_title h2{
	font-size: 18px;
	color: #000;
	float: left;
}
.loca_box{
	float: right;
}
.loca_box p{
	font-size: 12px;
	color: #000;
	margin-top: 4px;
}
.loca_box p a{
	color: #000;
}
.loca_box p span{
	color: #0077c4;
}
.jj_content{
	width: 729px;
	margin: 0 auto 100px;
	padding-bottom: 20px;
	overflow: hidden;
	background-color: #e3e9ed;
}
.about_wrap{
	width: 729px;
	margin: 0 auto 100px;
	padding-bottom: 20px;
	overflow: hidden;
}
.jj_content img{
	margin:0 auto;
	max-width: 100%;
}
.jj_content p{
	font-size: 14px;
	color: #000;
	line-height: 28px;
	text-indent: 28px;
}
.xg_jj_content p{
	width: 701px;
	margin: 0 auto;
}
.ry_content{
	width: 729px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
}
.main_about_box{
	width: 729px;
	padding: 15px 0;
	border-bottom: dashed 1px #e3e9ed;
	overflow: hidden;
}
.main_about_box p{
	font-size: 14px;
    color: #000;
    line-height: 28px;
    text-indent: 2em;
}
.about_wrap .first_main_about_box{
	padding-top: 0;
}
.main_about_title{
	font-size: 18px;
	color: #0069ad;
	border-left: solid 4px #0077c4;
	padding-left: 10px;
	line-height: 26px;
	height: 26px;
	margin-bottom: 30px;
	width: 100%;
	display: block;
}
.main_about_jj{
	overflow: hidden;
}
.main_about_jj img{
	width: 365px;
	height: 157px;
	float: left;
	margin-right: 25px;
}
.main_about_jj p{
	font-size: 14px;
	color: #000;
	line-height: 28px;
	margin-top: -6px;
}
.main_about_jj p span,.general_span_more{
	font-size: 12px;
	color: #0077c4;
	margin-left: 12px;
}
.main_pro_dk .general_more{
	margin-top: 0;
}
.general_more{
	font-size: 12px;
	color: #0077c4;
	float: right;
	margin-top: 20px;
}
.pro_more{
	font-size: 12px;
	color: #0077c4;
	position: absolute;
	bottom: 14px;
	right: 17px;
}
.main_about_ry img{
	float: left;
	margin-right: 19px;
	width: 230px;
	height: 144px;
}
.main_about_ry .main_about_last_ry{
	margin-right: 0;
}
.ry_content a{
	float: left;
	margin-right: 19px;
	margin-bottom: 20px;
	position: relative;
}
.ry_content a span{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	background: url(../img/ry-mb.png) no-repeat left top;
}
.ry_content a img{
	width: 230px;
	height: 144px;
}
.ry_content .ry_last_a{
	margin-right: 0;
}
.ry_fc{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: url(../img/ry-bg.png) repeat left top;
	z-index: 2;
	display: none;
}
.ry_fc_box{
	width: 554px;
	/*height: 394px;*/
	position: relative;
	margin: 0 auto;
}
.ry_xq_pic{
	width: 554px;
	/*height: 394px;*/
}
.ry_fc_close{
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
}
.ry_fc_box p{
	height: 46px;
	line-height: 46px;
	text-align: center;
	width: 100%;
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/picbottom-bg.png) no-repeat center center;
}
.page_box{
	float: right;
	margin-bottom: 80px;
	margin-top: 40px;
}
.page_box a{
	float: left;
	border: solid 1px #ccc;
	margin-right: 5px;
	display: block;
	padding: 9px 15px;
	font-size: 12px;
	color: #000;
}
.page_box a:hover,.page_box .page_on{
	background-color: #0077c4;
	color: #fff;
}
.zl_content{
	margin-bottom: 30px;
	width: 729px;
	overflow: hidden;
}
.zl_content p{
	font-size: 14px;
	color: #000;
	line-height: 28px;
	text-indent: 28px;
}
.zl_content_h{
	margin-bottom: 30px;
	width: 699px;
	padding: 10px 15px;
	background-color: #e3e9ed;
}
.zl_content_h h1{
	font-size: 16px;
	color: #0077c4;
	border-left: solid 4px #0077c4;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.zl_content_h p{
	font-size: 14px; 
	color: #000;
	margin-bottom: 5px;
}
.zz_right_box{
	position: relative;
	height: 645px;
}
.zz_pic{
	position: absolute;
	left: 0;
	top: 80px;
}
.main_news_content{
	width: 729px;
	overflow: hidden;
	margin: 0 auto;
}
.main_news_list{
	width: 729px;
	height: 160px;
	background-color: #e3e9ed;
	margin-bottom: 25px;
}
.main_news_pic_box{
	display: block;
	width: 370px;
	height: 160px;
	float: left;
	overflow: hidden;
	margin-right: 29px;
}
.main_news_pic_box img{
	width: 370px;
	height: 160px;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
.main_news_pic_box img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.main_news_text_box{
	width: 300px;
	float: left;
	padding-right: 30px;
	position: relative;
}
.main_news_text_box a{
	color: #000000;
}
.main_news_title h1{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 8px;
}
.main_news_title:hover{
	text-decoration: underline;
}
.main_news_text p{
	font-size: 14px;
	color: #000;
	line-height: 28px;
	text-indent: 2em;
}
.main_news_text_box h5{
	position: absolute;
	bottom: 0;
	right: 30px;
}
.news_list{
	width: 710px;
	padding-left: 19px;
	background: url(../img/home-sj.png) no-repeat left center;
	display: block;
	height: 47px;
	line-height: 47px;
	border-bottom: dashed 1px #e3e9ed;
	font-size: 14px;
	color: #000;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
.news_list:hover{
	color: #0077c4;
}
.news_list span{
	float: right;
	font-size: 12px;
	color: #999;
}
.news_xq_content{
	width: 729px;
	overflow: hidden;
	padding-bottom: 120px;
}
.news_xq_content h1{
	font-size: 20px;
	font-weight: bold;
	/*color: #000;*/
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px;
}
.news_xq_content h5{
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-bottom: 40px;
}
.news_xq_content h3{
	text-align: center;
	font-size: 14px;
	color: #000;
}
.news_xq_content p{
	font-size: 14px;
	color: #000;
	line-height: 28px;
	text-indent: 28px;
}
.news_xq_content img{
	margin: 30px auto 20px;
	max-width: 729px;
}
.news_general_back{
	color: #0077c4;
	font-size: 14px;
	float: left;
	margin-top: 40px;
}
.pro_list{
	padding: 30px 0;
	border-bottom: dashed 1px #e7ebef;
	width: 729px;
	overflow: hidden;
}
.pro_list a{
	display: block;
	width: 709px;
	height: 109px;
	padding: 10px;
	background-color: #e7ebef;
}
.pro_list a img{
	display: block;
	width: 198px;
	height: 106px;
	border: solid 1px #d3d3d3;
	float: left;
	margin-right: 35px;
}
.pro_list_text_box{
	float: left;
	width: 474px;
}
.pro_list_text_box h1{
	padding-left: 19px;
	background: url(../img/home-sj.png) no-repeat left center;
	font-size: 14px;
	color: #0077c4;
	height: 16px;
	line-height: 16px;
	margin-bottom: 8px;
}
.pro_list_text_box p{
	font-size: 14px;
	color: #000;
	line-height: 28px;
}
.left_sub_nav{
	margin: 0 auto;
	width: 239px;
	overflow: hidden;
	display: none;
}
.left_menu_box ul li .left_sub_nav a{
	width: 239px;
	height: 46px;
	background-color: #e7ebef;
	font-size: 12px;
	color: #000;
	line-height: 46px;
	text-align: center;
	margin-bottom: 1px;
}
.left_menu_box ul li .left_sub_nav a:hover{
	background-color: #d2d5da;
	color: #000;
}
.pro_xq_content{
	width: 729px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 100px;
}
.pro_xq_content h1{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
.pro_xq_content h5{
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-bottom: 40px;
}
.pro_xq_content img{
	/*border: solid 3px #d3d3d3;*/
	margin: 0 auto 30px;
}
.pro_xq_content p{
	font-size: 14px;
	color: #000;
	line-height: 28px;
	margin-bottom: 40px;
}
.main_pro_list{
	width: 729px;
	padding: 30px 0;
	overflow: hidden;
	border-bottom: dashed 1px #e7ebef;
}
.main_news_content .first_main_pro_list{
	padding-top: 0;
}
.main_pro_dk{
	display: block;
	width: 338px;
	height: 210px;
	border: solid 1px #d3d3d3;
	float: left;
	margin-right: 49px;
	background-color: #f7f7f7;
}
.main_pro_list .last_main_pro_dk{
	margin-right: 0;
}
.main_pro_dk img{
	width: 338px;
	height: 162px;
	border-bottom: solid 1px #d3d3d3;
	margin-bottom: 13px;
}
.main_pro_dk h2{
	font-size: 16px;
	color: #333;
	margin-left: 17px;
	margin-right: 17px;
}
.main_pro_ndk{
	width: 338px;
	height: 315px;
	border: solid 1px #d3d3d3;
	float: left;
	background-color: #f7f7f7;
	margin-right: 49px;
	position: relative;
}
.main_pro_dk1{
	width: 338px;
	height: 162px;
	overflow: hidden;
	display: block;
	border-bottom: solid 1px #d3d3d3;
	margin-bottom: 8px;
}
.main_pro_dk1 img{
	width: 338px;
	height: 162px;
}
.main_pro_ndk_a{
	float: left;
	display: block;
	width: 106px;
	height: 92px;
	border: solid 1px #d3d3d3;
	margin-right: 8px;
	position: relative;
	margin-bottom: 15px;
}
.main_pro_ndk_a span{
	width: 106px;
	position: absolute;
	bottom: 0;
	height: 23px;
	line-height: 23px;
	font-size: 11px;
	color: #fff;
	background-color: #bcbcbc;
	overflow: hidden;
	text-align: center;
}
.main_pro_ndk_a img{
	width: 106px;
	height: 69px;
}
.main_pro_ndk .main_pro_dk2{
	border-left: none;
}
.main_pro_ndk .main_pro_dk3{

}
.main_pro_ndk .main_pro_dk4{
	border-right: none;
	margin-right: 0;
}
.main_pro_ndk h2{
	font-size: 16px;
	color: #333;
	position: absolute;
	bottom: 14px;
	left: 17px;
}
.main_pro_list .last_main_pro_ndk{
	margin-right: 0;
}
.fw_tx_content{
	width: 729px;
	overflow: hidden;
}
.fw_tx_content p{
	font-size: 14px;
	line-height: 28px;
	color: #000;
	text-indent: 28px;
}
.fw_tx_content h4{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 25px 0;
}
.fw_txh_content{
	background-color: #e3e9ed;
	padding: 15px;
	overflow: hidden;
	width: 699px;
	margin: 0 auto 120px;
}
.fw_txh_content p{
	font-size: 14px;
	line-height: 28px;
	color: #000;
}
.fwtd_list{
	float: left;
	width: 314px;
	height: 192px;
	padding: 20px;
	border: solid 1px #ccc;
	background-color: #fff;
	overflow: hidden;
	margin-right: 17px;
	margin-bottom: 17px;
}
.fwtd_list h1{
	font-size: 14px;
	color: #000;
	margin-bottom: 12px;
}
.fwtd_line{
	width: 314px;
	margin-bottom: 10px;
	overflow: hidden;
}
.fwtd_line h2{
	font-size: 14px;
	color: #000;
	float: left;
	margin-left: 40px;
}
.fwtd_line h3{
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}
.fwtd_line h4{
	font-size: 14px;
	color: #000;
	float: left;
}
.fwtd_line h5{
	font-size: 14px;
	color: #000;
	float: left;
}
.main_news_content .last_fwtd_list{
	margin-right: 0;
}
.form_content{
	width: 729px;
	overflow: hidden;
	margin: 0 auto 120px;
}
.form_line{
	width: 729px;
	margin-bottom: 18px;
	overflow: hidden;
}
.form_line h5{
	font-size: 14px;
	color: #000;
	width: 77px;
	text-align: left;
	float: left;
	height: 45px;
	line-height: 45px;
}
.form_line input[type="text"]{
	width: 643px;
	padding-left: 7px;
	float: left;
	border: solid 1px #cccccc;
	height: 45px;
	line-height: 45px;
}
.form_line textarea{
	resize: none;
	width: 643px;
	height: 220px;
	padding: 7px 0 7px 7px;
	float: left;
}
.tj_button{
	width: 650px;
	float: right;
	height: 46px;
	line-height: 46px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #fff;
	margin: 40px auto 0;
}
.tj_y{
	background-color: #faa619;
}
.tj_l{
	background-color: #0077c4;
}
.down_title{
	padding: 0 20px;
	width: 689px;
	height: 46px;
	background-color: #999;
}
.down_title h2{
	font-size: 14px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	float: left;
	color: #fff;
}
.down_h21{
	width: 320px;
}
.down_h22{
	width: 90px;
}
.down_h23{
	width: 90px;
}
.down_h24{
	width: 129px;
}
.down_h25{
	width: 60px;
	float: right;
}
.down_tr{
	padding: 0 20px;
	width: 689px;
	height: 46px;
	line-height: 46px;
	background-color: #fff;
	border-bottom: dashed 1px #eee;
	cursor: pointer;
}
.down_tr h2{
	font-size: 14px;
	color: #000;
	text-align: center;
	float: left;
	height: 46px;
	line-height: 46px;
}
.down_tr .down_h25{
	background: url(../img/down-icon.png) no-repeat center center;
}
.contact_content{
	width: 669px;
	padding-left: 30px;
	background-color: #e3e9ed;
	padding: 20px 30px 10px;
	margin: 0 auto 120px;
}
.contact_line{
	width: 699px;
	margin-bottom: 25px;
}
.contact_line h5{
	font-size: 14px;
	color: #000;
	float: left;
	width: 115px;
	text-align: left;
}
.contact_line h4{
	font-size: 14px;
	color: #000;
	margin-bottom: 25px;
}
.contact_line h3{
	font-size: 14px;
	color: #000;
	margin-left: 115px;
}
.yj_main_wrap{
	width: 729px;
	margin: 0 auto 15px;
	border-bottom: dashed 1px #e3e9ed;
	padding-bottom: 15px;
}
.yj_main_box{
	width: 709px;
	height: 164px;
	padding: 10px;
	overflow: hidden;
	background-color: #e3e9ed;
	position: relative;
}
.yj_main_ndk1{
	float: left;
	width: 219px;
	height: 162px;
	display: block;
	border: solid 1px #cccccc;
	margin-right: 10px;
}
.yj_main_ndk1 img{
	width: 219px;
	height: 162px;
}
.yj_main_box h1{
	font-size: 16px;
	color: #333;
	margin-left: 10px;
	float: left;
	margin-bottom: 27px;
}
.yj_main_bot_pic_box{
	height: 115px;
	float: left;
	overflow: hidden;
	position: absolute;
	left: 250px;
	bottom: 11px;
}
.yj_main_bot_pic_box .yj_main_ndk{
	float: left;
	display: block;
	width: 110px;
	height: 92px;
	margin-right: 10px;
	overflow: hidden;
	border: solid 1px #cccccc;
	margin-top: 22px;
	position: relative;
}
.yj_main_bot_pic_box .yj_main_ndk img{
	width: 110px;
	height: 92px;
}
.yj_main_bot_pic_box .yj_main_ndk span{
	width: 110px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	position: absolute;
	background: url(../img/yj-mb.png) no-repeat left center;
	bottom: 0;
	font-size: 12px;
	color: #fff;
}
.yj_main_bot_pic_box .last_yj_pica{
	margin-right: 0;
}
.yj_main_bot_pic_box .yj_more{
	position: absolute;
	right: 0;
	top: -20px;
}
.zp_content{
	width: 729px;
	padding-bottom: 120px;
	overflow: hidden;
	margin: 0 auto;
}
.zp_content p{
	font-size: 14px;
	color: #000;
	line-height: 28px;
}
.zp_content h1{
	padding: 0 15px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #005c99;
	background-color: #e3e9ed;
	margin: 20px auto;
}
.zp_content h1 span{
	font-size: 12px;
    color: #000;
    margin-left: 10px;
}
.zp_content h1 a{
	font-size: 14px;
	color: #ff6600;
	float: right;
}
.zp_content .first_h5{
	margin-top: 60px;
}
.zp_content h5{
	font-size: 12px; 
	color: #000;
	margin: 0 auto;
	line-height: 22px;
}
.zp_wrap{
	width: 1000px;
	background-color: #f9fdff;
	position: relative;
	margin: 0 auto;
	z-index: 999;
	display: none;
}
.zp_box{
	margin-top: 27px;
	width: 973px;
	background-color: #fff;
	padding-bottom: 85px;
}
.zp_close{
	position: absolute;
	right: 0px;
	top: -27px;
	cursor: pointer;
}
.zp_box h1{
	text-align: center;
	height: 96px;
	line-height: 96px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 55px;
	font-weight: bold;
}
.zp_line{
	width: 883px;
	margin-bottom: 29px;
	margin-left: 90px;
	overflow: hidden;
}
.zp_line h5{
	font-size: 16px;
	color: #000;
	float: left;
	width: 100px;
	text-align: left;
	height: 45px;
	line-height: 45px;
}
.zp_line h4{
	font-size: 16px;
	color: #ff0000;
	height: 45px;
	line-height: 45px;
}
.zp_line .name_input{
	width: 302px;
	height: 45px;
	line-height: 45px;
	padding-left: 7px;
	font-size: 16px;
	color: #000;
	float: left;
	margin-right: 10px;
	border: solid 1px #ccc;
	background-color: #f6f6f6;
}
.zp_line .lx_input{
	width: 542px;
	height: 45px;
	line-height: 45px;
	padding-left: 7px;
	font-size: 16px;
	color: #000;
	float: left;
	margin-right: 10px;
	border: solid 1px #ccc;
	background-color: #f6f6f6;
}
.zp_line a{
	padding-left: 41px;
	display: block;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	color: #000;
	float: left;
	margin-right: 45px;
	background: url(../img/sex-cho.png) no-repeat left center;
}
.zp_line .sex_cho_on{
	background: url(../img/sex-cho-on.png) no-repeat left center;
}
.zp_line textarea{
	width: 542px;
	height: 197px;
	border: solid 1px #ccc;
	padding: 7px 0 7px 7px;
	resize: none;
	background-color: #f6f6f6;
	font-size: 16px;
	color: #000;
}
.zp_sub{
	display: block;
	width: 647px;
	text-align: center;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	color: #fff;
	margin: 60px auto 0;
	background-color: #0077c4;
}
.main_news_content .last_hrtd_list{
	margin-right: 0;
}
.hrtd_list{
	display: block;
	width: 354px;
	height: 375px;
	margin-right: 17px;
	border: solid 1px #cccccc;
	float: left;
	margin-bottom: 45px;
	background-color: #fff;
}
.hrtd_list img{
	width: 354px;
	height: 234px;
	border-bottom: solid 1px #cccccc;
}
.hrtd_list h2{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 6px;
	width: 265px;
}
.hrtd_list p{
	font-size: 14px;
	color: #000;
	line-height: 28px;
	text-indent: 2em;
	width: 328px;
    margin: 0 auto;
}

.foot1{
	margin: 0 auto;
	min-width: 1000px;
	background: url(../img/foot1.jpg) no-repeat center center;
	height: 19px;
}
.foot2{
	height: 155px;
	margin: 0 auto;
	min-width: 1000px;
	background-color: #005a95;
	overflow: hidden;
}
.foot2_box{
	margin: 30px auto;
	width: 1000px;
	height: 90px;
}
.foot2_box ul{
	width: 500px;
	float: left;
	overflow: hidden;
}
.foot2_box ul li{
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
.foot2_box ul li span{
	font-size: 14px;
	margin-right: 10px;
}
.foot_link{
	width: 500px;
	float: left;
	padding-top: 35px;
}
.foot_link h2{
	font-size: 16px;
	color: #fff;
	float: right;
	margin-right: 10px;
	height: 35px;
	line-height: 35px;
}
.foot_link select{
	 background-color: #003f68;
	 border: none;
	 height: 35px;
	 width: 230px;
	 font-size: 14px;
	 color: #fff;
	 float: right;
}
.foot3{
	height: 100px;
	background-color: #333;
	padding-top: 44px;
}
.foot3 p{
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}
.ny_foot{
	height: 70px;
	min-width: 1000px;
	margin: 0 auto;
	background-color: #000;
	overflow: hidden;
	line-height: 70px;
}
.ny_foot_box{
	width: 1000px;
	margin: 0 auto;
}
.ny_foot_box ul{
	float: left;
	overflow: hidden;
	margin-top: 27px;
}
.ny_foot_box ul li{
	float: left;
}
.ny_foot_box ul li a{
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 0 6px;
	border-right: solid 1px #fff;
	height: 16px;
	line-height: 16px;
}
.ny_foot_box ul li a:hover{
	color: #0077c4;
	transition: 0.3s ease-out;
}
.ny_foot_box h5{
	float: right;
	font-size: 12px;
	color: #fff;
}
*.red{color: #ff0000;}
*.blue{color: #0000ff;}.home_b_content2 .home_b_content2_box .home_yj_lb_box .yj_lb_ul li {
	color: #000;
}
