/* main.css */
*{
    box-sizing: border-box;padding:0px;margin:0px;
}
html {
    text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6{font-weight: normal}

.bold{
    font-family: PingFangSC-Semibold, sans-serif;
}

@media only screen and (min-width: 750px) {
    html {
        font-size:100px;
    }
}
@media only screen and (max-width: 750px) {
    html {
        font-size:100px;
    }
}
@media only screen and (max-width: 640px) {
    html {
        font-size:85.3px;
    }
}
@media only screen and (max-width: 414px) {
    html {
        font-size:55.2px;
    }
}
@media only screen and (max-width: 375px) {
    html {
        font-size:50px;
    }
}
@media only screen and (max-width: 320px) {
    html {
        font-size:42.6px;
    }
}


*:before, *:after {
    box-sizing: inherit;
}

html,body {
    margin: 0;
    font-family:"PingFangSC-Regular, sans-serif","Arial Normal", "Arial","微软雅黑","宋体",Arail,Tabhoma;
    padding: 0px;
    color:#333;
}
a{
    text-decoration: none;
}
img{max-width:100%;}
h1, h2, h3, h4, h5, h6, p, ul, li, hr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.flex{
    display: flex;
    display: -webkit-flex;
}

#Body {
    width: 7.5rem;
    margin-left: auto;
    margin-right: auto;
    font-size:0.26rem;
}

header{
    height:0.9rem;
}
.logo{
    height:0.9rem;
    padding:0.15rem 0.2rem;
    box-sizing: border-box;
}
.logo img{
    height:0.6rem;
}

.search{
    width:0.9rem;
    height:0.9rem;
    padding:0.2rem;
    text-align:right;
    background:url("/res/Home/structure/19071924.png") center no-repeat;
    background-size:0.5rem auto;

}

nav{
    width:1.1rem;
    height:0.9rem;
    align-content:center;
    padding:0.2rem 0.3rem 0.2rem 0.1rem;
}
nav em,nav em:after,nav em:before{
    display: inline-block;
    width:100%;
    background:#1259a0;
    height:0.05rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    position: relative;
}
nav em:after{
    position: absolute;
    top:0.16rem;
    content:'';
}
nav em:before{
    position: absolute;
    top:-0.16rem;
    content:'';
}
.head-r{
    margin-left:auto;
}

