@import url(/skin/css/bootstrap.css);
@import url(/skin/css/box.css);
@import url(/skin/css/swiper.css);
@import url(/skin/css/fonts.css);
@import url(/skin/css/owl.carousel.css);
@import url(/skin/css/owl.theme.default.css);
@import url(/skin/css/animate.css);
@import url(/skin/css/animation.css);
@import url(/skin/css/select.css);
@import url(/skin/css/rest.css);


@font-face {
    font-family: "icon";
    src: url("/skin/fonts/fontawesome-webfont.ttf");
}
.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header .navigation {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.header .navbar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .row {
    width: 100%;
    flex-wrap: nowrap;
}
.header .navbar-wrap .navbar-header {
    padding: 0 25px;
    margin-top: 0;
}
.header .navbar-header {
    text-align: center;
}
.header .navbar-header .logo {
    margin-right: 0;
}
.header .navbar-header .navbar-brand img {
    max-width: 360px;
}
.header #navbar {
    transition: all 0.5s;
}
.list_header .menu-close,
.header .menu-close {
    display: none;
}
.list_header #navbar{
    justify-content: right;
}
.header .navigation-holder {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.header #navbar {
    transition: all 0.5s;
}
.header.menu-close {
    display: none;
}
.header #navbar ul {
    list-style: none;
}
.header .header-right {
    display: flex;
    justify-content: flex-end;
    z-index: 991;
    position: relative;
    align-items: center;
}
.header .header-right > div {
    float: left;
    position: relative;
}
.header .header-right .get-btn {
    margin-right: 20px;
}
.theme-btn,
.view-cart-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4 {
    background: transparent;
    color: #30a7d5;
    display: inline-block;
    font-weight: 600;
    padding: 15px 45px;
    border: 1px solid #30a7d5;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-size: 0.8888888889rem;
    transition: all 0.3s;
}
.header .header-right .get-btn .theme-btn,
.header .header-right .get-btn .view-cart-btn {
    background: #30a7d5;
    color: #fff;
}
.header .header-right .header-search-form-wrapper {
    position: relative;
    width: 100px;
    height: 97px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.header .header-right button {
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
.header .header-right button i {
    color: #fff;
}
.header .header-right .search-toggle-btn,
.header .header-right .cart-toggle-btn {
    color: #fff;
    background: none;
}
.header .header-right .search-toggle-btn .ti-close,
.header .header-right .cart-toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: -2px;
}
.cart-search-contact .fi {
    font-size: 30px;
    font-size: 1.6666666667rem;
}

.wpo-hero-slider {
    width: 100%;
    height: 950px;
    display: flex;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.wpo-hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.wpo-hero-slider .swiper-slide {
    position: relative;
    z-index: 11;
    overflow: hidden;
}
.wpo-hero-slider .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.wpo-hero-slider .slide-inner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 22, 22, 0.4);
    content: "";
    z-index: -1;
}
.wpo-hero-slider .slide-bg-image_one {
    background-image: url(/skin/img/banner_one.jpg);
}
.wpo-hero-slider .slide-bg-image_two {
    background-image: url(/skin/img/banner_two.jpg);
}

.sub-title {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3px;
}
.sub-title span{
    font-weight: bold;
}
.sub_title{
    position: relative;
    padding-bottom: 15px;
}
.sub_title::before{
    content: "";
    background-color: #30a7d5;
    width: 55px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}
.sub_title::after {
    content: "";
    background-color: #f2f2f2;
    width: 80%;
    height: 4px;
    position: absolute;
    left: 65px;
    bottom: 0;
    border-radius: 10px;
}



