@font-face {
    font-family: "SourceHanSerifCN-Bold";
    src: url("../font/SourceHanSerifCN-Bold.ttf");
}
@font-face {
    font-family: "Barlow-Black";
    src: url("../font/Barlow-Black.ttf");
}
@font-face {
    font-family: "taobaomaicaiti";
    src: url(../font/taobaomaicaiti.otf);
}

@font-face {
    font-family: "pangmengzhengdao";
    src: url(../font/pangmengzhengdao.ttf);
}
/* 底部 */
.footer_top{
    background: var(--color);
    padding: .5rem 0;
}
.footer_top li{
    margin: 0 .3rem;
}
.footer_top li:last-child{
    width: 2.5rem;
   margin-right: 0;

}
.footer_top .left img{
   width: 2.5rem;
}
.footer_top h5{

}
.footer_top span{
    display: block;
    width: .4rem;
    height: 2px;
    background: #fff;
    margin: .15rem 0;
}
footer a:hover{color: var(--color2) !important;}
.footer_bottom{
    background: #314934;
    padding: .2rem 0;
}
/* 首页-关于我们 */
.B_title{margin-bottom: .3rem;}
.B_title strong,.B_title span{
    line-height: .55rem;
    color: var(--color2);
    position: relative;
    font-weight: bold;
}
.B_title strong::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    display: block;
    background: var(--color2);
}
.B_title span{
    background: var(--color2);
    color: var(--color);
    padding: 0 .2rem;
    border-radius: .15rem;
    overflow: hidden;
    margin-left: .2rem;
    line-height: .5rem;
}
.B_title_F strong{
    color: var(--color);
}
.B_title_F strong::before{
    background: var(--color);
}
.B_title_F span{
    background: var(--color);
    color: var(--color2);
}
.i_about{
    background: url(../images/about_bg.jpg) no-repeat center;
    margin: 1rem 0;
    height: 4.2rem;

}
.i_about .txt{
    width: 30%;
    margin-right: 5%;
    height: 4.2rem;
    /* padding: .6rem 0; */

}
.i_about .img{
    width: 65%;
    top: -.5rem;
    right: 0;
    height: 5.2rem;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .5);
}
.i_about .info{
    font-size: .18rem;
    line-height: .3rem;
    color: var(--color2);
    font-weight: 300;
}
.i_PZ{
    padding: 1rem 0;
    margin-top: -.8rem;
}
.i_PZ li{
    width: calc(100% / 3);
    background: var(--color2);
    overflow: hidden;
    height: 4rem;
}
.i_PZ li .txt{
    padding: .3rem;
}
.i_PZ li .txt h5{
    font-size: .22rem;
    color: var(--color);
    position: relative;
    line-height: .6rem;
    margin-bottom: .15rem;
    margin-top: .5rem;
}
.i_PZ li .txt h5::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .3rem;
    height: 2px;
    display: block;
    background: var(--color);
}
.i_PZ li .txt h5.c-color2B::before{
    background: var(--color2) !important;
}
.i_PZ li .txt p{
    font-weight: 300;
}
.top_right_img{
    top: 0;
    right: 0;
    height: 3rem;
}
.bottom_left_img{
    bottom: 0;
    left: .2rem;
    height: 3rem;

}

.i_ZSJM li{
    width: calc(100% / 3);
    background: var(--color2);
    overflow: hidden;
}
.i_ZSJM li:nth-child(2n){
    background: var(--color);
    color: var(--color2);
}
.i_ZSJM li .txt{
    padding: .5rem;
    padding-left: 1.5rem;
}
.i_ZSJM li .line span{
    display: block;
    width: .2rem;
    height: 3px;
    background: var(--color2);
    margin: .2rem 0;
    margin-right: .1rem;

}
.i_ZSJM li:nth-child(2n-1) .line span{
    background: var(--color);
}
.i_ZSJM li .icon{
    width: .6rem;
    top: .5rem;
    left: .4rem;
}
.i_MDZS .info{
    line-height: .4rem;
    margin-bottom: .3rem;
}
.i_new_list{
    margin-top: .3rem;
}
.i_new_list li{
    width: 48%;
    margin: .15rem 0;
}
.i_new_list .time{
    background: var(--color);
    color: var(--color2);
    width: .8rem;
    height: .8rem;
    margin-right: .2rem;
}
.i_new_list .time .d{
    margin-top: .08rem;
}
.i_new_list .time span{
    text-align: center;
    
}
.i_new_list .txt p{
    line-height: .3rem;
    margin-top: .15rem;
}
.i_new_list .class{
    color: #9d9d9d;
    padding-bottom: .06rem;
}

