﻿@charset "utf-8";

.top-pic {
    position: relative;
    width: 100%;
    z-index: 1;
    height: 934px;
    height: 100vh;
    min-height: 680px;
}

    .top-pic .pic-move {
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
    }

        .top-pic .pic-move ul {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .top-pic .pic-move li {
            overflow: hidden;
            float: left;
            width: 100%;
            position: absolute;
            height: 100%;
        }

            .top-pic .pic-move li img {
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
            }

.search-bott {
    width: 100%;
    height: 150px;
    /* background-image: linear-gradient(90deg, transparent 0%, rgba(227, 244, 255, 0.8) 80%, transparent 100%); */
    position: absolute;
    bottom: 10px;
    left: 0;
}

.fast-link {
    text-align: center;
    padding: 45px 0;
    font-size: 14px;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
}

    .fast-link ul {
        white-space: nowrap;
        margin: 0 -36px;
    }

    .fast-link li {
        width: 10%;
        height: 100%;
        display: inline-block;
        text-align: center;
    }

        .fast-link li a {
            display: inline-block;
            height: 100%;
            vertical-align: bottom;
            cursor: pointer;
        }

        .fast-link li img {
            width: 49px;
            height: 51px;
            margin-bottom: 5px;
            padding: 5px;
            background: rgba(0, 0, 0, 0.2);
            border-radius: 5px;
        }

        .fast-link li .name {
            display: block;
            font-size: 14px;
            line-height: 24px;
            color: #fff;
            text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
        }

        .fast-link li a:hover {
            opacity: 1;
            filter: alpha(opacity=100);
            margin-top: -8px;
            transition: 0.3s;
            transform: scale(1.05);
        }

            .fast-link li a:hover span {
                /* text-decoration: underline; */
            }

#top-nav li.site-search {
    position: relative;
}

/*检索*/

#searcher {
    background: transparent;
    border: 0;
    position: absolute;
    top: 210px;
    left: 50%;
    margin-left: -600px;
    z-index: 99;
    /* transform: translateX(-50%); */
    /*width: 100%;*/
    box-shadow: none;
}

/* .search-box {
  width: 1200px;
  height: auto;
  background: rgba(41, 165, 149, 0.8);
  padding: 0;
  box-shadow: 0 0 38px 7px rgba(0, 0, 0, 0.1);
  border-radius: 0;
} */

/* #search-title {
  margin: 0;
  color: #333;
  height: 60px;
  width: 100%;
  position: relative;
  z-index: 10;
  padding-left: 370px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
} */

.search-switch-btn {
    width: 370px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #075ad6;
    position: absolute;
    left: 0;
    /* font-weight: 600; */
    cursor: pointer;
}

    .search-switch-btn i {
        font-size: 24px;
        padding-left: 25px;
        /* vertical-align: text-top; */
        position: relative;
        top: 2px;
        -moz-animation: myjump 2s infinite;
        -webkit-animation: myjump 2s infinite;
        -o-animation: myjump 2s infinite;
        animation: myjump 2s infinite;
    }

/* .search-text-tips {
    font-weight: bold;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding-left: 60px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
} */

/* #search-title ul {
  padding: 0 20px;
} */

/* #search-title li {
  height: 60px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 60px;
  border-left: none;
  float: left;
  position: relative;
} */
/* 
#search-title li:after {
  content: "|";
  position: absolute;
  right: -1px;
  color: #eee;
  top: 0;
} */

/* #search-title li:last-child:after {
  content: "";
} */

/* #search-title li a {
  font-size: 16px;
  color: #333;
  display: block;
  text-align: center;
} */

.search-switch {
    float: left;
    overflow: hidden;
    width: 370px;
    height: 240px;
    background: #0187e0;
    border-radius: 0;
}

.search-sel {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    border: none;
}

    .search-sel li {
        width: 100%;
        margin: 0;
        box-shadow: none;
        font-size: 16px;
        text-align: left;
        padding-left: 120px;
        height: 45px;
        line-height: 45px;
        font-weight: normal;
        color: #333;
    }

        .search-sel li:before {
            content: "";
            display: block;
            width: 0 !important;
            height: 100% !important;
            position: absolute;
            top: 0;
            right: 0;
            background: #f0f8fc;
            /*  -webkit-transition: width 0.5s ease-in;
  -o-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;*/
            z-index: -1;
            border: none;
            left: auto;
            box-shadow: none;
        }

/*.search-sel .current:before {
  width: 100% !important;
}*/

/*.search-sel li:nth-child(1):before {
  background: rgb(41, 165, 149);
}*/

/*.search-sel li:nth-child(2):before {
  background: #3e87e9;
}

.search-sel li:nth-child(3):before {
  background: #ffc334;
}

.search-sel li:nth-child(4):before {
  background: #799f54;
}

.search-sel li:nth-child(5):before {
  background: #3d49a5;
}*/



.search-input button {
    /*background: #f66f2d;*/
    background: #b42020;
    height: 20px;
    width: 75px;
    font-size: 16px;
}

