@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background-color: #fff;
}



li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}


.wap {
    display: none;
}


body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}


/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}


/* index */
.index a {
    display: block;
}

.index {
    display: flex;
    position: relative;
    background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/index-bj.jpg) no-repeat 0 0;
    background-size: cover;
}

.index-left {
    width: 173px;
    background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/nav-bj.png) no-repeat #96070B;
    background-position: center 700px;
}

.logo {
    text-align: center;
    padding: 25px 0;
}

.index-right {
    width: calc(100% - 173px);
    background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/index-bot.png) no-repeat left bottom;
    background-size: 100%;
}

.side-nav ul li.active a {
    font-weight: 600;
}

.side-nav ul li a {
    line-height: 45px;
    color: #FFFFFF;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.side-nav ul li a img {
    vertical-align: middle;
    margin-right: 10px;
}

.side-nav ul li {
    position: relative;
}

.side-nav ul li::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0 99px 99px 0;
    background-color: #B8555A;
    z-index: 0;
    transition: all 0.3s;
}

.side-nav ul li.active::after {
    width: 85%;
}

.side-nav ul li:hover:after {
    width: 85%;
}

/* index-right */

.head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0px 4px 10px 0px rgba(150, 7, 11, 0.2);
}

.head h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #393939;
    line-height: 50px;
}

.head .user {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.head .user span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #393939;
    display: block;
    padding-left: 10px;
    padding-right: 36px;
    background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/arrow.png) no-repeat right 10px center;
    transition: all 0.5s;
}


.head .user:hover span {
    background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/arrow.png) no-repeat right 0px center;
}


.info {
    position: relative;
    font-size: 0;
}

.info>div {
    display: inline-block;
    vertical-align: middle;
}

.info .date h3 {
    padding: 0 8px;
    line-height: 45px;
    font-size: 28px;
    color: #FFFFFF;
    background-color: #96070B;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-weight: normal;
}

.info .date div {
    display: inline-block;
    vertical-align: middle;
}

.info .date div b {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #393939;
}

.info .date div span {
    font-size: 12px;
    display: block;
    color: #393939;
}

.mid {
    padding: 30px;
}

.tq {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid rgba(143, 96, 97, 0.3);
    line-height: 32px;

}

.tq span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 14px;
}

.tq .province {

    font-weight: 350;
    line-height: 20px;
    color: #393939;
    padding-right: 25px;
    background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/sun.png) no-repeat right center;
}

.tq .temperature {
    font-size: 25px;
    color: #393939;
    font-weight: 600;
}

.tq .wind {
    font-weight: 350;
    line-height: 20px;
    color: #393939;
}

.tq .scale {
    background: #3CA861;
    line-height: 22px;
    padding: 0 6px;
    color: #fff;
    border-radius: 2px;
}

.s1 {
    position: relative;
}

.more-news {
    background-color: #96070B;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
    width: 142px;
    text-align: center;
}



.more-news a {
    line-height: 52px;
    font-size: 18px;
    color: #FFFFFF;
    transition: all 0.5s;
}

.more-news a img {
    vertical-align: -2px;
    margin-left: 15px;
}

.more-news a:hover {
    letter-spacing: 2px;
    opacity: 0.8;
}

.s1-c {
    margin-top: 20px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0px rgba(130, 92, 93, 0.15);
}

.s1-banner {
    width: 66%;
}

.s1-banner .pic {
    padding-top: 50%;
}

.s1-banner a {
    position: relative;
}

.banner-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 20px;
}

