﻿@charset "utf-8";
html {
    font-size: 625%;
}

body {
    font-family: "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "宋体", simsun, sans-serif;
    font-size: 16px;
    background: #fff;
    color: #333333;
    min-width:320px;
    overflow-x: hidden;
}

body, h2, ul, p, dl, h4, h5, h3, dl, dt, dd {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
    list-style: none;
}

a, a:link, a:hover, a:visited, a:active {
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

i, em {
    font-style: normal;
}

img {
    border: none;
    vertical-align: middle;
}

input, button, select, textarea {
    background: transparent;
    outline: none;
    border: none;
    color: #787878;
}

input[type="text"] {
    -webkit-appearance: none;
}

.color_b{
    color: #009140;
}

.container {
    margin: 0 auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}
.bg_yellow{
    background: #ee8913;
}
.bg_green{
    background: #009140;
}
.color_d{
    color: #232323 !important;
}
.color_g{
    color: #009140 !important;
}
/*头部*/
.header{
    width:100%;
    height:1rem;
    /*background: url("../images/header_bg.png") no-repeat center center;*/
    border-top:0.04rem solid #009140;
    position: relative;
    z-index: 1000;
}
.header_small{
       display: none;
    background: rgba(255,255,255,.9);
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1010;
    padding: 0.04rem 0 0.05rem 0;
    height: 1rem;
}
.header_small  .small_logo{float: left; width: 50%; overflow: hidden;}
.header_small  .small_logo img{ width: 100% }
.header_small .header_small_btn{
    width:0.66rem;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: 3%;
}
.header_small .header_small_btn i{
    font-size:26px;
    color: #666;
}
.header_small_nav{
    width:100%;
    position: absolute;
    top:0.48rem;
    right:0;
    display: none;
    background: rgba(255,255,255,1);
    box-shadow:5px 1px 10px #ccc;
}
.header_small_nav li{
    line-height:0.5rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.header_small_nav li a{
    display: block;
    color: #333;
    font-size:16px;
    line-height: 50px;
}
.header .header_nav .header_nav_list li{
    float: left;
    position: relative;
}
.header .header_nav .header_nav_list li .nava{
    display: block;
    padding:0.35rem 0.1rem 0.2rem 0.1rem;
    color: #333;
    text-align: center;
    position: relative;

}
.header .header_nav .header_nav_list li .nav_en{
    font-size:12px;
    margin:0.1rem 0 0.1rem 0;
    color: #888888;
}
.header .header_nav .header_nav_list li.active .nav_name,
.header .header_nav .header_nav_list li a:hover .nav_name{
    color: #009140;
}
.header .header_nav .header_nav_list li.active .nav_dot,
.header .header_nav .header_nav_list li a:hover .nav_dot{
    width:0.06rem;
    height:0.06rem;
    background: #009140;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    left:50%;
    bottom:0rem;
    margin-left:-0.03rem;
}
.logo{
        width: 1.5rem;
    position: absolute;
    left: 49%;
    top: 0.05rem;
    margin-left: -0.75rem;
}
.logo img{
    width:100%;
}
.fixed_top{
    position: absolute;
    left:0;
    top:0;
    z-index:9999;
}

.fixed_top_scroll{
    height:1rem;
    position: fixed;
    left:0;
    display: none;
    z-index:1000;
    background: rgba(255,255,255,.9);
}
.logo_scroll{
    top:0.1rem;
    width:0.8rem;
    margin-left:-0.44rem;
}
.fixed_top_scroll .header_nav .header_nav_list li a{
    padding: 0.25rem 0.3rem 0.2rem 0.3rem;
}
#banner img {
    width: 100%;
}
.swiper-container img {
    width: 100%;
}

#banner .swiper-pagination-bullet{
    width:0.78rem;
    height:0.08rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin:0;
    border:1px solid #fff;
    background: none;
    opacity:1;
    border-right:none;
    border-left:none;
}
#banner .swiper-pagination-bullet:nth-child(1){
    border-left:1px solid #fff;
}
#banner .swiper-pagination-bullet:last-child{
    border-right:1px solid #fff;
}
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}

/*关于我们*/
.about_wrap{
    padding:0.76rem 0 0.76rem;
    position: relative;
    background: url("../images/bg.png") left 0.76rem  no-repeat;
}
.about .about_top{

    text-align: center;
}
.about .about_top .about_title{
    height:0.78rem;
    background: url("../images/about_title.png") center top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom:0.12rem;
}
.about .about_dec{
    line-height:28px;
}
.about_list_box{
    padding:0.5rem 0.56rem 0 0.56rem;
}
.about_list_box .about_list{
    margin:0 -0.3rem 0 0;
}
.about_list_box .about_list_item{
    text-align: center;
    width:18%;
    float: left;
    margin:0 0.3rem 0 0.3rem;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    transition: all 0.3s ;
}

.about_list_box .about_list_item .about_list_pic{
    padding:0.1rem;
    border:1px dashed #269a54;
    border-radius: 500px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom:0.3rem;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    transition: all 0.3s ;
}

