.banner {
    /* width: 100%;
    height: auto;
    position: relative; */
    width: 100%;
    height: 590px;
    background: url(../images/head_bg.png) no-repeat center top;
    background-size: cover;
    position: relative;
}
.banner .banner-img {
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.banner-logo {
    padding-top: 35px;
}
.banner-logo img:nth-child(2) {
    width: 330px;
}
.banner-content {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}
.banner-content h1 {
    padding: 20px 0;
	font-size: 52px;
	color: #ffffff;
	line-height: 1.5;
}
.banner-address {
    /* width: 550px; */
    margin-left: 110px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 0.5px;
	font-size: 26px;
}
.banner-address>div>span {
    padding-right: 2px;
	font-size: 26px;
}
.banner-address>div>blockquote,
.banner-address .unit-item blockquote {
    display: inline-block;
	font-size: 26px;
    /* width: 260px; */
}
.banner-address .unit-item {
    padding-left: 135px;
}
.btn-enroll {
    display: inline-block;
    color: #ffffff;
    width: 220px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 30px;
    letter-spacing: 1.5px;
    background: linear-gradient(to top, #174bca 20%, #507ff3);
    box-shadow: 0px 6px 1px -3px #aac2ff inset,1px 3px 10px rgba(25,52,122,0.5);
    margin: 15px 0 20px;
}
.btn-enroll:hover {
    background: linear-gradient(to top, #1f54d3 20%, #5b88f7);
    box-shadow: 0px 6px 1px -3px #aac2ff inset,1px 3px 10px rgba(25,52,122,0.5);
}
.btn-enroll-register {
    width: 180px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    font-size: 25px;
    letter-spacing: 1.5px;
    background: linear-gradient(to top, #3084b1 20%, #bcedf6);;
    box-shadow: 0px 5px 1px -3px #e2f5ff inset;
    text-align: center;
    position: absolute;
    bottom: 10px !important;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
}
.btn-enroll-register:hover {
    background: linear-gradient(to top, #358ebd 20%, #bcedf6);
    box-shadow: 0px 5px 1px -3px #e2f5ff inset;
}
.banner-sub {
    line-height: 26px;
    letter-spacing: 1.5px;
}
.banner-sub p {
    font-size: 18px;
}
.banner-sub-date {
	margin: 0 auto;
	width: 395px;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	background: rgb(195,179,211,0.8);
	color: #1b44a0;
	font-size: 24px;
}
/* .btn-enroll {
    position: absolute;
    bottom: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    color: #ffffff;
    padding: 0.77% 2%;
    border-radius: 10px;
    font-size: 24px;
    letter-spacing: 1.5px;
    background: linear-gradient(to top, #3825ed 20%, #319cff);
    box-shadow: 0px 6px 1px -3px rgba(138, 237, 255, 0.5) inset;
}
.btn-enroll:hover {
    background: linear-gradient(to top, #4b39f9 20%, #31b4ff);
    box-shadow: 0px 6px 1px -3px rgba(138, 237, 255, 0.5) inset;
} */

/* 屏幕小于1600px */
@media screen and (max-width: 1600px) {
    .btn-enroll {
        font-size: 22px;
    }
}
@media screen and (max-width: 1200px) {
    .btn-enroll {
        font-size: 18px;
    }
}
@media screen and (max-width: 760px) {
    .container {
        transform: scale(0.95);
        transform-origin: center 0;
        height: inherit;
    }
    .btn-enroll {
        bottom: 118px;
    }
}

/* 大会咨询 */
.info-box {
    flex-wrap: wrap;
    justify-content: space-between;
}
.info-box li {
    width: 48%;
    padding-left: 30px;
    position: relative;
}
.info-box li a {
    border-bottom: 1px dashed #eeeeee;
    padding: 20px 0;
}
.info-box li:nth-last-child(2) a,
.info-box li:last-child a {
    border-bottom: 0;
    padding: 20px 0 10px;
}
.info-box li::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #eeeeee;
    top: 10px;
    left: 7px;
}
.info-box li::after {
    content: '';
    position: absolute;
    width: 12px; height: 12px;
    border-radius: 50%;
    background: #ffffff; 
    border: 3px solid #009de2;
    box-shadow: 0px 0px 0px 5px #fff;
    top: 30px;
    left: 0px;
}
h2.info-title {
    color: #1a3479;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.25px;
    text-align: center;
    padding: 32px 0 15px;
    /* linear-gradient(to bottom, #122a69 40%,#255eb4, #5169e5,#6544f3) */
    background-image: linear-gradient(to bottom, #122a69 40%,#255eb4, #5169e5,#6544f3);
    background-image: -webkit-linear-gradient(to bottom, #122a69 40%,#255eb4, #5169e5,#6544f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info-box li:hover .info-right h3 {
    color: #106dcf;
}
.info-box .info-right {
    flex: 1;
    margin-left: 20px;
    width: 459px;
}
.info-box .info-right h3 {
    color: #2d2d2d;
    font-weight: 800;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 
.info-box .info-right p {
    font-size: 14px;
    color: #616161;
    line-height: 24px;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.info-left {
    border: 1px solid #3988dc;
    border-radius: 5px;
    background-color: #f7fbff;
    position: relative;
    width: 67px;
    text-align: center;
    color: #106dcf;
}
.info-left span {
    font-size: 36px;
    padding-top: 10px;
    display: inline-block;
}
.info-left p {
    font-size: 14px;
    padding: 9px 0;
    position: relative;
}
.info-left p::before {
    content: '';
    position: absolute;
    width: 57px;
    height: 1px;
    background-color: #d5e5f5;
    top: 0;
    left: 5px;
}

.info-left span,
.info-left p {
    font-family: "Arial";
}
.info-left::before {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid;
    position: absolute;
    top: 10px;
    left: -13px;
    z-index: 9;
    border-color: transparent #f7fbff transparent transparent;
}
.info-left::after {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid;
    position: absolute;
    top: 10px;
    left: -15px;
    border-color: transparent #3988dc transparent transparent;
    z-index: 5;
}
.btn-more {
    display: block;
    color: #2084f0;
    border: 2px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff),
    linear-gradient(to bottom, #1f83ec, #24a3fc);
    width: 140px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    text-align: center;
    margin: 38px auto 45px;
}
.btn-more:hover {
    /* background-color: #eef6ff; */
    background-image: linear-gradient(to right, #eef6ff, #eef6ff),
    linear-gradient(to bottom, #1f83ec, #24a3fc);
}
.btn-more i {
    display: inline-block;
    background: url(../images/right_more.png) no-repeat;
    width: 6px;
    height: 11px;
    vertical-align: 1px;
    margin-left: 5px;
}
/* 合作伙伴 */
.hz-box {
    background-color: #f9f9f9;
    width: 100%;
    /* height: 352px; */
    padding: 5px 0 20px;
}
.hz-content {
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: flex-start;
}
/* .hz-content::after {
    content: "";
    width: 285px;
} */
.hz-content li {
    width: 25%;
    margin: 10px 0px 20px 0;
    padding:0px 20px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    color: #424242;
    line-height: 30px;
}
.hz-content li:nth-child(4n+4) {
    margin: 10px 0 20px 0;
}
.hz-content li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #c5e4fc;
    top: 10px;
    left: 0;
}
.hz-content li:nth-child(4n+4) {
    margin-right: 0;
}
.hz-content li img {
    vertical-align: middle;
}

 /* 联系人 */
.contact-box {
    width: 100%;
    height: 200px;
    background: url(../images/footer_bg.png) no-repeat center top;
    /* background-size: 100% 100%; */
    color: #fff;
    padding: 45px 0 30px;
}
.contact-box .flexbox {
    justify-content: center;
}
.contact-box-content {
    position: relative;
}
.contact-box-content h2 {
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-box-content {
    padding-right: 60px;
}
.contact-box-content-1 .contact-list li span {
    display: inline-block;
    min-width: 50px;
}
.contact-box-content::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 130px;
    background-color: rgba(229, 228, 227,0.5);
    right: 30px;
    top: -3px;
}
.contact-box-content:last-child {
    padding-right: 0;
}
.contact-box-content:last-child:after {
    content: "";
    position: absolute;
    width: 0;
}
.contact-list  {
    /* flex: 1; */
    /* width: 49%; */
    /* padding-left: 105px; */
}
.contact-list li {
    position: relative;
    padding-bottom: 20px;
}
/* .contact-list li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #fff;
    top: 8px;
    left: -12px;
} */
.contact-line {
    /* width: 1px;
    height: 155px;
    background-color: #818cb1; */
}
/* .contact-phone {
    display: flex;
    width: 68%;
    flex-direction: column;
    height: 160px;
    flex-wrap: wrap;
    padding-left: 15px;
} */
/* .contact-phone li {
    padding-right: 60px;
} */
/* .contact-phone li:nth-child(3),
.contact-phone li:nth-child(4) {
    margin-left: 70px;
} */
/* .contact-phone li:nth-child(odd)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 130px;
    background-color: rgba(229, 228, 227,0.5);
    right: 0;
    top: -3px;
} */
.contact-phone li h2,
.contact-phone-li h2 {
    font-size: 18px;
    padding-bottom: 5px;
}
.contact-phone li span,
.contact-phone-li span {
    display: inline-block;
    min-width: 155px;
}
.contact-email {
    width: 32%;
    padding-left: 60px;
}
.contact-email li {
    display: inline-block;
}
.contact-email li:last-child {
    width: 285px;
}

/* 首页底部定义 */
footer p {
    background-color: #0b1e51 !important;
}







