*{
    margin: 0;
    padding: 0;
}
html,body{
    font-size: .16rem;
}
body{
    background: url(/assets/default/images/index/every.png) no-repeat;
    background-size: cover;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
a{
    text-decoration: none;
    font-size: .16rem;
}
.banner{
    width: 100%;
    height: 2.95rem;
    background-size: 100% 100%;
    position: relative;
}
.banner_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Bold;
    font-weight: normal;
    color: #FFFFFF;
}
.nav_box{
    width: 100%;
    height: .5rem;
    background: #F0F0F9;
    box-shadow: 0.01rem 0.02rem 0.43rem 0.01rem rgba(204,204,204,0.08);
}
.nav_center{
    width: 14rem;
    height: 100%;
    padding-left: 1rem;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.nav_center a{
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #888888;
    margin-right: .2rem;
    position: relative;
}
.nav_center a::after{
    content: '>';
    position: absolute;
    right: -.15rem;
    top: 50%;
    transform: translateY(-50%);
}
.home{
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.06rem!important;
}
.nav_center a:last-child{
    color: #222222;
}
.home::after,
.nav_center a:last-child::after{
    display: none;
}
.content_box{
    width: 14rem;
    height: auto;
    padding: 0.57rem 1.01rem 0.15rem 0.99rem;
    box-sizing: border-box;
    margin: 0 auto 0.5rem;
    display: flex;
    justify-content: center;
    background: #fff;
    box-shadow: 0.05rem 0.06rem 0.43rem 0.01rem rgba(144,144,144,0.07);
}
.left_content{
    width: 2.55rem;
    height: auto;
    margin-right: 0.79rem;
}
.left_content h4{
    width: 2.55rem;
    height: 1.32rem;
    margin-top: 0.03rem;
    margin-bottom: 0.12rem;
    background: url(/assets/default/images/jiance/tit_background.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 1.32rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Bold;
    font-weight: normal;
    color: #FFFFFF;
}
.link_item{
    border-left: 0.01rem solid #D2D2D2;
    border-right: 0.01rem solid #D2D2D2;
    border-bottom: 0.01rem solid #D2D2D2;
    color: #222222;
}
.link_item:last-child{
    border-radius:  0 0 0.05rem 0.05rem;
    border-bottom: 0.01rem solid #D2D2D2;
}
.link_item:first-child{
    border-top: 0.01rem solid #D2D2D2;
    border-radius: 0.05rem 0.05rem 0 0;
}
.link_tit{
    height: 0.61rem;
    display: flex;
    cursor: pointer;
    border-radius: 0.05rem 0.05rem 0 0;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.12rem;
}
.link_tit .text_box {
    width: 1.8rem;
}
.link_tit span{
    width: 0.21rem;
    height: 0.21rem;
    background: #fff;
    border: 0.01rem solid #888888;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 0.29rem;
}
.link_item span img{
    width: 0.06rem;
    height: 0.11rem;
}
.link_item span img:nth-child(1){
    display: none;
}
.link_item span img:nth-child(2){
    display: block;
}
.link_active{
    background: #EABD4D;
    color: #fff!important;
    border-radius: 0.05rem 0.05rem 0 0;
    border: 0;
}
.link_active span{
    border: 0.01rem solid #fff;
}
.link_active span img{
    width: 0.11rem!important;
    height: 0.06rem!important;
}
.link_active span img:nth-child(1){
    display: block!important;
}
.link_active span img:nth-child(2){
    display: none!important;
}
.link_active .list_box{
    height: auto;
    border: 0.01rem solid #D2D2D2;
    border-top: 0;
}
.list_box{
    background: #fff;
    height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0 0.1rem 0 0.12rem;
}
.list_box a{
    padding: .16rem 0 .18rem;
    line-height: 0.25rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #888888;
    border-bottom: 0.01rem solid #EEEEEE;
}
.list_box a:last-child{
    border-bottom: 0;
}
.list_box a:hover,
.item_active{
    color: #EABD4D!important;
    border-bottom: 0.01rem solid #EABD4D!important;
}
.list_box a:last-child:hover{
    border-bottom: 0!important;
}
.right_content{
    width: 8.64rem;
}
.right_content h4{
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold;
    font-weight: normal;
    color: #222222;
    padding-bottom: .25rem;
    border-bottom: .01rem solid #DBDBDB;
    position: relative;
}
.right_content h4::after{
    content: '';
    width: 0.37rem;
    height: 0.05rem;
    background: #EABD4D;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: -0.03rem;
}
.right_content .text{
    padding: .4rem 0 .6rem;
}
.right_content .text .tit{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
    padding-bottom: .26rem;
    border-bottom: .01rem solid #dbdbdb;
}
.right_content .text .tit_en{
    margin-top: .3rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
}
.right_content .text .txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
    line-height: 0.3rem;
}
.right_content .text>img{
    width: 100%;
    height: auto;
}


.details{
    display: flex;
    justify-content: flex-end;
    margin-top: .3rem;
}
.details a{
    width: 1.38rem;
    height: 0.46rem;
    background: #fff;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #EABD4D;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #EABD4D;
    line-height: .46rem;
    text-align: center;
}
.details span{
    width: 0.39rem;
    height: 0.11rem;
    margin-top: .15rem;
}
.page_box{
    display: flex;
    padding: .45rem 0 0; 
    justify-content: space-between;
    justify-content: center;
}
.page_box a{
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    height: .32rem;
}
.page_box a:hover{
    background: #EABD4D;
    color: #fff;
    border: 0.01rem solid #EABD4D;
}
.num_box{
    display: flex;
}
.first,
.last{
    padding: 0 .06rem;
    line-height: .32rem;
}
.prev,
.next{
    padding: 0 .12rem;
    line-height: .32rem;
    margin: 0 .1rem;
}
.num{
    width: .32rem;
    margin-left: .1rem;
    text-align: center;
    line-height: .32rem;
}
.num_active{
    background: #EABD4D;
    color: #fff!important;
    border: 0.01rem solid #EABD4D;  
}
.num:first-child{
    margin: 0;
}



.article_box{
    display: flex;
    flex-direction: column;
}
.article_item{
    display: flex;
    margin-bottom: 0.6rem;
}
.article_item:hover img{
    transform: scale(1.2);
}
.article_left{
    width: 3.17rem;
    height: 1.84rem;
    background: #0D3C7C;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    margin-right: .3rem;
    margin-top: 0.03rem;
    overflow: hidden;
}
.article_right{
    width: 5.16rem;
}
.article_box .title{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Bold;
    font-weight: normal;
    color: #222222;
    margin-bottom: 0.14rem;
}
.article_box .txt_en,
.article_box .tel{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
    line-height: 0.3rem;
}
.article_box .txt_en{
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
}


.product_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_item{
    width: 2.8rem;
    height: 2.7rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
    margin-bottom: .4rem;
}
.product_img{
    overflow: hidden;
    height: 2rem;
}
.product_item:hover img{
    transform: scale(1.2);
}
.product_item:hover .product_tit{
    background: linear-gradient(90deg, #A7926C 0%, #DAC6A2 48%, #AC9771 100%);
    color: #fff;
}
.product_tit{
    border: 0.01rem solid #E5E5E5;
    border-radius: 0rem 0rem 0.05rem 0.05rem;
    border-top: 0;
    line-height: .5rem;
    text-align: center;
}
.product_img img{
    float: left;
}



.technology_box{
    display: flex;
    flex-direction: column;
}
.technology_item{
    margin-bottom: .56rem;
}
.technology_tit{
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Bold;
    font-weight: normal;
    color: #222222;
    margin-bottom: .23rem;
}
.technology_txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
    line-height: 0.3rem;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
}
.article_box .article_item:hover .details a,
.technology_item:hover .details a{
    background: #EABD4D;
    color: #fff;
}



.news_box{
    display: flex;
    flex-direction: column;
}
.news_item{
    display: flex;
    padding-bottom: .3rem;
    border-bottom: 0.01rem solid #EEEEEE;
    margin-bottom: .29rem;
}
.news_item:last-child{
    border: 0;
    padding: 0;
    margin-bottom: .35rem;
}
.news_left{
    width: 3.74rem;
    height: 2.48rem;
    margin-right: .48rem;
    overflow: hidden;
}
.news_left:hover  img{
    transform: scale(1.2);
}
.news_right{
    width: 4.44rem;
    height: 2.48rem;
}
.news_tit{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Bold;
    font-weight: normal;
    color: #333333;
    padding-bottom: 0.54rem;
    border-bottom: 0.01rem solid #DBDBDB;
    margin-bottom: 0.17rem;
    position: relative;
}
.news_tit::after{
    content: '';
    width: 0.05rem;
    height: 0.17rem;
    background: #EABD4D;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    position: absolute;
    left: -0.1rem;
    top: .03rem;
}
.news_txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
}


