.banner {
	width: 100%;
	height: auto;
	display: inline-block;
}

.banner img {
	width: 100%;
}

.contect {
	width: 100%;
	height: auto;
	display: inline-block;
}

.con-box {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 2%;
}

.cb-left {
	width: 33%;
	float: left;
}

.cb-left h3 {
	color: #112667;
	font-size: 30px;
	margin-bottom: 5%;
}

.cb-left li {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-bottom: 4%;
}

.cb-left li p {
	float: left;
	color: #000000;
	font-size: 16px;
	width: 17%;
}

.cb-left li input {
	color: #838383;
	font-size: 15px;
	padding: 11px 7px;
	float: left;
	border: 1px solid#d2d2d2;
	border-radius: 5px;
	width: 62%;
}

.yzm img {
	float: left;
	margin-left: 6%;
	width: 104px;
}

.cb-left button {
	color: #fff;
	background: #112667;
	padding: 8px 30px;
	font-size: 16px;
	letter-spacing: 2px;
	border-radius: 5px;
	border: 0px;
	float: right;
}

.cb-right {
	width: 39%;
	float: right;
}

.cb-right h3 {
	color: #112667;
	font-size: 30px;
	margin-bottom: 1%;
}

.cb-right p {
	color: #525252;
	font-size: 17px;
	line-height: 47px;
}

.cb-bottom {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 3%;
	margin-bottom: 2%;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12%;
}
.cb-left {
    width: 100%;
    float: left;
}
.cb-left li p {
    float: left;
    color: #000000;
    font-size: 16px;
    width: 24%;
}
.form-control{
    width: 66%;
}
.cb-left button {
    color: #fff;
    background: #112667;
    padding: 8px 30px;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 5px;
    border: 0px;
    float: left;
}
.cb-right {
    width: 100%;
    float: right;
    margin-top: 8%;
}
.cb-right p {
    color: #525252;
    font-size: 15px;
    line-height: 37px;
}

}