@charset "utf-8";

/* CSS Document */
.Banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.Banner .Banner-dots {
    position: absolute;
    right: 50px;
    bottom: 36px;
    overflow: hidden;
    width: auto;
    left: auto;
}

.Banner .swiper-slide-active .slick-img {
    transition: transform 6000ms linear 0s;
    /*-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);*/
    height: 100vh;
}

.Banner .swiper-button-prev, .Banner .swiper-button-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    background-color: rgba(0, 62, 120, 0.55);
    font-size: 30px;
    border-radius: 50%;
    opacity: 0.1;
    transition: opacity .35s ease-out;
}

.Banner:hover .swiper-button-prev, .Banner:hover .swiper-button-next {
    opacity: 1;
}

/*.Banner a::after{content: '';position: absolute;width: 100%;bottom: 0px;height: 220px;z-index: 9;background: url(/images/bg1.png) repeat-x;}*/

.Banner a {
    display: block;
    position: relative;
}

.Banner a .title {
    width: 60%;
    color: #fff;
    position: absolute;
    left: calc(50% - 700px);
    bottom: 40px;
    font-weight: bold;
    z-index: 10;
    font-weight: normal;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: url(/images/dot.png) no-repeat;
    width: 30px;
    height: 16px;
    border-radius: 0;
    box-shadow: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-position: 0 -16px;
}

.slick-img {
    height: calc(920px);
    display: block;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
}

.slick-img video {
    width: 100%;
}

.slick-txt {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
}

.slick-txt p {
    color: #fff;
    position: relative;
    padding-top: 30px;
}

.slick-txt p::before {
    content: '';
    width: 140px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

@-webkit-keyframes scaleBig {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes scaleBig {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }

    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }

    100% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }

    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }

    100% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
}




.content {
    z-index: 2;
    width: 100%;
    top: 100%;
    transition: top .7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

.content.auto {
    overflow-y: auto;
    z-index: 100;
}

/*广商新闻*/
.wrap_mode1 {
    margin: 60px 0;
    background: url(/images/modebg1.png) no-repeat right bottom;
    overflow: hidden;
}

.mode1 {}

.mode1>.gp-fl {
    width: 69.3%;
    overflow: hidden;
}

.mode1>.gp-fr {
    width: 27.2%;
    margin-right: 20px;
    position: relative;
}

.mode1>.gp-fr:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    right: -20px;
    top: 20px;
}

.articleTitle1 {
    margin-bottom: 30px;
    overflow: hidden;
}

.articleTitle1 .title {
    display: inline-block;
    overflow: hidden;
}

.articleTitle1 .title_en {
    display: block;
    color: #c3c7d9;
}

.articleTitle1 .title_cn {
    display: block;
    color: #1e3282;
    background: url(/images/titlebg.png) no-repeat right center;
    padding-right: 100px;
}

.articleTitle1 .title_cn i {
    color: #e6000f;
    font-style: normal;
}

.articleTitle1 .more {
    display: block;
    background: url(/images/morebg.png) no-repeat;
    width: 64px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    transition: all 0.2s ease;
    margin-top: 15px;
}

.articleTitle1 .more:hover {
    background-position: 0 -34px;
}

.articleTitle11 .more {
    display: block;
    background: #e6000f;
    width: auto;
    padding: 0 5px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    transition: all 0.2s ease;
    margin-top: 15px;
}

.articleTitle11 .more:hover {
    background: #1e3282;
}



.list1 {
    width: 66%;
    overflow: hidden;
}

.list1 a {
    display: block;
    overflow: hidden;
}

.list1 .listText {
    width: 78%;
    background: #fff;
    padding: 35px 0 0;
    transition: all 0.2s ease;
    position: relative;
    top: -50px;
    overflow: visible;
}

.list1 .listText:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 50px solid #fff;
    position: absolute;
    right: -15px;
    top: 0;
}

.list1 .gp-img-responsive {
    padding-bottom: 56.25%;
}

