﻿* {
	margin: 0;
	padding: 0;
	outline:none;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}
li{
	list-style: none;
}

body {
	font-family: "microsoft yahei";
	max-width: 640px;
	margin: auto;
    font-size: 13px;
}

img {
	width: 100%;
	display: block;
}
body{
	background: #fff;
}
.main{
	max-width:640px;
	margin:auto;
}

.banner{
	background: url(/2023xueyuan/danye/banner_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px 0;
	text-align: center;
}
.banner .b_p1{
	background: url(/2023xueyuan/danye/p1_bg.png) no-repeat;
	background-position: center;
	background-size: 100%;
	width: 214px;
	margin:auto;
	text-align: center;
	color: #0d5fcf;
	font-size: 24px;
}
.banner h2{
	font-size: 40px;
    font-weight: bold;
    color: #0d5fcf;
    margin: 20px auto;
}
.banner h3{
	font-size: 30px;
    font-weight: bolder;
    color: #e10000;
    margin-top: 10px;
}
.banner h4{
	font-size: 20px;
    font-weight: bold;
    color: #e10000;
    margin-top: 5px;
}
.banner ul{
	margin-top: 10px;
}
.banner ul li{
	width: 225px;
    margin: 15px auto 10px;
    background: #0d5fcf;
    color: #fff;
    line-height: 42px;
    border-radius: 6px;
    font-size: 17px;
}
.banner .b_p2{
	color: #e10000;
	font-weight: 600;
}

p.title{
	text-align: center;
	font-size: 20px;
	margin: 10px auto;
}
p.title span{
	color: #0d5fcf;
}

.bktj{
	background: #f7f7f7;
    padding: 20px 0;
}
.bktj ul{
	width: 90%;
    margin: 15px auto 10px;
    border: 1px solid #99cbff;
    border-radius: 6px;
    overflow: hidden;
}
.bktj ul li{
	display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
	border-bottom: 1px solid #99cbff;
	background: #f9fcff;
}
.bktj ul li:last-child{
	border-bottom: none;
}
.bktj ul li .tj_l{
	width: 36%;
	color: #0d5fcf;
}
.bktj ul li .tj_c{
	width: 32%;
	border-left: 1px solid #99cbff;
	background: #f7f7f7;
}
.bktj ul li .tj_c span{
	display: block;
	border-bottom: 1px solid #99cbff;
	line-height: 38px;
}
.bktj ul li .tj_c span:last-child{
	border-bottom: none;
}
.bktj ul li .tj_r{
	width: 32%;
	border-left: 1px solid #99cbff;
	background: #f7f7f7;
}
.bktj ul li .tj_r p{
	display: block;
    border-bottom: 1px solid #99cbff;
    line-height: 38px;
}
.bktj ul li .tj_r p a{
	background: #0d5fcf;
    color: #fff;
    border-radius: 5px;
    padding: 5px 12px;
}
.bktj ul li .tj_r p:last-child{
	border-bottom: none;
}

a.btna{
	display: block;
	width: 225px;
    margin: 15px auto 10px;
    background: #0d5fcf;
    color: #fff;
    line-height: 44px;
    border-radius: 6px;
    font-size: 17px;
    text-align: center;
    box-shadow: 0px 0px 7px #0d5fcf;
}

.bkzn{
	margin: 20px auto;
}
.bkzn ul{
	overflow: hidden;
}
.bkzn ul li{
	float: left;
	width: 33.333333%;
	margin-bottom: 20px;
}
.bkzn ul li a{
	display: block;
	width: 90%;
	margin: auto;
}
.bkzn ul li a img{
	width: 50px;
	margin: auto;
}
.bkzn ul li a p{
	text-align: center;
	margin-top: 10px;
	color: #555;
}

.dongtai{}
.dongtai ul{
	width: 90%;
	margin: 20px auto;
	padding: 10px 20px 20px;
	border-radius: 8px;
	box-shadow: 0px 0px 7px #d4e6ff;
}
.dongtai ul li{
	border-bottom: 1px dashed #ccc;
    padding: 12px 0;
    font-size: 14px;
}

.aq{
	background: #f7f7f7;
    padding: 20px 0;
}
.aq ul{
	width: 90%;
	margin: 10px auto;
}
.aq ul li{
	margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #0d5fcf;
    border-radius: 6px;
    overflow: hidden;
    line-height: 30px;
}
.aq ul li p{
	padding-left: 10px;
}
.aq ul li p img{
	width: 22px;
	display: inline-block;
}
.aq ul li a{
	background: #0d5fcf;
	color: #fff;
	padding: 0 10px;
}

.city{
	margin: 20px auto;
}
.city ul{
	margin: 20px auto;
	overflow: hidden;
	width: 94%;
}
.city ul li{
	float: left;
	width: 25%;
}
.city ul li a{
	display: block;
    position: relative;
    width: 80%;
    margin: auto;
    text-align: center;
    border: 1px solid #0d5fcf;
    line-height: 32px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #333;
}
.city ul li a img{
	width: 20px;
	position: absolute;
	top: 1px;
	right: 0;
}
.citybtn{
	display: flex;
    justify-content: center;
    align-items: center;
}
.citybtn a{
	display: block;
    width: 130px;
    margin: 0 15px;
    background: #0d5fcf;
    color: #fff;
    line-height: 44px;
    border-radius: 6px;
    font-size: 17px;
    text-align: center;
    box-shadow: 0px 0px 7px #0d5fcf;
}

.bm{
	margin: 30px auto 60px;
}
.bm .title{
	margin-bottom: 20px;
}
.bm .bm_p{
	width: 80%;
	margin: auto;
	text-align: center;
	font-size: 12px;
}

.fix{
	position: fixed;
	width: 100%;
	max-width: 640px;
	background: #0d5fcf;
	bottom: 0;
}
.fix ul{
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.fix ul li{
	position: relative;
    border-right: 1px solid #5c87ff;
    line-height:40px;
    text-align: center;
    color: #fff;
    width: 25%;
}
.fix ul li:last-child{
	border-right: none;
}
.fix ul li span{
	position: absolute;
    width: 5px;
    height: 5px;
    background: #fff361;
    border-radius: 50px;
    top: 5px;
    right: 9px;
}