
.zbox {
    padding: 40px 0;
}
.main-w {
    width: 1200px;
    margin: 0 auto;
}
.main-w img {
    width: 100%;
}
.main-w h1 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 20px;
}
.bg_color {
    background-color: #f1f1f1;
}
.xxjj {
    background-color: #1c57ab;
    color: #fff;
}
.xxjj .imgbox {
    float: left;
    width: 580px;
}
.xxjj .des {
    float: right;
    width: 580px;
    height: 382px;
}

.swiper-pagination {
    text-align: right;
}
 .swiper-pagination-bullet {
    background-color: #a4a29d;
}
 .swiper-pagination-bullet-active {
    background-color: #fff;
}
.xxjj .des h2 {
    text-align: left;
}
.xxjj .des p {
    font-size: 17px;
    font-weight: 500;
    text-indent: 2em;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

/* 专业设置 */
.zy ul li {
    float: left;
    width: 32%;
    height: 290px;
    margin:30px 0 0 13px;
    padding-bottom: 40px;
}
/* .zy ul li:nth-child(3n+1) {
    margin-left: 0;
} */
.zy ul li h3 {
    font-size: 24px;
    text-align: center;
    padding: 10px 0 ;
}
.zy ul li .box {
    width: 210px;
    height: 36px;
    margin: 0 auto;
    background-color: #079fdf;
    border-radius: 20px;
    cursor: pointer;
}
.zy ul li .box a {
    display: inline-block;
    float: left;
    width: 50%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.zy ul li .box a:nth-child(1) {
    background-color: #1c57ab;
    border-radius: 20px 0 0 20px;

}
/* 优势 */
.ys ul li {
    width: 290px;
    height: 56px;
    float: left;
    color: #fff;
    background-color: #079fdf;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 56px;
    margin-top: 10px;
}
.ys ul .ml {
    margin-left: 12px;
}

/* 校训 */
.xhxx ul li {
    float: left;
    width: 290px;
    height: auto;
    margin:30px 0 0 12px;
    color: #fff;
}
.xhxx ul li:nth-child(1) {
    margin-left: 0;
}
.xhxx ul li .title {
    position: relative;
    top: 30px;
    width: 155px;
    height: 60px;
    background-color: #1c57ab;
    border-radius: 30px;
    margin: 0 auto;
    border: 3px solid #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    font-weight: 600;

}
.xhxx ul li .des {
    height: 357px;
    width: 100%;
    background-color: #1c57ab;
}
.xhxx ul li .des p {
    font-size: 16px;
    padding: 60px 20px 0 20px;
    line-height: 1.5;
}

.zxbut {
    width: 200px;
    height: 50px;
    border: 1px solid #555 ;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
}
.xyhj {
    background-color: #1c57ab;
    color: #fff;
}
.xyhj ul li {
    float: left;
    width: 280px;
    height: 180px;
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 20px 0 0 20px ;
    overflow: hidden;
}
.xyhj ul li:nth-child(4n+1) {
    margin-left: 0;
}
.zbox .btn {
    width: 40%;
    height: 60px;
    margin: 20px auto;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    background-color:#fff;
    color: #1c57ab;
    font-size: 30px;
    cursor: pointer;
}