.about_list_box .about_list_item .about_list_pic img{
    width:100%;
    height:100%;
    border-radius:500px;
}
.about_list_box .about_list_item .about_list_name{
    color: #333;
}
.about_list_box .about_list_item.active .about_list_pic{
    border-color: #ee8913;
}

.about_list_box .about_list_item.active .about_list_pic_in{
    border:0.06rem solid #ee8913;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}
.about_list_box .about_list_item.active .about_list_name{
    color: #ee8913;
}

.products_show{
    background: #f8f8f8 url("../images/bg1.jpg") left top no-repeat;
    overflow: hidden;
}
.decorate_icon{
    height:1.26rem;
    position: relative;
}
.decorate_icon .decorate_icon_arrow{
    width:0;
    height:0;
    border-width:0.24rem;
    border-style:solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left:50%;
    top:0;
    margin-left:-0.24rem;
}
.decorate_icon .decorate_icon_line1{
    height:1.04rem;
    border-right:1px solid #fff;
    position: absolute;
    left:50%;
    top:0.22rem;
}
.decorate_icon .decorate_icon_line2{
    border-bottom:1px solid #fff;
    width:0.8rem;
    left:50%;
    margin-left: -0.4rem;
    bottom:0;
    position: absolute;
}

.products_title{
    text-align: center;
    color: #fff;
    font-size:30px;
    padding-bottom:0.5rem;
}
.products_title .products_title_en{
    font-size:48px;
    color: #fff;
    font-family:Arial;
    font-style: italic;
}

.tab_show{
    padding:0 1.4rem 0 1.4rem;
    margin:0 -0.1rem 0 0;
    text-align: center;
}
.tab_show a{
    display: inline-block;
    width:22%;
    height:0.45rem;
    line-height:0.45rem;
    text-align: center;
    border:1px solid #fff;
    color: #fff;
    margin:0 0.1rem 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tab_show a.active,.tab_show a:hover{
    background-color: #fff;
    color: #333;
}
.tab_container{
    padding-top:0.92rem;
    position: relative;
}
.tab_item{
    display: none;
}
.tab_item.active{
    display: block;
}
.tab_container .pro_item_box{
    margin:0 -0.3rem 0 0;
}
.tab_container .pro_item{
    width:30%;
    margin:0 0.3rem 0 0;
    float: left;
}
.tab_container .pro_item .pro_item_pic{
    border:1px solid #ededed;
}
.tab_container .pro_item img,.tab_container .pro_item .pro_item_pic img{
    width:100%;
    height:300px;
}
.tab_container .pro_item.active .pro_item_pic{
    box-shadow: 0.06rem 0.06rem 0 #009140;
}
.pro_item_dec{
    padding:0.22rem 0 0.4rem 0;
    color: #333;
    position: relative;
}
.pro_item_dec .pro_dec_text{
    margin-bottom:0.2rem;
}
.pro_item_dec .pro_dec_num{
    color: #e0e0e0;
    font-weight:bold;
    position: relative;
    
}
.pro_item_dec .pro_dec_num .line{
    width:0.36rem;
    height:2px;
    background: #e0e0e0;
    display: inline-block;
    vertical-align: middle;
}
.tab_container .pro_item.active .go_icon{
    width:0.42rem;
    height:0.47rem;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-0.23rem;
    background: url("../images/go.png") no-repeat;
}
.base_box{
    margin-top:1.3rem;
    position: relative;

}
.base_box:before{
    content: '';
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    bottom:0;
    background: url("../images/bg2.jpg") left bottom no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.base_box .base_in{
    position: relative;
    top:-0.5rem;
}
.base_box .base_in .base_left{
    width:36%;
    float: left;
}
.base_in_text{
    width:70%;
}
.base_in_handle{
    width:30%;
    text-align: center;
}
.base_in_handle a{
    color: #fff;
    text-align: center;
    margin-left:0.1rem;
    display: inline-block;
}
.base_in_handle a i{
    font-size:26px;
    font-weight: normal;
}
.base_box .base_in .base_left .base_in_pic img{
    width:100%;
}
.base_in_dec{
    margin-top:0.5rem;
    border:1px solid #fff;
    padding:0 0.2rem 0 0.2rem;
    height:0.7rem;
    line-height:0.7rem;
    color: #fff;
}
.base_right{
    width:60%;
}
.base_right .base_right_t{
    font-size: 30px;
    color: #000;
    margin:0 0 0.509rem 0;
}
.base_right .base_right_t h2{
    font-size: 48px;
    font-style: italic;
    margin-top:0.2rem;
    font-weight: bold;
}
.base_right .base_right_t .base_line{
    display: inline-block;
    vertical-align: middle;
    width:0.62rem;
    height:0.08rem;
    background: #000;
}

.base_list .base_list_item{
    width:32%;
    margin-right: 1%;
    margin-bottom:1%;
    float: left;
    position: relative;
    
    overflow: hidden;
}
.base_list .base_list_item img{-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}

.base_list .base_list_item.active img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index:99;
    overflow: hidden;
}
.base_list .base_list_item img{
    display: block;
    margin:0;
    padding:0;
    width:100%;
}
.base_list .base_list_item .base_name{
    width:100%;
    position: absolute;
    left:0;
    bottom:-100%;
    color: #fff;
    text-align: center;
    padding: 0.18rem 0 0.18rem 0;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.15),rgba(0,0,0,0.8)); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(bottom,rgba(0,0,0,0.15),rgba(0,0,0,0.8)); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0.15),rgba(0,0,0,0.8));/* Firefox 3.6 - 15*/
    background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.8));
}
.base_list .base_list_item.active .base_name{
    bottom:0;
}
/*新闻*/
.news_box{
    padding:0.3rem 0 0.8rem 0;
    margin-top:0.78rem;
    position: relative;
    background-color: #fff;
    z-index:1;
}   
.news_in{
    position: relative;
    z-index:110;
}
.news_box:before{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background: url("../images/bg2.png") no-repeat;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    z-index:0;
}
.news_in .news_show{
    width:45%;
    min-height:5.1rem;
    background-color: #f2f2f2;
    padding:0.5rem 0.7rem 0 0.7rem;
}
.news_in .news_list{
    width:55%;
    min-height:5.1rem;
    background-color: #fafafa;

}
.news_in .news_list .news_list_item a{
    display: block;

    padding:0.2rem 0.7rem 0.2rem 0.7rem;
    background-color: #fafafa;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #fafafa;
    margin:0.1rem 0 0.1rem 0;
}
.news_in .news_list .news_list_item a:hover{
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 25px rgba(0,0,0,.1);
    box-shadow: 0 3px 25px rgba(0,0,0,.1);

}
.news_in .news_list .news_list_item .news_item_top{
    margin-bottom:0.24rem;
}
.news_in .news_list .news_list_item .news_item_top .title{
    width:80%;
    font-size:14px;
    color: #5d5d5d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding:0 0 0 0.25rem;
}
.news_in .news_list .news_list_item .news_item_top .title:before{
    content: '';
    width:0.06rem;
    height:0.06rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #666;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-0.03rem;
}
.news_in .news_list .news_list_item .news_item_top .time{
    font-size:14px;
    color: #5d5d5d;
    width:16%;
    text-align: right;
}

