.main{ padding: 4% 0; line-height: 30px}
.clear{ clear: both;}
.content{ line-height: 30px; padding: 2% 0 0;}
@media screen and (max-width:765px){
  .main{ padding: 7% 0;}
}

.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
/*.img-cover-4by3 p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}*/
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.img{ text-align: center; padding: 0 0 20px;}
.img img{ max-width: 100%;}
.p15{ padding-left: 15px; padding-right: 15px;}

#dituContent label {
  max-width: unset!important;
  text-align: center;
}




/*头部*/
#top_bj{ position: relative; width: 100%; height: auto; z-index: 20; transition:0.5s; background: #fff;}
#top_bj_zy{ width: 100%; height: auto; z-index: 10; transition:0.5s;}
#top_index{ height: auto; width: 90%; margin: 0 auto;}
#logo{ padding: 15px; position: relative;}
#logo:before{ position: absolute; right: 0; top: 0; content: ''; width: 150%; height: 100%; background: #00a147;}
#logo a{ display: block; float: left; position: relative; z-index: 1;}
#logo img{ max-width: 100%; transition:0.5s;}
#top_tel{ margin-top: 30px; transition:0.5s; padding: 0;}
#top_tel .left{ width: 25%; float: left; padding-right: 10px;}
#top_tel .left img{ max-width: 100%;}
#top_tel .font{ float: left; width: 70%; color: #282828; font-size: 14px;}
#top_tel .font span{ font-size: 24px; color: #009944; font-family: 'Bahnschrift';}
@media screen and (max-width:1400px){
    #top_tel .font span{ font-size: 22px;}
}
@media screen and (max-width:768px){
  #top_index{ padding: 0; width: 100%;}
  #logo:before{ right: 20%;}
  #logo img{ max-width: 100%;}
}

@media screen and (max-width:765px){
    /*#logo a{ width: 35%;}*/
}

#nav_bj{ height: 50px; margin: 2% auto 0 !important; transition:0.3s; padding: 0 5%;}
#nav_bj dt{ float: left; width: 14%; height: 50px; line-height: 50px; font-weight: normal; font-size: 16px; color: #282828; text-align: center; transition:0.5s; position: relative;}
#nav_bj dt:before{ background: #009944; position: absolute; left: 50%; bottom: 0; height: 2px; width: 0; content: ''; transition:0.5s;}
#nav_bj dt a{ display: block; position: relative; z-index: 1; color: #333333;}
#nav_bj dt:hover:before{ left: 0; width: 100%;}
@media (min-width: 1200px) and (max-width: 1400px){
  #nav_bj dt{ font-size: 14px;}
}
@media (min-width: 768px) and (max-width: 1200px){
  #nav_bj{ margin-top: 0;}
  #nav_bj dt{ font-size: 14px;}
}

.top_bj_active_zy{ position: fixed;}
.top_bj_active{ background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.3); position: fixed !important;}
.top_bj_active #logo{ padding: 0;}
.top_bj_active #logo img,.top_bj_active #logo .left{ transform: scale(0.7);}
.top_bj_active #nav_bj{ height: 50px; margin: 1% auto 0 !important;}
.top_bj_active #top_tel{ margin-top: 0.5%;}
.top_bj_active #c-header .c-switch i{ background: #333;}
.top_bj_active #c-header .c-switch{ top: 25px;}
.top_bj_active #c-header .c-nav2{ top: 65px;}


#zi_banner{ width: 100%; overflow: hidden; height: auto; position: relative;}
#zi_banner .main{ position: absolute; left: 0; top: 0; width: 100%; z-index: 10;}
#zi_banner p img{ width: 100%;}
@media screen and (max-width:768px){
  #zi_banner p img{ width: 230%; margin-left: -60%;}
  #zi_banner .main img{ width: 50%; margin-left: 3%;}
}



#banner_box .swiper-container {
    width: 100%;
    height: 100%;
    background: #009944;
}
#banner_box .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7% 13% 5%;
}
#banner_box .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
#banner_box .swiper-slide .en{ position: absolute; left: 0; top: 0; width: 5%;}
#banner_box .swiper-slide .title,#banner_box .swiper-slide .subtitle,#banner_box .swiper-slide .text{ width: 35%;}
#banner_box .swiper-slide img { max-width: 100%;}
#banner_box .swiper-slide .subtitle { padding: 3% 0;}
#banner_box .swiper-slide .pic{ width: 50%; text-align: right; position: absolute; right: 13%; top: 9%;}
#banner_box .swiper-pagination{ bottom: 30px;}
#banner_box .swiper-pagination-bullet{ width: 70px; height: 3px; border-radius: 0;}
@media screen and (max-width:1400px){
    #banner_box .swiper-slide .pic{ width: 35%; padding-top: 4%;}
}
@media screen and (max-width:768px){
    #banner_box .swiper-pagination{ bottom: 5px;}
}
/*底部*/
#end_nr_bj{ background: #fff; width: 100%; height: auto; overflow: hidden; color: #666666; border-top: 1px solid #eeeeef;}
#end_nr_bj a{ color: #666666; transition: 0.3s; position: relative;}
#end_nr_bj a:hover{ color: #009944;}
#end_nr_bj a:after{z-index:1;content: ''; position: absolute; left: 0; bottom: 0; display: block; height:5px; background-color: rgba(2, 151, 65, .2);width:100%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); transform: scaleX(0);-webkit-transform-origin: right center;transform-origin: right center;}
#end_nr_bj a:hover::after{ -webkit-transform-origin: left center;transform-origin: left center;  -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1);}

#end_nr_bj .main{ padding: 2% 0;}
#end_nr_bj .main .left ul{ float: left; padding: 0 3%;}
#end_nr_bj .main .left ul:nth-of-type(1){ width: 30%;}
#end_nr_bj .main .left ul:nth-of-type(1) li{ width: 50%; float: left;}
#end_nr_bj .main .left ul:nth-of-type(1) .tit{ width: 100%;}
#end_nr_bj .main .left ul .tit{ font-size: 18px; color: #282828; position: relative; height: 40px; margin-bottom: 10px;}
#end_nr_bj .main .left ul .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; height: 2px; background: #029741; width: 30px; transition:0.3s;}
#end_nr_bj .main .left ul li{ line-height: 30px; transition:0.3s;}
/*#end_nr_bj .main .left ul li:hover{ background: #029741;}*/
#end_nr_bj .main .left ul:hover .tit:before{ width: 60px;}
#end_nr_bj .main .right{ text-align: right;}
#end_nr_bj .main .right img{ max-width: 100%;}
@media screen and (max-width:1400px){
    #end_nr_bj .main .left ul{ padding: 0 1%;}
}
@media screen and (max-width:768px){
    #end_nr_bj .main .right{ padding-top: 3%;}
}


#end_line{ height: auto; padding: 10px 0; line-height: 30px; color: #717171; border-top: 1px solid #eeeeef;}
#end_line a{ color: #717171;}