.search-box-bgcolor0 {
    background: rgb(41, 165, 149, 0.8) !important;
}

.search-box-bgcolor1 {
    background: rgb(62, 135, 233, 0.8) !important;
}

.search-box-bgcolor2 {
    background: rgb(255, 195, 52, 0.8) !important;
}

.search-box-bgcolor3 {
    background: rgb(121, 159, 84, 0.8) !important;
}

.search-box-bgcolor4 {
    background: rgb(61, 73, 165, 0.8) !important;
}

.tisp p {
    font-size: 16px;
    color: #ef6600;
}

.tisp {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.p-title {
    position: relative;
    /* height: 200px; */
}

    .p-title h2 {
        font-size: 24px;
        font-weight: normal;
        line-height: 170px;
        color: #2c3032;
        position: relative;
        height: 200px;
    }

        .p-title h2 span {
            font-size: 18px;
            margin: 0 5px;
        }

        .p-title h2 em {
            font-size: 12px;
            color: #9d9d9d;
            font-weight: normal;
            text-transform: uppercase;
        }

        .p-title h2:after {
            content: "";
            display: block;
            width: 50px;
            height: 4px;
            background: #cccccc;
            position: absolute;
            left: 0;
            bottom: 68px;
        }

.m-more {
    position: absolute;
    right: 10px;
    top: 18px;
    cursor: pointer;
}

    .m-more a {
        font-size: 12px;
        font-style: italic;
        color: #000;
        border-bottom: 1px #000 dotted;
        padding: 6px 0;
    }

    .m-more i {
        color: #68a5ff;
        margin-right: 5px;
        font-size: 18px;
        vertical-align: sub;
    }

.topnews {
    margin-left: 30px;
    height: 48px;
    background: url("../../images/site/icon-v.png") left 40px top no-repeat;
    margin-bottom: 30px;
}

    .topnews li {
        width: 50%;
        float: left;
        padding-left: 80px;
    }

        .topnews li a {
            font-size: 14px;
            color: #333;
            line-height: 24px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            width: 80%;
        }

        .topnews li span {
            float: right;
            font-size: 12px;
            color: #999;
            line-height: 24px;
        }

.P-News .p-content {
    position: relative;
    top: -80px;
    display: none;
}

.bgpic {
    position: relative;
    z-index: 0;
    width: 1200px;
    height: 478px;
    overflow: hidden;
    top: -40px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.picnew {
    width: 100%;
    height: 478px;
    overflow: hidden;
    margin: 0 auto;
}

.bgpic .picnew li {
    width: 10%;
    height: 478px;
    float: left;
    position: relative;
    overflow: hidden;
    /* background: #f00; */
}

.bgpic .picnew ul {
    width: 1000%;
    height: 478px;
    /* overflow: hidden; */
    position: absolute;
    left: 0;
}

.bgpic li img {
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    height: 478px;
    position: absolute;
}

.bgpic .l-width {
    top: -60px;
    z-index: 99;
}

.move-new {
    width: 568px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    float: left;
    padding: 12px 30px;
    /* padding-top: 0; */
    position: relative;
    /* overflow: hidden; */
    /* padding-top: 20px; */
}

    .move-new ul {
        width: 1000%;
        height: 48px;
        position: absolute;
        left: 0px;
    }

    .move-new li a span {
        font-size: 16px;
        font-weight: bold;
        color: #dedede;
        /* border-bottom: 5px #dddddd solid; */
        display: inline-block;
        /* padding-bottom: 12px; */
        line-height: 18px;
        width: 68px;
        position: relative;
        /* text-align: center; */
        /* margin-bottom: 12px; */
    }

        .move-new li a span.time b {
            display: inline-block;
            letter-spacing: 2px;
        }

        .move-new li a span:before {
            content: "";
            display: inline-block;
            height: 0px;
            border: 1px solid #d6d6d6;
            width: 75px;
            transform: rotate(125deg);
            -o-transform: rotate(125deg);
            -moz-transform: rotate(125deg);
            -webkit-transform: rotate(125deg);
            position: absolute;
            right: -45px;
        }

    .move-new li a {
        color: #fff;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        /* text-decoration: underline; */
    }

        .move-new li a:hover {
            opacity: 1;
            text-decoration: underline;
        }

    .move-new li {
        float: left;
        width: 10%;
        overflow: hidden;
        padding: 0px 30px 0 15px;
        margin-left: 28px;
    }

    .move-new .btn-prev {
        bottom: 0px;
        position: absolute;
        left: 0;
        width: 42px;
        height: 43px;
        /* background: #dddddd; */
        line-height: 35px;
        text-align: center;
        cursor: pointer;
        z-index: 99;
    }

    .move-new .btn-next {
        bottom: 0px;
        position: absolute;
        right: 0;
        width: 42px;
        height: 43px;
        /* background: #ddd; */
        line-height: 35px;
        text-align: center;
        cursor: pointer;
        z-index: 99;
    }

    .move-new .btn-prev:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 7px transparent solid;
        border-right: 13px #fff solid;
        position: absolute;
        left: 6px;
        top: 15px;
    }

    .move-new .btn-next:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 7px transparent solid;
        border-left: 13px #fff solid;
        position: absolute;
        left: 16px;
        top: 15px;
    }

