@charset"utf-8";
.body{
	padding-bottom: 0;
}
.reg_bg{
	z-index: 22;
	padding-bottom: 40px;
}
.reg_bg .main_title{
	padding-bottom: 0;
}
.main_title{
	font-weight: normal;
	text-align: center;
	font-size: 2.1rem;
}

.one{
	padding: 40px 12px;
	background-color: #f0f0f0;
}

.one h3{
	font-weight: normal;
	font-size: 2.1rem;
}
.one_bd h3{
	padding-top: 30px;
}
.one_bd{
	text-align: center;
	background-color: #fff;
}
.one_bd ul{
	display:box;
	display:-webkit-box;
	padding: 25px 0 30px 0;
}
.one_bd li{
	width: 50%;
}
.one_bd li .icon{
	width: 36px;
	height: 42px;
	margin: auto;
}
.one_bd li .icon img{
	width: 100%;
}
.one_bd  li p{
	padding: 10px 20px 0 20px;
	line-height: 1.6;
}
.one_bd2{
	margin-top: 30px;
	padding: 30px 14px;
	background-color: #fff;
}
.one_bd2 h3{
	text-align: center;
}
.one_bd2 li{
	display:flex;
	padding: 15px 0;
	border-bottom: solid 1px #ddd;
}
.one_bd2 li:last-child{
	border-bottom: none;
}
.one_bd2 .icon{
	width: 70px;
	height: 45px;
}
.one_bd2 .icon.i1{
	background: url(/v2019/images/busi_icon1.png) no-repeat center center;
	-webkit-background-size: 41px;
	background-size: 41px;
}
.one_bd2 .icon.i2{
	background: url(/v2019/images/busi_icon2.png) no-repeat center center;
	-webkit-background-size: 41px;
	background-size: 41px;
}
.one_bd2 .icon.i3{
	background: url(/v2019/images/busi_icon3.png) no-repeat center center;
	-webkit-background-size: 41px;
	background-size: 41px;
}
.one_bd2 .icon.i4{
	background: url(/v2019/images/busi_icon4.png) no-repeat center center;
	-webkit-background-size: 41px;
	background-size: 41px;
}
.one_bd2 .icon.i5{
	background: url(/v2019/images/sa_icon1.png) no-repeat center center;
	-webkit-background-size: 41px;
	background-size: 41px;
}
.one_bd2 .icon.i6{
	background: url(/v2019/images/sa_icon2.png) no-repeat center center;
	-webkit-background-size: 41px;
	background-size: 41px;
}
.one_bd2 .icon.i7{
	background: url(/v2019/images/sa_icon3.png) no-repeat center center;
	-webkit-background-size: 41px;
	background-size: 41px;
}
.one_bd2 .icon.i8{
	background: url(/v2019/images/sa_icon4.png) no-repeat center center;
	-webkit-background-size: 41px;
	background-size: 41px;
}
.one_bd2 .bd{
	flex:1;
	text-align: left;
}
.one_bd2 .b{
	font-weight: bold;
	font-size: 1.5rem;
}
.one_bd2 p{
	line-height: 1.7;
	font-size: 1.2rem;
}
.one_bd2.m0{
	margin-top: 0;
}

.two{
	padding: 0 15px;	
	border-top: solid 1px #ddd;
}
.main_title .more{
	padding: 10px 0;
	color: #ff7f14;
	font-size: 1.2rem;
}
.main_title .more .iconfont{
	font-size: .8em;
}

.three{
	padding: 0 15px 40px 15px;	
	background-color: #fff;
}

.sa_student{
	padding: 40px 0;
	border-top: solid 1px #ddd;
}

.foot_btn{
	margin-top: 70px;
}
.foot_brand .copyright{
	margin-top: 30px;
}


.btn_white{
	display: inline-block;
	font-size: 1.4rem;
	height: 30px;
	margin-top: 20px;
	line-height: 30px;
	padding: 0 15px;
	color: #ff7f14;
	border:solid 1px #ff7f14;
	background-color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;	
}