.list1 .listTitle {
    line-height: 32px;
    max-height: 96px;
    position: relative;
}

.list1 .listCon {
    color: #808080;
    margin: 22px 0;
    line-height: 20px;
    max-height: 40px;
}

.list1 .listDate, .list2 .listDate, .list3 .listDate, .list6 .listDate {
    display: inline-block;
    background: url(/images/datebg.png) no-repeat left center;
    padding-left: 22px;
    color: #808080;
}


.list2 {
    width: 31%;
    margin: -15px 0;
    overflow: hidden;
}

.list2 li {
    overflow: hidden;
}

.list2 li a {
    display: block;
    margin: 15px 0;
    overflow: hidden;
}

.list2 .listText {}

.list2 .listTitle {
    margin: 15px 0;
}

.list3 {
    background: #fff;
    border: #f2f2f2 1px solid;
    border-top: #e6000f 3px solid;
    padding: 0 28px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.list3 li a {
    display: block;
    padding: 14px 0;
    border-bottom: #dbdbdb 1px solid;
    overflow: hidden;
    transition: all 0.2s ease;
}

.list3 li:last-child a {
    border: none;
}

.list3 li a:hover {
    padding-left: 10px;
}

.list3 .listTitle {
    margin-bottom: 12px;
}



/*通知公告*/
.wrap_mode2 {
    background: url(/images/modebg2.png) no-repeat top 140px center;
    padding-bottom: 185px;
    overflow: hidden;
}

.mode2 {}

.list4 {
    margin: -14px;
    overflow: hidden;
}

.list4 li a {
    display: block;
    margin: 14px;
    padding: 45px 28px 90px 28px;
    background: #fff;
    box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.06);
    position: relative;
}

.list4 li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background: url(/images/lihover.png) no-repeat center top;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease;
}

.list4 .listTitle {
    position: relative;
    z-index: 9;
}

.list4 .listDate {
    display: block;
    color: #808080;
    margin-bottom: 15px;
    position: relative;
}

.list4 .listDate:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    right: 0;
    top: 10px;
}

