@charset "utf-8"; 
/* reset */  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}  /* 初始化标签在所有浏览器中的margin、padding值 */  
fieldset,img {border:0 none}  /* 重置fieldset（表单分组）、图片的边框为0*/  
dl,ul,ol,menu,li {list-style:none}   /* 重置类表前导符号为onne,menu在HTML5中有效 */  
blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */  
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/  
input,select,textarea,button {vertical-align:middle}  /* 重置表单控件垂直居中*/  
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */  
body {background:#fff}   /* 重置body 页面背景为白色 */  
 
a {text-decoration:none}  /* 重置链接a标签 */  
a:active, a:hover {text-decoration:none}   /* 重置链接a标签的鼠标滑动效果 */  
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */  
caption {display:none;}    /* 重置表格标题为隐藏 */  
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;}    /* 重置table属性 */  
img{vertical-align:top}  /* 图片在当前行内的垂直位置 */  
   i{
font-style: normal;   }
/* 页面设置 */  
   
  /* 取消a标签点击后的虚线框 */  
a {outline: none;}    
a:active {star:expression(this.onFocus=this.blur());}  
   
 /* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */  
/*   
::selection {color: #fff;background-color: #4C6E78;}      
::-moz-selection {color: #fff;background-color: #4C6E78;}   
*/  


body,th,td,input,select,textarea,button {line-height:1 ; font-family: 'pgx';font-weight: normal;} /* 重置页面文字属性 */ 
/*清除浮动*/  
.clear{clear: both;}  
/*清除浮动--推荐使用*/  
.clearfix:before,.clearfix:after{content: '';display: table;}  
.clearfix:after{clear: both;} 
body,html{
	background-color: #F4F4F4;
	
}
@font-face {
  font-family: 'iconfont';  /* project id 2290258 */
  src: url('https://at.alicdn.com/t/font_2290258_4mpt5rf4t76.eot');
  src: url('https://at.alicdn.com/t/font_2290258_4mpt5rf4t76.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_2290258_4mpt5rf4t76.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_2290258_4mpt5rf4t76.woff') format('woff'),
  url('https://at.alicdn.com/t/font_2290258_4mpt5rf4t76.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_2290258_4mpt5rf4t76.svg#iconfont') format('svg');
}
.mian_newsa{
	/* width: 67.7%;
	max-width: 1300px;
	min-width: 1000px; */
	width: 1300px;
	background-color: #fff;
	margin: 0 auto;
}
.chuji_kaomianzx{
	padding: 30px 30px;
	font-size: 24px;
	color: #231816;
	line-height: 24px;
	font-weight: bold;
}
.max_zuixin_mians{
	padding: 0 30px;
	box-sizing: border-box;
}
.left_mav{
	width: 260px;
	float: left;
}
.mian_xas_rightas{
	float: right;
	width: calc(100% - 310px);
	min-height: 800px;
	font-size: 20px;
	color: #231816;
}
.mian_xas_rightas img{
	max-width: 100%;
}
.left_mav span{
	display: block;
	position: relative;
	width: 260px;
	height: 48px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #E6E5E5;
	line-height: 48px;
	text-indent: 31px;
	font-size: 18px;
	color: #231816;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: 500;
}
.left_mav span:after{
	font-family: 'iconfont'; 
	content: '\e646';
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #231816;
}
.left_mav span.backa{
	background-color: #3783D4;
	color: #fff;
}
.left_mav span.backa:after{
	color: #fff;
}
.kaoshi_baoming_mian{
	padding: 30px 0;
	cursor: pointer;
	border-bottom: 2px solid #E6E5E5;
}
.kaoshi_baoming_mian:nth-of-type(1){
	padding-top: 0;
}
.left_baoming_logo{
	width: 140px;
	height: 100px;
	
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}
.wza_baoming_mias{
	float: right;
	width: calc(100% - 160px);
	min-height: 100px;
	position: relative;
}
.wza_baoming_mias p:nth-of-type(1){
	font-size: 20px;
	color: #231816;
	line-height: 22px;
	font-weight: bold;
	padding-bottom: 20px;
}
.wza_baoming_mias p:nth-of-type(2){
	font-size: 16px;
	color: #999999;
	line-height: 20px;
	font-weight: 500;
	left: 0;
	bottom: 0;
	position: absolute;
}
.kaoshi_dagang_m{
	width: 48.3%;
	
	float: left;
	cursor: pointer;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
}
.kaoshi_dagang_m img{
	width: 100%;
	height: auto;
	display: block;
	font-size: 0;
}
.kaoshi_dagang_m:nth-of-type(2n){
	
	float: right;
}

