/* CSS Document */
*{margin:0;padding:0;font-size:12px;}
body{ background:none;}
input,button,select,textarea{outline:none;}
ul,li,dl,ol{list-style:none;}
a{color:#666; text-decoration:none;}

.container{
	max-width:640px; margin:0 auto;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;}


.box{ max-width:640px; margin:0 auto;}
.bcon{ width:98%; border:1px solid #eee; margin:30px auto;}


.list_lh{ height:300px; overflow:hidden;background:#f7f7f7}
.list_lh li{ height:40px; line-height:40px;font-size:0.75rem;color:#333}


	.row{
		overflow:hidden;
		font-family: "微软雅黑";
		font-size: 18px;
		color: #333;
		text-align: center;
		    margin-right: -10px;
    margin-left: -10px;
	margin-top:10px;
	}
	.row p{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-bottom: 0;
	padding-top:30px;
	
}
.row span{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #d20001;
	display: block;
	text-align: center;
	padding-bottom:20px;
}
	
	input[type=submit] {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-timing-function: linear;
	/* transition-timing-function: linear; */
	-webkit-transition-duration: .2s;
	/* transition-duration: .2s; */
	text-align: center;
	/* vertical-align: top; */
	/* white-space: nowrap; */
	color: #fff;
	border: 1px solid #ccc;
	/* border-radius: 3px; */
	/* border-top-left-radius: 3px; */
	/* border-top-right-radius: 3px; */
	/* border-bottom-right-radius: 3px; */
	/* border-bottom-left-radius: 3px; */
	background-color: #fff;
	/* background-clip: padding-box; */
	
	background-color: #007aff
}
	.form-control {
  display: block;
  width: 98%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
	
	
	input[type=color],
	input[type=date],
	input[type=datetime-local],
	input[type=datetime],
	input[type=email],
	input[type=month],
	input[type=number],
	input[type=password],
	input[type=search],
	input[type=tel],
	input[type=text],
	input[type=time],
	input[type=url],
	input[type=week],
	select,
	textarea {
		line-height: 21px;
		width: 98%;
		height: 40px;
		margin-bottom: 15px;
		-webkit-user-select: text;
		border: 1px solid rgba(0, 0, 0, .2);
		border-radius: 3px;
		outline: 0;
		background-color: #fff;
		-webkit-appearance: none
	}

.chaxun.cx-top{
	height: 50px;
	line-height: 50px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
	margin: 0;
	text-align: center;
	background: url(/skin/wap/images/cx_x.png) center center no-repeat;
}

.col-xs-6 {
    width: 50%;
	float:left;
	
}
.col-xs-6 img{
	width:auto !important;
	
}
.bao-item h4 {
    font-size: 14px;
    text-align: center;
}

.ques-content .ques-item h4 {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #333;
    text-align: center;
}
.bao-item .description {
    min-height: 70px;
	padding: 5px 10px;
}
.ques-content .ques-item .description {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    text-align: center;
    min-height: 70px;
}
.zx {
    width: 120px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #d20001;
    color: #fff;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 16px;
    background: #d20001;
    border-radius: 25px;
	margin-bottom: 20px;
	margin-left:20px;
}



    /*--------info---------*/
	.zhuanye{clear:both;margin-top:20px;}
.info_wrapper{ overflow:hidden;}
.info_wrapper li{ width:100%; height:12.5rem; border-bottom:1px solid #bababa;    overflow: hidden;}
.info_wrapper li .content{ width:60%; height:12.5rem; color:#474747; padding-top:20px;}
.info_wrapper .content a{ display:inline-block; width:5.6rem; /*height:3rem;*/    margin-top: 10px;}
.info_wrapper .content h3{ font-size:19px;  font-weight:bold; /*margin-top:3.5rem;*/}
.info_wrapper .content p{ font-size:12px; font-weight:lighter; /*line-height:2rem; margin-bottom:1rem;*/}
.info_wrapper li:nth-of-type(2n-1) .content{ float:right; padding-right:1.5rem; text-align:right;}
.info_wrapper li:nth-of-type(2n) .content{ float:left; padding-left:2rem; text-align:left;}
.info_wrapper li:nth-of-type(1){ background:url(https://ybcw.cdn.bcebos.com/m/info_01.png) no-repeat 15% 15%;  background-size:35%;}
.info_wrapper li:nth-of-type(2){ background:url(https://ybcw.cdn.bcebos.com/m/info_02.png) no-repeat 80% center;  background-size:20%;}
.info_wrapper li:nth-of-type(3){ background:url(https://ybcw.cdn.bcebos.com/m/info_03.png) no-repeat 10% 65%;  background-size:30%;}
.info_wrapper li:nth-of-type(4){ background:url(https://ybcw.cdn.bcebos.com/m/info_04.png) no-repeat 90% center;  background-size:30%;}
   

.bg3 {
    height: 100px;
    background: url(/skin/wap/images/ys.jpg) center center no-repeat;
    background-size: contain;
}   