.lists {
    clear: both;
    position: relative;
    top: -38px;
}

    .lists h3 {
        width: 49%;
        float: left;
        font-size: 18px;
        line-height: 60px;
        font-weight: normal;
        /* border-bottom: 1px #ddd solid; */
        position: relative;
        color: #1f6ada;
        text-align: center;
        height: 40px;
        margin-top: 10px;
    }

        .lists h3:first-child {
            margin-right: 2%;
        }

        .lists h3:before {
            content: "";
            display: block;
            width: 230px;
            height: 1px;
            background: #3081fa;
            position: absolute;
            bottom: 9px;
            left: 0px;
        }

        .lists h3:after {
            content: "";
            display: block;
            width: 230px;
            height: 1px;
            background: #3081fa;
            position: absolute;
            bottom: 9px;
            right: 0px;
        }

    .lists ul {
        width: 49%;
        float: left;
        height: 220px;
        overflow: hidden;
        margin-bottom: 16px;
    }

        .lists ul:nth-child(3) {
            margin-right: 2%;
        }

    .lists:after {
        content: "";
        display: block;
        clear: both;
    }

    .lists li {
        height: 72px;
        /* width: 50%; */
        /* float: left; */
    }

        .lists li a {
            color: #000;
            font-size: 14px;
            padding-right: 20px;
            white-space: nowrap;
            line-height: 32px;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            border-bottom: 1px #d9d9d9 solid;
            cursor: pointer;
            padding: 16px 0;
            display: block;
            height: 72px;
        }

            .lists li a:hover {
                text-decoration: underline;
            }

            .lists li a span {
                font-size: 13px;
                color: #666;
                width: 70px;
                display: inline-block;
                text-align: center;
            }

            .lists li a .infor {
                display: inline-block;
                width: 70px;
                white-space: normal;
                line-height: 24px;
                vertical-align: middle;
                margin-right: 20px;
                margin-top: -8px;
            }

i.text-new {
    display: inline-block;
    width: 70px;
    height: 22px;
    background: #ff8282;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    font-style: normal;
}

i.text-tz {
    display: inline-block;
    width: 70px;
    height: 22px;
    background: #b9ce96;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    font-style: normal;
}

i.text-buy {
    display: inline-block;
    width: 70px;
    height: 22px;
    background: #fa8c5b;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    font-style: normal;
}

i.text-try {
    display: inline-block;
    width: 70px;
    height: 22px;
    background: #7bceeb;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    font-style: normal;
}

.lists-more .m-more {
    width: 588px;
    height: 33px;
    background: #fff;
    /*position: unset;*/
    float: left;
    text-align: center;
    line-height: 25px;
    position: static;
    transition: all 0.3s;
}

    .lists-more .m-more:hover {
        background: #dddddd;
    }

.lists-more {
    padding: 15px 0;
}

    .lists-more:after {
        content: "";
        display: block;
        clear: both;
    }

    .lists-more .m-more:nth-child(2) {
        float: right;
    }

.P-News {
    height: 1060px;
    overflow: hidden;
    background: url(../../images/site/news-bg.jpg) bottom center no-repeat #f3f7f8;
    background-size: cover;
}

.P-Res {
    clear: both;
    background: url(../../images/site/sy-bg.png) right bottom no-repeat #fff;
    padding-bottom: 90px;
    height: 630px;
}