.banner-info p {
    line-height: 55px;
    font-size: 28px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-list {
    width: 34%;
    padding-left: 30px;
}

.s1-banner .slick-dots {
    text-align: right;
    padding: 15px;
}

.s1-banner .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.s1-banner .slick-dots li.slick-active {
    background-color: #96070B;
}

.s1-date b {
    font-size: 32px;
    color: #96070B;
    display: block;
    font-weight: 500;
}

.s1-date span {
    font-size: 12px;
    color: #666666;
    display: block;
}

.s1-date {
    width: 70px;
    text-align: center;
}

.s1-tx {
    width: calc(100% - 70px);
    border-left: 1px solid #DEDCDC;
    padding-left: 15px;
}

.s1-list ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s1-tx h3 {
    font-size: 15px;
    font-weight: 600;
    color: #393939;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}

.s1-tx p {
    font-size: 12px;
    color: #666666;
    line-height: 15px;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s1-list ul li {
    margin-bottom: 55px;
}

.s1-list ul li:last-child {
    margin-bottom: 0;
}

.s1-tx h3:hover {
    color: #96070B;
}

.tit {
    position: relative;
    padding: 0 20px;
    border-bottom: 1px solid #E1D9D9;
}

.tit b {
    font-size: 20px;
    font-weight: bold;
    color: #96070B;
    line-height: 55px;
}

.tit a {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 12px;
    color: #393939;
    line-height: 55px;
}

.tit a:hover {
    color: #96070B;
}

.s2-date {
    text-align: center;
    border: 1px solid #96070B;
    border-radius: 6px;
    padding: 5px;
    width: 60px;
}

.s2-date b {
    font-size: 24px;
    color: #96070B;
    display: block;
    font-weight: 500;
}

.s2-date span {
    font-size: 12px;
    color: #96070B;
    display: block;
}

.s2-tx {
    width: calc(100% - 80px);
}

.s2-item ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #000000;
}

.s2-link ul li a {
    padding-left: 20px;
    background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/link.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-item ul li a:hover {
    color: #96070B;
}

.s2-media ul li a {
    justify-content: flex-start;
    background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/tx-zzc.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 30px;
}

.s2-media ul li a img {
    margin-right: 30px;
}

.s2-tx p {
    font-size: 16px;
    color: #393939;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s2-item ul li {
    margin-top: 20px;
}

.s2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-item {
    width: 32%;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(102, 83, 83, 0.2);
    border-radius: 10px;
    margin-top: 20px;
}

.s2>div {
    width: 32%;
}

.s2-item ul {
    padding: 25px;
    padding-top: 0;
}

.s2-item ul li a:hover p {
    color: #96070B;
}

.s3 {
    margin-top: 20px;
}

.s3 .more-news {
    position: static;
    float: right;
    transform: translate(0);
    width: 180px;
}

.foot {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    padding-top: 5px;
}

.foot>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.foot p {
    font-size: 16px;
    color: #393939;
    line-height: 32px;
}

.foot>div>div>p {
    display: inline-block;
}

/* 登录 */
.login-wrap a {
    display: block;
    float: left;
    margin:5px 10px 0;
}

.login-wrap {
    background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/login-bj.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.login {
    width: 400px;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.login form {
    width: 424px;
    margin: 0 auto;
}

.login form h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    /* 外部/主色 */
    color: #96070B;
    margin-bottom: 10px;
}

.dl-logo{
    width: 731px;
    position: absolute;
    top: 20px;
    left: 30px;
}
.login-wrap .login .dl-logo .title{
	float:left;
	font-size:28px;
	color:#fff;
	margin-top:20px;
}

.login-wrap .login .dl-logo .line{
	height: 50px;
	border-left:1px solid #fff;
	float: left;
	width:20px;
	margin:15px 0 0 0px;
}
.motto{
    position: absolute;
    left: 35%;
    bottom: 18%;
}

.ipt-tx,
.ipt-psd {
    box-sizing: border-box;
    border: 1px solid #C92606;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ipt-tx::after,
.ipt-psd::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 18%;
    width: 1px;
    height: 22px;
    transform: translateY(-50%);
    background-color: #D4D4D4;
}

.ipt-tx {
    background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/user.png) no-repeat #FFFBFA 20px center;
}

.ipt-psd {
    background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/psd.png) no-repeat #FFFBFA 20px center;
}

.ipt-tx input,
.ipt-psd input {
    width: 80%;
    height: 48px;
    background-color: transparent;
    font-size: 16px;
    padding-left: 10px;

}

.ico-psd,
.ico-user {
    display: block;
    width: 20%;
    height: 100%;
}

.login-btn {
    width: 300px;
    margin: 0 auto;
    line-height: 55px;
    background: #96070B;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    /*margin-bottom: 30px;*/
    margin-top: 10px;
}


.login .code {
    width: 100%;
}

.forget {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    text-align: left;
    padding-left: 65px;
}

.code h2 {
    font-size: 24px;
    font-weight: bold;
    color: #96070B;
    margin-bottom: 10px;
}

.code .ewm {
    width: 284px;
  /*  height: 284px; */
    margin: 0 auto;
}



@media screen and (max-width:1400px) {
    .s1-list ul li {
        margin-bottom: 30px;
    }

}




@media screen and (max-width:1300px) {
    .s1-list ul li {
        margin-bottom: 20px;
    }
}


@media screen and (max-width:1200px) {
    .s1-list ul li {
        margin-bottom: 20px;
    }

    .s1-banner {
        width: 100%;
        margin-bottom: 20px;
    }

    .s1-list {
        width: 100%;
        padding-left: 0;
    }

    .s1-tx h3 {
        width: 100%;
        white-space: nowrap;
        display: block;
    }

    .s2>div {
        width: 49%;
    }

    .s2-item {
        width: 49%;
    }
}



@media screen and (max-width:900px) {

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }


    .wap {
        display: block;
        background: #96070B;
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        z-index: 9;
    }

    .wap h3 {
        line-height: 60px;
        text-align: center;
        font-size: 18px;
        color: #FFFFFF
    }

    .wap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

    .wap a {
        width: 24px;
        height: 24px;

    }

    .wap a.back {
        background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/back.png) no-repeat;
        background-position: center center;
        transform: scale(1.3);
    }

    .wap a.menu {
        background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/menu.png) no-repeat;
        background-position: center center;
        background-size: 24px;
        opacity: 0.8;
    }

    .wap a.close {
        background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/close.png) no-repeat;
        background-position: center center;
        background-size: 24px;
        opacity: 0.8;
    }

    .index-left {
        position: fixed;
        z-index: 98;
        height: 100%;
        left: -100%;
        transition: all 0.5s;
    }

    .index-left.show {
        left: 0;
    }

    .index-right {
        width: 100%;
    }


    .foot>div {
        display: block;
        text-align: center;
        border: none;
    }

    .foot p {
        line-height: 32px;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        color: #393939;
    }

    .foot {
        padding: 0 10px;
        padding-bottom: 20px;
        background-color: transparent;
    }

    .index-right {
        background: transparent;
    }

    .head {
        display: none;
    }
}





