﻿.bold {
    font-weight: bold;
}

.fc1 {
    color: #014ad1;
}

.fc2 {
    color: #ff8400;
}

.fc3 {
    color: #fff;
}

.consult-zx {
    cursor: pointer;
}

.banner img {
    width: 100%;
    max-width: 1920px;
}

.reasons-list .item {
    width: 25%;
    float: left;
}

.reasons-list .item img {
    margin-top: 30px;
}

.reasons-list .item .desc {
    width: 55%;
}

.header h2 {
    font-size: 35px;
    font-weight: bold;
}

.header p {
    color: #555555;
    font-size: 22px;
}

.header3 p {
    color: #fff;
}

.consult-button {
    width: 395px;
    font-size: 22px;
    color: #fff;
    background: #014ad1;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 2em;
    cursor: pointer;
}

.major-list .item {
    width: 385px;
    background: #eeeeee;
    padding-bottom: 10px;
}

.major-list .item:not(:last-child) {
    margin-right: 22px;
}

.major-list .item p {
    color: #555555;
    padding: 20px;
}

.major-list .item h4 {
    margin-bottom: 0;
}

.major-list .item .zx-button {
    width: 70%;
    background: #ff8400;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
}
.w-1200{width: 1200px;}
.page-section3 {
    min-height: 450px;
    background: url(https://wzkj-1.oss-cn-beijing.aliyuncs.com/2023/5/hg/bg1.jpg?x-oss-process=style/mystyle) no-repeat center;
}

.advantage-list {
    margin: 30px 0;
}

.consult-button2 {
    background-color: #ff8400;
}

.advantage-list .item {
    width: 280px;
    padding: 20px 0;
    background: #0176d1;
}

.advantage-list .item:not(:last-child) {
    margin-right: 150px;
}

.page-section4 .train-show {
    margin: 20px 0;
}

.questions-list .item {
    width: 180px;
    background: #e4e4e4;
    font-size: 22px;
    box-sizing: border-box;
    padding-top: 20px;
    border-radius: 1em;
    float: left;
}

.questions-list .item:not(:last-child) {
    margin-right: 24px;
}

.questions-list .question {
    padding: 0 20px;
}

.questions-list .zx-button {
    border-radius: 0 0 .5em .5em;
    margin-bottom: 0;
}

.bgc1 {
    background: #014ad1;
}

.bgc2 {
    background: #ff8400;
}

.form-section {
    position: fixed;
    background-color: #014ad1;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 88;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

.form-section form {
	display: flex;
	align-items: center;
}
.form-section form h5 {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
}
.form-section form h5 .em {
	/*color: #844c00;*/
}
.form-section form input {
    background-image:none;
    box-shadow: none;
}
.form-section form input {
	line-height: 45px;
	font-size: 22px;
}
.form-section form input[type="text"] {
	width: 300px;
	height: 48px;
	border: 1px solid #fff;
	color: #aaaaaa;
	padding-left: 20px;
}