/*申明编码*/
@charset "utf-8";




/*准备字体*/
@font-face { 
    font-family: "icofont";
    src: url("../fonts/fontIcon/mkIcon-v1.5.0.eot"),
         url("../fonts/fontIcon/mkIcon-v1.5.0.svg"),
         url("../fonts/fontIcon/mkIcon-v1.5.0.ttf"),
         url("../fonts/fontIcon/mkIcon-v1.5.0.woff");
}




/*初始化页面*/
html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
html.load{
    display: none;
}
html.done{
    display: block;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
body{
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 0.16rem;
}
a{text-decoration: none;}
ul{margin: 0;padding: 0;}
li{list-style: none;}
i,em{font-style: normal;}
img{border: none;}
input:focus{outline: none;}
select:focus{outline: none;}
textarea:focus{outline: none;}
/*IOS输入框样式处理*/
input{
    -webkit-appearance: none;
}
textarea{
    -webkit-appearance: none;
}
/*IOS按钮处理*/
button,
input[type=file],
input[type=button],
input[type=submit]{
    cursor: pointer;
    -webkit-appearance: none;
}




/*HEAD*/
#header{
    width: 100%;
    height: 2.5rem;
    display: block;
    position: absolute;
    z-index: 768;
    top: 0;
    left: 0;
    border-top: 0.05rem #1052cb solid;
    background-position: left 0 top 0;
    background-repeat: no-repeat;
    background-size: 100% 2.5rem;
    background-image: url(../images/gl/head_menu_bg.png);
}
.header_ss{
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 774;
    top: 0;
    right: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}
