.section1 {
    padding-top: 70px;
    padding-bottom: 50px;
}

.topic {
    text-align: center;
    margin-top: 35px;
}

.topic h2 {
    position: relative;
}

.topic h2 p {
    position: relative;
    font-size: 36px;
    color: #3d3d3d;
    z-index: 2;
}

.topic h2 span {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    font-size: 48px;
    color: #f2f2f2;
    text-transform: uppercase;
}

.news {
    overflow: hidden;
    margin-top: 40px;
}

.sect1-l {
    float: left;
    width: 46%;
}

.sect1-r {
    float: right;
    width: 46%;
}

.title {
    line-height: 40px;
}

.title h2 {
    position: relative;
    float: left;
    font-size: 30px;
    color: #666;
    padding-bottom: 20px;
}

.title h2:after {
    content: '';
    position: absolute;
    left: 0;
    width: 70px;
    bottom: 0;
    height: 2px;
    background-color: #ba0004;
    box-shadow: 0 0 5px #c4c4c4;
}

.title a {
    position: relative;
    float: right;
    padding-right: 15px;
    background: url(../images/more.png) no-repeat right center;
    font-size: 15px;
    color: #ba0004;
    text-transform: uppercase;
    left: 0;
    transition: all .3s;
}

.title a:hover {
    left: -5px;
}

.sect1-l>ul>li {
    float: left;
    width: 46%;
    margin-left: 8%;
    margin-top: 33px;
}

.sect1-l>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

.sect1-l>ul>li a {
    display: block;
}

.sect1-l>ul>li a .pic {
    padding-top: 62.7%;
}

.sect1-l>ul>li a .text h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 18px;
    color: #333;
    height: 56px;
    overflow: hidden;
}

.sect1-l>ul>li a .text .date {
    font-size: 16px;
    color: #999;
}

.sect1-l>ul>li:hover .text h2 {
    color: #ba0004;
}

.sect1-r>ul>li {
    border-bottom: 1px solid #e0e0e0;
}

.sect1-r>ul>li a {
    display: block;
    padding: 40px 0;
}