.news_item_bot{
    padding-left:0.25rem;
}
.news_item_bot .dec{
    width:80%;
    display: inline-block;
    vertical-align: middle;
    color: #7e7e7e;
}
.news_item_bot .arrow{
    width:16%;
    vertical-align: middle;
    display: inline-block;
    text-align: right;
    position: relative;
    color: #e4e4e4;
}
.news_item_bot .arrow:before{
    content: "";
    border-left:1px solid #e4e4e4;
    height:0.16rem;
    position: absolute;
    left:50%;
    top: 50%;
    margin-top:-0.08rem;
}

.news_in .news_show .news_show_time{
    font-size: 24px;
    color: #262424;
}
.news_in .news_show .news_show_title{
    font-size: 16px;
    margin:0.3rem 0 0.3rem 0;
    color: #262424;
}
.news_in .news_show .news_show_dec{
    color: #a9a9a9;
    font-size:14px;
    line-height:26px;
    margin-bottom: 0.4rem;
}
.news_in .news_show .news_show_pic{
    width:100%;
    max-height:2.14rem;
    overflow: hidden;
    text-align: center;
}

/*联系*/
.contact_box{


}
.contact_box{

    background: url("../images/contact_bg2.png") center top no-repeat;
    width:100%;

}
.contact_box_in{
    width:100%;

}

.contact_in .contact_tit{
    font-size:48px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    padding:0.46rem 0 0 0.3rem;
    display: inline-block;
    border-bottom:0.04rem solid #fff;
}
.contact_in .contact_type{
    padding-left: 0.4rem;
}
.contact_in .contact_type_item{
    display: inline-block;
    margin-top:0.4rem;
    margin-right:0.45rem;
    color: #fff;
    position: relative;
    font-size:16px;
    padding-left:0.6rem;
}