.header_ss.df{
    width: 0.6rem;
    height: auto;
}
.header_ss.hov{
    width: 100%;
    height: auto;
}
.header_ss > input{
    width: 100%;
    height: 0.5rem;
    color: #1052cb;
    font-weight: bold;
    text-align: right;
    box-sizing: border-box;
    top: 0;
    right: 0;
    position: absolute;
    display: block;
    border: none;
    font-size: 0.16rem;
    background-color: #fff;
    padding: 0.07rem 0.55rem 0.07rem 0.07rem;
}
.header_ss > a{
    width: 0.6rem;
    height: 0.5rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    text-align: center;
    display: block;
    color: #fff;
    display: block;
    position: relative;
    margin: 0 0 0 auto;
    background-color: #1052cb;
}
.header_cen{
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 772;
    width: 14rem;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 3rem;
}
.head_cen_logo{
    display: block;
    position: absolute;
    top: 0;
    left: -0.2rem;
    padding: 0.15rem 0 0 0rem;
}
.head_cen_logo > a{
    display: block;
}
.head_cen_logo > a > img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0.2rem auto;
}
.head_cen_menu{
    display: block;
    position: relative;
}
.head_cen_menu_se{
    width: 105%;
    height: auto;
    display: block;
    top: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    z-index: 776;
    box-sizing: border-box;
    padding: 0.3rem 0 0 0.6rem;
    text-align: right;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.head_cen_menu_se > a{
    color: #fff;
    position: relative;
    font-size: 0.16rem;
    padding: 0.05rem 0.3rem;
    display: inline-block;
    border-radius: 0.05rem 0.05rem;
}
.head_cen_menu_se > a:hover{
    color:  #c1ffc2;
}
.head_cen_menu_se > a:after{
    content: '';
    width: 0.01rem;
    height: 0.16rem;
    display: block;
    position: absolute;
    top: 0;
    left: -0.03rem;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}
.head_cen_menu_se > a:nth-child(1):after{
    display: none;
}
.head_cen_menu_lb{
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0.6rem 0 0 1.8rem;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.head_cen_menu_lb > li{
    min-width: 12.5%;
    vertical-align: top;
    display: inline-block;
    position: relative;
}
.head_cen_menu_lb > li > a{
    display: block;
    font-size: 0.21rem;
    font-weight: bold;
    color: #fff;
    padding: 0.1rem 0.12rem 0.2rem 0.12rem;
    margin: 0 auto;
    border-radius: 0.05rem 0.05rem 0 0;
    background-color: rgba(0, 0, 0, 0);
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.head_cen_menu_lb > li:not(:has(.head_menu_lb_sub)) > a{
    border-radius: 0.05rem 0.05rem;
    padding: 0.1rem 0.12rem;
}
.head_cen_menu_lb > li:hover > a{
    background-color: rgba(16, 82, 203, 0.85);
}
.head_menu_lb_sub{
    min-width: 1.2rem;
    max-height: 0;
    overflow: hidden;
    display: block;
    top: 0.5rem;
    left: 0rem;
    position: absolute;
    border-radius: 0 0.05rem 0 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: left 0 top 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/gl/head_menu_sub_bg.png);
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.head_cen_menu_lb > li:hover .head_menu_lb_sub{
    max-height: 4.8rem;
    padding: 0.1rem 0.2rem 0.1rem 0.2rem;
}
.head_menu_lb_sub > a{
    display: block;
    font-size: 0.15rem;
    color: #fff;
    top: 0;
    left: 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 0.1rem 0 0.1rem 0;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.head_menu_lb_sub > a:hover{
    left: -0.05rem;
    font-weight: bold;
}
.head_btn{
    display: none;
}
@media screen and (max-width: 1400px){
    #header{
        left: auto;
        display: block;
        position: fixed;
        width: 2.8rem;
        height: 100%;
        background: none;
        transition: All 0.3s ease-in-out;
        -webkit-transition: All 0.3s ease-in-out;
    }
    #header.df{
        top: 0;
        right: -2.8rem;
        background-color: rgba(0, 0, 0, 0);
    }
    #header.hov{
        top: 0;
        right: 0;
    }
    .header_ss{
        transition: All 0.2s ease-in-out;
        -webkit-transition: All 0.2s ease-in-out;
    }
    .header_cen{
        top: auto;
        left: auto;
        right: auto;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0 0 0 0;
        background-color: rgba(0, 0, 0, 0.7);
        transition: All 0.2s ease-in-out;
        -webkit-transition: All 0.2s ease-in-out;
    }
    #header.df .header_cen{
        opacity: 0;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    #header.hov .header_cen{
        opacity: 1;
    }
    .head_cen_logo{
        display: block;
        width: 100%;
        height: auto;
        padding: 0.3rem 0 0 0;
    }
    .head_cen_logo > a > img{
        max-width: 70%;
    }
    .head_cen_menu{
        width: 100%;
        height: 100%;
        position: absolute;
        padding: 1.4rem 0 0 0;
        box-sizing: border-box;
    }
    .head_cen_menu_se{
        padding: 0.7rem 0 0 0;
        text-align: center;
    }
    .head_cen_menu_se > a{
        width: 25%;
        border-radius: 0.05rem 0.05rem;
    }
    .head_cen_menu_se > a:after{
        display: none;
    }
    .head_cen_menu_lb{
        text-align: left;
        overflow: auto;
        width: 100%;
        height: 99%;
        background: none;
        padding: 0 0;
    }
    .head_cen_menu_lb::-webkit-scrollbar{
        width: 0.05rem;
        background-color: rgba(0, 0, 0, 0.05);
    }
    .head_cen_menu_lb::-webkit-scrollbar-thumb{
        background-color: rgba(83, 149, 76, 0.2);
    }
    .head_cen_menu_lb:hover::-webkit-scrollbar{
        background-color: rgba(0, 0, 0, 0.2);
    }
    .head_cen_menu_lb:hover::-webkit-scrollbar-thumb{
        background-color: #317ad4;
    }
    .head_cen_menu_lb > li{
        display: block;
    }
    .head_cen_menu_lb > li > a{
        position: relative;
        border-radius: 0 0;
        padding: 0.1rem 0.12rem 0.1rem 0.25rem;
        background: none;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100% 100%;
        background-image: url(../images/gl/head_menu_title_bg_.png);
    }
    .head_cen_menu_lb > li:not(:has(.head_menu_lb_sub)) > a{
        border-radius: 0 0;
    }
    .head_cen_menu_lb > li:hover > a{
        background: none;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100% 100%;
        background-image: url(../images/gl/head_menu_title_bg_.png);
    }
    .head_menu_lb_sub{
        width: 100%;
        height: auto;
        display: block;
        overflow: auto;
        top: auto;
        left: auto;
        position: relative;
        max-height: none;
        padding: 0.1rem 0;
        background: none;
    }
    .head_cen_menu_lb > li:hover .head_menu_lb_sub{
        padding: 0.1rem 0;
    }
    .head_menu_lb_sub > a{
        text-align: left;
        padding: 0.05rem 0 0.05rem 0.15rem;
    }
    .head_btn{
        display: block;
        position: fixed;
        z-index: 770;
        cursor: pointer;
        width: 100%;
        height: auto;
        transition: All 0.3s ease-in-out;
        -webkit-transition: All 0.3s ease-in-out;
    }
    #header.df .head_btn{
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
    }
    #header.hov .head_btn{
        top: 0;
        left: -2.8rem;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .head_btn.rsHov{
        background-color: rgba(0, 0, 0, 0.7) !important;
    }
    .head_xys_logo{
        display: block;
        position: absolute;
        width: 1.8rem;
        height: 0.27rem;
        top: 0;
        left: 0.05rem;
        bottom: 0;
        margin: auto;
    }
    .head_xys_logo > img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .head_btn > i{
        display: block;
        margin: 0 0 0 auto;
        width: 0.4rem;
        height: 0.4rem;
    }
    .head_btn > i:after{
        width: 0.4rem;
        height: 0.4rem;
        text-align: center;
        line-height: 0.4rem;
        font-size: 0.3rem;
        display: block;
        color: #fff;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
    }
    .head_btn:hover > i:after{
        color: #317ad4;;
    }
    #header.df .head_btn > i:after{
        content: "";
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    #header.hov .head_btn > i:after{
        content: "";
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}