.focus{
    height:4rem;
}
.focus img{
    height:4rem;
}
.swiper-pagination-bullet{
    background:#fff !important;
    width:0.21rem !important;
    height:0.21rem !important;
}
.section01 .swiper-pagination-bullet{
    background:#fff !important;
    width:0.21rem !important;
    height:0.05rem !important;
border-radius:0 !important;
}
.swiper-pagination1 .swiper-pagination-bullet{
    background:#e5e6e7 !important;
    opacity: 1 !important;
}
.swiper-pagination1 .swiper-pagination-bullet-active{
    background:#1259a0 !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0.4rem !important;
}
.section{

}
.section01{
    height:9.3rem;
    padding-top:0.3rem;
    background:url("/res/Home/structure/19071923.png") center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.section01 .pic{
    width:100%;
    margin:0px auto;
    height:5.5rem;
    display: inline-block;
    text-align:center;
}
.section01 .pic img{
    width:70%;
    max-height:5rem;
}
.section01 .tit{
    display: inline-block;
    text-align: center;
    line-height:1rem;
    font-size:0.36rem;
    width:100%;
}
.section01 .tit a{
    color:#000;
}

.section02{
    background:#f4f8fb;
    flex-direction: column;
    padding:0 0.3rem;
}
.h1{
    justify-content:center;
    font-size:0.36rem;
    color:#1259a0;
    font-weight: 400;
    line-height:1.78rem;
    font-family: PingFangSC-Semibold, sans-serif;
    flex: 1;
}
.section02 .box{
    border:0.02rem #7ca6c5 solid;
    height:2.6rem;
    flex: 1;
    margin-bottom:0.3rem;
    background:#fff url("/res/Home/structure/19071922.png") left center no-repeat;
    background-size:auto 100%;
    padding-left:1.7rem;
    flex-direction: column;
    justify-content:center;
}
.section02 .tit{
    font-size:0.28rem;
    font-weight: bold;
    margin-bottom:0.16rem;
}
.section02 .tit a{color:#333}
.section02 .info a {
    color: #666;
}
.section02 .info{
    font-size:0.26rem;
    color:#999;
    line-height:140%;
}

.section03{
    background:#fff;
    padding:0 0.3rem;
    flex-direction: column;
}
.section03 .box{
    background:#ffffff url(/res/Home/structure/19082541.png) right 0 no-repeat;
    height:1.85rem;
    padding-left:0.5rem;
    justify-content:space-around;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top:0.2rem;
border:0.01rem solid #cdcdcd;
}
.section03 .pic{
    width:1rem;
    height:0.8rem;
    display: inline-block;
    justify-content: center;
    margin-right:0.25rem;
    text-align:center;
}
.section03 .pic img{
    max-width: 1rem;
    max-height:0.8rem;
}
.section03 .tit{
    color:#fff;
    font-size:0.24rem;
    line-height:160%;
    flex: 1;
}
.section03 .tit em{
    font-size:0.28rem;
    color:#333;
    font-style: normal;
    display: block;
    line-height:220%;
}
.section03 .show{
    width:0.8rem;
    height:1rem;
    /*background:url("/res/Home/structure/19071921.png") center no-repeat;*/
background:url("/res/Home/structure/19082187.png") center no-repeat;
    background-size:0.35rem auto;
    transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transition:transform 0.5s;
    -webkit-transition:transform 0.5s;
}
.section03 .box.cur .show{
    transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
}
.section03 .box-tc{
    background:#1259a0;
    /*border:0.01rem #1259a0 solid;*/
    border-top:none;
    padding:0rem 0.3rem 0.3rem;
    display: none;
}
.section03 .box-tc p{
    line-height:160%;
    color:#fff;
}
.section03 .box-tc .p1{
    margin-top:0.3rem;
    font-size:0.28rem;
    color:#fff;
    line-height:200%;
}

.section04{
    flex-direction: column;
    background:#fff;
}
.section04 .switch{
    padding:0rem 0.3rem;
    border-bottom:0.01rem #b7c4d2 solid;
}
.section04 .switch span{
    color:#000;
    font-size:0.28rem;
    height:0.88rem;
    width:1.6rem;
    line-height:0.88rem;
    text-align:center;
    margin-right:0.2rem;
    border-bottom:0rem #b7c4d2 solid;
    transition:border 0.2s;
    -webkit-transition:border 0.2s;
}
.section04 .switch span.cur{
    border-bottom:0.04rem #1259a0 solid;
}
.section04 .bd{
    padding:0.3rem;
}
.section04 .bd ul{
    display: none;
    flex: 1;
}
.section04 .bd ul li{
    justify-content:space-around;
    display: flex;
    display: -webkit-flex;
    margin-bottom:0.3rem;
}
.section04 .bd .pic{
    width:2.27rem;
    height:1.45rem;
    margin-right:0.3rem;
}
.section04 .bd .pic img{
    width:100%;
    height:100%;
}
.section04 .bd .nr{
    flex: 1;
}
.section04 .bd .tit{
    height:1.13rem;
    display: block;
    line-height:160%;
}
.section04 .bd .tit a{
    color:#333;
}
.section04 .bd .time{
    color:#999;
    height:0.26rem;
    display: block;
}
.section04 .bd .more{
    padding-top:0.3rem;
}
.more{
    text-align:center;
}
.more a{
    width:40%;
    height:0.7rem;
    color:#1259a0;padding:0px;
    border:0.01rem solid #1259a0;
    line-height:0.7rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    border-radius: 0.04rem;
}

.section05{
    background:#f6f9fe url("/res/Home/structure/19071920.png") center bottom no-repeat;
    background-size:100% auto;
    flex-direction: column;
}
.section05 .box{
    flex-direction: column;
    padding:0rem 0.3rem;
}
.section05 ul li{
    width:50%;
    float:left;
    line-height:180%;
    padding:0.1rem 0.3rem;
}
.section05 ul li .tit{
    color:#044694;
}
.section05 .info{
    color:#ef7301;
    font-size:0.44rem;
    line-height:160%;
    font-weight: bold;
}
.section05 .info sub{
    font-size:0.288rem;
    color:#ef7301;
    position: relative;
    top:-0.1rem;
}

footer{
    height:0.77rem;
    line-height:0.77rem;
    text-align:center;
    background:#009b92;
    color:#a9bad4;
    font-size:0.22rem;
}

.banner img{
    width:100%;
    height:100%;
}

.detail{
    padding:0rem 0.32rem;
    flex-direction:column;
}

.h2{
    font-size:0.36rem;
    justify-content: center;
    line-height:1.45rem;
    flex: 1;
}

.detail .info{
    font-size:0.28rem;
    line-height:160%;
    flex: 1;
    flex-direction:column;
}
.detail .info p{
    color:#666;
    margin-bottom:0.2rem;
    justify-content:flex-start;
}

.course{
    background:#f6f8fc;
    flex-direction: column;
    padding:0rem 0.32rem;
    margin-top:0.2rem;
}
.course .info{
    flex:1;
    flex-direction: column;
    border-left:0.01rem #044694 solid;
}
.course h3{
    color:#044694;
    font-size:0.32rem;
    flex: 1;
    padding-left:0.55rem;
    position: relative;
    top:-0.12rem;
}
.course h3:after{
    width:0.15rem;
    height:0.15rem;
    position: absolute;
    left:-0.07rem;
    margin-top:-0.07rem;
    top:50%;
    content:'';
    background:#044694;
    display: inline-block;
}
.course h3:before{
    width:0.4rem;
    height:0.02rem;
    content: '';
    display: inline-block;
    position: absolute;
    left:0rem;
    top:50%;
    background:#044694;
}
.course ul{
    flex: 1;
    padding-left:1.65rem;margin-bottom:0.35rem;
}
.course ul li{
    font-size:0.26rem;
    line-height:200%;
}
.course ul li a{
    color:#666;
}

.expert{
    flex-direction: column;
    padding:0rem 0.32rem;
    margin-top:0.2rem;
}
.expert .list{
    flex: 1;
    overflow-x:scroll;
}
.expert ul li{
    width:4.2rem;
    height:5.6rem;
    border:0.01rem #d2d2d2 solid;
    float:left;
    padding:0.4rem 0.6rem;
    flex-direction: column;
    justify-content: center;
    margin-right:0.2rem;
}
.expert ul li .pic{
    width:100%;
    height:3.4rem;
    flex: 1;
    display: block;
    text-align: center;
    margin-bottom:0.35rem;
}
.expert ul li img{
    width:100%;
    height:3.4rem;
}
.expert ul li .tit{
    width:100%;
    flex:1;
    line-height: 200%;
    font-size:0.28rem;
    display: block;
    text-align: center;
}
.expert ul li a{
    color:#000;
}
.expert ul li .info{
    width:100%;
    flex: 1;
    color:#999;
    line-height:160%;
    display: block;
    text-align: center;
}

.qual{
    padding:0rem 0.18rem;
    flex-direction: column;
}
.qual .list{
    flex: 1;

}
.qual .list ul li{
    padding:0rem 0.14rem;
    width:50%;
    height:2.25rem;
    float:left;
    margin-bottom:0.2rem;

}

.qual .list ul li img{
    width:100%;
    height:2.25rem;
}

.Header{
    width:100%;
    padding:0 4%;
    border-bottom:1px solid #e8e8e8;
    height:50px;
    background: #fff;
max-width:7.5rem;
}
.header-tit{
    width:100%;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    vertical-align: middle;
}
.header-tit span{
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.m-head-logo{
    height:22px;
    display: table-cell;
    margin-top:14px;
}
.head-list{
    height:16px;
    margin-top:16px; 
}
.head-close{
    height:17px;
    margin-top:15px;
}
.head-sea{
    height:18px;
    margin-top:14px; 
    margin-right:12px;
}
.head-dh-list{
    width: 100%;max-width:7.5rem;
    background: #fff;
    position: fixed; 
    z-index: 100;
    height:100%;
    display: none;
    overflow-y: auto;
    padding-bottom:90px;
}
.head-dh-list h3{
    padding: 0 4%;
    width:100%;
    line-height: 280%;
}

.head-dh-list h3 img{
    vertical-align: middle;
    height:9px;
    margin-top:17px;
}
.head-dh-list ul{
    width:100%;
    background: #f4f8fb;
    padding:5px 0;
    border-bottom:1px solid #e8e8e8;
    display: none;
}
.head-dh-list ul li{
    padding: 0 4%;
    width:100%;
    color:#333;
    line-height: 260%;
}
.head-dh-list .head-ys-li{
    padding-left:11%;
    width:90%;

}
.head-dh-list a{color:#333;}

.pic-list{
        flex-direction: column;
        padding:0.32rem;
    }
    .pic-list li{
        flex:1;
        border-bottom:1px #dcdcdc solid;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        padding-bottom:0.3rem;
        margin-bottom:0.3rem;
    }
    .pic-list  .pic{
        flex: 1;
        height:3.66rem;
        margin-bottom:0.3rem;
        background:#eeeeee url(/res/Home/structure/14112579.png) center no-repeat;
        background-size:70% auto;
        margin-bottom:0.2rem;
    }
    .pic-list .pic img{
        width:100%;
        height:3.66rem;
    }
    .pic-list .tit{
        line-height: 160%;
        font-size:0.28rem;
        flex: 1;
    }
    .pic-list .tit a{
        color:#000;
    }
    .pic-list .time{
        color:#999;
        font-size:0.24rem;
        line-height:140%;
        flex: 1;
    }
    .pic-list .info{
        color:#666;
        font-size:0.26rem;
        margin-top:0.2rem;
        line-height:160%;
    }
    .pic-list .info a{
        color:#044694;
    }

 .file-list{
        flex-direction: column;
        padding:0 0.32rem 0.3rem;
    }
    .file-list ul li{
        flex:1;
        display: flex;
        display: -webkit-flex;
        border-bottom:0.02rem solid #dcdcdc;
        padding:0.3rem;
        padding-left:0;
        flex-direction: column;
        position: relative;
    }
    .file-list ul li:after{
        content: '';
        display: inline-block;
        width: 0.3rem;
        height: 0.3rem;
        background: url(/res/Home/structure/19072463.png) center no-repeat;
        transform: rotate(-90deg);
        position: absolute;
        right: 0rem;
        top: 50%;
        margin-top: -0.15rem;
        background-size:90% auto;
    }
    .file-list .tit{
        flex: 1;
        font-size:0.28rem;
        line-height:160%;
    }
    .file-list .tit a{
        color:#333;
    }
    .file-list .fbt{
        flex:1;
        font-size:0.26rem;
        line-height:160%;
    }
    .file-list .fbt a{
        color:#999;
    }
    .file-list .fj{
        width:100%;height:100%;display:block;position:absolute;left:0px;top:0px;z-index:11;opacity:0;
    }
.file-list .fj a{display:block;width:100%;height:100%;}

    .switch{
        padding:0rem 0.3rem;
        border-bottom:0.01rem #b7c4d2 solid;
    }
    .switch ul li{
        color:#000;
        font-size:0.28rem;
        margin-right:0.2rem;
        float:left;
    }
    .switch ul li a{
        color:#000;display:block;
    }
    .switch span{
        border-bottom:0rem #b7c4d2 solid;
        transition:border 0.2s;
        -webkit-transition:border 0.2s;
        height:0.88rem;
        width:1.6rem;
        line-height:0.88rem;
        text-align:center;
        display: block;
    }
    .switch span#CurrentlyNode,.switch span#CurrentlyPathNode{
        border-bottom:0.04rem #1259a0 solid;
    }

.tab{
        padding:0.24rem 0.32rem;
        flex-direction: column;
    }
    .tab .hd{
        flex:1;
        background:#f7f9fc;
        border-top:0.02rem #dcdcdc solid;
        font-size:0.28rem;
        padding:0 0.6rem 0 0.2rem;
        justify-content: left;
        align-items: center;
        height:1.1rem;
        position: relative;
    }
    .tab .hd:after{
        content: '';
        display: inline-block;
        width:0.3rem;
        height:0.3rem;
        background: url("/res/Home/structure/19072463.png") center no-repeat;

        transition: transform 0.2s;
        position: absolute;
        right:0.2rem;
        top:50%;
        margin-top:-0.15rem;
    }
    .tab .hd.cur:after{
        transform: rotate(180deg);
    }

    .tab .bd{
        padding:0.32rem;
        line-height:160%;
        color:#666;
        font-size:0.26rem;
        display:none;
    }
    .tab .bd p{
        margin-bottom:0.15rem;
    }
.tab .bd p img{height:auto !Important}
.head-bold{font-weight:bold;}