.contact_in  .line{ width: 60%; margin-top: 0.5rem; margin-bottom: 1rem }
@media (max-width: 960px){
.contact_in  .line{ width: 100%; margin-top: 0.5rem; margin-bottom: 1rem; color: #fff; font-size: var(--fs20) }

}


.contact_in .contact_type_item .contact_icon{
    width:0.4rem;
    height:0.4rem;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-0.2rem;
    background: url("../images/contact_icon.png") 0 0 no-repeat;
    background-size: 100%;
}
.contact_in .contact_type_item .contact_icon_qq{
    background-position: 0 -0.5rem;
}
.contact_in .contact_type_item .contact_icon_phone{
    background-position: 0 -1rem;
}
.footer{
    width:100%;
    background: url("../images/footer_bg.png") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .footer_top .footer_top_l{
    width:100%;
    padding-top:0.74rem;
    display: flex;
}

.footer .footer_top .footer_top_item{
    float: left;
    justify-content: center;
    margin: 0 0.1rem;
}
.footer .footer_top .footer_top_item dt{
    font-size:16px;
    color: #fff;
    margin-bottom:0.36rem;
    font-size: var(--fs16)
}
.footer .footer_top .footer_top_item dd{
    margin-bottom:0.22rem;
}
.footer .footer_top .footer_top_item dd a{
    color: #fff;
    position: relative;
    padding-left:0.1rem;
}
.footer .footer_top .footer_top_item dd a:before{
    content: '';
    width:5px;
    height:3px;
    background: #fff;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-1px;
}
.footer_code{
    padding-top:0.3rem;
    text-align: center;
    float: right;
    width:1.7rem;
}
.footer_code img{
    display: inline-block;
    max-width:100%;
}
.footer_adr{
    padding:0.5rem 0 0.3rem 0;
}


.footer_adr .footer_adr_in{
    padding:0 0.2rem 0 0.2rem;
    background: rgba(255,255,255,.2);
    line-height:0.66rem;
    color: #fff;
}
.footer_adr .footer_adr_in a{
    color: #fff;
}


.footcode { display: flex; width: 15%  }

@media( max-width: 960px){
.footcode{ width: 80%; margin: 0 auto }
}
.footcode  dl{ margin:0 2%;  color: #fff }

}
.footcode dl{ justify-content: center; margin:0 0.1rem; color: #fff}

/*产品中心*/
.pro_banner{
    width:100%;
    position: relative;
}
.pro_content_banner{
    position: relative;
}
.pro_banner img{
    width:100%;
}
.products_content .tab_container{
    padding-top:1.5rem;
}
.pro_nav{
    width:100%;
    height:1.65rem;
    background: url("../images/nav_bg.png") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    left:0;
    bottom:-0.83rem;
    position: absolute;
    padding-top:0.36rem;
    z-index:999;
}
.pro_nav .pro_nav_title{
    padding:0 0 0 0.94rem;
    float: left;
    width:5rem;
    color: #fff;
    font-size:30px;
}
.pro_nav .pro_nav_title .en{
    font-size:36px;
    font-weight:bold;
    font-style: italic;
}
.pro_nav .pro_nav_title .name{
    padding-left:1.5rem;
}
.pro_nav .pro_nav_tab{
    float: left;
}
.pro_nav .pro_nav_tab a{
    display: inline-block;
    height:1.04rem;
    line-height:1.2rem;
    margin-top:0.25rem;
    color: #fff;
    padding:0 0.12rem;
}
.pro_nav .pro_nav_tab a.active,.pro_nav .pro_nav_tab a:hover{
    background: url("../images/bg_line.png") repeat-x;
}

/*荣誉资质*/
.honor_title{
    display: none;
}
.honor_content,.recruit_box,.contact_content{
    padding-top:1.5rem;
}
.honor_list{
    margin: 0 -0.3rem 0 0;
}
.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:30%;
    margin:0 0.3rem 0.3rem 0;
    padding:0.18rem;
    background: url("../images/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.active{
    background: url("../images/bg_active.png") center top no-repeat;
}
.honor_list .honor_item .honor_pic{
    padding:0.14rem;
    text-align: center;
    min-height:2.48rem;
    margin-bottom: 0.2rem;
}
.honor_list .honor_item .honor_pic img{
    display: inline-block;
    width:100%;
}
.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{
    
    line-height:0.3rem;
    margin-bottom:0.44rem;
}
.recruit_list .recruit_list_in .recruit_item{
    padding:0.2rem 0;
    border:1px solid #f3f3f3;
    background: #f3f3f3;
    margin-bottom:0.2rem;
}
.recruit_list .recruit_list_in .recruit_item.active{
    background: none;
    border:1px solid #009140;
    color: #009140;
}
.recruit_list .recruit_list_in .recruit_item .recruit_name{
    width:30%;
    padding-left:0.4rem;
}
.recruit_list .recruit_list_in .recruit_item .recruit_ad,
.recruit_list .recruit_list_in .recruit_item .recruit_time{
    width:30%;
}
.recruit_list .recruit_list_in .recruit_item .recruit_check{
    width:10%;
    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 .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:6.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:2rem;
    background: #fff;
    left:0;
    top:-0.06rem;
}
.pro_detail_con{
    width:100%;
}
.pro_detail_con p{
    font-size: 16px;
    color: #666666;
    margin-bottom:0.1rem;
    line-height:0.3rem;
    text-indent: 2em;
    width:100%;
line-height:30px;
}
.pro_detail_con img{
   
}
.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:20%;
    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:75%;
    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;
    color: #666;
}
.new_detail_con p{
    
}
.new_detail_con img{
    width:auto;
    max-width:100%;
    display: block;
    margin:0 auto 0.1rem;
}
.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{
    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/yj_bg2.png")  no-repeat;
}
.company .company_bg{
    position: absolute;
    width:100%;
    height:100%;
    right:0;
    top:0;
    z-index:0;
    background: url("../images.png") center top no-repeat;
}
.company_top{
    position: relative;
}
.company_top_l{
    width:6rem;
}
.company_top_l img{ width: 100% }
.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;
    line-height:0.36rem;
    text-align: right;
    font-size: 16px;
}
.service_box{
    position: relative;
    z-index:999;

}

.service_box .service_tit{
    color: #000;
    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 #000s;

}

.service_box .service_tit .service_zh .name{
    position: absolute;
    left:0;
    top:0;
    width:1.4rem;
}
.service_dec{
    margin-top: 0.4rem;
    color: #000;
    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: #000;
    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;
}
/*媒体查询*/


.container {
        width: 1600px;
    }

.inner_container {
        width: 1000px;
    }


@media (max-width: 1920px) {
    .container {
        width: 1600px;
    }
.inner_container {
        width: 1000px;
    }
}

@media (max-width: 1600px) {
    .container {
        width: 1440px;
    }
.inner_container {
        width: 1000px;
    }
}

@media (max-width: 1440px) {
    .container {
        width: 1200px;
    }
.inner_container {
        width: 920px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 1200px;
    }
.inner_container {
        width: 920px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }
.inner_container {
        width: 800px;
    }
    .header .header_nav .header_nav_list li a{
        padding:0.35rem 0.1rem 0.2rem 0.1rem;
    }
    .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;
    }

    .container {
        width: 750px;
    }
.inner_container {
        width: 100%;
    }
    .header .header_nav .header_nav_list li a{
        padding:0.35rem 0.1rem 0.2rem 0.1rem;
        list-style: none;
    width: auto;
    height: 50px;
    /*float: left;*/
    text-align: center;
    }
    .fixed_top_scroll .header_nav .header_nav_list li a{
        padding: 0.25rem 0.1rem 0.2rem 0.1rem;
    }
    .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 0.24rem 0.24rem 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;
    }

    /*招聘模态*/
    .motel_item{
        width:80%;
        margin-left:-40%;
    }
    .recruit_send .recruit_send_email{
        bottom:0.1rem;
    }
    /*联系我们*/
    .contact_address .contact_address_item{
        margin:0 0.1rem 0 0;
    }
    /*产品详情*/
    .pro_detail_top .pro_detail_pic{
        width:42%;
        height:4.3rem;
        line-height:4.3rem;
    }
    .pro_detail_top .pro_detail_dec{
        width:55%;
        padding:0.15rem;
    }
    .pro_detail_top .pro_detail_dec .detail_name{
        font-size:22px;
    }
    /*新闻中心*/
    .news_con_list .news_con_item .news_pic{
        display: inline-block;
        vertical-align: middle;
        float:none;
        width:2rem;
        margin-right:0.3rem;
    }
    .news_con_list .news_con_item .news_info{
        width:4.4rem;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
    .news_con_list .news_con_item .news_info .news_text{
        width:2.5rem;
    }
    .company .company_bg{
        background-position: center bottom;
    }
    .company:before{
        background: none;
    }
    .service_dec_pic{
        top:-0.4rem;
    }
    .service_dec_pic img{
        width:1.6rem;
    }
    .service_dec{
        width:50%;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 0.1rem;
    }
.inner_container {
        width: 100%;
    }
    .header{
        display: none;
    }
    .header_small{
        display: block;
    }
    .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;
    }
    .footer .footer_top .footer_top_item dt{
        margin-bottom:0.15rem;
    }
    .contact_in{
        background: #ee8913;
        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%;
        display: block;
    }

    /*产品中心*/
    .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;
    }
    /*招聘*/
    .recruit_list .recruit_list_in .recruit_item .recruit_name,
    .recruit_list .recruit_list_in .recruit_item .recruit_ad
    ,.recruit_list .recruit_list_in .recruit_item .recruit_check{
        width:50%;
        padding:0;
        text-align: center;
        margin-bottom:0.1rem;
    }
    .recruit_list .recruit_list_in .recruit_item .recruit_time{
        width:50%;
        text-align: center;
    }
    .motel_item{
        width:90%;
        margin-left:-45%;
        padding:0 0.1rem 0.2rem;
        position: absolute;
    }

    .recruit_send .recruit_send_email{
        bottom:0.1rem;
    }
    /*联系我们*/
    .contact_address .contact_address_item{
        margin:0 0 0.2rem 0;
        width:100%;
    }
    .att_box .att_item{
        width:100%;
    }
    /*产品详情*/
    .pro_detail_top .pro_detail_pic{
        width:100%;
        height:4.3rem;
        line-height:4.3rem;
    }
    .pro_detail_top .pro_detail_dec{
        width:100%;
        padding:0.15rem;
    }
    .pro_detail_top .pro_detail_dec .detail_name{
        font-size:22px;
    }
    /*新闻中心*/
    .news_con_list .news_con_item .news_pic{
        width:100%;
        height:auto;
        margin:0 auto;
        float: none;
    }
    .news_con_list .news_con_item .news_info{
        width:100%;
        float: none;
    }
    .news_con_list .news_con_item .news_info .news_time{
        width:22%;
    }
    .news_con_list .news_con_item .news_info .news_text{
        width:68%;
    }
    /*新闻*/
    .news_detail .news_detail_title h2{
        font-size:18px;
        margin-bottom:0.2rem;
    }
    .news_detail_fy{
        width:100%;
    }
    .news_detail_share{
        width:100%;
        margin-top:0.2rem;
    }
    .company_top_l,.company_top_r{
        width:100%;
    }
    .company_logo{
        text-align: center;
    }
    .company_top .company_text h2{
        text-align: center;
    }
    .company_top_r .company_dec_text{
        padding-top:3.6rem;
        text-align: left;
        margin-top:0;
    }
    .service_dec_text{
        color: #fff;
    }
    .company .company_bg{
        background-position: center center;
    }
    .company:before{
        background: none;
    }

    .company_dec_pic{
        display: none;
    }
    .service_dec_pic{
        position: relative;
        top:0;
    }
    .service_dec_pic img{
        width:1.6rem;
    }
    .service_dec{
        width:100%;
    }
    .company_yj .company_yj_tit{
        font-size:18px;
    }
    .company_yj .company_yj_tit h2{
        font-size:24px;
    }
}