.res-list {
    width: 1200px;
    height: 370px;
}

    .res-list dl dt {
        width: 110px;
        height: 370px;
        background: url("../../images/site/book1.png") top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        font-size: 18px;
        color: #333;
        /* text-align: center; */
        padding: 0 44px;
        padding-top: 140px;
        writing-mode: tb-rl;
        letter-spacing: 2px;
        cursor: pointer;
        float: left;
        margin-right: 1px;
        margin-left: 1px;
        transition: all 0.3s;
        overflow: hidden;
    }

    .res-list dl dd {
        width: 300px;
        height: 370px;
        background: #fff;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        float: left;
        padding: 24px;
        display: none;
        margin-left: 2px;
        /* margin-right: 1px; */
        /* transition: all 0.3s cubic-bezier(.4, 0, .2, 1); */
        overflow: hidden;
    }

    .res-list .dd-title {
        border-bottom: 2px #f3f3f3 solid;
        font-size: 12px;
        color: #000;
        /* font-weight: lighter; */
        position: relative;
        padding-bottom: 16px;
    }

        .res-list .dd-title h3 {
            font-size: 24px;
            font-weight: lighter;
            font-style: italic;
        }

            .res-list .dd-title h3 em {
                font-size: 18px;
                margin: 0 5px;
            }

            .res-list .dd-title h3 span {
                font-size: 14px;
                font-weight: normal;
            }

        .res-list .dd-title .dd-more {
            position: absolute;
            right: 0;
            top: 10px;
        }

            .res-list .dd-title .dd-more a {
                color: #000;
                border-bottom: 1px #000 dotted;
                padding: 5px 3px;
                cursor: pointer;
            }

            .res-list .dd-title .dd-more i {
                margin-right: 5px;
                color: #71aaff;
            }

    .res-list .dd-content li a {
        color: #000;
        font-size: 14px;
        line-height: 52px;
    }

    .res-list .dd-content {
        padding-top: 15px;
    }

        .res-list .dd-content li a i {
            margin-right: 10px;
            display: inline-block;
            width: 0;
            height: 0;
            border: 4px solid transparent;
            border-left: 8px #444444 solid;
            vertical-align: middle;
        }

    .res-list dl {
        float: left;
        transition: all 0.3s;
        width: 112px;
        height: 370px;
    }

        .res-list dl:hover {
            /* width: 302px; */
        }

            .res-list dl:hover dt {
                /* width: 0px; */
                /* padding: 0px; */
                margin-top: -50px;
            }

            .res-list dl:hover dd {
                width: 300px;
                padding: 24px;
            }

        .res-list dl:last-child dd {
            display: block;
        }

        .res-list dl:last-child dt {
            display: none;
        }

        .res-list dl:nth-of-type(2) dt {
            padding-right: 29px;
            background: url(../../images/site/book2.png) top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        }

        .res-list dl:nth-of-type(3) dt {
            background: url(../../images/site/book3.png) top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        }

        .res-list dl:nth-of-type(4) dt {
            background: url(../../images/site/book4.png) top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        }

        .res-list dl:nth-of-type(5) dt {
            background: url(../../images/site/book5.png) top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        }

        .res-list dl:nth-of-type(7) dt {
            background: url(../../images/site/book2.png) top 14px center no-repeat, url("../../images/site/arrow-ri.png") bottom 26px center no-repeat #fff;
        }

        .res-list dl:after {
            content: "";
            display: block;
            clear: both;
        }

.P-College {
    background: url(../../images/site/p-col-bg2.jpg) center no-repeat #2e6ddf;
    height: 640px;
}

    .P-College .p-title h2,
    .P-College .p-title h2 em {
        color: #fff;
    }

        .P-College .p-title h2:after {
            background: #fff;
        }

.school-list {
    width: 100%;
    margin-top: -30px;
}

    .school-list li {
        width: 32%;
        float: left;
        height: 45px;
        line-height: 45px;
        margin: 0 10px 10px 0;
        background: rgba(255, 255, 255, 0.3);
    }

    .school-list ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .school-list li a {
        font-size: 18px;
        line-height: 45px;
        color: #fff;
        height: 45px;
        white-space: nowrap;
        display: block;
        /* background: rgba(255,255,255,0.25); */
        margin-right: 15px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }

        .school-list li a span {
            font-size: 15px;
        }

        .school-list li a:hover {
            text-decoration: underline;
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .school-list li a img {
            vertical-align: middle;
            margin-top: -2px;
            width: 30px;
            height: 30px;
            /*max-width: 46px;*/
            /*max-height: 44px;*/
            margin-right: 10px;
            margin-left: 13px;
        }

.m-box {
    padding: 25px;
    background: #fff;
    /*border-radius: 10px;*/
    border: 1px solid #aed2ea;
}

.m-box-title {
    position: relative;
    margin-top: -15px;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #aed2ea;
}

    .m-box-title h2 {
        float: left;
        position: relative;
        font-size: 20px;
        font-weight: normal;
        line-height: 49px;
    }

    .m-box-title h2 {
        color: #137ac2;
    }

        .m-box-title h2 span.current:after {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0px;
            border-bottom: 3px solid #137ac2;
            content: "";
        }

/*calendar css reset*/
.calendar {
    position: relative;
    width: 100%;
    height: 410px;
    margin: 20px 0 0;
    padding: 0;
}

.c-event-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 455px;
    height: 42px;
    padding: 0 10px;
    line-height: 42px;
    background: transparent;
}

.c-event-list {
    overflow: visible;
}

.c-month {
    width: 380px;
    padding: 0 0;
    text-align: left;
}

.c-month-top,
.c-month-center {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    line-height: 42px;
    color: #626462;
}

    .c-month-center:before {
        display: inline-block;
        content: "-";
    }

.c-month-bottom {
    display: none;
}

.c-grid-title {
    position: absolute;
}

.c-next {
    right: 10px;
    bottom: 9px;
}

.c-previous {
    right: 45px;
    bottom: 9px;
}

.c-grid {
    float: left;
    width: 455px;
    height: 410px;
    /*padding: 42px 0 0;*/
}

.calendar ol li {
    border-radius: 0 !important;
}

.c-week-day {
    width: 65px;
    height: 42px;
    padding: 0;
    line-height: 42px;
}

.c-day-previous-month,
.c-day {
    width: 55px;
    height: 55px;
    margin: 0 5px;
}

.c-day {
    height: 55px;
    margin: 0 5px;
    line-height: 55px;
    position: relative;
}

    .c-day .ev {
        display: block;
        width: 6px;
        height: 6px;
        background: #f95a31;
        border-radius: 100px;
        position: absolute;
        left: 50%;
        bottom: 8px;
        margin-left: -3px;
    }