.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#009944;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#009944;}
.footer_zx a:last-of-type{ background: #444444;}
.footer_zx i{ font-size: 28px; padding: 4% 0 1%;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}





/*首页*/
.tit_in{ text-align: center; position: relative;}
.tit_in h1{ color: #222222; font-size: 36px; position: relative; z-index: 2;}
.tit_in p{ position: absolute; z-index: 1; width: 100%; top: 0; color: rgba(102,102,102,0.05); font-size: 72px; font-family: Impact; text-transform: uppercase;}
.tit_in span{ font-size: 16px; color: #666666; margin-top: 10px; display: block; }
.tit_in i{ text-align: center; color: #00a147; font-size: 35px; margin-top: 10px;}
@media screen and (max-width:768px){
    .tit_in p{ font-size: 35px;}
    .tit_in h1{ font-size: 24px;}
    .tit_in span{ font-size: 13px; margin-top: 5px;}
}


#khal{ margin-top: 3%;}
#khal .swiper-slide { background-position: center; position: relative;}

#khal .gallery-top { height: auto; padding: 0;}
#khal .gallery-top .cp_hui{ background: #f6f7fc; padding: 20px 5px 5px 20px; width: 98%; float: right;}
#khal .gallery-top .big{ padding: 0;}
#khal .gallery-top .big .pic{ width: 100%; height: 0; padding-bottom: 88%; position: relative; overflow: hidden;}
#khal .gallery-top .big .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#khal .gallery-top .big .font{ position: absolute; left: 0; bottom: 0; background: rgba(0,161,71,0.9); width: 100%; padding: 2%;}
#khal .gallery-top .big .font .tit{ color: #fff; font-size: 20px;}
#khal .gallery-top .big .font .content{ color: rgba(255,255,255,0.6); padding-top: 0;}

#khal .gallery-top .small{ text-align: center; }
#khal .gallery-top .small li{ margin-bottom: 10%;}
#khal .gallery-top .small li .pic{ width: 100%; height: 0; padding-bottom: 100%; position: relative; overflow: hidden;}
#khal .gallery-top .small li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}

#khal .gallery-thumbs { height: auto; text-align: left;}
#khal .gallery-thumbs .swiper-wrapper{ padding: 0;}
#khal .gallery-thumbs .swiper-slide {cursor: pointer; height: auto; padding: 8% 0 8% 15%; line-height: 25px; position: relative; transition: 0.3s;}
#khal .gallery-thumbs .swiper-slide:before{ position: absolute; left: -20%; top: -20%; content: ''; background: url("../images/cplb_bj1.png") no-repeat right top; width: 15%; height: 45%; transition:0.3s;}
#khal .gallery-thumbs .swiper-slide:after{ position: absolute; right: -20%; bottom: -20%; content: ''; background: url("../images/cplb_bj2.png") no-repeat left top; width: 11%; height: 40%; transition:0.3s;}
#khal .gallery-thumbs .swiper-slide .left{ width: 34px; height: 34px; overflow: hidden; margin-right: 10px;}
#khal .gallery-thumbs .swiper-slide .left img{ margin-left: 0; transition:0.3s; transition:0.3s;}
#khal .gallery-thumbs .swiper-slide .font p{ color: #666666; font-size: 20px;}
#khal .gallery-thumbs .swiper-slide .font span{ color: #bbbbbb; font-size: 14px; text-transform: uppercase;}
#khal .gallery-thumbs .swiper-slide-thumb-active { background: #00a147; position: relative; padding-left: 23%; }
#khal .gallery-thumbs .swiper-slide-thumb-active .left img{ margin-left: -34px;}
#khal .gallery-thumbs .swiper-slide-thumb-active:before{ left: 0; top: 0;}
#khal .gallery-thumbs .swiper-slide-thumb-active:after{ right: 0; bottom: 0;}
#khal .gallery-thumbs .swiper-slide-thumb-active .font p,#khal .gallery-thumbs .swiper-slide-thumb-active .font span{ color: #fff;}
@media screen and (max-width:1200px){
    #khal .gallery-top .cp_hui{ width: 100%;}
}
@media screen and (max-width:768px){
    #khal .gallery-top .cp_hui{ padding: 15px;}
    #khal .gallery-thumbs .swiper-slide{ padding: 3%; line-height: 20px;}
    #khal .gallery-thumbs .swiper-slide-thumb-active{ padding-left: 3%;}
    #khal .gallery-thumbs .swiper-slide .font p{ font-size: 16px;}
    #khal .gallery-thumbs .swiper-slide .font span{ font-size: 12px;}
    #khal .gallery-top .small{ padding: 0; margin-top: 3% !important;}
    #khal .gallery-top .small li{ padding: 0 0.5%; margin: 0;}
}


#hzal{ position: relative;}
#hzal .swiper-container {
    width: 100%;
    height: 100%;
    padding: 3% 0 0;
}
#hzal .swiper-slide {
    text-align: center;
    overflow: hidden;
    transition: 0.3s;

    /* Center slide text vertically */
    flex-direction: column;
    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;
}
#hzal .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#hzal .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#hzal .swiper-slide p{ color: #666666; font-size: 16px; height: 45px; line-height: 45px;}
#hzal .swiper-slide:hover img{ transform: scale(1.1);}
#hzal .swiper-slide:hover{ filter: drop-shadow(-8px 5px 8px rgba(153, 153, 153, 0.2));}
#hzal .swiper-button-next,#hzal .swiper-button-prev{ background: none; width: 50px; height: 50px; top: 50%;}
#hzal .swiper-button-next:after,#hzal .swiper-button-prev:after{ display: none;}
#hzal .swiper-button-next i,#hzal .swiper-button-prev i{ font-size: 40px; color: #bababa; transition: 0.3s;}
#hzal .swiper-button-next{ right: -5%;}
#hzal .swiper-button-prev{ left: -5%;}
#hzal .swiper-button-next:hover i,#hzal .swiper-button-prev:hover i{ color: #009944;}
@media screen and (max-width:768px){
    #hzal .swiper-container{ padding: 3% 5%;}
    #hzal .swiper-button-next{ right:0;}
    #hzal .swiper-button-prev{ left:0;}
    #hzal .swiper-button-next,#hzal .swiper-button-prev{ width: 30px; height: 30px;}
    #hzal .swiper-button-next i,#hzal .swiper-button-prev i{ font-size: 30px;}
}

.hui{ background: #f4f6f8; position: relative; text-align: center;}

#youshi{ width: 100%; text-align: center; margin-top: 3%; position: relative;}
.yspic{ display: inline-block; margin: 0 auto;}
.yspic .pic1{filter: drop-shadow(-3px 5px 3px rgba(153, 153, 153, 0.5)); margin: 0 8px;}
.yspic .pic1:nth-of-type(1),.yspic .pic1:nth-of-type(3),.yspic .pic1:nth-of-type(5){ margin-top: 60px;}
.yspic .pic1:nth-of-type(2){ margin-top: 123px;}
#youshi #ysfont1{ position: absolute; left: 0; top: 0; z-index: 1; text-align: left;}
#youshi #ysfont2{ position: absolute; right: 0; top: 0; z-index: 1; text-align: left;}
#youshi .ysfont li{ height: auto; border-bottom: 1px solid #e1e2e3; padding: 8% 0;}
#youshi .ysfont li i{ float: left; width: 65px; height: 65px; text-align: center; line-height: 65px; background: #00a147; border-radius: 100%; color: #fff; font-size: 35px;}
#youshi .ysfont li .left{ padding-left: 10px;}
#youshi .ysfont li .left p{ color: #333333; font-size: 18px;}
#youshi .ysfont li .left span{ color: #666666; font-size: 16px;}
#youshi #ysfont2 li i{ background: #ff9d00;}
@media screen and (max-width:1200px){
    .yspic{ width: 45%;}
    .yspic .pic1{ width: 17%;  margin: 0 5px;}
    .yspic .pic1:nth-of-type(2){ margin-top: 90px;}
    .yspic .pic1:nth-of-type(1),.yspic .pic1:nth-of-type(3),.yspic .pic1:nth-of-type(5){ margin-top: 44px;}
    .yspic .pic1 img{ max-width: 100%;}
    #youshi .ysfont li{ padding: 5% 0;}
    #youshi .ysfont li i{ width: 50px; height: 50px; line-height: 50px; font-size: 30px;}
    #youshi .ysfont li .left p{ font-size: 16px;}
    #youshi .ysfont li .left span{ font-size: 12px;}
}
@media screen and (max-width:768px){
    .yspic{ width: 40%;}
    .yspic .pic1{ width: 17%;  margin: 0 3px;}
    .yspic .pic1:nth-of-type(2){ margin-top: 60px;}
    .yspic .pic1:nth-of-type(1),.yspic .pic1:nth-of-type(3),.yspic .pic1:nth-of-type(5){ margin-top: 30px;}
    #youshi .ysfont li{ padding: 2% 0;}
    #youshi .ysfont li i{ width: 40px; height: 40px; line-height: 40px; font-size: 20px;}
    #youshi .ysfont li .left{ line-height: 25px;}
    #youshi .ysfont li .left p{ font-size: 14px;}
    #youshi .ysfont li .left span{ font-size: 12px;}
}

@media screen and (max-width:765px){
    #youshi #ysfont1{ position: relative; width: 50%; float: left;}
    #youshi #ysfont2{ position: relative; width: 50%; float: right;}
    #youshi .ysfont li i{ width: 30px; height: 30px; line-height: 30px; font-size: 20px;}
    .yspic{ width: 95%; margin-top: 8%;}
    .yspic .pic1{ width: 17%;  margin: 0 4px;}
}









#cptel{ display: inline-block; position: relative; margin-bottom: -15px; height: 55px; line-height: 55px; background: #009a44; border-radius: 30px; color: #fff; font-size: 16px; padding: 0 3%;}
#cptel i{ float: left; padding-right: 10px; font-size: 25px;}




#paodao_top{ padding: 3% 0; margin: 0 auto !important;}
#paodao_top li{ text-align: center; cursor: pointer;}
#paodao_top li .pic{ float: right; border: 1px solid #cccccc; border-radius: 100%; width: 45px; height: 45px; text-align: center; line-height: 45px; transition:0.3s;}
#paodao_top li .pic i{ color: #ccc; font-size: 24px; transition:0.3s;}
#paodao_top li .font{ text-align: left; padding: 0; line-height: 27px;}
#paodao_top li .font p{ color: #333333; font-size: 24px; transition:0.3s;}
#paodao_top li .font span{ color: #666666; font-size: 14px; transition:0.3s;}
#paodao_top li:hover .pic{ background: #009944; border: 1px solid #009944;}
#paodao_top li:hover .pic i{ color: #fff;}
#paodao_top li:hover .font p{ color: #009944; font-weight: bold;}
#paodao_top li:hover .font span{ color: #009944;}
@media screen and (max-width:1200px){
    #paodao_top li{ padding: 0 0.5%;}
    #paodao_top li .font p{ font-size: 20px;}
    #paodao_top li .font span{ font-size: 13px;}
}
@media screen and (max-width:765px){
    #paodao_top li{ padding: 2% 0;}
    #paodao_top li .font p{ font-size: 16px;}
    #paodao_top li .font span{ font-size: 12px;}
}



#ssjs{ text-align: center;}
#ssjs .swiper-container {
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
#ssjs .swiper-slide {
    transition:0.3s;
    cursor: pointer;
    height: auto;
    overflow: hidden;
    border: 30px solid #f4f6f8;

    /* 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;
}
#ssjs .swiper-slide .pic{ height: 0; padding-bottom: 45%; position: relative; overflow: hidden; background: #000;}
#ssjs .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; opacity: 1; transition: 0.3s;}
#ssjs .swiper-slide .font{ padding: 8% 3% 0; text-align: left;}
#ssjs .swiper-slide .font .tit{ color: #333333; font-size: 26px; }
#ssjs .swiper-slide .font .content{ padding: 15% 0;}
#ssjs .swiper-slide .font .content table tr td{ line-height: 35px;}
#ssjs .swiper-slide .font .content table tr td:nth-of-type(1){ width: 30%; padding-left: 8%; vertical-align: top;}
#ssjs .swiper-slide .font .content table tr:nth-of-type(1){ background: url("../images/al_icon1.png") no-repeat left center;}
#ssjs .swiper-slide .font .content table tr:nth-of-type(2){ background: url("../images/al_icon2.png") no-repeat left center;}
#ssjs .swiper-slide .font .content table tr:nth-of-type(3){ background: url("../images/al_icon3.png") no-repeat left 8px;}
#ssjs .swiper-slide dl dt{ float: left; border: 1px solid #e7e7e7; height: 50px; line-height: 50px; margin-right: 10px; width: 40%; text-align: center; font-size: 16px; font-weight: normal; transition:0.3s;}
#ssjs .swiper-slide dl dt i{ display: inline-block; padding-left: 10px; font-size: 20px;}
#ssjs .swiper-slide dl dt:hover{ background: #009a44; color: #fff; border: 1px solid #009a44;}
#ssjs .swiper-button-next{ background: #ff9d00; width: 100px; height: 70px; line-height: 70px; right: 13%;}
#ssjs .swiper-button-prev{ background: #00a147; width: 100px; height: 70px; line-height: 70px; left: 13%;}
#ssjs .swiper-button-next i,#ssjs .swiper-button-prev i{ color: #fff; font-size: 35px;}
#ssjs .swiper-slide-active .pic img{ opacity: 1;}
#ssjs .swiper-slide-active .tit{ opacity: 1; bottom: 0;}
@media screen and (max-width:1200px){
    #ssjs .swiper-button-next{ right: 0;}
    #ssjs .swiper-button-prev{ left: 0;}
    #ssjs .swiper-slide .font .content table tr td:nth-of-type(1){ width: 40%;}
    #ssjs .swiper-slide dl dt{ width: 45%; }
    #ssjs .swiper-button-next,#ssjs .swiper-button-prev{ width: 50px; height: 50px; line-height: 50px;}
    #ssjs .swiper-button-next i,#ssjs .swiper-button-prev i{ font-size: 25px;}
}
@media screen and (max-width:768px){
    #ssjs .swiper-slide{flex-direction: column;}
    #ssjs .swiper-slide .pic{ margin-top: 5%;}
    #ssjs .swiper-slide .font .content{ padding: 7% 0;}
    #ssjs .swiper-button-next,#ssjs .swiper-button-prev{ width: 40px; height: 40px; line-height: 40px;}
    #ssjs .swiper-button-next i,#ssjs .swiper-button-prev i{ font-size: 20px;}
}


#lyleft .tit h3{ color: #333333; font-size: 40px;}
#lyleft .tit h3 span{ color: #009a44; font-weight: bold;}
#lyleft .tit p{ color: #999999; font-size: 20px;}
#lyleft .tel{ color: #272d31; font-size: 30px; padding: 3% 0;}
#lyleft .tel i{ float: left; color: #009a44; font-size: 33px;}
#lyleft .content{ padding-top: 5%;}
#lyleft .content img{ max-width: 100%;}
@media screen and (max-width:1200px){
    #lyleft .tel{ padding: 5% 0;}
    #lyleft .tit h3{ font-size: 30px;}
    #lyleft .tit p{ font-size: 16px;}
}


#lyright{ background: url("../images/lc_line.png") no-repeat right 15px;}
#lyright #lc1 li{ float: left; text-align: center; margin: 0 7%;}
#lyright #lc1 li .num{ width: 30px; height: 30px; margin: 0 auto; line-height: 30px; background: #009a44; border-radius: 100%; color: #fff; font-size: 20px;}
#lyright #lc1 li .font { padding-top: 25%;}
#lyright #lc1 li .font p{ color: #333333; font-size: 20px; font-weight: bold;}
#lyright #lc1 li .font span{ color: #666666; font-size: 20px;}
#lyright #lc2{ margin-top: 10% !important;}
#lyright #lc2 li{ float: left; text-align: center; margin: 0 7%;}
#lyright #lc2 li .num{ width: 30px; height: 30px; margin: 0 auto; line-height: 30px; background: #009a44; border-radius: 100%; color: #fff; font-size: 20px;}
#lyright #lc2 li .font { padding-bottom: 25%;}
#lyright #lc2 li .font p{ color: #333333; font-size: 20px; font-weight: bold;}
#lyright #lc2 li .font span{ color: #666666; font-size: 20px;}
@media screen and (max-width:1200px){
    #lyright #lc1 li,#lyright #lc2 li{ margin: 0 5%;}
    #lyright #lc2{ margin-top: 15% !important;}
    #lyright #lc1 li .font p,#lyright #lc2 li .font p{ font-size: 18px;}
    #lyright #lc1 li .font span,#lyright #lc2 li .font span{ font-size: 16px;}
}
@media screen and (max-width:768px){
    #lyright #lc2{ margin-top: 13% !important;}
}
@media screen and (max-width:765px){
    #lyright #lc1 li,#lyright #lc2 li{ margin: 0 2%;}
    #lyright #lc2{ margin-top: 23% !important;}
    #lyright #lc1 li .font p,#lyright #lc2 li .font p{ font-size: 16px;}
    #lyright #lc1 li .font span,#lyright #lc2 li .font span{ font-size: 14px;}
}





.gsjj{ position: relative;}
.gsjj #jjpic{ float: right;}
.gsjj .main{ position: absolute; width: 100%; left: 0; top: 0; z-index: 1;}
.gsjj .container{ text-align: left;}
#gsjjnr{ position: relative; width: 50%; background: url("../images/gsjj_line.png") no-repeat left center #fff; float: left; padding: 7% 5%;}
#gsjjnr:before{ position: absolute; right: 0; top: 0; content: ''; z-index: -1; background: #fff; width: 200%; height: 100%;}
#gsjjnr:after{ position: absolute; right: 5%; top: 13%; content: ''; background: url("../images/gsjj_logo.png") no-repeat left top; width: 79px; height: 72px;}
#gsjjnr .tit h3{ color: #333333; font-size: 24px; font-weight: bold !important;}
#gsjjnr .tit h3 span{ color: #adadad; font-size: 16px; text-transform: uppercase; font-weight: normal; padding-left: 30%; position: relative;}
#gsjjnr .tit h3 span:before{ position: absolute; left: 6%; top: 50%; content: ''; width: 40%; height: 1px; background: #adadad;}
#gsjjnr .tit p{ font-size: 16px; color: #999999; padding-top: 10px;}
#gsjjnr .content{ padding: 7% 0; color: #666666; font-size: 16px; line-height: 35px;}
#gsjjnr ul{ text-align: center; margin-top: 3% !important;}
#gsjjnr ul li{ display: inline-block; padding: 0 3%; line-height: 35px; font-size: 15px; border-right: 1px solid #ededed;}
#gsjjnr ul li p{ color: #00a147; font-size: 40px; font-family: impact;}
#gsjjnr ul li p sub{ color: #333333; font-size: 16px; padding-left: 10px; font-size: 14px;}
#gsjjnr ul li span{ color: #333333;}
#gsjjnr ul li:last-of-type{ border-right: none;}
@media screen and (max-width:1200px){
    #gsjjnr{ width: 55%;}
    #gsjjnr ul li{ padding: 0 2%;}
    #gsjjnr ul li p{ font-size: 30px;}
    #gsjjnr ul li p sub{ font-size: 14px;}
    #gsjjnr ul li span{ font-size: 12px;}
}
@media screen and (max-width:768px){
    #gsjjnr{ width: 70%;}
}

@media screen and (max-width:765px){
    #gsjjnr{ width: 100%;}
}



#xinwen .swiper-container {
    padding: 0 0 5%;
    width: 100%;
    height: 100%;
    position: relative;
}
#xinwen .swiper-slide {
    text-align: left;
    transition:0.3s;
    position: relative;

    /* Center slide text vertically */
    flex-direction: column;
    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;
}
#xinwen .swiper-slide:before{ position: absolute; right: -30px; top: 0; content: ''; width: 1px; height: 100%; background: #eaeaea;}
#xinwen .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 60%; position: relative; overflow: hidden;}
#xinwen .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xinwen .swiper-slide p{ padding-top: 10px; text-align: left; width: 100%; color: #333333; font-size: 18px; height: 50px; line-height: 50px; transition:0.3s; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#xinwen .swiper-slide span{ display: block; text-align: left; width: 100%; color: #a6a6a6; font-size: 14px;}
#xinwen .swiper-slide .content{ color: #999999; font-size: 15px; padding: 0;}
#xinwen .swiper-slide:hover img{ transform: scale(1.1);}
#xinwen .swiper-container .swiper-button-next,#xinwen .swiper-container .swiper-button-prev{ background: #444444; width: 35px; height: 35px; position: absolute; bottom: 0; top: auto; transition:0.3s; text-align: center; line-height: 35px;}
#xinwen .swiper-container .swiper-button-next i,#xinwen .swiper-container .swiper-button-prev i{ color: #fff; font-size: 26px;}
#xinwen .swiper-container .swiper-button-prev{ background: #009944; right: auto; left: 45%;}
#xinwen .swiper-container .swiper-button-next{ left: auto; right: 45%;}
#xinwen .swiper-container #more{ position: absolute; left: 0; width: 100%; bottom: 0; text-align: center;}
#xinwen .swiper-container #more a{ display: block; width: 35px; margin: 0 auto; height: 35px; line-height: 35px; background: #c6c6c6; transition:0.3s;}
#xinwen .swiper-container #more a i{ color: #fff;}
#xinwen .swiper-container .swiper-button-prev:hover,#xinwen .swiper-container .swiper-button-next:hover,#xinwen .swiper-container #more a:hover{ background: #343434; box-shadow:0px 5px 5px rgba(0,0,0,0.5);}
@media screen and (max-width:1200px){
    #xinwen .swiper-container{ padding-bottom: 7%;}
    #xinwen .swiper-slide:before{ display: none;}
    #xinwen .swiper-container .swiper-button-prev{ left: 42%;}
    #xinwen .swiper-container .swiper-button-next{ right: 42%;}
}
@media screen and (max-width:768px){

}
@media screen and (max-width:765px){
    #xinwen .swiper-container{ padding-bottom: 15%;}
    #xinwen .swiper-container .swiper-button-prev{ left: 35%;}
    #xinwen .swiper-container .swiper-button-next{ right: 35%;}
}


#zxlybj{ background: url("../images/lybj.jpg") no-repeat center top;}
#zxly_pic{ text-align: center;}
#zxly_pic img{ max-width: 100%;}
#zxly{ background: #fff; padding: 2% 1%;}
#zxly .content{ padding: 0 15px !important;}
#zxly .content p{ color: #333333; font-size: 20px;}





/*子页*/
.content_zy{ padding: 2% 15px; line-height: 30px;}#ssnr{ height: 75px;}
#ssnr .left{ line-height: 75px; color: #666666;}
#ssnr .left span{ color: #333333;}
#ssnr .left a{ padding: 0 10px; color: #666666;}
#ssnr .weizhi{ line-height: 75px; color: #999999;}
#ssnr .weizhi a{ color: #999; transition: 0.3s; padding: 0 5px;}
#ssnr .weizhi i{ display: block; float: left; font-size: 20px; padding-right: 20px; border-right: 1px solid #f4f4f4; margin-right: 20px;}
#ssnr .weizhi a:hover{ color: #009944;}
@media screen and (max-width:768px){
    #ssnr{ height: auto; padding: 2% 0;}
    #ssnr .left{ line-height: 25px; padding: 2% 10px;}
}

.zy_search_form{ width: 50%; margin-top: 15px; float: right;}
.zy_search_form #search_name{ width: 80%; height: 44px; line-height: 44px; float: left;border:solid 1px #e7e7e7;border-top-left-radius: 5px;border-bottom-left-radius: 5px; outline: none; color: #999999;font-family: "微软雅黑"; font-size: 12px;background: #fff url("../images/search.png") 10px center no-repeat;text-indent: 40px;}
.zy_search_form #button{ width: 20%; height: 44px; line-height: 44px; background: #009944; float: right;border-top-right-radius: 5px;border-bottom-right-radius: 5px; cursor: pointer;color: #fff;font-size: 14px;text-align: center; border:none;outline: none; transition: 0.3s;}
.zy_search_form #button:hover{ background: #333;}
@media screen and (max-width:768px){
    .zy_search_form{ width: 100%; margin-top: 0; float: none;}
}

#home_bj{ background: #fff; height: 75px; line-height: 75px; border-bottom: 1px solid #f4f4f4;}


#jj_xx{ text-align: center; margin-top: 3% !important;}
#jj_xx li{ display: inline-block; padding: 0 5%; line-height: 45px; border-right: 1px solid #ededed;}
#jj_xx li p{ color: #ff6e00; font-size: 50px;}
#jj_xx li p sub{ color: #666666; font-size: 16px; padding-left: 10px;}
#jj_xx li span{ color: #999999; font-size: 16px;}
#jj_xx li:last-of-type{ border-right: none;}

#whbj{ background: url("../images/qywh_bj.jpg") no-repeat center top #f4f6f8; width: 100%;}
#whbj .tit_in h1{ color: #fff;}
#whbj .tit_in span{ color: rgba(255,255,255,0.5);}
#whbj .tit_in p{ color: rgba(255,255,255,0.05);}
#whbj .tit_in i{ color: #fff;}


#qywh{ margin-top: 3% !important;}
#qywh li{ background: #fff; padding: 23% 0 13%; text-align: center; position: relative; overflow: hidden;}
#qywh li:before{ position: absolute; top: -50px; left: 37%; content: ''; width: 26%; height: 83px; border-radius: 100%; background: #00a147;}
#qywh li i{ margin: 0 auto; width: 83px; height: 83px; color: #fff; font-size: 40px; background: #ff9d00; border-radius: 100%; line-height: 83px; text-align: center; }
#qywh li p{ color: #333333; font-size: 22px; padding: 10% 0 3%;}
#qywh li  span{ display: block; color: #666666; font-size: 16px;}



#rybj{position: relative; padding: 0; margin-top: 3%;}
#rybj .swiper-container {
    width: 100%;
    height: 100%;
}

#rybj .swiper-slide {
    text-align: center;

    /* 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;
}
#rybj .swiper-slide img{ width: 100%;}
#rybj .swiper-button-next,#rybj .swiper-button-prev{ background: none; width: 60px; height: 60px; top: 35%;}
#rybj .swiper-button-next i,#rybj .swiper-button-prev i{ font-size: 60px; color: #009944; transition:0.3s;}
@media screen and (max-width:765px){
    #rybj{ background-size: 100%;}
}


#indexNews li{width: 100%;height: auto; margin:0 auto; padding: 4% 0; transition: 0.3s; border-bottom: solid 1px #e8e8e9; }
#indexNews li .right{ padding: 0 0 0 4% !important; line-height: 25px; text-align: left;}
#indexNews li .news_title{ text-align: left; color: #333333; font-size: 18px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; line-height: 30px;}
#indexNews li .news_info{ color: #999999; font-size: 14px;}
#indexNews li .news_time{ line-height: 30px; text-align: center; font-weight: normal !important; border-right:solid 1px #e8e8e9; color: #666666;font-size: 1.5rem; padding: 0 !important; margin: 0 !important;}
#indexNews li .news_time span{display: block; margin:0 auto; line-height: 45px; width: 100%; text-align: center; color: #666666; font-size: 50px; font-family: Bahnschrift;}
#indexNews li:last-of-type{ border-bottom: none;}
#indexNews li:hover{ background: #009944;}
#indexNews li:hover .news_title,#indexNews li:hover .news_time,#indexNews li:hover .news_time span{ color: #fff;}
#indexNews li:hover .news_info{ color: rgba(255,255,255,0.6);}
@media screen and (max-width:768px){
    #indexNews li .news_time span{ font-size: 40px;}
}

.news01 {padding:3% 0 0;}
.news01 .t1 {color:#222;font-size:22px;display:inline;}
.news01 .t2 {color:rgba(51,51,51,.42);font-size:14px;margin-left:25px;display:inline;}
.news01 .t3 {display:block;flex:1;max-width:130px;color:#fff;background:#282475;text-align:center;line-height:35px;margin-left:3px;}
.news01 .t3:hover,.news01 .t3.active {background: #db2016;}
.news01 .title i {width:50px;height:3px;background: #db2016;display:block;margin-top:15px;}
.news01 .slide {margin-bottom: 7% !important; transition:.3s all ease; background: #fff;}
.news01 .imgbox {width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news01 .imgbox img { object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.3s;}
.news01 .imgbox1 {width: 100%; height: 0; padding-bottom: 125%; position: relative; overflow: hidden;}
.news01 .imgbox1 p { text-align: center; left: 0; position: absolute; height:100%; width:100%; transition: 0.3s;}
.news01 .imgbox1 p img{ width: 100%; height: 100%; transition:0.3s;}

.news01 .c1 {color:#333;font-size:14px;font-weight:bold;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
.news01 .c2 {color:#999;margin-top:15px;line-height: 22px;height:44px;overflow:hidden;}
.news01 .c3 {margin-top:15px;transition:.36s all ease;}
.news01 .slide:hover .imgbox img {transform: scale(1.1);}
.news01 .slide:hover .c1 {color:#009944;}

.news01 .txtbox { height: 50px; line-height: 50px; text-align: center; font-size: 16px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative;}
.news01 .txtbox span{ display: block; z-index: 1; position: relative; transition:0.3s;}
.news01 .txtbox:after { content: '';  width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #009944; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; left: 0; }
.news01 .slide:hover .txtbox::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; right: 0; }
.news01 .slide:hover .txtbox span{ color: #fff;}
@media(min-width:1200px) {
    .news01 .t1 {font-size:36px;}
    .news01 .t2 {font-size:22px;}
    .news01 .t3 {line-height: 55px;}
    .news01 .title i {margin-top:25px;}
    .news01 .slide {margin-bottom:32px;}
    .news01 .c1 {font-size:17px;}
    .news01 .c2 {font-size:14px;line-height: 26px;height:52px;}
}

#side_new{ background: #f6f7fc; padding: 10%;}
#side_new .tit{ font-size: 26px; color: #333;}
#side_new #cplb{ padding: 8% 0;}
#side_new #cplb li{ line-height: 40px;}

#xgnews{ padding: 10% 0 0;}
#xgnews li{ margin-bottom: 10%;}
#xgnews li .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
#xgnews li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xgnews li p{ height: 40px; line-height: 40px; background: #fff; text-align: center; transition: 0.3s; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
#xgnews li:hover p{ background: #009944; color: #fff;}
#xgnews li:hover .pic img{ transform: scale(1.1);}



.contact_item{ padding:0; text-align: center; margin-top: 3%;}
.contact_item li{ display: inline-block; margin-bottom: 30px;}
.contact_item li span{display: block;width: 150px;height: 135px;margin:0 auto;text-align: center;position: relative;}
.contact_item li span.contact_item_1{background: url(../images/contact_li_bg1.png) center no-repeat;line-height: 108px;}
.contact_item li span.contact_item_2{background: url(../images/contact_li_bg2.png) center no-repeat;line-height: 135px;}
.contact_item li span.contact_item_3{background: url(../images/contact_li_bg3.png) center no-repeat;line-height: 170px;}
.contact_item li span img{vertical-align: middle;}
.contact_item_ewm{width: 84px;height: 84px;position: absolute;left: 32px;top:53px;z-index: 1;}
.contact_item_ewm img{width: 84px;height: 84px;position: absolute;left: 0;top:-7px;transition: all .4s;vertical-align: top;}
/*.contact_item li:hover span .contact_item_ewm{display: block;}*/
/*.contact_item li:hover span .contact_item_ewm img{width: 84px;height: 84px;left: 0;top:0;}*/
.contact_item li h4{color: #333;font-size: 18px;line-height: 30px; text-align: center;margin: 10px auto !important; font-weight: bold !important;}
.contact_item li p{color: #333;font-size: 14px;line-height: 26px;}
.contact_item li:nth-child(3n) p{text-align: center;}

.in_title{ line-height: 40px; padding: 30px 0 10px; color: #747474; font-size: 16px; margin-top: 3% !important;}
.in_title p{ font-size: 30px; color: #3e3e3e;}


.cp_class{ background: #f6f7fc;}
.cp_class .tit_in p{ color: #f1f2f5;}
.cp_class:nth-of-type(2n){ background: #fff;}
.cp_class:nth-of-type(2n) .tit_in p{ color: #f8f8f8;}
.cp_class .more{ margin: 0 auto; text-align: center; font-size: 16px; transition: 0.3s; width: 15%; height: 40px; line-height: 40px; transition: 0.3s;}
.cp_class .more a{ color: #009944;}
.cp_class .more:hover{ background: #009944; border-radius: 20px;}
.cp_class .more:hover a{ color: #fff;}

#xwzx .swiper-container {
    margin: 0 0 1%;
    width: 100%;
    padding: 3% 0;
    height: 100%;
}
#xwzx .swiper-slide {
    text-align: center;
    transition:0.3s;
    background: #ffffff;
    padding: 1%;
    border: 1px solid #efefef;

    /* Center slide text vertically */
    flex-direction: column;
    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;
}
#xwzx .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 100%; position: relative; overflow: hidden; }
#xwzx .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#xwzx .swiper-slide .tit{ width: 100%; color: #333333; font-size: 16px; padding-top: 8%; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
#xwzx .swiper-slide .nr{ width: 100%; color: #999999; padding: 3% 0;}
#xwzx .swiper-slide .gengduo{ height: 40px; line-height: 40px; margin-bottom: 8%; border: 1px solid #e0e0e0; border-radius: 20px; width: 50%; transition: 0.3s;}
#xwzx .swiper-slide:hover .gengduo{ background: #009944; border: 1px solid #009944; color: #fff;  }
#xwzx .swiper-slide:hover .gengduo a{ color: #fff;}
#xwzx .swiper-slide:hover{ filter: drop-shadow(-8px 5px 8px rgba(153, 153, 153, 0.2));}


#cplb .swiper-container {
    margin: 0 0 5%;
    width: 100%;
    height: 100%;
}
#cplb .swiper-slide {
    text-align: center;
    transition:0.3s;
    background: #ffffff;
    padding: 2% 0;

    /* Center slide text vertically */
    flex-direction: column;
    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;
}
#cplb .swiper-slide .pic{ width: 34px; height: 34px; overflow: hidden; margin: 0 auto 5%; }
#cplb .swiper-slide .pic img{ margin-left: 0; transition: 0.3s;}
#cplb .swiper-slide p{ color: #333; font-size: 16px;}
#cplb .swiper-slide:hover{ background: #009944; }
#cplb .swiper-slide:hover .pic img{ margin-left: -34px;}
#cplb .swiper-slide:hover p{ color: #fff;}
@media screen and (max-width:765px){
    #cplb .swiper-slide p{ font-size: 14px;}
}



#cpbtqh{ width: 100%; transition:0.3s;}
.cpbt{ background: #ffffff; height: 6rem; line-height: 6rem; border-bottom: 1px solid #efefef; width: 100%; transition:0.3s;}
.cpbt li{ float: left; color: #333333;  font-size: 1.7rem; width: 25%; text-align: center; position: relative; transition:0.3s;}
.cpbt li:hover{ background: #009944;}
.cpbt li:hover a{ color: #fff;}
.cpbt li.current{ border-top: 3px solid #009944;}
@media screen and (max-width:765px){
    .cpbt li{ width: 25%; font-size: 13px;}
    .o_product_info #cptel{ font-size: 1.3rem;}
}



#cpnr li{ text-align: center; transition:0.3s; background: #ffffff; padding: 1%; border: 1px solid #efefef; margin-bottom: 5%;}
#cpnr li .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; }
#cpnr li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#cpnr li .tit{ width: 100%; color: #333333; font-size: 16px; height: 45px; line-height: 45px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
#cpnr li .nr{ width: 100%; color: #999999; padding: 3% 0;}
#cpnr li .gengduo{ height: 40px; line-height: 40px; margin: 0 auto 8%; border: 1px solid #e0e0e0; border-radius: 20px; width: 50%; transition: 0.3s;}
#cpnr li:hover .gengduo{ background: #009944; border: 1px solid #009944; color: #fff;  }
#cpnr li:hover .gengduo a{ color: #fff;}



.cptel i{ float: left; color: #009a44; font-size: 45px;}
.cptel .left{ padding-left: 10px; line-height: 28px; text-align: left;}
.cptel .left p{ color: #666666; font-size: 14px;}
.cptel .left span{ color: #009a44; font-size: 32px; font-weight: bold;}


#zzry .swiper-container {
    width: 100%;
    height: 100%;
}
#zzry .swiper-slide {
    text-align: center;
    background: #fff;
    transition:0.3s;
    height: auto; position: relative; overflow: hidden;

    /* Center slide text vertically */
    flex-direction: column;
    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;
}
#zzry .swiper-slide a{ display: block;  width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
#zzry .swiper-slide a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#zzry .swiper-slide p{ width: 100%; height: 40px; line-height: 40px; background: #f4f4f4; transition:0.3s;}
#zzry .swiper-slide:hover p{ background: #009944; color: #fff;}


#shili .swiper-container {
    width: 100%;
    height: 100%;
}
#shili .swiper-slide {
    text-align: center;
    background: #fff;
    transition:0.3s;
    height: auto; position: relative; overflow: hidden;

    /* Center slide text vertically */
    flex-direction: column;
    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;
}
#shili .swiper-slide a{ display: block;  width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
#shili .swiper-slide a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#shili .swiper-slide p{ width: 100%; height: 40px; line-height: 40px; background: #f4f4f4; transition:0.3s;}
#shili .swiper-slide:hover p{ background: #009944; color: #fff;}


#proNews li{width: 100%;height: auto; margin:0 auto; padding: 3% 0; transition: 0.3s; margin-bottom: 15px; }
#proNews li .right{ padding: 0 2% 0 5% !important; line-height: 25px;}
#proNews li .news_title{ text-align: left; color: #626364; font-size: 16px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden; line-height: 30px; font-weight: bold; }
#proNews li .news_info{ color: #999999; font-size: 0.8em;}
#proNews li .news_time{ line-height: 30px; text-align: center; font-weight: normal !important; background: #f6f7fc; color: #999999; font-size: 1
.5rem; padding: 0 !important; margin: 0 !important; transition: 0.3s;}
#proNews li .news_time span{display: block; margin:0 auto; line-height: 45px; width: 100%; text-align: center; color: #626364; font-size: 36px; font-weight: bold; transition: 0.3s;}
#proNews li:hover .news_time,#proNews li:hover .news_time span{ color: #009944;}


#xgcp{ padding: 7% 7% 2%;}
#xgcp li{ margin-bottom: 10%;}
#xgcp li .pic{ width: 100%; height: 0; padding-bottom: 100%; position: relative; overflow: hidden;}
#xgcp li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xgcp li p{ height: 40px; line-height: 40px; background: #f4f4f4; text-align: center; transition: 0.3s;}
#xgcp li:hover p{ background: #009944; color: #fff;}
#xgcp li:hover .pic img{ transform: scale(1.1);}

.bai{ background: #fff;}

.ppys{ background: url("../images/cplogo.png") no-repeat center; padding: 0 5%;}
.ppys li{ float: left; width: 40%; height: auto; border-bottom: 1px solid #f0f0f1; padding: 3% 0; text-align: left;}
.ppys li i{ float: left; width: 65px; height: 65px; text-align: center; line-height: 65px; background: #00a147; border-radius: 100%; color: #fff; font-size: 35px;}
.ppys li:nth-of-type(2n){ float: right;}
.ppys li:nth-of-type(3),.ppys li:nth-of-type(4){ border-bottom: none;}
.ppys li .left{ padding-left: 10px; line-height: 35px;}
.ppys li .left p{ color: #333333; font-size: 18px;}
.ppys li .left span{ color: #666666; font-size: 16px;}
@media screen and (max-width:1200px){
    .ppys{ background: none;}
    .ppys li{ width: 100%;}
}


#cplc{ text-align: center;}
#cplc li{ text-align: center; padding: 3% 0; border-right: 1px solid #f0f0f1; border-bottom: 1px solid #f0f0f1;}
#cplc li:nth-of-type(4),#cplc li:nth-of-type(8){ border-right: none;}
#cplc li .num{ width: 30px; height: 30px; margin: 0 auto; line-height: 30px; background: #009a44; border-radius: 100%; color: #fff; font-size: 20px;}
#cplc li .font { padding-top: 5%;}
#cplc li .font p{ color: #333333; font-size: 20px; font-weight: bold;}
#cplc li .font span{ color: #666666; font-size: 20px;}


#anli{ margin-top: 3% !important;}
#anli div{ padding: 0 0.5%;}
#anli li{width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; margin-bottom: 3%;}
#anli li img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#anli li:hover img{ transform: scale(1.1);}

.cpzh_class{ margin-bottom: 3%; transition:0.3s;}
.cpzh_class .pic{ background: #00a147; padding: 0;}
.cpzh_class .pic .picnr{width: 100%; height: 0; padding-bottom: 100%; position: relative; overflow: hidden;}
.cpzh_class .pic .picnr img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.cpzh_class .pic .tit{ height: 70px; line-height: 70px; padding: 0 0 0 3%;}
.cpzh_class .pic .tit .left{ color: #fff; font-size: 18px; height: 70px; line-height: 70px;}
.cpzh_class .pic .tit .left span{ display: block; float: left; width: 34px; height: 70px; overflow: hidden; margin: 0 10px;}
.cpzh_class .pic .tit .left span img{ margin-left: -34px;}
.cpzh_class .pic .tit .right{ border-left: 1px solid rgba(255,255,255,0.2); padding: 0 5%; transition:0.3s;}
.cpzh_class .pic .tit .right a{ color: #fff; font-size: 16px;}
.cpzh_class .pic .tit .right i{ float: left; font-size: 20px; padding-right: 10px;}

.cpzh_class #cplbnr{ background: #f4f6f8; padding: 0 3% 2%;}
.cpzh_class #cplbnr .tit{ border-bottom: 1px solid #e6e4e4; height: 70px; line-height: 70px; margin-bottom: 3%;}
.cpzh_class #cplbnr .tit dl{ float: left;}
.cpzh_class #cplbnr .tit dl dt{ float: left; display: block; font-weight: normal; height: 70px; line-height: 70px; color: #333333; font-size: 18px; padding: 0 3%;}
.cpzh_class #cplbnr .tit .right{ text-align: right; color: #999999; font-size: 14px;}
.cpzh_class #cplbnr ul .lbpic{ display: block; width: 100%; height: 0; padding-bottom: 90%; position: relative; overflow: hidden;}
.cpzh_class #cplbnr ul .lbpic img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.cpzh_class #cplbnr ul p{ text-align: center; height: 40px; line-height: 40px;}
.cpzh_class:hover .pic .tit .right{ background: #ff9d00;}
















/*公共*/
.pro-sider {
 float: none;
 background: #fff;
 margin-bottom: 5%;
}
.pro-sider .in-title {
  padding: 5% 15%;
 overflow: hidden;
    background: #009944;
    line-height: 30px;
}
.pro-sider .in-title h3 {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
}
.pro-sider .in-title h3 i{ display: block; float: left; color: #fff; font-size: 30px; margin-right: 10px;}
.pro-sider .in-title em {
 font-size: 12px;
 color: rgba(255,255,255,0.5);
 font-family: arial;
 text-transform: uppercase;
}

.pro-sider-ul { height: auto; text-align: left; padding: 5%;}
.pro-sider-ul .ul-li { border: 1px solid #eaeaea; height: auto; line-height: 25px; transition: 0.3s; margin-bottom: 5%; border-radius: 7px;}
.pro-sider-ul .ul-li .tit{ background: #f4f6f8; height: 55px; line-height: 55px; padding: 0 3%;}
.pro-sider-ul .ul-li .tit span{ display: block; float: left; width: 34px; height: 55px; overflow: hidden; margin: 0 10px;}
.pro-sider-ul .ul-li .tit span img{ margin-left: 0;}
.pro-sider-ul .ul-li .tit p{ float: left; color: #00a147; font-size: 18px; font-weight: bold;}
.pro-sider-ul .ul-li .tit .right{ padding-right: 10px;}
.pro-sider-ul .ul-li .tit .right i{ color: #00a147; font-size: 23px;}
.pro-sider-ul .ul-li ul li{ height: 43px; line-height: 43px; border-bottom: 1px solid #eaeaea; font-size: 16px; padding: 0 7%;}
.pro-sider-ul .ul-li ul .small{ height: 43px; line-height: 43px; border-bottom: 1px dashed #eaeaea; font-size: 14px; padding-left: 15%; color: #999;}
.pro-sider-ul .ul-li ul .small a{ color: #999;}
.pro-sider-ul .ul-li ul li:last-of-type{ border-bottom: none;}
.pro-sider-ul .ul-li ul li:hover .left a{ color: #00a147;}
@media screen and (max-width:768px){
    .pro-sider-ul .ul-li{ padding: 3% 0 3% 2%;}
    .pro-sider-ul .ul-li p{ font-size: 13px;}
    .pro-sider-ul .ul-li span{ font-size: 12px;}
}


.sideMenu {border: 1px solid #eaeaea; height: auto; line-height: 25px; transition: 0.3s; margin-bottom: 5%; border-radius: 7px;}
.sideMenu h3{ display: block; border-bottom: 1px solid #eaeaea; margin-bottom: 1px !important; background: #f4f6f8; height: 55px; line-height: 55px; padding: 0 3%;}
.sideMenu h3 span{ display: block; float: left; width: 34px; height: 55px; overflow: hidden; margin: 0 10px;}
.sideMenu h3 span img{ margin-left: 0;}
.sideMenu h3 p{ float: left; color: #00a147; font-size: 18px; font-weight: bold;}
.sideMenu h3 .right{ padding-right: 10px;}
.sideMenu h3 .right i{ color: #00a147; font-size: 23px;}
.sideMenu ul{ display: none;}
.sideMenu ul li{ height: 43px; line-height: 43px; border-bottom: 1px solid #eaeaea; font-size: 16px; padding: 0 7%;}
.sideMenu ul .small{ height: 43px; line-height: 43px; border-bottom: 1px dashed #eaeaea; font-size: 14px; padding-left: 15%; color: #999;}
.sideMenu ul .small a{ color: #999;}
.sideMenu ul li:last-of-type{ border-bottom: none;}
.sideMenu ul li:hover .left a{ color: #00a147;}



/*.pro-sider .pro-sider-ul { */
 /*background: #fff;*/
 /*overflow: hidden;*/
/*}*/
/*.pro-sider .pro-sider-ul .ul-li {*/
 /*padding: 0 7%;*/
 /*height: 53px;*/
 /*line-height: 53px;*/
 /*border-bottom: 1px solid #e6e6e6;*/
 /*transition:0.3s;*/
/*}*/
/*@media screen and (max-width:765px){*/
  /*.pro-sider .pro-sider-ul .ul-li{ padding: 0 3%;}*/
/*}*/
/*.pro-sider .pro-sider-ul .ul-li a {*/
 /*display: block;*/
 /*float: left;*/
 /*width: 90%;*/
 /*overflow: hidden;*/
 /*text-overflow: ellipsis;*/
 /*white-space: nowrap;*/
/*}*/
/*.pro-sider .pro-sider-ul .ul-li a i{ display: block; float: right; color: #adadad;}*/

/*.pro-sider .pro-sider-ul .ul-li:hover i,.pro-sider .pro-sider-ul .ul-li:hover a { color: #fff; }*/
/*.pro-sider .pro-sider-ul .ul-li:hover { background: #009944; }*/
/*.pro-sider .pro-sider-ul .ul-li:last-child { border-bottom: none;}*/
/*.pro-sider .pro-sider-ul #li-on{ background: #009944; }*/
/*.pro-sider .pro-sider-ul #li-on i,.pro-sider .pro-sider-ul #li-on a{ color: #fff;}*/

.page {
 font-size: 0;
 text-align: center;
}
.page .center {
 display: inline-block;
 overflow: hidden;
}
.page .center .page-span {
 float: left;
 font-size: 14px;
 color: #c3c3c3;
 line-height: 32px;
 margin-right: 30px;
}
.page .center .page-list {
 float: left;
 overflow: hidden;
}
.page .center .page-list ul li {
 float: left;
 width: auto;
 min-width: 30px;
 height: 32px;
 text-align: center;
 line-height: 30px;
 font-size: 14px;
 margin: 0 4px;
 padding: 0;
 border: none;
 background: transparent;
}
.page .center .page-list ul li a {
 min-width: 20px;
 padding: 0 5px;
 border: 1px solid #eee;
 display: block;
 color: #333;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 overflow: hidden;
 background: #fff;
}
.page .center .page-list ul li:hover a {
 color: #f3c04b;
}
.page .center .page-list ul li.active a {
 background: #f3c04b;
 color: #fff;
}
