#content-container {}

.banner-box {
    background: #090a38;
}

.banner-box .con {
    width: 1200px;
    height: 500px;
    margin: auto;
    background:  no-repeat;
    background-size: auto 100%;
    background-position: right top;
    position: relative;
}

.banner-box .con img {
    width: 300px;
    margin-left: 100px;
}

.banner-box .con a {
    background: white;
    color: #003caa;
    padding: 5px 40px;
    border-radius: 97px;
    cursor: pointer;
    position: absolute;
    bottom: 110px;
    left: 100px;
    font-weight: bold;
    font-size: 16px;
    font-family: "微软雅黑";
}

.content-box {
    width: 1200px;
    margin: auto;
    text-align: center;
    padding: 60px 0;
}

.gray-box {
    background: #f6f6f6;
    width: 100%;
    position: relative;
    /*height: 112%;*/
    /* background-image: ;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 500px; */
    /* background: #f6f6f6; */
    /* width: 100%;
    height: 800px;
    position: relative;
    min-width: 1200px; */
}

.update-box .map {
    width: 900px;
    margin: auto;
    margin-top: 40px;
}

.update-box .signnow {
    background: #003caa;
    color: white;
    padding: 10px 60px;
    border-radius: 25px;
    cursor: pointer;
    position: absolute;
    bottom: 70px;
    left: 46%;
    font-size: 16px;
    font-weight: bold;
}

.content-box h2 {
    font-family: "微软雅黑";
    font-weight: bold;
    font-size: 37px;
    color: #3e3a39;
    position: relative;
    line-height: 30px;
    margin: auto;
    margin-bottom: 30px;
}

.content-box h2:after {
    content: "";
    background-image: url(/uploads/image/t23angfor/title-bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 195px;
    height: 10px;
    bottom: -20px;
    left: 510px;
}


/*热点方案*/

.redian {
    width: 100%;
    height: 1080px;
    background-color: #f6f6f6;
}


/* 重磅来袭 */

.come-box h2 {
    color: #0a44ad;
    width: 1200px;
    line-height: 30px;
}

.come-box h1 {
    color: #0a44ad;
    width: 1200px;
}

.content-box h1 {
    font-family: "微软雅黑";
    font-weight: bold;
    font-size: 37px;
    position: relative;
    line-height: 30px;
    margin: auto;
    margin-bottom: 15px;
}

.come-box h2:after {
    left: 510px;
}

.come-box .item {
    width: 33%;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.come-box .item:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #345abc;
}

.come-box .item:nth-of-type(3):after {
    height: 0;
}

.come-box .item img {
    width: 80px;
}

.come-box .item p {
    width: 82%;
    margin: auto;
    text-align: justify;
    font-size: 16px;
    margin-top: 40px;
}


/* 升级 */

.update-box p {
    text-align: justify;
    width: 1122px;
    margin: auto;
    font-size: 16px;
	line-height: 25px;
}


/* 特点 */

.feature-box .item {
    width: 33%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-top: 50px;
    position: relative;
    height: 260px;
}

.feature-box .item:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #345abc;
}

.feature-box .item:nth-of-type(3):after {
    height: 0;
}

.feature-box .item img {
    height: 80px;
    width: auto;
}

.feature-box h3 {
    margin-top: 30px;
    font-size: 20px;
    color: #345abc;
    font-weight: bold;
}

.feature-box h4 {
    margin-top: 10px;
    font-size: 16px;
    color: #345abc;
    font-weight: bold;
}

.feature-box p {
    text-align: justify;
    width: 70%;
    height: 300px;
    margin: 0 auto;
    font-size: 16px;
}


/* 议程 */

.schedule-box .part {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 35%;
}

.schedule-box .part:nth-of-type(1) {
    margin-right: 120px;
}

.schedule-box .part h3 {
    background: #668acc;
    color: white;
    height: 40px;
    width: 320px;
    line-height: 40px;
    font-size: 20px;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 30px;
    z-index: 100;
    font-weight: bold;
}

.schedule-box .part::after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: -20px;
    height: 300px;
    width: 2px;
    background: #003caa;
    z-index: -1;
}

.schedule-box .part img {
    width: 40px;
}

.schedule-box .part .item {
    width: 390px;
    margin-bottom: 15px;
    margin-left: 20px;
    text-align: left;
}

.schedule-box .part h4 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.schedule-box .tips {
    text-align: left;
    padding-left: 125px;
}


/* //往届掠影 */

.past-box {
    height: 400px;
    position: relative;
}

#past-pre,
#past-next {
    height: 80px;
    width: auto;
    position: absolute;
    top: 180px;
}

#past-pre {
    left: 0px;
}

#past-next {
    right: 0px;
    transform: rotate(180deg);
}

.past-box {
    position: relative;
}

.past-box .swiper-container {
    width: 1100px;
    margin: auto;
    margin-top: 50px;
}

.past-box .swiper-slide {
    width: 250px !important;
    height: 160px !important;
    margin-left: 20px;
    box-shadow: 5px 5px 5px #aaa;
    overflow: hidden;
}

.past-box .swiper-slide img {
    width: 100%;
}


/* //底部报名 */

.sign {
    background: #003caa;
    height: 280px;
    width: 100%;
}

.sign .con {
    width: 1200px;
    margin: 0 auto;
    background-image: ;
    height: 100%;
    text-align: center;
    padding: 60px 0;
}

.sign h1 {
    color: white;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 400;
}

.sign h2 {
    color: white;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}

.sign a {
    background: white;
    color: #003caa;
    padding: 5px 40px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    font-family: "微软雅黑";
    font-size: 16px;
}