@media (min-width: 480px) and (max-width: 767px) {
    body {
        font-size: 13px;
    }
    .tab_show a{
        width:46%;
        margin-bottom:0.15rem;
    }
    .tab_container{
        padding-top:0.4rem;
    }
    .base_right .base_right_t .base_line{
        background: #fff;
        height:0.04rem;
    }
    .footer .footer_top .footer_top_l{
        width:100%;
    }
    .footer .footer_top .footer_top_item{
        width:20%;
    }
    .recruit_send .recruit_send_email{
        bottom:0rem;
    }

    /*新闻*/
    .news_detail .news_detail_title h2{
        font-size:18px;
        margin-bottom:0.2rem;
    }

}

@media (max-width: 479px) {
    body {
        font-size: 12px;
    }
    .products_title{
        padding-bottom:0.2rem;
    }
    .about_wrap{
        background: none;
    }
    .about .about_top .about_title{
        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:50%;
        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:30%;
        margin-bottom:;
        text-align: center;
        margin-bottom: var(--fs30);

    }
    .footer .footer_top .footer_top_item dt{
        margin-bottom:0.15rem;

 
    }
    /*荣誉资质*/
    .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;
    }
}


/*Ã§â€¢â„¢Ã¨Â¨â‚¬Ã¦ÂÂ¿*/
.formbox{   }
.message {
  width: 80%;
  margin: 0 auto;
  background:#fff;
  padding:1rem 0;
}
.message p{
  text-align: center;
}
.message p strong{
  font-size: 30px;
  display: block;
}
.message p em{
  color: #eeb819;
  font-size: 14px;

}
.message form{
  margin-top: 20px;
  color: #000;
}

