@charset "utf-8";
        @font-face {
            font-family: 'sySong';
            src: url('sySong.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }
        
        .study-box {
            padding-top: 54px;
            padding-bottom: 80px;
            background: url(../images/sect1-bg.png) no-repeat center center;
            background-size: cover;
        }
        
        .study-l {
            float: left;
            width: 66%;
        }
        
        .study-tit {
            line-height: 48px;
            margin-bottom: 26px;
            overflow: hidden;
        }
        
        .study-tit h2 {
            font-family: 'sySong';
            font-weight: normal;
            font-size: 0;
            position: relative;
            float: left;
        }
        
        .study-tit h2 img {
            position: relative;
            vertical-align: middle;
            z-index: 4;
        }
        
        .tit-cn {
            color: #9f0507;
            font-size: 30px;
            font-weight: normal;
            vertical-align: middle;
            margin-left: 5px;
        }
        
        .tit-en {
            font-size: 32px;
            font-weight: normal;
            font-style: italic;
            color: rgba(201, 201, 201, 0.51);
            vertical-align: middle;
        }
        
        .study-tit a {
            font-size: 16px;
            line-height: 48px;
            color: #a10303;
            font-weight: normal;
            float: right;
            padding-right: 46px;
            background: url(../images/more.png) no-repeat;
            background-position: right center;
            transition: all .3s;
        }
        
        .study-tit a:hover {
            transform: translateX(-5px);
        }
        
        .study-banner {
            float: left;
            width: 411px;
        }
        
        .s1-ll ul {}
        
        .s1-ll ul li a {
            display: block;
            position: relative;
            padding-bottom: 10px;
        }
        
        .s1-ll ul li a .pic {
            padding-top: 71%;
        }
        
        .pic-tit {
            padding-bottom: 10px;
            border: 1px solid #d8d7d7;
        }
        
        .pic-tit h3 {
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: 48px;
            background-color: #fff;
            font-size: 16px;
            color: #242424;
        }
        
        .pic-tit p {
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: 26px;
            font-size: 14px;
            color: #767676;
            background-color: #fff;
        }
        
        .pic {
            position: relative;
            overflow: hidden;
        }
        
        .pic img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: 100%;
            transition: all .3s;
        }
        
        .pic-date {
            position: absolute;
            background-color: #f39700;
            z-index: 999;
            bottom: 0;
            right: -1px;
            padding: 11px 13px;
            opacity: 0.85;
        }
        
        .pic-d1 {
            display: block;
            font-family: SourceHanSerifSC-Bold;
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 26px;
            letter-spacing: 0px;
            color: #ffffff;
        }
        
        .pic-d2 {
            display: block;
            font-family: SourceHanSerifSC-Bold;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 26px;
            letter-spacing: 0px;
            color: #ffffff;
        }
        
        .s1-ll .slick-prev,
        .s1-ll .slick-next {
            width: 34px;
            height: 39px;
            top: auto;
            bottom: 47px;
            z-index: 9;
        }
        
        .s1-ll .slick-prev {
            background: rgba(0, 0, 0, 0.36) url(../images/s1-llr.png) no-repeat center center;
            left: 0;
            top: 40%;
        }
        
        .s1-ll .slick-next {
            background: rgba(0, 0, 0, 0.36) url(../images/s1-lll.png) no-repeat center center;
            right: 0;
            top: 40%;
        }
        
        .s1-ll .slick-prev:hover,
        .s1-ll .slick-next:hover {
            background-color: rgba(161, 3, 3, .9);
        }
        
        .study-list {
            float: right;
            width: 50%;
        }
        
        .study-list ul {
            margin-top: -15px;
        }
        
        .study-list ul li a {
            display: block;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 51px;
            letter-spacing: 0px;
            color: #2f2f2f;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-left: 35px;
            background: url(../images/study-dots.png) no-repeat;
            background-position: 15px center;
        }
        
        .study-list ul li a:hover {
            color: #a10303;
            background-color: #ffffff;
            box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.16);
            font-weight: 600;
        }
        
        .study-r {
            float: right;
            width: 32%;
        }
        
        .s-item ul {
            margin-top: -15px;
        }
        
        .s-item ul li a {
            display: block;
            line-height: 51px;
            padding: 10px 0;
        }
        
        .s-item ul li a>div {
            float: left;
            background-color: #ebebeb;
            font-size: 14px;
            padding: 10px 15px;
            color: #363636;
            line-height: 12px;
            margin-right: 14px;
            box-sizing: border-box;
        }
        
        .s-item ul li a>p {
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 32px;
            letter-spacing: 0px;
            color: #393939;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        
        .s-item ul li a:hover div {
            background-color: #9f0507;
            color: #fff
        }
        
        .s-item ul li a:hover p {
            color: #9f0507;
            font-weight: 600;
        }
        
        .web-box {
            width: 100%;
            background: url(../images/web.png) no-repeat;
            background-size: cover;
            padding-top: 100px;
            padding-bottom: 100px;
        }
        
        .web-t {
            margin-left: -105px;
            margin-right: -105px;
            font-size: 0;
        }
        
        .web li {
            position: relative;
        }
        
        .web-t li {
            display: inline-block;
            width: 25%;
        }
        
        .web li a {
            display: block;
            width: 165px;
            height: 165px;
            margin-left: auto;
            margin-right: auto;
            border: 1px solid #fff;
            border-radius: 50%;
            position: relative;
        }
        
        .quan {
            width: 165px;
            height: 165px;
            border-radius: 50%;
            border: 1px dashed #fff;
            position: absolute;
            top: -10px;
            left: -10px;
            animation: run 10s linear infinite;
            display: none;
        }
        
        @keyframes run {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }
        
        .xq {
            width: 14px;
            height: 14px;
            background-color: #fff;
            position: absolute;
            border-radius: 50%;
            top: 20px;
            right: 16px;
        }
        
        .web li .nq {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background-color: #fff;
            text-align: center;
            width: 145px;
            height: 145px;
            border-radius: 50%;
        }
        
        .web li a:hover .quan {
            display: block;
        }
        
        .web li a:hover .icon1 {
            display: none;
        }
        
        .web li:hover {
            border: none;
        }
        
        .web li a p {
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 26px;
            letter-spacing: 0px;
            color: #2f2f2f;
            margin-top: 14px;
        }
        
        .web-b {
            font-size: 0;
            padding-left: 85px;
            padding-right: 85px;
            margin-top: 55px;
        }
        
        .web-b li {
            display: inline-block;
            width: 33.333%;
        }
        
        .icons {
            position: relative;
            width: 100%;
            height: 76px;
            top: 15px;
            overflow: hidden;
        }
        
        .icons img {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
        }
        
        .icons img.icon1 {
            z-index: 2;
        }
        
        .icons img.icon2 {
            z-index: -1;
        }
        
        .web li a:hover {
            border: none;
        }
        
        .web li a:hover .nq {
            background-color: #f39800;
        }
        
        .web li a:hover p {
            color: #fff;
        }
        
        .web li:nth-child(odd)::after {
            content: "";
            position: absolute;
            width: 110px;
            height: 24px;
            background: url(../images/w1.png) no-repeat;
            top: 50%;
            right: -65px;
            transform: translateY(-50%);
        }
        
        .web li:nth-child(4)::after {
            display: none;
        }
        
        .web-b li:nth-child(3)::after {
            display: none;
        }
        
        .web li:nth-child(even)::after {
            content: "";
            position: absolute;
            width: 110px;
            height: 24px;
            background: url(../images/w2.png) no-repeat;
            top: 50%;
            right: -65px;
            transform: translateY(-50%);
        }
        
        .mor {
            padding-top: 55px;
            padding-bottom: 60px;
        }
        
        .mor-box .college-box {
            background-color: #fff;
            padding-top: 0;
            padding-bottom: 0;
        }
        
        .mor-tit {
            text-align: center;
            position: relative;
        }
        
        .mor-tit>h2 {
            line-height: 72px;
        }
        
        .mor-cn {
            font-family: MicrosoftYaHei-Bold;
            font-size: 30px;
            font-weight: 600;
            font-stretch: normal;
            line-height: 26px;
            letter-spacing: 0px;
            color: #9f0507;
        }
        
        .mor-en {
            position: absolute;
            top: 5px;
            left: 50%;
            transform: translateX(-50%);
            font-family: 'sySong';
            font-size: 51px;
            font-weight: normal;
            font-style: italic;
            font-stretch: normal;
            line-height: 26px;
            letter-spacing: 0px;
            color: #000000;
            opacity: 0.11;
        }
        
        .mor-c {
            padding-top: 28px;
        }
        
        .mor-c a {
            position: relative;
            display: block;
        }
        
        .mor-c a:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: url(../images/sr-tc.png) no-repeat center bottom;
            background-size: 100% auto;
            z-index: 2;
        }
        
        .mor-c a p {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 20px;
            font-size: 16px;
            color: #fff;
            text-align: center;
            z-index: 4;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .mor-c .mor-l a p {
            font-size: 24px;
        }
        
        .pic:hover img {
            transform: translate(-50%, -50%) scale(1.2);
        }
        
        .mor-l {
            float: left;
            width: 50%;
            margin-right: 2.4%;
        }
        
        .mor-l .pic {
            padding-top: 68.3%;
        }
        
        .mor-m {
            float: left;
            width: 23%;
        }
        
        .mor-m .pic {
            padding-top: 72%;
        }
        
        .mor-m .mor-m-t {
            margin-bottom: 13px;
        }
        
        .mor-r {
            float: right;
            width: 23%;
            position: relative;
        }
        
        .mor-r .pic {
            padding-top: 72%;
        }
        
        .mor-r .mor-r-t {
            margin-bottom: 13px;
        }
        
        .college-box {
            width: 100%;
            background-color: #f5f5f5;
            padding-top: 60px;
            padding-bottom: 50px;
        }
        
        .college-c ul li {
            float: left;
            width: 31%;
            height: 146px;
            background-color: #ffffff;
            position: relative;
            margin-top: 65px;
            border-radius: 5px;
        }
        
        .college-c ul li a {
            padding: 46px 36px 25px 31px;
            display: block;
            border-radius: 5px;
        }
        
        .college-c ul li a h2 {
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #000000;
            margin-bottom: 17px;
            overflow: hidden;
            text-overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
        }
        
        .college-c ul li a p {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 24px;
            letter-spacing: 0px;
            color: #000000;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }
        
        .college-c ul li:hover {
            background: url(../images/college-bj.png) no-repeat;
            background-position: right bottom;
            background-color: #a10303;
            box-shadow: 0px 0px 29px 0px rgba(1, 120, 92, 0.38);
        }
        
        .college-c ul li:hover h2 {
            color: #fff;
        }
        
        .college-c ul li:hover p {
            color: #fff;
        }
        
        .college-d {
            position: absolute;
            top: -30px;
            left: 33px;
            width: 80px;
            height: 59px;
            background-color: #f39800;
            padding: 10px;
            box-sizing: border-box;
        }
        
        .college-d p {
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 24px;
            letter-spacing: 0px;
            color: #ffffff;
        }
        
        .college-d span {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 24px;
            letter-spacing: 0px;
            color: #ffffff;
        }
        
        .college-c ul li:nth-child(3n+2) {
            margin-left: 3.2%;
            margin-right: 3.2%;
        }
        
        .college-box .study-tit {
            text-align: center;
            margin-bottom: 0;
            overflow: visible;
        }
        
        .college-box .study-tit h2 {
            position: relative;
            float: none;
            padding-top: 15px;
        }
        
        .college-box .study-tit h2 span {
            position: relative;
            font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ";
            font-weight: bold;
            z-index: 4;
        }
        
        .college-box .study-tit h2 span.tit-en {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            font-size: 50px;
            text-transform: uppercase;
            z-index: 0;
        }
        
        .college-box .study-tit a {
            display: inline-block;
            float: none;
            margin-top: 50px;
            text-align: center;
        }
        
        .mor-c a:hover img {
            transform: translate(-50%, -50%) scale(1.2);
        }
        
        @media screen and (max-width: 1480px) {
            .web-t {
                margin-left: 0;
                margin-right: 0;
            }
        }
        
        @media screen and (max-width: 1300px) {
            .study-banner {
                width: 320px;
            }
            .study-list ul li a {
                line-height: 43px;
            }
            .tit-cn {
                font-size: 22px;
            }
            .tit-en {
                font-size: 18px;
            }
            .s-item ul li a {
                padding: 5px 0;
            }
            .web li:nth-child(odd)::after {
                width: 65px;
                background-size: 65px auto;
                right: -30px;
            }
            .web li:nth-child(even)::after {
                width: 65px;
                background-size: 65px auto;
                right: -30px;
            }
        }
        
        @media screen and (max-width:1000px) {
            .study-list {
                float: none;
                overflow: hidden;
                width: auto;
            }
            .study-lc {
                overflow: hidden;
            }
            .study-l {
                float: none;
                width: auto;
            }
            .study-r {
                float: none;
                width: auto;
            }
            .study-box {
                padding-top: 15px;
                padding-bottom: 15px;
            }
            .web-t li:nth-child(odd)::after {
                display: none;
            }
            .web-t li:nth-child(2)::after {
                display: none;
            }
            .web-b li:first-child::after {
                display: none;
            }
            .web-box {
                height: auto;
            }
            .web-b li:nth-child(2)::after {
                display: none;
            }
            .web-box {
                padding-top: 15px;
                padding-bottom: 15px;
            }
            .mor {
                padding-top: 15px;
                padding-bottom: 15px;
            }
            .college-c ul li {
                width: 48%;
            }
            .college-c ul li:nth-child(3n+2) {
                margin-left: 0;
                margin-right: 0;
            }
            .college-c ul li:nth-child(2n) {
                margin-left: 4%;
            }
            .college-box {
                padding-top: 15px;
                padding-bottom: 15px;
            }
            .pic-date {
                padding: 0;
                width: 50px;
                height: 50px;
                text-align: center;
            }
            .pic-d1 {
                font-size: 14px;
            }
        }
        
        @media screen and (max-width:760px) {
            .study-banner {
                float: none;
                width: auto;
            }
            .study-tit {
                margin-bottom: 10px;
            }
            .study-list {
                float: none;
                width: auto;
            }
            .mor-l {
                float: none;
                width: auto;
                margin-right: 0;
            }
            .mor-m {
                width: 48%;
                margin-top: 10px;
            }
            .mor-r {
                width: 48%;
                margin-top: 10px;
            }
            .mor-c .mor-l a p {
                font-size: 16px;
            }
            .mor-c a p {
                font-size: 14px;
            }
            .college-box .study-tit h2 span.tit-en {
                font-size: 24px;
            }
            .college-c ul li {
                float: none;
                width: auto;
            }
            .college-c ul li:nth-child(2n) {
                margin-left: 0;
            }
            .college-box .study-tit a {
                margin-top: 15px;
            }
            .web-t li {
                width: 50%;
                margin-bottom: 10px;
            }
            .web-b {
                padding-left: 0;
                padding-right: 0;
                margin-top: 10px;
            }
            .web-b li {
                width: 50%;
                margin-bottom: 10px;
            }
            .web li a {
                width: 140px;
                height: 140px;
            }
            .web li .nq {
                width: 120px;
                height: 120px;
            }
            .icons {
                height: 50px;
            }
            .icons img {
                height: 50px;
            }
            .web li a p {
                margin-top: 25px;
                font-size: 14px;
            }
        }