.list4 .listDate span {
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

.list4 li a:hover * {
    color: #fff;
}

.list4 li a:hover .listDate span {
    background: #1e3282;
}

.list4 li a:hover .listDate {
    color: #fff;
    opacity: 0.6;
}

.list4 li a:hover .listDate:before {
    background: #fff;
    opacity: 0.3;
}

.list4 li a:hover {
    background: none;
    box-shadow: none;
}

.list4 li a:hover:before {
    height: 259px;
}



/*特色优势*/
.wrap_mode3 {
    background: url(/images/modebg3.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 117px;
    overflow: hidden;
}

.articleTitle2 {
    position: relative;
    overflow: visible;
    margin-bottom: 0;
}

.articleTitle2:before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    background: #e6000f;
    position: absolute;
    left: -100%;
    top: 0;
}

.articleTitle2 .title {
    background: #e6000f;
    padding: 37px 37px 37px 0;
}

.articleTitle2 .title_en {
    color: #fff;
    opacity: 0.4;
}

.articleTitle2 .title_cn {
    color: #fff;
    background: url(/images/titlebg2.png) no-repeat right center;
}

.mode3 .tabArticleList {
    position: relative;
}

.mode3 .tabListTitle {
    width: 45.8%;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.mode3 .tabListTitle .tab_menu {
    float: right;
    margin-right: 5px;
}

.mode3 .tab_menu h3 {
    display: inline-block;
    float: left;
    margin: 0 2px;
}

.mode3 .tab_menu h3 a {
    display: inline-block;
    background: #fff;
    padding: 18px 32px;
    font-weight: normal;
}

.mode3 .tab_menu h3:hover a, .tabArticleList .tab_menu h3.on a {
    color: #fff;
    background: #1e3282;
}

.mode3 .tabList {
    position: relative;
}

.tabList .gp-fl {
    width: 45.8%;
    overflow: hidden;
    margin-top: 130px;
}

.tabList .gp-fr {
    width: 54.2%;
    background: #fff;
    position: relative;
}

.tabList .gp-fr:before {
    content: "";
    display: block;
    width: 100%;
    height: 85px;
    background: url(/images/bo.png) no-repeat top center;
    position: absolute;
    bottom: -85px;
}

.mode3 .tabListBox {
    display: none;
}

.mode3 .tabListBox.on {
    display: block;
}

.wraplist5 .gp-img-responsive {
    padding-bottom: 66.2%;
}

.list5 {
    margin: 40px 50px 0 50px;
    overflow: hidden;
}

.list5 .title {
    position: relative;
    overflow: hidden;
}

.list5 .title:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 40px;
    right: 0;
}

.list5 .title_cn {
    float: left;
    color: #1e3282;
    padding: 20px 10px 20px 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.list5 .listDate {
    width: 80px;
    height: 80px;
    background: #e8eaf2;
    text-align: center;
    float: right;
    position: relative;
    z-index: 1;
}

.list5 .listDate * {
    color: #003d94;
}

.list5 .listDate .day {
    height: 45px;
    margin-top: 9px;
}

.list5 .listTitle {
    line-height: 32px;
    max-height: 64px;
    margin: 30px 0 30px;
}

.list5 .listCon {
    line-height: 30px;
    height: 210px;
    color: #999;
}

.list5 .more {
    display: block;
    background: url(/images/morebg2.png) no-repeat;
    width: 64px;
    height: 35px;
    color: #1e3282;
    text-align: center;
    line-height: 35px;
    transition: all 0.2s ease;
    margin-top: 90px;
    float: right;
}

.list5 a:hover .more {
    background-position: 0 -34px;
    color: #fff;
}



/*教学科研*/
.wrap_mode4 {
    background: url(/images/modebg4.png) no-repeat center bottom;
    background-size: cover;
    padding: 85px 0 100px;
    overflow: hidden;
}

.mode4 {}

.list6 {
    margin: -20px;
    overflow: hidden;
}

.list6 li a {
    display: block;
    background: #fff;
    margin: 20px;
    overflow: hidden;
    transition: transform 0.2s ease-out;
}

.list6 .gp-img-responsive {
    /*padding-bottom: 62%;*/
}

.list6 .listText {
    padding: 28px 28px 45px 28px;
    background: url(/images/bo2.png) no-repeat bottom center;
}

.list6 .listTitle {
    line-height: 28px;
    height: 84px;
    margin-bottom: 50px;
}

.list6 li a:hover {
    box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.06);
    transform: translateY(-10px);
}



/*招生信息*/
.wrap_mode5 {
    margin: 80px 0 90px;
    overflow: hidden;
    position: relative;
}

.wrap_mode5 .gp-container {
    /* width: 72.9vw;*/
    position: relative;
}

.mode5 {
    position: relative;
    padding-bottom: 150px;
    z-index: 9;
}

.mode5:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/modebg5.jpg) no-repeat left center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.mode5:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/modebg5.jpg) no-repeat right center;
    background-size: cover;
    position: absolute;
    right: -13vw;
    top: 0;
}

.modebg5 {
    width: 64%;
    position: absolute;
    right: -13vw;
    top: 0;
    z-index: 9;
}

.modebg5 img {
    width: 100%;
}

.articleTitle3 {
    margin-top: 90px;
}

.articleTitle3 .title_en {
    color: #fff;
    opacity: 0.4;
}

.articleTitle3 .title_cn {
    display: inline-block;
    color: #fff;
    background: url(/images/titlebg2.png) no-repeat right center;
}

.articleTitle3 .title {
    height: auto;
}

.list7 {
    margin: 0 260px 0 90px;
    position: relative;
    z-index: 9;
}

.list7 li {
    width: 33.3%;
}