.qualifications_box{
    display: flex;
    flex-direction: column;
}
.qualifications_item{
    display: flex;
    padding-bottom: .3rem;
    border-bottom: 0.01rem solid #EEEEEE;
    margin-bottom: .29rem;
}
.qualifications_item:last-child{
    border: 0;
    padding: 0;
    margin-bottom: .35rem;
}
.qualifications_left{
    width: 3.74rem;
    height: 2.79rem;
    margin-right: .48rem;
    background: #1481E9;
    border-radius: 0.05rem;
    overflow: hidden;
}
.qualifications_left:hover img{
    transform: scale(1.2);
}
/*.qualifications_left img{*/
/*    height: 2.56rem;*/
/*}*/
.qualifications_right{
    width: 4.44rem;
    height: 2.48rem;
}
.qualifications_tit{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Bold;
    font-weight: normal;
    color: #333333;
    padding-bottom: 0.51rem;
    border-bottom: 0.01rem solid #DBDBDB;
    margin-bottom: 0.17rem;
    position: relative;
}
.qualifications_tit::after{
    content: '';
    width: 0.05rem;
    height: 0.17rem;
    background: #EABD4D;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    position: absolute;
    left: -0.1rem;
    top: .03rem;
}
.qualifications_txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    text-overflow:ellipsis;
}

