.index h2 {
    font-size: .36rem;
    color: #134991;
}

.index h3 {
    font-size: .18rem;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    transition: all .5s;
}

.header {
    position: relative;
    background: #134991;
    padding-top: .12rem;
    padding-bottom: .52rem;
}

.hd-hd {
    float: right;
    font-size: .14rem;
    color: #fff;
    line-height: .32rem;
}

.hd-hd a {
    margin-right: .33rem;
}

.hd-hd .search-box {
    display: inline-block;
    position: relative;
}

.hd-hd .search-box input[type="text"] {
    width: 2.1rem;
    height: .32rem;
    padding-left: .15rem;
    padding-right: .37rem;
    border: 1px solid #fff;
    border-radius: .16rem;
}

.search-box input[type='text']::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.37;

}

.search-box input[type='text']::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
    opacity: 0.37;

}

.search-box input[type='text']:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    opacity: 0.37;

}

.search-box input[type='text']:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
    opacity: 0.37;
}

.hd-hd .search-box input[type="submit"] {
    position: absolute;
    top: 50%;
    right: .15rem;
    transform: translateY(-50%);
    width: .2rem;
    height: .2rem;
    background: url(/images/search.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.logo {
    width: 5.77rem;
    margin-top: .08rem;
}

.logo a {
    display: block;
}

.logo a img {
    width: 100%;
}


/* 手机导航按钮 */
.phone-btn {
    position: absolute;
    right: 30px;
    top: 55%;
    display: none;
    width: 40px;
    transform: translateY(-20%);
    background: transparent;
    cursor: pointer;
    border: none;
    padding: none !important;
}

.phone-btn i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-top: 8px;
    border-radius: 3px;
}

/* 手机菜单 */
.phone-nav {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 60%;
    z-index: 5 !important;
}

.phone-nav .accordion {
    width: 100%;
    background: #2760ac;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 5;
}

.phone-nav .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #89a4c8;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.phone-nav .accordion .link .toggle {
    float: right;
}

.phone-nav .accordion li:last-child .link {
    border-bottom: 0;
}



.phone-nav .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.phone-nav .accordion li.open .link {
    color: #ffb94a;
}



.phone-nav .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.phone-nav .submenu {
    display: none;
    background: #134991;
    font-size: 14px;
}

.phone-nav .submenu li {
    border-bottom: 1px solid #89a4c8;
}

.phone-nav .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.phone-nav .submenu a:hover {
    background: #eff6ff;
    color: rgb(0, 0, 0);
}


.nav {
    background: #134991;
    border-top: 1px solid #89a4c8;
    color: #fff;
}

.nav ul>li {
    position: relative;
    display: inline-block;
    margin-left: .6rem;

}

.nav ul>li>a {
    display: block;
    line-height: .5rem;
}

.nav li:first-child {
    margin-left: 0;
}

.nav li ol {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 140px;
    width: max-content;
    padding: .1rem .2rem;
    background-color: #134991;
    line-height: .3rem;
    text-align: center;
    z-index: 3;
}

.news {
    background: #eff6ff;
    padding-bottom: .8rem;
}



.list-hd {
    height: 0.61rem;
    margin-top: .55rem;
    padding-top: .15rem;
    background: url(/images/news-bg.png) no-repeat;
    background-size: auto .48rem;
}

.list-hd a {
    float: right;
    margin-top: .15rem;
    font-size: .2rem;
}

.news-bd {
    margin-top: .3rem;
}

.news-slider {
    float: left;
    width: 6.3rem;
    height: 4rem;
    overflow: hidden;
    position: relative;

}

.news-slider .hd {
    overflow: hidden;
    position: absolute;
    right: .27rem;
    bottom: .15rem;
    z-index: 1;
}

.news-slider .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.news-slider .hd ul li {
    float: left;
    margin-right: .03rem;
    width: .1rem;
    height: .1rem;
    border-radius: .05rem;
    text-align: center;
    background: #c5c9bc;
    cursor: pointer;
}

.news-slider .hd ul li.on {
    background: #fff;
}

.news-slider .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.news-slider .bd ul {
    width: 100% !important;
    height: 100% !important;
}

.news-slider .bd li {
    width: 100% !important;
    height: 100%;
    zoom: 1;
}

.news-slider .bd li a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.news-slider .bd li>a>img {
    width: 100%;
    height: 100%;
}

