@charset "utf-8";
html {
    font-size: 625%;
}




/*荣誉资质*/
.honor_title{
    display: none;
}
.honor_content,.recruit_box,.contact_content{
    padding-top:0.3rem;
}
.honor_list{
    margin: 0 0 0 0;
	width:100%;
}
.honor_list .honor_item{
    float: left;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    width:31%;
    margin:0 20px 25px 0;
    padding:5px;
    background: url("/images/honor/bg.png") center top no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.honor_list .honor_item:hover{
background-color:#99CCFF;
}
.honor_list .honor_item .honor_pic{
    padding:5px;
    text-align: center;
    min-height:200px;
    margin-bottom: 5px;
	
	
}
.honor_list .honor_item .honor_pic img{
    display: inline-block;
    width:100%;
	 padding:10px;
}
.honor_list .honor_item .honor_name{
    font-size:16px;
    color: #232323;
    margin:0.15rem 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.honor_list .honor_item .honor_number{
    color: #6e6e6e;
    font-size:14px;
}

/*招聘信息*/

.recruit_box .recruit_head{
    text-align: center;
    line-height:0.3rem;
    margin-bottom:0.44rem;
}
.recruit_list .recruit_list_in .recruit_item{
    padding:0.2rem 0;
    border:2px solid #ccc;
    background: #f3f3f3;
    margin-bottom:0.2rem;
}
.recruit_list .recruit_list_in .recruit_item.active{
    background: none;
    border:2px solid #009140;
    color: #009140;
}
.recruit_list .recruit_list_in .recruit_item .recruit_name{
    width:25%;
    padding-left:0.4rem;
}
.recruit_list .recruit_list_in .recruit_item .recruit_ad,
.recruit_list .recruit_list_in .recruit_item .recruit_ren,
.recruit_list .recruit_list_in .recruit_item .recruit_time{
    width:20%;
}
.recruit_list .recruit_list_in .recruit_item .recruit_check{
    width:10%;
	color: #f38908;
    text-align: center;
    cursor: pointer;
}

.recruit_method{
    margin:0.45rem 0;
    text-align: center;
    line-height:0.3rem;
}
.recruit_method a{
    text-decoration: underline;
}
.recruit_send{
    margin-bottom: 0.6rem;
    position: relative;
    width:100%;
    text-align: center;
}
.recruit_send img{
    width:100%;
}
.recruit_send .recruit_send_email{
    position: absolute;
    bottom:0.4rem;
    left:50%;
    width:2rem;
    height:0.32rem;
    line-height:0.32rem;
    color: #fff;
    background: #ee8913;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left:-1rem;
}

.recruit_motel{
    position: fixed;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
    left:0;
    top:0;
    z-index:9999;
    display: none;
}
.motel_item{
    width:7.8rem;
    position: fixed;
    left:50%;
    top:-100%;
    margin-left:-3.9rem;
    margin-top:-2.45rem;
    background: #fff;
    z-index:9999;
    padding:0 0.32rem 0.2rem;
    color: #666666;
    font-size:14px;
    line-height:0.26rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 1s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.motel_item.active{
    top:50%;
}
.recruit_motel_list .motel_item_name{
    color: #333333;
    font-size:18px;
    margin:0.3rem 0 0.28rem 0;
}
.recruit_motel_list .motel_item_dec{
    margin-bottom:.3rem;
}

/*联系我们*/


/*产品中心*/

.contact_content img{
    width:100%;
}

.contact_content span{
    line-height:2;font-family:Microsoft YaHei;font-size:16px;
}

.contact_content p{
    line-height:2;font-family:Microsoft YaHei;font-size:16px;
}


.contact_content .contact_title{
    color: #000;
    font-size:30px;
    font-style: italic;
    font-weight: bold;
    height:0.06rem;
    background: #000;
    position: relative;
    margin-bottom:0.3rem;
}
.contact_content .contact_title .contact_title_text{
    background: #fff;
    position: absolute;
    left:0;
    top:-0.1rem;
    padding:0 0.2rem 0 0;
    font-family: Arial;
}
.contact_address{
    margin:0.5rem 0;
}
.contact_address .contact_address_item{
    float: left;
    margin:0 0.54rem 0 0;
}
.contact_address .contact_address_item .contact_icon{
    width:0.4rem;
    height:0.4rem;
    margin-right:0.2rem;
    background: url("../images/contact_icon2.png") 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.contact_address .contact_address_item .contact_icon.email{
    background-position: 0 -50px;
}
.contact_address .contact_address_item .contact_icon.address{
    background-position: 0 -100px;
}
.contact_address .contact_address_item .contact_text{
    display: inline-block;
    vertical-align: middle;
    max-width:100%;
}
.contact_address .contact_address_item .contact_text span{
    color: #737373;
    font-size:14px;
}
.att_box{
    margin-bottom:0.5rem;
}
.att_box .att_item{
    width:50%;
    float: left;
    color: #fff;
    position:relative ;
    padding:0.3rem;
}
.att_box .att_item_in{
    position: relative;
}
.att_box .att_item_in .att_item_code{
    width:1.38rem;
    height:1.38rem;
    float: right;
}
.att_box .att_item .att_item_code img{
    width:100%;
    height:100%;
}
.att_item_text{
    line-height:0.24rem;
}
.att_item_text .att_icon{
    display: block;
    width:0.4rem;
    height:0.4rem;
    background: url("../images/contact_icon2.png") 0 -150px no-repeat;
    margin-bottom:0.1rem;
}
.att_item_text .att_icon.wb{
    background-position: 0 -200px;
}
.contact_map{
    width:100%;
    margin-bottom:0.5rem;
}
.contact_map img{
    width:100%;
}
/*产品详情*/
.pro_detail_top .pro_detail_pic {
    width:4.7rem;
    height:4.7rem;
    line-height:4.7rem;
    border: 1px solid #ededed;
    text-align: center;
}
.pro_detail_top .pro_detail_pic img{
    max-width:100%;
    max-height:100%;
}
.pro_detail_top .pro_detail_dec{
    width:5.68rem;
    background: #f8f8f8;
    padding:0.3rem;
}
.pro_detail_top .pro_detail_dec .detail_name{
    font-size:30px;
    margin-bottom:0.16rem;
    font-weight:normal;
}
.pro_detail_top .pro_detail_dec .detail_item{
    padding:0.19rem 0;
    border-bottom:1px solid #eaeaea;
    font-size:16px;
    color: #555;
}
.detail_contact{
    line-height:0.45rem;
    margin-top:0.15rem;
}
.detail_contact .contact_btn{
    display: inline-block;
    vertical-align: middle;
    width:1.4rem;
    height:0.45rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #009140;
    text-align: center;
    color: #fff;
    margin-right:0.1rem;
}
.detail_contact .contact_btn i{
    margin-right:0.05rem;
}
.pro_detail_title{
    margin:0.36rem 0;
}
.pro_detail_title h2{
    font-style: italic;
    font-size: 0.36rem;
    color: #232323;
}
.pro_detail_title_in{
    padding:0 0 0 0.9rem;
    height:0.08rem;
    background-color: #000;
    position: relative;
    margin-top:.1rem;
}
.pro_detail_title_in span{
    position: absolute;
    width:0.9rem;
    background: #fff;
    left:0;
    top:-0.06rem;
}
.pro_detail_con{
    width:100%;
}
.pro_detail_con p{
    font-size: 16px;
    color: #666666;
    margin-bottom:0.3rem;
    line-height:0.3rem;
    text-indent: 2em;
    width:100%;
}
.pro_detail_con img{
    width:100%;
}
.pro_detail_page{
    padding:0.16rem 0;
    border:1px solid #ebebeb;
    text-align: center;
    margin:1rem 0 0.6rem 0;
}
.pro_detail_page .page_item{
    color: #666;
    margin:0 0.15rem;

}

/*新闻中心*/
.news_con_list .news_con_item{
    padding:0.28rem;
    background-color: #f7f7f7;
    margin:0 0 0.3rem 0;
}

.news_con_list .news_con_item .news_pic{
    width:2.7rem;
    height: 1.52rem;
}
.news_con_list .news_con_item .news_pic img{
    width:100%;
    height:100%;
}
.news_con_list .news_con_item .news_info{
    width:8rem;
    color: #666;
    padding:0.26rem 0;
    border-top:1px dashed #c6c6c6;
    border-bottom:1px dashed #c6c6c6;
}
.news_con_list .news_con_item .news_info .news_time,
.news_con_list .news_con_item .news_info .news_text
{
    display: inline-block;
    vertical-align: middle;
}
.news_con_list .news_con_item .news_info .news_time{
    width:1rem;
}
.news_time .day{
    font-size:60px;
}
.news_time .year{
    font-size: 20px;
    color: #888;
}
.news_con_list .news_con_item .news_info .news_text{
    width:6.6rem;
    border-left:1px solid #e0e0e0;
    padding-left:0.3rem;
}
.news_text .news_text_tit{
    margin-bottom:0.1rem;
    font-size: 16px;
}
.news_text .news_text_dec{
    font-size: 14px;
    color: #666;
    line-height:0.24rem;
}

.news_con_list .news_con_item a{
    display: block;
}
.news_con_list .news_con_item.active{
    background-color: #ee8913;
}
.news_con_list .news_con_item.active .news_info{
    color: #fff;
}
.news_con_list .news_con_item.active .year{
    color: #fff;
}
.news_con_list .news_con_item.active  .news_text .news_text_dec{
    opacity:0.6;
    color: #fff;
}
.news_con_list .news_con_item.active  .news_info{
    border-color: #f3ad5a;
}

/*新闻详情*/
.news_detail .news_detail_title{
    text-align: center;
    border-bottom:1px solid #eee;
    margin-bottom:0.38rem;
}
.news_detail .news_detail_title h2{
    font-size:24px;
    margin-bottom:0.2rem;
}
.news_detail .news_detail_title .news_detail_data{
    margin-bottom:0.2rem;
    color: #999;
    font-size:12px;
}
.news_detail .news_detail_title .news_detail_data .data_item{
    display: inline-block;
    padding:0 0.12rem;
}
.new_detail_con{
    font-size:14px;
	font-family: "Microsoft YaHei";
    color: #666;
    line-height:0.32rem;
}
.new_detail_con p{
    margin-bottom:0.36rem;
}
.new_detail_con img{
    width:auto;
    max-width:100%;
    display: block;
    margin:0 auto 0.36rem;
}
.news_detail_bot{
    background: #eee;
    padding:0.32rem 0;
    
}
.news_detail_fy{
    width:65%;
}
.news_detail_fy a{
    width:100%;
    display: block;
    color: #666;
    font-size:14px;
    line-height:0.36rem;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_detail_fy a:hover{
    color: #009140;
}
.news_detail_share{
    width:30%;
    text-align: right;
}
.news_detail_share .back_list{
    display: inline-block;
    position: relative;
    padding-left:0.16rem;
    font-size:14px;
    color: #009140;
    background: url("../images/back_icon.png") left center no-repeat;
}
.share_box{
    width:100%;
    display: inline-block;
    text-align: right;
    margin-top:0.2rem;
}
.share_box .jiathis_style{
    display: inline-block;
}

/*公司动态*/
.company{
    min-height:19rem;
    position: relative;
    padding:1.5rem 0 0 0;
}
.company:before{
    content: '';
    width:9.74rem;
    height:4.77rem;
    position: absolute;
    right:0;
    bottom:-0.2rem;
    background: url("../images/company/yj_bg2.png")  no-repeat;
}
.company .company_bg{
    position: absolute;
    width:100%;
    height:100%;
    right:0;
    top:0;
    z-index:1;
    background: url("/images/company_b.png") center top no-repeat;
}
.company_top{
    position: relative;
}
.company_top_l{
    width:6rem;
}
.company_top .company_text h2{
    font-size:18px;
    font-weight: bold;
    margin:0.36rem 0 0.16rem 0;
}
.company_top .company_text p{
    font-size:14px;
    line-height:0.24rem;
}
.company_pic{
    margin-top:0.55rem;
    position: relative;
    z-index:0;
}
.company_pic img{
    width:100%;
}
.company_top_r{
    position: relative;
    z-index:9999;
    width:5.6rem;
}
.company_top_r .company_dec_pic{
    position: relative;
    height:2.86rem;
}
.company_top_r .company_dec_pic .img{
    position: absolute;
}
.company_top_r .company_dec_pic .img1{
    right:0;
    top:0;
    z-index:20;
}
.company_top_r .company_dec_pic .img2{
    right:1.4rem;
    top:0.56rem;
    z-index:19;
}
.company_top_r .company_dec_pic .img3{
    right:2.66rem;
    bottom:0;
    z-index:16;
}
.company_top_r .company_dec_text{
    margin-top:.8rem;
    z-index:999;
    position: relative;
    color: #fff;
    line-height:0.36rem;
    text-align: right;
    font-size: 16px;
}
.service_box{
    margin-top:2rem;
    position: relative;
    z-index:999;
    min-height:3.1rem;

}

.service_box .service_tit{
    color: #fff;
    font-weight:bold;
}
.service_box .service_tit .service_en{
    font-size:30px;
    font-style: italic;
    font-weight:bold;
}
.service_box .service_tit .service_zh{
    font-size:24px;
    font-weight:bold;
    position: relative;
    padding:0 0 0 1.4rem;
    height:0.16rem;
    border-bottom:1px solid #fff;

}

.service_box .service_tit .service_zh .name{
    position: absolute;
    left:0;
    top:0;
    width:1.4rem;
    background: #ed9a3a;
}
.service_dec{
    margin-top: 0.4rem;
    color: #fff;
    font-size:16px;
    line-height:0.36rem;
    width:50%;
}
.service_dec_pic{
    position: absolute;
    right:0;
    top:-0.9rem;
    text-align: right;
}
.service_dec_pic img{
    width:2.36rem;
    overflow: hidden;
    margin:0 0 0.06rem 0;
    display: inline-block;
}

/*企业愿景*/
.company_yj{
    position: relative;
    z-index:999;
}
.company_yj .company_yj_tit{
    height:2.9rem;
    font-size:24px;
    font-weight: bold;
    padding:2.08rem 0.2rem 0;
    color: #fff;
    background: url("../images/company/yj_bg.png") center center no-repeat;
}
.company_yj .company_yj_tit h2{
    font-style: italic;
    font-size:30px;
    font-weight: bold;
}
.company_yj .company_yj_tit p{
    font-weight: bold;
}
.company_j_dec{
    padding-top:0.4rem;
    color: #272727;
    font-size:16px;
    line-height: 0.26rem;
}
.company_j_dec p{
    margin:0 0 0.2rem 0;
}
/*媒体查询*/

@media (min-width: 992px) and (max-width: 1199px) {
   
    .base_box:before{
        background: #009140;
    }
    .news_in .news_show{
        padding:0.5rem 0.4rem 0 0.4rem;
    }
    .footer .footer_top .footer_top_item{
        width:20%;
    }
    /*产品中心*/
    .pro_nav .pro_nav_title{
        padding:0;
        width:4.2rem;
    }
    /*荣誉资质*/
    .honor_list .honor_item,.honor_list .honor_item.active{
        -webkit-background-size:contain;
        background-size:contain;
    }
    .honor_list .honor_item .honor_pic{
        min-height:2rem;
    }
    .recruit_send .recruit_send_email{
        bottom:0.2rem;
    }
    /*产品详情*/
    .pro_detail_top .pro_detail_pic{
        width:42%;
    }
    .pro_detail_top .pro_detail_dec{
        width:55%;
    }
    /*咨询中心*/
    .news_con_list .news_con_item .news_info{
        width:6rem;
    }
    .news_con_list .news_con_item .news_info .news_text{
        width:4.5rem;
    }
    .company .company_bg{
        background-position: center bottom;
    }
    .company:before{
        background: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 14px;
    }

	.container2 {
    width: 100%;
  }
  
    .about_list_box .about_list_item{
        width:40%;
        margin-bottom: 0.2rem;
    }

    .tab_container .pro_item{
        margin:0 0.2rem 0 0;
    }
    .base_box:before{
        background: #009140;
    }
    .base_box .base_in .base_left{
        width:40%;
    }
    .base_right{
        width:55%;
    }
    .base_right .base_right_t{
        font-size:26px;
        margin-bottom:0.4rem;
    }
    .base_right .base_right_t h2{
        font-size:36px;
    }
    .news_in .news_show{
        width:50%;
        padding:0.3rem 0.2rem 0 0.2rem;
    }
    .news_in .news_list{
        width:50%;
    }
    .news_in .news_list .news_list_item a{
        padding:0.2rem 0.4rem 0.2rem 0.4rem;
    }
    .footer .footer_top .footer_top_l{
        width:100%;
    }
    .footer .footer_top .footer_top_item{
        width:20%;
    }
    .footer_code{
        width:100%;
        background: none;
        padding-top:0.2rem;
        height:auto;
    }

    /*产品中心*/
    .pro_nav .pro_nav_title{
        padding:0;
        width:3.2rem;
        margin-top:0.14rem;
    }
    .pro_nav .pro_nav_title .en{
        font-size:30px;

    }
    .pro_nav .pro_nav_title .name{
        font-size:22px;
        padding-left:0.5rem;
    }

    /*荣誉资质*/
    .honor_list .honor_item{
        margin:0 10px 10px 0;
    }
    .honor_list .honor_item,.honor_list .honor_item.active{
        -webkit-background-size:contain;
        background-size:contain;
    }
    .honor_list .honor_item .honor_pic{
        min-height:1rem;
    }


}

@media (max-width: 767px) {

	.container2 {
    width: 100%;
  }
   
	.container2 {
    width: 100%;
  }
   
    .about_list_box .about_list_item{
        width:40%;
        margin: 0 0.15rem 0.2rem 0.15rem;
    }
    .tab_container .pro_item{
        margin:0 0.2rem 0 0;
        width:45%;
    }
    .tab_show{
        padding:0;
    }
    .base_box .base_in .base_left{
        width:100%;
    }
    .base_box .base_in .base_right{
        width:100%;
    }
    .base_box:before{
        background: #009140;
    }
    .base_right .base_right_t{
        font-size:26px;
        margin-bottom:0.4rem;
        color: #fff;
    }
    .base_right .base_right_t h2{
        font-size:36px;
    }
    .base_right .base_right_t .base_line{
        background: #fff;
        height:0.04rem;
    }
    .news_in .news_show{
        width:100%;
        padding:0.3rem 0.4rem 0 0.4rem;
    }
    .news_in .news_list{
        width:100%;
    }
    .news_in .news_list .news_list_item a{
        padding:0.2rem 0.2rem 0.2rem 0.2rem;
    }
    .contact_in .contact_type_item{
        margin-right:0.15rem;
    }
    .footer .footer_top .footer_top_item{
        width:50%;
        text-align: center;
    }
 
    .contact_in{
        background: #058013;
        height:auto;
        padding-bottom:0.3rem;
    }
    .footer{
        padding-bottom:0.5rem;
    }
    .footer_adr{
        line-height:0.28rem;
        text-align: center;
        padding:0.3rem 0 0.3rem 0;
    }
    .footer_adr .footer_adr_in{
        line-height:0.28rem;
        padding:0;
    }
    .footer_adr_r,.footer_adr_l{
        width:100%;
    }
    .footer_code{
        width:100%;
        background: none;
        padding-top:0.2rem;
        height:auto;
    }
    .footer .footer_top .footer_top_l{
        width:100%;
    }

    /*产品中心*/
    .products_content .tab_container{
        padding-top:0.8rem;
    }
    .pro_nav{
        background: #19b95f;
        height:0.6rem;
        padding-top:0;
        bottom:-0.6rem;
    }
    
    .pro_nav .pro_nav_title{
        display: none;
    }
    .pro_nav .pro_nav_tab{
        text-align: center;
        width:100%;
        position: relative;
        top:-0.2rem;
    }
    .pro_nav .pro_nav_tab a{
        margin-top:0;
        font-size:16px;
        height:0.8rem;
        line-height:1rem;
    }
    .holder a{
        margin:0 0.05rem;
    }
    .holder a.jp-next,.holder a.jp-previous{
        padding:0 0.2rem;
    }
    /*荣誉资质*/
    .honor_title{
        display: block;}

    /*荣誉资质*/
    .honor_list .honor_item{
        width:45%;
        margin:0 0.1rem 0.1rem 0;
    }
    .honor_list .honor_item,.honor_list .honor_item.active{
        -webkit-background-size:contain;
        background-size:contain;
    }
    .honor_list .honor_item .honor_pic{
        min-height:1rem;
    }
    
}




@media (max-width: 479px) {
    body {
        font-size: 12px;
    }
    .products_title{
        padding-bottom:0.2rem;
    }
	.container2 {
    width: 100%;
  }
    .about_wrap{
        background: none;
    }
    .about .about_top .about_title{
        height:0.6rem;
    }
	
    .about .about_top .about_case{
        height:0.6rem;
    }
    .about_list_box{
        padding:0 0.5rem 0 0.5rem;
    }
    .about_list_box .about_list{
        margin:0;
    }
    .about_list_box .about_list_item{
        width:100%;
        margin:0 0 0.2rem 0;
    }
    .about_list_box .about_list_item .about_list_pic{
        margin-bottom:0.1rem;
    }
    .about_list_box .about_list_item .about_list_name{
        font-size: 16px;
    }
    .about .about_dec{
        font-size:14px;
        margin-bottom:0.1rem;
    }
    .tab_show{
        padding:0;
    }
    .tab_show a{
        width:46%;
        margin-bottom:0.15rem;
    }
    .tab_container .pro_item_box{
        margin:0;
    }
    .tab_container{
        padding-top:0.2rem;
    }
    .tab_container .pro_item{
        width:100%;
        margin:0 auto;
    }
    .base_right .base_right_t{
        font-size:16px;
        margin-bottom:0.4rem;
        color: #fff;
    }
    .base_right .base_right_t h2{
        font-size:20px;
    }
    .base_right .base_right_t .base_line{
        background: #fff;
        height:0.04rem;
    }
    .news_in .news_show{
        padding:0.2rem 0.2rem 0 0.2rem;
        min-height:auto;
    }
    .news_in .news_show .news_show_title{
        margin:0.1rem 0 0.1rem 0;
    }
    .news_in .news_show .news_show_dec{
        margin-bottom:0.15rem;
    }
    .contact_in .contact_type_item{
        width:100%;
        margin-right:0;
    }
    .footer .footer_top .footer_top_item{
        width:100%;
        margin-bottom:;
        text-align: center;
        font-size:18px;
    }
    .footer .footer_top .footer_top_item dt{
        margin-bottom:0.15rem;
        font-size:24px;
    }
    /*荣誉资质*/
    .honor_content{
        padding-top:.9rem;
    }
    .honor_list{
        margin:0;
    }
    .honor_list .honor_item{
        width:100%;
        margin:0 0 0.2rem 0;
    }
    .honor_list .honor_item,.honor_list .honor_item.active{
        -webkit-background-size:contain;
        background-size:contain;
    }
    .honor_list .honor_item .honor_pic{
        min-height:1rem;
    }
    .recruit_box{
        padding-top:1rem;
    }
    .contact_address .contact_address_item .contact_icon{
        margin:0 0.1rem 0 0;
    }
    .contact_address .contact_address_item .contact_text{
        width:70%;
    }
    /*news*/
    .news_con_list .news_con_item{
        padding:0.1rem;
    }
    .news_con_list .news_con_item .news_info .news_time{
        width:30%;
    }
    .news_con_list .news_con_item .news_info .news_text{
        width:68%;
        padding-left:0.1rem;
    }
    .news_time .day{
        font-size:40px;
    }
    .news_time .year{
        font-size:14px;
    }
    /*新闻*/
    .news_detail .news_detail_title h2{
        font-size:18px;
        margin-bottom:0.2rem;
    }
    .service_dec_pic img{
        width:45%;
    }
    .service_dec_text,.company_top_r .company_dec_text{
        font-size:12px;
        line-height:0.24rem;
        padding-top:2rem;
    }
    .service_dec_text, .company_top_r .company_dec_text{
        padding-top:1rem;
    }
    .service_box{
        margin-top:0.3rem;
    }
}