.message form label{ 
    display: block;
    margin-bottom: 20px;
    margin-right: 50px;
   }
.message form label:nth-child(3){margin-right: 0  }
.message form label:nth-child(4){width: 100%  }


.message form label span{ 
  width: 100px; 
display: inline-block; 
text-align: left;
font-size: 16px;
margin-bottom:10px;
float: left;
}
.message form input{
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: : 40px; 
  line-height: 40px;
  padding-left: 5px;
  width: 360px;

}
.message form input.sex{
  border: 1px solid #ccc!important;
  border-radius: 0;
  min-height: auto!important ;
  line-height: auto!important;
  padding-left: auto!important;
  width: 20px!important;
  height: 20px!important;

}
.message form label.button{ 
  width: 100%;
  height: 40px; 
  background: #2467d0;
  color:#fff; 
  display: block;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;


 }
 .message form label.button input{
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;


 }
.message form label textarea{
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 40px;
  padding-left: 5px;
  width: 80%}




.youshi  li .left,.youshi  li .right{ width: 48% }
.youshi  li .left{  }
.youshi  li img{ max-width: 100%;  }
.youshi  li{ display: block; overflow: hidden; margin-bottom: 0.5rem }
.youshi  li strong{ font-size: 0.3rem; line-height: 1rem }
.youshi  li p{ font-size: 0.2rem; line-height: 0.3rem }
@media (max-width: 768px)  {
    .youshi  li .left,.youshi  li .right{ width: 100% }

}
























/*新增代码*/

.news-box .left-cont {
    width:48%; float: left;
}
.news-box .right-cont {
    width: 49.306%; float: right;
}


@media  (max-width: 991px){

.news-box .left-cont {
    width: 100%; float: left;
}

.news-box .right-cont {
    width:100%;
}
}






.list1 {
  --gap: 12px;
  margin: calc(var(--gap)*-1);
  display: flex;
}
.list1 .list1-li {
  width: 49.168%;
  padding: var(--gap);
  box-sizing:border-box;

}
.list1 .list1-box {
  /*height: 100%;*/
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(24, 24, 24, 0.1);
  transition: box-shadow 0.3s;
}
.list1 .list1-box:hover {
  box-shadow: rgba(var(--mcolor2-rgb), 0.2) 0px 0px 30px;
}
.list1 .list1-box:hover .title {
  color: var(--mcolor);
}
.list1 .list1-box:hover .more-box-c {
  opacity: 1;
}
.list1 .img-box {
  --imgpt: 56.14%;
  display: block;
}
.news-box .left-cont img{ width: 100%; height:250px; }