.news-slider .tempWrap {
    height: 100%;
}

.news-slider .bd li a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    height: .43rem;
    width: 100%;
    background-color: rgb(0, 0, 0, .4);
    padding-left: .2rem;
    padding-right: 1.38rem;
    font-size: .2rem;
    color: #fff;
    line-height: .43rem;

}

.news-slider .bd li a h3 {
    float: left;
    max-width: 3.8rem;
    height: .43rem;
    overflow: hidden;

    color: #fff;
    line-height: .43rem;

}

.news-slider .bd li a i {
    float: left;
    width: .5rem;
    height: .01rem;
    background-color: #fff;
    margin-top: .20rem;
    margin-left: .33rem;
    content: '';
    line-height: .43rem;
}

.news-bd .list-bd {
    float: left;
    width: 6.3rem;
    margin-left: .4rem;
    font-size: .14rem;
    line-height: .21rem;
    color: #999;
}


.news-bd .list-bd li,
.com2 .list-bd li {
    position: relative;
    padding: .177rem 0 .177rem .22rem;
    border-bottom: 1px dashed #bfc5cc;
}

.news-bd .list-bd li::before {
    position: absolute;
    left: 0;
    top: .22rem;
    width: .12rem;
    height: 0.12rem;
    background: url(/images/new-item.png) no-repeat;
    background-size: 100% 100%;
    content: '';
}

.com2 .list-bd li::before {
    position: absolute;
    left: 0;
    top: .26rem;
    width: 0.08rem;
    height: 0.08rem;
    background: #ffb94a;
    border-radius: .04rem;
    content: '';
}

.news-bd .list-bd li h3,
.com2 .list-bd li h3 {
    height: .21rem;
}

.news-bd .list-bd li a p {
    height: .42rem;
    margin-top: .12rem;
    transition: all .5s;
    overflow: hidden;

}

.news-bd .list-bd span,
.com2 .list-bd span {
    float: right;
    color: #ffb94a;
}

.com1,
.com2 {
    float: left;
    width: 6.3rem;
}

.interflow,
.down {
    margin-left: .4rem;
}

.list-hd {
    margin-bottom: .5rem;
}

.com1 .list-bd li {
    margin-bottom: .16rem;
}

.com1 .list-bd .date {
    float: left;
    width: 1rem;
    background-color: #134991;
    color: #ffb94a;
    text-align: center;
    font-family: FZCSFW--GB1-0;
}

.com1 .list-bd .date i {
    display: block;
    font-size: .4rem;
    line-height: .5rem;
}

.com1 .list-bd .date span {
    font-size: .16rem;
    line-height: .27rem;
}

.com1 .list-bd h3 {
    height: .57rem;
    margin-left: 1.22rem;
    padding-top: .12rem;

}

.box1 {
    padding-bottom: .5rem;
}

.box2 {
    background-color: #eff6ff;
    padding-bottom: .5rem;
}

.inform .list-hd {
    background-image: url(/images/inform.png);
    background-size: 2.6rem auto;
}

.interflow .list-hd {
    background-image: url(/images/exchange.png);
    background-size: 3.76rem auto;
}

.school .list-hd {
    background-image: url(/images/campus.png);
    background-size: 3.5rem auto;
}

.down .list-hd {
    background-image: url(/images/download.png);
    background-size: 2.84rem auto;
}

.show {
    padding-bottom: .62rem;
}

.show .list-hd {
    background-image: url(/images/show.png);
    background-size: 2.14rem auto;
}

.picScroll-left {
    position: relative;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    position: absolute;
    top: 3.06rem;
    display: block;
    width: .27rem;
    height: .48rem;
    overflow: hidden;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 5;
}

.picScroll-left .hd .prev {
    left: 42%;
    background-image: url(/images/left.png);
}

.picScroll-left .hd .next {
    right: 42%;
    background-image: url(/images/right.png);


}


.picScroll-left .bd {
    overflow: hidden;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    width: 3.1rem;
    height: 2.53rem;
    margin-right: .21rem;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    background: #000;
}

.picScroll-left .bd ul li img {
 width: 100%;
height: 100%
}