/*FOOTER*/
#footer{
    display: block;
    position: relative;
    z-index: 256;
    background-color: #2a2a2a;
}
#footer:before{
    content: '';
    position: absolute;
    z-index: 256;
    width: 35%;
    height: 100%;
    max-height: 2rem;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(../images/gl/foot_bg_ys_cb_02.png);
}
#footer:after{
    content: '';
    position: absolute;
    z-index: 256;
    width: 40%;
    height: 100%;
    max-height: 2.4rem;
    left: 10%;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(../images/gl/foot_bg_ys_cb_01.png);
}
.foot_cen{
    display: block;
    position: relative;
    z-index: 258;
    width: 14rem;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.45rem 0.1rem 0.1rem 0.1rem;
}
.foot_cen_link{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0.1rem 0 0.5rem 5.6rem;
}
.foot_cen_link_logo{
    display: block;
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    box-sizing: border-box;
    padding: 0.05rem 0 0.1rem 1rem
}
.foot_cen_link_logo_pic{
    display: block;
    position: absolute;
    top: -10%;
    left: 0;
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    margin: auto;
}
.foot_cen_link_logo_pic > img{
    display: block;
    width: 100%;
    height: 100%;
}
.foot_cen_link_logo_contact{
    display: block;
}
.foot_cen_link_logo_contact > h3{
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #fff;
    margin: 0 auto 0.1rem auto;
}
.foot_cen_link_logo_contact > p{
    font-size: 0.13rem;
    line-height: 0.18rem;
    color: #fff;
    margin: 0 auto 0.03rem auto;
}
.foot_cen_link_lb{
    display: block;
    font-size: 0;
    text-align: left;
}
.foot_cen_link_lb > *{
    font-size: 0.16rem;
}
.foot_cen_link_lb_sub{
    width: 33.333%;
    height: auto;
    vertical-align: middle;
    padding: 0.05rem 0.1rem 0.05rem 0.35rem;
    box-sizing: border-box;
    display: inline-block;
}
.foot_cen_link_lb_sub > a{
    display: block;
    font-size: 0.14rem;
    min-height: 0.38rem;
    color: #fff;
    position: relative;
    padding: 0 0.8rem 0.1rem 0;
    margin: 0 auto 0.15rem auto;
    border-bottom: 0.01rem #6f6f6f solid;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}
.foot_cen_link_lb_sub > a:hover{
    border-bottom: 0.01rem #b7b7b7 solid;
}
.foot_cen_link_lb_sub > a:after{
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    text-align: center;
    font-size: 0.15rem;
    line-height: 0.2rem;
    color: #fff;
    position: absolute;
    top: 0.04rem;
    right: 0;
}
.foot_cen_link_lb_sub > a:hover:after{
    animation: dh-footLink 1s;
    -webkit-animation: dh-footLink 1s;
}
@keyframes dh-footLink{
    0%{right: 0.1rem; opacity: 0;}
    20%{right: 0.1rem; opacity: 0;}
    100%{right: 0; opacity: 1;}
}
@-webkit-keyframes dh-footLink{
    0%{right: 0.1rem; opacity: 0;}
    20%{right: 0.1rem; opacity: 0;}
    100%{right: 0; opacity: 1;}
}
.foot_copy{
    display: block;
    position: relative;
    z-index: 258;
    padding: 0 0.1rem;
    box-sizing: border-box;
    border-top: 0.01rem #6f6f6f solid;
}
.foot_copy_cen{
    display: block;
    width: 14rem;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 0.1rem 0.1rem 0.3rem 0.1rem;
    background-position: right 0.1rem center;
    background-size: 3.4rem auto;
    background-repeat: no-repeat;
    background-image: url(../images/gl/foot_bg_ys_xuesheng.png);
}
.foot_copy_cen > p{
    display: block;
    margin: 0 auto;
    font-size: 0.12rem;
    line-height: 0.25rem;
    color: #fff;
}
@media screen and (max-width: 1400px){
    #footer{
        background-position: left bottom;
        background-size: auto 70%;
    }
    .foot_cen_link{
        width: 80%;
        height: auto;
        margin: 0 auto;
        padding: 0.1rem 0;
    }
    .foot_cen_link_logo{
        display: block;
        position: relative;
        top: 0.0rem;
        left: 0.0rem;
        margin: 0 auto 0.4rem auto;
        padding: 0.05rem 0 0.1rem 1rem;
    }
    .foot_cen_link_lb_sub{
        padding: 0.05rem 0.4rem 0.05rem 0;
    }
    .foot_cen_link_lb_sub > a{
        padding: 0 0.25rem 0.1rem 0;
    }
    .foot_copy_cen{
        width: 80%;
        height: auto;
        padding: 0.1rem 0 0.3rem 0;
    }
}
@media screen and (max-width: 960px){
    .foot_copy_cen{
        padding: 0.1rem 0.1rem 0.75rem 0.1rem;
        background-position: right 0.4rem bottom 0.25rem;
        background-size: 3.2rem auto;
    }
}
@media screen and (max-width: 800px){
    .foot_cen_link_lb_sub{
        width: 50%;
    }
}
@media screen and (max-width: 640px){
    #footer:before{
        width: 60%;
    }
    #footer:after{
        width: 70%;
        left: 0;
    }
    .foot_cen_link{
        width: 95%;
    }
    .foot_copy_cen{
        width: 95%;
    }
    .foot_cen_link_logo{
        padding: 0.1rem 0 0.05rem 0.75rem;
    }
    .foot_cen_link_logo_pic{
        width: 0.6rem;
        height: 0.6rem;
    }
    .foot_cen_link_logo_contact > h3{
        font-size: 0.14rem;
        line-height: 0.18rem;
        margin: 0 auto 0.07rem auto;
    }
    .foot_cen_link_logo_contact > p{
        font-size: 0.12rem;
        line-height: 0.16rem;
    }
}
@media screen and (max-width: 480px){
    .foot_cen_link_lb_sub{
        padding: 0.05rem 0.1rem;
    }
    .foot_cen_link_lb_sub > a{
        display: block;
        font-size: 0.12rem;
        min-height: auto;
    }
    .foot_copy_cen{
        background-position: center bottom 0.25rem;
        background-size: 2.9rem auto;
    }
}




/*浮动区块-返回顶部*/
#fix_button{
    width: 0.4rem;
    height: auto;
    position: fixed;
    z-index: 768;
    bottom: 1.6rem;
    right: 0.2rem;
}
.fix_button_backTop{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.fix_button_backTop.df{
    opacity: 0;
    right: -0.8rem;
}
.fix_button_backTop.hov{
    opacity: 1;
    right: 0;
}
.fix_button_backTop > a{
    color: #fff;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    box-sizing: border-box;
    font-size: 0.2rem;
    line-height: 0.4rem;
    text-align: center;
    border: 0.01rem #0065bc solid;
    background-color: #317ad4;
}
.fix_button_backTop > a:hover{
    background-color: #3ba2fa;
    border: 0.01rem #317ad4 solid;
}