.xinwen_miax{
	width: 100%;
}
.news_title{
	font-size: 22px;
	color: #231816;
	line-height: 26px;
	font-weight: bold;
}
.news_nava{
	padding-top: 19px;
}
.news_nava span:nth-of-type(1){
	font-size: 18px;
	color: #999999;
	float: left;
}
.news_nava span:nth-of-type(2){
	font-size: 18px;
	color: #999999;
	float: right;
}
.neirong_mians{
	padding-top: 40px;
	font-size: 16px;
	color: #231816;
	line-height: 26px;
	font-weight: 500;
}
.neirong_mians img{
	max-width: 100%;
}
.baoming_btn{
	width: 400px;
	height: 48px;
	border-radius: 24px;
	background-color: #3783D4;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-weight: 500;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 100px;
	cursor: pointer;
}
.baoming_btn_gray{
	width: 400px;
	height: 48px;
	border-radius: 24px;
	background-color: #999999;
	color: #fff;
	margin-bottom: 100px;
	text-align: center;
	line-height: 48px;
	font-weight: 500;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 60px;
	
}





.pagingUl{float:right;padding:0;margin:0;list-style:none}
.pagingUl li{float:left;width:30px;height:30px;list-style:30px;text-align:center;margin-right: 15px;}
.pagingUl li a{text-decoration:none;display:inline-block;width:30px;height:30px;text-align:center;line-height:28px;padding:0;background:#fafafa;color:#666;font-size:12px;border-radius:6px;-webkit-touch-callout: none; /* iOS Safari */

-webkit-user-select: none; /* Chrome/Safari/Opera */

-khtml-user-select: none; /* Konqueror */

-moz-user-select: none; /* Firefox */

-ms-user-select: none; /* Internet Explorer/Edge */

user-select: none; /* Non-prefixed version, currently

not supported by any browser */
border:1px solid rgba(0,0,0,0.15);}
.prv,.next{width:30px;height:30px;float:left;text-align:center;line-height:30px;border:1px solid #ddd;cursor:pointer;margin-right: 15px;font-size: 14px;-webkit-touch-callout: none; /* iOS Safari */

-webkit-user-select: none; /* Chrome/Safari/Opera */

-khtml-user-select: none; /* Konqueror */

-moz-user-select: none; /* Firefox */

-ms-user-select: none; /* Internet Explorer/Edge */

user-select: none; /* Non-prefixed version, currently

not supported by any browser */}
.first,.last{width:30px;height:30px;font-size:12px;text-align:center;line-height:30px;border:1px solid #ddd;cursor:pointer}
  .pageTest{ width: 726px; height: 50px; padding-top: 30px;  }
	.pageTest2{ width: 926px; height: 50px; padding-top: 30px; }

    .activP{
      background-color: #1890FF!important;
      color: #fff!important;
    }
.fenye_con{
	width: 726px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 62px;
}
.fenye_con{
	clear: both;
}


.right_nav_blue{
	width: 720px;
	margin: 0 auto;
	border:1px solid #3783D4;
	border-radius: 28px;
	height: 56px;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	margin-top: -33px;
}
.right_nav_blue span{
	flex:1;
	font-size: 18px;
	color: #3783D4;
	text-align: center;
	margin: 4px 0;
	line-height: 46px;
	cursor: pointer;
	
}
.right_nav_blue span:nth-of-type(1){
	flex: 1.8;
}
.right_nav_blue span.backa{
	background-color: #3783D4;
	text-align: center;
	color: #fff;
	border-radius: 28px;
}
.zuixin_mian_big{
	width: 100%;
	padding-top: 30px;
}
.zhunkao_mian{
	width: 100%;
}
.disabled{
	margin-right: 5px;
}
.zhunkao_zhao span:nth-of-type(1){
	float: left;
	font-weight: bold;
	font-size: 18px;
	color: #231816;
	padding-right: 50px;
	line-height: 32px;
}
.zhunkao_zhao span.zkao_numa{
	float: left;
	font-weight: 500;
	font-size: 18px;
	color: #231816;
	line-height: 32px;
	padding-right: 60px;
}
.zhunkao_zhao span.dianzi_pinzheng{
	width: 160px;
	height: 32px;
	float: left;
	border:1px solid #3783D4;
	border-radius: 8px;
	text-align: center;
	line-height: 30px;
	box-sizing: border-box;
	font-size: 14px;
	cursor: pointer;
	color: #3783D4;
}
.lilun_kec{
	padding-top: 30px;
}
.lilun_tit{
	font-weight: bold;
	font-size: 18px;
	color: #231816;
	padding-right: 50px;
	line-height: 32px;
}
.table_mians{
	width: 600px;
}
.table_mians p{
	width: 100%;
	display: flex;
	margin-top: 30px;
}
.table_mians p span{
	flex: 1;
	font-size: 18px;
	color: #231816;
	font-weight: 500;
	text-align: center;
	line-height: 34.5px;
	
}
.table_mians p span i{
	width: 37px;
	height: 34.5px;
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: block;
}
.layui-form-label_age{
	float: left;
	line-height: 38px;
	font-weight: bold;
	font-size: 18px;
	color: #231816;
}
.baokao_ximu{
	padding-top: 30px;
}
.layui-form-select dl dd.layui-this{
	background-color: #3783D4;
}
.zxiang_jineng{
	padding-top: 30px;
}
.zxiang_jineng span:nth-of-type(1){
	float: left;
	line-height: 32px;
	font-weight: bold;
	font-size: 18px;
	width: 97px;
	color: #231816;
}
.zxiang_jineng span.zanwu_main{
	float: left;
	padding-left: 51px;
	font-weight: 500;
	color: #231816;
	line-height: 32px;
}
.zxiang_jineng span.zx_tijiao_btn{
	width: 160px;
	height: 32px;
	float: left;
	border:1px solid #3783D4;
	border-radius: 8px;
	text-align: center;
	line-height: 30px;
	box-sizing: border-box;
	font-size: 14px;
	cursor: pointer;
	color: #3783D4;
	margin-left: 130px;
}
.zxiang_jineng span.zx_biaozhun_btn{
	width: 160px;
	height: 32px;
	float: left;
	border:1px solid #3783D4;
	border-radius: 8px;
	text-align: center;
	line-height: 30px;
	box-sizing: border-box;
	font-size: 14px;
	cursor: pointer;
	color: #3783D4;
	margin-left: 30px;
}
.zhengshu_pic_xinxi{
	padding-top: 29px;
}

.zhengshu_pic_xinxi span:nth-of-type(1){
	float: left;
	line-height: 32px;
	font-weight: bold;
	font-size: 18px;
	color: #231816;
	width: 97px;
}


.zhengshu_pic_xinxi span.zanwu_newsas{
	float: left;
	padding-left: 51px;
	font-weight: 500;
	color: #231816;
	line-height: 32px;
}

.pxkc_mianlist{
	border-bottom: 1px solid #E6E5E5;
	padding: 10px 0;
	
	
}
.right_news_wza{
	padding-right: 110px;
	position: relative;
}
.right_news_wza p:nth-of-type(1){
	
}
.right_news_wza p:nth-of-type(1) span:nth-of-type(1){
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 6px;
	
	font-size: 16px;
	color: #CE1A2D;
	font-weight: 500;
}
.right_news_wza p:nth-of-type(1) span:nth-of-type(2){
	float: left;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	font-size: 16px;
	color: #231816;
	font-weight: bold;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.right_news_wza p:nth-of-type(2){
	font-size: 16px;
	color: #231816;
	font-weight: 500;
	line-height: 22px;
	padding-top: 10px;
	margin-bottom: 13px;
	display: -webkit-box;
	max-height: 44px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.right_news_wza p:nth-of-type(3){
	
}
.right_news_wza p:nth-of-type(3) span:nth-of-type(1){
	float: left;
	font-size: 16px;
	color: #999999;
	font-weight: 500;
}
.right_news_wza p:nth-of-type(3) span:nth-of-type(2){
	float: right;
	font-size: 16px;
	color: #999999;
	font-weight: 500;
}
.yijian_btans{
	    width: 100px;
	    height: 30px;
	    border-radius: 5px;
	    border:1px solid #b27644;
	    color: #b97850;
	    background: white;
		font-weight: 800;
		position: absolute;
		top: 0;
		cursor: pointer;
		text-align: center;
		line-height: 30px;
		font-size: 18px;
		right: 0;
}
.yijian_btans2{
	    width: 100px;
	    height: 30px;
	    border-radius: 5px;
	    border:1px solid #b27644;
	    color: #b97850;
	    background: white;
		font-weight: 800;
		position: absolute;
		bottom: 0;
		cursor: pointer;
		text-align: center;
		line-height: 30px;
		font-size: 18px;
		right: 0;
}
.yijian_btans3gray{
	width: 100px;
	height: 30px;
	border-radius: 5px;
	color: #636363;
	background: #dcdcdc;
	font-weight: 800;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	right: 0;
}

.yijian_btansbbjsa{
	    width: 100px;
	    height: 30px;
	    border-radius: 5px;
	    border:1px solid #559b83;
	    color: #559b83;
	    background: white;
		font-weight: 800;
		position: absolute;
		bottom: 0;
		cursor: pointer;
		text-align: center;
		line-height: 30px;
		font-size: 18px;
		right: 0;
}
.mian_xas_rightas table{
	margin: 0 auto;
}
.mian_xas_rightas td {
    border: 1px solid #ccc;
    height: 40px;
    width: 150px;
    font-family: 宋体;
}

.baoming_xiangq_main{
	
	width: 100%;
	padding-top: 20px;
	
}
.kaoshi_titlea span:nth-of-type(1){
	float: left;
	font-size: 18px;
	color: #231816;
	font-weight: bold;
	min-height: 18px;
	width: 150px;
	text-align: left;
}
.kaoshi_titlea span:nth-of-type(2){
	font-size: 18px;
	color: #231816;
	min-height: 18px;
	font-weight: 500;
	float: left;
}
.kaoshi_zhuangtaio_main{
	padding-top: 30px;
	border-bottom: 2px solid #E6E5E5;
	padding-bottom: 30px;
}

.kaoshi_zhuangtaio_main span:nth-of-type(1){
	float: left;
	font-size: 18px;
	min-height: 18px;
	color: #231816;
	font-weight: bold;
	width: 150px;
	text-align: left;
}
.kaoshi_zhuangtaio_main span:nth-of-type(2){
	font-size: 18px;
	color: #231816;
	font-weight: 500;
	float: left;
	width: 250px;
	min-height: 18px;
}
.kaoshi_zhuangtaio_main span:nth-of-type(3){
	float: left;
	font-size: 18px;
	min-height: 18px;
	color: #231816;
	font-weight: bold;
	width: 130px;
	text-align: left;
}
.kaoshi_zhuangtaio_main span:nth-of-type(4){
	font-size: 18px;
	color: #231816;
	font-weight: 500;
	float: left;
	min-height: 18px;
	
}
.kaoshi_anpaias{
	font-synthesis: 20px;
	color: #231816;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 10px;
}
.kecheng_biaogeas{
	width: 640px;
	margin-left: 66px;
}
.kecheng_biaogeas p{
	display: flex;
	line-height: 57px;
	min-height: 57px;
	border-bottom: 1px solid #E6E5E5;
}
.kecheng_biaogeas p:nth-of-type(1){
	border-bottom: 1px solid #999999;
	
}
.kecheng_biaogeas p span:nth-of-type(1){
	flex: 1.5;
}
.kecheng_biaogeas p:last-child{
	border-style: none;
}
.kecheng_biaogeas span{
	flex: 1;
	text-align: center;
	font-size: 18px;
	color: #231816;
	min-height: 18px;
	font-weight: 500;
	position: relative;
}
.kecheng_biaogeas span i{
    width: 37px;
    height: 34.5px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.kecheng_biaogeas p.back span{
	color: #999999;
}
.zhunkao_hao_main{
	border-top: 2px solid #E6E5E5;
	border-bottom: 2px solid #E6E5E5;
	padding-top: 30px;
	padding-bottom: 30px;
}
.new_shuomin{
	padding: 25px 0;
	font-size: 18px;
	color: #2A2A2A;
	font-weight: 500;
}
.new_shuomin span{
	color: #4D73E2;
	text-decoration: underline;
	cursor: pointer;
}
.zhunkao_hao_main span:nth-of-type(1){
	float: left;
	font-size: 18px;
	color: #231816;
	font-weight: bold;
	min-height: 18px;
	width: 150px;
	text-align: left;
}
.zhunkao_hao_main span:nth-of-type(2){
	float: left;
	font-size: 18px;
	color: #231816;
	font-weight: 500;
	width: 250px;
	text-align: left;
	min-height: 18px;
}
.zhunkao_hao_main span:nth-of-type(3){
	float: left;
	font-size: 18px;
	color: #231816;
	font-weight: bold;
	width: 120px;
	min-height: 18px;
	text-align: left;
}
.zhunkao_hao_main span:nth-of-type(4){
	float: left;
	text-align: center;
	min-height: 18px;
}
.zhunkao_hao_main span:nth-of-type(4) i:nth-of-type(1){
	display: block;
	width: 120px;
	height: 80px;
	
	margin: 0 auto;
	background-position: center;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
}
.zhunkao_hao_main span:nth-of-type(4) i:nth-of-type(2){
	display: inline-block;
	
	text-align: center;
	font-size: 18px;
	color: #3783D4;
	font-weight: 500;
	margin-top: 20px;
	cursor: pointer;
}
h1, h3, h4, h5, h6{
	font-size: 21px !important;
}

.zxjn_mians{
	width: 600px;
	height: 200px;
	background-image: url('../Image/skill_zxjn.png');
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.zxjn_mians p:nth-of-type(1){
	font-size: 20px;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 29px;
	text-indent: 30px;
}
.zxjn_mians p:nth-of-type(2){
	font-size: 20px;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 15px;
	text-indent: 30px;
}
.zxjn_mians p:nth-of-type(3){
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	padding-top: 15px;
	text-indent: 30px;
	font-weight: bold;
}

.zxjn_mians p:nth-of-type(3).back{
	color: #CF131C;
}
.shenhe_listas{
	width: 100%;
	
	
}
.shenhe_list_con{
	padding: 25px 30px;
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
	background-color: #F7F7F7;
	border-radius: 16px;
	margin-bottom: 20px;
}
.shenhe_list_con p:nth-of-type(1){
	line-height: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid #C3C3C3;
	
}
.shenhe_list_con p:nth-of-type(1) span:nth-of-type(1){
	float: left;
	font-weight: 500;
	color: #231816;
	font-size: 18px;
}
.shenhe_list_con p:nth-of-type(1) span:nth-of-type(2){
	float: right;
	width: 120px;
	height: 32px;
	border-radius: 8px;
	background-color: #3783D4;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}
.shenhe_list_con p:nth-of-type(1) span:nth-of-type(2).backa{
	background-color: #CF131C;
}
.shenhe_list_con p:nth-of-type(2){
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: #231816;
	padding-top: 15px;
}
.shenhe_list_con p:nth-of-type(2) span:nth-of-type(1){
	float: left;
	width: calc(100% - 350px);
}
.shenhe_list_con p:nth-of-type(2) span:nth-of-type(2){
	float: right;
	width: 320px;
	height: 160px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 16px;
	overflow: hidden;
}
.tijiao_mian{
	width: 400px;
	height: 48px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	background-color: #3783D4;
	border-radius: 24px;
	font-weight: 500;
	color: #FFFFFF;
	font-size: 20px;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 60px;
	margin-bottom: 69px;
}
.skill_nav_sm{
	padding-top: 25px;
}
.skill_nav_sm span:nth-of-type(1){
	float: left;
	font-size: 20px;
	color: #231816;
	line-height: 30px;
}
.skill_nav_sm span:nth-of-type(2){
	float: left;
	font-size: 20px;
	color: #307EEA;
	padding-left: 30px;
	line-height: 30px;
	cursor: pointer;
}
.shuoming_textan{
	width: 100%;
	height: 200px;
	background-color: #F7F7F7;
	border-radius: 16px;
	margin: 20px 0;
}
.shuoming_textan textarea{
	width: 100%;
	background-color: transparent;
	border-style: none;
	outline-style: none;
	height: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	line-height: 18px;
	outline-style: none;
	color: #231816;
}
.sc_tpan{
	width: 100%;
}
.qz_xiazai_mian{
	float: left;
	border-radius: 16px;
	overflow: hidden;
	width: 200px;
	height: 200px;
	background-image: url('../Image/skill_file.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 30px;
	position: relative;
}
.qz_xiazai_mian input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	cursor: pointer;
	z-index: 6;
}
.qz_xiazai_mian .shanchu_mians{
	width: 64px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 500;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #CF131C;
border-radius: 13px 0px 13px 0px;
position: absolute;
right: 0;
bottom: 0;
cursor: pointer;
}
.tishi_miansad{
	font-size: 18px;
	color: #999999;
	font-weight: 500;
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 49px;
}
.red_tishias{
	font-size: 20px;
	color: #CF131C;
	font-weight:500;
	padding-bottom: 99px;
}
.tijiao_zhuangxiang_bb{
	border-radius: 24px;
	background-color: #3783D4;
	width: 400px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 80px;
}

.posi_zkaoz_main{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	background-color: rgba(0,0,0,.5);
}
.posi_zhunkao_main{
	width: 1050px;
	height: 830px;
	zoom: 0.7;
	background-color: #fff;
	/* background-image: url('../Image/from_pic_zshu.jpg'); */
	background-position: center;
	background-size: 100%;
	/* transform: scale(.7) ; */
}
.baozhu_mains{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.posi_zhunkao_main img{
	width: 100%;
	height: auto;
	display: block;
}

.posi_biaotisa{
	position: absolute;
	width: 400px;
	left: 51px;
	top: 50px;
	font-weight: 500;
	color: #030200;
	font-size: 20px;
	text-align: center;
}
.posi_biaotisa2{
	position: absolute;
	width: 400px;
	right: 51px;
	top: 50px;
	font-weight: 500;
	color: #030200;
	font-size: 20px;
	text-align: center;
}
.zhunkaohao{
	width: 120px;
	position: absolute;
	color: #030200;
	font-size: 17px;
	left: 172px;
	top: 195px;
	font-weight: 500;
}
.xingming_conas{
	width: 120px;
	position: absolute;
	color: #030200;
	font-size: 17px;
	left: 132px;
	top: 238px;
	font-weight: 500;
}
.sex_cona{
	width: 120px;
	position: absolute;
	color: #030200;
	font-size: 17px;
	left: 132px;
	top: 282px;
	font-weight: 500;
}
.idcard_mian{
    width: 275px;
    position: absolute;
    color: #030200;
    font-size: 17px;
    left: 173px;
    top: 332px;
    font-weight: 500;
}
.kaoshi_dizhia{
	width: 275px;
	position: absolute;
	color: #030200;
	font-size: 17px;
	left: 173px;
	top: 374px;
	font-weight: 500;
}
.kaoshi_timea{
	width: 275px;
	position: absolute;
	color: #030200;
	font-size: 17px;
	left: 173px;
	top: 421px;
	font-weight: 500;
}
.yundongjishua1{
	width: 400px;
	position: absolute;
	color: #030200;
	font-size: 19px;
	left: 62px;
	top: 460px;
	font-weight: 500;
}
.yundongjishua1 span{
	
	font-size: 19px;
}
.yundongjishua2{
	top: 497px;
	width: 400px;
	position: absolute;
	color: #030200;
	font-size: 19px;
	left: 62px;
	font-weight: 500;
}
.yundongjishua2 span{
	
	font-size: 19px;
}
.yundongjishua3{
	top: 535px;
	width: 400px;
	position: absolute;
	color: #030200;
	font-size: 19px;
	left: 62px;
	font-weight: 500;
}
.yundongjishua3 span{
	
	font-size: 19px;
}
.touxiang_log{
	width: 87px;
	height: 121px;
	
	position: absolute;
	left: 347px;
	top: 187px;
}
.main_wza_big{
	width: 396px;
	height: 511px;
	position: absolute;
	top: 195px;
	right: 64px;
	font-size: 12px;
	color: #030200;
	line-height: 19px;
}
.main_wza_big p{
	font-size: 12px;
	color: #030200;
}
.gy_mainsas span:nth-of-type(1){
	width: 180px;
	display: inline-block;
}
.shengchengz_main{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 50px;
	line-height: 100%;
	background-color: rgba(0,0,0,.7);
	display: none;
	left: 0;
	display: table;
	top: 0;
	position: absolute;
	zoom: 0.7;
	color: #fff;
}
.main_mmm{
	width: 100%;
	height: 100%;
	position: relative;
}
.shengchengz_main span{
	display:table-cell;
	vertical-align: middle;
}
.xiazai_anniu_pic{
	width: 400px;
	height: 48px;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 48px;
	background-color: #3783D4;
	border-radius: 24px;
	display: none;
	top: 615px;
	cursor: pointer;
	left: 50%;
	transform: translateX(-50%);
}
	.fuhe_title{
				padding: 21px 24px;
				width: 100%;
				box-sizing: border-box;
				border-radius: 8px;
				background-color: #E6E5E5;
				font-size: 18px;
				color: #231816;
				line-height: 32px;
			}
			.fuhe_kemu{
				width: 360px;
				padding-top: 30px;
			}
			.fuhe_jieguoa p:nth-of-type(1){
				
			}
			.fuhe_jieguoa p span:nth-of-type(1){
				float: left;
				width: 128px;
				line-height: 38px;
				font-weight: bold;
				color: #231816;
			}
			.fuhe_jieguoa p span:nth-of-type(2){
			font-size: 16px;
				color: #231816;
				line-height: 38px;
				font-weight: 500;
			}
			.fuhe_jieguoa p:nth-of-type(2){
				margin-top: 19px;
			}
			.xiazai_shenq_btnas{
				width: 400px;
				height: 48px;
				border-radius: 24px;
				background-color: #3783D4;
				text-align: center;
				line-height: 48px;
				margin-left: 112px;
				color: #FFFFFF;
				text-align: center;
				font-size: 20px;
				font-weight: 500;
				cursor: pointer;
				margin: 0 auto;
				margin-bottom: 50px;
				margin-top: 30px;
			}
			.fuhe_table{
				width: 690px;
				background-image: url('../Image/fuhe_table.jpg');
				background-repeat: no-repeat;
				background-size: 100% 100%;
				background-position: center;
				height: 976px;
				margin: 0 auto;
				font-weight: 800;
				position: relative;
			}
			.fuhe_table img{
				width: 100%;
				height: 100%;
				display: block;
				font-size: 0;
			}
			.fh_rename{
				width: 184px;
				left: 160px;
				top: 217px;
				position: absolute;
				height: 48px;
				text-align: center;
				line-height: 48px;
				font-size: 16px;
			}
			.fh_icard{
				width: 184px;
				left: 435px;
				top: 217px;
				position: absolute;
				height: 48px;
				text-align: center;
				line-height: 48px;
				font-size: 16px;
			}
			.fh_tel{
				width: 184px;
				left: 159px;
				top: 266px;
				position: absolute;
				height: 48px;
				text-align: center;
				line-height: 48px;
				font-size: 16px;
			}
			.fh_yditem{
				width: 184px;
				left: 435px;
				top: 266px;
				position: absolute;
				height: 48px;
				text-align: center;
				line-height: 48px;
				font-size: 16px;
			}
			.fh_num_binahal{
				width: 184px;
				left: 159px;
				top: 315px;
				position: absolute;
				height: 48px;
				text-align: center;
				line-height: 48px;
				font-size: 16px;
			}
			.fh_kczh_main{
				width: 184px;
				left: 435px;
				top: 315px;
				position: absolute;
				height: 48px;
				text-align: center;
				line-height: 48px;
				font-size: 16px;
			}
			.fh_kemua{
				width: 184px;
				left: 159px;
				top: 364px;
				position: absolute;
				height: 48px;
				text-align: center;
				line-height: 48px;
				font-size: 16px;
			}
			.fh_xchengjia{
				width: 184px;
				left: 435px;
				top: 364px;
				position: absolute;
				height: 48px;
				text-align: center;
				line-height: 48px;
				font-size: 16px;
			}
			.fh_xjuzhudi{
				width: 459px;
				left: 160px;
				top: 413px;
				position: absolute;
				height: 48px;
				text-align: center;
				line-height: 48px;
				font-size: 16px;
			}
			.fuhe_shuom_yyxin{
				width: 511px;
				left: 85px;
				top: 525px;
				position: absolute;
				text-align: left;
				line-height: 28px;
				height: 240px;
				text-indent: 20px;
				font-size: 16px;
			}
			.new_inout_tale{
				width: 360px;
			}
			.fuhe_yy_tit{
				padding-bottom: 16px;
			}
			.fuhe_yy_tit span:nth-of-type(1){
				float: left;
				width: 106px;
				line-height: 38px;
				font-weight: bold;
				color: #231816;
				
			}
			.fuhe_yy_tit span:nth-of-type(2){
				font-size: 16px;
					color: #C61F3B;
					line-height: 38px;
					font-weight: bold;
				}
				.fhsq_btn_sea{
					width: 400px;
					height: 48px;
					border-radius: 24px;
					background-color: #3783D4;
					text-align: center;
					line-height: 48px;
					margin-left: 112px;
					color: #FFFFFF;
					text-align: center;
					font-size: 20px;
					font-weight: 500;
					cursor: pointer;
					margin-top: 30px;
					margin-bottom: 50px;
				}
				.new_blue{
					font-size: 14px;
					color: #3783D4;
					text-indent: 38px;
					line-height: 23px;
				}