.sect1-r>ul>li a p {
    padding-left: 15px;
    background: url(../images/list.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
}

.sect1-r>ul>li:hover a p {
    color: #ba0004;
}

.sect1-r>ul>li a .date {
    margin-top: 20px;
    font-size: 16px;
    color: #999;
}

.section2 {
    padding-top: 70px;
    padding-bottom: 90px;
    background: url(../images/section2-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect2 .bx-qh {
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
}

.sect2 .bx-qh span {
    display: inline-block;
    width: 130px;
    height: 45px;
    border: 1px solid #ba0004;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #3d3d3d;
    margin: 0 7px;
    cursor: pointer;
}

.sect2 .bx-qh span.on {
    background-color: #ba0004;
    color: #fff;
}

.qh-nr .box {
    display: none;
    overflow: hidden;
}

.qh-nr .box.on {
    display: block;
}

.sect2-l {
    position: relative;
    float: left;
    width: 50%;
    background: rgba(255, 255, 255, .94);
    z-index: 2;
    padding: 65px 55px 30px 55px;
    margin-top: 40px;
}

.sect2-l .s2-bt p {
    font-size: 16px;
    color: #ba0004;
    text-transform: uppercase;
    font-weight: bold;
}

.sect2-l .s2-bt h2 {
    font-size: 30px;
    color: #3d3d3d;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 35px;
}

.sect2-l .nr {
    line-height: 28px;
    font-size: 16px;
    color: #595959;
    height: 84px;
    overflow: hidden;
}

.sect2-l a {
    position: relative;
    display: block;
    margin-top: 60px;
    text-align: right;
    font-size: 15px;
    color: #ba0004;
    left: 0;
    transition: all .3s;
}

.sect2-l a:hover {
    left: -5px;
}

.sect2-r .pic {
    padding-top: 63.44%;
}

.sect2-r {
    float: right;
    width: 56%;
    margin-left: -6%;
}

.section3 {
    padding: 85px 0;
}

.campus {
    margin-top: 55px;
}

.campus>ul>li {
    float: left;
    width: 32%;
    margin-left: 2%;
    overflow: hidden;
}

.campus>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.campus>ul>li a {
    position: relative;
    display: block;
}

.campus>ul>li a .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    top: 220px;
    bottom: 30px;
    background-position: center center;
    transition: all .3s;
}

.campus>ul>li a p {
    position: absolute;
    line-height: 66px;
    left: 0;
    right: 0;
    bottom: 30px;
    background: rgba(186, 0, 4, .6);
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.campus>ul>li a .icon {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 92px;
}

.campus>ul>li a .icon img {
    height: 45px;
}

.campus>ul>li.one:hover a .text {
    top: 0;
    bottom: 0;
    background: rgba(186, 0, 4, .6) url(../images/xy-icon1-tc.png) no-repeat center center;
}

.campus>ul>li.two:hover a .text {
    top: 0;
    bottom: 0;
    background: rgba(186, 0, 4, .6) url(../images/xy-icon-tc.png) no-repeat center center;
}

.campus>ul>li.three:hover a .text {
    top: 0;
    bottom: 0;
    background: rgba(186, 0, 4, .6) url(../images/xy-icon3-tc.png) no-repeat center center;
}

.campus>ul>li:hover a p {
    background: none;
    bottom: 85px;
}

.section4 {
    background-color: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 30px;
}

.sect4 .topic .nr {
    text-align: center;
    font-size: 16px;
    color: #ba0004;
    margin: 25px 0;
}

.sect4 .topic a {
    position: relative;
    padding-right: 15px;
    background: url(../images/more.png) no-repeat right center;
    font-size: 15px;
    color: #ba0004;
    text-transform: uppercase;
    top: 0;
    transition: all .3s;
}

.sect4 .topic a:hover {
    top: -5px;
}

.train ul {
    margin-left: -16px;
    margin-right: -16px;
}

.train ul li {
    margin: 50px 18px;
}

.train ul li a {
    display: block;
}

.train ul li a .pic {
    padding-top: 67%;
}

.train ul li a .text {
    background-color: #fff;
    padding: 15px 30px;
    box-shadow: 0 0 5px #f1ecec;
}

.train ul li a .text h2 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.train ul li:hover a .text h2 {
    color: #ba0004;
}

.train ul li a .text p {
    line-height: 26px;
    font-size: 16px;
    color: #333;
    height: 52px;
    overflow: hidden;
    margin-top: 15px;
}

.train .slick-prev {
    width: 45px;
    height: 45px;
    left: -5px;
    background: #fff url(../images/train-l.png) no-repeat center center;
    border-radius: 50%;
    box-shadow: 0 0 5px #f1f1f1;
}

.train .slick-next {
    width: 45px;
    height: 45px;
    right: -5px;
    background: #fff url(../images/train-r.png) no-repeat center center;
    border-radius: 50%;
    box-shadow: 0 0 5px #f1f1f1;
}

.section5 {
    position: relative;
}

.section5 img {
    display: block;
    width: 100%;
}

.section5::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/sect6-tc.png) no-repeat center center;
    background-size: cover;
}

.section5 .qj {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.section5 .qj span {
    display: inline-block;
    position: relative;
    width: 85px;
    height: 79px;
    text-align: center;
    line-height: 75px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    transition: all 1s;
}

.section5 .qj i {
    position: absolute;
    background: url(../images/zq.png) no-repeat center center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.section5 .qj span:hover i {
    transform: rotate(360deg);
}

.section5 .qj p {
    position: relative;
    margin-top: 35px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    transition: all 1s;
}

.section5:hover .qj p {
    color: #ba0004;
}

.section6 {
    padding-top: 95px;
    padding-bottom: 90px;
}

.sect6 {
    position: relative;
    padding-left: 295px;
    font-size: 0;
}

.sect6 .topic {
    position: absolute;
    width: 295px;
    text-align: left;
    margin-top: 0;
    left: 0;
}

.sect6 .topic h2 p {
    font-size: 24px;
    color: #3d3d3d;
    font-weight: bold;
}

.sect6 .topic h2 span {
    position: static;
    font-size: 16px;
    color: #ba0004;
    text-transform: none;
}

.sect6 input {
    display: inline-block;
    width: 28%;
    margin-right: 2%;
    height: 55px;
    line-height: 55px;
    border: 1px solid #cccccc;
    padding: 0 25px;
}

.sect6 button {
    width: 10%;
    line-height: 55px;
    border: none;
    background-color: #ba0004;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

.sect6 input::placeholder {
    font-size: 16px;
    color: #666666;
}

@media screen and (max-width: 1345px) {
    .train {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sect6 .topic {
        left: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .campus>ul>li.one a .text {
        top: 0;
        bottom: 0;
        background: rgba(186, 0, 4, .6) url(../images/xy-icon1-tc.png) no-repeat center center;
    }
    .campus>ul>li.two a .text {
        top: 0;
        bottom: 0;
        background: rgba(186, 0, 4, .6) url(../images/xy-icon-tc.png) no-repeat center center;
    }
    .campus>ul>li.three a .text {
        top: 0;
        bottom: 0;
        background: rgba(186, 0, 4, .6) url(../images/xy-icon3-tc.png) no-repeat center center;
    }
    .campus>ul>li a p {
        background: none;
        bottom: 45px;
    }
    .campus>ul>li a .icon {
        top: 55px;
    }
    .sect2-l {
        padding-top: 25px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .section1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .topic h2 span {
        font-size: 26px;
        top: -20px;
    }
    .topic h2 p {
        font-size: 22px;
    }
    .sect1-l {
        float: none;
        width: auto;
    }
    .topic {
        margin-top: 15px;
    }
    .title h2 {
        font-size: 22px;
        padding-bottom: 5px;
    }
    .news {
        margin-top: 15px;
    }
    .sect1-l>ul>li {
        margin-top: 15px;
    }
    .sect1-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .sect1-r>ul>li a {
        padding: 15px 0;
    }
    .section2 {
        padding: 15px 0;
    }
    .sect2 .bx-qh span {
        width: 100px;
        font-size: 14px;
    }
    .sect2-l {
        padding: 15px;
    }
    .sect2-l a {
        margin-top: 15px;
    }
    .sect2-l .s2-bt h2 {
        margin-bottom: 15px;
    }
    .sect2 .bx-qh {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .section3 {
        padding: 15px 0;
    }
    .campus>ul>li a p {
        bottom: 15px;
    }
    .campus>ul>li a .icon {
        top: 25px;
    }
    .campus {
        margin-top: 15px;
    }
    .section4 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .section5 .qj p {
        font-size: 20px;
    }
    .train ul li {
        margin: 15px 18px;
    }
    .section6 {
        padding: 15px 0;
    }
    .sect6 .topic {
        position: static;
        text-align: center;
        width: auto;
        margin-bottom: 15px;
    }
    .sect6 {
        padding-left: 15px;
    }
}

@media screen and (max-width:760px) {
    .sect1-l>ul>li {
        width: 49%;
        margin-left: 2%;
    }
    .sect1-l>ul>li a .text h2 {
        font-size: 14px;
    }
    .sect1-l>ul>li a .text h2 {
        line-height: 20px;
        height: 40px;
    }
    .sect1-l>ul>li a .text h2 {
        font-size: 12px;
    }
    .sect1-r>ul>li a .date {
        margin-top: 10px;
    }
    .sect1-r>ul>li a p {
        font-size: 15px;
    }
    .sect1-r>ul>li a .date {
        font-size: 12px;
    }
    .sect2 .bx-qh span {
        width: 60px;
        height: 35px;
        line-height: 35px;
        margin: 0 2px;
        font-size: 12px;
    }
    .sect2-l {
        float: none;
        width: auto;
        margin-top: 0;
    }
    .sect2-r {
        float: none;
        width: auto;
    }
    .sect2-l .s2-bt h2 {
        font-size: 22px;
        margin: 5px 0;
    }
    .campus>ul>li {
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 15px;
    }
    .campus>ul>li a .icon {
        top: 60px;
    }
    .campus>ul>li a p {
        bottom: 40px;
    }
    .sect4 .topic .nr {
        margin: 10px 0;
    }
    .section5 .qj span {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .section5 .qj p {
        margin-top: 5px;
    }
    .section5 .qj i {
        background-size: 30px auto;
    }
    .section5 .qj span {
        font-size: 12px;
    }
    .section5 .qj p {
        font-size: 15px;
    }
    .sect6 {
        text-align: center;
    }
    .sect6 input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        height:45px;
        line-height: 45px;
    }
    .sect6 button {
        width: 100px;
        line-height: 40px;
    }
    .train ul li a .text {
        padding: 15px;
    }
    .campus>ul>li a p {
        font-size: 16px;
    }
}