@media screen and (max-width:768px) {

    .s2>div {
        width: 100%;
    }

    .s1 .more-news {
        position: static;
        width: 100%;
        margin-top: 25px;
    }

    .s1-c {
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }

    .s1-list {
        padding: 20px;
        background: #FFFFFF;
        box-shadow: 0px 2px 5px 0px rgba(102, 83, 83, 0.2);
        border-radius: 10px;
    }

    .s1-list ul li {
        margin-bottom: 41px;
    }

    .banner-info p {
        font-size: 16px;
    }

    .info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tq {
        border: none;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-left: 0;
        margin-left: 0;
        width: 130px;
    }

    .tq span {
        font-size: 12px;
        margin: 0;
    }

    .tq .temperature {
        order: -1;
        width: 100%;
        text-align: right;
        font-size: 24px;
    }

    .mid {
        padding: 20px 12px;
    }
}

@media screen and (max-width:640px) {
    .login {
        width: 100%;
    }

    .login,
    .login-wrap {
        height: 100%;
        min-height: 960px;
    }

    .login form {
        width: 80%;
        margin: 0 auto;
    }

    .ipt-tx,
    .ipt-psd {
        width: 100%;
    }

    .login-btn {
        width: 100%;
    }

    .ipt-tx::after,
    .ipt-psd::after {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .banner-info p {
        font-size: 14px;
    }

    .s1-tx h3 {
        font-size: 14px;
        white-space: normal;
        line-height: 20px;
        height: 40px;
    }

    .s1-tx p {
        font-size: 12px;
    }

    .s2-tx p {
        font-size: 14px;
    }

    .s1-banner .slick-dots {
        display: none !important;
    }

    .banner-info p {
        max-width: none;
        text-align: center;
        line-height: 32px;
    }

    .s3 .more-news {
        width: 100%;
    }


    .s2-media ul li {
        width: 30%;
    }

    .s2-media ul li a {
        padding: 15px 0;
        justify-content: center;
    }

    .s2-media ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .s2-media ul li a img {

        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .s2-media ul li a p {
        width: 100%;
        text-align: center;
    }


    .s2-media,
    .s2-link {
        background: url(https://vpn.cupl.edu.cn/https/77726476706e69737468656265737421f3f60f9f3220641e7b0c9ce29b5b/tpass/comm/se/images/s2-link.png) no-repeat;
        background-size: 100% 100%;
    }
}


































































































































.statistical-analysis-of-data {
    width: auto !important;
    max-width: 1200px;
    overflow-x: hidden;
    max-width: 1920px;
}








@media screen and (max-width:1200px) {
    .dl-logo{
        position: static;
        margin: 20px auto;
        max-width: 85%;
    }

    .login{
        position: relative;
        z-index: 9;
    }
    .motto{
        display: none;
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width: 1023px) {
    body {
        min-width: 100%;
    }
}

@media screen and (max-width: 900px) {
    body {
        padding-top: 0;
    }
}

@media screen and (max-width: 640px) {
	.dl-logo{display:none;}
	.login .code{float:left;}
	.login-wrap a{margin:0;padding:0;}
    .logo-box{
        /* display: block; */
        height: 80px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .logo-box img{
        width: 160px;
    }
    .login form h2 {

        margin-bottom: 20px;
    }
    .forget {
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        text-align: left;
        padding-left: 10px;
        margin: 0 0 9px;
    }
    .code h2 {
        font-size: 24px;
        font-weight: bold;
        color: #96070B;
        margin-bottom: 20px;
    }
    .login {
        width: 100%;
    }

    .code .ewm {
        width: 280px;
        height: 280px;
        margin: 0 auto;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
    }
    .code .ewm div iframe{
        width: 100%;
        height: 100%;
        margin: -3px 0 3px 0;
       /* margin-top: -16px;*/
    }
    .code .ewm div{
    height: 280px;
    background-color: #fff;
}

    .ipt-tx input,
    .ipt-psd input {

        height: 58px;

    }

    .login {
        width: 100%;
        height: 100%;
        margin-left: 0;

        background: rgba(255, 255, 255, 0.8);
        display: block;

    }
    .logo-box{
        /*height: 160px;*/
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ipt-tx, .ipt-psd {

        margin-bottom: 15px;
    }
    .login-btn {

        margin-bottom: 15px;
        margin-top: 0;
    }
}
.logo-box{
    display: none;
}


