@charset "utf-8";
/* CSS Document */
body{margin:0;padding:0;font-size:0.24rem;line-height:1.5;font-family:"微软雅黑";}
*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a{
    margin:0;
    padding:0;
    user-select: none; 
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;     /* Konqueror */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* Internet Explorer/Edge */
}
li{
    list-style-type: none;
}
a{
    text-decoration: none !important;
}
.clear{
    clear: both;
}
.hidden,.hide{
    display: none;
}
.center{
    width: 94%;
    margin: 0 auto;
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.swiper-pagination-bullet{
    width: 0.1rem !important;
    height: 0.1rem !important;
    border-radius: 0.1rem !important;
    background: #fff !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    width: 0.4rem !important;
    background: #86c43f !important;
}
/*详情页内容样式*/
.cont{
    width: 94%;
    margin: 0 auto;
}
.cont img{
    max-width: 94%;
}
.conta{
    width: 100%;
    margin-top: 0.3rem;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.3rem;
}
.contb{
    width: 100%;
    margin-top: 0.05rem;
    text-align: center;
    font-size: 0.18rem;
    color: #999;
}
.conti{
    width: 60%;
    height: auto;
    margin: 0.2rem 20% 0 20%;
}
.contc{
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.22rem;
}
.contd{
    width: 100%;
    margin-bottom: 0.1rem;
    line-height: 0.3rem;
    font-size: 0.22rem;
    color: #333;
}
/*分页样式*/
.pagediv{
    width: 100%;
    text-align: center;
    padding: 0.4rem 0 0.3rem 0;
}
.pagediv a{
    padding: 0 0.1rem;
    height: 0.28rem;
    display: inline-block;
    line-height: 0.28rem;
    margin: 0 0.07rem 0.1rem 0.07rem;
    border: 0.01rem solid #017dd1;
    font-size: 0.16rem;
    color: #017dd1;
}
.pagediv .select{
    background: #017dd1;
    color: #fff;
}

/*header*/
.header{
    width: 94%;
    height: 1.01rem;
    padding: 0 3%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    border-bottom: solid 0.01rem #f0f0f0;
    background: #fff;
}
.header_b{
    width: 100%;
    height: 1.01rem;
}
.logo{
    width: auto;
    height: 0.41rem;
    display: inline-block;
    float: left;
    margin-top: 0.32rem;
}
.menu{
    width: 0.5rem;
    height: auto;
    float: right;
    margin-top: 0.35rem;
}
.menu_list{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b2928;
    background-size: 100% 100%;
    z-index: 999999999;
    display: none;
}
.menu_close{
    width: 94%;
    text-align: right;
    padding: 0 3%;
    margin-top: 20%;
    margin-bottom: 10%;
    font-size: 0.6rem;
    color: #fff;
}
.menu_list li{
    width: 100%;
    text-align: center;
}
.menu_list li a{
    font-size: 0.30rem;
    line-height: 0.6rem;
    color: #fff;
}
.banner{
    width: 100%;
    height: auto;
}
.banners{
    width: 100%;
    height: 3.6rem;
    display: block;
}
.top{
    width: 0.60rem;
    height: 0.60rem;
    position: fixed;
    bottom: 2.5rem;
    right: 0.10rem;
    z-index: 99;
    cursor: pointer;
    border-radius: 0.1rem;
    background: #017dd1;
    border: 0.01rem solid #fff;
    overflow: hidden;
}
.topi{
    width: 100%;
    height: 100%;
}
.topp{
    width: 100%;
    position: absolute;
    top: 0.36rem;
    left: 0;
    z-index: 2;
    line-height: 0.14rem;
    text-align: center;
    font-size: 0.12rem;
    color: #fff;
}


/*公共底部*/
.ft{
    width: 100%;
    margin-top: 0.15rem;
}
.ftc{
    width: 94%;
    padding: 0.45rem 3%;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #ffd8d3;
}
.ftcl{
    width: 38%;
}
.ftcls{
    width: 70%;
    height: 1.22rem;
    padding: 0 15%;
    line-height: 1.22rem;
    display: block;
    border-radius: 0.1rem;
    background-size: 100% 100%;
    font-size: 0.3rem;
    color: #fff;
}
.ftcls:nth-child(2){
    margin-top: 0.2rem;
}
.ftcr{
    width: 6%;
    height: 2.06rem;
    padding: 0.3rem 7%;
    line-height: 0.36rem;
    display: block;
    border-radius: 0.1rem;
    background-size: 100% 100%;
    font-size: 0.3rem;
    color: #fff;
}
.ftb{
    width: 94%;
    padding: 0.15rem 3%;
    margin-top: 0.52rem;
    line-height: 0.22rem;
    background: #3e3c3b;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
}
.ftb a{
    font-size: 0.16rem;
    color: #fff;
}
.ftbi{
    width: 0.2rem;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.ftf{
    width: 94%;
    height: 1.0rem;
    padding: 0.2rem 3% 0 3%;
    background: #2b2928;
    display: flex;
    justify-content: space-between;
    border-top: 0.01rem solid #808080;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.ftf_b{
    width: 100%;
    height: 1.2rem;
}
.ftfs{
    width: 23%;
    text-align: center;
}
.ftfsi{
    width: 40%;
    height: auto;
    margin: 0 30%;
}
.ftfsp{
    width: 100%;
    text-align: center;
    padding-top: 0.08rem;
    line-height: 0.18rem;
    font-size: 0.18rem;
    color: #fff;
}



/*首页*/
.in{
    width: 100%;
}
.ina{
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    background: url("../img/about_bg.png") bottom right no-repeat;
}
.inat{
    width: 94%;
    height: auto;
    margin: 0 3%;
    display: flex;
    justify-content: space-between;
}
.inal{
    width: 60%;
    height: auto;
}
.inala{
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-weight: bolder;
    font-size: 0.4rem;
    color: #333;
}
.inala .inalaa{
    color: #86c43f;
}
.inala .inalab{
    color: #0c81c5;
}
.inalb{
    width: 100%;
    height: 0.32rem;
    line-height: 0.32rem;
    margin-top: 0.16rem;
    font-weight: bolder;
    font-size: 0.32rem;
    color: #333;
}
.inar{
    width: auto;
    height: 0.45rem;
    display: block;
    margin-top: 0.23rem;
}
.inac{
    width: 94%;
    height: auto;
    min-height: 4rem;
    margin: 0 3%;
    padding: 0.4rem 0 0.4rem 0;
}
.inahr{
    width: 100%;
    height: 0.02rem;
    display: flex;
    justify-content: space-between;
}
.inahrl{
    width: 50%;
    height: 100%;
    background: #8bc531;
}
.inahrr{
    width: 50%;
    height: 100%;
    background: #007cd2;
}
.inb{
    width: 94%;
    height: auto;
    margin: 0.42rem 3% 0 3%;
}
.inbt{
    width: 100%;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    font-weight: bolder;
    font-size: 0.5rem;
    color: #333;
}
.inbp{
    width: 100%;
    height: 0.2rem;
    text-align: center;
    line-height: 0.2rem;
    margin-top: 0.2rem;
    font-size: 0.2rem;
    color: #969696;
}
.inbc{
    width: 100%;
    height: auto;
    padding-top: 0.12rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inbcs{
    width: 1.3rem;
    height: auto;
    border-radius: 1.5rem;
    padding: 0.48rem 0.15rem;
    margin-top: 0.22rem;
    background: url("../../img/sj_bg.png") center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.inbcs:nth-child(4){
    margin-left: 0.9rem;
}
.inbcs:nth-child(5){
    margin-right: 0.9rem;
}
.inbcst{
    width: 100%;
    height: 0.2rem;
    text-align: center;
    line-height: 0.2rem;
    font-size: 0.2rem;
    color: #fff;
}
.inbcshr{
    width: 100%;
    height: 0.02rem;
    background: #fff;
    margin-top: 0.16rem;
}
.inbcsc{
    width: 100%;
    height: 0.68rem;
    text-align: center;
    line-height: 0.68rem;
    margin-top: 0.21rem;
    font-weight: bolder;
    font-size: 0.68rem;
    color: #fff;
}
.inbcsp{
    width: 100%;
    height: 0.18rem;
    text-align: center;
    line-height: 0.18rem;
    margin-top: 0.16rem;
    font-size: 0.18rem;
    color: #fff;
}
.inc{
    width: 94%;
    height: auto;
    margin-top: 0.52rem;
    padding: 0 3% 1.62rem 3%;
    background: #007cd2;
}
.inct{
    width: 100%;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    padding-top: 0.46rem;
    font-weight: bolder;
    font-size: 0.5rem;
    color: #fff;
}
.inctr{
    width: 100%;
    height: auto;
    margin-top: 0.42rem;
    display: flex;
    justify-content: space-between;
}
.inctrs{
    width: 31%;
    height: 0.64rem;
    text-align: center;
    line-height: 0.64rem;
    border-radius: 0.2rem;
    background: #fff;
    position: relative;
    font-size: 0.22rem;
    color: #323232;
}
.inctrs_active{
    background: #8bc531;
    color: #fff;
}
.inctrsi{
    width: 0.2rem;
    height: 0.16rem;
    position: absolute;
    left: 50%;
    bottom: -0.16rem;
    margin-left: -0.1rem;
    display: none;
}
.inctrs_active .inctrsi{
    display: block;
}
.incc{
    width: 100%;
    height: 2.8rem;
    margin-top: 0.56rem;
    position: relative;
}
.incci{
    width: 100%;
    height: 100%;
    display: block;
}
.inccd{
    width: 84%;
    height: auto;
    position: absolute;
    left: 3%;
    top: 1.18rem;
    z-index: 2;
    background: #fff;
    padding: 0.45rem 5%;
    border-radius: 0.2rem;
    box-shadow: 0.02rem 0.02rem 0.06rem 0.01rem #e8e8e8;
}
.inccdt{
    width: 100%;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.32rem;
    color: #000;
}
.inccdc{
    width: 100%;
    height: 2.1rem;
    line-height: 0.42rem;
    overflow: hidden;
    margin-top: 0.4rem;
    font-size: 0.24rem;
    color: #646464;
}
.inccdm{
    width: 14%;
    height: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    border-radius: 0.36rem;
    display: block;
    margin: 0.48rem 43% 0 43%;
    background: #0c81c5;
}
.inccdmi{
    width: 40%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.02rem;
}
.ind{
    width: 94%;
    height: auto;
    margin: 1.78rem 3% 0 3%;
}
.indt{
    width: 100%;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    font-weight: bolder;
    font-size: 0.5rem;
    color: #323232;
}
.indc{
    width: 100%;
    height: auto;
    padding-top: 0.36rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indcs{
    width: 48%;
    height: auto;
    margin-top: 0.15rem;
    position: relative;
}
.indcsi{
    width: 100%;
    height: auto;
    display: block;
}
.indcsd{
    width: 100%;
    height: 0.2rem;
    text-align: center;
    line-height: 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    z-index: 2;
    font-weight: bold;
    text-shadow: 0.0rem 0.0rem 0.2rem #fff;
    font-size: 0.2rem;
    color: #333;
}
.ine{
    width: 94%;
    height: auto;
    margin: 0.52rem 3% 0 3%;
}
.inet{
    width: 100%;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    font-weight: bolder;
    font-size: 0.5rem;
    color: #333;
}
.inec{
    width: 100%;
    height: auto;
    padding-top: 0.12rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inecs{
    width: 48%;
    height: auto;
    background: url("../../img/jsys_bg.png") center center no-repeat;
    background-size: 100% 100%;
    margin-top: 0.36rem;
}
.inecsc{
    width: 76%;
    height: 1.68rem;
    padding-top: 0.22rem;
    padding-left: 8%;
}
.inecscs{
    width: 100%;
    height: 0.48rem;
    line-height: 0.48rem;
    overflow: hidden;
    font-size: 0.22rem;
    color: #fff;
}
.inecscsi{
    width: auto;
    height: 0.18rem;
    display: inline-block;
    vertical-align: middle;
    margin: -0.02rem 0.06rem 0 0;
}
.inecsf{
    width: 60%;
    height: 0.68rem;
    line-height: 0.68rem;
    padding-left: 8%;
    font-size: 0.24rem;
    color: #fff;
}
.inecsfi{
    width: auto;
    height: 0.28rem;
    display: inline-block;
    vertical-align: middle;
    margin: -0.02rem 0.06rem 0 0;
}
.inf{
    width: 100%;
    height: 4rem;
    margin: 0.52rem 0 -0.57rem 0;
    position: relative;
    overflow: hidden;
}
.infc{
    width: 1920px;
    height: 456px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-left: -960px;
    margin-top: -168px;
}






/*子页*/
.zyt{
    width: 94%;
    padding: 0 3%;
    height: 0.8rem;
    background: #f8f8f8;
}
.zytt{
    width: 100%;
    text-align: center;
    line-height: 0.5rem;
    position: relative;
    display: none;
    font-weight: bold;
    font-size: 0.4rem;
    color: #017dd1;
}
.zytt .inchr{
    width: 0.21rem;
    height: auto;
    position: absolute;
    left: 61.8%;
    top: -0.06rem;
    z-index: -1;
    display: none;
}
.zytp{
    width: 100%;
    text-align: center;
    padding-top: 0.15rem;
    line-height: 0.26rem;
    font-size: 0.16rem;
    color: #696d6d;
}
.zytc{
    width: 100%;
    height: 0.48rem;
    overflow: hidden;
    padding-top: 0.16rem;
}
.zytc_b{
    width: 100%;
    height: 0.6rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.zytcs{
    margin-right: 0.2rem;
}
.zytcs_b{
    height: 0.48rem;
    line-height: 0.48rem;
    white-space: nowrap;
    overflow: hidden;
    padding: 0rem 0.25rem;
    border-radius: 0.48rem;
    overflow: hidden;
    font-size: 0.24rem;
    color: #323232;
}
.zytcs_active{
    background: url("../../img/lanmu_bg.png") center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.zyc{
    width: 94%;
    min-height: 6rem;
    margin: 0.5rem 3% 0 3%;
}
.zycs{
    width: 45%;
    margin: 0 2% 0.2rem 2%;
    border: 0.01rem solid #f0f0f0;
}
.zycsi{
    width: 100%;
    height: 1.8rem;
    display: block;
}
.zycsp{
    width: 94%;
    height: 0.3rem;
    text-align: center;
    line-height: 0.3rem;
    overflow: hidden;
    padding: 0.1rem 3%;
    font-size: 0.2rem;
    color: #333;
}
.zycs_b{
    width: 100%;
    height: 0.32rem;
    padding: 0.1rem 0;
    border-bottom: 0.01rem solid #f0f0f0;
}
.zycs_c{
    width: 94%;
    margin-top: 0.2rem;
    padding: 0 3%;
}
.zycs_cl{
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.2rem;
    color: #333;
}
.zycs_cr{
    width: 92%;
    height: 0.4rem;
    padding: 0 3%;
    margin-top: 0.2rem;
    line-height: 0.4rem;
    border: 1px solid #f0f0f0;
    outline: none;
    font-size: 0.2rem;
    color: #333;
}
.zycs_cr_b{
    width: 92%;
    height: 1.2rem;
    padding: 0 3%;
    margin-top: 0.2rem;
    line-height: 0.4rem;
    border: 1px solid #f0f0f0;
    outline: none;
    resize: none;
    font-size: 0.2rem;
    color: #333;
}
.zycs_cs{
    width: 92%;
    height: 0.4rem;
    padding: 0 3%;
    margin: 0.5rem 0;
    line-height: 0.4rem;
    text-align: center;
    border: 1px solid #017dd1;
    background: #017dd1;
    font-size: 0.2rem;
    color: #fff;
}
.zycsl{
    width: 65%;
    height: 0.32rem;
    line-height: 0.32rem;
    overflow: hidden;
    float: left;
    font-size: 0.2rem;
    color: #333;
}
.zycsr{
    height: 0.32rem;
    text-align: center;
    line-height: 0.32rem;
    overflow: hidden;
    float: right;
    font-size: 0.2rem;
    color: #666;
}
.zyct{
    width: 100%;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.24rem;
    color: #000;
}
.zyca{
    width: 100%;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.16rem;
    color: #999;
}
.zycb{
    width: 60%;
    height: auto;
    margin: 0.15rem 20% 0.35rem 20%;
}
.zycc{
    width: 100%;
    margin-bottom: 0.3rem;
}
.zycc img{
    max-width: 86% !important;
    height: auto !important;
}
.zycc iframe{
    margin: 0 auto !important;
    max-width: 100% !important;
}
.zycd{
    width: 100%;
    line-height: 0.32rem;
    font-size: 0.16rem;
    color: #333;
}
.zycd a{
    font-size: 0.16rem;
    color: #333;
}
.zycz{
    width: 100%;
    margin-top: -0.1rem;
}
.zyczs{
    width: 48%;
    height: auto;
    float: left;
    margin: 0.1rem 1%;
}
.zyd{
    width: 100%;
    height: auto;
    margin-top: 0.26rem;
}
.zyda{
    width: 94%;
    height: auto;
    margin: 0 3%;
}
.zydal{
    width: 100%;
    height: auto;
    display: block;
}
.zydai{
    width: 40%;
    height: auto;
    display: block;
    margin-top: 0.52rem;
}
.zydac{
    width: 100%;
    height: auto;
    margin-top: 0.38rem;
}
.zydb{
    width: 84%;
    height: auto;
    margin-top: 0.58rem;
    padding: 0.58rem 8% 0.58rem 8%;
    background: url("../../img/yyly_bg.png") center center no-repeat;
    background-size: 100% 100%;
}
.zydbt{
    width: 100%;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    font-weight: bolder;
    font-size: 0.5rem;
    color: #fff;
}
.zydbc{
    width: 100%;
    margin-top: 0.12rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zydbcs{
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 0.32rem;
}
.zydbcst{
    width: 100%;
    height: 0.2rem;
    text-align: center;
    line-height: 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    z-index: 2;
    font-weight: bold;
    text-shadow: 0.0rem 0.0rem 0.2rem #fff;
    font-size: 0.2rem;
    color: #333;
}
.zydc{
    width: 94%;
    margin: 0 3%;
    padding-top: 0.58rem;
}
.zydct{
    width: 100%;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    font-weight: bolder;
    font-size: 0.5rem;
    color: #333;
}
.zydcc{
    width: 100%;
    margin-top: 0.32rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zydccs{
    width: 48%;
    margin-top: 0.32rem;
}
.zydccsf{
    width: 100%;
    height: 0.72rem;
    text-align: center;
    line-height: 0.72rem;
    background: url("../../img/yyly_bg.png") center center no-repeat;
    background-size: 100% 100%;
    font-size: 0.24rem;
    color: #fff;
}
.zydccsfi{
    width: auto;
    height: 0.28rem;
    display: inline-block;
    vertical-align: middle;
}
.zydccsc{
    width: 100%;
    margin-top: 0.12rem;
}
.zydccscs{
    width: 100%;
    line-height: 0.48rem;
    font-size: 0.22rem;
    color: #323232;
}
.zydccscsi{
    width: auto;
    height: 0.22rem;
    display: inline-block;
    vertical-align: middle;
    margin: -0.01rem 0.05rem 0 0;
}






.zyft{
    width: 100%;
    height: auto;
    line-height: 0.4rem;
    font-size: 0.32rem;
    color: #333;
}
.zyfc{
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
}
.zyfcs{
    width: 100%;
    height: auto;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #666;
}
.zyfci{
    width: auto;
    height: 0.24rem;
    display: inline-block;
    vertical-align: middle;
    margin: -0.05rem 0.2rem 0 0;
}
.zye{
    width: 94%;
    height: auto;
    margin: 0.58rem 3% 0 3%;
}
.zyel{
    width: 100%;
}
.zyelt{
    width: 100%;
    height: 0.28rem;
    line-height: 0.28rem;
    padding-bottom: 0.12rem;
    font-size: 0.28rem;
    color: #333;
}
.zyelp{
    width: 100%;
    height: 0.24rem;
    line-height: 0.24rem;
    margin-top: 0.32rem;
    font-size: 0.22rem;
    color: #333;
}
.zyelpi{
    width: auto;
    height: 0.24rem;
    display: inline-block;
    vertical-align: middle;
}
.zyelc{
    width: 100%;
    height: auto;
    margin-top: 0.32rem;
}
.zyelci{
    width: 30%;
    height: auto;
    display: block;
    margin-top: 0.22rem;
}
.zyelcp{
    width: 100%;
    height: 0.16rem;
    line-height: 0.16rem;
    font-size: 0.16rem;
    color: #333;
}
.zyer{
    width: 100%;
    height: auto;
    margin-top: 0.52rem;
}
.zyert{
    width: 100%;
    height: 0.24rem;
    line-height: 0.24rem;
    margin-top: 0.32rem;
    font-size: 0.22rem;
    color: #333;
}
.zyerc{
    width: 93%;
    height: 0.34rem;
    line-height: 0.34rem;
    padding: 0.05rem 3%;
    border: 0.01rem solid #bfbfbf;
    outline: none;
    margin-top: 0.22rem;
    font-size: 0.18rem;
    color: #333;
}
.zyerd{
    width: 93%;
    height: 1.02rem;
    line-height: 0.34rem;
    padding: 0.05rem 3%;
    border: 0.01rem solid #bfbfbf;
    outline: none;
    resize: none;
    margin-top: 0.22rem;
    font-size: 0.18rem;
    color: #333;
}
.zyers{
    width: 40%;
    height: 0.46rem;
    text-align: center;
    line-height: 0.42rem;
    margin-top: 0.38rem;
    background: #e96f57;
    font-size: 0.24rem;
    color: #fff;
}
.zyersi{
    width: auto;
    height: 0.24rem;
    display: inline-block;
    vertical-align: middle;
}


.zyg{
    width: 100%;
    margin: 0.52rem 0% 0 0%;
    min-height: 6rem;
}
.zygs{
    width: 100%;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    border-bottom: 0.01rem solid #f0f0f0;
}
.zygsl{
    width: 100%;
}
.zygslt{
    width: 100%;
    height: auto;
    line-height: 0.38rem;
    font-size: 0.28rem;
    color: #333;
}
.zygslc{
    width: 100%;
    padding-top: 0.12rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zygslcs{
    width: 50%;
    height: auto;
    line-height: 0.22rem;
    margin-top: 0.18rem;
    font-size: 0.22rem;
    color: #969696;
}
.zygsr{
    width: auto;
    height: 0.24rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.04rem;
}
.zygsc{
    width: 100%;
    margin-top: 0.22rem;
    display: none;
}
.zygsc p,.zygsc span,.zygsc div{
    font-size: 0.18rem !important;
    color: #969696 !important;
}
.zygc{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zygcs{
    width: 48%;
    height: auto;
    margin-top: 0.12rem;
}
.zygcsi{
    width: 100%;
    height: auto;
    display: block;
}
.zygcsp{
    width: 100%;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.22rem;
    color: #333;
}

.zyh{
    width: 94%;
    margin: 0.58rem 3% 0 3%;
}
.zyhp{
    width: 100%;
}
.zyhi{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0.18rem;
}
.zyha{
    width: 100%;
    height: 0.82rem;
    text-align: center;
    line-height: 0.82rem;
    margin-top: 0.32rem;
    background: url("../img/lanmu_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
    font-weight: bolder;
    font-size: 0.3rem;
    color: #fff;
}
.zyhb{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0.18rem;
}