.list7 li a {
    display: table;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.list7 li:nth-child(2) {
    background: #64aafa;
}

.list7 li:nth-child(4) {
    background: rgba(170, 175, 185, 0.8);
}

.list7 li:nth-child(6) {
    background: rgba(230, 0, 15, 0.85);
}

.list7 li:nth-child(5) a {
    display: block;
}

.list7 .listText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.list7 .listImg {
    display: block;
    max-width: 80px;
    margin: 0 auto;
}

.list7 li a:hover .listImg {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -ms-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate
}

@keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-moz-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-o-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}


.list7 .listTitle {
    display: block;
    color: #fff;
    margin-top: 20px;
}

.wrap_mode5 .bo1 {
    width: calc(100% + 13vw);
    height: 70px;
    background: url(/images/bo3.png) repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    animation: footerbg1 6s linear infinite;
}

@keyframes footerbg1 {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: -445px;
    }
}


/*社交媒体*/
.wrap_mode6 {
    background: url(/images/modebg6.png) no-repeat bottom center;
    overflow: hidden;
}

.list8 {
    overflow: hidden;
}

.list8 li {
    overflow: hidden;
}

.list8 li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.list8 li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s ease;
    background-color: rgba(0, 0, 0, 0.7);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    /* 标准的语法 */
}

.list8 .listText {
    width: 88%;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 9;
}

.list8 .gp-img-responsive {
    padding-bottom: 66.2%;
}

.list8 .listTitle {
    color: #fff;
    margin-left: 75px;
}

.list8 .icon {
    width: 60px;
    height: 60px;
    float: left;
}

.list8 li a:hover:before {
    opacity: 0;
}

.list8 li a:hover .gp-img-responsive img {
    transform: scale(1.1);
}


/*广商映像*/
.mode7 {
    margin-top: 205px;
    position: relative;
    overflow: hidden;
}

.mode7 .articleTitle3 {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.list9 {
    margin-top: 175px;
}

.list9, .list10 {
    width: 50%;
    overflow: hidden;
}

.list9 li, .list10 li {
    width: 50%;
    overflow: hidden;
}

.list9 li:last-child, .list10 li:first-child {
    width: 100%;
}

.list10 li:last-child {
    margin-top: 175px;
}

/* .list10 li:last-child a{ display: block; } */
.list9 li:last-child a, .list10 li:first-child a {
    height: 524px;
}

.list9 li a, .list10 li a {
    display: table;
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
    transition: all 0.2s ease;
}

.list9 li a:hover, .list10 li a:hover {
    transform: scale(1.1);
}

.list9 .gp-img-responsive, .list10 .gp-img-responsive {
    padding-bottom: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.list9 .listText, .list10 .listText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9;
}

.list9 .listImg, .list10 .listImg {
    max-width: 120px;
    margin: 0 auto;
}

.list9 .listTitle, .list10 .listTitle {
    color: #fff;
    margin-top: 24px;
}


.mode7 .listImg {
    overflow: visible;
}

.mode7 .listImg {
    -webkit-transition: -webkit-transform ease-out .1s, background .2s;
    -moz-transition: -moz-transform ease-out .1s, background .2s;
    transition: transform ease-out .1s, background .2s
}

.mode7 .listImg:after {
    display: block;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.mode7 li a:hover .listImg {
    background: rgba(255, 255, 255, .05);
    -webkit-transform: scale(.93);
    -moz-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93);
}

.mode7 li a:hover .listImg:after {
    content: '';
    display: block;
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 10px rgba(255, 255, 255, .5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, .5);
        -webkit-transform: scale(1.25);
        opacity: 0
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 10px rgba(255, 255, 255, .5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, .5);
        -moz-transform: scale(1.25);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 10px rgba(255, 255, 255, .5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, .5);
        transform: scale(1.25);
        opacity: 0
    }

}



/*数学广商*/
.wrap_mode8 {
    background: url(/images/modebg8.jpg) no-repeat center top;
    padding: 130px 0 170px;
    overflow: hidden;
}

