.banner_box{
    width: 100%;
    height: 500px;
    background-image:url(./banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bankuai {
    width: 1200px;
    margin: 48px auto 0;
}
.list_box li {
    width: 224px;
    height: 180px;
    background: #ECF1FD;
    border-radius: 8px;
    float: left;
    margin-right: 20px;
	margin-bottom: 20px;
	
}
.list_box ul li:nth-child(5n+5){
	margin-right: 0;
}
.title_box {
    margin-bottom: 20px;
	text-align: center;
}
.list_box li a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.list_box li a img {
    margin: 30px 78px 20px 78px;
    width: 64px;
    height: 64px;
}
.list_box li a p {
    width: 50%;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	font-weight: 400;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.more_btn,.shouqi {
    width: 100%;
    height: 50px;
    background: #F8F9FB;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
	cursor: pointer;
	font-size: 16px;
	color: #3A7CEC;
}
.bk_three > div{
	width: 600px;
	height: 360px;
	background: #E9F0FD;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-bottom: 30px;
	position: relative;
}
.bk_three > div:nth-child(odd){
	border-radius: 8px 0px 0px 8px;
}
.bk_three > div:nth-child(even){
	border-radius: 0px 8px 8px 0px;
}
.bk_three > div:nth-child(1){
	background-image: url(./xueli.png);
	padding: 55px 40px;
	color: #ffffff;
}
.bk_three > div:nth-child(4){
	background-image: url(./xuewei.png);
	padding: 55px 40px;
	color: #ffffff;
}
.bk_three {
    width: 1200px;
    margin: 0 auto;
}
.bk_three div img {
    width: 72px;
    height: 72px;
	margin-right: 20px;
	float: left;
}
.bk_three div div {
    float: left;
    width: calc(100% - 92px);
	height: 72px;
}
.bk_three div div h1,.bk_three div div p{
	line-height: 36px;
}
.bk_three_list li{
	background-image: url(./libg.png);
	background-size: 12px 12px;
	padding-left: 20px;
	background-repeat: no-repeat;
	height: 51px;
	background-position: 0 19px;
}
.bk_three_list li a{
	font-size: 20px;
	line-height: 51px;
}
.bk_three_list{
	padding: 30px;
}
.left_sanjiao {
    width: 0 !important;
    height: 0 !important;
    border-top: 30px solid transparent;
    border-right: 30px solid #E9F0FD;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -35px;
}
.right_sanjiao {
    width: 0 !important;
    height: 0 !important;
    border-top: 30px solid transparent;
    border-left: 30px solid #E9F0FD;
    border-bottom: 30px solid transparent;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -35px;
}
.bk_four {
    width: 1200px;
    margin: 0 auto;
}
.four_list li {
    float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.four_list li:nth-child(3) {
    margin-right: 0px;
}

.four_list li a {
    display: block;
	width: 380px;
	height: 72px;
	line-height: 72px;
	background: #F8F9FB;
	background-image: url(./libg.png);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 20px 30px;
	padding:0 48px;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list_box ol li {
    display: block;
    width: 12px;
    height: 12px;
    background: #D8D8D8;
    margin-right: 12px;
    margin-bottom: 0px;
	cursor: pointer;
}
.now_li{
	 background: #3A7CEC !important;
}
.list_box ol {
    display: flex;
    justify-content: center;
}
.mob_box{
	display: none;
}
.kaoyan {
    width: 1200px;
    margin: 0 auto;
}

/* 手机样式 */
@media only screen and (max-width:768px){
	.banner_box {
	    background-image: url(./mobbannerbg.png);
	    height: 5rem;
	}
	.bankuai {
	    width: 100%;
	    margin: 0 auto;
	    padding: 0 0.24rem;
	}
	.title_box {
	    margin-top: 0.7rem;
	    margin-bottom: 0.54rem;
	}
	.list_box li {
	    width: 3.39rem;
	    height: 2.32rem;
	    margin-right: 0.24rem !important;
	    margin-bottom: 0.24rem;
	}
	.list_box ul li:nth-child(2n+2){
		margin-right: 0 !important;
	}
	.title_box img {
	    width: 3.45rem;
	}
	.list_box li a img {
	    width: 0.64rem;
	    height: 0.64rem;
	    margin: 0.3rem auto 0.24rem;
	}
	.list_box li a p {
	    width: 2.6rem;
	    font-size: 0.26rem;
	}
	.bk_two .list_box li:nth-child(n+9){
		display: none;
	}
	.more_btn, .shouqi {
	    display: none;
	}
	.bk_three {
	    display: none;
	}
	.mob_box{
		display: block;
		padding: 0 0.24rem;
	}
	.bg_box1{
		background-image: url(./mobxueli.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.bg_box2{
		background-image: url(./mobzhengshu.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.mob_title {
	    width: 7.02rem;
	    height: 3.6rem;
	    padding: 0.55rem 0.4rem;
	    display: flex;
	    flex-direction: row;
	    border-radius: 16px;
	}
	.mob_title img {
	    width: 0.72rem;
	    height: 0.72rem;
		margin-right: 0.2rem;
	}
	.mob_title div {
	    color: #ffffff;
	}
	.mob_title div h1 {
	    font-size: 0.34rem;
	}
	.mob_title div p {
	    font-size: 0.26rem;
		line-height:0.37rem
	}
	.mob_list {
	    width: 6.54rem;
	    height: 3.92rem;
	    margin: 0 auto;
	    background: #E9F0FD;
	    border-radius: 16px;
		position: relative;
		top: -0.8rem;
	}
	.mob_box_wrap:nth-child(2) {
	    margin-top: -0.4rem;
	}
	.mob_list li {
	    background-image: url(./libg.png);
	    background-repeat: no-repeat;
	    background-size: 12px 12px;
	    background-position: 0.24rem 0.24rem;
	    line-height: 0.72rem;
	    padding-left: 0.6rem;
	}
	.mob_list li a {
	    font-size: 0.3rem;
	    line-height: 0.72rem;
	    display: block;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.bk_four {
	    display: none;
	}
	.kaoyan {
	    width: 100%;
	    padding: 0 0.2rem;
	}
	.title_box {
	    width: 100% !important;
	}

}