.contactus_box{
    width: 14rem;
    height: auto;
    padding: 0.53rem 1.04rem .5rem 0.99rem;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .5rem;
    background: #fff;
}
h3{
    font-size: 0.42rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #232323;
    margin-bottom: .15rem;
}
.line_box{
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}
.left_line,
.right_line{
    width: 1.11rem;
    height: 0.01rem;
    background: #C9C9C9;
}
.center_line{
    width: 0.4rem;
    height: 0.03rem;
    background: #EABD4D;
    margin: 0 .04rem;
}
.contactus_txt{
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Bold;
    font-weight: normal;
    color: #EABD4D;
    margin-bottom: .61rem;
}
.address_box{
    display: flex;
    margin-bottom: .61rem;
}
.address_left{
    width: 4.5rem;
    height: 3.94rem;
    background: rgba(234, 189, 77, .05);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    padding: .19rem .33rem 0 .33rem;
    box-sizing: border-box;
    margin-right: .4rem;
}
.address_item{
    padding: 0.25rem 0.03rem 0.28rem .6rem;
    border-bottom: 0.01rem solid #E5E5E5;
    position: relative;
}
.address_item:last-child{
    border: 0;
}
.address_item .icon_box{
    position: absolute;
    width: .37rem;
    height: .37rem;
    left: 0;
    top: .32rem;
}
.address_item .icon_box img{
    height: auto;
}
.address_tit{
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Bold;
    font-weight: normal;
    color: #222222;
    margin-bottom: .07rem;
}
.address_txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
}
.map{
    width: 7.07rem;
    height: 3.94rem;
    /*background: #1481E9;*/
}
.zhanwei{
    width: 12rem;
    height: 0.2rem;
    background: #F8F8F8;
    border-radius: 0rem 0rem 0rem 0rem;
    opacity: 1;
    margin-bottom: .61rem;
}
.contactus_box form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.input_item{
    width: 5.65rem;
    height: 0.65rem;
    display: flex;
    border: 0.01rem solid #E5E5E5;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    margin-bottom: .3rem;
    padding-left: .28rem;
    box-sizing: border-box;
}
.input_item input{
    width: 100%;
    border: 0;
    outline: none;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #888888;
}
.code_box{
    width: 1.9rem;
    background: #1481E9;
}
.textarea_box{
    width: 12rem;
    height: 1.88rem;
    padding: .2rem .3rem;
    box-sizing: border-box;
    border: 0.01rem solid #E5E5E5;
}
textarea{
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    border: 0;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #888888;
}
button{
    width: 2.7rem;
    height: 0.45rem;
    background: #EABD4D;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #FFFFFF;
    line-height: .45rem;
    text-align: center;
    margin: .6rem auto 0;
}


