@charset "utf-8";
@font-face {
    font-family: SourceHanSerifCN;src:url("../font/SourceHanSerifCN.otf");
}
@font-face {
    font-family: TimesNewerRoman;src:url("../font/TimesNewerRoman-Regular.otf");
}
header{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    z-index: 999;
   /* animation: 0.8s ease .3s 1 normal backwards running fadeInDown;*/
    background: #fff;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex-r{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
}
.img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img p{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
a:hover .img p{
    /*transform: scale(1.05);*/
}
/* 鎼滅储 */
.layer {width: 100%;height: 100%;background: rgba(6,28,26,0.75);position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 99999;opacity: 0;visibility: hidden;transition: all 0.3s ease-out 0s;}
.layer.showdiv { opacity: 1; visibility: visible; }
.layer .close {position: absolute;right: 100px;top: 100px;width: 60px;height: 60px;text-align: center;line-height: 70px;cursor: pointer;font-size: 0;transition: all 0.3s ease-out 0s;}
.layer .close:before,.layer .close:after{content:'';width: 100%;height: 2px;display:block;position:absolute;background: #fff;transition:1s;transform: rotate(45deg);top: 24px;}
.layer .close:before{transform: rotate(-45deg);}
.layer .close:hover{transform: rotate(90deg);}
.layer .search_box {height: 55px;line-height: 55px;width: 50%;transform: translateY(-50px);opacity: 0;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.layer.showdiv .search_box { transform: none; transition: all 0.5s ease-out 0s; opacity: 1; font-size: 0; }
.layer .search_box .kw {width: 85%;height: 100%;background: #fff;padding: 0 15px;font-size: 16px;border-radius: 0;float: left;margin: 0;border: none;box-sizing: border-box;}
.layer .search_box .ok {background: #1184E7;color: #fff;width: 15%;height: 100%;text-align: center;font-size: 18px;cursor: pointer;border-radius: 0;float: left;position: absolute;top: 0;right: 0;}

/* 瀵艰埅logo--1 */
.logo a{
    display: block;
    width: auto;
    height: auto;
}
.logo a img{
    display: block;
    width: 338px;
    height: auto;
    max-height: 0.65rem;
}



/* 瀵艰埅 */
header .w1400{
    max-width: 14.4rem;
}
.nav {
    width: auto;
    height: auto;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav ul>li{
    position: relative;
    margin-left: 0.3rem;
    padding: 0.35rem 0;
}
.nav ul>li:first-of-type{
    margin-left: 0;
}
.nav ul>li>a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    letter-spacing: 0px;
    color: #333333;
}
.nav ul>li.hover>a{
    color: #1184E7;
    font-weight: bold;
}
.nav ul>li:hover>a{
    color: #1184E7;
    font-weight: bold;
}
.nav ul>li ol{
 
    position: absolute;
    width: auto;
    min-width:240%;
    max-width:340%;
 transform:translate(-50%);
    height: auto;
    z-index: 99;
    left: 50%;
    top: 100%;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
    box-sizing: border-box;
    padding: 0.05rem 0;

    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;

}

.nav ul>li.kuan ol{width:340%;}

.nav ul>li ol .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 0.35rem;
    overflow: hidden;
    border-bottom: 2px solid #1184E7;
    box-sizing: border-box;

x
}
.nav ul>li ol .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 100%;
    margin: 0 auto;
    background: #1184E7;
    -webkit-transform: translate(0px, 0.29rem) rotate(45deg);
    -moz-transform: translate(0px, 0.29rem) rotate(45deg);
    -ms-transform: translate(0px, 0.29rem) rotate(45deg);
    -o-transform: translate(0px, 0.29rem) rotate(45deg);
    transform: translate(0px, 0.29rem) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.nav ul>li:hover ol {

filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform: translateX(-50%) scaleY(1);



}
.nav ul>li ol li a{
    display: block;
    width: 100%;
    font-size: 0.18rem;
    color: #333;
    text-align: center;
    line-height: 0.26rem;
    padding: 0.08rem 0.15rem;
    box-sizing: border-box;
}
.nav ul>li ol li a:hover{
    color: #1184E7;
    font-weight: bold;
}
.nav .search{
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    background: #F2F2F3 url(../img/search.png) no-repeat center;
    background-size: 0.18rem auto;
    margin-left: 0.24rem;
    cursor: pointer;
}
.header_m{
    display: none;
}








/* 搴曢儴 */
footer{
    background: #1184E7;
}
.yqlj{
    position: relative;
    margin-top: 1.7rem;
    position: relative;
}
.yqlj::before{
    display: block;
    content: "";
    width: 100%;
    height: calc(100% + 1.7rem);
    background: url(../img/footerBg.png) no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.yqlj{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 0;
}
.yqlj a{
    display: block;
    width: auto;
    height: auto;
    padding-bottom: 0.32rem;
    position: relative;
    margin: 0 auto;
}
.yqlj li{
    width: auto;
    margin: 0 0.2rem;
}
.yqlj a .yuan{
    display: block;
    margin: 0 auto;
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px dashed #FFFFFF;
    position: relative;
    transition: all .4s;
}
.yqlj a:hover .yuan{
    background: rgba(255,255,255,0.4);
    border: none;
}
.yqlj  a .yuan::before{
    display: none;
    content: "";
    width: 1.04rem;
    height: 1.04rem;
    border-radius: 100%;
    border: 1px dashed rgba(255,255,255,1);
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.yqlj  a .yuan .animation{
    display: none;
    width: 1.04rem;
    height: 1.04rem;
    border-radius: 100%;
    background: transparent;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.yqlj a .animation::before{
    display: block;
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.yqlj a .icon{
    display: block;
    width: 0.72rem;
    height: 0.72rem;
    background: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.yqlj a .icon img{
    display: block;
    width: auto;
    height: auto;
    max-width: 0.36rem;
    max-height: 0.36rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.yqlj a .tit{
    font-family: Microsoft YaHei;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: 0px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: auto;
    white-space: nowrap;
}
.yqlj a:hover .tit{
    font-weight: bold;
}
.yqlj a:hover .yuan::before{
    display: block;
}
.yqlj a:hover .yuan .animation{
    display: block;
    animation: rotateAroundCircle 6s linear infinite;
}
.yqlj a:hover .icon{
    background: rgba(255, 255, 255, 0.5);
}
footer .bq{
    background: #036CC7;
    padding: 0.13rem 0;
}
footer .bq p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
}
footer .bq p a{
    margin-right: 4px;
}
footer .bq p a,footer .bq p a img{
    display: block;
    height: auto;
    width: 0.16rem;
}
/* 濯掍綋鏌ヨ */
@media only screen and (min-width: 1921px){
    .logo a,.logo a img{
        min-height: 0.65rem;
    }
}

@media only screen and (max-width: 1560px){
.teacher{
    width: 90%;
    margin: 0 auto !important;
}
.content{
    width: 90%;
    margin: 0 auto !important;
}
}
@media only screen and (max-width: 1470px){
header .w1400{
padding: 0 0.3rem;
}

.logo a img{
        width: auto;
        height: 0.6rem;
}
    .nav ul>li {
        margin-left: 0.15rem;
    }
.nav ul>li>a{font-size: 0.18rem;}

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


    .w1400,header .w1400{
        padding: 0 0.3rem;
        width: 100%;
        max-width: none;
    }
    .nav ul>li{
        margin-left: 0.15rem;
    }

/*.content{width:90%}*/
}

@media only screen and (max-width: 1360px){
.logo a img{height:0.5rem;}


}

@media only screen and (max-width: 1200px){
.logo a img{height:0.4rem;}
    .nav ul>li {
        margin-left: 0.1rem;
    }
    .nav ul>li>a {
        font-size: 0.16rem;
    }

}

@media only screen and (max-width: 1100px){
    .yqlj a .tit{
        width: 250%;
        text-align: center;
    }
}
@media only screen and (max-width: 1040px){

.teacher{width:100%}
.content{width:100%}

    header{
        display: none;
    }
    body{
        padding-top: 0;
    }
    .header_m{
        display: block;
    }
    .logo{
        margin-left: 0;
    }
    .m_Top{
        display: flex;
        padding: 15px 0.3rem;
        justify-content: space-between;
        align-items: center;
    }
    .m_Top .logo a,.m_Top .logo a img{
        display: block;
        width: auto;
        height: 65px;
        max-height: none;
    }
    .menu1 {
        width: 35px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
    }
    .menu1 span {
        float: left;
        width: 100%;
        background: #1184E7;
        transition: all 0.4s ease;
        margin-top: 12px;
        height: 2px;
    }
    .menu1 span:nth-of-type(2){
        width: 80%;
    }
    .menu1 span:first-of-type {
        margin-top: 0;
    }
    .menu1.open span:nth-of-type(1) {
        transform: rotate(45deg);
        margin-top: 12px;
    }
    .menu1.open span:nth-of-type(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
        width:100%;
    }
    .menu1.open span:nth-of-type(3) {
        opacity: 0;
    }
    body.navshow {
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        margin: 0;
    }
    .header_m {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        z-index: 9999;
        box-sizing: border-box;
        background: #fff;
        background-size: cover;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.08);
    }
    .m_nav .search3{
        position: absolute;
        top: 0;
        right: 0;
        width: 420px;
        border-top: 1px solid #ccc;
    }
    .m_nav .search3 div.search3_sub{
        background: #ffffff;
        width: 100%;
        height: 46px;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
    }
    .m_nav .search3 .text {
        float: left;
        width: calc(100% - 50px);
        height: 46px;
        border: none;
        outline: none;
        line-height: 46px;
        padding-left: 20px;
        font-size: 15px;
        margin: 0;
        background: transparent;
        color: #000000;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
    }
    .m_nav .search3 .text::-webkit-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-moz-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-ms-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .submit {
        width: 50px;
        height: 46px;
        float: right;
        background: #fff url(../img/search2.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav {
        width: 100vw;
        height: calc(100% - 95px);
        position: fixed;
        top: 95px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display: block;
        overflow: auto;
        box-sizing: border-box;
    }
    .m_nav.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }
    .m_nav ul{
        position: absolute;
        transition: right 0.3s ease;
        right: 0;
        top: 47px;
        left: auto;
        width: 420px;
        height: calc(100% - 47px);
        z-index: 99999;
        background: #fff;
        margin: 0;
        overflow: auto;
    }
    .m_nav ul li {
        height: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: left;
        padding: 0;
        line-height: 54px;
    }
    .m_nav ul>li>a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 54px;
    }
    .m_nav ul>li>a:hover {
        color: #1184E7;
    }
    .m_nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 54px;
        top: 0;
        background: url(../img/jia1.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .m_nav ul li i.on {
        background: url(../img/jian2.png) no-repeat center center;
    }
    .m_nav ul li ol {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
        display: none;
        transition: all 0s;
    }
    .m_nav ul li ol>li {
        text-align: left;
        border: 0;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        text-indent: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        transition: all .5s;
    }
    .m_nav ul li ol>li a {
        color: #333333;
        display: block;
    }
    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #1184E7;
    }
    .yqlj{
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-top: 1.2rem;
        padding: 20px 0;
    }
    .yqlj li{
        width: 20%;
        margin: 15px 0;
    }
    .yqlj::before{
        height: 0;
        padding: 25.196% 0 0;
        bottom: auto;
        top: 0;
        transform: translateY(-48%);
    }
}
@media only screen and (max-width: 768px){
    .m_Top{
        padding: 15px 20px;
    }
    .m_Top .logo a, .m_Top .logo a img{
        height: 50px;
    }
    .m_nav {
        height: calc(100% - 80px);
        top: 80px;
    }
    .menu1{
        width:30px;
    }
    .menu1 span{
        margin-top: 10px;
    }
    .w1400{
        padding: 0 20px;
    }
    .yqlj a .tit{
        width:100%;
        white-space: normal;
        bottom: auto;
        top: 1rem;
    }
}
@media only screen and (max-width: 560px){
    .m_Top{
        padding: 12px;
    }
    .m_Top .logo a, .m_Top .logo a img{
        height: 40px;
    }
    .m_nav{
        height: calc(100% - 64px);
        top: 64px;
    }
    .menu1{
        width: 32px;
    }
    .menu1 span{
        margin-top: 9px;
    }
    .w1400{
        padding: 0 12px;
    }
    .m_nav ul{
        width:100%;
    }
    .m_nav ul>li>a {
        font-size: 16px;
        text-indent: 12px;
        line-height: 44px;
    }
    .m_nav ul li i {
        width: 15%;
        height: 44px;
    }
    .m_nav ul li ol>li{
        text-indent: 24px;
        line-height: 36px;
        font-size: 14px;
    }
    .m_nav .search3{
        width: 100%;
    }
    .yqlj{
        justify-content: space-between;
        margin-top: 60px;
        align-items: flex-start;
    }
    .yqlj li{
        width: 30%;
        margin: 8px 0;
    }
    .yqlj a .tit{
        white-space: normal;
        width: 100%;
        top: 74px;
        font-size: 14px;
        line-height: 18px;
        position: static;
        transform: none;
        margin-top: 8px;
    }
    footer .bq p{
        font-size: 12px;
    }
    footer .bq{
        padding: 5px 0;
    }
    .yqlj a .yuan{
        width: 0.66rem;
        height: 0.66rem;
    }
    .yqlj  a .yuan::before{
        width: 0.78rem;
        height: 0.78rem;
    }
    .yqlj  a .yuan .animation{
        width: 0.78rem;
        height: 0.78rem;
    }
    .yqlj a .icon{
        width: 0.66rem;
        height: 0.66rem;
    }
    .yqlj a .icon img{
        max-width: 0.36rem;
        max-height: 0.36rem;
    }
    .yqlj a{
        padding-bottom: 0;
    }
}


.pb_sys_style1 .p_no_d{background: #1184e7;
    border-radius: 100%;
    color: #fff;
width: 0.24rem;
    margin: 0.05rem 0.02rem;
}
.pb_sys_common .p_t{
    font-size: 0.15rem;
    line-height: 0.24rem;

    width: auto;
    text-align: center;
    color: #747474;
    cursor: pointer;
    margin: 0.05rem 0.12rem;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{border:0 !important;
font-size: 0.15rem;
    line-height: 0.24rem;
    height: 0.24rem;
    width: auto;
    text-align: center;
    color: #747474;
    cursor: pointer;
    margin: 0.05rem 0.12rem;
}