.footer {
    background: url(/images/ft-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 1.6rem;
    color: #fff;
}

.ft-hd {
    border-bottom: 1px solid #456ca3;
}


/* 
    flex  兼容 ie10

.ft-hd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft-hd li {
    min-width: 1.22rem;
    margin-right: 1.5rem;
    margin-bottom: .5rem;
}
} */

.ft-hd li {
    float: left;
    min-width: 2rem;
    margin-right: .75rem;
    margin-bottom: .5rem;
}

.ft-hd li:nth-child(5n) {
    margin-right: 0;
}

.ft-hd li a::after {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: .05rem solid transparent;
    border-bottom: .05rem solid transparent;
    border-left: .08rem solid #fff;
    margin-left: .06rem;
    content: '';
    transition: all .5s;
}



.ft-bd {
    padding-bottom: .45rem;
}

.f-logo {

    margin-top: .5rem;
    text-align: center;
}

.f-logo img {
    width: 5.77rem;
}

.ft-bd .fl {
    margin-top: .5rem;
}

.ft-bd .fl span {
    display: inline-block;
}

.ft-bd .fr {
    margin-top: .38rem;
}

.ft-bd .fr div {
    display: inline-block;
    padding: 2px;
    width: 0.8rem;
    height: 0.8rem;
    background: #fff;
    margin-right: .14rem;
    text-align: center;

}

.ft-bd .fr div img {
    margin-bottom: .08rem;
}

.hd-hd a:hover,
.phone-nav li a:hover,
.nav li a:hover,
.footer li a:hover,
.footer li a:hover::after {
    color: #ffb94a;
    border-left-color: #ffb94a;
}

a:hover h3,
a:hover p {
    color: #ffb94a;
}

.subpage {
    margin-top: .3rem;
}

.sub-l {
    float: left;
    width: 2.63rem;
}

.sub-l h2 {
    background: url(/images/ft-bg.png) no-repeat;
    background-position: -100px -300px;
    text-align: center;
    line-height: .85rem;
    color: #fff;
}


.sub-l li {
    border-bottom: #d3d3d3 1px solid
}

.sub-l li a {
    display: block;
    background: #eff6ff;
    border-left: .05rem solid transparent;
    font-size: .24rem;
    text-align: center;
    line-height: .6rem;
}

.sub-l li.active a {
    border-left-color: #ffb94a;
    color: #134991;
}

.sub-r {
    margin-left: 3rem;
    margin-bottom: .5rem;
}

.sub-r-hd {
    padding-bottom: .2rem;
    border-bottom: .04rem solid #134991;
    margin-bottom: .2rem;
}

.sub-r-hd .sub-nav {
    display: none;
    margin-bottom: 10px;

}

.sub-r-hd .sub-nav h3 {
    padding: 0 20px;
    background: #134991;
    color: #fff;
    font-size: 25px;
    line-height: 40px;
}

.sub-r-hd .sub-nav h3 a:last-child {
    float: right;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: 20px;
    transform: rotate(-45deg);
    transition: all .5s;
}

.sub-r-hd .sub-nav h3 a.click {
    margin-top: 10px;
    transform: rotate(135deg);
}

.sub-r-hd .sub-nav ul {
    display: none;
}

.sub-r-hd .sub-nav li {
    border-bottom: #d3d3d3 1px solid
}

.sub-r-hd .sub-nav li a {
    display: block;
    background: #eff6ff;
    padding-left: 50px;
    border-left: .05rem solid transparent;
    font-size: .2rem;
    line-height: .6rem;
}

.sub-r-hd .sub-nav li.active a {
    border-left-color: #ffb94a;
    color: #134991;
}

.sub-r-hd .position {
    text-align: right;
}

.sub-r-hd>h3 {
    font-size: .3rem;
    color: #134991;

}


.sub-r-bd {
    min-height: 7rem;
    position: relative;
}

.list .sub-r-bd ul li {
    height: .55rem;
    line-height: .55rem;
    border-bottom: #e9e9e9 1px dashed;
    padding-left: .2rem;
    background: url(/images/new-item.png) left center no-repeat;
    background-size: .12rem .12rem;
    color: #262626;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.list .sub-r-bd ul li h4 {
    height: .42rem;
    margin-right: 1.4rem;
    overflow: hidden;
}

.list .sub-r-bd ul li span {
    float: right;
}


.imglist .sub-r-bd ul li {
    float: left;
    width: 32.6%;
    height: 2.44rem;
    margin-right: 1%;
    margin-bottom: .2rem;
    overflow: hidden;
}

.imglist .sub-r-bd ul li:nth-child(3n) {
    margin-right: 0;
}

.imglist .sub-r-bd ul li img {
    transition: all .5s;
}

.imglist .sub-r-bd ul li a {
    display: block;
    position: relative;
    height: 100%;
}

.imglist .sub-r-bd ul li a h4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .3rem;
    background-color: rgb(0, 0, 0, .4);
    padding-left: .2rem;
    padding-right: .5rem;
    color: #fff;
    line-height: .3rem;
    font-weight: normal;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
}

