* {margin: 0;padding: 0;}
ol,ul,li {list-style: none;}
html,body{margin: 0 auto;padding: 0;width: 100%;min-width: 1410px;max-width: 1920px;overflow-X: auto;}
body{font-family: PingFangSC-Semibold;}
a{
    text-decoration: none !important;
    color: #333;
}
button{border: none;outline: none;}
img{border: 0px solid #fff}
.swiper-button-prev,.swiper-button-next{outline: none;}
.clear{clear: both;}
.hidden,.hide{display: none;}
.center{
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}
.center_b{
    width: 1400px;
    height: auto;
    margin: 0 auto;
}
.left{
    float: left;
}
.right{
    float: right;
}
@font-face {
    font-family: "Source_Han_Serif_SC_Light_Light";
    src: url("./Source_Han_Serif_SC_Light_Light.otf");
}
@font-face {
    font-family: "siyuansongti";
    src: url("./siyuansongti.TTF");
}
/*详情页内容样式*/
.cont img{
    max-width: 100%;
}
/*分页样式*/
.pagediv{
    width: 80%;
    text-align: center;
    padding: 40px 10%;
    margin-bottom: 150px;
}
.pagediv a{
    padding: 0 10px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    margin: 0 7px;
    border: 1px solid #71bc33;
    cursor: pointer;
    color: #71bc33;
    font-size: 16px;
}
.pagediv .select{
    background: #71bc33;
    color: #fff;
}

.page1-a1{position: relative;text-align: center;margin-bottom: 80px;}
.page1-a1>a{min-width: 42px;height: 42px;padding: 0 14px;box-sizing: border-box;font-size: 14px;line-height: 42px;color: #222222;background: #f0f0f0;text-align: center;margin: 0 2px;display: none;transition: 0.5s;}
.page1-a1>a:hover{color: #fff;;background: #03594b;transition: 0.5s;}
.page1-a1>a.select{color: #fff;background: #03594b;}
.page1-b1{display: none;}

/*轮播图*/
.bn{
    width: 100%;
    height: 658px;
    position: relative;
}
.bns{
    width: 100%;
    height: 658px;
    overflow: hidden;
}
.bn .swiper-pagination{
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}
.bn .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 6px;
    background: #fff;
    opacity: 1;
}
.bn .swiper-pagination .swiper-pagination-bullet-active{
    width: 42px;
    background: #86c43f;
}

/*导航栏*/
.dh{
    width: 100%;
    height: 81px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999999999999;
}
.dhi{
    width: auto;
    height: 40px;
    float: left;
    margin-top: 20px;
}
.dhc{
    width: 919px;
    height: 81px;
    padding-left: 60px;
    float: right;
    background: url("../img/dh_bg.png") center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.dhcs{
    width: 120px;
    height: 100%;
    text-align: center;
    line-height: 81px;
    float: left;
    position: relative;
}
.dhcs a{
    font-size: 18px;
    color: #646464;
}
.dhcs_active a{
    color: #86c43f;
}
.dhcsb{
    width: 130px;
    height: auto;
    padding-top: 8px;
    margin-left: -66.5px;
    position: absolute;
    top: 80px;
    z-index: 2;
    left: 50%;
    display: none;
}
.dhcsb_b{
    border-radius: 5px;
    background: url("../img/dhs_bg.png") center center no-repeat;
    background-size: 100% 100%;
}
.dhcsbs{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #323232 !important;
    border-top: 1px solid #d8d8d8;
}
.dhcsbs:first-child{
    border-top: 0px solid #d8d8d8;
}
.dhcsbs_active{
    color: #86c43f !important;
}
.dhcr{
    width: 46px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin: 31px 50px 0 0;
    float: right;
    position: relative;
    font-size: 18px;
    color: #fff;
}
.dhcri{
    width: 9px;
    height: auto;
    display: inline-block;
    cursor: pointer;
    margin-top: 4px;
    float: right;
}
.dhcrc{
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 17px;
    padding: 10px 10px 10px 10px;
    background: #fff;
    display: none;
}
.dhcrcs{
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
}

/*右侧导航*/
.rt{
    width: 65px;
    height: auto;
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 99;
}
.rts{
    width: 100%;
    height: 62px;
    position: relative;
    margin-bottom: 8px;
    border-radius: 8px;
    cursor: pointer;
    background: #0883c9;
    border: 1px solid #fff;
}
.rtsi{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.rtsp{
    width: 100%;
    position: absolute;
    bottom: 9px;
    left: 0;
    z-index: 2;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}



/*公共底部*/
.ft{
    width: 100%;
    min-height: 450px;
    background: #007cd2;
    overflow: hidden;
}
.ftc{
    width: 100%;
    height: auto;
    padding-top: 66px;
}
.ftcl{
    width: auto;
    float: left;
}
.ftcls{
    width: auto;
    height: auto;
    float: left;
    margin-left: 56px;
}
.ftcls:first-child{
    margin-left: 0px;
}
.ftclst{
    height: 18px;
    line-height: 18px;
    display: block;
    font-size: 18px;
    color: #fff;
}
.ftclshr{
    width: 56px;
    height: 1px;
    margin: 20px 0 0 2px;
    background: #fff;
}
.ftclss{
    height: 14px;
    line-height: 14px;
    display: block;
    margin-top: 16px;
    font-size: 14px;
    color: #fff;
}
.ftclss:first-child{
    margin-top: 21px;
}
.ftcr{
    width: 225px;
    height: auto;
    float: right;
}
.ftcra{
    width: 100%;
    height: 14px;
    text-align: right;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
}
.ftcrb{
    width: 100%;
    height: 34px;
    text-align: right;
    line-height: 34px;
    margin-top: 12px;
    font-size: 26px;
    color: #fff;
}
.ftcrb img{
    width: auto;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.ftcrc{
    width: 100%;
    height: auto;
    text-align: right;
    line-height: 24px;
    margin-top: 7px;
    font-size: 14px;
    color: #fff;
}
.ftcrd{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.ftcrdp{
    width: 110px;
    text-align: right;
    line-height: 18px;
    margin-top: 30px;
    float: left;
    font-size: 14px;
    color: #fff;
}
.ftcrdi{
    width: 98px;
    height: auto;
    float: right;
}
.ftp{
    width: 100%;
    padding: 10px 0 22px 0;
    line-height: 26px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    color: #fff;
}
.ftps{
    line-height: 16px;
    margin-right: 46px;
    float: left;
    font-size: 16px;
    color: #fff;
}
.ftpsi{
    width: auto;
    height: 16px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}
.ftf{
    width: 100%;
    height: 66px;
    text-align: center;
    line-height: 66px;
    font-size: 14px;
    color: #fff;
}
.ftf a{
    font-size: 14px;
    color: #fff;
}
.ftfi{
    width: 18px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/*公共左侧*/
.lf{
    width: 270px;
    height: auto;
    margin-top: 20px;
}
.lfc{
    width: 250px;
    height: auto;
    min-height: 45px;
    padding: 0 10px 15px 10px;
    margin-top: 2px;
    background: #ededee;
}
.lfcs{
    width: 94%;
    height: 45px;
    padding: 0 3%;
    line-height: 45px;
    overflow: hidden;
    border-bottom: 1px dotted #838282;
    font-size: 16px;
    color: #333;
}
.lfcs_active{
    border-bottom: 1px dotted #71bc33;
    color: #71bc33;
}




/*首页*/
.ina{
    width: 100%;
    height: 265px;
    margin-top: 66px;
}
.inal{
    width: 416px;
    height: 100%;
    background: url("../img/about_bg.png") bottom right no-repeat;
    float: left;
}
.inala{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-top: 88px;
    font-weight: bold;
    font-size: 40px;
    color: #333;
}
.inalaa{
    color: #86c43f;
}
.inalab{
    color: #0c81c5;
}
.inalb{
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-top: 26px;
    font-weight: bold;
    font-size: 34px;
    color: #333;
}
.inar{
    width: 890px;
    height: 216px;
    line-height: 36px;
    padding-top: 24px;
    float: right;
    font-size: 16px;
    color: #646464;
}
.inahr{
    width: 100%;
    height: 1px;
}
.inahrl{
    width: 50%;
    height: 100%;
    float: left;
    background: #8bc531;
}
.inahrr{
    width: 50%;
    height: 100%;
    float: right;
    background: #007cd2;
}
.inb{
    width: 100%;
    margin-top: 58px;
}
.inbt{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 50px;
    color: #333;
}
.inbp{
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    font-size: 20px;
    color: #969696;
}
.inbc{
    width: 100%;
    height: 308px;
    margin-top: 46px;
}
.inbcs{
    width: 128px;
    height: 100%;
    padding: 0 36px;
    border-radius: 200px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    margin-left: 100px;
    background: #f4f4f5;
}
.inbcs:first-child{
    margin-left: 0px;
}
.inbcs_active{
    background: url("../img/sj_bg.png") center center no-repeat;
    background-size: 100% 100%;
}
.inbcst{
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    margin-top: 40px;
    font-size: 20px;
    color: #969696;
}
.inbcshr{
    width: 100%;
    height: 1px;
    background: #86c43f;
    margin-top: 18px;
}
.inbcs_active .inbcshr{
    background: #fff;
}
.inbcsc{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-top: 15px;
    font-weight: bolder;
    font-size: 30px;
    word-break: break-word;
    color: #323232;
}
.inbcsp{
    width: 100%;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin-top: 20px;
    font-weight: bolder;
    font-size: 18px;
    color: #969696;
}
.inbcs_active .inbcst,.inbcs_active .inbcsc,.inbcs_active .inbcsp{
    color: #fff;
}
.inc{
    width: 100%;
    height: 669px;
    background: #007cd2;
    margin-top: 96px;
    padding-top: 50px;
}
.inct{
    width: 100%;
    height: 50px;
}
.inctl{
    width: auto;
    height: 50px;
    line-height: 50px;
    float: left;
    font-weight: bold;
    font-size: 50px;
    color: #fff;
}
.inctr{
    width: auto;
    height: 50px;
    float: right;
}
.inctrs{
    width: 218px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50px;
    float: left;
    margin-left: 16px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #323232;
}
.inctrs_active{
    background: #8bc531;
    color: #fff;
}
.inctrs:first-child{
    margin-left: 0px;
}
.inctrsi{
    width: 10px;
    height: auto;
    position: absolute;
    left: 79px;
    top: 50px;
    z-index: 2;
    display: none;
}
.inctrs_active .inctrsi{
    display: block;
}
.incc{
    width: 100%;
    height: 555px;
    margin-top: 64px;
    position: relative;
}
.incci{
    width: 100%;
    height: 100%;
}
.inccd{
    width: 290px;
    height: 421px;
    padding: 30px 46px 0 46px;
    position: absolute;
    top: 190px;
    right: 60px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 4px 1px #e8e8e8;
    z-index: 2;
}
.inccdt{
    width: 100%;
    height: 64px;
    line-height: 32px;
    font-size: 32px;
    color: #000;
}
.inccdc{
    width: 100%;
    height: 242px;
    line-height: 22px;
    margin-top: 22px;
    overflow: hidden;
    font-size: 16px;
    color: #646464;
}
.inccdm{
    width: 74px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    display: block;
    border-radius: 38px;
    margin-top: 12px;
    overflow: hidden;
    background: #0c81c5;
}
.inccdmi{
    width: 26px;
    height: auto;
    display: inline-block;
}
.ind{
    width: 100%;
    margin-top: 142px;
}
.indt{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 50px;
    color: #323232;
}
.indc{
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indcs{
    width: 683px;
    height: 406px;
    position: relative;
    margin-top: 30px;
    cursor: pointer;
}
.indcsi{
    width: 100%;
    height: 100%;
}
.indcsd{
    width: 443px;
    height: 96px;
    padding: 155px 120px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url("../img/yyly_cover.png") center center no-repeat;
    background-size: 100% 100%;
}
.indcsdhr{
    width: 100%;
    height: 1px;
    background: #fff;
}
.indcsdc{
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
}
.ine{
    width: 100%;
    height: 345px;
    margin-top: 70px;
}
.inet{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 50px;
    color: #323232;
}
.inec{
    width: 100%;
    height: 244px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.inecs{
    width: 338px;
    height: 244px;
    background: url("../img/jsys_bg.png") center center no-repeat;
    background-size: 100% 100%;
}
.inecsc{
    width: 303px;
    height: 114px;
    line-height: 38px;
    padding: 30px 10px 33px 22px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}
.inecscs{
    width: 96%;
    height: auto;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}
.inecscsi{
    width: 11px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.inecsf{
    width: 323px;
    height: 64px;
    line-height: 64px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.inecsfi{
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.inf{
    width: 100%;
    height: 456px;
    margin-top: 104px;
    position: relative;
    overflow: hidden;
}
.infc{
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    margin-left: -960px;
}




/*子页面*/
.zys{
    width: 100%;
    height: 401px;
}
.zyt{
    width: 100%;
    height: 74px;
    background: #f8f8f8;
    text-align: center;
    overflow: hidden;
}
.zytc{
    width: auto;
    height: 100%;
    display: inline-block;
}
.zyts{
    width: 220px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: block;
    float: left;
    margin: 19px 6px 0 6px;
    font-size: 16px;
    color: #323232;
}
.zyts_active{
    background: url("../img/lanmu_bg.png") center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.zy{
    width: 100%;
    min-height: 500px;
    margin-top: 50px;
}
.zyl{
    width: 250px;
    /*width: 364px;*/
    float: left;
}
.zylt{
    width: 100%;
}
.zyltt{
    width: 100%;
    height: 96px;
    text-align: center;
    background: url("../img/dh_bg.png") center center no-repeat;
    background-size: 100% 100%;
}
.zylttt{
    width: 100%;
    line-height: 30px;
    padding-top: 22px;
    font-size: 30px;
    color: #fff;
}
.zylttp{
    width: 100%;
    line-height: 16px;
    margin-top: 11px;
    font-size: 16px;
    color: #fff;
}
.zylts{
    width: 75%;
    height: 50px;
    line-height: 50px;
    margin-top: 12px;
    padding: 0 10% 0 15%;
    border-radius: 50px;
    background: #f1f3f8;
    font-size: 20px;
    color: #555;
}
.zylts_active{
    background: url("../img/dh_bg.png") center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.zyltsi{
    width: 26px;
    height: 26px;
    float: right;
    margin-top: 12px;
}
.zyd{
    width: 100%;
    margin-top: 78px;
}
.zyda{
    width: 100%;
    height: 311px;
    padding-bottom: 40px;
}
.zydal{
    width: 673px;
    height: 100%;
    float: left;
}
.zydar{
    width: 700px;
    height: 100%;
    float: right;
}
.zydari{
    width: 293px;
    height: auto;
    margin-top: 12px;
    display: block;
}
.zydarc{
    width: 100%;
    height: 132px;
    line-height: 34px;
    margin-top: 52px;
    overflow: hidden;
    text-indent: 32px;
    font-size: 16px;
    color: #323232;
}
.zydb{
    width: 100%;
    height: 602px;
    margin-top: 116px;
    background: url("../img/yyly_bg.png") top center no-repeat;
    background-size: 100% 100%;
}
.zydbt{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding-top: 66px;
    font-weight: bold;
    font-size: 50px;
    color: #fff;
}
.zydbc{
    width: 100%;
    height: 320px;
    margin-top: 80px;
}
.zydbcs{
    width: 320px;
    height: 100%;
    margin-left: 40px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}
.zydbcs:first-child{
    margin-left: 0px;
}
.zydbcst{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 320px;
    border-radius: 100%;
    background: url("../img/dhs_bg.png") center center no-repeat;
    background-size: 100% 100%;
    display: none;
    font-size: 24px;
    color: #323232;
}
.zydbcs_active .zydbcst{
    display: block;
}
.zydc{
    width: 100%;
    height: auto;
    margin: 66px 0 150px 0;
}
.zydct{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 50px;
    color: #333;
}
.zydcc{
    width: 100%;
    height: auto;
    margin-top: 102px;
}
.zydccs{
    width: 302px;
    height: auto;
    float: left;
    margin-left: 64px;
}
.zydccs:first-child{
    margin-left: 0px;
}
.zydccsf{
    width: 100%;
    height: 72px;
    text-align: center;
    line-height: 72px;
    background: url("../img/lanmu_bg.png") center center no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    color: #fff;
}
.zydccsfi{
    width: 50px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 0;
}
.zydccsc{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.zydccscs{
    width: 100%;
    height: auto;
    line-height: 38px;
    font-size: 16px;
    color: #323232;
}
.zydccscsi{
    width: 11px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 12px 0 2px;
}
.zydd{
    width: 100%;
    height: auto;
    margin-bottom: 62px;
}
.zyddl{
    width: 540px;
    height: auto;
    float: left;
}
.zyddlt{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 22px;
    font-size: 30px;
    color: #2c2c2c;
}
.zyddlp{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #2c2c2c;
}
.zyddlpi{
    width: 28px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 6px 0 0;
}
.zyddlc{
    width: 210px;
    height: auto;
    margin: 30px 10px 0 10px;
}
.zyddlci{
    width: 100%;
    height: auto;
    display: block;
}
.zyddlcp{
    width: 100%;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin-top: 16px;
    font-size: 16px;
    color: #2c2c2c;
}
.zyddr{
    width: 560px;
    height: auto;
    float: right;
    margin-right: 120px;
}
.zyddrt{
    width: 98%;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #323232;
}
.zyddrc{
    width: 94%;
    height: 36px;
    line-height: 36px;
    padding: 0 2%;
    margin: 12px 0 25px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    color: #323232;
}
.zyddrd{
    width: 94%;
    height: 144px;
    line-height: 36px;
    padding: 10px 2%;
    margin: 12px 0 25px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    resize: none;
    font-size: 16px;
    color: #323232;
}
.zyddrs{
    width: 132px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #e96f57;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}
.zyddrsi{
    width: auto;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.zye{
    width: 100%;
    margin: 5px 0 60px 0;
}
.zyes{
    width: 100%;
    height: 215px;
}
.zyes_b{
    background: #f7f7f7;
}
.zyes_active{
    background: #8ac532;
}
.zyesl{
    width: 64px;
    height: 66px;
    float: left;
    padding-right: 40px;
    margin-top: 72px;
    border-right: 1px solid #e1e1e1;
}
.zyesla{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 54px;
    color: #b9b9b9;
}
.zyeslb{
    width: 100%;
    height: 14px;
    text-align: center;
    line-height: 14px;
    margin-top: 12px;
    font-size: 14px;
    color: #b9b9b9;
}
.zyesc{
    width: 722px;
    height: 100%;
    margin-left: 50px;
    float: left;
}
.zyesca{
    width: 100%;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    padding-top: 65px;
    font-weight: bold;
    font-size: 18px;
    color: #323232;
}
.zyescb{
    width: 100%;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    padding-top: 15px;
    font-size: 14px;
    color: #9b9b9b;
}
.zyesi{
    float: right;
    margin-top: 90px;
    font-weight: bold;
    font-size: 48px;
    color: #d4d4d4;
}
.zyes_active .zyesla,.zyes_active .zyeslb,.zyes_active .zyesca,.zyes_active .zyescb,.zyes_active .zyesi{
    color: #fff;
}
.zyf{
    width: 100%;
    height: auto;
    margin: 62px 0 88px 0;
    overflow: hidden;
}
.zyfp{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 32px;
    margin-bottom: 56px;
    font-size: 16px;
    color: #323232;
}
.zyfi{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 60px;
}
.zyfa{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: url("../img/product_bg.png") center center no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    color: #fff;
}
.zyfb{
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 42px auto;
}
.zyg{
    width: 100%;
    height: auto;
    margin: 80px 0 180px 0;
}
.zygs{
    width: 100%;
    height: auto;
    padding: 50px 0;
    border-bottom: 1px solid #e0e0e0;
}
.zygsl{
    width: 1300px;
    height: auto;
    float: left;
}
.zygslt{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #323232;
}
.zygslc{
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin-top: 20px;
    font-size: 16px;
    color: #9b9b9b;
}
.zygslcs{
    float: left;
    margin-right: 50px;
}
.zygsr{
    width: 28px;
    height: auto;
    float: right;
    margin-top: 20px;
    cursor: pointer;
}
.zygsc{
    width: 100%;
    height: auto;
    margin-top: 32px;
    display: none;
}







.zylc{
    width: 100%;
    margin-top: 40px;
}
.zyr{
    width: 1100px;
    float: right;
}
.zyrt{
    width: 100%;
    height: 58px;
    border-bottom: 2px solid #b6b6b6;
}
.zyrts{
    height: 58px;
    line-height: 58px;
    padding: 0 15px;
    float: left;
    position: relative;
    font-weight: bold;
    font-size: 30px;
    color: #2585e0;
}
.zyrtsi{
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 2;
}
.zyrtr{
    height: 18px;
    line-height: 18px;
    padding: 30px 5px 0 5px;
    float: right;
    font-size: 16px;
    color: #333333;
}
.zyrtri{
    width: 17px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 2px;
}
.zyc{
    width: 100%;
    margin: 0 auto;
    padding: 35px 0;
    line-height: 36px;
    font-size: 14px;
    color: #333;
}
.zyc img{
    max-width: 94%;
}
.zycs{
    width: 22%px;
    margin: 0px 1% 20px 1%;
    padding: 10px 10px;
    border: 1px solid #f0f0f0;
    float: left;
}
.zycs .indcsi{
    max-width: 100% !important;
    width: 100% !important;
}
.zycs .indcsp{
    text-align: center;
    padding-bottom: 10px;
}
/*.zycs_b{
    width: 100%;
    font-size: 16px;
    color: #333;
}*/
.zycs_b{
    width: 94%;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    color: #333;
}
.zycs_c{
    width: 94%;
    height: 50px;
    margin: 10px auto;
    line-height: 50px;
    font-size: 16px;
    color: #333;
}
.zycs_cl{
    width: 100px;
    float: left;
}
.zycs_cr{
    width: 400px;
    height: 30px;
    padding: 0 10px;
    margin-top: 9px;
    display: inline-block;
    border: 1px solid #f0f0f0;
    outline: none;
    float: left;
}
.zycs_cs{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    margin-left: 100px;
    background: #71bc33;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}
.zycsi{
    width: 100% !important;
    max-width: 100% !important;
    height: 170px !important;
}
.zycsp{
    width: 100%;
    height: 26px;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.zycsl{
    float: left;
    color: #333;
}
.zycsr{
    float: right;
    color: #333;
}
.zyct{
    width: 100%;
    margin-top: 50px;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    font-size: 26px;
    color: #000;
}
.zyca{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    font-size: 14px;
    color: #999;
}
.zycb{
    width: 40%;
    height: auto;
    margin: 40px 30%;
}
.zycc{
    width: 100%;
    margin: 50px 0;
    line-height: 36px;
    font-size: 16px;
    color: #333;
}
.zycc img{
    max-width: 94%;
}
.zycd{
    width: 100%;
    margin-top: 20px;
    margin-left: 30px;
    line-height: 16px;
    font-size: 16px;
    color: #666;
}
.zycl{
    width: 700px;
    float: left;
}
.zycr{
    float: right;
}
.zycz{
    width: 100%;
    margin-top: -30px;
}
.zyczs{
    width: 30%;
    height: auto;
    float: left;
    margin: 10px 1.5%;
}