.c-day-next-month {
    height: 60px;
    line-height: 60px;
}

.c-event-grid {
    float: right;
    width: 230px;
}

.c-event-item {
    float: left;
    width: 100%;
    margin: 0 0;
    padding: 11px 10px 11px 15px;
    font-size: 14px;
    line-height: 20px;
    background: url(../../images/site/news-list-icon.png) no-repeat 0 17px;
    border: 0;
}

    .c-event-item .title {
        font-size: 14px;
        font-weight: normal;
    }

        .c-event-item .title button {
            margin-left: 10px;
            padding: 0px 5px;
            font-size: 12px;
            height: 20px;
            color: #1e91da;
            background: transparent;
            border-color: #1e91da;
            border-radius: 10px;
        }

    .c-event-item a {
        color: #333;
    }

    .c-event-item .intro {
        display: none;
        position: relative;
        margin-top: 5px;
        padding: 6px 10px;
        font-size: 12px;
        line-height: 24px;
        background: #f2f2f2;
    }

        .c-event-item .intro:before {
            position: absolute;
            left: 10px;
            top: -5px;
            border-width: 0 5px 5px;
            border-style: none solid solid;
            border-color: transparent transparent #f2f2f2;
            content: "";
        }

    .c-event-item.current .title {
        float: none;
        font-weight: bold;
    }

    .c-event-item.current .intro {
        display: block;
    }

/*服务地图*/

.service-list {
    /* margin: -10px; */
}

    .service-list ul {
        margin-top: 22px;
        height: 408px;
        overflow: hidden;
    }

        .service-list ul:before,
        .service-list ul:after {
            display: table;
            content: "";
            clear: both;
        }

    .service-list li {
        float: left;
        width: 33.3333%;
        height: 102px;
        padding: 0;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        background: #fafafa;
    }

        .service-list li:nth-child(2n) {
            background: #f5f5f5;
        }

        .service-list li:nth-child(n + 7) {
            background: #f5f5f5;
        }

        .service-list li:nth-child(2n + 7) {
            background: #fafafa;
        }

    .service-list a {
        position: relative;
        display: block;
        height: 100%;
        padding: 12px 0;
        color: #777;
        text-align: center;
        border: 0px solid transparent;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

        .service-list a:hover {
            border: 5px solid rgba(0, 0, 0, 0.1);
            opacity: 1;
        }

    .service-list img {
        width: 53px;
        height: 53px;
        margin-bottom: 0;
    }

    .service-list span {
        display: block;
        line-height: 16px;
        text-align: center;
    }

.P-Calen .m-box {
    width: 766px;
    height: 516px;
    float: left;
}

    .P-Calen .m-box + .m-box {
        width: 414px;
        float: right;
    }

.P-Calen {
    padding: 52px 0;
    background: #fff;
}

    .P-Calen .l-width:after {
        content: "";
        display: block;
        clear: both;
    }

.m-box-title h2 span {
    line-height: 49px;
    display: block;
    float: left;
    position: relative;
    color: #333;
    margin-right: 24px;
    cursor: pointer;
}

    .m-box-title h2 span.current {
        color: #137ac2;
    }

.m-box-title .m-more {
    top: 0;
}

.tab-title {
    margin-left: 180px;
    /* position: relative; */
    /* top: -134px; */
    /* margin-top: -134px; */
    display: inline-block;
    width: 540px;
}

    .tab-title li a {
        width: 180px;
        height: 46px;
        float: left;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        color: #333;
        cursor: pointer;
    }

    .tab-title li.current a {
        background: #1d7bdd;
        color: #fff;
    }

.tab-box .btn-prev {
    top: 40%;
    position: absolute;
    left: 15px;
    width: 40px;
    height: 40px;
    /*   background: #dddddd; */
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    margin-top: -80px;
}

.tab-box .btn-next {
    top: 40%;
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    /*   background: #1d7bdd; */
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    margin-top: -80px;
}

    .tab-box .btn-prev > img,
    .tab-box .btn-next > img {
        width: 100%;
    }
/* .tab-box .btn-prev:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px transparent solid;
  border-right: 13px #fff solid;
  position: absolute;
  left: 4px;
  top: 14px;
}

.tab-box .btn-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px transparent solid;
  border-left: 13px #fff solid;
  position: absolute;
  left: 15px;
  top: 14px;
} */

.tab-box {
    /* min-height:400px; */
    position: relative;
    padding: 0 40px;
    clear: both;
    /* top: -45px; */
    top: 90px;
    z-index: 1;
    /* height:510px; */
}

    .tab-box ul {
        min-height: 390px;
        overflow: hidden;
        white-space: nowrap;
        z-index: 1;
    }

        .tab-box ul li {
            width: 16.6667%;
            /* float: left; */
            display: inline-block;
        }

            .tab-box ul li a {
                border-right: 1px #deeef6 solid;
                display: block;
                width: 100%;
                height: 100%;
                /* padding: 10% 15%; */
                /*min-height: 290px;*/
            }

            .tab-box ul li:nth-of-type(6n) a {
                border: none;
            }

            .tab-box ul li a img {
                width: 100%;
                height: auto;
            }

.P-Read {
    /* height: 700px; */
    /* background-image: linear-gradient(0deg, #8eccf5, #e9f4f9); */
    background: url(../../images/new/part4-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
    position: relative;
}

/* .P-Read .tab-box:after {
  content: "";
  display: block;
  height: 106px;
  position: absolute;
  bottom: 0;
  background: #0c70c1;
  width: 100%;
  z-index: -1;
  left: 0;
} */

.tab-box ul li a .img {
    display: block;
    margin: 0 20%;
    margin-bottom: 30px;
    /*min-height:280px;*/
}

.tab-box ul li a .name {
    /* background: #0c70c1; */
    color: #333;
    padding: 16px 12%;
    overflow: hidden;
}

    .tab-box ul li a .name h3 {
        font-size: 16px;
        font-weight: normal;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
    }

    .tab-box ul li a .name span {
        font-size: 14px;
        white-space: normal;
        height: 40px;
        overflow: hidden;
        display: block;
    }

    .tab-box ul li a .name h3:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 2px;
        background: #333;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.tab-box ul:after {
    content: "";
    display: block;
    clear: both;
}

.rundata .m-box {
    float: left;
    position: relative;
    padding: 20px 0 0 20px;
}

    .rundata .m-box .m-title {
        position: absolute;
        top: -22px;
        left: 20px;
        background: #ffffff;
        padding: 0 5px;
    }

.rundata .box-1 {
    width: 770px;
    height: 250px;
    margin-bottom: 28px;
}

.rundata .m-box .m-title h3 {
    font-size: 16px;
    font-weight: normal;
    color: #666;
}

    .rundata .m-box .m-title h3 span {
        font-size: 14px;
    }

        .rundata .m-box .m-title h3 span b {
            font-size: 24px;
            margin: 0 5px;
            color: #075ad6;
        }

.m-content {
}

.box-1 .graph {
    width: 100%;
    height: 208px;
}

.box-2 .graph {
    width: 100%;
    height: 442px;
}

.box-3 .graph {
    width: 100%;
    height: 164px;
}

.graph .g3 {
    display: inline-block;
    position: relative;
    width: 30%;
    height: 208px;
}

.rundata .box-2 {
    width: 417px;
    height: 484px;
    float: right;
}

.rundata .box-3 {
    width: 770px;
    height: 206px;
}

.P-Data {
    background: #fff;
    /* height: 730px; */
    padding: 60px 0;
    background: url(../../images/new/part5-bg.png) no-repeat;
    background-size: 100% 100%;
}

.rundata:after {
    content: "";
    display: block;
    clear: both;
}

.cover-name {
    width: 80%;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 16px;
    white-space: normal;
    text-align: center;
}

#searcher .l-width {
    margin-top: 0;
    /* width: 1200px; */
    /* margin: 0 auto; */
}

