/*
 * css reset
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#555; font-size:14px; font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px "Arial","Microsoft YaHei","黑体","宋体",sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;}

.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }/*公共类*/
.fl { float:left}
.fr {float:right}
.al {text-align:left}
.ac {text-align:center}
.ar {text-align:right}
.hide {display:none}

:root{
    --mainColor:#198f4a;
    --fontColor:#595757;
}
.head{
    width: 100%;
    height:2.4rem;
    background:var(--mainColor);
    font-size: 0.56rem;
    color:#fff;
    /*line-height: 3rem;*/
    box-sizing: border-box;
    padding-right:20px;
    padding-left:10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content:space-between;
}
.logo-box{
    width:35%;
}
.logo-box a{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.logo-box img{
    width: 100%;
}
#openNav{
    width: 30px;
    height:3.24rem;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
}
.nav-btn{
    width: 30px;
    height:20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
/*.nav-btn:before,.nav-btn:after{*/
    /*content:'';*/
    /*width: 30px;*/
    /*height:5px;*/
    /*background: #fff;*/
/*}*/
.btn-item{
    width: 100%;
    height:4px;
    background: #fff;
    border-radius: 2px;
}
.news-box{
    width: 100%;
    height:3.6rem;
    box-sizing: border-box;
    margin: .28rem 0;
    background: #edeeee;
    color:#595757;
    padding:10px 20px;
    overflow: hidden;
}
.icon-box img{
    width: 0.7rem;
}
.news-list-box{
    width: 100%;
    height:1.8rem;
    overflow: hidden;
    margin-top: 0.7rem;
}
.news-date{
    font-size: 0.7rem;
}
.news-title{
    font-size: 0.46rem;
    line-height: 1rem;
    width: 100%;
    overflow: hidden;
    height:1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-item-box{
    width:calc(100% - 40px);
    padding:.5rem 0;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px solid #bdbebe;
    background: #fff;

}
.nav-item-box:active{
    border-bottom: #78be49;
    color:#fff;
}
.nav-items a{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.nav-items{
    height:1.1rem;
    width: 100%;
    border-left:3px solid #595757;
    color:#595757;
    box-sizing: border-box;
}
.item-content{
    padding-left: .18rem;
}
.nav-items img{
    width: .54rem;
}
.title-cn{
    font-size: 0.65rem;
}
.title-en{
    font-size: 0.32rem;
    margin-top: 0.1rem;
}
.link-to-res{
    width: 100%;
    margin: 0.5rem 0;
    box-sizing: border-box;

}
.link-to-res a{
    display: block;
}
.link-to-res img{
    width: 100%;
    height:9rem;
}
.others-web-title{
    width: 100%;
    box-sizing: border-box;
    padding:.54rem 20px;
    background: #5f5d5c;
    color:#fff;
    font-size: 0.7rem;
}
.others-web-title p{
    width: 100%;
    height:1.08rem;
    line-height: 1.08rem;
    border-left: 2px solid #fff;
    padding-left:0.36rem;
}
.other-web-item-box{
    width:calc(100% - 40px);;
    padding:.5rem 0;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px solid #bdbebe;
}


.fixed-body{
    opacity: 0;
    display: none;
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    background: linear-gradient(-45deg,#fff,#bdd5ef);
    transition: opacity .6s;
    z-index: 1000;
}
.head-img-box{
    width: 100%;
}
.head-img-box img{
    width: 100%;
}
.fixed-erweima{
    width: 100%;
    text-align: center;
}
.fixed-erweima img{
    width: 34%;
    margin-top: 0.65rem;
}
.health-of-china{
    text-align: center;
    width: 100%;
}
.text01{
    width: 100%;
    text-align: center;
    font-size: 0.54rem;
    margin-top: 0.36rem;
    margin-bottom: 0.29rem;
}
.text02{
    width: 100%;
    text-align: center;
    font-size: 0.45rem;
}
.address-icon{
    width: 100%;
    text-align: center;
    margin-top: 1.18rem;
}
.address-icon img{
    width: 1.44rem;
}
.group-name,.group-address,.group-telephone{
    width: 100%;
    text-align: center;
    font-size: 0.56rem;
    margin-top: .36rem;
}
.group-address,.group-telephone{
    margin-top: .1rem;
}
.opacity0{
    opacity: 0;
}
.btn-item-first{
    transform: rotate(45deg) translateY(11px);
    /*-webkit-transform-origin: left center;*/
    /*transform-origin: left center;*/

}
.btn-item-last{
    transform: rotate(-45deg) translateY(-11px);
    /*-webkit-transform-origin: left center;*/
    /*transform-origin: left center;*/
}
.top-img{
    width: 100%;
}
.top-img img{
    width: 100%;
    display: block;
}
.breadcream{
    width: 100%;
    height:1.44rem;
    background: url("../img/breadcream-bg.png") no-repeat center center;
    background-size: 100% 1.44rem;
    box-sizing: border-box;
    padding-left:20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.breadcream a{
    background: url('../img/arrow-sm.png') no-repeat left center;
    padding-left:0.4rem;
    background-size: 0.25rem 0.36rem;
    margin-left: 0.14rem;
    font-size: 0.5rem;
}
.breadcream a:first-child{
    background: none;
    padding-left: 0.25rem;
    border-left: 3px solid var(--fontColor);
    margin-left:0 ;
}
.foot-line{

    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 0.5rem;
    height:1px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d9d9;
}
#content-box{
    width: 100%;
    box-sizing: border-box;
    padding:.57rem 20px;
    font-size: 12px;
}
#content-box img{
    /*width: 100% ;*/
    max-width: 100%;
}
#content-box p{
    margin-top: 10px;
}
#main-box{
    width: 100%;
    box-sizing: border-box;
    padding:0 20px;
}
#main-box p{
    margin-top: 5px;
}
.list-item{
    display: flex;
    flex-flow: row nowrap;
    padding:1.2rem 0;
    border-bottom: 1px solid #d8d9d9;
    align-items: center;
}
.item-img{
    width: 4.7rem;
    height:4.7rem;
    /*background: #00aa8f;*/
    border-radius: 50%;
    overflow: hidden;
}
.item-img img{
    width: 100%;
    border-radius: 50%;
}
.item-content-box{
    flex: 1;
    box-sizing: border-box;
    padding-left:1.5rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
.item-content-title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: .3rem;
}
.item-content-text{
    font-size: 12px;
    line-height: 20px;
}
.ky-item{
   padding:20px 0;
    border-bottom: 1px solid #d8d9d9;
}
.ky-img{
    width: 100%;
    text-align: center;
}
.ky-img img{
    width: 50%;
}
.ky-title{
    font-size: 0.54rem;
    margin: .4rem 0;
    text-align: center;
}
.ky-sub-content{
    font-size: 12px;
    font-weight: bold;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    margin-bottom: 0.1rem;
    padding:0.1rem 0;
}
.ky-content{
    font-size: 12px;
}
.ldtd-list{
    display: flex;
    flex-flow: row nowrap;
    padding:20px 0;
    border-bottom: 1px solid #d8d9d9;
}
.ldtd-img{
    width: 27%;
    height:5rem;
    background: #00aa8f;
}
.ldtd-content{
    flex: 1;
    box-sizing: border-box;
    padding-left:.5rem;
    font-size: 12px;
}
.ldtd-title{
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
}
.zzry-item{
    width: 5.9rem;
    display: flex;
    flex-flow: column nowrap;
    margin-top: 20px;
}
#zzry-box{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding:0 20px;
    box-sizing: border-box;
}
.zzry-img{
    width: 100%;
    height:5.9rem;
    background: #d8d9d9;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.zzry-img img{
    width: 70%;
}
.zzry-content{
    width: 100%;
    /*height:2.2rem;*/
    font-size: 12px;
    padding:0.2rem 0;
    text-align: center;
}
#main-news-box{
    padding:0 20px;
    box-sizing: border-box;
}
.head-news{
    padding:0.8rem 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d9d9;
}
.head-news-img{
    width: 100%;

    margin-bottom: 0.2rem;
}
.head-news-img img{
    width: 100%;
}
.head-news-title{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 0.78rem;
    margin-bottom: 0.2rem;
}
.title-text{
    width: 75%;
    height:1.3rem;
    line-height: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-send-date{
    flex: 1;
}
.m-news-sub-content{
    width: 100%;
    line-height: 0.7rem;
    font-size: 0.5rem;
    max-height:2.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.head-style{
    color:#c16d00;
}
.today-headline{
    background: url("../img/double-arrow.png") no-repeat right center;
    background-size: 0.78rem .45rem;
    font-size: 0.6rem;
    width: 3.6rem;
    margin-top: 0.5rem;
}
.m-no-news{
    font-size: 0.6rem;
    color:#d8d9d9;
    text-align: center;
    padding:.5rem 0;
    border-bottom: 1px solid #d8d9d9;
}
#getMore{
    background: url("../img/double-arrow.png") no-repeat right center;
    background-size: 0.78rem .45rem;
    font-size: 0.6rem;
    width: 3.6rem;
    margin-top: 0.5rem;
    color:#c16d00;
}
#news-details-main{
    width: 100%;
    padding:15px 20px;
    box-sizing: border-box;

}
.news-details-title-img{
    width: 100%;
}
.news-details-title-line{
    margin: 0.36rem 0;
    font-size: 0.57rem;
    font-weight: bold;
}
.news-details-title-img img{
    width: 100% !important;
}
.news-details-content{
    width: 100%;
    font-size: 0.57rem !important;
}
.news-details-content img{
    max-width: 100% ;
}
/*轮播图*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
    height:100%;
}
.slider{
    width: 100%;
    height:5rem;
}
.no-more{
    width: 100%;
    text-align: center;
    color:#aaa;
    font-size: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #d8d9d9;
}