.articleTitle4 {
    text-align: center;
}

.articleTitle4 .title_cn {
    padding-left: 100px;
    position: relative;
}

.articleTitle4 .title_cn:before {
    content: "";
    display: block;
    width: 89px;
    height: 15px;
    background: url(/images/titlebg.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 20px;
    transform: rotateY(180deg);
}

.list11 {
    margin: 0 -50px;
}

.list11 .slick-list {
    padding-top: 10px;
    overflow: hidden;
}

.list11 .slick-arrow {
    display: none !important;
}

.list11 .slick-dots {
    text-align: center;
    margin: 20px 0 0;
}

.list11 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
}

.list11 .slick-dots button {
    border: none;
    outline: none;
    width: 30px;
    height: 16px;
    text-indent: 99em;
    background: url(/images/dot2.png) no-repeat;
    background-position: 0 -16px;
    cursor: pointer;
}

.list11 .slick-dots li.slick-active button {
    background-position: 0 0;
}

.list11 .slick-slider>a {
    display: block;
    margin: 0 50px;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s ease-out;
}

.list11 .slick-slider>a:hover {
    transform: translateY(-9px);
}

.list11 .icon {
    display: block;
    max-width: 122px;
    max-height: 150px;
    margin: 0 auto;
}

.list11 .icon img {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.list11 .listText {
    text-align: center;
}

.list11 .listTitle {
    font-family: '方正正中黑简体';
    margin: 20px 0 10px;
}

.list11 .listCon {
    line-height: 26px;
    color: #666666;
}





@media screen and (max-width:1600px) {
    .Banner a .title {
        left: calc(50% - 600px);
    }

    .list7 {
        margin: 0 30px;
    }

    .tabList .gp-fr:before {
        background-size: contain;
    }

    .list5 .more {
        margin-top: 33px;
    }
}


@media screen and (max-width:1300px) {
    .Banner a .title {
        left: 10px;
    }

    .Banner .Banner-dots {
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .Banner, .swiper-wrapper {
        height: auto !important;
    }

    .Banner .slick-img, .Banner .swiper-slide-active .slick-img {
        width: 100%;
        height: 0;
        padding-bottom: 56.5%;
    }

    .Banner a::before {
        display: none;
    }

    .content {
        position: static;
    }

    .wrap_mode1 {
        margin: 40px 0;
    }

    .articleTitle1 {
        margin-bottom: 20px;
    }

    .mode1>.gp-fl {
        width: 100%;
        float: none;
    }

    .mode1>.gp-fr {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .list3 {
        padding: 0 10px;
    }

    .list3 li {
        width: 50%;
        float: left;
    }

    .list3 li a {
        margin: 0 10px;
    }

    .list4 {
        margin: -8px;
    }

    .list4 li a {
        margin: 8px;
        padding: 25px 15px;
    }

    .wrap_mode2 {
        padding-bottom: 50px;
    }

    .articleTitle2 .title {
        padding: 15px;
    }

    .articleTitle2:before {
        display: none;
    }

    .mode3 .tabListTitle .tab_menu {
        float: left;
    }

    .mode3 .tab_menu h3 a {
        padding: 10px;
    }

    .tabList .gp-fl {
        margin-top: 75px;
    }

    .wrap_mode5 .bo1 {
        background-size: auto 50%;
        bottom: -36px;
    }

    .list5 {
        margin: 25px 25px 0 25px;
    }

    .list5 .listTitle {
        margin: 10px 0;
    }

    .list5 .more {
        margin-top: 15px;
    }

    .wrap_mode4 {
        padding: 50px 0;
    }

    .list6 {
        margin: -8px;
    }

    .list6 li a {
        margin: 8px;
    }

    .list6 .listText {
        padding: 18px;
    }

    .list6 .listTitle {
        margin-bottom: 10px;
    }

    .wrap_mode5 {
        margin: 50px 0;
    }

    .mode5, .wrap_mode5 .gp-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mode5 {
        padding-bottom: 110px;
    }

    .list8 .listText {
        width: auto;
        bottom: 13px;
    }

    .list8 .icon {
        width: 35px;
        height: 35px;
    }

    .list8 .listTitle {
        margin: 0 10px 0 50px;
    }

    .mode7 {
        margin-top: 80px;
    }

    .list9 {
        margin-top: 100px;
    }

    .list9 li a, .list10 li a {
        height: 250px;
    }

    .list9 .listImg, .list10 .listImg {
        max-width: 88px;
    }

    .list9 li:last-child a, .list10 li:first-child a {
        height: 350px;
    }

    .list10 li:last-child {
        margin-top: 0;
    }

    .wrap_mode8 {
        padding: 60px 0 90px;
    }

    .list11 {
        margin: 0 -20px;
    }

    .list11 .slick-slider>a {
        margin: 0 20px;
    }


}

@media screen and (max-width:1024px) {
    .list7 {
        margin: 0 15px;
    }

}

@media screen and (max-width:992px) {
    .Banner a::after {
        height: 130px;
        background-size: cover;
    }

    .Banner a .title {
        bottom: 16px;
    }

    .Banner .Banner-dots {
        bottom: 10px;
    }
}

@media screen and (max-width:766px) {
    .Banner a::after {
        height: 90px;
    }

    .Banner .Banner-dots {
        display: none;
    }

    .Banner a .title {
        width: auto;
        right: 10px;
    }

    .list1 {
        float: none;
        width: 100%;
    }

    .list2 {
        float: none;
        width: 100%;
    }

    .list1 .listText {
        width: 100%;
        padding: 20px 0;
        top: 0;
    }

    .list1 .listCon {
        margin: 12px 0;
    }

    .list3 li {
        width: 100%;
        float: none;
    }

    .list4 li a {
        padding: 15px;
    }

    .list4 .listDate {
        margin-bottom: 8px;
    }

    .mode3 .tabListTitle {
        position: static;
        width: auto;
    }

    .tabList .gp-fl {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .tabList .gp-fr {
        width: 100%;
        float: none;
    }

    .wrap_mode5 .bo1 {
        background-size: auto 30%;
        bottom: -50px;
    }

    .list5 .listTitle, .list5 .listCon, .list6 .listTitle {
        height: auto;
    }

    .list5 .more {
        margin-top: 15px;
    }

    .articleTitle3 {
        margin-top: 40px;
    }

    .modebg5 {
        display: none;
    }

    .mode5 {
        padding-bottom: 70px;
    }

    .articleTitle3 .title {
        width: auto;
        float: left;
    }

    .articleTitle3 .more {
        float: right;
    }

    .list7 li:first-child {
        width: 100%;
        float: none;
    }

    .list7 li:nth-child(3) {
        display: none;
    }

    .list7 li {
        width: 50%;
    }

    .list7 li a {
        height: 225px;
    }

    .list8 .listTitle {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .list9 li, .list10 li {
        width: 100%;
    }

    .list9 .listTitle, .list10 .listTitle {
        margin-top: 12px;
    }

    .wrap_mode2 {
        background-size: cover;
    }
}

@media screen and (max-width:640px) {
    .list7 li a {
        height: 200px;
    }

    .list7 .listImg {
        width: 55px;
    }

    .mode7 {
        margin-top: 50px;
    }

    .mode7 .articleTitle3 {
        position: static;
    }

    .list9 {
        margin-top: 0;
    }

    .list9 .listImg, .list10 .listImg {
        max-width: 70px;
    }

    .list9 li a, .list10 li a, .list9 li:last-child a, .list10 li:first-child a {
        height: 220px;
    }
}

@media screen and (max-width:480px) {
    .wrap_mode3 {
        padding-bottom: 50px;
    }

    .tabList .gp-fr:before {
        display: none;
    }

    .list5 .more {
        margin: 15px 0;
    }
}