/*Font*/
@font-face {
    font-family: "思源宋体";
    src: url("SC-Heavy.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "思源宋体bold";
    src: url("SC-SemiBold.woff");
    font-weight: bold;
    font-style: normal;
}

.content-full {
    background: #fff;
    position: relative;
    z-index: 5;
}

.section1 {
    background-image: url(bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section2 {
    /* background-image: url(bg2.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #eef5fd;
}

.section3 {
    padding-top: 240px;
    background-image: url(bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section4 {
    padding: 80px 0 0px;
    /* background-image: url(bg4.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #eef5fd;
}

.section5 {
    background-image: url(bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section2 .container {
    padding-bottom: 0;
}

.common-head {
    position: relative;
    text-align: center;
    padding-top: 50px;
}

.common-head h3 {
    color: #004ba8;
    margin-bottom: 50px;
}

.common-head .more {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.common-head .more a {
    font-size: 0;
    display: block;
    width: 29px;
    height: 6px;
    background: url(more.png) no-repeat;
}

.fz36 {
    font-size: 30px;
    font-family: "思源宋体"
}

.notice h3 {
    color: #004ba8;
}

.notice .common-head .more a {
    background: url(more.png) no-repeat;
}

.notice2 {
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding: 60px 60px 20px 60px;
    background-color: rgba(255,255,255,.4);
    margin-bottom: -200px;
}

.notice2 .common-head,.campus-show .common-head {
    padding-top: 0
}

.notice2 .common-head h3 {
    margin-bottom: 42px;
}

.video-box {
    position: relative;
    overflow: hidden;
    height: 575px;
    background-color: #000;
    margin-bottom: 24px;
}

.video-box video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.video-box .play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    margin: -48px 0 0 -48px;
    width: 98px;
    height: 98px;
    background: url(play.png) center center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.video-box:hover video {
    -webkit-transform: translate(-50%,-50%) scale(1.2);
    -moz-transform: translate(-50%,-50%) scale(1.2);
    -ms-transform: translate(-50%,-50%) scale(1.2);
    -o-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2)
}

.campus-pic {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: 24px;
}

.campus-pic .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.campus-pic .text a {
    display: block;
    font-size: 24px;
    color: #fff;
    padding-top: 80px;
    background-image: url(ico17.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.campus-pic .text2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: right;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
}

.campus-pic .text2 a {
    font-size: 24px;
    color: #fff;
}

.campus-pic .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(27,89,150,.78);
}

.campus-pic img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.campus-pic:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.info-box .head {
    margin-bottom: 50px;
}

.info-box .head h3 {
    color: #004ba8;
    float: left;
}

.info-box .head .more {
    float: right;
    margin-top: 10px;
}

.info-box .head .more a {
    color: #004ba8;
}

.info-pic {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: 24px;
}

.info-pic img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.info-pic:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.col-positon {
    position: absolute;
    right: 0;
    bottom: 30px;
}

.info-list>li {
    margin-bottom: 24px;
}

.info-list>li>a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 16px 15px;
    background-color: #1b5996;
}

.info-list>li>a>span {
    display: block;
    float: right;
    width: 19px;
    height: 25px;
    font-size: 0;
    background: url(arr07.png) center center no-repeat;
}

.info-list>li:nth-child(2)>a {
    background-color: #409cf7;
}

.info-list>li:nth-child(3)>a {
    background-color: #5cadff;
}

.info-list>li:nth-child(4)>a {
    background-color: #00bfb2;
}

.info-list>li>a:hover {
    box-shadow: 0 0 50px 0 rgba(255,255,255 ,.3);
}

.quick-list {
    padding: 0;
}

.quick-list>li {
    margin-bottom: 50px;
}

.quick-list>li>a {
    display: block;
    color: #1b1b1b;
    font-size: 20px;
    text-align: center;
    -webkit-transition: 0.25s ease-in-out all;
    -moz-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
}

.quick-list>li>a>img {
    margin: 0 auto 15px;
}

.quick-list>li>a>.img1 {
    display: block;
}

.quick-list>li>a>.img2 {
    display: none;
}

.quick-list>li>a:hover {
    color: #378356;
    transform: translateY(-5px);
}

/*.quick-list>li>a:hover>.img1{display:none;}
.quick-list>li>a:hover>.img2{display:block;}*/
@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .fixed-mask {
        padding-top:0;
    }

    .common-head {
        padding-top: 20px;
    }

    .common-head h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .notice2 {
        padding: 20px;
    }

    .video-box {
        height: 50vh;
    }

    .col-positon {
        position: static;
    }
}