.i_new_list .class::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: #9d9d9d;
    width: 100%;
    height: 1px;
}
.i_new .bottom_right_img{
    bottom: .2rem;
    right: 0rem;
    height: 4rem;
}
.i_contact{
    padding: .5rem 0;
    background: url(../images/i_contact_bg.jpg) no-repeat center;
    background-size: cover;
}
.i_contact .left{
    
    background: rgba(50, 50, 50, .9);
    /* background: #323030; */
    color: #fff;
    width: 70%;
}
.i_contact .right{
    background: #030101;
    width: 30%;
    color: #fff;

}
.i_contact .left .box{
    padding: .6rem;
}
.i_contact .right .box{
    padding: .6rem;
}
.i_contact h1{
    font-family: 'pangmengzhengdao';
    font-weight: 300;
    font-size: .3rem;
    margin-bottom: .1rem;
}
.i_contact .left span{
    opacity: .8;
    margin-bottom: .2rem;
}
.i_contact .left p{
    margin: .1rem 0;
}
.i_contact .left img{
    display: block;
    height: 1.2rem;
    margin-bottom: .08rem;
}
.i_contact .right span{
    display: block;
    width: .5rem;
    height: .03rem;
    background: #fff;
    margin: .2rem 0;
}
.i_contact .time{
    margin-top: .2rem;
}

.page-news .txt{
    width: 52%;
}
.page-news .img{
    width: 48%;
    height: calc(4rem + 4px);
    overflow: hidden;
}
.page-news .txt a{
    line-height: .8rem;
    width: calc(100% - .9rem);
    font-weight: bold;
    color: var(--color);
    border-bottom: 1px solid var(--color);
    margin-right: .1rem;
}
.page-news .txt  .time{
    width: .8rem;
    height: .8rem;
    background: var(--color);
    color: var(--color2);
    text-align: center;
}
.page-news .txt  .time span{
    margin-top: .12rem;
}
.GSLC{
    padding: .3rem 0 .6rem;
}
.GSLC_BOX .left{
    width: 45%;
    margin-right: 1.5rem;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .5);
}
.GSLC_BOX .item{
    /* margin-bottom: .5rem; */
}
.GSLC_BOX .right{
    width: 55%;
       font-size: .17rem;
    line-height: .3rem;
    color: var(--color);
    padding-left: 5%;
    border-left: 2px dashed var(--color);
    padding-bottom: .5rem;
    min-height: 1.5rem;
}
.GSLC_BOX .right span{
    width: .15rem;
    height: .15rem;
    border-radius: 50%;
    background: var(--linear-gradient-g);
    top: 0;
    left: -.075rem;
}
.GSLC_BOX .img{
    width: 65%;
    overflow: hidden;
}
.GSLC_BOX .txt{
    width: 35%;
    background: var(--color);
    color: #fff;
}
.GSLC_BOX .item .left{
    height: 1.5rem;
    text-align: center;
}
.GSLC_BOX .txt h5{
    font-size: .4rem;
    opacity: .5;
    margin-top: .1rem;
}
.GSLC_BOX .txt p{
    line-height: .3rem;
}
.GSLC_BOX .line{
    width: 1px;
}



.GSLC_BOX .right span::after, .GSLC_BOX .right span::before {
    content: "";
    position: absolute;
  left: -.025rem;
    top: -.025rem;
    width: .2rem;
    height: .2rem;
    z-index: 1000;
    border-radius: 50%;
    box-sizing: border-box;
    background: var(--linear-gradient-g);
}
.GSLC_BOX .right span::before {
    animation: iconScale2 2.4s linear infinite;
}
.GSLC_BOX .right span::after {
    animation: iconScale2 2.4s 1.2s linear infinite;
}
.CPZS_list li{
    width: calc(100% / 3);
    overflow: hidden;
    height: 2.5rem;
}
.CPZS_list li .before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
}

.CPZS_list li .txt{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    font-size: .2rem;
    color: var(--color2);
    z-index: 2;
}
.CPZS_list li .txt span{
    display: block;
    width: .3rem;
    height: 3px;
    background: var(--color2);
    margin: .1rem auto;
    border-radius: 10px;
}
.CPZS_list li:hover img{
    transform: scale(1.05);
}
.CPZS_list li:hover .txt,.CPZS_list li:hover .before{
    opacity: 0;
}
.GSLC{margin-top: .4rem;}
.CPZS_box{margin-top: .6rem;}
.swiper-pagination-bullet {
    background: #8f8e8d !important;
    opacity: 1 !important;

    
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color2) !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/left.png) !important;
    left: .6rem !important;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: url(../images/right.png) !important;
    right: .6rem !important;
    left: auto;
}
.news_info{
    padding: .6rem 0;
}
.news_info h1{
    font-size: .26rem;
    margin-bottom: .1rem;
    color: var(--color);
}
.news_info .time{
    border-bottom: 1px dashed var(--color);
    color: var(--color);
    padding-bottom: .1rem;
    margin-bottom: .1rem;
}
.news_details{
    line-height: .4rem !important;
}
.pager_active {
    border-top: 1px dashed var(--color);
    padding-top: .1rem;
    margin-top: .2rem;
    font-size: .18rem;
    color: var(--color);
}
.pager_active a{
    color: var(--color);
}

