@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

input::-webkit-input-placeholder {font-family:"宋体";}
input:-moz-placeholder {font-family:"宋体";}
input::-moz-placeholder{font-family:"宋体";}
input:-ms-input-placeholder {font-family:"宋体";}

/* 去除浏览器中默认的input样式  清除苹果浏览器的圆角表单*/
input[type="submit"],
input[type="reset"],
input[type="button"],
input{/*-webkit-appearance:none;*/ resize: none;outline: none;border:1px solid #000;}
/* 图片自适应 */
img {
max-width: 100%;
height: auto;
width:auto\9; /* ie8 */
border: none;
-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
*{margin:0; padding:0; border:none;box-sizing:border-box;}
body{background-color:#f5f5f5;color:#000;font-family:"宋体";font-weight:bold;}
em,i{font-style: normal;}
a{text-decoration:none; color:#333;}
a:hover{ text-decoration:none;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%;font-weight: normal;}
.fl{float:left;}
.fr{float:right;}

.top_SS {
	background: #009900;
	padding:.38rem .2rem;
	font-size: .36rem;
	text-align: center;
	letter-spacing:.02rem;
	box-shadow: 0 .02rem .03rem rgba(0,0,0,.3);
}
.top_SS span{
	color: #fff;
	text-shadow:.01rem .02rem .01rem rgba(0,0,0,.5);
	position: relative;
	padding-left:.8rem;
}
.top_SS span:after {
	content: " ";
	background: url('logo.gif');
	-webkit-background-size: contain;
	background-size: contain;
	width: .65rem;
	height: .65rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.conten_box{
	background: #fff;
	padding:.1rem;
	font-size: .2rem;
	width: 1000px;
	margin:.3rem auto;
	box-shadow:0 0 .05rem rgba(0,0,0,.3);
}
.copy{font-size: .14rem;color:#333;text-align: center;margin:.3rem 0 .14rem;line-height:.24rem;}

.formBox{padding:.4rem .1rem 0;}
.formBox .form-item {
	width: 65%;
	margin-bottom: .15rem;
	margin-left: 26%;
	/*transform: translateX(-50%);
	-webkit-transform: translateX(-50%);*/
}
.formBox .form-item .last{display:inline-block;}
.formBox .form-item label{
	font-size: .18rem;
	width: 1.2rem;
	display: inline-block;
	text-align:right;
	vertical-align: top;
    margin-top: 0.1rem;
}
.formBox .form-item input{
	width: 2.4rem;
	height: .42rem;
	font-size: .16rem;
	border:1px solid #ddd;
	background: #f9f9f9;
	border-radius:.05rem;
	padding:0 .1rem;
	
}
.formBox .short input{width: 1.4rem;}
.formBox .short img{height: .42rem;width: 1rem;vertical-align: middle;}
.txt_tip{color:#000;padding:.03rem;border-radius:.04rem;border:.03rem solid #00923f;margin:0 .3rem .3rem;}
.txt_tip dl{background:#fff;border-radius:.04rem;line-height:.26rem;border:.01rem solid #00913e;font-size: .16rem;padding-bottom:.1rem;}
.txt_tip dt{margin:.01rem 0 .05rem .015rem;background:linear-gradient(#299447,#2eb163,#309f4b);display: inline-block;padding:.01rem .2rem;border-bottom-left-radius:.15rem;border-top-right-radius:.2rem;color:#fff;}
.txt_tip dd{padding:0 .2rem;}
.btn-submit{margin:.4rem 0;text-align:center;}
.btn-submit input {
	width: 2rem;
	height: .45rem;
	font-size: .2rem;
	color: #fff;
	background: #0a840a;
	border-radius: .06rem;
	border: none;
	cursor: pointer;
	letter-spacing: .01rem;
	box-shadow: 0 .02rem .02rem rgba(0,0,0,.5);
	font-family:"宋体";
}
.chaX_name_flex {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	margin: .3rem 0 .15rem;
}
.chaX_name_flex p{width:40%;text-align:center;}
.color-img{text-align: right;width: 95%;margin: 0 auto;}


.top-flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	margin: auto;
}

.chaXunbox h3 {
	text-align: center;
	margin-bottom: .2rem;
}
.chaXunbox h3 b{border-left:6px solid #32b92b;border-right:6px solid #32b92b;padding:0 .15rem;}
.explain{font-size: .159rem;width:95%;margin:0 auto .25rem;overflow:hidden;}
.explain .smL{float:left;width:6%;}
.explain .smR{float:right;width:94%;}
.explain dd{margin-left:.48rem;margin-top: .1rem;}

/*录取去向表格*/
.chaXunbox table{
	width: 95%;
	margin:0 auto .2rem;
	text-align: center;
	border-left:1px solid #666;
	border-top:1px solid #666;
	font-size:.2rem;
}
.chaXunbox table td{
	padding:.18rem .05rem;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
.chaXunbox table tr td:nth-child(1){/*font-weight:bold;*/}
.chaXunbox table tr td{width:25%;}
.chaXunbox table .tHead{background: #e0e0e0;/*font-weight:bold;*/}
.chaXunbox table.tabPho{display:none;}
.chaXunbox table.tabPic .minWidth{min-width:1.1rem;}

.waitingBox{text-align:center;padding:2rem 0;}
.Listening{width:2rem;}

.infoB{font-size: .16rem;width: 95%;margin: 0 auto;}
.infoB b{font-weight:normal;width:.35rem;display:inline-block;}
.infoB dd{padding-left:.35rem;margin-top:.03rem;}
.jym{font-size:0.16rem;color:red;text-align:center;word-break: break-all;margin-bottom:.2rem;}
.ewmImg{width:1.3rem;}

@media screen and (max-width: 768px) {
	.top_SS{font-size:.34rem;letter-spacing:0.01rem;}
	.conten_box{width: 100%;padding:.18rem;}

	.formBox{padding:.4rem .1rem 0;}
	.formBox .form-item{width: 100%;margin-left:0;}
	.formBox .form-item label{display: none;}
	.formBox .form-item .last{display:block;width:100%;}
	.formBox .form-item input{width: 100%;font-size: .28rem;height: .68rem;margin-left: 0;}
	.formBox .short{display:flex;justify-content:space-between;}
	.formBox .short input{width:63%;}
	.formBox .short img{height:.68rem;width:35%;margin-top:-.03rem;}
	.btn-submit input{width: 85%;font-size: .36rem;height: .8rem;}
	
	.chaXunbox{margin-bottom:.3rem;}
	.chaX_name_flex{display: block;text-align:left;margin-left:0;}
	.chaX_name_flex i{display: inline-block;}
	.chaX_name_flex p{margin-bottom:.1rem;display:block;font-size:.28rem;width:100%;text-align:left;}
	.chaXunbox table{font-size:.28rem;width:100%;}
	.chaXunbox table tr td:last-of-type{width:50%;}
	.chaXunbox h3 b{font-size: .3rem;}
	.chaXunbox table.tabPic{display:none;}
	.chaXunbox table.tabPho{display:inline-table;}
	.chaXunbox table.tabPho tr td:nth-child(1){background: #f0f0f0;}
	.chaXunbox table.tabPho .w30{width:30%;}
	.chaXunbox table.tabPho .w70{width:70%;}

	.top-flex{width:100%;}
	.ewmImg{width:1.8rem;}
	.color-img{width:100%;}
	.jym{font-size: .24rem;}
	.infoB {font-size: .24rem;width:100%;}
	.infoB b{}
	.infoB dd{margin-top:.03rem;}

	.explain{font-size: .25rem;width:100%;text-align:left;}
	.explain .smL{width:11%;}
	.explain .smR{float:right;width:89%;}
	.explain dd{margin-left:.75rem;}
	.copy{font-size:.24rem;line-height:.4rem;}
	.txt_tip dl{line-height:.38rem;font-size: .25rem;}
	.SJmm{font-size:.26rem;}
	.Listening{width:1.6rem;}
	.formBox .form-item .last span{font-size:.24rem !important;}
}



