body,ul,li,div,h2,p,h1,span{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
.remo_cle{
	clear: both;
}
.header{
	width: 100%;
	margin: 0 auto;
	min-width: 1190px;
	position: fixed;top: 0;left: 0;background: white;z-index: 99999;

}
.header_top{
	height: 36px;
	margin: 0 auto;
	background: #fffbf9;
	width: 100%;
}
.header_top_01{
	float: left;
	width: 1190px;
	height: 36px;
	margin-left: 50%;
	position: absolute;
	left: -595px;
}
.header_top_01_left{
	float: left;
}
.header_top_01_left p{
	font-size: 12px;
	line-height: 36px;
	display: block;
	float: left;
	margin-le ft: 11px;
	letter-spacing: 0.7px;
}
.header_top_01_left_02{
	color: #006960;
}
.header_top_01_right{
	float: right;
	margin-right: 25px;
}
.header_top_01_right p{
	font-size: 12px;
	line-height: 36px;
	display: block;
	float: left;
	margin-left: 11px;
	letter-spacing: 0.7px;
	color: #006960;
}
.header_middle01{
	height: 88px;
	width: 1190px;
	margin: 0 auto;
	overflow: hidden;
}
.header_middle01 .hmimg01{
	float: left;
	width: 435px;
	height: 42px;
	margin: 24px 0 0 12px;
}
.header_middle01 .hmimg02{
	float: right;
	width: 120px;
	height: 37px;
	margin: 34px 14px 0 0;
}
.header_middle01 span{
	display: block;
	font-size: 22px;
	line-height: 22px;
	color: #dc1111;
	float: right;
	margin: 40px 40px 0 0;
}
.header_middle02{
	height: 42px;
	width: 1190px;
	margin: 0 auto;
	overflow: hidden;
}
.header_middle02 a{
	display: block;
	float: left;
	margin-left: 15px;
}
.header_middle02 img{
	float: left;
	width: 216px;
	height: 34px;
	
}
.header_middle02 div{
	width: 410px;
	height: 30px;
	border: 2px solid #3caf88;
	margin-left: 65px;
	float: left;
}

.input_search{
	border: 0;  /*去除未选中状态边框*/
    outline: none; /*去除选中状态边框*/
    background-color: rgba(0, 0, 0, 0); /*透明背景*/
   	height: 100%;
   	width: 244px;
   	padding: 0;
   	margin: 0;
   	float: left;
   	padding-left: 16px;
}
.input_search::-webkit-input-placeholder { /* WebKit browsers */
    /* placeholder颜色  */
	    color: #9c9b9b;
	/* placeholder字体大小  */
	    font-size: 14px;
	    letter-spacing: 2px;
}
.input_search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    /* placeholder颜色  */
	    color: #9c9b9b;
	/* placeholder字体大小  */
	    font-size: 14px;
	    letter-spacing: 2px;
}
.input_search::-moz-placeholder { /* Mozilla Firefox 19+ */
    /* placeholder颜色  */
	    color: #9c9b9b;
	/* placeholder字体大小  */
	    font-size: 14px;
	    letter-spacing: 2px;
}
.input_search:-ms-input-placeholder { /* Internet Explorer 10+ */
    /* placeholder颜色  */
	    color: #9c9b9b;
	/* placeholder字体大小  */
	    font-size: 14px;
	    letter-spacing: 2px;
}
.input_qd{
	border: 0;  /*去除未选中状态边框*/
    outline: none; /*去除选中状态边框*/
    background-color: rgba(0, 0, 0, 0); /*透明背景*/
  	height: 100%;
   	width: 150px;
   	padding: 0;
   	margin: 0;
   	float: left;
   	background: #3caf88;
   	color: #ffffff;
   	font-size: 16px;
   	letter-spacing: 2px;
   	font-family: "微软雅黑";
}