.list1 .img-box .time {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.8em;
  background-color: var(--mcolor);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  color: #FFFFFF;
}
.list1 .cont {
  padding: 18px 24px 20px;
}
.list1 .h6 {
  height: calc(var(--lh)*2);
  font-size: var(--fs18);
  font-weight: 600;
  line-height: var(--lh);
  color: #181818;
  margin:0;
}
.list1 .h6:hover {
  color: var(--mcolor);
}
.list1 .des {
  margin-top: 8px;
  --lh: 1.85em;
  height: calc(var(--lh)*3);
  font-size: var(--fs14);
  line-height: var(--lh);
  color: #666666;
}
.list1 .tag-box {
  margin-top: 18px;
  font-size: var(--fs14);
  line-height: 1.57em;
  color: #999999;
}
.list1 .tag-box .line {
  margin: 0 0.5em;
  height: 0.88em;
  width: 1px;
  background-color: rgba(153, 153, 153, 0.2);
}
.list1 .more-box-c {
  margin-left: 15px;
  opacity: 0;
  flex-shrink: 0;
  transform: translate(0, 12px);
  transition: all 0.3s;
}
.list1 a:hover {
  color: var(--mcolor);
}
@media (max-width: 1400px) {
  .list1 .cont {
    padding: 15px 20px;
  }
}
@media (max-width: 992px) {
  .list1 {
    --gap: 0.12rem;
  }
  .list1 .img-box .time {
    font-size: 0.2rem;
    line-height: 1.8em;
  }
  .list1 .cont {
    padding: 0.2rem 0.25rem;
  }
  .list1 .des {
    margin-top: 0.1rem;
  }
  .list1 .tag-box {
    margin-top: 0.15rem;
  }
}



@media  (max-width: 760px){
.list1{ display: block; width: 100% }
.list1 .list1-li {
    width: 100%;
    padding: var(--gap);
    box-sizing: border-box;
}
}








