@media screen and (min-width: 751px) {
    .box {
        overflow: hidden;
    }

    .box1 {
        display: block !important;
    }

    .box2 {
        display: none !important;
    }

    .nav-w {
        padding: 0 3%;
    }

    .Shuffling-figure {
        width: 100%;
        height: 660px;
        position: relative;
    }

    .introduce {
        position: absolute;
        bottom: 130px;
        left: 160px;
        width: 560px;
        height: 270px;
        /*opacity: 0.6;*/
        padding: 60px 40px;
        z-index: 99;
        box-shadow: 0 3px 8px -1px #8883;
        background-color: rgba(241, 247, 255, .6);

    }

    .item img {
        width: 100% !important;
        height: 660px !important;
    }

    .top-txt {
        font-family: 微软雅黑;
        font-size: 30px;
        font-weight: bold;
        color: #444444;
        /*padding-top: 60px;*/
    }

    .content-txt {
        font-family: 微软雅黑;
        font-size: 18px;
        padding-top: 26px;
        line-height: 1.6;
        letter-spacing: 1px;
        color: #444444;
        /*text-overflow:ellipsis;*/
        /*-o-text-overflow:ellipsis;*/
        /*overflow: hidden;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 3;*/
    }

    .announcement-box {
        background-image: url(../images/announcement-bg.jpg);
        background-repeat: no-repeat;
        background-size: 100% 600px;
        width: 100%;
        /*height: 600px;*/
        border: none;
    }

    .announcement-list1 {
        /*margin-left: 95px;*/
    }

    .announcementFlex {
        display: flex;
        justify-content: space-between;
    }

    .announcement-list {
        width: 90vw;
        max-width: 655px;
        height: 600px;
        padding: 55px 0 80px 0;
    }

    .new-announcement {
        width: 97%;
        margin-bottom: 20px;
    }

    .new-announcement .title {
        font-size: 30px;
        color: #333;
        font-weight: bold;
    }

    .new-announcement .notice {
        font-size: 20px;
        color: #333;
        margin-left: 20px;
    }

    .new-announcement .more {
        font-size: 20px;
        color: #5e8ed6;
        float: right;
        line-height: 50px;
    }

    .Img-List-box {

    }

    .Img-List-box .list {
        display: flex;
        width: 100%;
        height: 80px;
        /*border-bottom: 1px dashed #cad5dc;*/
        background-image: linear-gradient(to right, transparent 50%, transparent 0%),
        linear-gradient(transparent 50%, transparent 0%),
        linear-gradient(to left, transparent 50%, #cad5dc 0%),
        linear-gradient(to top, transparent 50%, transparent 0%);
        background-position: top, right, bottom, left;
        background-size: 20px 1px, 1px 20px, 14px 1px, 1px 20px;
        background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    }

    .Img-List-box .list .img {
        width: 63px;
        height: 54px;
        background-image: url(../images/message-1.png);
        margin: auto 0;
        color: #dbe6f7;
        font-size: 15px;
        padding: 5px 10px 0 0;
        text-align: center;
    }

    .Img-List-box .list .img2 {
        background-image: url(../images/message-2.png);
    }

    .Img-List-box .list .img .p1 {
        color: #fff;
        font-weight: bold;
    }

    .Img-List-box .list .span {
        font-size: 18px;
        color: #000004;
        line-height: 80px;
        margin-left: 20px;
        cursor: pointer;
        overflow: hidden; /* 将超出的内容隐藏 */
        white-space: nowrap; /*  禁止文字自动换行 */
        text-overflow: ellipsis; /* 多余的文字显示为省略号 */
    }

    .Img-List-box .list .span:hover {
        color: #5e8ed6;
        text-decoration: underline;
    }

    .channel-box {
        width: 100%;
        height: 545px;
        background-color: #e7f3ff;
        overflow: hidden;
    }

    .title-zs {
        width: 125px;
        height: 80px;
        font-family: 微软雅黑;
        margin: 60px auto 50px;
    }

    .channel-box img {
        /*width: 650px;*/
        width: 49%;
        max-width: 650px;
        transition: All 0.5s ease-in-out;
        -webkit-transition: All 0.5s ease-in-out;
        -moz-transition: All 0.5s ease-in-out;
        -o-transition: All 0.5s ease-in-out;
    }

    .channel-box img:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

    .t1 {
        font-size: 30px;
        font-weight: bold;
        color: #333333;
    }

    .t2 {
        font-size: 20px;
        color: #333333;
    }

    .img-center {
        margin: 0 35px;
    }

    .big-bg {
        width: 100%;
        /*height: 2010px;*/
        background-image: url(../images/big-bg.jpg);
        /*overflow: hidden;*/
    }

    .policy-box {
        margin: 80px auto 200px;
        height: 465px;
        position: relative;
        background-image: url(../images/policy-Big-bg.png);
    }

    .common-sty {
        width: 49.5%;
        height: 465px;
        padding: 60px 50px 0 50px;
    }

    .policy-title {
        font-size: 30px;
        color: #fff;
        font-weight: bold;
    }

    .policy-title .notice {
        font-size: 20px;
        color: #fff;
        margin-left: 20px;
        font-weight: normal;
    }

    .policy-title .more {
        font-size: 20px;
        color: #002c6e;
        float: right;
        line-height: 50px;
        font-weight: normal;
    }

    .policy-title .title1 {
        color: #000;
    }

    .policy-title .notice1 {
        color: #000;
    }

    .policy-title .more1 {
        color: #17735c;
    }

    .policy-title .more1 a {
        color: #17735c;
    }

    .policy {
        /*background-image: url(../images/policy-bg.png);*/
        /*opacity:0.5;*/
        position: absolute;
        top: 0;
        left: 0;
    }

    .list-box-sty {
        margin-top: 40px;
    }

    .policyList {
        position: relative;
        height: 85px;
        width: 100%;
    }

    .policyList .message {
        position: absolute;
        left: 112px;
        height: 84px;
        width: 510px;
        line-height: 84px;
        color: #f8f9ff;
        font-size: 20px;
        padding-left: 20px;
        cursor: pointer;
    }

    .policyList .message:hover {
        color: #ffdf87;
        background-color: rgba(66, 150, 238, 0.2);
    }

    .policyList .icon {
        position: absolute;
        top: 50%;
        bottom: 50%;
        width: 12px;
        height: 12px;
        background: #aeceff;
        margin: auto 0;
    }

    .data-list {
        position: absolute;
        left: 10px;
        width: 100px;
        height: 84px;
        text-align: center;
        margin: 10px 0;
    }

    .data-list .p1 {
        font-size: 30px;
        color: #ffd050;
        font-weight: bold;
    }

    .data-list .span {
        font-size: 14px;
        color: #e5ebf5;
    }

    .list-box-sty2 {
        margin-top: 20px;
    }

    .list-box-sty2 .policyList2 {
        /*position: relative;*/
        display: flex;
        align-items: center;
        height: 60px;
        width: 100%;
    }

    .list-box-sty2 .policyList2 .message {
        /*position: absolute;*/
        /*left: 150px;*/
        /*height: 60px;*/
        width: 400px;
        /*line-height: 60px;*/
        color: #000;
        font-size: 20px;
        padding-left: 20px;
        margin-right: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .list-box-sty2 .policyList2 .message:hover {
        color: #429c85;
        text-decoration: underline;
    }

    .glyphicon-down {
        /*position: absolute;*/
        /*left: 570px;*/
        margin-top: 20px;
        color: #287e69;
        cursor: pointer;
    }

    .list-box-sty2 .policyList2 .icon {
        /*position: absolute;*/
        /*top: 50%;*/
        /*bottom: 50%;*/
        width: 12px;
        height: 12px;
        background: #429c85;
        margin: auto 0;
    }

    .list-box-sty2 .policyList2 .message:hover {
        cursor: pointer;
    }

    .data-list1 {
        /*position: absolute;*/
        /*left: 10px;*/
        width: 150px;
        height: 60px;
        text-align: center;
    }

    .data-list1 .p1 {
        font-size: 20px;
        color: #429c85;
        line-height: 60px;
    }

    .file {
        /*background: #dcf0ee;*/
        /*opacity: 0.6;*/
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 60px 50px 0 90px;
    }

    .ka-box {
        position: relative;
        height: 900px;
        /*padding-top: 70px;*/
    }

    .go-school {
        position: absolute;
        top: 0;
        left: 10px;
        width: 685px;
        height: 730px;
    }

    .kd-title {
        padding: 130px 0 50px 0;
        font-family: 微软雅黑;
        color: #333;
    }

    .ka-t1 {
        font-size: 30px;
        font-weight: bold;
    }

    .ka-t2 {
        font-size: 20px;
    }

    .kd-introduce-box {
        width: 580px;
        font-size: 16px;
        font-family: 微软雅黑;
        color: #444;
    }

    .kd-introduce {
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 12;*/
        /*overflow: hidden;*/
        text-indent: 2em;
        margin: 20px 0;
    }

    .right-nav {
        position: absolute;
        top: 120px;
        right: 55px;
        width: 670px;
        height: 730px;
        margin-right: -35px;
        /*padding: 30px 0;*/
    }

    .right-nav-box {
        position: relative;
    }

    .positioning1 {
        position: absolute;
        right: 25px;
        width: 565px;
        height: 565px;
        margin: auto;
        border: 3px solid #DBEBF8;
        border-radius: 565px;
        overflow: hidden;
        padding: 135px;
    }

    .img-positioning {
        width: 292px;
        height: 292px;
        border-radius: 292px;
        background-image: url(../images/round-bg.jpg);
    }

    .positioning-common {
        width: 155px;
        height: 155px;
        border-radius: 100%;
        text-align: center;
        padding: 40px 0;
        cursor: pointer;
        transition: All 0.5s ease-in-out;
        -webkit-transition: All 0.5s ease-in-out;
        -moz-transition: All 0.5s ease-in-out;
        -o-transition: All 0.5s ease-in-out;
    }

    .positioning-common:hover {
        transform: scale(1.1);
    }

    .positioning2 {
        position: absolute;
        left: 50px;
        top: 20px;
        background: linear-gradient(45deg, #907de4, #21dfd1);
        box-shadow: 0 10px 25px 0 #b1bff4;
    }

    .positioning3 {
        position: absolute;
        left: 30px;
        top: 320px;
        background: linear-gradient(45deg, #ee727d, #fda23f);
        box-shadow: 0 10px 25px 0 #e6b8b2;
    }

    .positioning4 {
        position: absolute;
        left: 274px;
        top: 475px;
        background: linear-gradient(45deg, #008aff, #00d8ff);
        box-shadow: 0 10px 25px 0 #b6cae8;
    }

    .positioning5 {
        position: absolute;
        left: 520px;
        top: 340px;
        background: linear-gradient(45deg, #64cd9a, #ffd863);
        box-shadow: 0 10px 25px 0 #a2d2a9;
    }

    .positioning6 {
        position: absolute;
        left: 560px;
        top: 89px;
        background: linear-gradient(45deg, #3bb5b6, #42e397);
        box-shadow: 0 10px 25px 0 #a0e9c3;
    }

    .positioning7 {
        position: absolute;
        left: 342px;
        top: -72px;
        background: linear-gradient(45deg, #9964eb, #90baff);
        box-shadow: 0 10px 25px 0 #a7abe8;
    }

    .icon-jlt {
        margin: 0 auto;
    }

    .name-icon {
        font-size: 18px;
        color: #fff;
    }

    .icon-search {
        margin-top: -3px !important;
    }

    .score {
        position: relative;
        height: 235px;
    }

    .HistoryScore {
        position: absolute;
        width: 490px;
        height: 275px;
        background-image: url(../images/score-bg1.png);
        border-bottom: 5px solid #3cbdb1;
        display: flex;
    }

    .ScoreTitle {
        height: 140px;
        width: 26px;
        font-size: 26px;
        color: #3cbdb1;
        margin: 40px 25px 0 25px;
    }

    .ScoreList {
        width: 385px;
        height: 220px;
        margin: 35px 0 0 30px;
        overflow: hidden;
    }

    .ScoreList ul {
        width: 385px;
        height: 220px;
        overflow: auto;
    }

    .ScoreList ul::-webkit-scrollbar {
        /*undefined;*/
        width: 4px;
        /*height: 4px;*/
    }

    .ScoreList ul::-webkit-scrollbar-thumb {
        /*undefined;*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.2);
    }

    .ScoreList ul::-webkit-scrollbar-track {
        /*undefined;*/
        -webkit-box-shadow: inset 0 0 5px rgb(255, 255, 255);
        border-radius: 0;
        background: rgb(255, 255, 255);

    }

    .ScoreList ul li {
        position: relative;
        font-size: 16px;
        color: #444444;
        line-height: 38px;
        /*list-style-type:none;*/
        text-decoration: underline
    }

    .ScoreList ul li:hover {
        color: #3cbdb1;
        cursor: pointer;
    }

    .ScoreList ul li::marker {
        color: #3cbdb1;
    }

    .score-0 {
        position: relative;
        /*position: absolute;*/
        /*top: 125px;*/
        width: 32%;
        max-width: 415px;
        height: 170px;
        color: #fff;
        font-size: 24px;
        padding-left: 165px;
        line-height: 145px;
        transition: All 0.5s ease-in-out;
        -webkit-transition: All 0.5s ease-in-out;
        -moz-transition: All 0.5s ease-in-out;
        -o-transition: All 0.5s ease-in-out;
    }

    .score-0:hover {
        cursor: pointer;
        transform: scale(1.1);
    }

    .score-1:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 5px;
        width: 440px;
        background-color: #93ce8f;
        left: 50%;
        transform: translateX(-50%);
    }

    .score-2:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 5px;
        width: 440px;
        background-color: #ffb554;
        left: 50%;
        transform: translateX(-50%);
    }

    .score-3:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 5px;
        width: 440px;
        background-color: #8facff;
        left: 50%;
        transform: translateX(-50%);
    }

    .score-1 {
        /*left: 10px;*/
        /*background-image: url(../images/score-bg2.png);*/
        background: url(../images/score-bg2.png) no-repeat center top;
        background-size: 100% 100%;
        /*border-bottom: 5px solid #93ce8f;*/
    }

    .score-2 {
        /*right: 12px;*/
        background-image: url(../images/score-bg3.png);
        /*border-bottom: 5px solid #ffb554;*/
    }

    .score-3 {
        /*left: 50%;*/
        /*margin-left: -207.5px;*/
        background-image: url(../images/score-bg4.png);
        /*border-bottom: 5px solid #8facff;*/
    }

    .glyphicon1 {
        position: relative;
        top: 1px;
        left: 20px;
        font-size: 15px;
    }

    .english {
        position: absolute;
        bottom: 50px;
        left: 125px;
        width: 950px;
        height: 135px;
        background-image: url(../images/yddd-wz-pic_05.png);
    }

    html {
        min-width: 1345px !important;
        /*overflow-x: hidden*/
    }

    /*::-webkit-scrollbar {display:none}*/
    /*body {*/
    /*    -ms-overflow-style: scrollbar;*/
    /*}*/
    .w {
        width: 1350px !important;
        margin: 0 auto !important;
    }

    .w1 {
        /*padding: 0 10px !important;*/
        width: 1300px !important;
        margin: 0 auto !important;
    }

    body {
        margin: 0;
        padding: 0;
    }

    /*头部*/
    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*position: relative;*/
        /*top: 0;*/
        width: 100%;
        /*min-width: 1300px !important;*/
        height: 120px;
        background-color: #6BA1F3;
        z-index: 999 !important;
    }

    .box1 {
        display: block !important;
    }

    .box2 {
        display: none !important;
    }

    .nav-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    #had1 {
        display: none;
        position: fixed;
        z-index: 999;
        height: 90px;
    }

    #nav-box1 {
        padding-top: 0;
    }

    #imgLogo1 {
        margin-top: 0;
    }

    .logoImg {
        width: 375px;
        /*background: url("../images/logo1.png");*/
        /*width: 20%;*/
        /*position: absolute;*/
        /*height: 95px;*/
        /*left: 80px;*/
        /*max-width: 375px;*/
        /*top: 50%;*/
        /*-webkit-transform: translateX(0) translateY(-50%);*/
    }

    .list-nav {
        width: 1200px;
        /*flex: 1;*/
        /*position: absolute;*/
        /*bottom: 0;*/
        /*left: 50%;*/
        /*元素宽度的一半*/
        /*margin-left: -25vw;*/
        display: flex;
        justify-content: space-between;
        line-height: 70px;
        font-family: 微软雅黑;
        font-size: 18px;
        color: #ffffff;
        margin: 0 4% 0 4%;
        min-width: 0 !important;
        padding-top: 19px;
        /*width: 50vw;*/
    }

    .xl-mune {
        width: 100%;
        /*height: 145px;*/
        /*background: #5b96ee;*/
        background-color: rgba(91, 150, 236, 0.45);
        position: absolute;
        z-index: 999;
        list-style: none !important;
        text-align: center;
        padding: 10px 0 25px 0;
        /*margin-top: 5px;*/
        line-height: 40px;
    }

    .xl-mune:last-child {
        padding-bottom: 0;
    }

    .xl-mune li {
        width: 100%;
        overflow: hidden;
        white-space: nowrap; /*  禁止文字自动换行 */
        text-overflow: unset; /* 多余的文字显示为省略号 */
        text-align: center;
        /*height: 40px;*/
        font-size: min(.9vw, 18px);
        color: #fff;
        font-weight: normal;
    }

    .xl-mune li:hover {
        color: #ffd87a;
        cursor: pointer;
        font-weight: normal;
    }

    .nav-txt {
        position: relative;
        flex: 1;
        /*margin: 0 30px;*/
        border-top: 5px solid #6ba1f3;
        cursor: pointer;
        /*width: 90px;*/
        /*min-width: 78px;*/
        height: 100px;
        /*padding: 0 5px;*/
        text-align: center;
        /*font-size: 1.2vw;*/
        font-size: min(1.2vw, 20px);
        margin-right: 5px;
    }

    .nav-txt p {
        height: 100%;
        margin-bottom: 0;
    }

    .nav-txt:last-child {
        /*margin-right: 4%;*/
    }

    .nav-txt:hover {
        color: #ffd87a;
        font-weight: bold;
        border-top: 5px solid #ffd87a;
        background-color: #5b96ee;
    }

    .ipt-Box {
        display: flex;
        align-items: center;
        /*position: absolute;*/
        /*right: 170px;*/
        /*top: 50%;*/
        /*margin-top: -17px;*/
    }

    .ipt-Box1 {
        /*position: absolute;*/
        /*right: 100px;*/
        /*top: 50%;*/
        /*margin-top: -17px;*/
    }

    .input-box {
        position: relative;
        width: 13vw !important;
        max-width: 280px;
        height: 40px;
        margin-top: -3px;
    }

    .search {
        width: 100%;
        height: 100%;
        /*position: absolute;*/
        padding: 0 35px 0 20px;
        border-radius: 40px;
        border: 1px solid #e5e5e5;
        background-color: #6BA1F3;
        color: #ffffff;
    }

    .search:focus {
        outline: none;
        /*outline: 1px solid #fff;*/
    }

    .search::-webkit-input-placeholder { /* WebKit browsers */
        color: #e5e5e5;
    }

    .icon-search {
        float: right;
        right: 14px;
        top: -24px;
        color: #fff;
        margin-top: 10px;
        font-size: 18px;
        cursor: pointer;
    }

    .language {
        /*position: absolute;*/
        /*top: 0;*/
        /*bottom: 0;*/
        /*right: 80px;*/
        width: 65px;
        height: 40px;
        /*margin: auto 0;*/
        margin-left: 20px;
        border: 1px solid #ffffff;
        border-radius: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        cursor: pointer;
    }

    /*页面大图*/
    .content-bg {
        width: 100%;
        min-width: 1300px;
        margin-top: 0px;
        position: relative;
        /*z-index: -1;*/
        /*background: url(../images/big-bg.jpg)  no-repeat !important;*/
        /*background-size: 100% 100%;*/
    }

    .pic-big {
        width: 100%;
        min-width: 1300px;
        height: 340px;
        /*background: url(../images/pic-big.png) no-repeat center top;*/
        background-size: cover;
        margin-top: 0px !important;
    }

    /*底部*/
    .footer {
        z-index: 999;
        height: 410px;
        width: 100%;
        background: #5e8ed6;
        padding-top: 140px;
        min-width: 1300px;
    }

    .mg-btm {
        margin-bottom: 40px;
    }

    .footnotes-txt {
        font-size: 14px;
        color: #fff;
        font-family: 微软雅黑;
        margin-bottom: 20px;
    }

    .footer-box {
        display: flex;
        justify-content: space-between;
    }

    .Qr-code {
        position: relative;
        width: 320px;
        height: 225px;
    }

    .footer-yjy {
        width: 130px;
        height: 40px;
        border: 1px solid #fff;
        border-radius: 5px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        /*margin: 30px 0 0 190px;*/
        margin-top: 30px;
        /*margin-left: 20px;*/
        margin-left: 30px;
    }

    .footer-yjy:hover {
        cursor: pointer;
    }

    .icon-footer {
        position: relative;
        width: 300px;
        height: 130px;
        /*background-color: #000004;*/
        margin-left: 20px;
    }

    .elves-figure-common {
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        margin: 35px 0 35px 15px;
        transition: All 0.5s ease-in-out;
        -webkit-transition: All 0.5s ease-in-out;
        -moz-transition: All 0.5s ease-in-out;
        -o-transition: All 0.5s ease-in-out;
    }

    .elves-figure-common:hover {
        transform: scale(1.1);
        cursor: pointer;
    }

    .elves-figure1 {
        background-image: url("../images/elvesFigure.png");
        background-position: 0 0;
        margin-left: 0 !important;
    }

    .elves-figure2 {
        background-image: url("../images/elvesFigure.png");
        background-position: 60px 0;
    }

    .elves-figure3 {
        background-image: url("../images/elvesFigure.png");
        background-position: 120px 0;
    }

    .elves-figure4 {
        background-image: url("../images/elvesFigure.png");
        background-position: 180px 0;
    }

    .Qr-code-wx {
        display: inline-block;
        margin: 0 23px;
    }

    .Qr-code-w {
        width: 120px;
        height: 120px;
        display: inline-block;
    }

    .Qr-code-txt {
        height: 30px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 60px;
    }

    .copyright {
        width: 320px;
        font-size: 14px;
        color: #fff;
        /*margin: 30px 0 0 0;*/
        text-align: right;
    }

    .footer-min {
        height: 340px;
        width: 100%;
        background: #5e8ed6;
        padding-top: 60px;
        z-index: 999;
    }

    /*二维码*/
    .qr-code-ewm {
        position: absolute;
        top: -40px;
        left: -15px;
        height: 134px;
        width: 125px;
        z-index: 999;
        background-size: 100% 100%;
    }

    .ReturnTop {
        width: 65px;
        height: 65px;
        position: fixed;
        bottom: 50px;
        right: 30px;
        border-radius: 65px;
        background-image: url(../images/return-top.jpg);
        display: none;
    }

    .ReturnTop:hover {
        cursor: pointer;
    }

    .w2 {
        width: 1350px !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 750px) {
    html {
        font-size: 20px !important;
    }

    .box1 {
        display: none !important;
    }

    .box2 {
        display: block !important;
    }

    /*轮播图*/
    /*.swiper {*/
    /*    width: 100%;*/
    /*    height: 28rem;*/
    /*}*/
    :root {
        --swiper-theme-color: #ffffff;
    }

    .Shuffling-figure {
        position: relative;
        height: 14.5rem;
        width: 100% !important;
    }

    .Shuffling-figure .carousel .carousel-inner .item img {
        /*width: 100%;*/
        width: 100%;
        height: 14.5rem;
    }

    .introduce {
        position: absolute;
        bottom: 3rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 14.5rem;
        height: 6.5rem;
        background: #fff;
        opacity: 0.6;
        padding: 0 1.04rem;
        box-shadow: 0 .05rem .1rem -.05rem #000;
        font-family: 微软雅黑;
        z-index: 99;
    }

    .introduce .top-txt {

        font-size: .8rem;
        font-weight: bold;
        color: #000;
        padding-top: 1rem;
    }

    .introduce .content-txt {
        font-size: .6rem;
        padding-top: 1rem;
        color: #000;
        /*text-overflow:ellipsis;*/
        /*-o-text-overflow:ellipsis;*/
        /*overflow: hidden;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 3;*/
    }

    /*通知公告，新闻动态*/
    .announcement-box {
        width: 100%;
        background: #fff;
        padding: 0 1.4rem 2rem 1.4rem;
        background: url("../images/big-pic-xxx_03.jpg") no-repeat;
        background-size: 100% 100%;
    }

    .big-pic-xxx {
        background: url("../images/big-pic-xxx_05.jpg") no-repeat;
        background-size: 100% 100%;
    }

    .announcement-list {
        width: 100%;
        /*height: 26.25rem;*/
        padding-top: 1.4rem;
    }

    .announcementFlex {
        width: 100% !important;
        height: 100% !important;
    }

    .myDIV {
        /*width: 100% !important;*/
        /*height: 100% !important;*/
        padding: 0 0.75rem;
    }

    .new-announcement {
        width: 97%;
        margin-bottom: .5rem;
    }

    .new-announcement .title {
        font-size: .8rem;
        font-weight: bold;
        color: #333;
    }

    .new-announcement .notice {
        font-size: .6rem;
        color: #333;
        margin-left: .5rem;
    }

    .new-announcement .more {
        font-size: .6rem;
        color: #5C91D7;
        float: right;
        line-height: 1.14rem;
    }

    .Img-List-box .list {
        display: flex;
        width: 100%;
        height: 2rem;
        /*border-bottom: 1px dashed #cad5dc;*/
        background-image: linear-gradient(to right, transparent 50%, transparent 0%), linear-gradient(transparent 50%, transparent 0%), linear-gradient(to left, transparent 50%, #cad5dc 0%), linear-gradient(to top, transparent 50%, transparent 0%);
        background-position: top, right, bottom, left;
        background-size: 1rem .05rem, 1px .05rem, .5rem .05rem, .05rem 1rem;
        background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    }

    .Img-List-box .list .img {
        width: 1.95rem;
        height: 1.7rem;
        background: url(../images/message-1.png) no-repeat;
        background-size: 100% 100%;
        margin: auto 0;
        color: #dbe6f7;
        font-size: .75rem;
        /*padding: 5rem 10rem 0 0;*/
        /*padding-right: .55rem;*/
        text-align: center;
    }

    .Img-List-box .list .img2 {
        background-image: url(../images/message-2.png) !important;
    }

    .Img-List-box .list .img .pp {
        color: #fff;
        font-size: .6rem;
        font-weight: bold;
        margin: 0;
        /*height: 50%;*/
        transform: scale(0.90);
        display: block;
        /*line-height: .6rem;*/
    }

    .Img-List-box .list .img .pp1 {
        font-size: .6rem;
        transform: scale(0.90);
        margin: 0;
        display: block;
        /*height: 50%;*/
    }

    .Img-List-box .list .img span {
        font-size: .8rem;
    }

    .Img-List-box .list .span {
        font-size: .6rem;
        color: #000004;
        line-height: 2rem;
        margin-left: .5rem;
        cursor: pointer;
        overflow: hidden; /* 将超出的内容隐藏 */
        white-space: nowrap; /*  禁止文字自动换行 */
        text-overflow: ellipsis; /* 多余的文字显示为省略号 */
    }

    .Img-List-box .list .span:hover {
        color: #5e8ed6;
        text-decoration: underline;
    }

    /*招生信息*/
    .channel-box {
        /*width: 100%;*/
        /*height: 45rem;*/
        background-color: #e7f3ff;
        overflow: hidden;
        padding: 1.5rem .9rem 1rem;
        /*padding: 0 17.5rem;*/
    }

    .title-zs {
        /*width: 6.25rem;*/
        /*height: 4rem;*/
        font-family: 微软雅黑;
        /*margin: 3rem auto 2.5rem;*/
        font-size: .75rem;
        color: #333333;
        text-align: center;
        margin-bottom: 1.25rem;
    }

    .channel-box img {
        float: none !important;
        margin: 0 auto;
        width: 100%;
        /*height: 16rem;*/
        transition: All 0.5s ease-in-out;
        -webkit-transition: All 0.5s ease-in-out;
        -moz-transition: All 0.5s ease-in-out;
        -o-transition: All 0.5s ease-in-out;
    }

    .channel-box img:last-child {
        margin-top: .75rem;
    }

    .channel-box img:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

    .t1 {
        font-weight: bold;
    }

    .t2 {
        font-size: .6rem;
    }

    .img-center {
        margin: 0 1.75rem;
    }

    .big-bg-000 {
        width: 100%;
        background: url("../images/big-pic-xxx_05.jpg") no-repeat;
        background-size: 100% 100%;
    }

    /*走近科大*/
    .ka-box {
        width: 100%;
        /*height: 72.5rem;*/
    }

    .go-school {
        width: 100%;
        padding: 0 2.1rem;
        padding-bottom: 1rem;
    }

    .kd-title {
        padding: 2.5rem 0 1rem 0;
        font-family: 微软雅黑;
        color: #333;
    }

    .ka-t1 {
        font-size: .75rem;
        font-weight: bold;
    }

    .ka-t2 {
        font-size: .6rem;
    }

    .kd-introduce-box {
        font-size: .8rem;
        font-family: 微软雅黑;
        color: #444;
    }

    .kd-introduce {
        text-indent: 2em;
        margin: 1rem 0;
        background-color: unset !important;
        font-size: .6rem !important;
        color: #666 !important;
    }

    .right-nav {
        /*position: absolute;*/
        /*top: 120px;*/
        /*right: 45px;*/
        width: 100%;
        /*height: 36.5rem;*/
        /*padding: 30px 0;*/
    }

    .right-nav-box {
        position: relative;
        height: 17rem;
    }

    .positioning1 {
        position: absolute;
        /*top: 1rem;*/
        /*left: 1.25rem;*/
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 14.3rem;
        height: 14.3rem;
        border: .075rem solid #DBEBF8;
        border-radius: 50%;
        /*overflow: hidden;*/
        padding: 3.375rem;
    }

    .img-positioning {
        width: 7.3rem;
        height: 7.3rem;
        border-radius: 50%;
        background: url(../images/round-bg.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .positioning-common {
        width: 3.875rem;
        height: 3.875rem;
        border-radius: 50%;
        text-align: center;
        padding: .7rem 0;
        cursor: pointer;
        transition: All 0.5s ease-in-out;
        -webkit-transition: All 0.5s ease-in-out;
        -moz-transition: All 0.5s ease-in-out;
        -o-transition: All 0.5s ease-in-out;
    }

    .positioning-common:hover {
        transform: scale(1.1);
    }

    .positioning2 {
        position: absolute;
        left: 1.625rem;
        top: 2rem;
        background: linear-gradient(45deg, #907de4, #21dfd1);
        box-shadow: 0 .5rem 1.25rem 0 #b1bff4;
    }

    .positioning3 {
        position: absolute;
        left: 1rem;
        top: 9.5rem;
        background: linear-gradient(45deg, #ee727d, #fda23f);
        box-shadow: 0 .5rem 1.25rem 0 #e6b8b2;
    }

    .positioning4 {
        position: absolute;
        left: 6.7rem;
        top: 13.625rem;
        background: linear-gradient(45deg, #008aff, #00d8ff);
        box-shadow: 0 .5rem 1.25rem 0 #b6cae8;
    }

    .positioning5 {
        position: absolute;
        top: 10.75rem;
        left: 13.125rem;
        background: linear-gradient(45deg, #64cd9a, #ffd863);
        box-shadow: 0 .5rem 1.25rem 0 #a2d2a9;
    }

    .positioning6 {
        position: absolute;
        left: 14.2rem;
        top: 3.875rem;
        background: linear-gradient(45deg, #3bb5b6, #42e397);
        box-shadow: 0 .5rem 1.25rem 0 #a0e9c3;
    }

    .positioning7 {
        position: absolute;
        left: 8.7rem;
        top: -.5rem;
        background: linear-gradient(45deg, #9964eb, #90baff);
        box-shadow: 0 .5rem 1.25rem 0 #a7abe8;
    }

    .icon-jlt {
        margin: 0 auto;
        width: 1.375rem;
    }

    .name-icon {
        font-size: .65rem;
        color: #fff;
    }

    .english {
        /*width: 100%;
        height: 4.125rem;
        margin-top: 1.75rem;
        background: url(../images/yddd-wz-pic_06.png) no-repeat;
        background-size: 100% 100%;*/
        margin-left: 1rem;
        width: 92%;
        margin-bottom: 0.9rem;
        /* margin-right: 26rem; */
        height: 2.125rem;
        margin-top: 1.75rem;
        background: url(../images/yddd-wz-pic_06.png) no-repeat;
        background-size: 100% 100%;
    }


    /*政策法规*/
    .policy-box {
        margin: 0 auto;
        padding: 0 .5rem;
    }

    .common-sty {
        /*width: 100%;*/
        padding: 1.5rem 1.25rem 1.75rem;
    }

    .policy-title {
        position: relative;
        font-size: .8rem;
        color: #fff;
        font-weight: bold;
    }

    .policy-title .notice {
        font-size: .6rem;
        color: #fff;
        margin-left: 1rem;
        font-weight: normal;
    }

    .policy-title .more {
        font-size: .6rem;
        float: right;
        line-height: 1.5rem;
        font-weight: normal;
    }

    .policy-title .more a {
        color: #000;
    }

    .policy-title .title1 {
        font-family: "微软雅黑";
        color: #000;
    }

    .policy-title .notice1 {
        color: #000;
    }

    .policy-title .more1 a {
        color: #19755F;
    }

    .policy {
        width: 100%;
        height: 11.625rem;
        background: url("../images/zc-pic.png") no-repeat;
        background-size: 100% 100%;
    }

    .file {
        position: relative;
        width: 100%;
        height: 11.625rem;
        /*background: url("../images/wjxz-pic.png") no-repeat;*/
        background-size: 100% 100%;
        padding: 1.55rem 1.38rem 0 2.45rem;
    }

    .policyList2 .xz {
        width: .8rem !important;
        height: .8rem !important;
        float: right;
        margin-top: -.3rem;
        /*margin-top: 14rem;*/
        margin-left: .25rem;
        color: #2b542c;
    }

    .file .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /*z-index: -1;*/
        opacity: 0.6;
    }

    .list-box-sty {
        margin-top: .5rem;
    }

    .policyList {
        position: relative;
        display: flex;
        align-items: center;
        /*height: 4.25rem;*/
        width: 100%;
    }

    .policyList .message {
        /*position: absolute;*/
        /*left: 5.6rem;*/
        /*height: 4.2rem;*/
        /*max-width: 25.5rem;*/
        max-width: 14.5rem;
        /*width: 100%;*/
        /*line-height: 4.2rem;*/
        color: #f8f9ff;
        font-size: .6rem;
        padding-left: .5rem;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .policyList .message:hover {
        color: #ffdf87;
        background-color: rgba(66, 150, 238, 0.2);
    }

    .policyList .icon {
        /*position: absolute;*/
        /*top: 50%;*/
        /*bottom: 50%;*/
        width: .3rem;
        height: .3rem;
        background: #aeceff;
        margin: auto 0;
    }

    .data-list {
        /*position: absolute;*/
        /*left: 10rem;*/
        width: 2.75rem;
        /*height: 4.2rem;*/
        text-align: center;
        margin: .25rem 0;
    }

    .data-list .p1 {
        font-size: .75rem;
        color: #ffd050;
        font-weight: bold;
    }

    .data-list .span {
        font-size: .6rem;
        color: #e5ebf5;
    }

    .list-box-sty2 {
        margin-top: .5rem;
    }

    .list-box-sty2 .policyList2 {
        display: flex;
        align-items: center;
        position: relative;
        /*height: 3rem;*/
        height: 1.6rem;
        width: 100%;
    }

    .list-box-sty2 .policyList2 .message {
        /*position: absolute;*/
        /*left: 7.5rem;*/
        /*max-width: 10rem;*/
        /*width: 100%;*/
        /*line-height: 4.2rem;*/
        flex: 1;
        color: #000;
        font-size: .6rem;
        padding-left: .5rem;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .glyphicon-down {
        position: absolute;
        left: 28.5rem;
        margin-top: 1rem;
        color: #287e69;
        cursor: pointer;
    }

    .list-box-sty2 .policyList2 .icon {
        /*position: absolute;*/
        /*top: 50%;*/
        /*bottom: 50%;*/
        background: #429c85;
        width: 0.3rem;
        height: 0.3rem;
        margin: auto 0;
    }

    .list-box-sty2 .policyList2 .message:hover {
        cursor: pointer;
    }

    .data-list1 {
        width: 4rem;
        /* height: 4.2rem; */
        text-align: center;
        margin: 0.25rem .25rem;
    }

    .data-list1 .p1 {
        color: #429c85;
        /*line-height: 3rem;*/
        font-size: .7rem;
        /*font-weight: bold;*/
    }

    /*面试申请*/
    .score {
        width: 100%;
        height: 2.5rem;
        /* margin-top: 2.5rem;*/
        position: relative;
        bottom: -.875rem;
    }

    .score-0 {
        margin: .5rem auto;
        position: relative;
        /*max-width: 20.75rem;*/
        width: 10.35rem;
        height: 4.25rem;
        color: #fff;
        font-size: .6rem;
        padding-left: 4.125rem;
        line-height: 3.7rem;
        transition: All 0.5s ease-in-out;
        -webkit-transition: All 0.5s ease-in-out;
        -moz-transition: All 0.5s ease-in-out;
        -o-transition: All 0.5s ease-in-out;
    }

    .score-0:last-child {
        margin: 0 auto !important;
    }

    .score-0:hover {
        cursor: pointer;
        transform: scale(1.1);
    }

    .score-1:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: .125rem;
        width: 11rem;
        background-color: #93ce8f;
        left: 50%;
        transform: translateX(-50%);
    }

    .score-2:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: .125rem;
        width: 11rem;
        background-color: #ffb554;
        left: 50%;
        transform: translateX(-50%);
    }

    .score-3:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: .125rem;
        width: 11rem;
        background-color: #8facff;
        left: 50%;
        transform: translateX(-50%);
    }

    .score-1 {
        background: url(../images/score-bg2.png) no-repeat;
        background-size: 100% 100%;
    }

    .score-2 {
        background: url(../images/score-bg3.png) no-repeat;
        background-size: 100% 100%;
    }

    .score-3 {
        background: url(../images/score-bg4.png);
        background-size: 100% 100%;
    }

    html {
        font-size: 20px !important;
    }

    .box1 {
        display: none !important;
    }

    .box2 {
        display: block !important;
    }

    /*头部*/
    .header {
        width: 100%;
        height: 3rem;
        background: #6aa1f3;
        color: #fffeff;
        /*font-size: 1.2rem;*/
        /*line-height: 3rem;*/
        z-index: 999;
    }

    .nav-box {
        display: flex;
        align-items: center;
        height: 3rem;
        margin: 0 .5rem;
    }

    .nav-box img {
        /*width: 9.2rem;*/
        height: 2.5rem;
    }

    .right-ydd {
        flex: 1;
    }

    .mnu-bigMax {
        /*display: none;*/
        /*display: block;*/
        text-align: right;
        font-size: .75rem;
    }

    .mnu-bigMax span {
        margin: 0 .4rem 0 1.3rem;
    }

    .mnu-bigMax a {
        text-decoration: none;
        color: #fff;
        font-size: .75rem;
    }

    .mnu-bigMax a:hover {
        text-decoration: none;
        color: #fff;
    }

    /*下拉*/
    .list-nav {
        position: relative;
        top: 0;
        background: #6aa1f3;
        z-index: 999;
        border-top: 1px solid #fff;
        /*padding: 0 60px;*/
    }

    .list-nav .nav-txt1 {
        height: 5rem;
        border-bottom: 1px solid #fff;
        padding-left: .5rem;
        font-weight: bold;
        font-size: 1.5rem;
        margin: 0 3rem;
    }

    .list-nav .nav-txt1:last-child {
        border-bottom: none
    }

    .list-nav .nav-txt1:nth-child {
        height: 100% !important;
        /*background: #4e8be6;*/
        margin: 0;
        border: none;
        padding: 0 3rem;
        position: relative;
    }

    .glyphicon5 {
        position: absolute !important;
        right: 3rem;
        top: 2.25rem !important;
    }

    .icon-zdy {
        float: right;
        font-size: .6rem;
    }

    /*.list-nav .nav-txt:nth-child(3):before {*/
    /*    content: '';*/
    /*    height: 1px;*/
    /*    width: 84%;*/
    /*    background-color: #fff;*/
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*}*/
    .list-nav .nav-txt1 p {
        margin-bottom: 0;
        padding-left: .5rem;
        border-bottom: 1px solid #fff;
    }

    .list-nav .nav-txt1 ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 1.5rem;
        font-size: 1.4rem;
        font-weight: normal;
        border-bottom: 1px solid #fff;
    }

    .list-nav .nav-txt1 ul li {
        height: 3.25rem;
        line-height: 1.5rem;
    }

    /*搜索框*/
    .input-box {
        width: 100%;
        position: relative;
        height: 2.75rem;
        top: 0;
        z-index: 999;
        background: #6aa1f3;
        border-top: 1px solid #fff;
        padding: 0 1rem;
        /*padding: 21rem 20rem;*/
    }

    .input-box .search {
        /*width: 30.5rem;*/
        flex: 1;
        height: 1.75rem;
        /*padding: 0 2.5rem 0 1rem;*/
        border-radius: 2rem;
        line-height: 3.25rem;
        border: none;
        background-color: rgba(255, 255, 255, .2);
        text-indent: .8rem;
        color: #ffffff;
        font-size: .7rem;
    }

    .input-box .search:focus {
        outline: none;
    }

    .input-box .search::-webkit-input-placeholder { /* WebKit browsers */
        color: #e5e5e5;
        font-size: .7rem;
    }

    .input-box span {
        margin-left: 1rem;
    }

    /*底部*/
    .footer {
        background: #5e8ed6;
        width: 100%;
        /*height: 500rem;*/
        overflow: hidden;
        /*padding-bottom: .75rem;*/
    }

    .footer000 {
        display: block !important;
    }

    .footer-box {
        /*max-width: 535rem;*/
        /*margin: 87rem auto 38rem;*/
        margin: 1.75rem auto 0;
        padding: 0 1.75rem;
    }

    .footer-logo {
        width: 88%;
        margin: 0 auto;
    }

    .footer-logo .mg-btm {
        width: 100%;
    }

    .footnotes-txt {
        font-size: .6rem;
        color: #fff;
        font-family: 微软雅黑;
        transform: scale(0.9);
        -ms-transform: scale(0.9); /* IE 9 */
        -moz-transform: scale(0.9); /* Firefox */
        -webkit-transform: scale(0.9); /* Safari 和 Chrome */
        -o-transform: scale(0.9);
    }

    .footnotes-txt .span1 {
        float: right;
    }

    .footer-yjy {
        /*position: absolute;*/
        /*top: 65rem;*/
        /*bottom: 0;*/
        /*max-width: 130rem;*/
        /*width: 150rem;*/
        padding: 0 .6rem;
        /*height: 40rem;*/
        border: 1px solid #fff;
        border-radius: .25rem;
        font-size: .6rem;
        color: #fff;
        text-align: center;
        line-height: 26px;
        /*margin: 30px 0 0 190px;*/
    }

    .footer-yjy:hover {
        cursor: pointer;
    }

    .Qr-code {
        /*position: relative;*/
        /*top: -90rem;*/
        display: flex;
        align-items: center;
        height: 4rem;
        width: 91%;
        margin: 0 auto;
    }

    .icon-footer {
        /*position: absolute;*/
        /*right: 0;*/
        /*width: 300px;*/
        /*height: 8.5rem;*/
        /*background-color: #000004;*/
        /*margin-left: 1rem;*/
        margin-left: auto;
    }

    .elves-figure-common {
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        /*border-radius: 3rem;*/
        margin: 1.375rem 0 1.375rem 0.375rem;
        transition: All 0.5s ease-in-out;
        -webkit-transition: All 0.5s ease-in-out;
        -moz-transition: All 0.5s ease-in-out;
        -o-transition: All 0.5s ease-in-out;
    }

    .elves-figure-common:hover {
        transform: scale(1.1);
        cursor: pointer;
    }

    .elves-figure333 {
        width: 1.5rem;
    }

    .Qr-code-wx {
        display: inline-block;
        margin: 0 1rem;
    }

    .Qr-code-w {
        width: 6rem;
        height: 6rem;
        display: inline-block;
    }

    .Qr-code-txt {
        height: 1.5rem;
        font-size: .7rem;
        color: #fff;
        text-align: center;
        line-height: 3rem;
    }

    .copyright {
        width: 100%;
        font-size: .65rem;
        color: #fff;
        text-align: center;
        margin-bottom: .75rem;
        /*position: absolute;*/
        /*bottom: -125rem;*/
    }


    /*返回顶部*/
    .ReturnTop {
        width: 3.25rem;
        height: 3.25rem;
        position: fixed;
        bottom: 2.5rem;
        right: 1.5rem;
        border-radius: 3.25rem;
        background-image: url(../images/return-top.jpg);
        display: none;
    }

    .ReturnTop:hover {
        cursor: pointer;
    }

    .list-nav .nav-txt2 {
        min-height: 2rem;
        font-weight: bold;
        font-size: .7rem;
        padding: 0 1.5rem;
        /*border: none;*/
        /*border-bottom: 1px #fff solid;*/
        /*margin:0 60rem;*/
        position: relative;
        /*height: 40px;*/
        line-height: 2rem;
    }

    .list-nav .nav-txt2 p {
        margin: 0;
    }

    .list-nav .nav-txt2:before {
        width: 84%;
        height: 1px;
        content: '';
        background: #fff;
        position: absolute;
        bottom: 0;
    }

    .list-nav .nav-txt2:last-child:before {
        width: 0 !important;
        height: 0 !important;
    }

    .nav-txt2 ul {
        font-weight: normal;
    }

    .Img-List-box .list .img {
        width: 1.95rem;
        height: 1.7rem;
        background: url(../images/message-1.png) no-repeat;
        background-size: 100% 100%;
        margin: auto 0;
        color: #dbe6f7;
        font-size: .75rem;
        /*padding: 5rem 10rem 0 0;*/
        padding-right: .35rem;
        text-align: center;
    }

    #pp {
        color: #fff;
        font-size: .8rem;
        font-weight: bold;
        margin: 0;
        height: 50%;
        transform: scale(0.90);
        line-height: 1.85rem;
    }

    #pp1 {
        transform: scale(0.90);
        margin: 0;
        height: 50%;
    }

    .fixde {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        text-align: center;
    }

    .nav-txt2 ul {
        display: none !important;
    }

    .nav-txt2 .icon2 {
        display: block
    }

    .nav-txt2 .icon1 {
        display: none
    }

    .nav-txt2 {
        background: none;
    }

    .pshowss {
        background-color: #4e8be6;
    }

    .pshowss .pps {
        display: block !important;
    }

    .pshowss .icon2 {
        display: none !important;
    }

    .pshowss .icon1 {
        display: block !important;
    }

}


@media screen and (max-width: 1500px) {
    .w2 {
        width: 1200px !important;
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 1500px) {
    .w2 {
        width: 1350px !important;
        margin: 0 auto !important;
    }
}