﻿﻿@charset "utf-8";
/* CSS Document 最新版 */

*{ margin:0px; padding:0px;border: 0px;}
body{color: #222222;font-family: "Arial","微软雅黑","宋体"; line-height:1.5;margin:0px; padding:0px;border: 0px; }

div{margin: 0px;padding: 0px;border: 0px;font-size: 14px;}
label{margin: 0px;padding: 0px;border: 0px;font-size: 14px; font-weight:normal;}
form{margin: 0px;padding: 0px;border: 0px;}
img{vertical-align:middle;margin: 0px;padding: 0px;border: 0px; }/*设置图片初始化为垂直居中，因为默认的是左上角对齐*/
table,tr,td,dr,th {margin: 0px;padding: 0px;border: 0px; color:#333333;}
table{ border-collapse:collapse; border-spacing:0; }/*合并重复的边线*/
ul,ol,li,dl,dt,dd{margin: 0px;padding: 0px;list-style-type:none; }
h1,h2,h3,h4,h5{ line-height:1.2;}

.clearboth{clear:both;font-size: 0px;margin: 0px;padding: 0px;	height: 0px; line-height:0;border: 0px;}
.float_left{ float:left;}


a:link,a:visited,a:active{ color:#222222; text-decoration:none; font-size:14px;}
a:hover{ color:#ff8000; text-decoration: none;}

a.link_red16b{ color:#fd0620; font-size:16px; font-weight:bold;}
a.link_red16b:hover{ color:#ff8000;}
a.link_blue12{ color:#00a3d2; font-size:12px;}
a.link_blue12:hover{ color:#ff8000;}
a.link_red14{ color:#fd0620; font-size:14px; }
a.link_red14:hover{ color:#ff8000;}
a.link_red14b{ color:#fd0620; font-size:14px;font-weight:bold; }
a.link_red14b:hover{ color:#ff8000;}
a.link_white16{ color:#fff; font-size:16px;}
a.link_white16:hover{ color:#fcff00;}
a.link_green14b{ color:#009e21; font-size:14px; font-weight:bold; }
a.link_green14b:hover{ color:#ff8000;}
a.link_green14{ color:#009e21; font-size:14px; }
a.link_green14:hover{ color:#ff8000;}


.fcolor_green{ color:#009e21;}
.fcolor_red{ color:#ec003d;}
.fcolor_blue{ color:#00a3d2;}
.fcolor_green16{ color:#009e21; font-size:16px;}

.align_right{ text-align:right;}
.align_left{ text-align:left;}
.align_center{ text-align:center;}

.width_p100{ width:100%;}
.width_p90{ width:90%;}
.width_p80{ width:80%;}
.width_p70{ width:70%;}
.width_p60{ width:60%;}
.width_p50{ width:50%;}
.width_p40{ width:40%;}
.width_p30{ width:30%;}
.width_p20{ width:20%;}
.width_p10{ width:10%;}

.padding5{ padding:5px;}
.padding_r10{ padding-right:10px;}
.padding20{ padding:20px;}
.padding_t20{ padding-top:20px;}

.margin_t20{ margin-top:20px;}
.margin_b10{ margin-bottom:10px;}
.margin_b20{ margin-bottom:20px;}

.bgcolor_blue{background:#57a7e5;}
.bgcolor_blue1{background:#53bff7;}
.bgcolor_hui{background:#bbb7b0;}
.bgcolor_yellow{background:#ff9053;}
.bgcolor_yellow1{background:#ff9b00;}
.bgcolor_red{ background:#ec003d;}
.bgcolor_red1{ background:#ec003d;}
.bgcolor_green{ background:#00C1A5;}
.bgcolor_green1{ background:#00d1b3;}

.tjbtn{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; /*圆角*/display:inline-block; margin-right:5px;}
.tjbtnzj{display:inline-block; margin-right:5px;}
	.tjbtn img,
	.tjbtnzj img{ margin:0 5px;}
	
.tjbtn_m{ height:32px; line-height:32px; text-align:center; padding:0 15px;  color:#fff;}
	.tjbtn_m a{ width:100%; height:100%; display:block;color:#fff;font-size:14px;}
	.tjbtn_m a:hover{ color:#fcff00;}
.tjbtn_m1{ height:36px; line-height:36px; text-align:center; padding:0 15px;  color:#fff;}
	.tjbtn_m1 a{ width:100%; height:100%; display:block;color:#fff;font-size:14px;}
	.tjbtn_m1 a:hover{ color:#fcff00;}
.tjbtn_b{ height:40px; line-height:40px; text-align:center; padding:0 15px;  color:#fff;}
	.tjbtn_b a{ width:100%; height:100%; display:block;color:#fff;font-size:16px;}
	.tjbtn_b a:hover{ color:#fcff00;}

.tjbtn_s{ height:24px; line-height:24px; text-align:center; padding:0 15px;color:#fff;}
	.tjbtn_s a{color:#fff; font-size:14px;}
	.tjbtn_s a:hover{ color:#fcff00;}

.tjbtn_s1{ height:30px; line-height:30px; text-align:center; padding:0 15px;color:#fff;}
	.tjbtn_s1 a{color:#fff; font-size:14px;}
	.tjbtn_s1 a:hover{ color:#fcff00;}
	
.btn_addpic{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; /*圆角*/display:inline-block; margin-right:5px;height:32px; line-height:32px;text-align:center; padding:0 10px;  color:#fff;background:#57a7e5; }
.btn_addpic .fileprew {font-family: "Arial","微软雅黑","宋体";font-size: 14px;color:#fff;} 
	.btn_addpic .fileprew:hover{color:#fcff00;}


input[type="text"],
input[type="password"]{height:34px; line-height:34px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; /*圆角*/  /*color: #9d9389;*/font-family: "Arial","微软雅黑","宋体";border:1px solid #d1cec8;padding:0 5px;}/*真实的width=CSS width+border+padding*/
select{height:36px; line-height:36px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; /*圆角*/  /*color: #9d9389;*/font-family: "Arial","微软雅黑","宋体";border:1px solid #d1cec8;padding:0 5px;}/*真实的width=CSS width*/

textarea{line-height:36px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; /*圆角*/  font-family: "Arial","微软雅黑","宋体";border:1px solid #d1cec8; padding:0 5px;}

/*-----------------------模拟考试----------------------*/
.top{width:100%; height:80px; line-height:80px; font-size:32px; text-align:center; background:#fff;}
.cont_wrap{
	width: 100%;
	height: 628px;
	min-height: 628px;
	height: auto !important;
	/* background-color: #037bd7;
	background-image: url(../images/mainbg1.jpg); */
	background-repeat: repeat-y;
	background-position: center top;
}
.cont_wrap_l{
	width: 100%;
	height: 628px;
	min-height: 628px;
	height: auto !important;
	background-color: #037bd7;
	background-image: url(../images/mainbg1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
	.cont{ width:1050px;height:528px;margin:0 auto; overflow:hidden;}
		.login_sm{ float:left; width:370px; padding-top:130px; padding-left:30px;}
			.login_sm h1{ height:40px; line-height:40px; font-size:18px; font-weight:bold; color:#fff;}
			.login_sm p{ line-height:30px;color:#fff; font-size:15px;}
			
		.login_k{ margin-left:400px; width:596px; height:340px; background: url(../images/login_k.png) no-repeat center top;margin-top:50px; padding-top:70px;}
		
		
		.login_2{
	width: 770px;
	height: 250px;
	background: url(../images/login_2.png) no-repeat center top;
	margin-top: 50px;
	padding-top: 70px;
	font-size: 18px;
	text-align: center;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
			.tj_table1{color:#222222;font-size:15px; margin:0 auto; }
				.tj_table1 td{ line-height:50px; text-align:left; padding:0 5px;}
				.tj_table1 th{line-height:50px;  text-align:right; font-weight:normal;padding:0 5px;}
				/*.tj_table1 select,
				.tj_table1 input{ width:80%;}*/
		
		
.foot{width:100%; height:66px; line-height:66px; text-align:center;}

.cont_wrap_gr {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
	padding: 15px;
}
.cont_wrap_gr_a {
	float: left;
	width: 270px;
	height: 460px;
	margin-right: 10px;
}
.cont_wrap_gr_a_photo {
	height: 213px;
	width: 158px;
	background-image: url(../images/gr_bj1.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 3px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.cont_wrap_gr_a_nr {
	float: left;
	width: 90%;
	margin: 15px;
	font-size: 14px;
	line-height: 25px;
}
.font_jiao {
	color: #c04747;
	font-size: 18px;
}
.font_p1 {
	
	font-size: 33px;
	line-height: 26px;
	float: left;
	width: 100%;
}
.font_p2 {
	font-size: 22px;
	line-height: 40px;
	float: left;
	width: 500px;
	margin: 20px;
}

.font_p3 {
	font-size: 16px;
	line-height: 30px;
	float: left;
	/* width: 200px; */
	margin: 20px;
	position:absolute;right:0;bottom:0;
}

.font_p3 a {
	color: #333;
	font-size: 20px;
}

.font_p3 a:hover {
	color: #F00;
	font-size: 16px;
	font-weight: bold;
}

.cont_wrap_gr_b {
	float: left;
	width: 1000px;
	height: 380px;
	padding: 20px;
	position:relative;
}
.cont_wrap_gr_c {
	float: left;
	width: 1100px;
	margin-top: 15px;
	padding: 10px;
}
.cont_wrap_gr_c_tab {
	float: left;
	width: 100%;
	border-left: 1px solid #cdcdcd;
	height: 66px;
}
.cont_wrap_gr_c_tab ul {
	float: left;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #cdcdcd;
	border-right-color: #cdcdcd;
	padding:0px;
	margin:0px;
}
.cont_wrap_gr_c_tab ul li {
	line-height: 30px;
	font-size: 16px;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
	width:60px;
}

.cont_wrap_gr_d {
	float: left;
	width: 1000px;
	margin-top: 15px;
	padding: 10px;
	height: 100px;
}

.li_width{width:70px;}

.cont_wrap_bj {background-color:#FFF;}
.cont_wrap_bj2 {background-color:rgba(0,0,0,.075);}

.demo p{
  color: #000000;
}

@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .cont_wrap_gr{
	background-color: #FFFFFF;
	filter: Alpha(opacity=80);
	position: static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
  
  
  .cont_wrap_gr p{
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  }  
   .cont_wrap_gr_a {
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  }  
  .cont_wrap_gr_c {
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  }  
}
.cont_over {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


/*-----------------------index----------------------*/	
.i_wrap{ width:100%;min-width:1200px; height:620px;min-height:620px; height:auto !important;/* background:#f4f4f4 url(../images/images/mainbg1.jpg) no-repeat center top; */zoom:1;/*解决子元素同向margin重叠*/}
	/* .i_topw{ width:100%; height:102px; background:url(../images/images/topbg.png) repeat-x left top;;} */
		.i_topw{ width:100%; height:80px; background:white ;box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);}
		.i_top{max-width:1200px; height:102px;  margin:0 auto;}
			.i_logo1{ float:left; padding-top:10px;}
			.i_logo2{ float:left; padding-top:30px; padding-left:10px;}
			
			.i_nav{ float:right; font-size:18px; color:#0b0b0b; padding-top:28px;}
				.i_nav li{ float:left; height:40px; line-height:40px; -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; /*圆角*/ margin-left:5px;}
					.i_nav li a{ display:block; height:40px; line-height:40px; float:left; font-size:18px; color:#0b0b0b; padding:0 15px;  -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; /*圆角*/}
					.i_nav .li_now,
					/* .i_nav li a:hover{ background:url(../images/images/i_navbg.png) repeat left top; -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; 圆角color:#ff8000;} */
					.i_nav .li_now a{ color:#ff8000;}
			
	.i_bannerw{width:1200px; height:370px;  margin:0 auto;}
		/* .i_banner{float:left; width:720px;height:370px;background:url(../images/images/i_banner.png) no-repeat center  bottom;} */

	.i_login{float:left; width:392px; height:312px; padding:0 5px 5px 5px; margin-top:40px;}
		/* .i_loginbg1{background:url(../images/images/i_loginbg1.png) no-repeat center  top;}
		.i_loginbg2{background:url(../images/images/i_loginbg2.png) no-repeat center  top;} */
		.i_login_t{ height:55px; line-height:55px; padding-top:5px; text-align:center; font-size:18px;}
			.i_login_t li{ float:left; width:130px; margin-right:13px;}
				.i_login_t li a{ display:block;float:left; width:130px;height:55px;font-size:18px;}
				/*.i_login_t li a:hover{ color:#fcff00;}*/
				.i_login_t .li_now a{color:#ff8000;}
		.i_login_c{ width:298px; margin:0 auto; padding-top:10px;}
			.i_login_c .li1{ height:40px; line-height:40px; padding-left:48px;background:url(../images/images/login_k1.png) no-repeat left  top; margin-top:20px;}
			.i_login_c .li2{ height:40px; line-height:40px; padding-left:48px;background:url(../images/images/login_k2.png) no-repeat left  top;margin-top:20px;}
				.i_login_c .li1 input,
				.i_login_c .li2 input{ width:230px; border:0;} 
		
			.i_login_c .li3{ line-height:40px; text-align:right;}
				.i_login_c .i_btn1{ float:left; width:132px; height:40px; line-height:40px;background:url(../images/images/tjbtn_login.png) no-repeat left top; text-align:center;}
				.i_login_c .i_btn2{ float:right; width:132px; height:40px; line-height:40px;background:url(../images/images/tjbtn_login.png) no-repeat left top; text-align:center;}
					.i_login_c .i_btn1 a,
					.i_login_c .i_btn2 a{ font-size:17px; color:#fff;}
					.i_login_c .i_btn1 a:hover,
					.i_login_c .i_btn2 a:hover{color:#fcff00;}
				
		
.i_contw{ width:1210px; margin:0 auto;zoom:1;/*解决子元素同向margin重叠*/}
	
	.maink_t{width:1210px; height:30px;/* background:url(../images/images/maink_t.png) no-repeat left bottom; */ margin-top:20px;}
	.maink_m{width:1210px; height:30px; min-height:30px; height:auto !important;/* background:url(../images/images/maink_m.png) repeat-y left top; */}
	.maink_b{width:1210px; height:30px;/* background:url(../images/images/maink_b.png) no-repeat left top; */}
	
	
		/*新闻动态*/
		.main_news{ padding:0 30px;}
			.i_title{ height:45px;}
				.i_title dt{ float:left; line-height:40px; font-size:18px; text-align:left; font-weight:bold;}
					.i_title dt img{ margin-right:10px;}
				.i_title dd{ float: right; line-height:40px; font-size:14px; text-align:right;}
					.i_title dd a{ font-size:14px; text-align:right; color:#496895;}
					.i_title dd a:hover{ color:#ff8000;}
			.i_news{}
				.i_news_pic{ float:left; width:423px; height:251px;background:url(../images/images/i_news.png) no-repeat left top; padding:15px;}
					.i_news_pic img{ width:423px; height:251px;}
				.i_news_first{ float:left; width:230px; height:281px; overflow:hidden; margin-left:20px;}
					.i_news_first h1{width:230px; line-height:30px; font-size:16px; font-weight:bold;overflow: hidden; /*自动隐藏文字*/ text-overflow: ellipsis;/*文字隐藏后添加省略号*/white-space: nowrap;/*强制不换行*/}
						.i_news_first h1 a{font-size:16px; font-weight:bold;}
					.i_news_first h2{ line-height:20px; font-size:14px; font-weight:normal;}
					.i_news_first p{ line-height:25px; color:#595959;}
				.i_newslist{ float: right; width:420px;}
					.i_newslist dl{height:40px; line-height:40px; border-bottom:1px dashed #c8c8c8;}
						.i_newslist dt{ float:left; width:300px; height:40px; line-height:40px;overflow: hidden; /*自动隐藏文字*/ text-overflow: ellipsis;/*文字隐藏后添加省略号*/white-space: nowrap;/*强制不换行*/}
							.i_newslist dt a{ color:#595959;}
							.i_newslist dt a:hover{ color:#ff8000;}
						.i_newslist dd{ float:right;height:40px; line-height:40px;}
							
			/*通知公告*/
			.i_tzgg{ width:560px; float:left; padding-left:30px; padding-top:25px;}
			
				.i_tzgglist{ float:left;width:560px;}
					.i_tzgglist dl{height:40px; line-height:40px; border-bottom:1px dashed #c8c8c8;}
						.i_tzgglist dt{ float:left; width:430px; height:40px; line-height:40px;overflow: hidden; /*自动隐藏文字*/ text-overflow: ellipsis;/*文字隐藏后添加省略号*/white-space: nowrap;/*强制不换行*/}
							.i_tzgglist dt a{ color:#595959;}
							.i_tzgglist dt a:hover{ color:#ff8000;}
						.i_tzgglist dd{ float:right;height:40px; line-height:40px;}
						.i_tzgglist dd a:hover{ color:#ff8000;}
		

.foot_w{ width:100%;height:72px;/* background:url(../images/images/footbg.png) repeat-x left top; */ margin-top:10px; }							
	.foot{max-width:1200px;  margin:0 auto; font-size:12px;text-align:center; padding-top:30px; }
		.foot p{ line-height:25px;}
	
	
/*2级---当前位置*/
.place{width:1200px; height:40px; line-height:40px; margin:0 auto; font-size:16px; color:#fff; padding-top:10px;}
	.place a{ color:#fff; font-size:16px;}
	.place a:hover{ color:#ff8000;}
	
/*===============================================*/	
/*首页二级页面*/
.cont_wrap{ width:1100px; height:380px; min-height:680px; height:auto !important; padding:20px;margin:0 auto;}

/*翻页*/
.pageturn{ margin-right:20px; height:40px; text-align:center; padding:20px 0;}
		.pageturn a{ padding:6px 12px; font-family:"微软雅黑","Arial","宋体"; font-size:12px; color:#333; background:#F4F3F1; border:1px solid #dbdbdb; margin-right:5px;}
		.pageturn a:hover,
		.pageturn .now{ padding:6px 12px;font-family:"微软雅黑","Arial","宋体"; font-size:12px; color:#fff; background:#ff9c00;border:1px solid #ee8600;margin-right:5px;}
		.pageturn select{height:30px; line-height:30px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; /*圆角*/ border:1px solid #d1cec8; margin:0 5px;/*color: #9d9389;*/font-family: "Arial","微软雅黑","宋体";}

/*文章内容*/		
.article_main{ padding:0 20px;}
	.article_h1{ font-size:18px; line-height:40px; text-align:center; font-weight:bold;}
	.article_h2{  line-height:30px; text-align:center;border-bottom:1px dashed #aaa; padding-bottom:15px;}
	.article_cont{ line-height:30px;font-size:15px; padding-top:15px;}
		.article_cont p{ line-height:30px; text-indent:2em;}
		.article_cont img{display:block; margin:10px auto;/*图片居中*/max-width:950px; overflow:hidden;}
		
/*新闻动态列表页*/
	.i_bszn1{ float: left;width:528px; margin-left:10px; height:auto;}
			.i_bszn1 li{ width:528px; height:90px; margin-bottom:3px;border-bottom:1px dashed #c8c8c8;}
			.i_bszn1 .li_bgcolor{/*background:url(../images/images/i_navbg.png) repeat left top;*/ }
			
				.i_bszn1 li a{ display:block;width:528px;height:80px;padding-top:10px;}
				.i_bszn1 li a .i_xwdt_piclist_l{ float:left; width:75px; border-right:1px solid #e6e6e6; text-align:center;}
					.i_bszn1 li a .i_xwdt_piclist_l .date1{ font-size:40px; line-height:50px; text-align:center; color:#999999; font-weight:bold;font-family: "Arial";}
					.i_bszn1 li a .i_xwdt_piclist_l .date2{ font-size:12px; text-align:center; color:#999999;font-family: "Arial";}
				.i_bszn1 li a .i_xwdt_piclist_r{float:left; width:425px; padding-left:10px;}
					.i_bszn1 li a .i_xwdt_piclist_r .piclist_a1{ font-size:16px; color:#222222; font-weight:bold;}
					.i_bszn1 li a .i_xwdt_piclist_r .piclist_a2{ font-size:14px; color:#999999;}
					
					.i_bszn1 li a:hover .i_xwdt_piclist_r .piclist_a1{ font-size:16px; color:#ff8000; font-weight:bold;}
					.i_bszn1 li a:hover .i_xwdt_piclist_r .piclist_a2{ font-size:14px; color:#ff8000;}
	
	
/*新闻动态列表页2*/
.news_list_t{ line-height:30px; border-bottom:1px solid #c4c4c4;background:url(../images/images/dot3.png) no-repeat left  8px; padding-left:20px; padding-bottom:10px; font-size:20px;margin:0 10px 20px 10px;}
.news_list{ margin:0 30px;}
.news_list	dl{ height:40px; line-height:40px; font-size:16px;}
	.news_list dt{ float:left; line-height:40px; width:750px; overflow: hidden; /*自动隐藏文字*/ text-overflow: ellipsis;/*文字隐藏后添加省略号*/white-space: nowrap;/*强制不换行*/background:url(../images/images/dot2.png) no-repeat left  center; padding-left:20px;}
	.news_list dt a{ font-size:16px;}
	.news_list dd{ float:right; line-height:40px; text-align:right;}

				
/*-----------------------2级页面--企业管理----------------------*/

	.cont_k{ border:1px solid #d1cec8; border-top-width:3px;height:420px; min-height:420px; height:auto !important; padding:0 10px 10px 10px;  margin-top:3px;}
	
	.cont_t1{ height:30px; line-height:30px;border-bottom:1px solid #d1d1d1;background:url(../images/images/dot1.png) no-repeat left 5px; padding-left:30px; padding-bottom:5px; color:#57a7e5; font-size:16px; margin-bottom:10px;}
		.cont_t1 dt{ float:left;line-height:40px; font-size:16px; font-weight:normal;}
		.cont_t1 dd{ float:right;}
		.cont_t1 dd a{ font-size:12px;}
		
	.cont_glbtn{ height:40px;}
	.tj_table1{ border:1px solid #c4c4c4; color:#454544;font-size:14px; margin:0 auto; margin-bottom:10px;}
		.tj_table1 td{ line-height:40px; border:1px solid #cacaca; text-align:left; padding:0 5px;}
		.tj_table1 th{line-height:40px; border-right:1px solid #cacaca; border-bottom:2px solid #00afec; font-size:14px; text-align:center; font-weight:normal; background:url(../images/images/wdsq_table2.png) repeat-x center top;padding:0 5px;}


/*-----------------------2级页面--注册----------------------*/
.cont_k1{ border:1px solid #d1cec8; border-top-width:3px;height:420px; min-height:420px; height:auto !important;margin:10px; padding-bottom:20px;}
.cont_k2{ border:1px solid #d1cec8; border-top-width:3px;height:420px; min-height:420px; height:auto !important;margin:10px auto; padding-bottom:20px;}
	.cont_tm{ height:66px; line-height:66px; border-bottom:1px solid #e8e7e4; margin-bottom:20px;font-size: 20px; text-align:center;}

.tj_table2{ border: none; width:50%; margin:0 auto; color:#454544;font-size:14px;}
	.tj_table2 th{ text-align:left; font-size:16px; padding:15px 5px 0 5px;}
		.tj_table2 th span{ color:red;}
	.tj_table2 td{ height:40px; padding:5px;}
	.tj_table2 input[type="text"],
	.tj_table2 input[type="password"]{ width:95%;}
	
/*-----------------------2级页面--登录----------------------*/

.cont_login_k{max-width:1000px;min-height:400px; height:400px; height:auto !important; margin:0 auto;margin-top:28px;}
	.cont_l{ float:left; width:419px; height:366px;background:url(../images/images/sub_loginbg.png) no-repeat top center; padding:5px;}	
		.border_right{border-right:1px solid #d1cec8;}
	
		.cont_tab{width:419px; margin:0 auto; height:70px;line-height:70px; font-size:18px;overflow:hidden;}
			.cont_tab li{ width:208px; float:left;line-height:70px; text-align:center;}
				.cont_tab li a{ font-weight:500; font-size:16px; font-weight:bold;}
			.cont_tab li:hover,
			.cont_tab .li_now{ float:left; line-height:70px; text-align:center; background:url(../images/images/s_login_line.png) no-repeat  center bottom;}
			.cont_tab li:hover a,
			.cont_tab .li_now a{ color:#00a3d2;}
		
		.cont_login{ width:419px; margin:0 auto;border-top:1px solid #d1cec8; padding:30px 0;}
			.table_login{ width:340px; margin:0 auto;}
				.table_login td{ height:40px; }
					.table_login td input[type="text"],
					.table_login td input[type="password"]{ width:95%; }
					.table_login .padding_b20{ padding-bottom:20px;}
			.cont_zc{ width:180px; height:30px; margin:0 auto; padding-top:20px;}
				.cont_zc img{ padding:0 5px;}
				
				
	.cont_m{float:left; width:2px; height:365px;border-right:1px dashed #afafaf; margin:0 60px;}				
				
	.cont_r{ float:left; width:440px;}
		.table_sm{ width:100%; margin:0 auto;}
			.table_sm th{ line-height:40px; padding-top:20px;font-size:16px; text-align:left; font-weight:normal;}
			.table_sm td{ line-height:60px;}
			.table_sm td img{ margin-right:5px;}

/*-----------------------2级页面--实名认证----------------------*/
.tj_table3{ border: none; width:70%; margin:0 auto; color:#454544;font-size:14px;}
	.tj_table3 th{height:40px; line-height:40px; text-align:right; font-size:14px; padding:5px;}
		.tj_table3 th span{ color:red;}
	.tj_table3 td{ height:40px; padding:5px;}
	.tj_table3 input[type="text"],
	.tj_table3 input[type="password"],
	.tj_table3 select{ width:95%;}
	.tj_table3 label{ font-weight:normal;font-size:14px;}
	.tj_table3 input[type="radio"]{ margin-right:5px;}


	
/*tab页 */
.tj_table4{ border:1px solid #cacaca; color:#454544;font-size:14px; margin:0 auto; margin-bottom:10px;}
	.tj_table4 td{ line-height:40px; border:1px solid #cacaca; text-align:left; padding:0 5px;}
	.tj_table4 th{line-height:40px; border-right:1px solid #cacaca; border-bottom:1px solid #cacaca; font-size:14px; text-align:right; font-weight: bold; background:url(../images/images/tablebg2.png) repeat center center;padding:0 5px;}
	.tj_table4 input[type="text"],
	.tj_table4 input[type="password"],
	.tj_table4 select{ width:95%;}
	.tj_table4 label{ font-weight:normal;font-size:14px;}
	.tj_table4 input[type="radio"]{ margin-right:5px;}	

/*个人车辆运输证申请 */


.tj_table5{ border:1px solid #cacaca; margin:0 auto; color:#454544;font-size:14px;}
	.tj_table5 th{height:40px; line-height:40px;border:1px solid #cacaca; text-align:right; font-size:14px;background:url(../images/images/tablebg2.png) repeat center center; padding:5px;}
		.tj_table5 th span{ color:red;}
	.tj_table5 .clysz_h{ line-height:40px; font-size:16px; font-weight:bold; text-align:center; border-bottom:2px solid #1ccde7;}
	.tj_table5 td{ height:40px; padding:5px;border:1px solid #cacaca;}
	.tj_table5 input[type="text"],
	.tj_table5 input[type="password"],
	.tj_table5 select{ width:95%;}
	.tj_table5 label{ font-weight:normal;font-size:14px;}
	.tj_table5 input[type="radio"]{ margin-right:5px;}	
		
/*-----------------------2级页面--受理系统uas---------个人预约考试-------------*/
.cont_wrap2{ width:1142px; height:380px; min-height:380px; height:auto !important; padding:5px 20px;margin:0 auto;}

.slxt_t{ height:52px; line-height:52px; /* background:url(../images/images/slxt_t.png) no-repeat left top;  *//* text-align:left; */  margin-bottom:20px; padding-left:15px;}


.slxt_l{ float:left;width:150px;height:10px;min-height:10px;  height:auto !important;}
	.slxt_l li{ width:140px; height:88px;  overflow:hidden; margin-bottom:11px;}
		/* .slxt_l li a{ display:block;width:131px; height:88px;color:#fff;background:url(../images/images/slxt_l1.png) no-repeat left top; padding-right:9px; text-align:center;font-size:14px;} */
		.slxt_l a:hover,
		/* .slxt_l .li_now a{ display:block;width:131px; height:88px;color:#fff;background:url(../images/images/slxt_l1_1.png) no-repeat left top;padding-right:9px; text-align:center; font-size:15px;}
		.slxt_l .libg1{ display:block; width:50px; height:48px; margin:0 auto; padding-top:10px;background:url(../images/images/yyks_ico1.png) no-repeat center center;}
		.slxt_l .libg2{ display:block; width:50px; height:48px; margin:0 auto; padding-top:10px;background:url(../images/images/yyks_ico2.png) no-repeat center center;}
		.slxt_l .libg3{ display:block; width:50px; height:48px; margin:0 auto; padding-top:10px;background:url(../images/images/yyks_ico3.png) no-repeat center center;}
		.slxt_l .libg4{ display:block; width:50px; height:48px; margin:0 auto; padding-top:10px;background:url(../images/images/yyks_ico4.png) no-repeat center center;}
		.slxt_l .libg5{ display:block; width:50px; height:48px; margin:0 auto; padding-top:10px;background:url(../images/images/wybs_ico1.png) no-repeat center center;}
		.slxt_l .libg6{ display:block; width:50px; height:48px; margin:0 auto; padding-top:10px;background:url(../images/images/wybs_ico2.png) no-repeat center center;}
		.slxt_l .libg7{ display:block; width:50px; height:48px; margin:0 auto; padding-top:10px;background:url(../images/images/wybs_ico3.png) no-repeat center center;}
		.slxt_l .libg8{ display:block; width:50px; height:48px; margin:0 auto; padding-top:10px;background:url(../images/images/wybs_ico4.png) no-repeat center center;}
		.slxt_l .libg9{ display:block; width:50px; height:48px; margin:0 auto; padding-top:10px;background:url(../images/images/wybs_ico5.png) no-repeat center center;}
		.slxt_l .libg10{ display:block; width:50px; height:48px; margin:0 auto; padding-top:10px;background:url(../images/images/yyks_ico5.png) no-repeat center center;}
		.slxt_l .libg11{ display:block; width:50px; height:42px; margin:0 auto; padding-top:5px;background:url(../images/images/yyks_ico6.png) no-repeat center top;}
		.slxt_l .libg12{ display:block; width:50px; height:42px; margin:0 auto; padding-top:5px;background:url(../images/images/yyks_ico7.png) no-repeat center top;}
		
		.slxt_l .libg13{ display:block; width:50px; height:48px; margin:0 auto; padding-top:10px;background:url(../images/images/yyks_ico8.png) no-repeat center center;} */
		.slxt_l li p{ line-height:18px;}
		
.slxt_r{  margin-left:150px;height:460px;min-height:630px;  height:auto !important;/* border:1px solid #d1d1d1;  padding:20px;*/}

	.slxt_r_n1{height:100px;min-height:100px; height:auto !important;}
		.slxt_r_n1_1{float:left;width:230px;}
			.slxt_r_glbtn{ display:inline-block; min-height:35px; line-height:35px; font-size:16px; color:#fff; background:#57a7e5 url(../images/images/ico7.png) no-repeat 15px center;padding:10px 30px 10px 55px; margin-bottom:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; /*圆角*/}
			
		.slxt_r_n1_2{margin-left:230px; padding-left:20px;}
			.slxt_liucheng{ width:600px; height:68px;min-height:68px;  height:auto !important; background:url(../images/images/slxt_line.png) no-repeat left 30px; overflow:hidden; margin:0 auto 10px auto; padding-left:70px;}
				.slxt_liucheng li{ float:left; width:68px;}
					/* .slxt_liucheng .libg1{ background:url(../images/images/slxt_dot1.png) no-repeat left top;}
					.slxt_liucheng .libg1_1{ background:url(../images/images/slxt_dot1_1.png) no-repeat left top;} */
					.slxt_liucheng li .p{ width:68px; height:68px; line-height:62px; text-align:center; font-size:30px; font-weight:bold; color:#fff;}
					.slxt_liucheng li p{ display:block; width:68px; line-height:22px; text-align:center;}
				.slxt_liucheng .li_padding_r{ padding-right:80px;}
				.slxt_liucheng .li_padding_r1{ padding-right:151px;}
				.slxt_liucheng .li_padding_r2{ padding-right:200px;}
				.li_padding_l{ padding-left:160px;width:510px;}
				.slxt_liucheng .li_padding_r3{ padding-right:47px;}
				
	.dashed{ height:20px; line-height:2px;border-bottom:1px dashed #c4c4c4; margin-bottom:30px;}
	
	.slxt_r_n2{height:100px;min-height:100px; height:auto !important; }
		.slxt_bs{ width:200px; height:150px; margin:0px auto 20px auto; text-align:center; color:#fff;}
			.slxt_bs a{ display:block;width:200px; height:150px;}
		/* .slxt_bs_bg1{background:url(../images/images/slxt_bs1.png) no-repeat left top;}我要办理车辆运输证
		.slxt_bs_bg1_1{background:url(../images/images/slxt_bs1_1.png) no-repeat left top;}我要办理车辆运输证  灰色
		.slxt_bs_bg2{background:url(../images/images/slxt_bs2.png) no-repeat left top;}我要办理驾驶员证		
		.slxt_bs_bg2_1{background:url(../images/images/slxt_bs2_1.png) no-repeat left top;}我要办理驾驶员证 灰色
		.slxt_bs_bg3{background:url(../images/images/slxt_bs3.png) no-repeat left top;}我要注册备案
		.slxt_bs_bg3_1{background:url(../images/images/slxt_bs3_1.png) no-repeat left top;}我要注册备案 灰色
		.slxt_bs_bg4{background:url(../images/images/slxt_bs4.png) no-repeat left top;}注册备案意向平台		
		.slxt_bs_bg4_1{background:url(../images/images/slxt_bs4_1.png) no-repeat left top;}注册备案意向平台 灰色
		.slxt_bs_bg5{background:url(../images/images/slxt_bs5.png) no-repeat left top;}注册备案驾驶员
		.slxt_bs_bg5_1{background:url(../images/images/slxt_bs5_1.png) no-repeat left top;}注册备案驾驶员 灰色
		.slxt_bs_bg1:hover{background:url(../images/images/slxt_bs1_2.png) no-repeat left top;}橙色
		.slxt_bs_bg2:hover{background:url(../images/images/slxt_bs2_2.png) no-repeat left top;}橙色
		.slxt_bs_bg3:hover{background:url(../images/images/slxt_bs3_2.png) no-repeat left top;}橙色
		.slxt_bs_bg4:hover{background:url(../images/images/slxt_bs4_2.png) no-repeat left top;}橙色
		.slxt_bs_bg5:hover{background:url(../images/images/slxt_bs5_2.png) no-repeat left top;}橙色
		.slxt_bs_bg6{background:url(../images/images/slxt_bs6.png) no-repeat left top;}上传企业附件
		.slxt_bs_bg6_1{background:url(../images/images/slxt_bs6_1.png) no-repeat left top;}上传企业附件 灰色
		.slxt_bs_bg6:hover{background:url(../images/images/slxt_bs6_2.png) no-repeat left top;}橙色
		.slxt_bs_bg7{background:url(../images/images/slxt_bs7.png) no-repeat left top;}7车辆运输证
		.slxt_bs_bg7:hover{background:url(../images/images/slxt_bs7_2.png) no-repeat left top;}橙色
		.slxt_bs_bg8{background:url(../images/images/slxt_bs8.png) no-repeat left top;}8驾驶员证申请中
		.slxt_bs_bg9{background:url(../images/images/slxt_bs9.png) no-repeat left top;}9车辆运输证申请中
		.slxt_bs_bg10{background:url(../images/images/slxt_bs10.png) no-repeat left top;}10已获得驾驶员证
		.slxt_bs_bg11{background:url(../images/images/slxt_bs11.png) no-repeat left top;}11已获得车辆运输证
		.slxt_bs_bg12{background:url(../images/images/slxt_bs12.png) no-repeat left top;}12驾驶员证
		.slxt_bs_bg12:hover{background:url(../images/images/slxt_bs12_2.png) no-repeat left top;}橙色 */
		
		.slxt_bs_g{ float:left; width:200px; height:150px; margin:0px 20px 20px 100px; text-align:center; color:#fff;}
			.slxt_bs_g a{ display:block;width:200px; height:150px;}
		
		/* .slxt_bs_bg13{background:url(../images/images/slxt_bs13.png) no-repeat left top;}批量办理《网络预约出租汽车运输证》 蓝色
		.slxt_bs_bg13_1{background:url(../images/images/slxt_bs13_1.png) no-repeat left top;}批量办理《网络预约出租汽车运输证》  灰色
		.slxt_bs_bg13:hover{background:url(../images/images/slxt_bs13_2.png) no-repeat left top;}批量办理《网络预约出租汽车运输证》 橙色
		.slxt_bs_bg14{background:url(../images/images/slxt_bs14.png) no-repeat left top;}办理《网络预约出租汽车运输证》 蓝色
		.slxt_bs_bg14_1{background:url(../images/images/slxt_bs14_1.png) no-repeat left top;}办理《网络预约出租汽车运输证》  灰色
		.slxt_bs_bg14:hover{background:url(../images/images/slxt_bs14_2.png) no-repeat left top;}办理《网络预约出租汽车运输证》 橙色
		.slxt_bs_bg15{background:url(../images/images/slxt_bs15.png) no-repeat left top;}办理《网络预约出租汽车运输证》过户 蓝色
		.slxt_bs_bg15_1{background:url(../images/images/slxt_bs15_1.png) no-repeat left top;}办理《网络预约出租汽车运输证》过户  灰色
		.slxt_bs_bg15:hover{background:url(../images/images/slxt_bs15_2.png) no-repeat left top;}办理《网络预约出租汽车运输证》过户 橙色 */
			
	/*我的申请*/
	.wdsq_table{ width:100%; border:1px solid #c4c4c4;}
		.wdsq_table .h1{ height:40px; line-height:40px; border-bottom:4px solid #000000; margin-bottom:10px;font-size: 20px;  text-align:left;  /*background:url(../images/images/wdsq_table.png) repeat-x left bottom;*/}	
			.wdsq_table .h1 span{font-size: 18px; color:#fd0620; padding-left:20px;}
		.wdsq_table .h2{ height:40px; line-height:40px; /*border-bottom:1px dashed #1ccde7;*/ margin-bottom:10px;font-size: 18px; text-align:center;}
		.wdsq_table p{ line-height:25px; text-indent:2em;}
		.wdsq_table th,
		.wdsq_table td{ line-height:30px; padding:5px;}
		.wdsq_table th{ /* background:url(../images/images/tablebg2.png) repeat left top;  */ border:1px solid #c4c4c4; /* text-align:right; */}
		.wdsq_table td{ border:1px solid #c4c4c4; text-align:center;}
	.wdsq_ts{ /* background:url(../images/images/wdsq_ico01.png) no-repeat 10px 12px; */ line-height:25px; font-size:16px; color:#ff0000;padding-bottom:10px; /* padding: 10px 10px 10px 34px; border:1px dashed #c4c4c4; margin:20px auto; */}
		
	/*我要办证*/
	.wybz_table{ width:100%; border:1px solid #c4c4c4;}
		.wybz_table td,
		.wybz_table th{ line-height:30px; padding:20px;}
		.wybz_table h1{ height:25px; font-size:14px;}
		
	.wybz_xz li{float:left; width:80px; margin-right:12px; margin-bottom:10px;}
	.wybz_xz li a{ float:left; padding:6px 15px; line-height:20px; background:#f4f4f4; border:1px solid #c4c4c4;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; /*圆角*/}
		.wybz_xz li a:hover,
		.wybz_xz .li_now{ float:left; padding:6px 15px; line-height:20px; background:#ffe2cd; border:1px solid #ff7e4b;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; /*圆角*/ color:#ff7e4b;}
		
	.wybz_h1{ height:30px; line-height:30px;/* background:url(../images/images/wybz_ico2.png) no-repeat left center;  padding-left:30px;*/ color:#000000; font-size:16px; margin-bottom:5px;}
	
	.wybz_table2{ width:100%; border:1px solid #c4c4c4;}
		.wybz_table2 td,
		.wybz_table2 th{ line-height:40px; padding:0 20px; border-bottom:1px dashed #c4c4c4;/*border-right:1px solid #c4c4c4;*/}	
		.wybz_table2 td{/* background:url(../images/images/tablebg1.png) repeat left top; */}
		.wybz_table2 th{/* background:url(../images/images/tablebg2.png) repeat left top; */ font-weight:normal; text-align:left;}
		.wybz_table2 .h1{line-height:43px;/* background:url(../images/images/wdsq_table2.png) repeat-x left bottom;  */border-bottom-width:0;font-weight:normal; text-align:center;}
		
	.wybz_table3{ width:100%; border:1px solid #c4c4c4;}
		.wybz_table3 td,
		.wybz_table3 th{  padding-left:10px; padding-right:10px; border-right:1px solid #c4c4c4;}	
		.wybz_table3 th{line-height:43px;/* background:url(../images/images/wdsq_table2.png) repeat-x left bottom; */ border-bottom-width:0;font-weight:normal; text-align:center;}
		.wybz_table3 td{line-height:25px;border-bottom:1px dashed #c4c4c4; padding-top:5px; padding-bottom:5px;}
		
	.wybz_table4{ width:100%; border:1px solid #c4c4c4;}
		.wybz_table4 td,
		.wybz_table4 th{  padding-left:10px; padding-right:10px; border-right:1px solid #c4c4c4;}	
		.wybz_table4 th{line-height:23px;/* background:url(../images/images/wdsq_table1.png) repeat-x left bottom; */ border-bottom-width:0;padding-top:8px; padding-bottom:8px; font-weight:normal;text-align:center;}
		.wybz_table4 td{line-height:25px;border-bottom:1px dashed #c4c4c4; padding-top:5px; padding-bottom:5px;text-align:center;}
		
		
/*------------弹出窗口------------*/
/*预约时段*/
.yy_window{ width:570px; min-height:380px; height:380px;height:auto !important;background:#fff ;  padding:20px; -webkit-filter:drop-shadow(0 1px 3px rgba(0,0,0,0.2));	 filter:drop-shadow(0 1px 3px rgba(0,0,0,0.2));/*外阴影*/	-webkit-border-radius: 3px;/*圆角*/	-moz-border-radius: 3px;border-radius: 3px;font-family: "Arial","微软雅黑","宋体"; }
.yy_window2{ width:70%; min-height:380px; height:380px;height:auto !important;background:#fff ;  padding:20px; -webkit-filter:drop-shadow(0 1px 3px rgba(0,0,0,0.2));	 filter:drop-shadow(0 1px 3px rgba(0,0,0,0.2));/*外阴影*/	-webkit-border-radius: 3px;/*圆角*/	-moz-border-radius: 3px;border-radius: 3px;font-family: "Arial","微软雅黑","宋体"; }
		.yy_window_t{ height:30px; line-height:30px;background:url(../images/images/wybz_ico2.png) no-repeat left center; padding-left:30px; color:#57a7e5; font-size:16px; margin-bottom:5px;
			-webkit-border-radius: 3px 3px 0 0;/*4px圆角*/-moz-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;}
		
		
		.yy_window_table1 {width:100%; border:1px solid #c4c4c4;}
			.yy_window_table1 th{ height:30px; line-height:30px; border-bottom:2px solid #1ccde7; border-right:1px solid #c4c4c4;font-size: 14px; text-align:center;padding:5px;}
			.yy_window_table1 td{ height:30px; line-height:30px; border:1px solid #c4c4c4; padding:5px;}
	
	.win_tjbtn_w{  margin:20px auto; text-align:center;}
			
		.win_tjbtn{width:10%;height:36px; line-height:36px;background:#57a7e5; text-align:center; padding:0 15px;  color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; /*圆角*/display:inline-block; margin-right:5px;}
			.win_tjbtn a{ color:#fff;width:100%; height:100%; display:block;}
			.win_tjbtn a:hover{ color:#fcff00;}
			
		.win_tjbtn1{ width:10%;height:36px; line-height:36px;background:#ff9b00; text-align:center; padding:0 15px;  color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; /*圆角*/display:inline-block; margin-right:5px;}
			.win_tjbtn1 a{ color:#fff;width:100%; height:100%; display:block;}
			.win_tjbtn1 a:hover{ color:#fcff00;}
			
		
/*上传个人附件*/		
		.yy_window_table_noborder{ border:1px dashed #c4c4c4; }
			.yy_window_table_noborder th,
			.yy_window_table_noborder td{ border-width:0; padding:10px 20px;}
			
		.win_tjbtn3{ width:90%;height:32px; line-height:32px;background:#53bff7; text-align:center; padding:0 15px;  color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; /*圆角*/display:inline-block; }
			.win_tjbtn3 a{ color:#fff;width:100%; height:100%; display:block;}
			.win_tjbtn3 a:hover{ color:#fcff00;}


/*个人基本信息*/

.grxx_con1{ min-height:20px; height:20px;height: auto !important;  margin:0 auto;}
	.grxx_con1 p{ font-size:18px; text-align:center; line-height:40px;}
	
.grxx_con2{ float:left; width:780px; padding-right:15px;min-height:20px; height:20px;height: auto !important;}
.grxx_con3{ margin-left:795px;min-height:20px; height:20px;height: auto !important;}
	
.slxt_l_w{ width:165px; border:1px solid #dadbd9;}
	.slxt_l_w_t{ height:35px; line-height:35px;background:url(../images/images/slxt_l_w1.png) repeat-x left bottom; text-align:center; color:#44b5df; font-size:16px; border-bottom:1px solid #dadbd9;}
	.slxt_l_w_c{background:url(../images/images/tablebg1.png) repeat left bottom; padding:12px 5px 5px 15px;}	
	
.slxt_r2{  margin-left:185px;height:460px;min-height:460px;  height:auto !important;border:1px solid #d1d1d1; padding:20px;}


/*-----------------------2级页面--车辆申请页面（经营者）-uas----------------------*/
.clsq_h{ height:50px; line-height:50px; text-align:center; font-size:16px; font-weight:bold;}
.jsysq_tjbtn{width:80%; margin:20px auto; text-align:center;}
	
/*注册备案中心*/
.zcba_1{ float:left; width:210px; margin-right:20px;}
.zcba_2{ margin-left:230px;}


/*车辆运输证申请承诺书打印*/
.sqcns_w{ width:1000px; border:1px solid #d1cec8;/* border-top-width:3px;*/height:420px; min-height:420px; height:auto !important;margin:20px auto; padding-bottom:20px; background:#fff;}
.sqcns{width:850px; margin:0 auto;}
	.sqcns_h{ height:80px; line-height:80px;/* border-bottom:1px solid #e8e7e4;*/ margin-bottom:20px;font-size: 28px; font-weight:bold; text-align:center; padding-top:40px;}
	.sqcns_h1{  line-height:40px; font-size:20px; font-weight: bold;}
	.sqcns_h2{line-height:40px; font-size:16px;font-weight: bold;}
	.sqcns_h3{line-height:35px; font-size:16px;}
		.sqcns_h3 p{ text-indent:2em;}
	.sqcns_h4 li{ float:left; width:50%; line-height:35px;font-size:16px; font-weight: bold;}
	.sqcns_h5{ width:250px; text-align:left;line-height:50px;font-size:22px; font-weight: bold; margin-left:auto; padding-top:50px; padding-bottom:20px; }

/*日期选择日历图片*/
.datePicker_bg{ background:url(../images/datePicker.png) no-repeat right content-box white;}

/*-----------------------底栏----------------------*/

.foot_w{ width:100%;min-height:102px;background-color:#f1f2f3; margin-top:10px;box-shadow:1px 0 2px #bfbfbf; display: inline-block;}
.foot_w1{ width:100%;min-height:102px;background-color:#f1f2f3; margin-top:1px;box-shadow:1px 0 2px #bfbfbf; }
.foot{width:100%;padding:0 auto; font-size:12px;box-shadow:1px 0 2px #bfbfbf;}
.foot p{width:1200px;margin: auto;line-height:32px;padding:10px 0;}
.foot span{text-align: right;float: right ;}

.foot_a{font-size:14px; color:#0D1C28;height:54px;line-height:54;width:100%;box-shadow:0 1px 1px #dfdfdf;}
.foot_b{height:20px;line-height:22;width:1200px;text-align:center; padding:16px 0;margin: auto ;}

#fot{height:20px;line-height:22;width:1200px;text-align:center;margin: auto ;list-style-type: none ;}
#fot li{ float:left; height:22px; line-height:22px;width:170px;text-align:center;color: #45484B;}
#fot li a{ display:block; height:20px; line-height:22px; width:170px; font-size:14px; color: #45484B;text-align:center;}
#fot li a:hover{ color:#3E97DF;}
#fot li a.line{ display:block; height:20px; line-height:20px; width:170px; font-size:14px; color: #45484B;text-align:center;border-right:1px solid #bfbfbf;}
#fot li a.line:hover{ color:#3E97DF;}
#fot li a.lin-a{color:#3E97DF;}
#fot li ul{position:absolute;z-index: 110;width:1100px;height:160px;background: #fff;margin: auto ;margin-top: 18px;
	box-shadow:0 2px 6px #dfdfdf; padding:20px 0;list-style-type:none;text-align:left;}
#fot li ul li{float:left;min-height:160px;list-style-type:none;width:220px;}
#fot li ul li p{font-size:14px; color: #45484B;line-height:30px;width:220px;}
#fot li ul li p a{display:block;max-width:1100px;height:30px;line-height:30px;text-align:center;color: #45484B;width:220px;}
#fot li ul li p a:link{color: #45484B;;text-decoration:none;}
#fot li ul li p a:visited{color: #45484B;;text-decoration:none;}
#fot li ul li p a:hover{color:#ffffff;text-decoration:none;background:#3E97DF;}
.fot-a{border-right:1px solid #dfdfdf;width:220px;}



.foot_c{height:170px;max-width:1200px; padding:36px 0;margin: auto ;}
.foot_d{ float:left;width:258px;height:168px;margin-right:56px;}
.foot_e{ float:left;width:258px;height:168px;}

.foot_f{width:258px;height:168px;background-color: #e9ebeb;}
.foot_g{padding:24px 20px 10px 20px;line-height:20px;font-weight: bold;font-size:14px;color:#0D1C28;}
.foot_ga{padding:10px 20px 0 20px;height:102px;}
.foot_gb{padding:0 0 24px 0;line-height:20px;color:#45484B;}
.foot_gc{color: #727475;padding-bottom:10px;}
.foot_gd{line-height:20px;color:#45484B;}

.foot_h{float:left;width:238px;font-size:14px;height:54px;line-height:54px;background-color: #e9ebeb;margin-bottom:3px;padding-left:20px;}
.foot_i{float:left;width:238px;font-size:14px;height:54px;line-height:54px;background-color: #e9ebeb;padding-left:20px;color: #45484B;}
.foot_h span{padding-left:10px;}
.foot_i span{padding-left:10px;}

.foot_j{float:left;width:54px;font-size:14px;color: #45484B;height:54px;line-height:54px;background-color: #e9ebeb;margin-bottom:3px;text-align: center;}
.foot_k{float:left;width:181px;font-size:14px;color: #45484B;height:54px;line-height:54px;background-color: #e9ebeb;margin-bottom:3px;margin-left:3px;padding-left:20px;}
.foot_l{float:left;width:238px;font-size:14px;color: #45484B;height:111px;line-height:111px;background-color: #e9ebeb;margin-bottom:3px;padding-left:20px;}
.foot_k span{padding-left:10px;}
.foot_l span{padding-left:10px;}



.tou-a{float: left;margin-top:45px;padding-left:30px;margin-left:30px;line-height:18px;border-left:1px solid #999999;font-weight: bold;color: #000;}
.tou-a p{color:#000;font-size:20px;}
.tou-b{text-align: right;padding-right:30px;}

/*litong*/
.bottom{background: #eaebeb; border-top: 1px solid #dfe1e2; font-size: 14px;width: 100%;height: 150px;}
.wrap{width: 1200px;margin: 0 auto;background-color: #eaebeb;}
.ma{width: 100%;overflow: hidden;margin-top: 20px;padding-bottom: 10px;}
.ma img{vertical-align: middle;}
.ma div{width: 277px;box-sizing: border-box;}
.ma div a{color: #45484b;}
.ma div p{text-align: left;height: 35px;line-height: 35px;font-size: 15px;}
.ma div p:hover{color: #727475;}
.cont{float: left;background-color: #eaebeb;height: 80px;padding: 0 20px;}
#chengxu{float: left;height: 70px;border-left: 1px solid #999999}
#chengxu p{padding: 0 20px;background-color: #eaebeb;margin-bottom: 5px;height: 48px;line-height: 48px;}
.CX{height: 80px;}
#cx1{width: 90px;height: 70px;display: inline-block;background-color: #eaebeb;text-align: center;padding-top: 20px;}
#cx1 img{width: 90%;}
#cx2{width: 90px;height: 70px;display: inline-block;background-color: #eaebeb;text-align: center;padding-top: 20px;}
#cx2 img{width: 30%;}


/*-----------------------反馈页面----------------------*/
.fk{background-color:#09294D;width:100%;height:450px;margin: auto ;zoom:1;}
.fk-im{padding-top:70px;text-align: center;margin: auto ;width:110px;}
.fk-pa{font-size:42px;color: white;text-align: center;margin: auto ;width:1100px;padding:20px 0 10px 0;}
.fk-pb{font-size:18px;line-height:36px;color: white;text-align: center;margin: auto ;width:1100px;}

.fk-an{background-color: white;width:100%;height:200px;margin: auto ;}
.fk-aa{background-color: white;width:560px;height:60px;margin: auto ;padding-top:50px;}
#fk_ad{width:560px;height:60px;line-height:60px;}
#fk_ad li{float: left ;width:240px;height:58px;text-align: center;line-height:58px;margin:0 16px;}
#fk_ad li a.fkc{display: block;width:240px;height:58px;text-align: center;font-size:20px;line-height:58px;color: white;background-color:#3E97DF;}
#fk_ad li a.fkc:hover{background-color:#0066B9;color: white;}
#fk_ad li a.fkc_f{display: block;width:240px;height:58px;text-align: center;font-size:20px;line-height:58px;color:#3E97DF ;background-color:#EBF4FB;text-decoration:none;}
#fk_ad li a.fkc_f:hover{background-color:#D8EAF9 ;color:#3E97DF ;}

.cont_wr_p {width: 1100px;min-height:50px;height: auto !important;padding: 12px;margin: 0 auto;}
.cont_wr_pa{margin: 0 auto;width:200px;height:50px;text-align:center;font-size:18px;line-height:50px;}
.cont_wr_pa a{display: block;width:200px;height:50px;text-align:center;font-size:18px;color: white;background-color:#3E97DF;}
.cont_wr_pa a:hover{background-color:#0066B9;color: white;}
