

.page-banner {
	height: 450px;
}

.box-1 {
	background-color: #fff;
	display: flex;
	justify-content: center;
	padding-bottom: 60px;
	line-height: 28px;
}

.box-1 .center-box {
	display: flex;
	margin: 45px auto 0 auto;
	line-height: 24px;
}

.gateway-width-1200 {
	width: 75rem;
}

.box-1 .center-box .center-top-box {
	flex: 1;
	position: relative;
}

.box-1 .center-box .center-top-box .top-sub-title {
	color: #b0bac7;
	font-size: 18px;
}

.box-1 .center-box .center-top-box .top-sub-title {
	color: #b0bac7;
	font-size: 18px;
}

.box-1 .center-box .center-top-box .top-title {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	font-size: 24px;
	color: #333;
}

.box-1 .center-box .center-top-box .left-img {
	width: 320px;
	background-color: #f8fafd;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    flex-shrink: 0;
	padding: 15px 0;
}

.box-1 .center-box .center-top-box .left-img img {
	width: 244px;
}

.box-1 .center-box .center-top-box .left-img .p1 {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #3C87F6;
}

.box-1 .center-box .center-top-box .left-img .p2 {
	margin-top: 5px;
	color: #3C87F6;
}
.box-1 .center-box .center-top-box .left-img .p3{
    margin-top: 20px;
	font-size: 12px;
	color: #8F959E;
}



.box-2 {
	background-color: #f8fafd;
	display: flex;
	justify-content: center;
	padding-bottom: 60px;
}


.box-2 .center-box {
	display: flex;
	margin-top: 60px;
	line-height: 24px;
}

.box-2 .center-box .center-top-box {
	flex: 1;
	position: relative;
}

.box-2 .center-box .center-top-box .top-sub-title {
	color: #b0bac7;
	font-size: 18px;
}

.box-2 .center-box .center-top-box .top-title {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	font-size: 24px;
	color: #333;
}

.is-plain {
	padding: 0px 15px;
	background-color: #fff;
	line-height: 30px;
	color: #606266;
	border-radius: 2px;
	border: 0.5px solid #dcdfe6;
	font-size: 14px;
	cursor: pointer;
}

.is-plain:hover {
	border: 0.5px solid #1874B4;
	color: #1874B4;
}




.icon2{
    width: 342px;
    height: 450px;
}
.page-footer {
	background-color: #fff;
}



.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}

.ml-60{
	margin-left: 20px;
}

.mr-40{
	margin-right: 40px;
}


.t-a-j {
    text-align: justify;
}

.layui-btn {
    height: 32px;
    line-height: 32px;
    border-radius: 4px;

}

.layui-btn:hover {
    border: 0.5px solid #1874B4;
	color: #1874B4;
}
.layui-btn-primary{
    border: 0.5px solid #dcdfe6;
}