#header .l-width {
    width: 1200px;
    padding: 0;
}

#top-nav {
    /* margin-top: 10px; */
}

#logo {
    top: 0;
}

.pic-text {
    position: absolute;
    bottom: 160px;
    width: 100%;
    /* display: none; */
}

.t-left {
    float: left;
    width: 327px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .t-left h2 {
        font-size: 40px;
        font-weight: normal;
        line-height: 80px;
        border-bottom: 3px #fff solid;
        white-space: nowrap;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
    }

    .t-left p {
        font-size: 14px;
        line-height: 26px;
        height: 108px;
        overflow: hidden;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    }

.t-right {
    float: right;
    color: #fff;
    border-left: 1px #fff solid;
    padding-left: 24px;
    position: absolute;
    bottom: 30px;
    right: 170px;
    width: 210px;
    height: 76px;
    overflow: hidden;
}

    .t-right h3 {
        font-size: 20px;
        font-weight: normal;
        line-height: 56px;
        cursor: pointer;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    }

    .t-right p {
        font-size: 20px;
        margin: 0;
        white-space: nowrap;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    }

.t-item {
    position: relative;
    display: none;
}

    .t-item.current {
        display: block;
    }

.t-btn-pre {
    width: 49px;
    height: 49px;
    background: url("../../images/site/t-next.png") center no-repeat;
    background-size: 15px 25px;
    background-position: 18px 12px;
    position: absolute;
    right: 70px;
    bottom: 34px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 25px;
    transform: rotate(180deg);
}

.t-btn-next {
    width: 49px;
    height: 49px;
    background: url("../../images/site/t-next.png") center no-repeat;
    background-size: 15px 25px;
    background-position: 18px 12px;
    position: absolute;
    right: 0;
    bottom: 34px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 25px;
}

.return-top {
    width: 105px;
    height: 51px;
    position: absolute;
    top: -55px;
    overflow: hidden;
    z-index: 99;
    left: 50%;
    margin-left: 650px;
}

    .return-top a:before {
        content: "";
        display: block;
        border-color: transparent transparent #075ad6 transparent;
        border-style: solid;
        border-width: 52px 52px 48px 52px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    .return-top a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        line-height: 74px;
        text-align: center;
        font-size: 12px;
    }

        .return-top a i {
            position: absolute;
            top: 5px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 28px;
        }

.p-content {
    position: relative;
    z-index: 999;
}

.search-content {
    /* display: block; */
}
/* 2021.12.29 新页面 */
.new-part1 {
    background: url(../../images/new/part1-bg.png) no-repeat;
    padding: 60px 0;
    background-size: 100% 100%;
}

.part1-box {
    width: 386px;
    height: 570px;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
    opacity: 1;
    border-radius: 5px;
    padding: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    overflow: hidden;
}

.part1-title {
    height: 40px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

    .part1-title > span {
        font-size: 24px;
        font-weight: bold;
        margin-left: 5px;
    }

    .part1-title > a {
        color: #666;
        font-size: 12px;
        float: right;
        margin-top: 4px;
    }

.part1-list1 > .part1-item1 {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

    .part1-list1 > .part1-item1 > img {
        height: 130px;
        width: 100%;
    }

    .part1-list1 > .part1-item1 > h4 {
        width: 100%;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        margin-top: 10px;
        /* margin-right: 10px; */
    }

        .part1-list1 > .part1-item1 > h4 > span {
            display: inline-block;
            float: left;
            margin-right: 10px;
        }

        .part1-list1 > .part1-item1 > h4 .day {
            font-size: 32px;
            color: #1d45a4;
            display: block;
            text-align: center;
            line-height: 30px;
        }

        .part1-list1 > .part1-item1 > h4 .year {
            font-size: 12px;
            color: #1d45a4;
            display: block;
        }

        .part1-list1 > .part1-item1 > h4 > a {
            width: 280px;
            /* display: inline-block !important; */
            font-size: 14px;
            color: #1d45a4;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            float: left;
            margin-top: 4px;
        }

    .part1-list1 > .part1-item1 > p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        color: #666;
        margin: 0;
        font-size: 14px;
    }

.part1-list1 > .part1-item {
    height: 50px;
    border-bottom: 1px solid #ddd;
}

    .part1-list1 > .part1-item > span {
        display: inline-block;
    }

    .part1-list1 > .part1-item .day {
        font-size: 28px;
        color: #1d45a4;
        display: block;
        line-height: 30px;
        text-align: center;
    }

    .part1-list1 > .part1-item .year {
        font-size: 12px;
        /* color: #1D45A4; */
        display: block;
    }

    .part1-list1 > .part1-item > a {
        font-weight: normal;
        width: 270px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        padding-bottom: 10px;
        margin-left: 9px;
        color: #333;
        font-size: 14px;
    }

.part1-list2 > li {
    height: 50px;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
}

    .part1-list2 > li > span {
        color: #fff;
        padding: 2px 8px;
        background: #d8584b;
        border-radius: 20px;
        vertical-align: middle;
    }

    .part1-list2 > li > div {
        display: inline-block;
        border-right: 1px solid #ddd;
        line-height: 20px;
        padding: 0 4px;
        vertical-align: middle;
        margin-right: 4px;
        font-size: 14px;
    }

    .part1-list2 > li > a {
        font-weight: normal;
        width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /* border-bottom: 1px solid #ddd; */
        display: inline-block;
        color: #333;
        vertical-align: middle;
        font-size: 14px;
    }

.part1-list3 > li {
    height: 50px;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
}

    .part1-list3 > li > span {
        color: #fff;
        padding: 2px 8px;
        background: #d8584b;
        border-radius: 20px;
        vertical-align: middle;
    }

    .part1-list3 > li > a {
        font-weight: normal;
        width: 190px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        color: #333;
        vertical-align: middle;
        font-size: 14px;
        margin-right: 10px;
        margin-left: 6px;
    }

    .part1-list3 > li > div {
        display: inline-block;
        color: #666;
        vertical-align: middle;
        line-height: 30px;
        font-size: 14px;
    }

.new-part2 {
    padding: 60px 0;
    background: url(../../images/new/part2-bg.png) no-repeat;
    background-size: 100% 100%;
}

.new-title > h3 {
    font-size: 24px;
}

.new-title > span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    letter-spacing: 5px;
    opacity: 0.4;
}

.new-part2 .new-part2-content-box > img {
    display: inline-block;
    position: relative;
    left: -30px;
}

.new-part2-content-box a:first-child {
    display: none;
}

.new-part2 .new-part2-content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 180px;
    /* top: 30px; */
    /* left: 170px; */
    margin-top: 40px;
}

    .new-part2 .new-part2-content > a {
        display: inline-block;
        position: absolute;
        overflow: hidden;
    }

        .new-part2 .new-part2-content > a:hover {
            transform: scale(1.01);
            transition: all 0.3s;
        }

        .new-part2 .new-part2-content > a > img {
            position: absolute;
            top: 20%;
            left: 20%;
        }

        .new-part2 .new-part2-content > a:nth-child(1) {
            width: 376px;
            height: 368px;
            background: #8849d6;
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
            opacity: 1;
            border-radius: 3px;
            top: 0;
            left: 0;
            display: none;
        }

        .new-part2 .new-part2-content > a:nth-child(2) {
            width: 376px;
            height: 152px;
            background: #00b386;
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
            opacity: 1;
            border-radius: 3px;
            top: 379px;
            display: none;
        }

        .new-part2 .new-part2-content > a:nth-child(3) {
            width: 230px;
            height: 179px;
            background: #ffa53c;
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
            opacity: 1;
            border-radius: 3px;
            left: 430px;
            top: 0;
        }

        .new-part2 .new-part2-content > a:nth-child(4) {
            width: 230px;
            height: 179px;
            background: #90d14f;
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
            opacity: 1;
            border-radius: 3px;
            left: 930px;
            top: 0;
        }

        .new-part2 .new-part2-content > a:nth-child(5) {
            width: 410px;
            height: 179px;
            background: #533fc4;
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
            opacity: 1;
            border-radius: 3px;
            left: 0;
            top: 0;
        }

            .new-part2 .new-part2-content > a:nth-child(5) > img {
                top: 30%;
            }

        .new-part2 .new-part2-content > a:nth-child(6) {
            width: 230px;
            height: 179px;
            background: #f86b7e;
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
            opacity: 1;
            border-radius: 3px;
            left: 680px;
            top: 0;
        }

        .new-part2 .new-part2-content > a:nth-child(7) {
            width: 225px;
            height: 179px;
            background: #c060e8;
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
            opacity: 1;
            border-radius: 3px;
            left: 620px;
            top: 190px;
            display: none;
        }

