﻿.section1 {
    background-color: #f8f8f8;
    padding-top: 45px;
    padding-bottom: 35px;
}

.title {
    position: relative;
    text-align: center;
}

.title h2>p {
    line-height: 45px;
}

.title h2>p>i {
    font-size: 60px;
    color: #722751;
    font-weight: bold;
}

.title h2>p>em {
    font-size: 34px;
    color: #722751;
}

.title h2>span {
    color: rgba(114, 39, 81, .17);
}

.xw {
    position: absolute;
    right: 0;
    top: 15px;
    border: 1px solid #d2bec9;
    width: 185px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 30px;
}

.xw>a {
    font-size: 16px;
    color: #6d214b;
}

.title::before {
    content: '';
    position: absolute;
    width: 240px;
    height: 1px;
    background-color: #dcdcdc;
    right: 58%;
    top: 30px;
}

.title::after {
    content: '';
    position: absolute;
    width: 240px;
    height: 1px;
    background-color: #dcdcdc;
    left: 58%;
    top: 30px;
}

.news {
    padding-top: 35px;
}

.news>ul {
    margin-left: -20px;
    margin-right: -20px;
}

.news>ul li {
    margin: 0 20px;
}

.news>ul li a {
    position: relative;
    display: block;
}

.news>ul li a .pic1 {
    position: relative;
    padding-top: 63%;
    overflow: hidden;
}

.news>ul li a .pic1 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
width: 100%;
    height: 100%;
    transition: all .3s;
}

.news>ul li a .pic1:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.news>ul li a .date1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 55px;
    text-align: center;
    background-color: #912d66;
}

.news>ul li a .date1 p {
    line-height: 34px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.news>ul li a .date1 span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: rgba(255, 255, 255, .4);
}

.news>ul li a .text1 {
    background-color: #fff;
    padding: 10px 20px 15px 20px;
}