.index_one .news_one{
    margin-bottom: 20px;
}
.index_one .news_one .img{
    border-radius: 6px;
    position: relative;
    margin-bottom: 15px;
}
.index_one .news_one .img a{
    border-radius: 6px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.index_one .news_one .img span {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #30a7d5;
    color: #fff;
    width: 120px;
    height: 35px;
    border-radius: 5px;
    display: block;
    font-weight: 400;
    text-align: center;
    pointer-events: none;
    line-height: 35px;
    text-transform: uppercase;
}
.index_one .news_one .content h6 a{
    color: #181823;
    font-size: 22px;
}
.index_one .news_one .content p{
    margin-bottom: 0;
}
.index_one .news_one .content span{
    display: block;
    padding: 5px 0;
    font-size: 13px;
}


.index-law .news_three{
    display: flex;
    gap: 32px;
    margin: 25px 0;
    align-items: center;
}
.index-law .news_three:first-child{
    margin-top: 0;
}
.index-law .news_three:last-child{
    margin-bottom: 0;
}
.index-law .news_three .img{
    flex-basis: 35%;
    overflow: hidden;
    border-radius: 6px;
}
.index-law .news_three .img a{
    display: block;
    width: 100%;
}
.index-law .news_three .content{
    flex-basis: 65%;
}
.index-law .news_three .content h5 a{
    color: #181823;
}
.index-law .news_three .content p{
    margin-bottom: 5px;
}
.index-law .news_three .content .time{
    font-size: 13px;
}
.index-law .news_three .content .time i{
    margin-right: 5px;
}
.index-law .news_three_right{
    margin-bottom: 20px;
}
.index-law .news_three_right .img{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 10px;
}
.index-law .news_three_right .img span{
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 20px;
    border-radius: 6px;
    background-color: #30a7d5;
    color: #fff;
}
.index-law .news_three_right .content h5 a{
    color: #181823;
    font-size: 22px;
}
.index-law .news_three_right .content p{
    margin-bottom: 0;
}
.index-law .box_flex{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-title .title h6{
    position: relative;
    text-align: center;
    font-size: 32px;
    color: #181823;
    margin-bottom: 40px;
}
.index-title .title h6::before {
    content: "";
    position: absolute;
    background: #181823;
    width: 40%;
    height: 1px;
    opacity: .5;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.index-title .title h6::after {
    content: "";
    position: absolute;
    background: #181823;
    width: 40%;
    height: 1px;
    opacity: .5;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.index-school .school-title{
    border-radius: 8px;
    margin-bottom: 20px;
}
.index-school .school-title h4{
    color: #181823;
    padding: 10px 0;
    text-align: center;
}
.index-school .school-box{
    background-color: #F4F4F4;
    padding: 30px;
}
.index-school .school-cover{
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 20px 0;
}
.index-school h5{
    margin-bottom: 20px;
}
.index-school hr{
    background-size: 4px 4px;
    border: 0 !important;
    height: 1px;
    margin: 0 0 24px;
    color: inherit;
    background-color: currentColor;
    opacity: .25;
}
.index-school .school-cover .img{
    flex-basis: 40%;
}
.index-school .school-cover .content{
    flex-basis: 58%;
}
.index-school .school-cover .content h6{
    font-size: 25px;
    margin-bottom: 5px;
}
.index-school .school-cover .content h6 a{
    color: #181823;
}
.index-school .school-cover .content span{
    display: inline-block;
    margin-bottom: 5px;
}
.index-school .school-cover .content p{
    margin-bottom: 0;
}
.index-school .school-btn{
    margin-top: 30px;
}
.index-school .school-btn a{
    padding: 8px 0;
    display: block;
    text-align: center;
    border: 1px solid;
    opacity: .8;
    color: #7c7c7c;
    transition: all .4s ease;
}
.index-school .school-btn a::after{
    content: "\f061";
    font-family: "font"!important;
    margin-left: 10px;
}
.index-school .school-btn a:hover{
    color: #fff;
    background-color: #30a7d5;
}

.list-library.index .library-box .cover{
    margin: 20px 0 0;
}


.index{
    padding: 100px 0;
}
.index-network-bg{
    background-color: #363e49;
}
/* .index-network{
    counter-reset: count;
} */
.index-other .title h6{
    position: relative;
    text-align: center;
    font-size: 32px;
    color: #fff;
}
.index-other .title h6::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 40%;
    height: 1px;
    opacity: .5;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.index-other .title h6::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 40%;
    height: 1px;
    opacity: .5;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.index-network .news{
    display: flex;
    align-items: center;
    padding: 25px;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 20px;
}
.index-network .news .icon{
    margin-right: 20px;
}
.index-network .news .icon::before{
    /* counter-increment: count; */
    content: "\f27b";
    font-size: 30px;
    font-weight: bold;
    background-color: #30a7d5;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "icon";
}
.index-network .news .content{
    flex-basis: 90%;
}
.index-network .news .content h6{
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-network .news .content h6 a{
    color: #181823;
    max-width: 80%;
}
.index-network .news .content h6 span{
    font-size: 13px;
    color: #30a7d5;
}
.index-network .news .content p{
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.5;
}
.list .index-network .news{
    border: 1px solid #e3e3e3;
}

.index_five .title h6{
    position: relative;
    text-align: center;
    font-size: 32px;
    color: #181823;
}
.index_five .title h6::before {
    content: "";
    position: absolute;
    background: #181823;
    width: 40%;
    height: 1px;
    opacity: .5;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.index_five .title h6::after {
    content: "";
    position: absolute;
    background: #181823;
    width: 40%;
    height: 1px;
    opacity: .5;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.index_five .popularization{
    display: flex;
    margin-top: 30px;
}
.index_five .popularization .popularization-img{
    min-width: 295px;
    margin-right: 20px;
    max-width: 295px;
    overflow: hidden;
    border-radius: 6px;
}
.index_five .popularization .popularization-img a {
    display: block;
    height: 100%;
}
.index_five .popularization .popularization-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.index_five .popularization .popularization-content {
    position: relative;
    border: 1px solid #F0F2F5;
    padding: 32px 30px;
    flex-grow: 1;
    border-radius: 6px;
}
.index_five .popularization .popularization-content h5{
    margin-bottom: 8px;
    font-size: 20px;
}
.index_five .popularization .popularization-content h5 a{
    color: #181823;
}
.index_five .popularization .popularization-content p{
    margin-bottom: 30px;
}
.index_five .popularization .popularization-content .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_five .popularization .popularization-content .bottom a{
    color: #30a7d5;
    font-weight: bold;
    letter-spacing: 2px;
}


.index_five .box .cover{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.index_five .box .cover .img{
    margin-right: 15px;
    border-radius: 6px;
    overflow: hidden;
    max-width: 40%;
}
.index_five .box .cover .content{
    width: 60%;
}
.index_five .box .cover .content h5{
    font-size: 18px;
    color: #181823;
    margin-bottom: 10px;
    font-weight: bold;
}
.index_five .box .cover .content h5 a{
    color: #181823;
}
.index_five .box .cover .content span i{
    margin-right: 5px;
    font-size: 13px;
}
.index_five .box .cover .content span{
    font-size: 13px;
}

.index-complaint .news{
    margin-bottom: 20px;
}
.index-complaint .news .img{
    padding: 15px;
    border: 2px dashed #30a7d5;
    margin-bottom: 15px;
}
.index-complaint .news .img img{
    width: 100%;
}
.index-complaint .news .content span{
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
}
.index-complaint .news .content span i{
    padding-right: 5px;
}
.index-complaint .news .content h6 a{
    color: #010f30;
    font-size: 22px;
}
.index-complaint .news .content h6{
    margin-bottom: 10px;
}
.index-complaint .news .content p{
    margin-bottom: 0;
    font-size: 14px;
}

.index-obligation .obligation{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #d8dde1;
    border-radius: 6px;
}
.index-obligation .obligation .obligation-img{
    max-width: 200px;
    width: 100%;
    flex: 0 0 auto;
    margin-right: 30px;
}
.index-obligation .obligation .obligation-img img{
    width: 100%;
}
.index-obligation .obligation .obligation-content span{
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}
.index-obligation .obligation .obligation-content h5{
    margin-bottom: 10px;
}
.index-obligation .obligation .obligation-content h5 a{
    color: #010f30;
    font-size: 22px;
}
.index-obligation .obligation .obligation-content p{
    margin-bottom: 0;
}

.index-high .cover{
    display: flex;
    align-items: center;
}
.index-high .cover .img{
    border-radius: 6px;
    overflow: hidden;
    max-width: 40%;
    margin-right: 15px;
}
.index-high .cover .img img{
    width: 100%;
}
.index-high .cover .content{
    max-width: 60%;
}
.index-high .cover .content h5{
    margin-bottom: 8px;
    font-size: 18px;
}
.index-high .cover .content h5 a{
    color: #010f30;
}
.index-high .cover .content p{
    margin-bottom: 0;
}


.index-high .news{
    margin-bottom: 20px;
}
.index-high .news .content{
    margin-top: 15px;
}
.index-high .news .content h6{
    font-size: 18px;
}
.index-high .news .content h6 a{
    color: #010f30;
}
.index-high .news .bottom-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.08);
}
.index-high .news .bottom-btn span{
    color: #010f30;
    font-size: 13px;
}
.index-high .news .bottom-btn span:first-child i{
    margin-right: 5px;
}
.index-high .news .bottom-btn span:last-child i{
    margin-left: 5px;
}
.index-high .news .bottom-btn::before{
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    width: 120px;
    height: 1px;
    background-color: #181823;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.index-high .news:hover .bottom-btn::before{
    width: 100%;
}


.list-library .library-box{
    position: relative;
    display: block;
}
.list-library .library-box .cover{
    position: relative;
    display: block;
    background-color: #e6e6e6;
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / 7%);
    padding: 20px ;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all 500ms ease;
    /*-webkit-mask: url(/skin/img/new-bg.png);*/
    /*mask: url(/skin/img/new-bg.png);*/
    /*-webkit-mask-repeat: no-repeat;*/
    /*mask-repeat: no-repeat;*/
    /*-webkit-mask-position: center center;*/
    /*mask-position: center center;*/
    /*-webkit-mask-size: cover;*/
    /*mask-size: cover;*/
    z-index: 1;
}
.list-library .library-box .cover::before{
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #fff;
    border-radius: 8px;
    /*border-radius: 8px;*/
    /*-webkit-mask: url(/skin/img/new-bg.png);*/
    /*-webkit-mask-repeat: no-repeat;*/
    /*-webkit-mask-position: center center;*/
    /*-webkit-mask-size: cover;*/
    z-index: -1;
}
.list-library .cover .img{
    position: relative;
    display: block;
    z-index: 1;
}
.list-library .cover .img .img-bg{
    position: relative;
    z-index: 1;
    /*-webkit-mask: url(/skin/img/news-bg.png);*/
    /*-webkit-mask-repeat: no-repeat;*/
    /*-webkit-mask-position: center center;*/
    /*-webkit-mask-size: cover;*/
}
.list-library .cover .img img{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}
.list-library .cover .img .deta{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: #30a7d5;
    color: #fff;
    width: 52px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.list-library .cover .img .deta h4{
    font-size: 15px;
    display: block;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
}
.list-library .cover .img .deta p{
    margin-bottom: 0;
    font-size: 13px;
    display: block;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}
.list-library .cover .text{
    margin-top: 15px;
}
.list-library .cover .text h4{
    margin-bottom: 8px;
}
.list-library .cover .text h4 a{
    color: #010f30;
    font-size: 22px;
}
.list-library .cover .text p{
    margin-bottom: 0;
}
.list-library .more-btn{
    position: absolute;
    bottom: 8px;
    left: 15px;
    z-index: 2;
}
.list-library .more-btn a{
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #181823;
}


.backtop {
    z-index: 999;
    bottom: 77px;
    position: fixed;
    right: 0;
    margin-right: 15px;
    cursor: pointer;
}
.backtop .bt-box {
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
    line-height: 45px;
    vertical-align: middle;
    background: #363e49;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    text-align: center;
    color: #fff;
}
.backtop .bt-box i{
    font-size: 25px;
}
.details{
    padding: 100px 0;
}

.details_news .title h2{
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
}
.details_news p a{
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    background-color: #30a7d5;
    min-height: 30px;
    margin-right: 10px;
}
.details_news p span{
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    background-color: #30a7d5;
    min-height: 30px;
    font-size: 15px;
    margin-top: 3px;
}
.details_news p span i{
    margin-right: 5px;
}
.details .title h2{
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
}
.details .title h4{
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
}
.details .title h4:before,
.details .title h2:before {
    content: "";
    background-color: #30a7d5;
    width: 55px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}
.details .title h4:after,
.details .title h2:after {
    content: "";
    background-color: #f2f2f2;
    width: 80%;
    height: 4px;
    position: absolute;
    left: 65px;
    bottom: 0;
    border-radius: 10px;
}
.details .details_source a{
    color: #30a7d5;
    margin-right: 10px;
}
.details .details-right .cover{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.details .details-right .cover .img{
    max-width: 40%;
}
.details .details-right .cover .content{
    max-width: 60%;
    margin-left: 20px;
}
.details .details-right .cover .content h6 a{
    color: #181823;
    font-size: 18px;
    margin-bottom: 8px;
}
.details .details-right .cover .content p{
    margin-bottom: 0;
    font-size: 14px;
}
.details .details-right .details-top{
    margin-bottom: 45px;
}
.details .details-right .details-bottom ul{
    display: flex;
    overflow-y: auto;
    flex-wrap: wrap;
    max-height: 300px;
}
.details .details-right .details-bottom ul li {
    margin: 0 5px 0 0;
    border-radius: 6px;
    line-height: 2.2;
}
.details .details-right .details-bottom ul::-webkit-scrollbar {
    display: none;
}
.details .details-right .details-bottom ul li a {
    padding: 5px 8px;
    font-size: 15px;
    background-color: #30a7d5;
    color: #fff;
}
.details .next{
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.details .next .next-one{
    width: 50%;
    text-align: left;
    padding: 15px;
    border: 1px solid #dbdbbd;
}
.details .next .next-two{
    width: 50%;
    text-align: right;
    padding: 15px;
    border: 1px solid #dbdbbd;
}
.details .next a{
    color: #181823;
    transition: all .4s ease-in-out;
}
.details .next a:hover{
    color: #30a7d5;
}
.regulation_details .details_content p{
    margin-bottom: 0;
    line-height: 1.8;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 35px;
}
.pagination li {
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border-radius: 4px;
}
.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #010f30;
    border-radius: 4px;
    box-shadow: 0px 3px 5px 0px #d5d5d5;
    font-weight: bold;
}
.pagination li.active a{
    background-color: #30a7d5;
    color: #fff;
}

.liuyan{
    background-color: #363e49;
}

.liuyan .form-group.left{
    margin-bottom: 15px;
    font-size: 18px;
}
.liuyan .form-group.left input{
    margin-right: 10px;
}



footer {
    position: relative;
    padding: 90px 0 0;
    background: #222;
}
footer .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
footer .widget {
    position: relative;
    margin: 0;
    padding: 0;
}
footer .widget.a_widget {
    position: relative;
    padding: 0 80px 0 0;
}
footer .widget.a_widget::before{
    content: "";
    position: absolute;
    right: 40px;
    top: 25px;
    width: 1px;
    height: 150px;
    background-color: #fff;
}
footer .logo {
    max-width: 330px;
    position: relative;
    margin: 0 0 28px;
}
footer .content {
    color: #bbbdc4;
    margin: 0 0 29px;
    font-size: 14px;
}
footer .widget h3 {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin: 10px 0 20px;
}
footer .widget .addresscontent {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin: 17px 0 35px;
}
footer .widget .cover {
    position: relative;
    padding: 0 0 0 31px;
    font-size: 16px;
    line-height: 24px;
    color: #bbbdc4;
    margin: 0 0 16px;
}
footer .widget .cover i {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 5px;
}
footer .widget.full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
footer .widget.full .swiper_foot {
    flex: 1 1 auto;
    margin: 0;
    min-height: 120px;
}
footer .swiper-slide a {
    color: #bbbdc4;
    padding: 0;
    font-size: 14px;
}
footer .swiper-slide a:hover {
    color: #fff;
    padding-left: 5px;
}
footer .foot-row {
    padding: 55px 0 36px;
}
footer .footsocial {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
footer .footerbar {
    height: 1px;
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.12);
}
footer .widget .contact{
    margin-bottom: 0;
    color: #bbbdc4;
}
footer .widget .contact i{
    color: #fff;
    margin-right: 10px;
}
.siteInfoSection {
    background: #222;
}
.siteInfoSection .siteInfo {
    color: #bbbdc4;
    padding: 15px 0 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.siteInfoSection .siteInfo .left a{
    color: #bbbdc4;
}
.siteInfoSection .statement{
    padding: 0px 0 15px 0;
    color: #bbbdc4;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}
.siteInfoSection .siteInfo a:hover{
    color: #fff;
}
.siteInfoSection .map {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.siteInfoSection .map ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    justify-content: flex-end;
}
.siteInfoSection .map ul li {
    margin: 0 20px 0 35px;
}
.siteInfoSection .map ul li:last-child {
    margin: 0;
}
.siteInfoSection .map a {
    display: block;
    color: #bbbdc4;
}
.menuToggler {
    display: none;
}
.siteInfoSection .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.foot_phone{
    display: none;
}


.index .regulation-box li{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #dbdbdb;
}
.index .regulation-box li a{
    color: #181823;
    transition: all .4s ease-in-out;
}
.index .regulation-box a:hover{
    color: #30a7d5;
}

.list_regulation .regulation_box{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #dbdbdb;
}
.list_regulation .regulation_box a{
    color: #181823;
    transition: all .4s ease-in-out;
}
.list_regulation .regulation_box a:hover{
    color: #30a7d5;
}


.list_banner{
    background-image: url(/skin/img/list_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}
.list_banner ul {
    display: block;
    flex-wrap: wrap;
    padding: 0 0;
    list-style: none;
    margin-bottom: 15px;
}
.list_banner ul .listu {
    color: #181823;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.list_banner ul .listu a {
    color: #30a7d5;
    font-weight: bold;
}
.list_banner ul .listu + .listu {
    padding-left: 0.5rem;
}
.list_banner ul .listu + .listu::before {
    float: left;
    padding-right: 0.5rem;
}
.list_banner ul .listu + .listu::before {
    color: #30a7d5;
    content: "\f101";
    font-family: "icon";
    font-size: 14px;
}

.list_header .header-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 0;
}
.list_header .header-list .img{
    max-width: 380px;
}
.list_header .header-list  .list-nav{
    display: flex;
    align-items: center;
}
.list_header .header-list .list-nav li{
    padding-left: 30px;
    font-size: 18px;
    color: #181823;
}
.list_header .header-list .list-nav li a{
    transition: all .4s ease;
}
.list_header .header-list .list-nav li.active a{
    color: #30a7d5;
}
.list_header .header-list .list-nav li:hover a{
    color: #30a7d5;
}
.list_header .header-list  .list-nav li a{
    color: #181823;
    font-weight: bold;
}

.list_education .popularization{
    display: flex;
    margin-bottom: 20px;
}
.list_education .popularization .popularization-img{
    min-width: 295px;
    margin-right: 20px;
    max-width: 295px;
    overflow: hidden;
    border-radius: 6px;
}
.list_education .popularization .popularization-img a {
    display: block;
    height: 100%;
}
.list_education .popularization .popularization-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.list_education .popularization .popularization-content {
    position: relative;
    border: 1px solid #F0F2F5;
    padding: 32px 30px;
    flex-grow: 1;
    border-radius: 6px;
}
.list_education .popularization .popularization-content h5{
    margin-bottom: 8px;
    font-size: 20px;
}
.list_education .popularization .popularization-content h5 a{
    color: #181823;
}
.list_education .popularization .popularization-content p{
    margin-bottom: 30px;
}
.list_education .popularization .popularization-content .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list_education .popularization .popularization-content .bottom a{
    color: #30a7d5;
    font-weight: bold;
    letter-spacing: 2px;
}

.list_right ul li{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #dbdbdb;
}
.list_right ul li a{
    color: #181823;
    transition: all .4s ease-in-out;
}

.list_education-pre .pre-box{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.list_education-pre .pre-box .img{
    width: 30%;
    border-radius: 6px;
    overflow: hidden;
}
.list_education-pre .pre-box .img img {
    border-radius: 6px;
    max-width: 100%;
}
.list_education-pre .pre-box .text {
    width: 70%;
    margin-left: 30px;
}
.list_education-pre .pre-box .text h6 {
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.list_education-pre .pre-box .text h6 a{
    color: #181823;
}
.list_education-pre .pre-box .text span {
    font-size: 12px;
    color: #2c2c2c;
    font-weight: bold;
}
.list_education-pre .pre-box .text p {
    padding-top: 8px;
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.5;
    border-top: 1px dashed #999;
    overflow: hidden;
}


.list_education-quality .quality-box{
    padding: 15px;
    border-radius: 8px;
    background-color: #f4f4f6;
    margin-bottom: 20px;
}
.list_education-quality .quality-box .img{
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.list_education-quality .quality-box .text a{
    color: #181823;
    font-size: 20px;
    margin-bottom: 8px;
}
.list_education-quality .quality-box .text p{
    margin-bottom: 0;
}
.list_education-quality .quality-box .text span{
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
}
.list_education-quality .quality-box .text span i{
    font-size: 13px;
    color: #30a7d5;
    margin-right: 5px;
}

.training-box{
    margin-bottom: 20px;
}
.training-box .img{
    position: relative;
}
.training-box .img span{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    border-top-right-radius: 8px;
    background-color: #30a7d5;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
.training-box .content{
    background-color: #f1f1f1;
}
.training-box .content{
    padding: 20px;
}
.training-box .content .bottom-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 0;
    color: #010f30;
    border-top: 2px solid #fff;
    font-size: 13px;
}
.training-box .content h4 a{
    font-size: 23px;
    color: #010f30;
}

.list{
    padding: 100px 0;
}

.liuyan .liuyan-box{
    height: 500px;
    position: relative;
}
.liuyan .liuyan-box .liuyan-left{
    width: 30%;
    height: 350px;
    background: #18354a;
    position: absolute;
    left: 0;
    top: 50px;
    color: #fff;
    z-index: 1;
    box-sizing: border-box;
    padding: 40px;
}
.liuyan .liuyan-box .liuyan-left .title{
    margin-bottom: 15px;
}
.liuyan .liuyan-box .liuyan-left ul li{
    position: relative;
    font-size: 18px;
    padding-left: 45px;
    margin-bottom: 15px;
    min-height: 50px;
}
.liuyan .liuyan-box .liuyan-left ul li:last-child{
    margin-bottom: 0;
}
.liuyan .liuyan-box .liuyan-left ul li i{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
}
.liuyan .liuyan-box .liuyan-right{
    width: 80%;
    box-sizing: border-box;
    padding: 45px 40px 20px 200px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
}
.liuyan .liuyan-box .liuyan-right .title{
    margin-bottom: 20px;
}
.liuyan .liuyan-box .liuyan-right .form-group{
    margin-bottom: 20px;
}
.liuyan .liuyan-box .liuyan-right .form-group input{
    position: relative;
    display: block;
    font-size: 16px;
    color:#4d5765;
    font-weight: 400;
    text-transform: none;
    padding: 0 30px 0;
    width: 100%;
    height: 60px;
    background-color: #f9fafb;
    border-radius: 0;
    outline: 0;
    border: 0;
    font-family: "Public Sans", sans-serif;
}
.liuyan .liuyan-box .liuyan-right .form-group textarea{
    position: relative;
    display: block;
    font-size: 16px;
    color:#4d5765;
    font-weight: 400;
    text-transform: none;
    padding: 0 30px 0;
    width: 100%;
    height: 60px;
    background-color: #f9fafb;
    border-radius: 0;
    outline: 0;
    border: 0;
    font-family: "Public Sans", sans-serif;
    max-height: 100px;
    height: 100px;
    padding-top: 21px;
}
.liuyan .thm-btn{
    position: relative;
    display: inline-block;
    color: #fff !important;
    font-size: 15px;
    line-height: 55px;
    font-weight: 600;
    background: #30a7d5;
    border-radius: 5px;
    padding: 0 45px 0;
    overflow: hidden;
    font-family: "Public Sans", sans-serif;
    text-transform: uppercase;
    transition: all 0.3s linear;
    z-index: 1;
    border: none;
}

.list_school .school-box{
    margin-bottom: 20px;
}
.list_school .school-box .img img{
    width: 100%;
}
.list_school .school-box .content{
    padding: 15px 20px;
    border: 1px solid rgba(125, 125, 125, 0.12);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: none;
}
.list_school .school-box .content h6{
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.list_school .school-box .content h6 a{
    text-align: left;
    color: #181823;
}
.list_school .school-box .content span{
    font-size: 13px;
    margin-bottom: 8px;
    display: inline-block;
}
.list_school .school-box .content span i{
    color: #30a7d5;
    margin-right: 5px;
}
.list_school .school-box .content p{
    margin-bottom: 0;
}

.pc-top{
    margin-top: 35px;
}

.index-phone{
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 99;
    transition: 1.3s;
    max-width: 270px;
    background: #fff;
    width: 270px;
    box-shadow: 0 30px 40px 0 rgb(0 0 0 / 7%);
    padding: 25px 10px 25px 30px;
}
.index-phone.active {
    position: fixed;
    top: 30%;
    left: -270px;
    z-index: 99;
}
.index-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -40px;
    padding: 5px;
    z-index: 99;
    background: #30a7d5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.index-phone h4{
    font-size: 20px;
    margin-bottom: 8px;
    color: #222;
}
.index-phone h6{
    margin-bottom: 0;
    font-size: 20px;
}
.index-phone .num{
    display: flex;
}
.index-phone .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #30a7d5;
    margin-right: 20px;
}
.index-phone .icon i{
    color: #30a7d5;
}
.index-phone .index-btn .fa-phone{
    display: none;
}
.index-phone .index-btn .fa-phone.active{
    display: block;
}
.index-phone .index-btn .fa-remove{
    display: block;
}
.index-phone .index-btn .fa-remove.active{
    display: none;
}



@media screen and (min-width: 992px) {
    .header #navbar {
        justify-content: end;
    }
    .header #navbar li {
        position: relative;
    }
    .header #navbar > ul > li > a {
        font-size: 18px;
        padding: 35px 20px;
        display: block;
        color: #fff;
        font-weight: bold;
        position: relative;
    }
    .header #navbar > ul > li > a:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background: #30a7d5;
        content: "";
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        border-radius: 3px;
    }
    .header #navbar > ul > li > a:hover:before,
    .header #navbar > ul > li.current-menu-item a:before,
    .header #navbar > ul > li.active > a:before {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 992px){
     .index-network .news{
         padding: 10px 10px;
     }
    .index-network .news .icon{
        display: none;
    }
    .index-network .news .content {
        flex-basis: 100%;
    }
    .index-network .news .content h6 span{
        min-width: 90px;
    }
    .index-network .news .content h6 a{
        max-width: 65%;
    }
    .wpo-site-header .mobail-menu button {
        background-color: #30a7d5;
        width: 40px;
        height: 35px;
        border: 6px;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20;
    }
    .wpo-site-header .navbar-toggler .first-angle, .wpo-site-header .navbar-toggler .last-angle {
        transition: all 0.3s;
    }
    .wpo-site-header .mobail-menu button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }
    .wpo-site-header .mobail-menu button span:last-child {
        margin: 0;
    }
    .d_none{
        display: none;
    }
    .header .navbar-header .navbar-brand img{
        max-width: 100%;
    }
    .header .navbar-wrap .navbar-header{
        padding: 15px 0;
    }
    .header .mobail-menu{
        text-align: center;
    }
    .wpo-hero-slider, .static-hero, .static-hero-s2, .wpo-hero-slider-s2, .wpo-hero-slider-s3 {
        height: 650px;
    }
    .index-law .news_three{
        display: block;
        border: 1px solid #dbdbdb;
        border-radius: 6px;
    }
    .index-law .news_three .content{
        padding: 20px;
    }
    .index-law .news_three_right{
        margin-top: 20px;
    }
    .index-title .title h6::before,
    .index-title .title h6::after{
        width: 30%;
    }
    .index-other .title h6::before,
    .index-other .title h6::after,
    .index_five .title h6::before,
    .index_five .title h6::after{
        width: 30%;
    }
    .index_five .popularization{
        display: block;
    }
    .index_five .popularization .popularization-img{
        max-width: 100%;
        margin-right: 0;
        border-radius: 6px 6px 0 0;
    }
    .index_five .popularization .popularization-content{
        border-radius: 0 0 6px 6px;
    }
    .index_five .popularization .popularization-content p{
        margin-bottom: 20px;
    }
    .index_five .mobail{
        margin-top: 20px;
    }
    .wpo-site-header #navbar {
        background: #262b38;
        display: block !important;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        left: -320px;
        top: 0px;
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
    }
    .wpo-site-header .slideInn {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .wpo-site-header .menu-close {
        display: block;
        z-index: 99;
        background: none;
        text-align: center;
        color: #fff;
        border: 0;
        text-align: center;
        margin-left: auto;
        margin-top: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
    }
    .wpo-site-header #navbar .navbar-nav {
        display: block;
    }
    .wpo-site-header #navbar .navbar-nav {
        height: 80%;
        overflow-y: auto;
    }
    .wpo-site-header #navbar > ul > li > a {
        padding: 15px 30px;
        font-size: 15px;
        display: block;
        color: #fff;
    }
    .list_header .mobail-menu{
        text-align: center;
    }
    .list{
        padding: 50px 0;
    }
    .list_education-pre .pre-box{
        display: block;
    }
    .list_education-pre .pre-box .img{
        width: 100%;
        margin-bottom: 10px;
    }
    .list_education-pre .pre-box .text{
        width: 100%;
        margin-left: 0;
    }
    .list_right{
        display: none;
    }
    .list_education .popularization{
        display: block;
    }
    .list_education .popularization .popularization-img{
        width: 100%;
        max-width: none;
        margin-bottom: 10px;
    }
    .details .next{
        display: block;
    }
    .details .next .next-one,
    .details .next .next-two{
        width: 100%;
    }
    .details .next .next-two{
        text-align: left;
    }
    .index-school .school-cover{
        display: block;
        margin-bottom: 20px;
    }
    .index-school .school-cover .img{
        margin-bottom: 15px;
    }
    .index-obligation .obligation{
        display: block;
    }
    .index-obligation .obligation .obligation-img{
        max-width: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.navbar-toggler:focus{
    box-shadow: none;
}
.wpo-site-header #navbar {
    transition: all 0.5s;
}

@media (max-width: 991px) and (max-width: 991px){
    .wpo-site-header #navbar {
        top: 0;
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (max-width: 1400px){
    .header #navbar > ul > li > a {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 1250px){
    .header #navbar > ul > li > a {
        padding: 15px 10px;
    }
}


@media screen and (max-width: 768px) {
    .siteInfoSection{
        display: none;
    }
    footer {
        display: none;
    }
    .wpo-hero-slider, .static-hero, .static-hero-s2, .wpo-hero-slider-s2, .wpo-hero-slider-s3 {
        height: 500px;
    }
    .index{
        padding: 50px 0;
    }
    .wpo-site-header #navbar .navbar-nav {
        margin: 0;
    }
    .index-school .school-box{
        margin-bottom: 20px;
    }
    .liuyan .liuyan-box .liuyan-left{
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 25px;
    }
    .liuyan .liuyan-box .liuyan-right{
        width: 100%;
        position: relative;
        padding: 20px;
    }
    .liuyan .liuyan-box{
        height: auto;
    }
    .foot_phone {
        height: 50px;
        display: block;
    }
    .foot_box {
        display: block;
        position: fixed;
        left: -1px;
        right: -1px;
        bottom: -1px;
        height: 50px;
        display: flex;
        align-items: center;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }
    .foot_phone span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: #30a7d5;
    }
    .foot_phone span a{
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        overflow: hidden;
        height: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .index-phone {
        display: none;
    }
}
