body,html {
	margin: 0;
	padding: 0
}

/* html {
	overflow-y: scroll
}
 */
body,input {
	font-size: 14px;
	font-family: Microsoft YaHei;
	-webkit-text-size-adjust: none;
	text-rendering: optimizelegibility
}

dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,textarea,ul {
	margin: 0;
	padding: 0;
	color: #000;
	list-style: none
}

img {
	border: none
}

button,input,select,textarea {
	outline: 0;
	resize: none
}

a:link,a:visited {
	text-decoration: none
}

.clearfix:after {
	clear: both;
	display: table;
	width: 100%;
	height: 0;
	content: ""
}

/* ::-webkit-scrollbar {
	width: 7px;
	height: 7px
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.23)
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,.35)
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(0,0,0,.45)
} */

/*=========初中生============*/
.w1200{width:1200px; margin-left:auto; margin-right:auto}
.hslbanner {
	height: 450px;
	width:100%;
	min-width:1200px;
	/* max-width:1920px; */
	background:url("https://www.vansbbs.com/2015zt/czs_2020/images/banner.jpg") no-repeat center center;
	margin-bottom: 40px;
  }
  .hslbanner a {
	display: block;
	height: 450px;
  }
.tit{
	color: #f13609;
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
.subtit{
	color: #000;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.hslbox1_fn{
	width: 1000px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin: 20px auto 0;
}
.fn_left{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fn_right{
	width: 40%;
	padding: 0 20px;
	box-sizing: border-box;
}
.fn_left .cj{
	width: 46%;
	border: 1px solid #cc7833;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
	border-radius: 8px;
	position: relative;
}
.fn_left .cj::before{
	position: absolute;
	content: '';
    width: 50%;
    height: 5px;
    background: #fff;
    top: -1px;
    right: 0;
}
.fn_left .cj::after{
	position: absolute;
	content: '';
    width:5px;
    height: 50%;
    background: #fff;
    top:0;
    right: -1px;
}
.fn_left .cj img{
	width: 95%;
}
.fn_left .cj .cj_tit,.fn_right .cj .cj_tit{
	color: #ff6100;
	font-size: 20px;
	line-height: 25px;
	margin-top: 15px;
 }
 .fn_left .cj .cj_subtit,.fn_right .cj .cj_subtit{
	color: #000;
	font-size: 15px;
	line-height: 25px;
	margin-top: 5px;
	padding-left: 4px;
	padding-right: 5px;
	box-sizing: border-box;
 }
 .fn_left .cj_text{
	width: 100%;
	background-color: #ff6100;
	border-radius: 8px;
	margin-top: 20px;
	padding:30px 40px;
	box-sizing: border-box;
	position: relative;
 }
.fn_left .cj_text p{
	color: #fff;
	font-size: 20px;
	line-height: 25px;
}
.fn_left .cj_text .yh_up{
	position: absolute;
	top: 5px;
	left: 3px;
 }
 .fn_left .cj_text .yh_down{
	position: absolute;
	right: 35px;
	bottom: 10px;
 }
.fn_right .cj{
	width: 93%;
	border: 1px solid #cc7833;
	text-align: center;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 15px 5px;
}
.hslbox2{
	margin-top: 50px;
	background-color: #ecf3fa;
	padding: 40px 0;
	box-sizing: border-box;
}

.qjfx{
	display: flex;
	flex-wrap: nowrap;
	margin-top: 30px;
}
.qjfx_1{
	width: 24%;
	background-color: #fff;
	padding: 35px 15px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 2px #666;
	position: relative;
	margin-right: 1%;
}
.qjfx_1 .qjfx_tit{
	position: absolute;
	top: -10px;
	left: 20%;
	width: 60%;
	height: 30px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	background-color: #ff6100;
	border-radius: 12px;
}
.qjfx_1 .qjfx_text{
	color: #666666;
	font-size: 18px;
	line-height: 25px;
}
.btn{
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	width: 320px;
	height: 48px;
	background-color: #ff6100;
	border-radius: 5px;
	position: relative;
}
.btn_text{
	position: absolute;
	left: 90px;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
}
.btn .dian{
	position: absolute;
	top: 5px;
	right: 90px;
	color: #fff;
	font-size: 80px;
}
.hslbox3{
	width: 100%;
	background: url("https://www.vansbbs.com/2015zt/czs_2020/images/bg1.jpg") no-repeat 0 0;
	background-size: 100%;
	padding-top: 50px;
	box-sizing: border-box;
}
.hslbox3_tit{
	color: #fff;
}
.hslbox3 .xcys{
	margin-top: 50px;
}
.hslbox3 .xcys .ys_1{
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
	padding: 30px 10px;
	box-sizing: border-box;
}
.hslbox3 .xcys .ys_1 .ys_tit{
	width: 210px;
	height: 40px;
	background-color: #ff6100;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.hslbox3 .xcys .ys_1 .ys_tit span{
	position: relative;
	top: 5px;
	font-size: 30px;
	font-weight: bold;
}
.hslbox3 .xcys .ys_1 .ys_text{
	margin: 20px auto 30px;
	padding: 0 50px;
	box-sizing: border-box;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.hslbox3 .xcys .ys_1 .ys_img{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.hslbox3 .xcys .ys_1 .ys_img a{
	display: inline-block;
	width: 33%;
}
.hslbox3 .xcys .ys_1 .ys_img a img{
	width: 100%;
}
.hslbox3 .xcys .hr{
	width: 1100px;
	border-top: 2px dashed #f13c14;
	margin: 0 auto;
}
.hslbox4{
	width: 100%;
	background-color: #ecf3fa;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.hslbox4 .tit span{
	color: #ff6501;
}
.hslbox4 .zyzs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.hslbox4 .zyzs .zy_1{ 
	width: 24.5%;
	background-color: #fff;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.hslbox4 .zyzs .zy_1 .zy_img{
	display: block;
	width: 100%;
}
.hslbox4 .zyzs .zy_1 .zy_img img{
	width: 100%;
}
.hslbox4 .zyzs .zy_1 .zy_tit{
	color: #000;
	font-size: 18px;
	line-height: 25px;
	margin: 15px auto;
	text-align: center;
 }
 .hslbox4 .zyzs .zy_1 .xf,.hslbox4 .zyzs .zy_1 .xq{
	 display: inline-block;
	 width: 40%;
	 height: 30px;
	 color: #fff;
	 font-size: 18px;
	 line-height: 30px;
	 text-align: center;
 }
 .hslbox4 .zyzs .zy_1 .xf{
	 background-color: #ff0000;
	 margin-left: 10%;
 }
 .hslbox4 .zyzs .zy_1 .xq{
	background-color: #ed8a3d;
}
.hslbox5{
	padding-top: 50px;
	box-sizing: border-box;
}
.hslbox5 .hj{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.hslbox5 .hj .hj_1{
	width: 32.5%;
	border: 1px solid #f00;
	margin-bottom: 15px;
}
.hslbox5 .hj .hj_1 a{
	display: block;
	width: 100%;
}
.hslbox5 .hj .hj_1 a img{
	width: 100%;
}
.hslbox5 .hj .hj_1 .hj_text{
	color: #000;
	font-size: 20px;
	margin: 10px auto;
	text-align: center;
}
.hslbox6{
	margin-top: 35px;
}
.hslbox6 .dw,.hslbox7 .lf{
	display: block;
	width: 100%;
	text-align: center;
}
.hslbox6 .dw{
	margin-top: 20px;
}
.hslbox7{
	margin-top: 50px;
}
.hslbox8{
	width: 100%;
	background: url("https://www.vansbbs.com/2015zt/czs_2020/images/bg2.jpg") no-repeat 0 0;
	background-size: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
	margin-top: 50px;
}
.hslbox8 .que{
	margin: 30px auto 0;
	width: 1200px;
}
.hslbox8 .que a{
	display: block;
	margin: 0 auto;
	width: 500px;
	padding-left: 30px;
	box-sizing: border-box;
	text-align: left;
	background-color: #fff;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	color: #000;
	margin-bottom: 15px;
	border-radius: 5px;
	position: relative;
}
.wt::after{
	position: absolute;
    content: '》》';
	color: #f60;
	font-weight: bold;
	letter-spacing:-8px;
    right: 30px;
}