.imglist .sub-r-bd li:hover h4 {
    opacity: 1;
}

.imglist .sub-r-bd li:hover img {
    transform: scale(1.1);
}

.sub-r-bd .content-tit {

    border-bottom: 1px solid #999;
    text-align: center;
}

.sub-r-bd .content-tit h4 {
    font-size: 30px;

}

.sub-r-bd .content-tit p {
    margin: 20px 0;
    color: #727272;

}

.sub-r-bd .content-txt {
    padding-bottom: 100px;
}

.sub-r-bd .content-txt>p {
    margin-top: 20px;
    text-indent: 2em;
    font-size: 20px;
    line-height: 30px;
}

.sub-r-bd .content-txt .img {
    text-indent: 0;
}


.sub-r-bd .content-txt .link {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pager {
    margin-top: .5rem;
    text-align: center;
}

@media (max-width:1000px) {
    html {
        font-size: 90px !important;
    }

    .index h2 {
        font-size: 28px;
    }

    .block {
        width: 98%;
    }


    .header {
        padding-bottom: 30px;
    }

    .hd-hd {
        float: none;
        text-align: center;
    }



    .logo {
        width: 80%;
        margin-top: 30px;
    }

    .phone-btn {
        display: block;
    }

    .nav {
        display: none;
    }

    .news .list-hd {
        background-size: 170px auto;
    }

    .inform .list-hd {
        background-size: 200px auto;
    }

    .interflow .list-hd {
        background-size: 300px auto;
    }

    .school .list-hd {

        background-size: 200px auto;
    }

    .down .list-hd {
        background-size: 300px auto;
    }

    .news-slider {
        width: 48%;
    }

    .news-bd .list-bd {
        width: 48%;
        margin-left: 2%;
    }

    .news-slider .bd li a .text {
        padding-right: 50px;
    }

    .news-slider .bd li a h3 {
        width: 70%;
    }

    .news-slider .bd li a i {
        width: 30px;
        margin-left: 10px;
    }

    .com1,
    .com2 {
        width: 49%;
    }

    .interflow,
    .down {
        margin-left: 2%
    }

    .com1 .list-bd .date {
        width: 70px;
    }

    .com1 .list-bd .date i {
        font-size: 32px;
        line-height: 38px;

    }

    .com1 .list-bd .date span {
        line-height: 23px;
        font-size: 12px;
    }

    .com1 .list-bd h3 {
        margin-left: 80px;
    }





    .footer {
        background-image: url(/images/ft-phone-bd.png);
        padding-top: 50px;
    }

    .ft-hd li {
        min-width: 110px;
        margin-right: 9% !important;
        margin-bottom: 20px;
    }

    .show .list-hd {
        background-size: 200px auto;
    }

    .picScroll-left{
        height: 474px ;
        overflow: hidden;
    }

    .picScroll-left .bd ul li {
        display: block !important;
        width: 32.6%;
        margin-right: 1%;
        margin-bottom: 10px;
    }

    .picScroll-left .bd ul li:nth-child(3n) {
        margin-right: 0;
    }

    .picScroll-left .hd {
        display: none;
    }

    /* 子页 */
    .sub-l {
        display: none;
    }

    .sub-r {
        margin-left: 0;
    }

    .sub-r-hd .position {
        text-align: left;
    }

    .sub-r-hd .sub-nav {
        display: block;
    }

    .sub-r .sub-r-hd>h3 {
        display: none;
    }

    .imglist .sub-r-bd ul li {
        height: 235px;
    }

    .imglist .sub-r-bd ul li a h4 {
        opacity: 1;
    }

}

@media (max-width:978px) {
    .picScroll-left {
        text-align: center;
    }

}

@media (max-width:900px) {

    .news-slider {
        width: 95%;
        height: 512px;
        margin: 0 2.5%;
    }

    .news-bd .list-bd {
        width: 95%;
        margin: 0 2.5%;
    }

    .picScroll-left{
        height: 460px ;
    }

    .picScroll-left .bd ul li {
        height: 220px;
    }
}

@media (max-width:801px) {
    .news-slider {
        height: 465px;

    }



    .imglist .sub-r-bd ul li {
        width: 48%;
        height: 275px;
        margin: 10px 1% !important;
    }

    .picScroll-left{
        height: 415px ;
    }

    .picScroll-left .bd ul li {
        height: 199px;
    }
}

@media (max-width:700px) {

    .header {
        padding-bottom: 20px;
    }

    .hd-hd a {
        margin-right: 3%;
    }

    .hd-hd .search-box input[type="text"] {
        width: 150px;
        height: 25px;
    }

    .logo {
        margin-top: 10px;
    }

    .phone-btn {
        right: 20px;
        width: 35px;
    }

    .phone-btn i {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        margin-top: 6px;
        border-radius: 3px;
    }

    .news {
        padding-bottom: 40px;
    }


    .list-hd {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .list-hd a {
        font-size: 15px;
    }

    .news-slider {
        height: 400px;
    }


    .com1 .list-bd .date {
        width: 60px;
    }

    .com1 .list-bd .date i {
        font-size: 30px;
        line-height: 35px;

    }

    .com1 .list-bd .date span {
        line-height: 20px;
        font-size: 12px;
    }

    .com1 .list-bd h3 {
        margin-left: 70px;
        padding-top: 10px;
    }

    .box1,
    .box2 {
        padding-bottom: 40px;
    }

    .com1,
    .com2 {
        width: 95%;
        margin: 0 2.5%;
    }


    .picScroll-left{
        height: 626px ;
    }

    .picScroll-left .bd ul li {
        width: 48%;
        margin: 0 1% 10px !important;
        height: 303px;
    }

    .ft-hd li {
        margin-right: 45px !important;
    }

    .ft-bd .fl {
        text-align: center;
        float: none;
    }

    .ft-bd .fr {
        float: none;
        text-align: center;
    }

    .f-logo img {
        width: 80%;
    }


    .imglist .sub-r-bd ul li {
        height: 240px;
    }

}

@media (max-width:600px) {


    .news-slider {
        height: 345px;
    }

    .sub-r-hd .sub-nav h3 {
        font-size: 22px;
    }

    .picScroll-left{
        height: 466px ;
    }

    .picScroll-left .bd ul li {
        width: 49%;
        margin: 0 .5% 10px !important;
        height: 223px;
    }


    .imglist .sub-r-bd ul li {
        width: 95%;
        height: 405px;
        margin: 10px 2.5% !important;
    }
}



@media (max-width:500px) {
    .news-slider {
        height: 286px;
    }

    .picScroll-left{
        height: 388px ;
    }

    .picScroll-left .bd ul li {

        height: 184px;
    }

    
    .ft-hd li {
        margin-right: 20% !important;
    }


    .imglist .sub-r-bd ul li {

        height: 335px;

    }
}

@media (max-width:400px) {
    h2 {
        font-size: 24px;
    }

    .phone-btn {
        top: 60%;
        width: 30px;
    }

    .phone-btn i {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        margin-top: 4px;
        border-radius: 3px;
    }

    .news-slider {
        height: 225px;
    }

    .com1 .list-bd li {
        margin-bottom: 0;
    }

    .com1 .list-bd .date {
        transform: scale(.8);
    }

    .com1 .list-bd h3 {
        margin-left: 65px;
        padding-top: 5px;
    }

    .news .list-hd {
        background-size: 120px auto;
    }

    .inform .list-hd {
        background-size: 200px auto;
    }

    .interflow .list-hd {
        background-size: 220px auto;
    }

    .school .list-hd {
        background-size: 150px auto;
    }

    .down .list-hd {
        background-size: 220px auto;
    }


    .show .list-hd {
        background-size: 150px auto;
    }


    .picScroll-left{
        height: 326px ;
    }

    .picScroll-left .bd ul li {
        height: 153px;
    }



    .ft-hd li {
        margin-right: 10% !important;
    }



    .f-logo img {
        width: 90%;
    }

    .sub-r-hd .sub-nav h3 {
        font-size: 18px;
    }


    .imglist .sub-r-bd ul li {
        height: 265px;

    }
}