.news>ul li a .text1 p {
    line-height: 30x;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-text>ul {
    margin-bottom: 30px;
}

.news-text>ul>li {
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-top: 38px;
    border-top: 2px solid #803660;
    background-color: #fff;
    padding: 20px 24px 24px 24px;
    box-sizing: border-box;
}

.news-text>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

.news-text>ul>li>a {
    display: block;
    overflow: hidden;
}

.news-text>ul>li>a .date1 {
    float: left;
    width: 57px;
    height: 61px;
    text-align: center;
    background: url(/images/date1.png) no-repeat center center;
    box-sizing: border-box;
}

.news-text>ul>li>a .date1>p {
    margin-top: 10px;
    line-height: 20px;
    font-size: 22px;
    color: #803660;
    font-weight: bold;
}

.news-text>ul>li>a .date1>span {
    font-size: 14px;
    color: #803660;
    text-transform: capitalize;
}

.news-text>ul>li>a .text1 {
    padding-left: 20px;
    overflow: hidden;
    margin-top: 5px;
}

.news-text>ul>li>a .text1>p {
    line-height: 26px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-text>ul>li:hover>a .text1>p {
    color: #803660;
}

.more {
    width: 200px;
    height: 45px;
    border: 1px solid #dcdcdc;
    margin: auto;
    line-height: 45px;
    text-align: center;
}

.more>a {
    display: block;
    font-size: 16px;
    color: #666666;
}

.section2 {
    padding-top: 77px;
    padding-bottom: 120px;
    padding-left: 260px;
    background: url(/images/sect2-bg.png) no-repeat left bottom;
}

.sect2 {
    position: relative;
    padding-left: 220px;
}

.sect2 .title {
    position: absolute;
    left: 0;
    top: 70px;
}

.sect2 .title::before {
    display: none;
}

.sect2 .title::after {
    display: none;
}

.vedio {
    overflow: hidden;
}

.vedio .slick-list {
    overflow: visible;
}

.vedio .slick-slide img {
    width: 100%;
}

.vedio>ul {
    padding-top: 70px;
    padding-bottom: 70px;
}

.vedio>ul li a {
    display: block;
}

.vedio>ul li.slick-current a .pic2 {
    position: relative;
}

.vedio>ul li.slick-current a .pic2 img {
    display: block;
    transform: scale(1.5);
    transform-origin: left center;
    width: 100%;
}

.vedio>ul li.slick-current a .pic2 .bf {
    position: absolute;
    left: 75%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .6) url(../images/bf.png) no-repeat center center;
}

.sect2 .s2-lbtn {
    position: absolute;
    left: 0;
    top: 190px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(/images/left-other.png) no-repeat center center;
    border: 1px solid #912d66;
}

.sect2 .s2-rbtn {
    position: absolute;
    left: 80px;
    top: 190px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(/images/right-other.png) no-repeat center center;
    border: 1px solid #912d66;
}

.sect2 .s2-lbtn:hover {
    background: #912d66 url(../images/left.png) no-repeat center center;
}

.sect2 .s2-rbtn:hover {
    background: #912d66 url(../images/right.png) no-repeat center center;
}

.sect3 {
    position: relative;
    overflow: hidden;
}

.sect3-l {
    float: left;
    width: 50%;
    background: url(/images/sect3-l.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    padding: 140px 130px 65px 260px;
}

.sect3-r {
    float: right;
    width: 50%;
}

.sect3 .title {
    position: absolute;
    left: 260px;
    top: 60px;
}

.sect3 .title h2>p>i {
    color: #fff;
}

.sect3 .title::before {
    display: none;
}

.sect3 .title::after {
    display: none;
}

.sect3 .title h2>p>em {
    color: #fff;
}

.sect3 .title h2>span {
    color: rgba(255, 255, 255, .17);
}

.sect3-l>ul>li {
    padding: 24px 0;
    border-bottom: 1px solid #85476a;
transition: all .3s;
}
.sect3-l>ul>li:hover{ border-bottom: 1px solid #fff;}
.sect3-l>ul>li>a {
    display: block;
overflow: hidden;
}

.sect3-l>ul>li>a .date3 {
    float: left;
    width: 60px;
    height: 69px;
    background: url(/images/date1.png) no-repeat center center;
    text-align: center;
}
.sect3-l>ul>li:hover .date3{ background: url(/images/date-other.png) no-repeat center center;
}
.sect3-l>ul>li>a .date3 p {
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    color: #fff;
    margin-top: 5px;
}
.sect3-l>ul>li:hover>a .date3 p{color:#6b2851;}
.sect3-l>ul>li>a .date3 span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    text-transform: capitalize;
}
.sect3-l>ul>li:hover>a .date3 span{color:#6b2851;}
.sect3-l>ul>li>a .text3 {
    padding-left: 15px;
    overflow: hidden;
}

.sect3-l>ul>li>a .text3 h2 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect3-l>ul>li>a .text3 p {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .48);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect3-l .more {
    margin-top: 45px;
    margin-left: 0;
}

.sect3-l .more a {
    font-size: 16px;
    color: #fff;
}

.title-p-pro {
	text-align: left;
}

.sr3-top {
    margin-left: -90px;
}

.sr3-top>a {
    display: block;
position:relative;
padding-top:66%;
}

.sr3-top>a img {
    display: block;
   position: absolute;
    left: 50%;
    top: 50%;
 /* width: 100%;
    height: 100%;*/
    max-width: 100%;
    max-height: 100%;
  
    transform: translate(-50%, -50%);
}

.sr3-down>ul>li {
    float: left;
    width: 50%;
    padding: 24px 30px 50px 30px;
    box-sizing: border-box;
    transition: all .3s;
}

.sr3-down>ul>li>a {
    display: block;
}

.sr3-down>ul>li>a .date3 {
    color: #6d214b;
}

.sr3-down>ul>li>a .date3 span {
    font-size: 24px;
    font-weight: bold;
}

.sr3-down>ul>li>a .date3 i {
    font-size: 16px;
}

.sr3-down>ul>li>a h3 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-top: 5px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sr3-down>ul>li>a p {
    line-height: 24px;
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sr3-down>ul>li.on {
    background-color: #cd7941;
}

.sr3-down>ul>li.on>a .date3 {
    color: #fff;
}

.sr3-down>ul>li.on a h3 {
    color: #fff;
}

.sr3-down>ul>li.on a p {
    color: rgba(255, 255, 255, .68);
}

.section4 {
    background: url(/images/section4.png) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 70px;
}

.sect4 .title a {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 16px;
    color: #666;
}

.notice>ul {
    text-align: center;
}

.notice>ul>li {
    display: inline-block;
    width: 29%;
    margin-left: 5%;
    background-color: #fff;
    margin-top: 60px;
    box-sizing: border-box;
}

.notice>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.notice>ul>li>a {
    position: relative;
    display: block;
    padding: 55px 20px 45px 20px;
    text-align: left;
}

.notice>ul>li>a .date {
    position: absolute;
    left: -9px;
    top: -12px;
    width: 115px;
    height: 45px;
    background-color: #c88e4e;
    text-align: center;
    line-height: 45px;
    font-style: italic;
    font-size: 20px;
    color: #fff;
}

.notice>ul>li>a .text {
    line-height: 30px;
    font-size: 18px;
    color: #333;
    height: 60px;
    overflow: hidden;
}

.notice>ul>li:hover {
    background: rgba(109, 33, 75, .9);
}

.notice>ul>li:hover .text {
    color: #fff;
}

.section5 {
    background: url(/images/sect5-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
}

.sect5 .title {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}

.sect5 .title h2 {
    text-align: center;
}

.sect5 .title h2 em {
    position: relative;
    font-size: 34px;
    color: #722751;
    font-weight: bold;
    margin: 0 170px;
    cursor: pointer;
}

.sect5 .title h2 em:after {
    content: '';
    position: absolute;
    bottom: -21px;
    width: 60px;
    height: 4px;
    background-color: #722751;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.sect5 .title h2 em.on:after {
    display: block;
}

.sect5 .title::before {
    display: none;
}

.sect5 .title::after {
    display: none;
}

.school>ul {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 45px;
}

.school>ul li {
    margin: 0 20px;
}

.school>ul li a {
    display: block;
}

.school>ul li a .pic {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}

.school>ul li a .pic img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
}

.school>ul li a .pic .date {
    position: absolute;
    width: 70px;
    height: 55px;
    background-color: #9c336f;
    text-align: center;
    left: 0;
    bottom: 0;
}

.school>ul li a .pic .date p {
    line-height: 34px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.school>ul li a .pic .date span {
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
}

.school>ul li a .pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.school>ul li a .text {
    position: relative;
    background-color: #fff;
    padding: 15px 20px 50px 20px;
    box-shadow: 0 0 5px #f1e6e6;
}

.school>ul li a .text h2 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.school>ul li a .text p {
    line-height: 24px;
    font-size: 14px;
    color: #888888;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.school>ul li a .text .jt {
    position: absolute;
    width: 26px;
    height: 15px;
    background: url(/images/jt.png) no-repeat center center;
    right: 25px;
    bottom: 20px;
}

.school>ul li a .text .jt a {
    display: block;
}

.school .slick-prev {
    left: -90px;
    width: 54px;
    height: 54px;
    background: url(/images/sect5-l.png) no-repeat center center;
}

.school .slick-next {
    right: -90px;
    width: 54px;
    height: 54px;
    background: url(/images/sect5-r.png) no-repeat center center;
}

.sect5 .more {
    margin-top: 45px;
}

.box {
    position: relative;
}

.box>.box-down {
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    z-index: 2;
}

.box>.box-down.on {
    position: relative;
    opacity: 1;
    z-index: 9;
}

.section6 {
    padding-top: 50px;
}

.campus a {
    display: block;
}

.campus .dg-wrapper a .pic {
    position: relative;
    padding-top: 41.7%;
}

.campus .dg-wrapper a .pic img {
    padding-top: 0;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}


/* .campus .dg-wrapper {
    width: 900px;
} */

.sect6 .campus-other {
    display: none;
}

.section7 {
    padding-top: 45px;
    background-color: #f8f8f8;
}

.column>ul {
    margin-left: -110px;
    margin-right: -110px;
    padding-top: 35px;
    padding-bottom: 90px;
}

.column>ul li {
    margin: 0 20px;
}

.column>ul li a {
    display: block;
    position: relative;
    padding-top: 41%;
}

.column>ul li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.column .slick-dots {
    bottom: 40px;
    width: auto;
    left: 50%;
    transform: translatex(-50%);
}

.column .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 12px;
    background-color: #dcdcdc;
}

.column .slick-dots li.slick-active {
    background-color: #912d66;
}

@media screen and (max-width:1620px) {
    .school .slick-prev {
        left: 0;
    }
    .school .slick-next {
        right: 0;
    }
    .school>ul {
        margin-left: 0;
        margin-right: 0;
    }
    .column>ul {
        margin-left: 0;
        margin-right: 0;
    }
    .sect3-l {
        padding-left: 40px;
    }
    .news>ul {
        margin-left: 0;
        margin-right: 0;
    }
    .campus {
        display: none;
    }
    .sect6 .campus-other {
        display: block;
    }
    .sect6 .campus-other>ul {
        padding-top: 60px;
        padding-bottom: 40px;
        overflow: hidden;
    }
    .sect6 .campus-other .slick-list {
        overflow: visible;
    }
    .sect6 .campus-other a {
        display: block;
        position: relative;
        padding-top: 51%;
    }
    .sect6 .campus-other a img {
        display: block;
        width: 100%;
    }
    .sect6 .campus-other>ul li.slick-center.slick-active {
        position: relative;
        transform: scale(1.4);
        transform-origin: center center;
        z-index: 9;
    }
    .sect6 .campus-other>ul li.slick-active {
        position: relative;
        transform: scale(1.2);
        transform-origin: center center;
        z-index: 8;
    }
    .sect6 .campus-other .slick-slide img {
        display: block;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
    }
}

@media screen and (max-width:1400px) {
    .section2 {
        padding-left: 20px;
    }
}

@media screen and (max-width:1200px) {
    .title::before {
        display: none;
    }
    .title::after {
        display: none;
    }
    .sr3-down>ul>li {
        float: none;
        width: auto;
    }
    .sr3-down>ul>li {
        padding-top: 20px;
    }
    .notice>ul>li {
        width: 45%;
        margin-left: 0;
        margin-top: 30px;
    }
    .notice>ul>li:nth-child(2n) {
        margin-left: 5%;
    }
}

@media screen and (max-width:1000px) {
    .sect3-l,
    .sect3-r {
        float: none;
        width: auto;
    }
    .sect3 .title {
        position: static;
        left: auto;
        top: auto;
        padding: 20px 0;
    }
    .sect3 .title h2>p>i {
        color: #722751;
    }
    .sect3 .title h2>p>em {
        color: #722751;
    }
    .sect3 .title h2>span {
        color: rgba(114, 39, 81, .17);
    }
    .sect3-l {
        padding: 20px;
    }
    .sect5 .title h2 em {
        margin: 0 30px;
    }
    .section2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:600px) {
    .section1 {
        padding: 15px 0;
    }
    .title h2>p {
        line-height: 24px;
    }
    .title h2>p>i {
        font-size: 24px;
    }
    .title h2>p>em {
        font-size: 20px;
    }
    .title h2>span {
        font-size: 18px;
    }
    .xw {
        width: 100px;
        height: 29px;
        line-height: 29px;
    }
    .xw>a {
        font-size: 12px;
    }
    .news {
        padding-top: 15px;
    }
    .news-text>ul>li {
        float: none;
        width: auto;
        margin-left: 0;
    }
    .section4 {
        padding: 15px 0;
    }
    .notice>ul>li {
        display: block;
        width: auto;
    }
    .notice>ul>li:nth-child(2n) {
        margin-left: 0;
    }
    .sect5 .title h2 em {
        font-size: 22px;
    }
    .section5 {
        padding: 15px 0;
    }
    .school>ul {
        padding-top: 15px;
    }
    .section7 {
        padding-top: 15px;
    }
    .column>ul {
        padding-top: 15px;
        padding-bottom: 40px;
    }
    .column .slick-dots {
        bottom: 10px;
    }
    .sect5 .more {
        margin-top: 15px;
    }
    .sect3-l .more {
        margin-top: 15px;
    }
    .notice>ul>li>a .text {
        font-size: 16px;
    }
    .sect2 .title {
        position: static;
        left: auto;
        top: auto;
    }
    .sect2 {
        padding-left: 0;
    }
    .sect2 .s2-lbtn {
        top: 10px;
        right: 50px;
        left: auto;
        width: 25px;
        height: 25px;
        background-size: 15px auto;
    }
    .sect2 .s2-rbtn {
        top: 10px;
        right: 10px;
        left: auto;
        width: 25px;
        height: 25px;
        background-size: 15px auto;
    }
    .sect2 .s2-lbtn:hover {
        background-size: 15px auto;
    }
    .sect2 .s2-rbtn:hover {
        background-size: 15px auto;
    }
    .vedio>ul li.slick-current a .pic2 .bf {
        width: 40px;
        height: 40px;
        background-size: 15px auto;
    }
    .vedio>ul {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .school .slick-prev {
        background-size: 30px auto;
        top: 40%;
    }
    .school .slick-next {
        background-size: 30px auto;
        top: 40%;
    }
    .sect6 .campus-other>ul {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section6 {
        padding-top: 15px;
    }
}