.about_box{
    width: 14rem;
    padding: 0.53rem 0.49rem 2.01rem 0.69rem;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .54rem;
    background: #fff;
}
.about_tit{
    font-size: 0.42rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #EABD4D;
    margin-bottom: .15rem;
}
.about_box .line_box{
    margin-bottom: 0.48rem;
}
.about_txt{
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
    line-height: 0.32rem;
    margin-bottom: .45rem;
}
.fenzhi_box{
    width: 100%;
    height: 4.11rem;
    background: url(/assets/default/images/about/about_img.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.about_position{
    width: 11.96rem;
    height: 3.39rem;
    background: #FFFFFF;
    padding-left: .35rem;
    box-sizing: border-box;
    box-shadow: 0rem 0.03rem 0.32rem 0.01rem rgba(0,0,0,0.06);
    position: absolute;
    left: 0.49rem;
    top: 2.05rem;
}
.about_title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .25rem 0 .25rem;
}
.about_title p{
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Bold;
    font-weight: normal;
    color: #EABD4D;
}
/*.about_title p:first-child{*/
/*    font-size: 0.65rem;*/
/*    margin-right: .15rem;*/
/*    font-family: ArialMT-, ArialMT;*/
/*}*/
.about_title p:last-child{
    margin-top: .23rem;
}
.about_text{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
    margin-bottom: .35rem;
}
.section5_list{
    display: flex;
    flex-wrap: wrap;
}
.section5_list .list_item{
    width: 33%;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
    margin-bottom: 0.44rem;
    text-indent: 0.25rem;
    position: relative;
}
.section5_list .list_item::after{
    content: '';
    width: 0.14rem;
    height: 0.14rem;
    background: #EABD4D;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.advantage_text{
    margin-bottom: .24rem;
}

.xiangqing_box>img{
    height: auto;
}
.xiangqing_tit{
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold;
    font-weight: normal;
    color: #222222;
    line-height: 0.3rem;
    margin: 0 auto .21rem;
    text-align: center;
}
.xiangqing_tit_en{
    text-align: center;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #888888;
    line-height: 0.25rem;
    padding-bottom: .26rem;
    border-bottom: 0.01rem solid #DBDBDB;
    margin-bottom: .27rem;
}
.xiangqing_txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular;
    font-weight: normal;
    color: #222222;
    line-height: 0.3rem;
}
.xiangqing_line{
    width: 8.65rem;
    height: 0.01rem;
    background: #C9C9C9;
    margin: .6rem 0 .4rem;
    
}
.xiangqing_prev,
.xiangqing_next{
    display: block;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: .25rem;
}

.map img{
    object-fit: contain;
}



@media only screen and (max-width:1024px){
    .home{
        width: .2rem;
        height: auto;
    }
    .banner{
        margin-top: 50px;
        background-size: cover!important;
    }
    .nav_box{
        height: auto;
        display: none;
    }
    .nav_center{
        width: 100%;
        padding: 0 15px;
        flex-wrap: wrap;
    }
    .nav_center a{
        font-size: 14px;
        margin-right: 0.3rem
    }
    .content_box{
        width: 100%;
        padding: 15px;
        flex-direction: column;
    }
    .left_content{
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .left_content h4{
        width: auto;
        background-size: cover;
    }
    .link_box{
        display: flex;
        flex-wrap: wrap;
    }
    .link_active{
        border-left: 0.01rem solid #EABD4D;
        border-right: 0.01rem solid #EABD4D;
        border-bottom: 0.01rem solid #EABD4D;
    }
    .link_item{
         border: 0.01rem solid #D2D2D2;
         box-sizing: border-box;
         width: 50%;
    }
    .link_tit {
        font-size: 14px;
        height: auto;
        height: 100%;
        padding: 5px;
        box-sizing: border-box;
    }
    .link_tit .text_box{
        max-width: 2.5rem;
        width: auto;
        display: flex;
        align-items: center;
    }
    .right_content{
        margin-top: 15px;
        width: 100%;
    }
    .right_content h4{
        font-size: 18px;
    }
    .xiangqing_tit{
        font-size: 16px;
        line-height: 1.5;
    }
    .right_content .text{
        padding: 15px 0;
    }
    .article_left{
        width: auto;
        margin-right: 15px;
        background: transparent;
    }
    .article_left img{
        object-fit: contain;
        float: left;
    }
    .article_right{
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .article_box .title{
        font-size: 14px;
    }
    .article_box .txt_en, .article_box .tel{
        font-size: 12px;
    }
    .product_item{
        width: 48%;
    }
    .product_img{
        height: 120px;
    }
    .product_tit{
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news_tit{
        padding-bottom: 15px;
        font-size: 14px;
    }
    .news_tit::after{
        top: .1rem;
    }
    .contactus_box{
        width: 100%;
        padding: 15px;
    }
    .address_box{
        flex-direction: column;
    }
    .address_left{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .zhanwei{
        width: 100%;
    }
    h3{
        font-size: 18px;
    }
    .contactus_txt,
    .address_tit,
    .xiangqing_prev, 
    .xiangqing_next,
    .technology_tit a,
    .details a{
        font-size: 14px;
    }
    .address_txt,
    .news_txt,
    .technology_txt a{
        font-size: 12px;
    }
    .xiangqing_line{
        width: 100%;
    }
    table{
        width: 100%;
    }
    .nav_center a::after{
        right: -0.3rem;
    }
     .about_box{
        width: 100%;
        padding: 15px;
    }
    .about_tit{
        text-align: center;
        font-size: 18px;
    }
    .about_txt{
        font-size: 12px;
    }
    .about_position{
        width: 100%;
        left: 0;
        height: auto;
    }
    .fenzhi_box{
        padding-bottom: 2rem;
        background-clip: content-box;
    }
    .about_title p{
        font-size: 16px;
    }
    .about_text{
        font-size: 12px;
    }
    .section5_list .list_item{
        font-size: 12px;
        width: 48%;
    }
    
}<!--0.00020408630371094-->