.header_bottom{
	height: 60px;
	background: #5ab990;
	width: 100%;
}
.header_bottom>ul{
	position: absolute;
	left: 50%;
	margin-left: -595px;
	width: 1190px;
}
.header_bottom>ul>li{
	list-style: none;
	float: left;
	width: 119px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.header_bottom li:hover{
	background: #298b6a;
	cursor: pointer;
}
.header_bottom>ul>li>a{
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.header_bottom>ul>li ul{
	width: 119px;
	background: #5ab990;
	list-style: none;
	display: none;
	z-index: 99999999999;
	position: relative;
	
}
.header_bottom>ul>li ul li{
	width: 119px;
	height: 60px;
}
.header_bottom>ul>li ul li a{
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}

.header_content{
	background: #fff;
	width: 100%;
	z-index: -111;
	min-width: 1190px;

}














/*内容*/
.box_container{
	width: 100%;min-width: 1190px;
	background: #fff;
	/*overflow: hidden;*/
}
.box_content{
	width: 1190px;
	margin: 0 auto;
}
.hover_01{
	background: #f4f4f4;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
.hover_01>div{
	float: left;
	position: relative;
	margin: 25px 12.5px;
}
.hover_01 img{
	width: 100%;
	float: left;
}
.hover_01>div>a{
	cursor: pointer;
	position: absolute;
	width: 213px;
	height: 42px;
	bottom: 0;
	left: 0;
}

.incon1{
	margin-top: 23px;
}
.incon1>div{
	float: left;
}
.incon1le1{
	width: 924px;	
}
.incon1ri1{
	width: 255px;
	margin-left: 11px;
}
.icl1t{
	width: 924px;
	height: 62px;
}
.icl1t ul{
	list-style: none;
}
.icl1t ul li{
	float: left;
	width: 130px;
	height: 60px;
	border: 1px solid #1bbc9b;
	line-height: 62px;
	color: #1bbc9b;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.icl1t>a{
	float: left;
	width: 130px;
	height: 60px;
	border: 1px solid #1bbc9b;
	line-height: 62px;
	color: #1bbc9b;
	font-size: 18px;
	text-align: center;
	cursor: pointer;	
	text-decoration: none;
}
.icl1t ul .ssssli{
	background: #1bbc9b;
	color: #fff;
}

.icl1c{
	margin-top: 13px;
	width: 924px;
	height: 750px;
	overflow: hidden;
}
.xx01{
	height: 124px;
	border-bottom: 1px solid #e5e5e5;
}
.xx01>div{
	float: left;
}
.xx01l{
	width: 256px;
	height: 105px;
	margin-top: 10px;
	border: 1px solid #e1dddc;
}
.xx01l img{
	float: left;
	width: 100%;
}
.xx01ri{
	margin-left: 35px;
	overflow: hidden;

}
.xx01ri:hover .xxri01 h2{
	color: #08997c;
}
.xxri01{
	line-height: 19px;
	margin-top: 10px;
}
.xxri01 h2{
	display: block;
	float: left;
	font-size: 18px;
	color: #323232;
	margin-right: 35px;
}
.xxri01 img{
	display: block;
	float: left;
	width: 18px;
	height: 19px;
	margin-right: 5px;
}
.xxri02{
	width: 475px;
	line-height: 16px;
	margin: 12px 0 6px 0;
	overflow: hidden;
	clear: both;
}
.xxri02 p{
	letter-spacing: 1.3px;
	font-size: 16px;
	color: #565757;
	line-height: 22px;
}
.xxri03{
	overflow: hidden;
	
}
.xxri03 img{
	float: left;
	margin-right: 10px;
}
.xxri03 span{
	display: block;
	float: left;
	font-size: 14px;
	color: #818383;
	margin-right: 25px;
}
.xx01 .xx01riri{
	float: right;
	margin-right: 13px;	
}
.xx01riri a{
	width: 128px;
	height: 33px;
	border: 1px solid #08997c;
	display: block;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	text-decoration: none;
}
.xx01riri a:first-child{
	background: white;color: #08997c;
	margin-top: 10px;
}
.xx01riri a:last-child{
	background: #ff9611;color: white;border: 1px solid #ff9611;
	margin-top: 15px;
}

.in1901{
	position: relative;
	overflow: hidden;
}
.in1901 img{
	float: left;
}
.in1901 a{
	display: block;
	width: 133px;
	height: 34px;
	position: absolute;
	bottom: 83px;
	left: 60px;
}

.in1902{
	margin-top: 16px;
}
.i92h{
	height: 47px;
	border: 1px solid #08997c;
}
.i92h span{
	display: block;float: left;
	width: 126.5px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background: #ffffff;
	color: #08997c;
	font-size: 16px;
	cursor: pointer;
}
.i92h .hhsp{
	background: #08997c;
	color: white;
}
.i92c{
	border: 1px solid #08997c;
	overflow: hidden;
}
.bxbx{
	line-height: 34px;
	margin-top: 22px;
	margin-left: 7px;
	overflow: hidden;
	
}
.bxbx span{
	font-size: 16px;
	color: #4b4b4b;
	display: block;
	float: left;
}
.bxbx input{
	width: 157px;
	height: 32px;
	outline: none;
	border: 1px solid #bbbaba;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

.bxbx select{
	width: 159px;
	height: 34px;
	outline: none;
	border: 1px solid #bbbaba;
	margin: 0;
	padding: 0;
		display: block;
	float: left;
}
.i92c>input{
	width: 236px;
	height: 34px;
	border-radius: 5px;
	line-height: 34px;
	background: #f13a3a;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: block;
	margin: 15px auto;
	border: none;
}
.i92c>a{
	width: 236px;
	height: 34px;
	border-radius: 5px;
	line-height: 34px;
	background: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #08997c;
	display: block;
	margin: 15px auto;
	border: 1px solid #08997c;
}
.i92c>p{
	font-size: 14px;
	color: #a59d9d;
	text-align: center;
	margin-bottom: 15px;
}
.i92c>p span{
	color: #ce0707;
	font-size: 16px;
	font-weight: 600;
}


.gdgd{
	background: #fff;
	width: 100%;
	overflow: hidden;
}
.gdgd1{ width: 1190px; height: 165px; position: relative; margin: 23px auto;overflow: hidden;cursor: pointer;}
.gdgd1 ul { width: 1190px; height: 165px; position: relative; }
.gdgd1 ul li { height: 165px; float: left; list-style: none; padding-right:10px;position: relative;}
.gdgd1 ul li img { width: 230px; height: 165px; display: inline-block;}
.gdgd1 ul li span{
	display: block;
	position: absolute;
	width: 230px;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	height: 47px;
	line-height: 47px;
	background: rgba(0,0,0,0.5);
}

.incon02{
	overflow: hidden;
	margin-top: 23px;
}
.incon02 div{
	float: left;
	margin-right: 17.5px;
	width: 224px;
	height: 559px;
	overflow: hidden;
	position: relative;
}
.incon02 img{
	float: left;
}
.incon02 .qqqa1{
	display: block;
	position: absolute;
	width: 70px;
	height: 16px;
	bottom: 80px;
	right: 23px;
	
}
.incon02 .qqqa2{
	display: block;
	position: absolute;
	width: 224px;
	height: 51px;
	bottom: 0px;
	right: 0px;
}

.incon03{
	overflow: hidden;
	margin-top: 23px;
}
.incon03 div{
	float: left;
	margin-right: 10px;
	width: 290px;
	overflow: hidden;
	background: #f5f5f5;
	padding-bottom: 15px;
	
}
.incon03 img{
	float: left;
	width: 290px;
	height: 129px;
	margin-bottom: 15px;
}

.incon03 a{
	display: block;
	float: left;
	font-size: 14px;
	color: #323232;
	text-align: center;
	line-height: 30px;
	margin: 0 6px;
	text-decoration: none;
}

.job_spect_01{
	background: #fff;
	width: 100%;
	position: relative;	
	margin-top: 20px;
}

.job_spect_01_content{
	width: 100%;
	height: 370px;
}
.job_spect_01_content>div{
	float: left;
}
.job_spect_01_con_left{
	width: 264px;
}

.job_spect_01_con_left img{
	float: left;
	width: 264px;
	height: 333px;
}
.jsclh{
	height: 44px;
	background: #f3f3f3;
}
.jsclh h2{
	font-size: 18px;
	font-weight: 400;
	color: #424141;
	line-height: 44px;
	text-align: left;
	margin-left: 15px;
}

.job_spect_01_con_cen{
	width: 625px;
	height: 375px;
	margin-right: 12px;
	border: 1px solid #f3f3f3;
	
}
.jscch{
	height: 44px;
	background: #f3f3f3;
}
.jscch ul {
	margin: 0 20px;
}
.jscch ul li{
	float: left;
	margin: 0 20px;
	display: block;
	font-size: 16px;
	color: #636363;
	line-height: 18px;
	margin-top: 12px;
	padding-bottom: 9px;
	cursor: pointer;
}
.jscch ul .wwwli{
	color: #1bbc9b;
	border-bottom: 3px solid #1bbc9b;	
}

.jsccc{
	width: 100%;
	height: 333px;
	overflow: hidden;
}
.jsccc1{
	overflow: hidden;
}
.jsccc1 h2{
	font-size: 24px;
	color: #1bbc9b;
	line-height: 24px;
	margin: 24px 0 16px 53px;
}
.jsccc1 p{
	font-size: 16px;
	color: #545353;
	line-height: 16px;
	margin-bottom: 20px;
	margin-left: 53px;
}
.jsccc1 img{
	float: left;
	margin-right: 23px;
}
.jsccc2{
	overflow: hidden;
}
.jsccc2 h2{
	font-size: 24px;
	color: #1bbc9b;
	line-height: 24px;
	margin: 24px 0 16px 53px;
}
.jsccc2 p{
	font-size: 16px;
	color: #545353;
	line-height: 16px;
	margin-bottom: 16px;
	margin-left: 53px;
}
.jsccc3{
	overflow: hidden;
}
.jsccc3 p{
	font-size: 16px;
	color: #545353;
	line-height: 16px;
	margin-bottom: 13px;
	margin-left: 53px;
}
.jsccc3img1{
	float: left;
	margin: 18px 0 19px 32px;
}
.jsccc3img2{
	margin-right: 30px;
	float: left;
	display: block;
	width: 155px;
}
.jsccc3img2 img{
	float: left;
}
.jsccc3img2 p{
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #262525;
	text-align: center;
	line-height: 48px;
	overflow: hidden;
	width: 100%;
}
.jsccc4{
	overflow: hidden;
}
.jsccc4 h2{
	font-size: 24px;
	color: #1bbc9b;
	line-height: 24px;
	margin: 24px auto 20px auto;
	text-align: center;
}

.bxbx1{
	line-height: 30px;
	margin-top: 10px;
	margin-left: 105px;
	overflow: hidden;
}
.bxbx1 span{
	font-size: 16px;
	color: #4b4b4b;
	display: block;
	float: left;
}
.bxbx1 input{
	width: 328px;
	height: 28px;
	outline: none;
	border: 1px solid #aaaaaa;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.bxbx1 select{
	width: 330px;
	height: 30px;
	outline: none;
	border: 1px solid #aaaaaa;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.jsccc5{
	overflow: hidden;
}
.jsccc5 h2{
	font-size: 20px;
	color: #fa0e0e;
	line-height: 20px;
	margin: 20px 0 20px 80px;
}
.jsccc5 div{
	width: 532px;
	height: 83px;
	margin-left: 76px;
	overflow: hidden;
	background: #f5f0ec;
}
.jsccc5 p{
	font-size: 14px;
	color: #535151;
	line-height: 28px;
	margin: 15px 27px 0 15px;
	overflow: hidden;
	height: 56px;
}
.jsccc5 p a{
	color: red;
	text-decoration: none;
}

.job_spect_01_con_right{
	width: 285px;
	border: 1px solid #f2f1f1;
}
.job_spect_01_con_right img{
	width: 285px;
	height: 43px;
	float: left;
}
.job_spect_01_con_right ul{
	margin-left: 18px;
	list-style: none;
}
.job_spect_01_con_right li{
	margin-top: 7px;	
	overflow: hidden;
	clear: both;
	width: 260px;
	display: block;
	height: 19px;
}
.job_spect_01_con_right span{
	display: block;
	width: 4px;
	height: 4px;
	margin-top: 7px;
	background: #d2d2d2;
	float: left;
	margin-right: 10px;
}
.job_spect_01_con_right a{
	color: #666666;
	float: left;
	text-decoration: none;
	font-size: 14px;
	max-width: 210px;
}
.job_spect_01_con_right li img{
	float: left;
	width: 19px;
	height: 10px;
	margin-left: 8px;
}

.incon04{
	overflow: hidden;
	margin-top: 23px;
}
.incon04 div{
	float: left;
	margin-right: 11.25px;
	width: 229px;
	height: 405px;
	overflow: hidden;
	position: relative;
}
.incon04 img{
	float: left;
}
.incon04 .qqqa3{
	display: block;
	position: absolute;
	width: 141px;
	height: 36px;
	bottom: 9px;
	right: 17px;
}

.incon05{
	padding: 22px 0 27px 0;
	overflow: hidden;
	margin-top: 23px;
	background: #f6f7fb;
	margin-bottom: 19px;
}
.incon05 div{
	float: left;
	margin-left: 70px;
	width: 340px;
	height: 650px;
	overflow: hidden;
	position: relative;
}
.incon05 img{
	float: left;
}
.incon05 a{
	display: block;
	position: absolute;
	width: 90px;
	height: 18px;
}


.invid{
	overflow: hidden;
	margin-top: 15px;
}
.invle{
	width: 554px;
	overflow: hidden;
	float: left;
}
.invle div{
	float: left;
	width: 272px;
	height: 109px;
	margin-right: 10px;
	margin-bottom: 12px;
	background: #eb6100;
	cursor: pointer;
}
.invle .invlesp{
	background: #f1b102;
}
.invle div h2{
	color: #fffcfa;
	font-size: 28px;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 400;
}
.invle div p{
	font-size: 12px;
	color: #fffcfa;
	line-height: 18px;
	margin-left: 20px;
}

.invri{
	float: left;
	margin-left: 15px;
	width: 621px;
	height: 351px;
	background: pink;
}
.invri video{
	width: 621px;
	height: 351px;
}








.school_sx{
	width: 100%;
	background: #fffcfb;
	overflow: hidden;
}
.school_sx_title{
	overflow: hidden;
}
.school_sx_title img{
	width: 100%;
	float: 	left;
}
.school_sx_tj{
	width: 1190px;
	margin: 0 auto;
	margin-top: 20px;
	background: #fff;
	border-bottom: 1px solid #1bbc9b;
	padding-bottom: 10px;
}
.school_sx_tj>div{
	width: 1138px;
	margin-left: 12px;
	height: 48px;
}
.school_sx_tj>div h2{
	float: left;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	font-weight: 600;
	color: #323232;
	margin-left: 30px;
	margin-right: 20px;
}
.school_sx_tj>div li{
	float: left;
	line-height: 26px;
	font-size: 14px;
	color: #545353;
	margin-right: 20px;
	width: 70px;
	display: block;
	text-align: center;
	cursor: pointer;
	height: 26px;
	margin-top: 11px;
}
.school_sx_tj>div .sx_lispac{
	height: 26px;
	color: #1bbc9b;
	font-weight: 600;
}
.school_sx_con{
	width: 1190px;
	margin: 0 auto;
	margin-top: 21px;
	background: #f3f3f3;
}
.school_sx_con>div{
	width: 578px;
	height: 150px;
	float: left;
	background: #fff;
	margin-right: 34px;
	border-bottom: 1px solid #eeeeee;
}
.s_sx_img{
	width: 152px;
	height: 114px;
	float: left;
	margin-top: 19px;
	position: relative;
}
.s_sx_img img{
	float: left;
	width: 152px;
	height: 114px;
}
.s_sx_con {
	float: left;
	margin-left: 18px;
	margin-top: 19px;
}
.s_sx_con h2{
	width: 285px;
	overflow: hidden;	
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
	color: #323232;
}
.s_sx_con .one_yc{
	width: 285px;
	overflow: hidden;	
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #484747;
	margin-top: 16px;
	line-height: 14px;
	margin-bottom: 10px;
}
.s_sx_con .two_yc{
	width: 285px;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
	font-size: 14px;
	color: #484747;
	line-height: 22px;
	height: 42px;
}
.s_sx_butt{
	margin-top: 19px;
}
.s_sx_butt a{
	display: block;
	float: left;
	width: 111px;
	height: 29px;
	border-radius: 30px;
	color: #fffcfa;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	margin-left: 12px;
	margin-bottom: 7px;
}
.jydw{
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.jydw h2{
	font-size: 34px;
	color: #6e6d6d;
	text-align: center;
	margin: 36px 0 29px 0;
}
.jydw img{
	float: left;
	width: 1148px;
	display: block;
	margin: 0 auto;
}

.kcch11c{
	overflow: hidden;
	float: left;
	width: 356px;
	margin-left: 327px;
	margin-bottom: 14px;
}
.kcch11c p{
	color: #ffffff;
	font-size: 18px;
	float: left;
	margin: 0 17px;
	letter-spacing: 2px;
}
.kcch11c span{
	display: block;
	float: left;
}
.kcch11c .kcx{
	width: 74px;
	height: 1px;
	background: #868686;
	margin-top: 12px;
}
.sc_bm{
	width: 100%;min-width: 1010px;
	height: 618px;
	background-image: url(../images/cz/cz24.jpg);
	background-position: center;
	background-size: cover;
}
.sc_bm_ch{
	width: 1010px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.sc_bm_ch h2{
	font-size: 38px;
	color: white;
	margin-top: 69px;
	margin-bottom: 19px;
}
.bm_bd{
	width: 820px;
	margin: 0 auto;	
	margin-top: 30px;
	position: relative;
}
.bm_bd .group{
	float: left;
	margin-bottom: 20px;

}
.group span{
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	color: white;
	font-size: 18px;
}
.group input{
	font-size: 14px;
	color: white;
	width: 248px;
	height: 36px;
	border: 1px solid white;
	outline: none;
	background: rgba(255,255,255,0);
	padding-left: 10px;
}
.group select{
	color: white;
	font-size: 14px;
	width: 260px;
	height: 40px;
	border: 1px solid white;
	outline: none;
	background: rgba(255,255,255,0);
	padding-left: 10px;
}
.group select option{
	color: black;
}
.atext span{
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	color: white;
	font-size: 18px;
	width: 90px;
}
.atext textarea{
	width: 670px;
	height: 96px;
	background: rgba(255,255,255,0);
	border: 1px solid #fff;
	font-size: 20px;
}
.bm_an{
	margin: 0 auto;
	width: 820px;
	text-align: center;
	margin-top: 25px;
}
.bm_an input{
	width: 180px;
	height: 38px;
	border: 1px solid #FFF;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	outline: none;
	cursor: pointer;
}
.bm_an input[type="submit"]{
	color: #222324;
	background: #fedb1a;
	margin-right: 30px;
	border: 1px solid #fedb1a;	
}
.bm_an input[type="reset"]{
	color: #fff;
	background: rgba(0,0,0,0);
	letter-spacing: 10px;
}

.footer{
	height: 110px;
	background: #e6e6e6;
	width: 100%;min-width: 1010px;
	overflow: hidden;
}
.footer div{
	overflow: hidden;
	width: 425px;
	margin: 10px auto 0 auto;
	height: 20px;
}
.footer div a{
	float: left;
	display: block;
	color: #333333;
	font-size: 14px;
	line-height: 14px;
	border-right: 2px solid #333333;
	padding-right: 6px;
	margin-right: 9px;
}
.footer p{
	font-size: 14px;
	line-height: 22px;
	color: #3f3f40;
	text-align: center;
}
.group .inp{
	color: #fff;
}