.list2 {
  --imgw: 214px;
  --gap: 27.7px;
  background: #f8f8f8; 
  padding: var(--fs20) 0;
}
.list2 .list2-li {
  width: 100%;
}
.list2 .list2-li + .list2-li {
  margin-top: var(--gap);
}
.list2 .list2-box:hover .h6 {
  color: var(--mcolor);
}
.list2 .img-box {
  --imgpt: 56.075%;
  display: block;
  width: var(--imgw);
}
.list2 .cont {
  width: 95%;
  padding-left: 24px;
}
.list2 .cont .time {
  font-size: var(--fs14);
  line-height: 1.57em;
  color: var(--mcolor);
}
.list2 .cont .h6 {
  --lh: 1.445em;
  margin-top: 5px;
  font-size: var(--fs18);
  font-weight: 600;
  line-height: var(--lh);
  color: #181818;
  margin:0;
}
.cont .h6 a{ color: #000 }
.list2 .cont .h6 .ico-span {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  padding: 0 0.5em;
  font-size: var(--fs12);
  line-height: calc(var(--fs18)*1.445);
  font-weight: 600;
  color: #ffffff;
}
.list2 .cont .h6 .hot {
  background-color: #d80000;
}
.list2 .cont .h6 .new {
  background-color: var(--mcolor2);
}
.list2 .cont a:hover {
  color: var(--mcolor);
}
.list2 .cont .des {
  margin-top: 6px;
  font-size: var(--fs14);
  line-height: 1.57em;
  color: #666666;
}
.list2 .tag-box {
  margin-top: 16px;
  font-size: var(--fs14);
  line-height: 1.57em;
  color: #999999;
}
.list2 .tag-box .line {
  margin: 0 0.5em;
  height: 0.88em;
  width: 1px;
  background-color: rgba(153, 153, 153, 0.2);
}
.list2 .tag-box a:hover {
  color: var(--mcolor);
}
@media (max-width: 1700px) {
  .list2 {
    --imgw: 210px;
    --gap: 27px;
  }
  .list2 .cont {
    padding-left: 20px;
  }
}
@media (max-width: 1600px) {
  .list2 {
    --imgw: 205px;
    --gap: 21px;
  }
  .list2 .cont {
    padding-left: 17px;
  }
}
@media (max-width: 1500px) {
  .list2 {
    --imgw: 200px;
    --gap: 18px;
  }
  .list2 .cont {
    padding-left: 15px;
  }
  .list2 .tag-box {
    margin-top: 10px;
  }
}
@media (max-width: 1400px) {
  .list2 {
    --imgw: 192px;
    --gap: 16px;
  }
  .list2 .cont {
    padding-left: 13px;
  }
  .list2 .tag-box {
    margin-top: 5px;
  }
}
@media (max-width: 992px) {
  .list2 {
    --imgw: 3rem;
    --gap: 0.24rem;
  }
  .list2 .cont {
    padding-left: 0.2rem;
  }
  .list2 .cont .h6 {
    margin-top: 0;
  }
  .list2 .cont .des {
    margin-top: 0.05rem;
  }
  .list2 .cont .tag-box {
    margin-top: 0.05rem;
  }
}



.indextit{ padding:var(--fs20) 0 var(--fs20) var(--fs20) ; background: #009140; color: #fff; margin:var(--fs20) 0; margin: var(--fs20) auto}

.content-title{ text-align:center; font-size:22px; font-weight:bold; margin-bottom:25px;}


/*-- nav --*/


.header_nav ul li{list-style:none;width:136px;height:50px;float:left; text-align:center;}
.header_nav ul li:hover,nav ul li.on{ }
.header_nav .hid li{border:none;background:rgba(0,154,64,0.7);}
.header_nav .hid li:hover{background:rgba(255,135,0,0.7);}
.header_nav ul li ul{ position: relative; top: -1px }
.header_nav ul li ul li{height: 35px; line-height: 35px; }
.header_nav ul li ul li a{ font-weight:normal; font-size:13px; color: #fff}
.header_nav .hid2{display:none;}
.header_nav ul li:hover .hid2{display:block;-webkit-animation:aa 1s;-moz-animation:aa 0.5s;} /*调用动画函数，并且1S执行 */


@media ( max-width: 1200px){

    .header_nav ul li{ width: 90px; }
    .header .header_nav .header_nav_list li a {
    padding: 0.35rem 0.1rem 0.2rem 0.1rem;
    font-size: 0.05rem;
}
}
/*--nav--*/





/*--医护风采--*/

                    .doc_tit{ text-align: center; width: 100%; overflow: hidden;}
                    .doc_tit li{ padding:0.1rem 0.2rem; margin:0.1rem; display: inline-block; background: #009140; color: #fff }
                    .doc_tit li:hover{  display: inline-block; background: #d5820d; color: #fff }

                     .doc_tit li.on{background: #d5820d; }
                    .doc_tit li a{ color: #fff }
                        

                    @media screen and(max-width: 992px){
                        

                    }



#lvshilist{padding-top: 1px;padding-bottom: 10px;}
#lvshilist .typetitle .desc{font-size: 24px;color: #a0a5ab;}
.lvshilist{margin-left: -21px;margin-right: -21px;}



@media( max-width:1200px){

.lvshilist{margin-left: 10px;margin-right: 10px;}
}
.lvshilist .con{width: 18%; margin: 20px 1%; float: left; background: #fff;}



.lvshilist .con .box{background-color: #fff;}
.lvshilist .box .img{width: 100%; float: left;  box-sizing: content-box;overflow: hidden;}
.lvshilist .box .img a{display: block;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}
.lvshilist .box .img  img{ width: 100%;  }
.lvshilist .box:hover .img a{transform: scale(1.05);}
.lvshilist .box .text{width: 100%;float: left;}
.lvshilist .box .title{border-bottom: 1px dashed #eee; padding:0.1rem 0;}
.lvshilist .box .title .name{display: block;  font-weight: bold; color: #2f2f2f; padding-bottom: 0.1rem }
.lvshilist .box .title .name a{font-size: 0.2rem; color: #000; }
.lvshilist .box .title .zhiwei{display: block; border: 1px solid #d0d0d0; color: #58a376; padding:0.1rem ; font-size: 0.17rem }




.lvshilist .box .anjian{margin-bottom: 10px;padding-left:0;position: relative;overflow: hidden;}
.lvshilist .box .biao{position: absolute;left: 0;top: 0;height: 30px;font-size: 14px;color: #111;}
.lvshilist .box .anjian .item{padding: 5px 0;background-color: #f1f4f6;color: #777777;font-size: 12px; margin-right: 0;margin-bottom: 6px;border-radius: 5px; display: inline-block; overflow: hidden; clear:both;}
.lvshilist .box .shanchang{margin-bottom: 10px;padding-left: 38px;position: relative;height: 90px;overflow: hidden;}
.lvshilist .box .shanchang .desc{padding-left: 5px;font-size: 14px;color: #898989;line-height: 2;}
.lvshilist .box .czbtn a{width: 40%;float: left; display: block; margin-right: 4%;height: 35px;line-height: 35px;text-align: center;color: #151515;font-size: 0.03rem;border: 1px solid #ddd;}
.lvshilist .box .czbtn a:hover,.lvshilist .box a.cur{background-color: #333333;color: #fff;}

@media  screen and (max-width: 1200px ){

.lvshilist .con{width: 23%;margin: 20px 1%;float: left; background: #fff;}

}

@media  screen and (max-width: 1080px ){

.lvshilist .con{width: 31%;margin: 20px 1%;float: left; background: #fff;}

}

@media  screen and (max-width: 992px ){

.lvshilist .con{width: 100%;margin: 20px 1%;float: left; background: #fff;}

.lvshilist .box .img{ width: 100%; height: auto;  }
.lvshilist .box .text{ width: 100% }

}

/*--医护风采  详情--*/

 .doc_box{ display: block; width: 100%; overflow: hidden; }
                                       .doc_img{ width: 30%; float: left }
                                       .doc_img img{ width: 100% }

                                       .doc_info{ width: 65%; float: right;   }
                                       .doc_info p{ margin-bottom: 0 }

                                       @media screen and ( max-width: 992px ){

                                           .doc_img{ width: 100% } 
                                           .doc_info{ width: 100% } 

                                       }


.more-box{ margin-top:0.5rem; display:block}
.more-box a{ background:#009140; color:#fff; padding:0.1rem 0.3rem }
.pro_detail_con img{ max-width:100%; height:auto!important;}
.new_detail_con {  line-height:auto}
h2{ font-size:18px; line-height:30px}


.new_detail_con,.recruit_head{ font-size: 16px!important; line-height: 30px!important; }
.new_detail_con p{text-indent: 32px;}