/* 手机端底部 */
.fixedBot {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: .8rem;
    width: 100%;
    z-index: 99;
    border-top: 1px solid #e1e1e1;
    display: none;
}

.fixed-link {
    float: left;
    width: 25%;
}

.fixed-link img{
    display: block;
    margin: auto;
    height: .4rem;
    margin-top: .05rem;
}

.fixed-title {
    text-align: center;
    font-size: .20rem;
    color: #5a5a5a;
    line-height: .3rem;
}

.fixed-link:hover .fa,
.fixed-link:hover .fixed-title {
    color: var(--main-color);
}
@media screen and (max-width: 767px) {
    .pc_block{display: none;}
    .app_block{display: block;}
    #pcHeader {
        display: none;
    }
#mobileHeader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .4);
}
    #mobileHeader,
    .menuBtn {
        display: block;
    }

    .app_logo {
        display: block;
        height: .8rem;
        padding: .05rem;
    }
.app_box{height: .9rem;}
    html,
    body {
        font-size: calc(100vw/500*100) !important;
        background-color: #fff;
    }

    .w1400 {
        width: 94%;
        margin: auto;
        flex-wrap: wrap;
    }
    .fz18{}

    .i_about {
        background: url(../images/about_bg.jpg) no-repeat center;
        margin: 0rem 0 1rem;
        height: auto;
        padding-top: .8rem;
        margin-bottom: 2.5rem;
    }

    .i_about .txt {
        width: 100%;
        margin-right: 0%;
        height: auto;
        /* padding: .6rem 0; */
    }

    .i_about .img {
        width: 100%;
        position: static !important;
        margin-bottom: -2rem;
        margin-top: .4rem;
        height: auto;
        box-shadow: 0 0 .2rem rgba(0, 0, 0, .5);
    }
    .i_PZ li {
    width: calc(100% / 2);
    background: var(--color2);
    overflow: hidden;
    height: auto;
}
.i_PZ li:nth-child(3){
    order: 4;
}
.i_PZ li:nth-child(4){
    order: 3;
}
.i_PZ li:nth-child(5){
    order: 5;
}
.i_PZ li:nth-child(6){
    order: 6;
}
.i_PZ li .txt h5 {
    margin-bottom: .15rem;
    margin-top: 0rem;
}

.top_right_img {
    top: .6rem;
    right: 0;
    height: 1rem;
}
.bottom_left_img {
    bottom: -.7rem;
    left: unset;
    right: 0;
    height: 1rem;
}
.i_ZSJM li {
    width: 100%;
    background: var(--color2);
    overflow: hidden;
}
.i_ZSJM li .txt {
    padding: .3rem;
}
       .i_ZSJM li .txt h5,.i_ZSJM li .txt .line {
        padding-left: .8rem;
    }
    .i_ZSJM li .icon {
    width: .5rem;
    top: .3rem;
    left: .3rem;
}
.i_ZSJM li:first-child{display: none;}
.i_PZ {
    padding: .8rem 0 .5rem;

    margin-top: -.8rem;
}
.i_MDZS {margin: .5rem auto;}
.i_new_list li {
    width: 100%;
    margin: .15rem 0;
}
.i_new .bottom_right_img {
    bottom: .2rem;
    right: 0rem;
    height: 1rem;
}
.i_contact .left ,.i_contact .right{
    width: 100%;
}
.i_contact .ii{flex-wrap: wrap;}
.i_contact .left .box,.i_contact .right .box {
    padding: .3rem;
}
.i_contact .right .box span.op0{display: none;}
.footer_top{display: none;}
.fixedBot{display: block;}
.app_foot_box{height: .8rem;}
.GSLC_BOX .left {
    width: 100%;
    margin-right: 0rem;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .5);
    height: auto !important;
}
.GSLC_BOX .item{flex-wrap: wrap;}
.GSLC_BOX .right {
    width: 100%;
    padding: .3rem 0;
    padding-left: .3rem;
    min-height: auto;
}
.GSLC_BOX .right span {
    top: 50%;
    transform: translateY(-50%);
}
.CPZS_list li {
    width: calc(100% /2);
    overflow: hidden;
    height: 2.5rem;
}
.page-news{display: none;}
.page_new{padding-bottom: .3rem;}
}