.new-part3 {
    padding: 60px 0;
    background: url(../../images/new/part3-bg.png) no-repeat;
    background-size: 100% 100%;
}

.new-part3-content {
    min-height: 108px;
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

    .new-part3-content li {
        width: 19.5%;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        background: url(../../images/new/icon-shcool.png) no-repeat left center;
        height: 50px;
        line-height: 50px;
    }

        .new-part3-content li a {
            color: #333;
            font-size: 14px;
            padding-left: 30px;
        }

.P-Read .new-title {
    display: inline-block;
}

.new-part5-cont {
    height: 256px;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    opacity: 1;
    border-radius: 5px;
}

.new-part5-box1 {
    padding: 35px 10px;
    width: 520px;
    float: left;
    height: 210px;
}

    .new-part5-box1 > div {
        height: 50%;
        width: 100%;
    }

.part5-box1-list1 {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
}

    .part5-box1-list1 > ul {
        width: 100%;
    }

        .part5-box1-list1 > ul > li {
            color: #3c4b5d;
            font-size: 14px;
            width: 49%;
            height: 50px;
            line-height: 50px;
            display: inline-block;
            font-weight: bold;
        }

            .part5-box1-list1 > ul > li > img {
                vertical-align: middle;
            }

.part5-box1-list2 > div {
    width: 50%;
    /* display: inline-block; */
    padding-top: 25px;
    float: left;
}

    .part5-box1-list2 > div > img {
        vertical-align: super;
    }

    .part5-box1-list2 > div > div {
        display: inline-block;
        width: 190px;
        /* font-size: 14px; */
        /* width: 100%; */
    }

        .part5-box1-list2 > div > div > div {
            width: 48%;
            /* display: inline-block; */
            float: left;
            margin-left: 1%;
        }

            .part5-box1-list2 > div > div > div > span {
                line-height: 24px;
                display: block;
                font-size: 12px;
                font-weight: bold;
            }

.new-color1 {
    color: #429efd;
}

.new-color2 {
    color: #8543e0;
}

.new-color3 {
    color: #74bc51;
}

.new-color4 {
    color: #fd7f55;
}

.box1-list2-title {
    font-size: 12px;
}

.font21 {
    font-size: 20px;
}

.new-part5-box2 {
    width: 350px;
    height: 210px;
    padding: 10px 20px;
    float: left;
    border-left: 1px solid #ddd;
    margin-top: 20px;
}

.part5-box2-echarts1 {
    width: 320px;
    height: 150px;
}

.new-part5-box3 {
    width: 320px;
    height: 210px;
    padding: 10px 0px 10px 20px;
    float: left;
    border-left: 1px solid #ddd;
    margin-top: 20px;
}

.part5-box2-echarts-title {
    font-size: 14px;
    /* font-weight: 400; */
    line-height: 20px;
    color: #3c4b5d;
    margin-bottom: 20px;
}

.part5-box2-echarts2 {
    width: 300px;
    height: 150px;
}

@media screen and (min-height:800px) and (max-height:950px) {
    .pic-text {
        bottom: 120px;
    }

    .t-left p {
        height: 52px;
    }

    #searcher {
        top: 120px;
    }
}

@media screen and (max-height:800px) {
    .pic-text {
        display: none;
    }

    #searcher {
        top: 120px;
    }
}

#currentLink:hover {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
