﻿html,body{
	min-width: 1000px;
	margin: 0 auto;
	font-family: "微软雅黑";
}
body{
	background-color: #fff;
}
.head{
	min-width: 1000px;
	margin: 0 auto;
	background: url(../img/head-bg.png) repeat-x;
	border-bottom: solid 10px #285ac8;
}
.logo_head_box{
	width: 1000px;
	height: 80px;
	margin: 0 auto;
}
.logo_head_box a{
	float: left;
	margin-top: 20px;
}
.head_funktion{
	width: 454px;
	float: right;
	height: 35px;
	margin-top: 22px;
	position:relative;
}
.head_funktion img{
	display: block;
	float: left;
	cursor: pointer;
}
.search{
	margin-top: 8px;
	margin-left: 14px;
}
.head_funktion .book{
	float: right;
	margin-left: 10px;
	margin-right: 40px;
}
.head_funktion input{
	float: left;
	height: 33px;
	line-height: 33px;
	border: solid 1px #c9c9c9;
	border-radius: 2px;
	width: 200px;
	padding-left: 25px;
	font-size: 12px;
	overflow: hidden;
}
.head_funktion a{
	float: left;
	margin-top: 10px;
	color: #333;
	font-size: 12px;
	margin-left: 25px;
}
.head_funktion .yst_ewm{
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 40px;
	display: none;
	z-index: 999;
}
.menu_head_box{
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}
.menu_head_box ul{
	overflow: hidden;
	width: 800px;
	float: right;
}
.menu_head_box ul li{
	float: left;
	width: 100px;
	height: 40px;
	background: url(../img/menu-line.png) no-repeat right center;
}
.menu_head_box ul li a{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 100px;
	text-align: center;
}
.menu_head_box .last_menu_li{
	background: none;
}
.sub_menu_box{
	background: #285ac8;
	width: 100%;
	margin: 0 auto;
	height: 50px;
	display: none;
}
.sub_menu_box ul{
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
	height: 50px;
}
.sub_menu_box ul li a{
	float: left;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 55px;
	text-align: center;
	width: 100px;
	color: #fff;
}
.sub_menu_box .sub_menu_first_li{
	margin-left: 200px;
}
.sub_menu_box ul li a:hover{
	font-weight: bold;
	text-decoration: underline;
}
.home_content{
	min-width: 1000px;
	margin: 0 auto;
}
.banner{
	height: 520px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.general_banner{
	margin: 0 auto;
	height: 200px;
}
.general_banner img{
	max-width: 1000px;
	margin: 0 auto;
}
.banner .mypic{
	width: 100%;
	min-width: 1000px;
}
.mypic img{
	margin: 0 auto;
}
.cho_box{
	height: 11px;
	position: absolute;
	top: 340px;
	left: 50%;
}
.cho_box ul li{
	float: left;
	margin-left: 20px;
	background: url(../img/cho.png) no-repeat center center;
	height: 11px;
	width: 11px;
	cursor: pointer;
	position: relative;
	right: 50%;
}
.cho_box .cho_on{
	background: url(../img/cho-h.png) no-repeat center center;
}
.home_bg_box{
	height: 400px;
	min-width: 1000px;
	background: url(../img/content-bg.png) no-repeat center top;
	margin-top: -145px;
	position: relative;
	z-index: 99;
	overflow: hidden;
}
.home_content_box{
	width: 1000px;
	margin: 0 auto 50px;
	height: 400px;
	background: #fff;
	overflow: hidden;
}
.content_list{
	width: 390px;
	margin: 50px 0 0 75px;
	float: left;
}
.content_title{
	height: 45px;
	line-height: 45px;
	border-bottom: solid 4px #285ac8;
	margin-bottom: 15px;
}
.content_title h1{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	float: left;
}
.content_title h3{
	font-size: 14px;
	float: right;
	color: #f08300;
}
.content_title h3 a{
	color: #f08300;
	margin-top: 3px;
	display: block;
}
.content_text{
	width: 390px;
}
.content_text img{
	width: 160px;
	height: 100px;
	float: left;
	margin-right: 30px;
	margin-bottom: 7px;
}
.home_new_list{
	border-bottom: dashed 1px #adadad;
	overflow: hidden;
	padding:10px 0;
}
.home_new_list a{
	font-size: 14px;
	color: #333;
}
.home_new_list h5{
	font-size: 12px;
	color: #333;
	float: right;
	margin-top: 4px;
}
.content_text .first_home_new_list{
	padding-top: 0;
	margin-left: 190px;
}
.content_text p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 35px;
	text-indent: 28px;
}
.general_content{
	margin: 0 auto;
	min-width: 1000px;
	overflow: hidden;
}
.about_content_box{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.locate_box{
	margin: 0 auto 20px;
	color: #333;
}
.locate_box img{
	float: left;
	margin-top: 3px;
	margin-right: 3px;
}
.locate_box a{
	color: #333;
	font-size: 14px;
}
.locate_box .locate_bold{
	font-weight: bold;
}
.left_menu_box{
	width: 260px;
	margin: 0 40px 0 0;
	float: left;
}
.left_menu_box a{
	display: block;
	width: 260px;
	height: 40px;
	margin-bottom: 1px;
	line-height: 40px;
	background: #ccc;
	font-size: 14px;
	color: #333;
	text-align: center;
	letter-spacing:7px;
}
.left_menu_box .left_menu_on{
	background: #285ac8 url(../img/ysj.png) no-repeat 60px center;
	color: #fff;
}
.general_content_box{
	width: 700px;
	float: left;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.general_content_box2{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.general_title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	border-bottom: solid 1px #979797;
	height: 35px;
	margin-bottom: 30px;
}
.zc_content i{
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
	display: block;
}
.zc_content p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.zc_content h5{
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
.zc_sub_box{
	float: right;
	margin: 35px 0 85px;
}
.jj_content img{
	margin: 0 auto 30px;
	max-width: 700px;
}
.jj_content p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	text-indent: 28px;
}
.jj_content{
	margin-bottom: 90px;
}
.lc_content ul{
	width:700px;
	background: url(../img/lc-bg.png) no-repeat center center; 
	height: 120px;
	margin-top: -90px;
}
.lc_content ul li{
	float: left;
	height: 100px;
	width: 100px;
	margin-bottom: 80px;
	background: url(../img/history-m.png) no-repeat center center;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
	position: relative;
	z-index: 2;
}
.lc_content ul .lc_li_on{
	background: url(../img/history-m-h.png) no-repeat center center;
}
.lc_content .block_box{
	display: block;
}
.lc_year_box{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 700px;
	height: 200px;
	z-index: 1;
}
.lc_year{
	float: left;
	width: 100px;
	height: 80px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	display: none;
}
.lc_year_box .lcyear1{
	top:78px;
}
.lc_year_box .lcyear2{
	top:48px;
	left:122px;
}
.lc_year_box .lcyear3{
	top:48px;
	left:203px;
}
.lc_year_box .lcyear4{
	top:23px;
	left:310px;
}
.lc_year_box .lcyear5{
	top:23px;
	left:390px;
}
.lc_year_box .lcyear6{
	left:501px;
}
.lc_year_box .lcyear7{
	left:579px;
}
.lc_year p{
	font-size: 24px;
	color: #fff;
	width: 100px;
	height: 53px;
	line-height: 53px;
	background-color: #f18709;
	display: block;
}
.lc_content ul .lc_li1{
	margin-top:47px;
}
.lc_content ul .lc_li2{
	margin-top:23px;
	margin-left:24px;
}
.lc_content ul .lc_li3{
	margin-top:23px;
	margin-left:-20px;
}
.lc_content ul .lc_li4{
	margin-top:-2px;
	margin-left:9px;
}
.lc_content ul .lc_li5{
	margin-top:-2px;
	margin-left:-20px;
}
.lc_content ul .lc_li6{
	margin-top:-26px;
	margin-left:9px;
}
.lc_content ul .lc_li7{
	margin-top:-26px;
	margin-left:-20px;
}
.lc_year i{
	width: 20px;
	height: 17px;
	background: url(../img/lc-xsj.png) no-repeat center center;
	display: inline-block;
}
.lc_r_text{
	margin: 60px auto;
	width: 550px;
	background-color: #dcdcdc;
	position: relative;
	padding: 55px 75px 45px;
	display: none;
}
.lc_r_text span{
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.lc_r_text p{
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}
.general_title a{
	float: right;
	display: block;
	width: 98px;
	height: 34px;
	border: solid 1px #adadad;
	background: #dcdcdc;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	text-align: center;
}
.general_title .last_rra{
	margin-right: 30px;
	border-left: none;
}
.general_title .rr_on,.general_title .rr_now{
	background-color: #fff;
	border-bottom: solid 1px #fff;
}
.zz_content{
	overflow: hidden;
	margin: 60px auto 95px;
	display: none;
}
.zz_content img{
	width: 135px;
	
	float: left;
	margin-right: 53px;
	margin-bottom: 30px;
	cursor: pointer;
}
.zz_content .fouth_pic{
	margin-right: 0px;
}
.general_content_box .block_zz{
	display: block;
}
.rr_fc_box{
	position: fixed;
	left: 30%;
	top: 2%;
	height: 700px;
	width: 600px;
	background: url(../img/zzbg.png) no-repeat center center;
	display: none;
}
.rr_fc_box .close_rrfc{
	float: right;
	margin:20px 20px 0;
}
.rr_fc_box .chol_rrfc{
	float: left;
	margin-top: 335px;
	margin-left: 30px;
}
.rr_fc_box .chor_rrfc{
	float: right;
	margin-top: 285px;
	margin-right: 35px;
}
.zz_watch_box{
	width: 430px;
	
	border: solid 5px #000;
	overflow: hidden;
	margin-left: 25px;
	margin-top: 50px;
	float: left;
}
.zz_watch_box ul{
	overflow: hidden;
	width: 10000%;
}
.zz_watch_box ul li{
	float: left;
	width: 430px;
	
}
.zz_watch_box img{
	margin: 0;
	width: 100%;
	height: 100%;
}
.video_box{
	width: 590px;
	height: 400px;
	margin: 0 auto 90px;
} 
.sm_list{
	border-bottom: dashed 1px #adadad;
	line-height: 49px;
	overflow: hidden;
}
.sm_list h3{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	float: left;
}
.sm_list img{
	float:  right;
	margin:15px 25px 0 0;
	cursor: pointer;
}
.sm_box{
	display: none;
	float: left;
}
.sm_box p{
	font-size: 14px;
	color: #333;
	text-indent: 28px;
}
.news_list{
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: dashed 1px #cfcfcf;
}
.news_pic{
	width: 280px;
	height: 200px;
	margin-right: 60px;
	float: left;
	margin-top: 25px;
}
.news_pic img{
	width: 100%;
	height: 100%;
}
.news_text_box{
	float: right;
	padding-right: 60px;
	width: 600px;
	margin-top: 25px;
}
.news_text_box h2{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.news_text_box h5{
	font-size: 12px;
	color: #333;
	margin: 30px auto;
}
.news_text_box p{
	font-size: 14px;
	color: #333;
}
.news_ckxq{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: solid 1px #285ac8;
	border-radius: 2px;
	font-size: 14px;
	color: #285ac8;
	margin-top: 10px;
}
.news_ckxq:hover{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: solid 1px #285ac8;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	background-color: #285ac8;
	margin-top: 10px;
}
.page_box{
	height: 20px;
	margin: 40px 0 90px 40%;
}
.page_box ul li{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #000;
	font-family: 'Arial';
	float: left;
	cursor: pointer;
	margin-left: 15px;
}
.page_box ul li img{
	margin: 5px 6px;
}
.page_box .page_on,.page_box .page_now{
	background-color: #ff8200;
	color: #fff;
}
.news_hide_box{
	display: none;
}
.general_content_box2 .block_news_box{
	display: block;
	padding: 0px 0px 20px 0px;
}
.news_xq_box{
	padding: 40px 100px 90px;
}
.xq_lb_bg{
	width: 800px;
	height: 420px;
	margin: 0 auto;
	background-color: #e6e6e6;
}
.xq_chol{
	float: left;
	margin-top: 165px;
	margin-left: 40px;
}
.xq_chor{
	float: right;
	margin-top: 165px;
	margin-right: 40px;
}
.xq_lb_box{
	width: 600px;
	height: 346px;
	overflow: hidden;
	float: left;
	margin-top: 35px;
	margin-left: 40px;
}
.xq_lb_box ul{
	width: 300%;
	overflow: hidden;
}
.xq_lb_box ul li{
	width: 600px;
	height: 346px;
	float: left;
}
.xq_text_box{
	width: 900px;
	margin: 0 auto;
	padding: 0 0 90px;
}
.xq_text_box h1,.jj_content h1{
	font-size: 24px;
	color: #333;
	text-align: center;
}
.xq_text_box h5,.jj_content h5{
	font-size: 12px;
	color: #333;
	text-align: center;
	margin: 40px auto 20px;
}
.xq_text_box p{
	font-size: 16px;
	color: #333;
	text-indent: 32px;
	margin-bottom: 10px;
}
.xq_text_box img{
	max-width: 900px;
	margin: 0 auto;
}
.xq_text_box a.return_list{
	display: inline-block;
	text-align: center;
	width: 120px;
	height: 30px;
	border: solid 1px #979797;
	border-radius: 4px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin: 50px 0 0 400px;
}
.xq_sub{
	float: right;
	margin: 30px 0 70px;
}
.xq_sub h4{
	font-size: 14px;
	color: #333;
}
.pro_list{
	width: 158px;
	height: 158px;
	border: solid 1px #979797;
	margin-right: 20px;
	float: left;
	display: block;
}
.pro_list h6{
	font-size: 14px;
	text-align: center;
	width: 145px;
	line-height: 20px;
	margin: 108px auto 0;
}
.jj_content .pro1{
	background: url(../img/protx-pic1.png) no-repeat center 25px;
	color: #333;
}
.jj_content .pro1:hover{
	background:#285ac8 url(../img/protx-pic1-h.png) no-repeat center 25px;
	color: #fff;
}
.jj_content .pro2{
	background: url(../img/protx-pic2.png) no-repeat center 25px;
	color: #333;
}
.jj_content .pro2:hover{
	background:#285ac8 url(../img/protx-pic2-h.png) no-repeat center 25px;
	color: #fff;
}
.jj_content .pro3{
	background: url(../img/protx-pic3.png) no-repeat center 25px;
	color: #333;
}
.jj_content .pro3:hover{
	background:#285ac8 url(../img/protx-pic3-h.png) no-repeat center 25px;
	color: #fff;
}
.jj_content .pro4{
	background: url(../img/protx-pic4.png) no-repeat center 25px;
	color: #333;
	margin-right:0;
}
.jj_content .pro4:hover{
	background:#285ac8 url(../img/protx-pic4-h.png) no-repeat center 25px;
	color: #fff;
}
.tx_box{
	margin-top: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.pas_sj{
	background: url(../img/txsjt.png) no-repeat center bottom;
	overflow: hidden;
	height: 40px;
	width: 160px;
	position: relative;
	z-index: 2;
	display: none;
}
.tx_gn_box{
	width: 598px;
	margin: -21px auto 50px;
	border: solid 1px #285ac8;
	padding: 40px 50px;
	position:relative;
	overflow: hidden;
	display: none;
}
.txgn_sj{
	position:relative;
	overflow: hidden;
	display: none;
}
.txgn_sj .txsjt{
	top: 23px;
	position: absolute;
	background: url(../img/txsjt.png) no-repeat center center;
}
.txgn_sj .txjt1{
	left: 20px;
}
.tx_gn_box ul li{
	float: left;
	width: 299px;
	line-height:40px;
}
.tx_gn_box ul li a{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.tx_gn_box ul li a:hover{
	font-size: 18px;
	font-weight: bold;
	color: #285ac8;
}
.back_list{
	width: 118px;
	height:28px;
	border: solid 1px #979797;
	border-radius: 4px;
	display: block;
	margin: 70px 0 0 320px;
	font-size: 14px;
	color: #333;
	line-height: 28px;
	text-align: center;
}
.back_list:hover{
	color: #fff;
	background-color: #285ac8;
}
.al_list{
	height: 50px;
	line-height: 50px;
	border-bottom: dashed 1px #adadad;
}
.al_list a{
	float: left;
	font-size: 14px;
	color: #333;
}
.al_list .ckxq{
	width: 118px;
	height:28px;
	border: solid 1px #979797;
	border-radius: 4px;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 28px;
	text-align: center;
	float: right;
	margin-top: 10px;
}
.al_list .ckxq:hover{
	color: #fff;
	background-color: #285ac8;
}
.fw_list{
	margin-bottom: 35px;
}
.fw_list h3{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.fw_list h4{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	text-indent: 28px;
}
.zp_list{
	height: 45px;
	line-height: 45px;
}
.zp_list h3{
	float: left;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	width: 250px;
}
.zp_list h4{
	float: left;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	width: 180px;
}
.zp_list h6{
	float: left;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	width: 100px;
}
.zp_list a{
	width: 118px;
	height:28px;
	border: solid 1px #979797;
	border-radius: 4px;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 28px;
	text-align: center;
	float: right;
	margin-top: 5px;
}
.zp_list a:hover{
	color: #fff;
	background-color: #285ac8;
}
.zp_yq_list{
	width: 350px;
	float: left;
	margin-bottom: 20px;
}
.zp_yq_list h3{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	float: left;
	margin-right: 35px;
}
.zp_yq_list h4{
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.zp_title_box{
	border-bottom: dashed 1px #cfcfcf;
	overflow: hidden;
	margin-bottom: 30px;
}
.zp_h3{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
}
.link_tap_box{
	overflow: hidden;
	margin: 0 0 0 165px;

}
.link_tap_box a{
	display: block;
	width: 158px;
	height: 28px;
	border: solid 1px #979797;
	border-bottom: none;
	float: left;
	margin-right: 11px;
	font-size: 14px;
	text-align: center;
	line-height: 27px;
	background-color: #adadad;
	color: #fff;
}
.link_tap_box .link_tap_on{
	color: #333;
	border-bottom: solid 1px #d4def4;
	background-color: #d4def4;
}
.general_content_box2 .first_comp_link_box{
	display: block;
}
.comp_link_box{
	border: solid 1px #979797;
	padding: 60px 50px 40px;
	overflow: hidden;
	margin-top: -1px;
	display: none;
	margin-bottom: 120px;
	background-color: #d4def4;
}
.comp_link_box ul li{
	float: left;
	margin-bottom: 20px;
	width: 179px;
}
.comp_link_box ul li a{
	font-size: 16px;
	color: #333;
}
.foot{
	min-width: 1000px;
	border-top: solid 10px #285ac8;
	overflow: hidden;
}
.contact_foot_box{
	height: 155px;
	width: 1000px;
	margin: 40px auto;
}
.foot_menu_box{
	width: 700px;
	float: left;
}
.foot_menu_list{
	float: left;
	margin-right: 65px;
}
.foot_menu_list h2{
	font-size: 18px;
	color: #221815;
}
.foot_menu_list h2 span{
	color: #f08300;
}
.foot_menu_list ul{
	overflow: hidden;
}
.foot_menu_list ul li a{
	font-size: 12px;
	color: #221815;
	display: block;
	margin-top: 15px;
}
.foot_contact_box{
	overflow: hidden;
	width: 300px;
	float: right;
}
.foot_contact_box h1{
	font-size: 30px;
	color: #221815;
	float: left;
	margin-right: 20px;
}
.foot_contact_box ul{
	overflow: hidden;
	width: 300px;
}
.foot_contact_box .address_li{
	font-size: 14px;
}
.foot_contact_box ul li{
	font-size: 18px;
	color: #221815;
	float: left;
	width: 300px;
	margin-top: 12px;
}
.foot_contact_box ul li img{
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.foot2{
	min-width: 1000px;
	margin: 0 auto;
	border-top: solid 1px #979797;
	height: 60px;
	line-height: 60px;
	background-color: #dcdcdc;
}
.foot_box{
	width: 1000px;
	height: 60px;
	margin: 0 auto;
}
.foot_box a{
	display: block;
	float: left;
	margin-top: 7px;
}
.foot_box p{
	float: right;
	color: #333;
	font-size: 12px;
}


#pages{
	padding: 20px 0px 10px 0px;
	text-align: right;
	font-size: 14px;
	color:#666;
}
#pages a{
	color:#666;
	margin-right: 4px;
	padding: 4px 10px;
	background-color: #eee;
}
#pages a:hover,#pages a.on{
	color:#fbfbfb;
	background-color: #666;
}


/*易思拓增加页面样式*/
.general_title .mid_rra{
	border-left: none;
}
.zbcy_list{
	margin: 0 auto;
	padding-bottom:30px;
	border-bottom: dashed 1px #b2b7c0;
	overflow: hidden;
	margin-bottom: 30px;
}
.zbcy_pic{
	float: left;
	width: 150px;
	height: 200px;
}
.zbcy_pic img{
	width: 100%;
	height: 100%;
}
.zbcy_text{
	float: left;
	width: 450px;
	margin-top: 50px;
	margin-left: 60px;
}
.zbcy_text h3{
	font-size: 16px;
	color: #333;
	margin-bottom: 35px;
}
.zbcy_text h4{
	font-size: 14px;
	color: #333;
}
.fc_box{
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: dashed 1px #cfcfcf;
}
.fc_box .last_right_fcbox{
	margin-right: 0px;
}
.fc_box a{
	display: block;
	float: left;
	color: #333;
	margin-right: 31px;
	margin-bottom: 30px;
}
.fc_box a img{
	width: 210px;
	height: 150px;
	margin-bottom: 18px;
}
.fc_box h3{
	margin-bottom: 13px;
	font-size: 14px;
}
.fc_box h6{
	font-size: 12px;
}
.fhlb{
	display: block;
	width: 120px;
	height: 30px;
	border: solid 1px #979797;
	border-radius: 4px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin: 60px 0 0 275px;
}
.fhlb:hover{
	color: #fff;
	background-color: #285ac8;
}
.xq_text_box a:hover{
	color: #fff;
	background-color: #285ac8;
}
.zp_info_box{
	border-bottom: dashed 1px #cfcfcf;
	padding-bottom: 60px;
	margin: 0 auto;
	overflow: hidden;
	color: #333;
	font-size: 18px;
}
.zp_info_box h3{
	font-weight: bold;
	float: left;
	margin-right: 35px;
	width: 100px;
}
.info_list .zp_first_h4{
	margin: 0
}
.zp_info_box h4{
	font-weight: normal;
	float: left;
	margin: 0 10px;
}
.zp_info_box input{
	float: left;
	height: 24px;
}
.zp_info_box select{
	float: left;
}
.info_list{
	overflow: hidden;
	float: left;
	width: 700px;
	margin-bottom: 11px;
}
.inp100{
	width: 100px;
}
.inp200{
	width: 200px;
}
.zp_info_box textarea{
	width: 498px;
	height: 138px;
	resize: none;
}
/*易思拓增加页面样式结束 2015年11月2日*/
/* 联系方式修复 */
.foot_contact_box .contact-info {
    clear: both; /* 清除h1浮动影响，新起一行 */
    margin-top: 10px;
    width: 100%;
}

.foot_contact_box .contact-info p {
    display: flex; /* 图标+文字一行 */
    align-items: center; /* 垂直居中 */
    margin: 0 0 10px 0; /* 重置p边距 */
    white-space: nowrap; /* 禁止换行 */
    padding: 0;
    line-height: 1.4;
}

.foot_contact_box .contact-info img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0; /* 图标不压缩 */
    vertical-align: middle;
}

.foot_contact_box h1 {
    display: block;
    clear: both;
    float: none !important; /* 确保不浮动 */
    margin-bottom: 15px;
}

.foot_contact_box ul {
    margin-top: 10px; /* 与电话区拉开距离 */
    clear: both;
    padding-left: 0; /* 重置ul内边距 */
}