/*banner begin*/

.box1 {
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.banoe {
    width: 100%;
    height: 100%;
    padding: 19.75rem 12.5rem 0 12.5rem;
}

.bobn {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bobn_t {
    width: 100%;
    height: auto;
    min-height: 72px !important;
    position: relative;
    margin-bottom: 3.375rem
}

.bobn_t h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    opacity: 0;
    text-shadow: 0 2px #2a2a2a;
}

.bobn_t h3 {
    position: absolute;
    left: 0;
    top: 18px;
    color: rgba(255, 255, 255, 0.3);
    height: 16px;
    overflow: hidden;
    font-size: 36px;
    line-height: 36px;
    opacity: 0;
}

.bobn_t h4 {
    position: absolute;
    left: 0;
    top: 0px;
    color: rgba(255, 255, 255, 0.1);
    height: 16px;
    overflow: hidden;
    font-size: 36px;
    line-height: 36px;
    opacity: 0;
}

.ani-slide .bobn_t h2 {
    opacity: 1;
    animation-name: zifadeInUp;
    animation-duration: 1s;
    z-index: 99999;
    text-transform: uppercase;
}

.ani-slide .bobn_t h3 {
    opacity: 1;
    animation-name: zifadeInUp;
    animation-duration: 1.5s;
    z-index: 99999;
    text-transform: uppercase;
}

.ani-slide .bobn_t h4 {
    opacity: 1;
    animation-name: zifadeInUp;
    animation-duration: 2s;
    z-index: 99999;
    text-transform: uppercase;
}

.bobn_c {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0;
    text-shadow: 0 2px #2a2a2a;
    margin-bottom: 1.25rem
}

.bobn_c i {
    color: #fff;
    font-size: 64px;
    line-height: 80px;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
}

.ani-slide .bobn_c i {
    animation: subof 1s ease 0.2s both;
    opacity: 1;
}
.ani-slide .bobn_c i.yd{
    width: 14px;
    height:14px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.ani-slide .bobn_c i:nth-child(2) {
    animation-delay: 0.13s;
}

.ani-slide .bobn_c i:nth-child(3) {
    animation-delay: 0.1s;
}

.ani-slide .bobn_c i:nth-child(4) {
    animation-delay: 0.3s;
}

.ani-slide .bobn_c i:nth-child(5) {
    animation-delay: 0.1s;
}

.ani-slide .bobn_c i:nth-child(6) {
    animation-delay: 0.34s;
}

.ani-slide .bobn_c i:nth-child(7) {
    animation-delay: 0.21s;
}

.ani-slide .bobn_c i:nth-child(8) {
    animation-delay: 0.18s;
}

.ani-slide .bobn_c i:nth-child(9) {
    animation-delay: 0.3s;
}

.ani-slide .bobn_c i:nth-child(10) {
    animation-delay: 0.6s;
}

.ani-slide .bobn_c i:nth-child(11) {
    animation-delay: 0.55s;
}

.ani-slide .bobn_c i:nth-child(12) {
    animation-delay: 0.28s;
}

.ani-slide .bobn_c i:nth-child(13) {
    animation-delay: 0.36s;
}

.bobn_v {
    height: auto;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 63px;
    opacity: 0;
    text-shadow: 0 2px #2a2a2a;
}

.ani-slide .bobn_v {
    opacity: 1;
    animation-name: zifadeInUp;
    animation-duration: 2s;
    z-index: 99999
}

.bobn_b {
    opacity: 0;
    transition: all 0.5s ease;
    width: 120px;
    height: 40px;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
}

.bobn_b a {
    color: #ffffff;
    font-size: 14px;
    display: block;
    position: relative;
    z-index: 11;
}

.bobn_b:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #006737;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.6s, height 0.6s;
    transition: width 0.6s, height 0.6s;
    z-index: -1;
}

.bobn_b:hover:after {
    width: 300px;
    height: 300px;
}

.bobn_b:hover {
    border: 1px solid #006737;
}

.ani-slide .bobn_b {
    opacity: 1;
    animation-name: zifadeInUp;
    animation-duration: 2s;
    z-index: 99999
}

@media(max-width:1440px) {

    .banoe {
        padding: 16rem 3.75rem 0 3.75rem;
    }

}

@media(max-width:1366px) {

    .banoe {
        padding: 11rem 3.75rem 0 3.75rem;
    }

}

@media(max-width:1024px) {

    .banoe {
        padding: 250px 30px 0 30px;
    }

    .bobn_c i {
        font-size: 30px;
        line-height: 30px;
    }

    .bobn_v {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .bobn_t {
        margin-bottom: 30px;
    }

}
@media(max-width:1440px) {

    .bobn_c i{font-size: 50px;}
}

@media(max-width:450px) {

    .banoe {
        padding: 180px 15px 0 15px;
    }

    .bobn_c i {
        font-size: 30px;
        line-height: 30px;
    }

    .bobn_v {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .bobn_t {
        margin-bottom: 30px;
    }
    .ani-slide .bobn_c i.yd{
        width: 8px;
        height: 8px;
        margin:0 4px;
    }

}

/*banner end*/



/*main begin*/

.box2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* background: url(../images/bg.jpg) repeat-x #fff; */
    /*margin-top:-150px;*/
    background: #f7fdf9;
    padding: 0px 100px 0 100px;
    position: relative;
}

.gong {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1111;
    background: #fff;
    overflow: hidden;
}

.guon {
    float: left;
    width: 50%;
    height: auto;
    overflow: hidden;
    /*margin-top:150px;*/
    position: relative;
}

.guon span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #006737;
}

.guon img {
    display: block;
    width: 100%;
}


.guon_about{
    width: 80%;
    margin-top: 100px;
}


.videoMain {
    width: 100%;
    /* height: 48vh;
    position: relative;
    float: right;
    margin-top: 2%;
    box-shadow: 0px 0px 20px rgb(0 34 19 / 40%); */
  }
  .videoMain .img {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
  /* .videoMain .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
  .videoMain .img .poImg{
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    transition: all ease-out 0.45s;
    -webkit-transition: all ease-out 0.45s;
  }
  .videoMain:hover .img .poImg{
    transform: scale(1.1);
  }
  .videoMain .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(120 / 1920 * 100vw);
    height: calc(120 / 1920 * 100vw);
    border-radius: 100%;
    background: url(../images/play.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
  }
  .videoMain .play::before,
  .videoMain .play::after {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    border-radius: 100%;
  }
  .videoMain .play::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: spread 3s infinite;
  }
  .videoMain .play::after {
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    animation: spread 3s infinite;
  }
  .videoMain .video-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .videoMain .video-box video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .videoMain .close {
    cursor: pointer;
    position: absolute;
    z-index: 4;
    right: 4%;
    top: 4%;
    /* transform: translate(-50%, -50%); */
    z-index: 100;
    display: flex;
    align-items: center;
    color: #fff;
  }
  .videoMain .close i {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
  }
  .videoMain .close i::before,
  .videoMain .close i::after {
    position: absolute;
    content: '';
    width: 80%;
    left: 10%;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .videoMain .close i:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  @keyframes spread {
    0% {
      transform: scale(1);
      opacity: 0.8;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }



.guom {
    float: right;
    width: 50%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 11;
    /*min-height:922px !important;*/
    padding: 45px 100px 0 97px;
}

.guom_t {
    height: auto;
    text-align: right;
    margin-bottom: 70px;
}

.guom_t i {
    display: block;
    text-align: right;
    color: #006737;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 16px;
}

.guom_t em {
    display: block;
    width: 2px;
    height: 20px;
    background: #006737;
    float: right;
    margin-bottom: 14px;
    overflow: hidden;
}

.guom_t font {
    display: block;
    text-align: right;
    color: #006737;
    font-size: 50px;
    text-transform: capitalize;
    clear: both;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}

.guom_t span {
    text-align: right;
    display: block;
    color: #006737;
    font-size: 30px;
    line-height: 30px;
}

.guom_c {
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.guom_c p {
    line-height: 32px;
    color: #666666;
    font-size: 18px;
    margin-bottom: 25px;
    text-align: justify;
}

.guom_c p:last-child {
    margin-bottom: 0px;
}

.guom_b {
    height: auto;
    overflow: hidden;
}

.guom_bt {
    height: auto;
    position: relative;
    color: #006737;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
}

.guom_bb {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 45px;
}

.guom_bb li {
    width: 100%;
    height: auto;
    min-height: 60px !important;
    border-top: 1px solid #006737;
    background: #f3f3f3;
    padding: 10px 5px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.guom_bb li h6 {
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    /* letter-spacing: 4px; */
}
.guom_bb li:hover h6{
    color: #006737;
}
.guom_bb li p {
    color: #999999;
    font-size: 14px;
    line-height: 18px;
}

.guom_ff {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

@media(max-width:1680px) {

    .guom {
        /*min-height:793px !important; */
        padding: 45px 50px 0 50px;
    }

    .guom_t {
        margin-bottom: 40px;
    }

    .guom_c p {
        line-height: 24px;
        margin-bottom: 20px;
    }

    .guom_bb li {
        margin-bottom: 0;
    }

}

@media(max-width:1600px) {

    .guom {
        /* min-height:750px !important; */
        padding: 45px 50px 0 50px;
    }

    .guom_bb {
        margin-bottom: 0px;
    }

    .guom_t font {
        font-size: 40px;
        line-height: 40px;
    }

    .guom_bb li p {
        font-size: 12px;
        line-height: 18px;
    }

    .guom_bb li {
        margin-bottom: 37px;
        /* min-height: 80px !important;
        padding: 8px 6px 0 6px; */
    }

}

@media(max-width:1440px) {

    .box2 {
        padding: 0 60px;
    }

    .guom {
        padding: 40px 50px;
    }

    .guom_t span {
        font-size: 20px;
        line-height: 24px;
    }

    .guom_t font {
        font-size: 30px;
        line-height: 30px;
    }

    .guom_t {
        margin-bottom: 40px;
    }

    .guom_bb li {
        margin-bottom: 30px;
        min-height: 66px !important;
        padding: 10px;

    }

    .guom_c {
        margin-bottom: 20px;
    }
    .guom_bb li h6{
        line-height: 24px;
        font-size: 14px;
    }
    .guom_c p {
        line-height: 24px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .guom_t span {
        font-size: 20px;
        line-height: 24px;
    }

    .guom_t font {
        font-size: 30px;
        line-height: 30px;
    }

    .guom_t {
        margin-bottom: 30px;
    }

}

@media(max-width:1280px) {

    .guom {
        padding: 45px 30px 0 30px;
    }

    .guom_c p {
        line-height: 20px;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .guom_t span {
        font-size: 20px;
        line-height: 24px;
    }

    .guom_t font {
        font-size: 30px;
        line-height: 30px;
    }

    .guom_t {
        margin-bottom: 20px;
    }

    .guom_bb li {
        margin-bottom: 20px;
    }

}

@media(max-width:1240px) {

    .guom {
        /*min-height:600px !important; */
        padding: 45px 30px 0 30px;
    }

    .guom_c p {
        line-height: 20px;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .guom_t span {
        font-size: 20px;
        line-height: 24px;
    }

    .guom_t font {
        font-size: 30px;
        line-height: 30px;
    }

    .guom_t {
        margin-bottom: 20px;
    }

    .guom_bb li {
        margin-bottom: 17px;
    }

}

@media(max-width:1200px) {

    .guom {
        /* min-height:580px !important;*/
        padding: 45px 30px 0 30px;
    }

    .guom_c p {
        line-height: 20px;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .guom_c p:last-child {
        display: none;
    }

    .guom_t span {
        font-size: 20px;
        line-height: 24px;
    }

    .guom_t font {
        font-size: 30px;
        line-height: 30px;
    }

    .guom_t {
        margin-bottom: 20px;
    }

    .guom_bb li {
        margin-bottom: 17px;
    }

}

@media(max-width:1150px) {

    .guom {
        /* min-height:554px !important;*/
        padding: 45px 30px 0 30px;
    }

    .guom_c p {
        line-height: 20px;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .guom_c p:last-child {
        display: none;
    }

    .guom_t span {
        font-size: 20px;
        line-height: 24px;
    }

    .guom_t font {
        font-size: 30px;
        line-height: 30px;
    }

    .guom_t {
        margin-bottom: 20px;
    }

    .guom_bb li {
        margin-bottom: 17px;
    }

}

@media(max-width:1024px) {

    .box2 {
        padding: 0 30px;
        margin-top: 0;
    }

    .guom {
        width: 100%;
        min-height: auto !important;
        padding: 40px 20px 40px 20px;
    }

    .guom_c p {
        line-height: 26px;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .guom_bt{
        font-size: 18px;
    }
    .guom_bb li{
        min-height: 68px !important;
        padding: 8px 10px;
    }
    .guom_bb li h6{
        font-size: 14px;
    }

    .guom_t span {
        font-size: 20px;
        line-height: 24px;
    }

    .guom_t font {
        font-size: 30px;
        line-height: 30px;
    }

    .guom_t {
        margin-bottom: 20px;
    }

    .guom_bb li {
        margin-bottom: 20px;
    }

    .guon {
        width: 100%;
        margin-top: 40px;
    }
    .videoMain .play{
        width: 60px;
        height: 60px;
    }

}

@media(max-width:450px) {

    .box2 {
        padding: 0 15px;
        margin-top: 0;
    }

}

.box3 {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 100px;
}

.bvoen {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f7fdf9;
    padding: 0 0 0 110px;
}

.vbe_l {
    float: left;
    width: 34%;
    height: auto;
    padding-top: 44px;
}

.guom_t1 {
    text-align: left;
    margin-bottom: 70px;
}

.guom_t1 i {
    text-align: left;
}

.guom_t1 em {
    float: left;
}

.guom_t1 font {
    text-align: left;
}

.guom_t1 span {
    text-align: left;
}

.bego {
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
}

.bego h2 {
    position: relative;
    color: #232323;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 84px;
    transition: all 0.5s ease;
}

.bego h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 0px;
    height: 4px;
    background: #006737;
    transition: all 0.5s ease;
}

.bego p {
    line-height: 26px;
    color: #666666;
    font-size: 14px;
    height: 76px;
    overflow: hidden;
    padding-left: 84px;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bego span {
    display: block;
    width: 130px;
    height: 40px;
    border: 1px solid #999999;
    line-height: 38px;
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin-left: 84px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}
.bego span em{
    display: block;
    position: relative;
    z-index: 11;
    color: #666666;
    font-size: 14px;
    transition: all 0.5s ease;
}
.bego span:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #006737;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.6s, height 0.6s;
    transition: width 0.6s, height 0.6s;
}


.bego:hover h2 {
    color: #006737;
}
.bego:hover h2:after {
    width: 30px;
}
.bego:hover span{
    /* background: #006737; */
    border: 1px solid #006737;
}
.bego:hover span em{
    color: #fff;
}
.bego:hover span:after {
    width: 300px;
    height: 300px;
}
.bego1 {
    margin-bottom: 0px;
}

.vbe_r {
    float: right;
    width: 53.4%;
    height: auto;
    overflow: hidden;
}

.vbe_r dl {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.vbe_r dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.vbe_r dt img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.vbe_r dt span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #006737;
}

.vbe_r dd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg2.png) repeat-y;
    opacity: 0;
    transition: all 0.5s ease;
}

.vbe_r dd span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    ;
    transition: all 0.5s ease;
}

.vbe_r dd span img {
    display: block;
    max-width: 100%;
    margin-top: 30px;
}

.vbe_r dl:hover dt img {
    transform: scale(1.1);
}

.vbe_r dl:hover dd {
    opacity: 1;
}

.vbe_r dl:hover dd span {
    padding: 0 0 50px 65px;
}

.vbe_r dl.booo {
    float: left;
    width: 82%;
}

.grvo {
    width: 18%;
    height: 152px;
    background: #006737;
    text-align: center;
    float: right;
    padding-top: 40px;
}

.grvo a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
}

.grvo a img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
}

@media(max-width:1680px) {

    .guom_t1 {
        margin-bottom: 40px;
    }

    .bego {
        margin-bottom: 45px;
    }

    .bego p {
        margin-bottom: 18px;
    }

    .bego h2 {
        margin-bottom: 10px;
    }

    .bego1 {
        margin-bottom: 0px;
    }

    .vbe_r {
        float: right;
        width: 54%;
        height: auto;
        overflow: hidden;
    }

}

@media(max-width:1600px) {

    .guom_t1 {
        margin-bottom: 40px;
    }

    .bego {
        margin-bottom: 45px;
    }

    .bego p {
        margin-bottom: 20px;
        height: 48px;
    }

    .bego h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .bego1 {
        margin-bottom: 0px;
    }

    .vbe_r {
        float: right;
        width: 54.3%;
        height: auto;
        overflow: hidden;
    }

}

@media(max-width:1440px) {

    .box3 {
        padding: 0 60px;
    }

    .bego1 {
        margin-bottom: 0px;
    }

    .bego p {
        padding-left: 64px;
        margin-bottom: 20px;
        height: 48px;
    }

    .bego h2 {
        padding-left: 64px;
        margin-bottom: 10px;
    }

    .bvoen {
        padding-left: 70px;
    }

    .bego span {
        margin-left: 64px;
    }

}

@media(max-width:1366px) {

    .bvoen {
        padding-left: 70px;
    }

    .bego {
        margin-bottom: 35px;
    }

    .bego1 {
        margin-bottom: 0px;
    }

    .bego p {
        padding-left: 64px;
        margin-bottom: 20px;
        height: 48px;
    }

    .bego h2 {
        padding-left: 64px;
    }

    .bego span {
        margin-left: 64px;
    }

    .vbe_r {
        float: right;
        width: 53%;
        height: auto;
        overflow: hidden;
    }

}

@media(max-width:1280px) {

    .guom_t1 {
        margin-bottom: 30px;
    }

    .bvoen {
        padding-left: 70px;
    }

    .bego {
        margin-bottom: 30px;
    }

    .bego1 {
        margin-bottom: 0px;
    }

    .bego p {
        padding-left: 64px;
        margin-bottom: 10px;
        height: 48px;
    }

    .bego h2 {
        padding-left: 64px;
        margin-bottom: 10px;
    }

    .bego span {
        margin-left: 64px;
    }

    .vbe_r {
        float: right;
        width: 53.2%;
        height: auto;
        overflow: hidden;
    }

}

@media(max-width:1200px) {

    .guom_t1 {
        margin-bottom: 30px;
    }

    .bvoen {
        padding-left: 70px;
    }

    .bego {
        margin-bottom: 20px;
    }

    .bego1 {
        margin-bottom: 0px;
    }

    .bego p {
        padding-left: 64px;
        margin-bottom: 10px;
        height: 48px;
    }

    .bego h2 {
        padding-left: 64px;
        margin-bottom: 10px;
    }

    .bego span {
        margin-left: 64px;
    }

    .vbe_r {
        float: right;
        width: 53.5%;
        height: auto;
        overflow: hidden;
    }

}

@media(max-width:1150px) {

    .guom_t1 {
        margin-bottom: 30px;
    }

    .bvoen {
        padding-left: 70px;
    }

    .bego {
        margin-bottom: 10px;
    }

    .bego1 {
        margin-bottom: 0px;
    }

    .bego p {
        padding-left: 64px;
        margin-bottom: 10px;
        height: 48px;
    }

    .bego h2 {
        padding-left: 64px;
        margin-bottom: 10px;
    }

    .bego span {
        margin-left: 64px;
    }

    .vbe_r {
        float: right;
        width: 53.5%;
        height: auto;
        overflow: hidden;
    }

}

@media(max-width:1024px) {

    .box3 {
        padding: 0 30px;
    }

    .guom_t1 {
        margin-bottom: 30px;
    }

    .bvoen {
        padding-left: 0px;
    }

    .bego {
        margin-bottom: 30px;
    }

    .bego1 {
        margin-bottom: 0px;
    }

    .bego p {
        padding-left: 64px;
        margin-bottom: 15px;
        height: 48px;
    }

    .bego h2 {
        padding-left: 64px;
        margin-bottom: 10px;
    }

    .bego span {
        margin-left: 64px;
    }

    .vbe_l {
        width: 100%;
        padding: 30px;
    }

    .vbe_r {
        width: 100%;
    }

}

@media(max-width:450px) {

    .box3 {
        padding: 0 15px;
    }

    .bego p {
        padding-left: 40px;
        margin-bottom: 10px;
        height: 48px;
    }

    .bego h2 {
        padding-left: 40px;
        margin-bottom: 10px;
    }

    .bego span {
        margin-left: 40px;
    }

    .vbe_r dl:hover dd span {
        padding: 0 0 20px 20px;
    }

    .vbe_r dd span img {
        margin-top: 15px;
        width: 25px;
        height: 25px;
    }

    .vbe_r dd span {
        font-size: 16px;
        line-height: 24px;
    }

    .vbe_r dl.booo {
        float: none;
        width: 100%;
    }

    .grvo {
        width: 102px;
        height: 102px;
        background: #006737;
        text-align: center;
        float: none;
        margin: 0 auto;
        padding-top: 20px;
    }

    .grvo a img {
        max-width: 30%;
    }

}

.box4 {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 100px;
}

.baie {
    width: 100%;
    height: auto;
    position: relative;
}

.guom_t2 {
    position: absolute;
    right: 100px;
    top: 46px;
}

.swiperbg.swiper-container{
    /* display: none; */
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.swiperbg.on{
    transform: translateX(0);
    opacity: 1;
}
.box4 dl {
    clear: both;
    height: auto;
    overflow: hidden;
}

.box4 dt {
    float: left;
    width: 50%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.box4 dt span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 100%;
    background: #006737;
}

.box4 dt img {
    display: block;
    width: 100%;
}

.box4 dd {
    float: right;
    width: 50%;
    height: auto;
    overflow: hidden;
    padding: 350px 100px 0 0;
    text-align: right;
}

.boga {
    float: right;
    color: #006737;
    font-size: 24px;
    position: relative;
    padding-left: 35px;
    line-height: 24px;
    margin-bottom: 30px;
}

.boga:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    background: #006737;
    left: 0;
    top: 10px;
}
.box4 .tab{
    text-align: right;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    clear: both;
    margin-bottom: 40px;
}
.box4 .tab p{
    transition: all .4s;
    display: inline-block;
    margin-right: 20px;
    padding-left: 10px;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    padding-bottom: 10px;
}
.box4 .tab p::before{
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    border: 2px solid #006737;
    transition: .3s;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 10px;
}
.box4 .tab p:last-child{
    margin: 0;
}
.box4 .tab p.on,
.box4 .tab p:hover{
    padding-left: 10px;
    color: #006737;
}
.box4 .tab p:hover::before,
.box4 .tab p.on::before{
    opacity: 1;
}
/*.box4 .tab p.on::before{*/
/*    background: #006737;*/
/*}*/
.box4 .bogs{

}
.bogs {
    height: auto;
    overflow: hidden;
    clear: both;
    display: inline-block;
}

.bogs h2 {
    text-align: right;
    color: #232323;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
}

.bogs p {
    text-align: right;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}

.bogs span {
    display: block;
    float: right;
    width: 130px;
    height: 40px;
    position: relative;
    border: 1px solid #999999;
    text-align: center;
    line-height: 38px;
    overflow: hidden;
}

.bogs span a {
    display: block;
    position: relative;
    z-index: 11;
    color: #666666;
    font-size: 14px;
    transition: all 0.5s ease;
}

.bogs span:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #006737;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.6s, height 0.6s;
    transition: width 0.6s, height 0.6s;
    z-index: -1;
}

.bogs:hover span:after {
    width: 300px;
    height: 300px;
}

.bogs:hover span {
    border: 1px solid #006737;
}

.bogs:hover span a {
    color: #fff;
}

.box4 dd.ooo {
    padding-top: 268px;
}

@media(max-width:1680px) {

    .box4 dd {
        padding-top: 300px
    }

    .bogs p {
        height: 48px;
        overflow: hidden;
    }

    .boga {
        margin-bottom: 20px;
    }

    .box4 dd.ooo {
        padding-top: 218px;
    }

}

@media(max-width:1600px) {

    .bogs h2 {
        line-height: 35px;
        margin-bottom: 10px;
    }

    .bogs p {
        margin-bottom: 10px;
    }

}

@media(max-width:1440px) {

    .box4 {
        padding: 0 60px;
    }
    .box4 dt{
        height: 460px;
    }
    .bogs h2 {
        line-height: 35px;
        margin-bottom: 10px;
    }

    .bogs p {
        margin-bottom: 10px;
    }

    .box4 dd {
        /* width: 43%; */
        padding-right: 50px;
        padding-top: 240px;
    }
    .box4 .tab p{
        margin-right: 10px;
        font-size: 15px;
    }

    .guom_t2 {
        position: absolute;
        right: 50px;
        top: 36px;
    }

    .bogs {
        height: auto;
        overflow: hidden;
        /* padding-right: 50px; */
        clear: both;
    }

    .boga {
        /* padding-left: 67px; */
    }

    .box4 dd.ooo {
        padding-top: 178px;
    }

}

@media(max-width:1280px) {

    .box4 {
        padding: 0 60px;
    }

    .bogs h2 {
        line-height: 35px;
        margin-bottom: 10px;
    }

    .bogs p {
        margin-bottom: 10px;
    }

    .box4 dd {
        width: 43%;
        padding-right: 50px;
        padding-top: 210px;
    }

    .guom_t2 {
        position: absolute;
        right: 50px;
        top: 26px;
    }

    .bogs {
        height: auto;
        overflow: hidden;
        clear: both;
    }

    .box4 dd.ooo {
        padding-top: 138px;
    }

}

@media(max-width:1200px) {

    .boga {
        margin-bottom: 0px;
    }



}

@media(max-width:1150px) {

    .bogs p {
        margin-bottom: 10px;
        height: 18px;
        overflow: hidden;
    }



}

@media(max-width:1024px) {

    .box4 {
        padding: 0 30px;
    }

    .bogs h2 {
        line-height: 35px;
        margin-bottom: 10px;
    }

    .bogs p {
        margin-bottom: 10px;
        height: auto;
    }

    .box4 dd {
        width: 43%;
        padding-right: 0;
        padding-top: 0;
    }

    .guom_t2 {
        position: inherit;
        right: 0;
        top: 0;
        padding-top: 30px;
    }

    .bogs {
        height: auto;
        overflow: hidden;
        clear: both;
    }
    .box4 .tab{
        margin-bottom: 15px;
    }

    .box4 .tab p{
        margin-right: 0;
    }
    .boga {
        margin-bottom: 15px;
    }

    .box4 dd.ooo {
        padding-top: 0;
    }



}

@media(max-width:450px) {

    .box4 {
        padding: 0 15px;
    }

    .box4 dt {
        width: 100%;
        height: 250px;
    }

    .box4 dd {
        width: 100%;
        padding-right: 0;
        padding: 20px 0;
    }

    .bogs h2 {
        line-height: 24px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .box4 dd.ooo {
        padding-top: 30px;
    }

}

.box5 {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 100px;
}

.xbon {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f7fdf9;
    padding: 60px 110px 100px 110px;
}

.xbon_t {
    position: relative;
}

.xbon_b {
    height: auto;
    overflow: hidden;
}
.swiper6 .swiper-button-prev3_1{
    left: 50%;
}
.swiper6 .swiper-button-next3_1{
    left: 55%;
}
.swiper6 .swiper-button-next3_1.swiper-button-disabled, 
.swiper6 .swiper-button-prev3_1.swiper-button-disabled{
    opacity: 0.5;
}
.bjif {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* border-left: 1px solid #d2d2d2; */
    /* min-height: 400px !important; */
    /* padding: 0 80px 0 52px; */
}

.bjif dt {
    width: 45%;
    height: 400px;
    float: left;
    overflow: hidden;
    /* margin-bottom: 40px; */
    transition: all 0.5s ease;
}

.bjif dt img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.bjif dd {
    height: auto;
    overflow: hidden;
    padding: 30px 0 30px 5%;
    float: right;
    width: 55%;
}

.bjif dd h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #232323;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.bjif dd span {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 24px;
}

.bjif dd p {
    line-height: 26px;
    height: 76px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bjif dd em {
    color: #666666;
    font-size: 14px;
    display: block;
    height: 20px;
    transition: all 0.5s ease;
}

.bjif dd em img {
    vertical-align: middle;
    margin-left: 15px;
    width: 32px;
    height: 9px;
    transition: all 0.5s ease;
    transform: translateX(-10px);
    opacity: 0;
}

.bjif dd>img {
    max-width: 100%;
    transition: all 0.5s ease;
        height: 40px;
        display: none;
}




.boxcul{
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 100px;
}
.Hcontact{
    padding: 80px 0 60px;position:relative;z-index:2;overflow:hidden;
    background: url(../images/HcontactBg.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}
.Hcontact .guom_t i,
.Hcontact .guom_t font,
.Hcontact .guom_t span{
    color: #fff;
}
.Hcontact .guom_t em{
    background: #fff;
}
.Hcontact .guom_t{
    margin-bottom: 140px;
}
.boxcul .xbox{
    position: relative;
    overflow: hidden;
}
.boxcul .xbox>span{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #006737;
}




.HcontactBg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:115%;}

.HcontactBg>img{width:100%;height:100%;object-fit:cover;}

.masterBtn01.hoverWhite>a{width:190px;}

.masterBtn01.hoverWhite>a>div>span:first-of-type{color:#fff;}

.masterBtn01.hoverWhite>a>div>span:last-of-type{color:var(--blue);}

.masterBtn01.hoverWhite>a:after{background:#fff;}

.masterBtn01.hoverWhite>a:before{border-color:#fff;opacity:1;}

.HcontactBox{
    /* width: 980px; */
    max-width: 94%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.HcontactBox .masterTitle01{
    margin-bottom: 30px;
    font-size: 30px;
}
.HcontactBox .bogs span{
    float: none;
    margin: auto;
    border: 1px solid #fff;
}
.HcontactBox .bogs span a{
    color: #fff;
}
.HcontactBox .bogs span:after{
    z-index: 0;
}
.HcontactBox .bogs:hover span{
    border: 1px solid #006737;
}
.HcontactBox .line{
    font-size: 18px;
    line-height: 2;
    margin: 0 auto 80px;
    max-width: 1000px;
}






.abDeve_line {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 159px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 70%);
}
.swiperwh{
    cursor: grab;
    padding: 0 50px;
    position: relative;
}
.swiperwh .box{
    position: relative;
}
.swiperwh .sdt {
    font-size: 20px;
    color: #fff;
    height: 80px;
    padding-top: 25px;
    transition-duration: .3s;
}
.swiperwh .deveItem:hover .sdt {
    padding-top: 20px;
}
.swiperwh .deveDian {
    position: relative;
    display: block;
    width: 14px;
    height: 35px;
    margin: -5px auto;
}

.swiperwh .deveDian::before,
.swiperwh .deveDian::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
}

.swiperwh .deveDian::before {
    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #006231;
    background: #fff;
    border-radius: 50%;
    margin-left: -5px;
    transition-duration: .3s;
}

.swiperwh .deveDian::after {
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 15px;
    background: #eee;
}

.swiperwh .sdt span {
    display: block;
    font-size: 20px;
    line-height: 1;
}

.swiperwh .deveTxt {
    padding: 18px 10px;
}

.swiperwh .deveTxt p,.swiperwh .deveTxt span{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    opacity: 0.7;
    transition-duration: .3s;
}
.swiperwh .deveItem:hover .deveTxt p, .swiperwh .deveItem:hover .deveTxt span{
    opacity: 1;
}
.swiperwh .deveTxt .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin: auto;
}
.swiperwh .deveItem:hover {
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
}
.swiperwh .deveItem:hover .deveDian::before {
    background: #006637;
    border-color: #006637;
}
.swiperwh .icon {
    position: relative;
    overflow: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
}
.swiperwh .deveItem:hover .icon{
    background: rgb(0 103 55 / 70%);
}
.swiperwh .icon i{
    color: #fff;
    font-size: 42px;
    -webkit-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
    /* background: #666; */
    /* padding: 10px; */
    border-radius: 50%;
    width: 68px;
    height: 68px;
    display: inline-block;
    text-align: center;
    line-height: 68px;
    box-sizing: border-box;
}
/* .swiperwh .deveIteme:hover .icon{
    transform: scale(1.15);
} */
.swiperwh .deveItem:hover .icon i{
    /* color: #006637;
    background: #fff; */
    transform: rotateY(180deg);
}
.swiperwh .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiperwh .icon::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: rgb(255 255 255 / 30%) dashed 1px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    display: none;
}
.swiperwh .deveItem:hover .icon:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.swiperwh .swiper-button-prev3_1,
.swiperwh .swiper-button-next3_1{
    left: 0;
    bottom: auto;
    top: 140px;
    width: 40px;
    height: 40px;
    background-size: 40px;
    /* margin-top: -20px; */
}
.swiperwh .swiper-button-next3_1{
    left: auto;
    right: 0;
}
.swiperwh .swiper-button-prev3_1.swiper-button-disabled,
.swiperwh .swiper-button-next3_1.swiper-button-disabled{
    opacity: 0.5;
}
.swiperwh .swiper-button-prev3_1:hover,
.swiperwh .swiper-button-next3_1:hover{
    background-size: 40px;
}





























.swiperwh_open{
    cursor: grab;
    padding: 0 100px;
    position: relative;
    height: 540px;
}
.swiperwh_open .box{
    position: relative;
    background: #006231;
    padding: 0;
    border-radius: 0;
    text-align: center;
}
.swiperwh_open .abDeve_line{
    top: 209px;
    background: rgb(0 0 0 / 70%);
}
.swiperwh_open .sdt {
    font-size: 24px;
    color: #fff;
    height: 80px;
    padding-top: 25px;
    transition-duration: .3s;
}
.swiperwh_open .deveItem:hover .sdt {
    padding-top: 20px;
}
.swiperwh_open .deveItem .item{
    
}
.swiperwh_open .deveDian {
    position: relative;
    display: block;
    width: 14px;
    height: 1px;
    margin: 0px auto;
}

/* .swiperwh_open .deveDian::before, */
.swiperwh_open .deveDian::after 
{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
}

/* .swiperwh_open .deveDian::before {
    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #006231;
    background: #fff;
    border-radius: 50%;
    margin-left: -5px;
    transition-duration: .3s;
} */

.swiperwh_open .deveDian::after {
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background: #eee;
}
.swiperwh_open .deveTxt {
    padding: 30px 10px 0;
}

.swiperwh_open .deveTxt p,.swiperwh_open .deveTxt span{
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    opacity: 0.7;
    transition-duration: .3s;
}
.swiperwh_open .deveItem:hover .deveTxt p, .swiperwh_open .deveItem:hover .deveTxt span{
    opacity: 1;
}
.swiperwh_open .deveTxt .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    margin: auto;
}
.swiperwh_open .deveItem:hover {
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
}
.swiperwh_open .deveItem:hover .deveDian::before {
    background: #006637;
    border-color: #006637;
}
.swiperwh_open .icon {
    position: relative;
    /* overflow: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s; */
}
/* .swiperwh_open .deveItem:hover .icon{
    background: rgb(0 103 55 / 70%);
} */
.swiperwh_open .icon i{
    color: #fff;
    font-size: 50px;
    -webkit-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
    /* background: #666; */
    /* padding: 10px; */
    border-radius: 50%;
    width: 88px;
    height: 88px;
    display: inline-block;
    text-align: center;
    line-height: 88px;
    box-sizing: border-box;
}
/* .swiperwh_open .deveIteme:hover .icon{
    transform: scale(1.15);
} */
.swiperwh_open .deveItem:hover .icon i{
    color: #006637;
    background: #fff;
    transform: rotateY(180deg);
}
.swiperwh_open .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiperwh_open .icon::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: rgb(255 255 255 / 30%) dashed 1px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    display: none;
}
.swiperwh_open .deveItem:hover .icon:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.swiperwh_open .swiper-slide img:nth-child(2){
    display: none;
}
.swiperwh_open .swiper-button-prev3_1,
.swiperwh_open .swiper-button-next3_1{
    bottom: auto;
    top: 50%;
    width: 40px;
    height: 40px;
    background-size: 40px;
    margin-top: -20px;
    left: 0;
}
.swiperwh_open .swiper-button-next3_1{
    left: auto;
    right: 0;
}
.swiperwh_open .swiper-button-prev3_1.swiper-button-disabled,
.swiperwh_open .swiper-button-next3_1.swiper-button-disabled{
    opacity: 0.5;
}
.swiperwh_open .swiper-button-prev3_1:hover,
.swiperwh_open .swiper-button-next3_1:hover{
    background-size: 40px;
}



















/* 弹窗样式 */
.culture-content{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease 0s;
    display: flex;
    align-items: center;
}
.culture-content.open{
    opacity: 1;
    pointer-events: auto;
}
#culture_fix{
    max-height: 680px;
    max-width: 1160px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    /* box-shadow: 0 0 3em rgba(0,0,0,.4); */
    z-index: -1;
    transform: scale(0);
    transition: transform 0.35s ease 0s;
    display: block;
}
#culture_fix.on{
    transform: scale(1);
}
.culture-close{
    top: 0;
    padding: 30px 50px;
    cursor: pointer;
    /* opacity: .8; */
    font-size: 50px;
    color: #fff;
    background: transparent;
    border: 0;
    text-shadow: 0 0 2px #000;
    position: absolute;
    right: 0;
    z-index: 10;
}
.culture-close:hover,.culture-close:focus {
	opacity: 1
}
.culture-close:active {
	outline: 0
}
















.wziw {
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.bjif:hover dt {
    overflow: hidden;
}


.bjif:hover .wziw {
    height: auto;
}

.bjif:hover dd em {
    color: #006737;
}

.bjif:hover dd>img {
    opacity: 0;
    transform: translateY(-20px);
}

.bjif:hover dd em img {
    opacity: 1;
    transform: translateX(0px);
}
.bjif:hover dd h2{
    color: #006737;
}
.bjif:hover dt img{
    transform: scale(1.1);
}



/*main end*/



/*begin*/

.zj_box {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 180px;
    position: relative;
}

.zobo {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bobn_t1 {
    width: 100%;
    height: auto;
    min-height: 72px !important;
    position: relative;
    margin-bottom: 30px
}

.bobn_t1 h2 {
    animation-name: zifadeInUp;
    animation-duration: 1s;
    z-index: 99999;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
}

.bobn_t1 h3 {
    animation-name: zifadeInUp;
    animation-duration: 1.3s;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 18px;
    color: rgba(255, 255, 255, 0.3);
    height: 16px;
    overflow: hidden;
    font-size: 32px;
    line-height: 32px;
}

.bobn_t1 h4 {
    animation-name: zifadeInUp;
    animation-duration: 1.6s;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0px;
    color: rgba(255, 255, 255, 0.1);
    height: 16px;
    overflow: hidden;
    font-size: 32px;
    line-height: 32px;
}

.zobo_t {
    height: auto;
    overflow: hidden;
    color: #ffffff;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 15px;
}

.zobo_b {
    height: auto;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

@media(max-width:1680px) {

}

@media(max-width:1440px) {

    .zj_box {
        padding: 190px 100px 190px 100px
    }

}




._place{
    font-size: 16px;
    position: absolute;
    bottom: 40px;
}
._place svg{
    vertical-align: middle;
    margin-top: -2px;
}
._place>span,
._place>a{color: #fff;transition: color .3s ease-out;}
.hoverable_txt{position:relative;display:inline-block;}
.hoverable_txt:after{content: '';width:100%;height:1px;
position:absolute;left:0;bottom:0;-webkit-transform:scaleX(0);transform:scaleX(0);
-webkit-transform-origin: right top;transform-origin: right top;
transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
transition: transform .5s cubic-bezier(.215,.61,.355,1);}
.hoverable:hover .hoverable_txt:after{-webkit-transform:scaleX(1);transform:scaleX(1);
-webkit-transform-origin:left top;transform-origin:left top;}
._place .hoverable_txt{padding-bottom: 3px;}
._place .hoverable_txt:after{background-color: #fff;}


.zj_box1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 100px;
    /* margin-top: -100px; */
    margin-top: 0;
    position: relative;
    z-index: 111;
}

.gyro {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 50px 0 0 0;
}

.gyro_t {
    height: auto;
    padding-bottom: 22px;
    overflow: hidden;
    padding: 0 100px;
}

.gyro_t ul {
    float: left;
    font-size: 0;
}

.gyro_t li {
    display: inline-block;
    margin-right: 125px;
    padding-bottom: 15px;
}

.gyro_t li a {
    color: #666666;
    font-size: 20px;
}

.gyro_t li.red {
    background: url(../images/bg3.png) no-repeat center bottom;
}

.gyro_t li.red a,.gyro_t li a:hover {
    color: #006737;
}

.gyro_t li.qcbj {
    margin-right: 0;
}

.gyro_t span {
    float: right;
}

.gyro_t span a {
    color: #006737;
    font-size: 30px;
    line-height: 30px;
}

.gyro_t span img {
    vertical-align: middle;
    margin-right: 18px;
    margin-top: -5px;
}

@media(max-width:1440px) {

    .zj_box1 {
        padding: 0 60px;
    }

    .gyro {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #fff;
        border-radius: 10px;
        padding: 35px 0px 0 0px;
    }

    .gyro_t {
        height: auto;
        padding-bottom: 22px;
        overflow: hidden;
        padding: 0 60px;
    }

}
@media(max-width:1024px) {


    .zobo_b {
        font-size: 18px;
    }

    .zj_box {
        padding: 80px 15px 80px 15px
    }
    .bobn_t1{
        margin-bottom: 20px;
    }
    .bobn_t1 h2,.bobn_t1 h3,.bobn_t1 h4{
        font-size: 20px;
    }
    .zobo_t {
        font-size: 30px;
        line-height: 30px;
    }

    .zobo_b {
        font-size: 14px;
        line-height: 24px;
    }
    ._place{
        bottom: 20px;
    }
    ._place,.hoverable_txt{
        font-size: 12px;
    }
    ._place svg{
        width: 12px;
    }

    .gyro_t span{float: left;}
    .zj_box1 {
        padding: 0 30px;
        margin-top: 0px;
    }

    .gyro {
        padding: 35px 0 0 0;
    }

    .gyro_t {
        padding: 0 30px 0 30px;
    }

    .gyro_t li {
        margin-right: 40px;
    }

    .gyro_t li {
        font-size: 16px;
    }

    .gyro_t span a {
        font-size: 20px;
    }

}

@media(max-width:450px) {

    .zj_box1 {
        padding: 0 15px;
        margin-top: 0px;
    }

    .gyro {
        padding: 35px 0px 0 0px;
    }

    .gyro_t {
        padding: 0 15px 0 15px;
    }

    .gyro_t ul {
        width: 100%;
    }

    .gyro_t li {
        float: left;
        width: 33.33%;
        margin-right: 0px;
        text-align: center;
    }

    .gyro_t li a {
        font-size: 16px;
    }

    .gyro_t span {
        margin-bottom: 20px;
    }

    .gyro_t span a {
        font-size: 20px;
    }

    .gyro_t span img {
        vertical-align: middle;
        margin-right: 18px;
        margin-top: 0px;
    }

}

.giob {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 120px 100px 0 100px;
}

.giob_l {
    float: left;
    width: 28%;
    height: auto;
    overflow: hidden;
}

.guom_t5 {
    margin-bottom: 0px;
}

.giob_r {
    float: right;
    width: 72%;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.giob_r h2 {
    color: #006737;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
    clear: both;
}

.giob_r p,.giob_b p{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
    /* text-indent: 2em; */
    clear: both;
}

.giob_r p:last-child,
.giob_b p:last-child{
    margin-bottom: 0px;
}
.giob_b{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.giob_pic{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.giob_pic div{
    position: absolute;
}
.giob_pic img{width: 100%;    transition: all 0.5s ease;}
.giob_pic:hover img{
    transform: scale(1.1);
}
.leaderbox{

}
.leader_pic{
    float: left;
    width: 34%;
    height: 560px;
    overflow: hidden;
}
.leader_pic img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.whoo_t .leader_txt{
    float: left;
    width: 60%;
    margin-left: 5%;
}
.whoo_t .leader_txt h6{
    margin-bottom: 30px;
    color: #006737;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: left;
}
.whoo_t .leader_txt p{
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    text-indent: 2em;
    color: #666666;
    margin-bottom: 40px;
}
@media(max-width:1440px) {

    .giob {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 120px 60px 0 60px;
    }

}

@media(max-width:1024px) {

    .giob {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 220px 30px 0 30px;
        margin-top: -190px;
    }

}

@media(max-width:768px) {

    .giob {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 220px 30px 0 30px;
        margin-top: -190px;
    }

    .giob_l {
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .giob_r {
        width: 100%;
    }

    .giob_r h2 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .giob_r p {
        margin-bottom: 20px;
    }

}

@media(max-width:450px) {

    .giob {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 220px 15px 0 15px;
        margin-top: -190px;
    }

}

.brbor {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 120px 100px 0 0;
    overflow: hidden;
}

.giob_l1 {
    float: right;
    width: 16%;
}

.rbof_r {
    width: 84%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.boaeg {
    width: 88%;
    height: 840px;
    overflow: hidden;
    background: url(../images/bg1.jpg) no-repeat center center;
    background-size: cover;
    padding: 120px 0 120px 110px;
}

.bokl {
    width: 100%;
    overflow: hidden;
    background: url(../images/bg4.png) no-repeat left top;
    padding-left: 32px;
}

.bokl li h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.bokl li p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

@media(max-width:1440px) {

    .brbor {
        padding: 120px 60px 0 0;
    }

    .boaeg {
        padding: 120px 60px 120px 60px;
    }

}

@media(max-width:1024px) {

    .brbor {
        padding: 220px 30px 0 0;
        margin-top: -190px;
    }

    .boaeg {
        padding: 30px 30px 30px 30px;
    }

}

@media(max-width:768px) {

    .brbor {
        padding: 220px 30px 0 30px;
        margin-top: -190px;
    }

    .giob_l1 {
        width: 100%;
    }

    .boaeg {
        width: 100%;
        padding: 30px 30px 30px 30px;
        height: 580px;
    }

    .rbof_r {
        width: 100%;
    }

}

@media(max-width:450px) {

    .brbor {
        padding: 220px 15px 0 15px;
        margin-top: -190px;
    }

    .boaeg {
        width: 100%;
        padding: 30px 30px 90px 30px;
        height: 520px;
    }



}



.rypb {
    clear: both;
    width: 100%;
    height: auto;
    padding: 120px 100px 50px 100px;
    overflow: hidden;
}

.rypb_l {
    float: left;
    width: 28%;
    overflow: hidden;
    position: relative;
    padding-bottom: 95px;
}

.rypb_lt {
    height: auto;
    overflow: hidden;
    padding-top: 120px;
}

.rypb_lt li {
    width: 200px;
    height: 60px;
    border: 1px solid #999999;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    margin-bottom: 60px;
}

.rypb_lt li span {
    display: block;
    position: relative;
    z-index: 11;
    color: #666666;
    transition: all 0.5s ease;
}

.rypb_lt li:after {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: #006737;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.6s, height 0.6s;
    transition: width 0.6s, height 0.6s;
    z-index: 1;
}

.rypb_lt li:hover:after {
    width: 800px;
    height: 800px;
}

.rypb_lt li:hover span {
    color: #fff;
}

.rypb_lt li.Color span {
    color: #fff;
}

.rypb_lt li.Color:after {
    width: 800px;
    height: 800px;
}



.rypb_r {
    float: right;
    width: 72%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.hide {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    height: 0;
}

.hidex {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    height: 0;
}

.bodg {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* animation: shake 2s; */
}

.bodg dl {
    float: left;
    width: 31%;
    height: auto;
    overflow: hidden;
    margin-right: 3.5%;
    margin-bottom: 20px;
}

.bodg dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    border: 5px solid #eee;
    /*padding: 5px;*/
    padding-bottom: 70%;
    position: relative;
}

.bodg dt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.35s;
    position: absolute;
}
.bodg dd {
    text-align: center;
    color: #666666;
    font-size: 20px;
    line-height: 30px;
}

.bodg dl.qcbj {
    margin-right: 0;
}
.honor{
    padding: 0 50px 50px;
    position: relative;
}
.honor .swiper-button-prev3_1,
.honor .swiper-button-next3_1{
    bottom: auto;
    top: 140px;
    width: 40px;
    height: 40px;
    background-size: 40px;
    /* margin-top: -20px; */
}
.honor .swiper-button-next3_1{
    left: auto;
    right: 0;
}
.honor .swiper-button-prev3_1.swiper-button-disabled,
.honor .swiper-button-next3_1.swiper-button-disabled{
    opacity: 0.5;
}
.honor .swiper-button-prev3_1:hover,
.honor .swiper-button-next3_1:hover{
    background-size: 40px;
}
.bodg .swiper-slide:hover dt img{
    transform: scale(1.1);
}
.bodg .swiper-slide:hover dd{
    color: #006737;
}




@media(max-width:1680px) {

    .bodg dd {
        font-size: 12px;
    }

    .rypb {
        padding: 120px 60px 50px 60px;
    }

    .rypb_lt {
        padding-top: 80px;
    }

}

@media(max-width:1280px) {

    .bodg dl {
        width: 32%;
        margin-right: 1.3%;
    }

    .rypb_r {
        width: 78%;
    }

    .rypb_l {
        width: 22%;
    }

}

@media(max-width:1024px) {

    .rypb {
        padding: 40px 30px 50px 30px;
    }

    .rypb_r {
        width: 100%;
    }

    .rypb_l {
        width: 100%;
        padding: 0;
    }

    .rypb_lt {
        padding-top: 30px;
    }

    .rypb_lt li {
        float: left;
        width: 20%;
        height: 45px;
        line-height: 45px;
    }

}

@media(max-width:768px) {

    .bodg dl {
        width: 48%;
        height: auto;
        margin-right: 0px;
    }

    .bodg dl:nth-child(even) {
        float: right;
    }

}

@media(max-width:450px) {

    .rypb {
        padding: 40px 15px 40px 15px;
    }

    .bodg dl {
        width: 100%;
        height: auto;
        margin-right: 0px;
    }

    .bodg dl:nth-child(even) {
        float: right;
    }

    .rypb_lt li {
        float: left;
        width: 50%;
        height: 45px;
        line-height: 45px;
    }

    .rypb_l {
        width: 100%;
        padding: 0 0 40px 0;
    }

}

/* end*/



/*begin*/

.byjg {
    clear: both;
    width: 100%;
    height: auto;
    /* padding: 20px 100px 70px 100px; */
}

.byjg dl {
    float: left;
    width: 30%;
    height: auto;
    margin-bottom: 60px;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-right: 5%;
}

.byjg dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 74%;
}

.byjg dt img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.byjg dt span {
    display: block;
    width: 100%;
    height: 100%;
    background: #006737;
    position: absolute;
    left: 0;
    top: 0;
}

.byjg dd {
    transition: all 0.5s ease;
    text-align: left;
    background: #f5f5f5;
    line-height: 54px;
    padding: 0 18px;
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.byjg dl:hover {
    transform: translateY(-20px);
    box-shadow: 0px 0px 30px rgba(8, 1, 3, 0.2);
}

.byjg dl:hover dd {
    background: #006737;
    color: #fff;
}

.byjg dl.qcbj {
    margin-right: 0;
}

.fyin {
    text-align: center;
    line-height: 40px;
    clear: both;
    height: auto;
    font-size: 0px;
}

.fyin a {
    display: inline-block;
    color: #999999;
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px;
}

.fyin a.cur {
    color: #006737;
    font-size: 18px;
}

.fyin a:last-child {
    margin-right: 0;
}

.fyin a.syo {
    color: #999999;
    border: 1px solid #999999;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    margin-right: 20px;
}

.fyin a.xyo {
    color: #fff;
    border: 1px solid #006737;
    background: #006737;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    margin-left: 20px;
}

@media(max-width:1600px) {

    .gyro_t1 li {
        margin-right: 90px;
    }

}



@media(max-width:1366px) {


    .gyro_t1 li {
        margin-right: 70px;
    }

}

@media(max-width:1280px) {

    .gyro_t1 li {
        margin-right: 60px;
    }

}

@media(max-width:1024px) {

    .byjg {
        padding: 0px;
    }

    .gyro_t1 li {
        margin-right: 60px;
    }

}

@media(max-width:768px) {

    /* .byjg {
        padding: 40px 30px 40px 30px;
    } */

    .gyro_t1 ul {
        width: 100%;
        padding-top: 20px;
    }

    .gyro_t1 li {
        margin-right: 0px;
        width: 16.66%;
        text-align: center;
    }

}

@media(max-width:450px) {

    /* .byjg {
        padding: 40px 15px 40px 15px;
    } */

    .gyro_t1 ul {
        width: 100%;
        padding-top: 20px;
    }

    .gyro_t1 li {
        margin-right: 0px;
        width: 33.33%;
        text-align: center;
    }

    .byjg dl {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .fyin a.syo {
        color: #999999;
        border: 1px solid #999999;
        line-height: 40px;
        padding: 0 10px;
        font-size: 14px;
        margin-right: 10px;
    }

    .fyin a.xyo {
        color: #fff;
        border: 1px solid #006737;
        background: #006737;
        line-height: 40px;
        padding: 0 10px;
        font-size: 14px;
        margin-left: 10px;
    }

    .fyin a {
        padding: 0 8px;
    }

    .byjg dd {
        font-size: 16px;
        line-height: 45px;
        padding: 0 15px;
    }

}



.by_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 100px 0 100px;
}

.navo1 li a {
    color: #666666;
}

.navo1 li:hover {
    background: rgba(0, 84, 152, 0.3);
}

.bore.smaller {
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999999999
}

.nyxo {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 100px;
    border-radius: 10px;
    background: #fff;
}

.nyxo_t {
    cursor: pointer;
    height: auto;
    overflow: hidden;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 60px;
}

.nyxo_c {
    height: auto;
    overflow: hidden;
}

.nyxo_c h3 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 40px;
    color: #363636;
    font-size: 30px;
    line-height: 30px;
}
.nyxo_c h6{
    color: #666666;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
}
.nyxo_c p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    /* text-indent: 2em; */
}

.nyxo_b {
    height: auto;
    overflow: hidden;
}

.nyxo_b li {
    float: left;
    width: 47%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.nyxo_b li.qcbj {
    float: right;
}

.nyxo_b li img {
    display: block;
    width: 100%;
}

@media(max-width:1440px) {

    .by_box {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 170px 60px 0 60px;
    }

    .nyxo {
        padding: 60px 60px 30px 60px;
    }

}

/* end*/



/* begin*/

@media(max-width:1680px) {

    .gyro_t2 li {
        margin-right: 90px;
    }

}

@media(max-width:1600px) {

    .gyro_t2 li {
        margin-right: 90px;
    }

}

@media(max-width:1440px) {

    .gyro_t2 li {
        margin-right: 70px;
    }

}

@media(max-width:1366px) {

    .gyro_t2 li {
        margin-right: 60px;
    }

}

@media(max-width:1280px) {

    .gyro_t2 li {
        margin-right: 40px;
    }

}

@media(max-width:1024px) {

    .gyro_t2 ul {
        width: 100%;
        padding-top: 20px;
    }

    .gyro_t2 li {
        margin-right: 0px;
        width: 16.66%;
        text-align: center;
    }

}

@media(max-width:768px) {

    .gyro_t2 ul {
        width: 100%;
        padding-top: 20px;
    }

    .gyro_t2 li {
        margin-right: 0px;
        width: 16.66%;
        text-align: center;
    }

}

@media(max-width:450px) {

    .gyro_t2 ul {
        width: 100%;
        padding-top: 20px;
    }

    .gyro_t2 li {
        margin-right: 0px;
        width: 33.33%;
        text-align: center;
    }



}

.giob_r p em {
    color: #006737;
    font-size: 18px;
    line-height: 30px;
}

.byin {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 100px 60px 100px;
}

.byin img {
    display: block;
    width: 100%;
    height: auto;
}

@media(max-width:1440px) {

    .byin {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 60px;
    }

}

@media(max-width:1024px) {

    .byin {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 40px 30px;
    }

}

@media(max-width:450px) {

    .byin {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 40px 15px;
    }

}

.cyzp {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* padding: 100px 100px 0 100px; */
    padding: 0px;
}

.cyzp_t {
    text-align: center;
    color: #006737;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.cyzp_c {
    width: 74%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 60px;
}

.cyzp_c p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
}

.cyzp_b {
    height: auto;
    overflow: hidden;
}

.cyzp_b dl {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
}

.cyzp_b dt {
    float: left;
    /* width: 57%; */
    width: 62%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.cyzp_b dt img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.cyzp_b dl:hover dt img{
    transform: scale(1.1);
}
.cyzp_b dt span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #006737;
}

.cyzp_b dt.you {
    float: right;
}

.cyzp_b dd {
    float: right;
    /* width: 40%;
    height: 340px; */
    width: 35%;
    height: 325px;
    display: table;
    overflow: hidden;
    position: relative;
}



.service-details{
	padding-top: 3.3%;
	background: #f7fdf9;
}
.service-details .box{
    background: #f7fdf9;
    padding: 0;
    border-radius: 0;
	/* max-width: 1400px;
	width: 100%; */
	/* margin: auto; */
	/* overflow: hidden; */
}
.service-details .l-box{
	float: left;
	width: 290px;
	/*overflow: hidden;*/
	height: -moz-calc(100vh - 120px);
    height: -webkit-calc(100vh - 120px);
    height: calc(100vh - 120px);
}
.service-details .l-box .s-plate{
	text-align: left;
	overflow: hidden;
}
.service-details .l-box .s-plate .icon{
	padding-top: 30px;
	margin-bottom: 25px;
}
.service-details .l-box .s-plate .icon img{
	max-width: 34.5%;
}
.service-details .l-box .s-plate .title a{
    color: #006737;
    font-size: 30px;
    line-height: 30px;
}
.service-details .l-box .s-plate .title{
    line-height: 28px;
    font-size: 24px;
    font-weight: bold;
    padding: 30px 9%;
    background: #006737;
	color: #fff;
}
.service-details .l-box .s-plate .title a img{
    vertical-align: middle;
    margin-right: 18px;
    margin-top: -5px;
}
.service-details .l-box .s-plate .title .t4{
}
.service-details .l-box .s-plate .title .t8{
	font-size: 14px;
}
.service-details .l-box .s-plate .title .btn{
	text-align: left;
	margin-top: 20px;
}
.service-details .l-box .s-plate .title .btn a{
	min-width: 140px;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background: #ff6a00;
	border-radius: 4px;
	text-align: center;
	padding: 0px 15px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.service-details .l-box .d-nav{
	margin-top: 0px;
    background: #fff;
    max-height: 42vh;
    overflow-y: auto;
}
.service-details .l-box .d-nav ul li{
	position: relative;
	border-top: #eeeeee solid 1px;
}
.service-details .l-box .d-nav>ul>li:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
	width: 3px;
	height: 0;
	background: #006737;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.service-details .l-box .d-nav>ul>li.on:before, .service-details .l-box .d-nav>ul>li:hover:before{
	height: 50px;
}
.service-details .l-box .d-nav>ul>li>a{
	position: relative;
	display: block;
	width: 100%;
	color: #444444;
	font-size: 16px;
	line-height: 3.2;
	padding-left: 35px;
    cursor: pointer;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.service-details .l-box .d-nav>ul>li:hover>a, .service-details .l-box .d-nav>ul>li.on>a{
	color: #006737;
	background-size: cover;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=rgba(61,80,159,0.3),gradientType=1);
    background:-moz-linear-gradient(left, #ffffff, rgba(61,80,159,0.3));
    background:-webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(61,80,159,0.3)));
    background:-o-linear-gradient(left, #ffffff, rgba(61,80,159,0.3));*/
}
.service-details .l-box .d-nav>ul>li>a i{
	position: absolute;
    left: 20px;
    top: 22px;
    width: 6px;
    height: 6px;
    background: #006737;
    border-radius: 50%;
    transition: all 0.5s;
    opacity: 0;
}
.service-details .l-box .d-nav>ul>li:hover>a i, .service-details .l-box .d-nav>ul>li.on>a i{
    opacity: 1;
}
.service-details .l-box{
	float: left;
	width: 280px;
	height: -moz-calc(100vh - 200px);
	height: -webkit-calc(100vh - 200px);
	height: calc(100vh - 200px);
}
.service-details .l-box .w1, .service-details .l-box .w2, .new-detail .box .r-box .w2{
	background: #FFFFFF;
	border: #eeeeee solid 1px;
	padding-bottom: 30px;
}
.service-details .l-box .w1{
	padding-top: 10%;
	margin-bottom: 20px;
	text-align: center;
}
.service-details .l-box .w1 .img{
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.service-details .l-box .w1 .img img{
	max-width: 100%;
}
.new-detail .box .r-box .w2{
	margin-top: 35px;
}
.service-details .l-box .w2 .title .t6 img{
    height: 30px;
    margin-right: 8px;
    margin-top: -2px;
    vertical-align: middle;
}
.service-details .l-box .w2 .title .t6, .new-detail .box .r-box .w2 .title .t6{
	line-height: 54px;
    border-bottom: #eeeeee solid 1px;
    font-size: 18px;
    font-weight: bold;
    /* text-align: center; */
    padding: 0 9%;
    background: #006737;
    color: #fff;
}
.service-details .l-box .w2 .title .t3, .new-detail .box .r-box .w2 .title .t3{
	
}
.service-details .l-box .w2 .title .t3 ul, .new-detail .box .r-box .w2 .title .t3 ul{
	padding: 0 9%;
	margin-top: 20px;
}
.service-details .l-box .w2 .title .t3 ul li,.new-detail .box .r-box .w2 .title .t3 ul li{
	margin-bottom: 10px;
    font-size: 14px;
}
.service-details .l-box .w2 .btn, .new-detail .box .r-box .w2 .btn{
	width: 82%;
	margin: 25px auto 0;
	overflow: hidden;
	text-align: center;
}
.service-details .l-box .w2 .btn a,  .new-detail .box .r-box .w2 .btn a{
	float: left;
	width: 88px;
	font-size: 14px;
	color: #ffffff;
	line-height: 32px;
	border-radius: 5px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.service-details .l-box .w2 .btn a:nth-child(2n),  .new-detail .box .r-box .w2 .btn a:nth-child(2n){
	margin-right: 0;
}
.service-details .l-box .w2 .btn a.btn1, .new-detail .box .r-box .w2 .btn a.btn1{
	color: #006737;
	border: #006737 solid 1px;
}
.service-details .l-box .w2 .btn a.btn1:hover, .new-detail .box .r-box .w2 .btn a.btn1:hover{
    color: #ffffff;
    background: #006737;
}


.cd-accordion-menu{
    height: auto;
    margin-right: 0px;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    display: none;
  }
  .cd-accordion-menu label{
    position: relative;
    display: block;
    padding: 10px 10px 10px 64px;
    background: url(../images/ml.png) no-repeat 90% center #006737;
    background-size: 30px auto;
    color: #fff;
    font-size: 16px;
    margin: 0;
  }
  .cd-accordion-menu label::before{
    /* icons */
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    background: url(../images/xl.png) no-repeat center;
    background-size: cover;
    left: 30px;
    background-position: 0 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
        -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      transition: transform 0.3s;
  }
  .cd-accordion-menu label.mn_fu{
      background: #fff;
      /* color: #006637; */
      color: #333;
      padding: 0 0 0 82px;
  }
  .cd-accordion-menu label.mn_fu::before{
      width: 14px;
      height: 14px;
      left: 50px;
      /* background: url(../images/xl2.png) no-repeat center; */
      background-size: cover;
  }
  .cd-accordion-menu .cgtab.on label.mn_fu{
        color: #006637;
  }
  .cd-accordion-menu ul{
    display: none;   
    border-bottom: #eeeeee solid 1px;
}
  .cd-accordion-menu ul li {    border-top: 1px solid #eee;}
  .cd-accordion-menu ul li a {
      line-height: 70px;
      font-size: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 50px);
      line-height: 44px;
      font-size: 16px;
      width: 100%;
      /* color: #fff; */
      background: #fff;
    padding-left: 82px;
    position: relative;
  }
  .cd-accordion-menu ul li a.on{
    color: #006637;
  }
  .cd-accordion-menu ul li a.cgtab{
    padding-left: 0;
  }
  .cd-accordion-menu ul li a i{
    position: absolute;
    left: 65px;
    top: 20px;
    width: 6px;
    height: 6px;
    background: #006737;
    border-radius: 50%;
    transition: all 0.5s;
    opacity: 0;
    z-index: 2;
  }
  .cd-accordion-menu ul li a.on i{
    opacity: 1;
  }
  .cd-accordion-menu ul li.has-children li a{
    background-color: #eee;
    line-height: 34px;
  }
  
  .cd-accordion-menu ul li.current>a,
  .cd-accordion-menu ul li:hover>a {
      color: #006737;
  }
  
  
  .nav_twlist{display: none;border-top: 1px solid #ececec;}
  .cd-accordion-menu ul .nav_tw.current::before{
          transform: rotateZ(90deg);
  }
  .cd-accordion-menu ul .nav_twlist a{font-size: 18px;    line-height: 44px;color: #333;    padding-left: 60px;}
  .cd-accordion-menu ul .nav_twlist a:hover,.cd-accordion-menu ul .nav_twlist a.current{
      color: #006737;
  }
  .cd-accordion-menu input[type=checkbox]{
        position: absolute;
      opacity: 0;
  }
  .cd-accordion-menu input[type=checkbox]:checked + label::before{
        -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
  }








.service-details .r-box{
	float: right;
    position: relative;
	width: -moz-calc(100% - 290px);
	width: -webkit-calc(100% - 290px);
	width: calc(100% - 290px);
	/* border-left: #e5e5e5 solid 1px; */
	/* overflow: hidden; */
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    padding: 50px;
}
.service-details #a1{
    padding-top: 40px;
}
.service-details .l-box .d-nav ul li a{
    display: block;
}
.service-details .l-box .d-nav ul li.list_sec{
  height: auto;
}
.service-details .l-box .d-nav ul li.list_sec.ac{
  height: auto;
}
.service-details .l-box .d-nav ul li:last-child>a{border-bottom: none;}
.service-details .l-box .d-nav ul li .list_cont{
  /* max-height: 0;
  transition: max-height 0.5s ease-out; */
  overflow: hidden;
  background: #eeeeee;
  line-height: 44px;
  font-size: 14px;
  padding: 0px 0px 0px 30px;
  display: none;

}
.service-details .l-box .d-nav>ul>li:hover .list_cont{
  /* max-height: 100vh; */
  /* padding: 10px 0 10px 30px; */
}
.service-details .l-box .d-nav>ul>li.on .list_cont{
    display: block!important;
}
.service-details .l-box .d-nav ul li a:hover,
.service-details .l-box .d-nav ul li a.on{
    color: #006737;
}
.service-details .swiperwh_details{

}
.service-details .swiperwh_details .box{
    background: rgb(0 0 0 / 0%);
}
.swiperwh_details{
    cursor: grab;
    padding: 0 50px;
    position: relative;
}
.swiperwh_details .box{
    position: relative;
}
.swiperwh_details .sdt {
    font-size: 20px;
    color: #fff;
    height: 80px;
    padding-top: 25px;
    transition-duration: .3s;
}
.swiperwh_details .deveItem:hover .sdt {
    padding-top: 20px;
}
.swiperwh_details .deveDian {
    position: relative;
    display: block;
    width: 14px;
    height: 35px;
    margin: -5px auto;
}

.swiperwh_details .deveDian::before,
.swiperwh_details .deveDian::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
}

.swiperwh_details .deveDian::before {
    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #006231;
    background: #fff;
    border-radius: 50%;
    margin-left: -5px;
    transition-duration: .3s;
}

.swiperwh_details .deveDian::after {
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 15px;
    background: #eee;
}

.swiperwh_details .sdt span {
    display: block;
    font-size: 20px;
    line-height: 1;
}

.swiperwh_details .deveTxt {
    padding: 18px 10px;
}

.swiperwh_details .deveTxt p,.swiperwh_details .deveTxt span{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    opacity: 0.7;
    transition-duration: .3s;
}
.swiperwh_details .deveItem:hover .deveTxt p, .swiperwh_details .deveItem:hover .deveTxt span{
    opacity: 1;
}
.swiperwh_details .deveTxt .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin: auto;
}
.swiperwh_details .deveItem:hover {
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
}
.swiperwh_details .deveItem:hover .deveDian::before {
    background: #006637;
    border-color: #006637;
}
.swiperwh_details .icon {
    position: relative;
    overflow: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
}
.swiperwh_details .deveItem:hover .icon{
    background: rgb(0 103 55 / 70%);
}
.swiperwh_details .icon i{
    color: #fff;
    font-size: 42px;
    -webkit-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
    /* background: #666; */
    /* padding: 10px; */
    border-radius: 50%;
    width: 68px;
    height: 68px;
    display: inline-block;
    text-align: center;
    line-height: 68px;
    box-sizing: border-box;
}
/* .swiperwh_details .deveIteme:hover .icon{
    transform: scale(1.15);
} */
.swiperwh_details .deveItem:hover .icon i{
    /* color: #006637;
    background: #fff; */
    transform: rotateY(180deg);
}
.swiperwh_details .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiperwh_details .icon::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: rgb(255 255 255 / 30%) dashed 1px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    display: none;
}
.swiperwh_details .deveItem:hover .icon:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.swiperwh_details .swiper-button-prev3_1,
.swiperwh_details .swiper-button-next3_1{
    bottom: auto;
    top: 140px;
    width: 40px;
    height: 40px;
    background-size: 40px;
    /* margin-top: -20px; */
}
.swiperwh_details .swiper-button-next3_1{
    left: auto;
    right: 0;
}
.swiperwh_details .swiper-button-prev3_1.swiper-button-disabled,
.swiperwh_details .swiper-button-next3_1.swiper-button-disabled{
    opacity: 0.5;
}
.swiperwh_details .swiper-button-prev3_1:hover,
.swiperwh_details .swiper-button-next3_1:hover{
    background-size: 40px;
}

























.thirdmenu{
    width: 100%;
    text-align: center;
    z-index: 9999;
}
/* .thirdmenu.active{
    position: fixed;
    top: 91px;
} */

.thirdmenu a{
    transition: all .4s;
    display: inline-block;
    margin-right: 20px;
    padding-left: 10px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    padding-bottom: 40px;
}
.thirdmenu a::before{
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    border: 2px solid #006737;
    transition: .3s;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 10px;
}
.thirdmenu a.on,.thirdmenu a:hover{
    color: #006737;
}
.thirdmenu a.on::before,.thirdmenu a:hover::before{
    opacity: 1;
}















.boox {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.boox h2 {
    color: #006737;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.boox p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 40px;
}

.boox p:last-child {
    margin-bottom: 0px;
}

.cyzp_b dd.zuo {
    float: left;
}

.cyzp_b dd.ee:after {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: 0;
    background: url(../images/tu6.png) no-repeat center center;
}

.cyzp_b dd.ee:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    right: 0;
    bottom: 0;
    background: url(../images/tu8.png) no-repeat center center;
}



.cyzp_b dd.zuo:after {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    right: 0;
    top: 0;
    background: url(../images/tu5.png) no-repeat center center;
}

.cyzp_b dd.zuo:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    bottom: 0;
    background: url(../images/tu7.png) no-repeat center center;
}

@media(max-width:1680px) {

    .cyzp_c {
        width: 89%;
    }

    .cyzp_b dd {
        height: 503px;
    }

    .boox p {
        margin-bottom: 30px;
    }

}

@media(max-width:1600px) {

    .cyzp_c {
        width: 89%;
    }

    .cyzp_b dd {
        height: 471px;
    }

    .boox p {
        margin-bottom: 10px;
    }

    .boox h2 {
        margin-bottom: 20px;
    }

}

@media(max-width:1440px) {
    .cyzp_b dt{
        width: 55%;
        height: 220px;
    }
    .cyzp_b dt img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .cyzp_b dd{
        width: 40%;
    }
    .boox{
        padding: 20px;
    }
    .boox h2{
        font-size: 20px;
        line-height: 20px;
    }
    .boox p {
        line-height: 24px;
        color: #666666;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .cyzp_c {
        width: 100%;
    }

    .cyzp_b dd {
        height: 228px;
    }

}

@media(max-width:1366px) {

    .cyzp_c {
        width: 100%;
    }

    .cyzp_b dd {
        height: 220px;
    }

}


@media(max-width:1280px) {
    .boox p {
        line-height: 24px;
        color: #666666;
        font-size: 14px;
        margin-bottom: 10px;
    }

}

@media(max-width:1024px) {
    .thirdmenu a::before{
        top: 6px;
    }
    .cyzp {
        padding: 0;
    }

    .cyzp_b dd {
        height: 411px;
    }

    .boox p {
        line-height: 24px;
        color: #666666;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .cyzp_t {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .cyzp_c p {
        font-size: 14px;
        line-height: 24px;
    }

    .cyzp_c {
        margin-bottom: 30px;
    }

    .cyzp_b dt {
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .cyzp_b dd {
        width: 100%;
        height: auto;
        padding: 54px 0;
    }

    .cyzp_b dl {
        margin-bottom: 30px
    }

    .boox p {
        margin-bottom: 10px;
    }

    .boox h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px;
    }

}

@media(max-width:450px) {

    /* .cyzp {
        padding: 0 15px;
    } */

}



@media(max-width:1600px) {


    .bjif dd p {
        margin-bottom: 35px;
    }

}

@media(max-width:1440px) {
    .box5,.boxcul {
        padding: 0 60px;
    }
    .Hcontact{
        padding: 60px 0 40px;
    }
    .bjif dd{
        padding: 0px 0 30px 5%;
    }
    .bjif dd p {
        margin-bottom: 35px;
    }
    .bjif dt{
        height: 340px;
    }
    .xbon {
        padding: 40px 60px 100px 60px;
    }
    .Hcontact .guom_t{
        margin-bottom: 60px;
    }
    .swiperwh .sdt{
        font-size: 18px;
        height: 50px;
        padding: 10px 0 14px;
    }
    .swiperwh .deveItem:hover .sdt{
        padding: 5px 0 23px;
    }
    .swiperwh .deveTxt{
        padding: 10px;
    }
    .swiperwh .icon{
        width: 66px;
        height: 66px;
    }
    .swiperwh .icon i{
        font-size: 38px;
    }

    .swiperwh_details .sdt{
        font-size: 18px;
        height: 50px;
        padding: 10px 0 14px;
    }
    .swiperwh_details .deveItem:hover .sdt{
        padding: 5px 0 23px;
    }
    .swiperwh_details .deveTxt{
        padding: 10px;
    }
    .swiperwh_details .icon{
        width: 66px;
        height: 66px;
    }
    .swiperwh_details .icon i{
        font-size: 38px;
    }



    
    .swiperwh_open .sdt{
        font-size: 18px;
        height: 50px;
        padding: 10px 0 14px;
    }
    .swiperwh_open .deveItem:hover .sdt{
        padding-top: 5px;
    }
    .Hcontact .guom_t{
        margin-bottom: 60px;
    }
    .swiperwh_open .deveTxt{
        padding: 10px;
    }
    .swiperwh_open .icon{
        width: 66px;
        height: 66px;
    }
    .swiperwh_open .icon i{
        font-size: 38px;
    }
    .honor .swiper-button-prev3_1, .honor .swiper-button-next3_1{
        top: 75px;
    }

}

@media(max-width:1024px) {

    .box5 {
        padding: 0 30px;
    }

    .bjif {
        padding: 0;
    }

    .xbon {
        padding: 40px 60px 100px 60px;
    }
    .bjif dt {
        margin-bottom: 15px;
        width: 100%;
        height: 200px;
        float: none;
    }
    .bjif dd{
        width: 100%;
        padding: 0;
        float: none;
    }
    .bjif dd h2{
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 0;
    }
    .bjif dd span{
        margin-bottom: 14px;
        font-size: 12px;
    }

    .bjif dd p {
        margin-bottom: 60px;
        height: 48px;
        -webkit-line-clamp: 2;
    }
    .bjif dd em{
        display: none;
    }
    .box5 .swiper-pagination1{
        position: relative;
        text-align: left;
        height: 35px;
    }

}

@media(max-width:800px) {

    .box5, .boxcul{
        padding: 0 15px;
    }
    .xbon {
        padding: 40px 20px 40px 20px;
    }
    .Hcontact{
        padding: 40px 10px;
        background-size: auto 100%;
        background-attachment: fixed;
    }
}











.hjjs {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 120px 100px 70px 100px;
}

.bjjs_t {
    margin-bottom: 100px
}

.guom_t6 {
    margin-bottom: 0px;
    text-align: center;
}

.guom_t6 i {
    text-align: center;
}

.guom_t6 em {
    float: none;
    margin: 0 auto;
}

.guom_t6 font {
    text-align: center;
}

.guom_t6 span {
    text-align: center;
}

.hjjs_b {
    height: auto;
    overflow: hidden;
    clear: both;
}

.hjjs_bl {
    float: left;
    width: 27%;
    height: auto;
    overflow: hidden;
}

.hjjs_bl h2 {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 85px;
}

.huib {
    height: auto;
    overflow: hidden;
    margin-bottom: 70px;
}

.huib h3 {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.huib p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}

.huib1 {
    margin-bottom: 0px;
}

.hjjs_br {
    float: right;
    width: 60%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 108px;
}

.bjot {
    position: relative;
    z-index: 111999;
    padding-right: 166px;
}

.hjjs_br:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 280px;
    background: #f9f9f9;
    left: 0;
    bottom: 0;
}

.tuon {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tuon img {
    display: block;
    width: 100%;
    border: 1px solid #c9c9c9;
}

@media(max-width:1680px) {

    .hjjs_bl {
        width: 32%;
    }

    .hjjs_bl h2 {
        margin-bottom: 35px;
    }

    .huib {
        margin-bottom: 20px;
    }

}

@media(max-width:1600px) {

    .hjjs_br {
        padding: 0 0 0 80px;
    }

    .bjot {
        padding-right: 80px;
    }

    .hjjs_br:after {
        height: 180px;
    }

}

@media(max-width:1440px) {

    .hjjs {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 120px 60px 70px 60px;
    }

    .hjjs_br {
        padding: 0 0 0 80px;
    }

    .bjot {
        padding-right: 80px;
    }

}

@media(max-width:1024px) {

    .hjjs {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 40px 30px;
    }

    .bjjs_t {
        margin-bottom: 40px;
    }

    .hjjs_br {
        width: 100%;
        padding: 0 0 0 40px;
    }

    .hjjs_bl {
        width: 100%;
        padding-bottom: 15px;
    }

    .huib h3 {
        color: #333333;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .huib p {
        color: #666666;
        font-size: 14px;
        line-height: 24px;
    }

    .hjjs_bl h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .bjot {
        padding-right: 100px;
    }



}

@media(max-width:450px) {

    .hjjs {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 40px 15px;
    }

}



.sjobo {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    padding-top: 90px;
}

.guov {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 100px 70px 100px;
}

.guov_t {
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.guov_b {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.guov_b li {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
}

.guov_b li img {
    display: block;
    width: 100%;
}

.guov_b li.qcbj {
    margin-right: 0px;
}

@media(max-width:1440px) {

    .guov {
        padding: 70px 60px 70px 60px;
    }

}

@media(max-width:1024px) {

    .sjobo {
        font-size: 20px;
        line-height: 24px;
        padding-top: 30px;
    }

    .guov {
        padding: 40px 30px;
    }

}

@media(max-width:450px) {

    .sjobo {
        font-size: 20px;
        line-height: 24px;
        padding-top: 30px;
    }

    .guov {
        padding: 40px 15px;
    }

    .guov_b li {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .guov_b li:last-child {
        margin-bottom: 0px;
    }

}



.zmuo {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.zmuo li {
    float: left;
    width: 47%;
    height: auto;
    overflow: hidden;
    border: 1px solid #c9c9c9;
}

.zmuo li img {
    display: block;
    width: 100%;
}

.zmuo li.qcbj {
    float: right;
}

@media(max-width:450px) {

    .zmuo li {
        width: 100%;
        margin-bottom: 20px;
    }

    .zmuo li.qcbj {
        margin-bottom: 0px;
    }

}



.gcjd {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gcjd_t {
    height: auto;
    overflow: hidden;
    margin-bottom: 59px;
}

.gcjd_t li {
    float: left;
    width: 30.5%;
    height: auto;
    overflow: hidden;
    margin-right: 4.2%;
}

.gcjd_t li img {
    display: block;
    width: 100%;
}

.gcjd_t li.qcbj {
    margin-right: 0;
}

.gcjd_c {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gcjd_cl {
    float: left;
    width: 65%;
    height: auto;
    overflow: hidden;
}

.gcjd_cl li {
    float: left;
    width: 47%;
    height: auto;
    overflow: hidden;
    margin-bottom: 59px;
}

.gcjd_cl li img {
    display: block;
    width: 100%;
}

.gcjd_cl li.qcbj {
    float: right;
}

.gcjd_cr {
    float: right;
    width: 30.5%;
}

.gcjd_cr img {
    display: block;
    width: 100%;
}

.gcjd_t1 {
    margin-bottom: 0px;
}

@media(max-width:1600px) {

    .gcjd_cl {
        width: 65.2%;
    }

}

@media(max-width:450px) {

    .gcjd_cl {
        width: 100%;
    }

    .gcjd_cr {
        width: 100%;
        margin-bottom: 25px;
    }

    .gcjd_cl li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .gcjd_cl li:nth-child(even) {
        float: right;
    }

    .gcjd_t {
        margin-bottom: 25px;
    }

    .gcjd_t1 {
        margin-bottom: 0px;
    }

    .gcjd_t li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .gcjd_t li:last-child {
        margin-bottom: 0px;
    }

}

.bjjs_t1 {
    margin-bottom: 80px;
}

.wzhui {
    height: auto;
    overflow: hidden;
}

.wzhui dl {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.wzhui dl:last-child {
    margin-bottom: 0px;
}

.wzhui dt {
    float: left;
    position: relative;
    width: 44%;
    height: auto;
    overflow: hidden;
}

.wzhui dt img {
    transition: all 0.5s ease;
    display: block;
    width: 100%;
    height: auto;
}

.wzhui dt span {
    display: block;
    width: 100%;
    height: 100%;
    background: #006737;
    position: absolute;
    left: 0;
    top: 0;
}

.wzhui dd {
    float: right;
    width: 50%;
    height: auto;
    min-height: 431px !important;
    border-bottom: 1px solid #006737;
}

.wzhui dd h2 {
    clear: both;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.wzhui dd h2 span {
    display: block;
    line-height: 80px;
    color: #006737;
    font-size: 24px;
    width: 79%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.wzhui dd h2 em {
    padding-top: 9px;
    display: block;
    float: right;
    width: 80px;
    height: 80px;
    background: #006737;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.wzhui dd h2 em i {
    display: block;
    font-size: 14px;
}

.wzhui dd div {
    padding-right: 160px;
    overflow: hidden;
    margin-bottom: 50px;
}

.wzhui dd p {
    line-height: 36px;
    color: #646464;
    font-size: 16px;
}

.wzhui dd font {
    transition: all 0.5s ease;
    color: #646464;
    font-size: 14px;
    line-height: 36px;
    display: block;
}

.wzhui dd font img {
    vertical-align: middle;
    margin-left: 10px;
}

.wzhui dl:hover dd font {
    color: #006737;
}

.wzhui dl:hover dt img {
    transform: scale(1.1);
}

@media(max-width:1680px) {

    .wzhui dd {
        min-height: 362px !important;
    }

    .wzhui dd h2 {
        margin-bottom: 30px;
    }

    .wzhui dd div {
        padding-right: 90px;
        margin-bottom: 20px;
    }

}

@media(max-width:1600px) {

    .wzhui dd {
        min-height: 339px !important;
    }

    .wzhui dd h2 {
        margin-bottom: 30px;
    }

    .wzhui dd div {
        padding-right: 60px;
        margin-bottom: 20px;
    }

}

@media(max-width:1440px) {

    .wzhui dd {
        min-height: 344px !important;
    }

    .wzhui dd h2 {
        margin-bottom: 20px;
    }

    .wzhui dd div {
        padding-right: 0px;
        margin-bottom: 20px;
    }

}

@media(max-width:1366px) {

    .wzhui dd {
        min-height: 321px !important;
    }

    .wzhui dd h2 {
        margin-bottom: 20px;
    }

    .wzhui dd div {
        padding-right: 0px;
        margin-bottom: 20px;
    }

}

@media(max-width:1360px) {

    .wzhui dd {
        min-height: 319px !important;
    }

    .wzhui dd h2 {
        margin-bottom: 20px;
    }

    .wzhui dd div {
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .wzhui dd p {
        line-height: 30px;
    }

}

@media(max-width:1280px) {

    .wzhui dd {
        min-height: 296px !important;
    }

    .wzhui dd h2 {
        margin-bottom: 20px;
    }

    .wzhui dd div {
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .wzhui dd p {
        line-height: 30px;
    }

}

@media(max-width:1024px) {

    .wzhui dd p {
        line-height: 30px;
        font-size: 14px;
    }

}

@media(max-width:768px) {

    .wzhui dt {
        width: 100%;
        margin-bottom: 20px;
    }

    .wzhui dd {
        width: 100%;
        min-height: auto !important;
        padding-bottom: 20px;
    }

    .wzhui dd p {
        line-height: 30px;
        font-size: 14px;
    }

}

@media(max-width:450px) {

    .wzhui dt {
        width: 100%;
        margin-bottom: 20px;
    }

    .wzhui dd {
        width: 100%;
        min-height: auto !important;
        padding-bottom: 20px;
    }

    .wzhui dd p {
        line-height: 30px;
        font-size: 14px;
    }

    .wzhui dd h2 span {
        font-size: 18px;
    }

}

@media(max-width:414px) {

    .wzhui dd h2 span {
        font-size: 18px;
        width: 75%;
    }

}

@media(max-width:375px) {

    .wzhui dd h2 span {
        font-size: 18px;
        width: 70%;
    }

}



.hduo {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 50px 100px 0px 100px;
}

.hduo_l {
    float: left;
    width: 72%;
    height: auto;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    padding-bottom: 40px;
}

.dqwz {
    background: #f9f9f9;
    line-height: 40px;
    padding: 0 40px;
    color: #999999;
    font-size: 16px;
    margin-bottom: 50px;
}

.dqwz a {
    color: #999;
    font-size: 16px;
}

.dqwz a.fg {
    color: #006737;
}

.hdro {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bdro_t {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.bdro_t h2 {
    text-align: center;
    color: #363636;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.bdro_t p {
    text-align: center;
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}

.bdro_t p img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.bdro_c {
    height: auto;
    overflow: hidden;
    padding-right: 90px;
    min-height: 1100px !important;
}

.bdro_c p {
    color: #666666;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 30px;
}

.bdro_c p img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.hduo_r {
    float: right;
    width: 28%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #eee;
    padding: 40px 50px 0 50px;
}

.hduo_rt {
    height: auto;
    overflow: hidden;
    color: #363636;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 28px;
}

.hduo_rb {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hduo_rb dl {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.hduo_rb dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.hduo_rb dt img {
    display: block;
    width: 100%;
    height: auto;
}

.hduo_rb dd {
    height: auto;
    overflow: hidden;
}

.hduo_rb dd h2 {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}

.hduo_rb dd p {
    line-height: 24px;
    color: #999999;
    font-size: 14px;
    margin-bottom: 15px;
}

.hduo_rb dd span {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.hduo_rb dd span img {
    vertical-align: middle;
    margin-left: 10px;
}

@media(max-width:1440px) {

    .hduo {
        padding: 50px 60px 0px 60px;
    }

    .hduo_r {
        padding: 40px 30px 0 30px;
    }

    .bdro_c {
        padding-right: 50px;
    }

}

@media(max-width:1024px) {

    .hduo {
        padding: 40px 30px 0px 30px;
    }

    .hduo_r {
        padding: 40px 30px 0 30px;
    }

    .bdro_c {
        padding-right: 30px;
    }

    
    .nyxo {
        padding: 0px;
        ;
    }

    .nyxo_t {
        margin-bottom: 20px;
    }

    .nyxo_c h3 {
        margin-bottom: 30px;
        padding-bottom: 20px;
        font-size: 20px;
    }

    /* .nyxo_c p {
        font-size: 12px;
        margin-bottom: 0px;
    } */

    .nyxo_b li {
        margin-bottom: 30px;
    }

    .by_box {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 50px 15px 0 15px;
    }
}

@media(max-width:768px) {

    .hduo_l {
        width: 100%;
        border-right: none;
        padding-bottom: 0px;
    }

    .hduo_r {
        padding: 40px 30px 0 30px;
        width: 100%;
    }

    .bdro_c {
        padding-right: 0px;
    }

}

@media(max-width:450px) {

    .hduo_l {
        width: 100%;
        border-right: none;
        padding-bottom: 0px;
    }

    .hduo_r {
        padding: 40px 15px 0 15px;
        width: 100%;
    }

    .bdro_c {
        padding-right: 0px;
    }

    .hduo_rt {
        font-size: 20px;
    }

    .hduo_r {
        padding: 40px 0px 0 0px;
        width: 100%;
    }

    .hduo {
        padding: 40px 15px 0px 15px;
    }

    .bdro_t h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .dqwz {
        margin-bottom: 30px;
    }

    .bdro_t {
        margin-bottom: 30px;
    }

    .bdro_c p {
        margin-bottom: 20px;
    }

}

/* end*/



/* begin*/

.cpbo {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/bg2.jpg) no-repeat center 73px;
    padding: 55px 100px 0 100px;
}

.cpbo_t {
    margin-bottom: 40px;
}

.cpbo_b {
    height: auto;
    overflow: hidden;
}

.cpbo_b dl {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 82px;
}

.cpbo_b dt {
    float: left;
    width: 40%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.cpbo_b dt img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.cpbo_b dt span {
    display: block;
    width: 100%;
    height: 100%;
    background: #006737;
    position: absolute;
    left: 0;
    top: 0;
}

.cpbo_b dt.obo {
    float: right;
}

.cpbo_b dd {
    float: right;
    width: 50%;
    padding-top: 52px;
}

.cpbo_b dd.oov {
    float: left;
}

.cpbo_b dd h2 {
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 50px;
}

.cpbo_b dd h2 em {
    font-size: 24px;
    line-height: 30px;
    margin: 0 12px;
    color: #006737;
}

.cpbo_b dd h2 img {
    vertical-align: middle;
    margin-top: -3px;
}

.cpbo_b dd p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 35px;
}

.cpbo_b dd p:last-child {
    margin-bottom: 0px;
}

@media(max-width:1680px) {

    .cpbo_b dd {
        float: right;
        width: 55%;
        padding-top: 20px;
    }

    .cpbo_b dd p {
        line-height: 30px;
        color: #666666;
        font-size: 16px;
        margin-bottom: 15px;
    }

}

@media(max-width:1600px) {

    .cpbo_b dd {
        float: right;
        width: 55%;
        padding-top: 10px;
    }

    .cpbo_b dd p {
        line-height: 30px;
        color: #666666;
        font-size: 16px;
        margin-bottom: 15px;
    }

}

@media(max-width:1440px) {

    .cpbo {
        padding: 55px 60px 0 60px;
    }

    .cpbo_b dd {
        float: right;
        width: 55%;
        padding-top: 10px;
    }

    .cpbo_b dd p {
        line-height: 30px;
        color: #666666;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .cpbo_b dd h2 {
        margin: 20px;
    }

}

@media(max-width:1366px) {

    .cpbo_b dd h2 {
        margin: 20px;
    }

    .cpbo_b dd p {
        line-height: 24px;
        color: #666666;
        font-size: 14px;
        margin-bottom: 15px;
    }

}

@media(max-width:1024px) {

    .cpbo {
        padding: 40px 30px 0 30px;
    }

    .cpbo_b dd h2 {
        margin: 20px;
    }

    .cpbo_b dd p {
        line-height: 24px;
        color: #666666;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .cpbo_b dd {
        float: right;
        width: 100%;
        padding-top: 20px;
    }

    .cpbo_b dt {
        width: 100%;
    }

    .cpbo_b dl {
        margin-bottom: 40px;
    }

}

@media(max-width:450px) {

    .cpbo {
        padding: 40px 15px 0 15px;
    }

    .cpbo_b dd h2 em {
        font-size: 18px;
        line-height: 30px;
        margin: 0 8px;
        color: #006737;
    }

}

.ptci {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 100px 70px 100px;
    background: url(../images/bg3.jpg) no-repeat center bottom;
}

.ptci dl {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 70px;
}

.ptci dd {
    float: left;
    width: 50%;
    overflow: hidden;
    padding-top: 65px;
}

.ptci dd h2 {
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 65px;
}

.ptci dd h2 em {
    font-size: 24px;
    line-height: 30px;
    margin: 0 12px;
    color: #006737;
}

.ptci dd h2 img {
    vertical-align: middle;
    margin-top: -3px;
}

.ptci dd p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
}

.ptci dt {
    float: right;
    width: 40%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.ptci dt img {
    display: block;
    width: 100%;
}

.ptci dt span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #006737;
}

@media(max-width:1680px) {

    .ptci dd {
        padding-top: 40px;
    }

    .ptci dd h2 {
        margin-bottom: 40px;
    }

}

@media(max-width:1440px) {

    .ptci {
        clear: both;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0 60px 70px 60px;
        background: url(../images/bg3.jpg) no-repeat center bottom;
    }

    .ptci dd {
        float: left;
        width: 55%;
        padding-top: 10px;
    }

    .ptci dd {
        padding-top: 20px;
    }

    .ptci dd h2 {
        margin-bottom: 20px;
    }

}

@media(max-width:1440px) {

    .ptci dd {
        float: left;
        width: 55%;
        padding-top: 10px;
    }

    .ptci dd {
        padding-top: 20px;
    }

    .ptci dd h2 {
        margin-bottom: 20px;
    }

}

@media(max-width:1024px) {

    .ptci dl {
        margin-bottom: 30px;
    }

    .ptci {
        padding: 0 30px 40px 30px;
    }

    .ptci dd {
        width: 100%;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .ptci dt {
        width: 100%;
    }

}

@media(max-width:450px) {

    .ptci {
        padding: 0 15px 40px 15px;
    }

    .ptci dd h2 em {
        font-size: 18px;
        margin: 0 8px;
    }

}

.xgbo {
    width: 150px;
    height: 40px;
    background: #006737;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.xgbo a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.xgbo:hover {
    border-radius: 10px;
}



.by_box1 {
    background: url(../images/bg4.jpg) no-repeat right 42px #fff;
    border-radius: 10px;
}

.ydto {
    width: 78%;
    height: auto;
    margin: 0 auto;
}

.ydto_l {
    float: right;
    width: 53%;
    height: auto;
    overflow: hidden;
}

.ydto_l h2 {
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 73px;
}

.ydto_l h2 em {
    font-size: 24px;
    line-height: 30px;
    margin: 0 12px;
    color: #006737;
}

.ydto_l h2 img {
    vertical-align: middle;
    margin-top: -3px;
}

.ydto_l p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 70px;
}

.ydto_r {
    float: left;
    width: 39%;
    height: auto;
    padding-top: 132px;
}

.ydto_r dt {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.ydto_r dt img {
    display: block;
    width: 100%;
}

.ydto_r dt span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #006737;
}

.ydto_r dd {
    text-align: center;
    line-height: 24px;
    color: #666666;
    font-size: 16px;
}

.ydto1 {
    background: none;
    padding-bottom: 70px;
}

@media(max-width:1680px) {

    .ydto {
        width: 83%;
    }

}


@media(max-width:1440px) {

    .ydto {
        width: 93%;
    }

}

@media(max-width:1024px) {

    .ydto1 {
        background: none;
        padding-bottom: 20px;
    }

    .ydto {
        width: 100%;
    }

    .ydto_l h2 {
        margin-bottom: 20px;
    }

    .ydto_l p {
        margin-bottom: 20px;
    }

}

@media(max-width:768px) {

    .ydto1 {
        background: none;
        padding-bottom: 40px;
    }

    .ydto_l {
        width: 100%;
    }

    .ydto_r {
        width: 100%;
        padding-top: 20px;
    }

}

@media(max-width:450px) {

    .ydto_l h2 {
        margin-bottom: 20px;
    }

    .toxi_l h2 em {
        margin: 0 8px;
        font-size: 18px;
    }

}

.by_box2 {
    background: url(../images/bg5.jpg) no-repeat right top #fff;
    border-radius: 10px;
}

.cpbo_t1 {
    margin-bottom: 56px;
}



.toxi {
    width: 1060px;
    height: auto;
    margin: 0 auto;
}

.toxi_l {
    float: left;
    width: 47%;
    height: auto;
    padding-top: 45px;
}

.toxi_l h2 {
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 86px;
    text-align: center;
}

.toxi_l h2 em {
    font-size: 24px;
    line-height: 30px;
    margin: 0 12px;
    color: #006737;
}

.toxi_l h2 img {
    vertical-align: middle;
    margin-top: -3px;
}

.toxi_l p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 50px;
}

.toxi_r {
    float: right;
    width: 48%;
    height: auto;
    overflow: hidden;
}

.toxi_r p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 50px;
}

.toxi_r p img {
    display: block;
    width: 100%;
    height: auto;
}

@media(max-width:1024px) {

    .toxi {
        width: 100%;
    }

    .toxi_l h2 {
        margin-bottom: 20px;
    }

    .toxi_l p,
    .toxi_r p {
        margin-bottom: 20px;
    }

    .cpbo_t1 {
        margin-bottom: 40px;
    }

}

@media(max-width:768px) {

    .toxi {
        width: 100%;
    }

    .toxi_l,
    .toxi_r {
        width: 100%;
    }

    .toxi_l {
        padding-top: 0px;
    }

}

@media(max-width:450px) {

    .toxi_l h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .toxi_l h2 em {
        margin: 0 8px;
        font-size: 18px;
    }

}

.giob_r h2 em {
    font-size: 24px;
    color: #006737;
    margin: 0 12px;
}

@media(max-width:450px) {

    .giob_r h2 em {
        margin: 0 8px;
    }

}



.xqlh {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 80px 100px 80px 100px;
}

.xqlu {
    float: right;
    width: 25%;
}

.xqlu_t {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 100px;
}

.xqlu_b {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 0 52px;
}

.cbore {
    width: 100%;
    height: auto;
    position: relative;
}

.cbore:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 98%;
    height: 1px;
    background: #006737;
}

.cuboe::-webkit-scrollbar-track {
    background-color: #fff;
}

.cuboe::-webkit-scrollbar {
    width: 10px;
    background-color: #006737;
    border-radsiu: 10px;
}

.cuboe::-webkit-scrollbar-thumb {
    background-color: #006737;
    border: 10px solid #006737;
    border-radius: 10px;
}

.cuboe {
    width: 100%;
    height: 310px;
    overflow: hidden;
    overflow-y: auto;
}
.cuboe li {
    line-height: 60px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}

.cuboe li:hover {
    color: #006737;
}

.cuboe li.Colors {
    color: #006737;
}

.xqlb {
    float: left;
    width: 72%;
    height: auto;
    overflow: hidden;
}

.xqls {
    height: auto;
    overflow: hidden;
}

.xqls h2 {
    line-height: 30px;
    margin-bottom: 45px;
}

.xqls h2 em {
    color: #006737;
    font-size: 24px;
    margin: 0 12px;
}

.xqls h2 img {
    vertical-align: middle;
}

.xqls p {
    clear: both;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 35px;
}

.xqls p:last-child {
    margin-bottom: 0px;
}

.xqls li {
    float: left;
    width: 48%;
    height: auto;
    overflow: hidden;
}

.xqls li.qcbj {
    float: right;
}

.xqls li img {
    display: block;
    width: 100%;
    margin-bottom: 35px;
}

@media(max-width:1680px) {

    .cbore:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 95%;
        height: 1px;
        background: #006737;
    }

    .xqlu {
        width: 30%;
    }

    .xqlb {
        width: 67%
    }

}

@media(max-width:1440px) {

    .xqlh {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 80px 60px 80px 60px;
    }

}

@media(max-width:1024px) {

    .xqlh {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 40px 30px;
    }

    .xqlu {
        width: 100%;
        padding-bottom: 30px;
    }

    .xqlb {
        width: 100%
    }

    .xqlu_t {
        margin-bottom: 30px;
    }

    .xqls h2 {
        margin-bottom: 20px;
    }

    .xqls p {
        margin-bottom: 20px;
    }

    .xqls li img {
        margin-bottom: 20px;
    }

    .xqls h2 em {
        font-size: 20px;
        margin: 0 12px;
    }

    .xqlu_b {
        padding-left: 0
    }

}

@media(max-width:450px) {

    .xqlh {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 40px 15px;
    }

    .xqls h2 em {
        font-size: 20px;
        margin: 0 8px;
    }

    .cuboe {
        width: 100%;
        height: 200px;
        overflow: hidden;
        overflow-y: auto;
    }

    .cuboe li {
        line-height: 50px;
        border-bottom: 1px solid #eeeeee;
        cursor: pointer;
    }

}

/*  end*/






.recruit-box{
    overflow: hidden;
}
.recruit-box li {
    display: block;
    margin-bottom: 40px;
    width: 48%;
    margin-right: 4%;
    float: left;
    border: 1px solid #eee;
    background-color: #fff;
    transition: all .2s;
}

.recruit-box li:nth-child(2n) {
    margin-right: 0;
}
.recruit-box li a{
    display: block;
    padding: 30px 40px;
}
.recruit-box .staff-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    transition: all .3s;
    overflow: hidden;
  }
  
  .recruit-box .staff {
    float: left;
    font-size: 22px;
    line-height: 30px;
    transition: all .3s;
  }
  
  .recruit-box .detail {
    float: right;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    transition: all .3s;
  }
  
  .recruit-box .require {
    margin-top: 27px;
    font-size: 0;
  }
  
  .recruit-box .require span {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    margin-right: 40px;
    color: #666;
    transition: all .3s;
  }
  .recruit-box .require span.require-span{
    width: 100%;
  }
  .recruit-box li:hover{
    background-color: #006737;
    border-color: #006737;
    box-shadow: 0 10px 20px rgb(0 103 55 / 20%);
  }
  
  .recruit-box li:hover .staff-box{
    border-color: rgba(216, 229, 236, .3);
  }
  
  .recruit-box li:hover .staff{
    color: #fff;
  }
  
  .recruit-box li:hover .detail{
    color: #fff;
  }
  
  .recruit-box li:hover .require span{
    color: #fff;
  }
  
















/*  begin*/

.jtzx {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    /* padding: 120px 100px 70px 100px; */
}

.jtzx_t {
    margin-bottom: 80px;
}

.jtzx_b {
    height: auto;
    overflow: hidden;
}

.jtzx_bt {
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.bode {
    height: auto;
    overflow: hidden;
}

.bode dt {
    float: left;
    width: 45%;
    height: 380px;
    overflow: hidden;
    position: relative;
    opacity: 0;
}

.bode dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.bode dt span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #006737;
    opacity: 0;
}

.bode dd {
    float: right;
    width: 52%;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}

.bode dd h2 {
    color: #006737;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bode dd span {
    display: block;
    color: #999999;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 45px;
}

.bode dd p {
    color: #666666;
    font-size: 15px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bode dd font {
    color: #006737;
    font-size: 15px;
    line-height: 24px;
}

.bode dd font img {
    vertical-align: middle;
    margin-left: 10px;
}

.bode dd div {
    margin-bottom: 60px;
}

.ani-slide dt {
    animation: boegn1 1.5s;
    opacity: 1;
}

.ani-slide dt img {
    animation: yceo 1.5s;
    opacity: 1;
}

.ani-slide dt span {
    animation: boegn 1.5s forwards;
    opacity: 1;
}

.jtzx_bb {
    height: auto;
    overflow: hidden;
}

.jtzx_bb li {
    clear: both;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
    transition: all 0.5s ease;
}

.jtzx_bb li h2 {
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}

.jtzx_bb li h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #e5e5e5;
}

.jtzx_bb li h2 span {
    display: block;
    float: left;
    width: 92%;
    height: auto;
    color: #666666;
    font-size: 24px;
    line-height: 24px;
}

.jtzx_bb li h2 font {
    display: block;
    float: right;
    text-align: right;
    color: #999999;
    font-size: 24px;
    line-height: 24px;
}

.jtzx_bb li h2 font i {
    display: block;
    color: #999999;
    font-size: 14px;
}
.newslist li p{
    background: url(../images/bg6.jpg) no-repeat right center; 
    background-size: 40px;
}
.jtzx_bb li p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    /*background: url(../images/bg6.jpg) no-repeat right center; */
    background-size: 40px;
    padding-right: 200px;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.jtzx_bb li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 1px;
    background: #006737;
    transition: all 0.5s ease;
}

.jtzx_bb li:hover:after {
    width: 100%;
}

.jtzx_bb li:hover h2 span {
    color: #006737;
}

.jtzx_bb li:hover p {
    background: url(../images/bg6_1.png) no-repeat right center;
    background-size: 40px;
}


.gs_list .jtzx_bb ul{
    overflow: hidden;
}
.gs_list .jtzx_bb li{
    width: 48%;
    margin-right: 4%;
    clear: initial;
    float: left;
    padding: 20px 40px;
    border: 1px solid #eeeeee;
}
.gs_list .jtzx_bb li h2{margin-bottom: 0;}
.gs_list .jtzx_bb li h2 span{width: 86%;}
.gs_list .jtzx_bb li:nth-child(2n){margin-right: 0;}
@media(max-width:1680px) {

    .bode dd {
        padding-top: 0px;
    }

    .bode dd div {
        margin-bottom: 20px;
    }

    .bode dd span {
        margin-bottom: 25px;
    }

}

@media(max-width:1440px) {
    .bode dd {
        padding-top: 0px;
    }

    .bode dd div {
        margin-bottom: 20px;
    }

    .bode dd span {
        margin-bottom: 25px;
    }

    .bode dd p {
        color: #666666;
        font-size: 16px;
        line-height: 24px;
    }

    .bode dt{
        height: 260px;
    }
}

@media(max-width:1024px) {
    .gs_list .jtzx_bb li{
        width: 100%;
        margin-right: 0;
        padding: 20px 10px;
        margin-bottom: 20px;
    }
    .gs_list .jtzx_bb li h2 {padding-bottom: 0;}
    .gs_list .jtzx_bb li h2 span{
        width: 64%;
        font-size: 16px;
    }
    .gs_list .jtzx_bb li h2:after{
        height: 2px;
    }
    .jtzx_t {
        margin-bottom: 40px;
    }

    .bode dd {
        width: 100%;
        padding: 20px 0
    }

    .bode dt {
        width: 100%;
    }

    .bode dd h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .bode dd p {
        font-size: 14px;
        line-height: 24px;
    }

    .jtzx_bt {
        margin-bottom: 40px;
    }

    .jtzx_bb li p {
        padding-right: 100px;
    }

    .jtzx_bb li h2 span {
        font-size: 20px;
    }
    .bode dt{
        height: 210px;
    }

}

@media(max-width:450px) {

    .jtzx_bb li p {
        padding-right: 0px;
    }

    .jtzx_bb li h2 span {
        font-size: 20px;
        width: 58%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

}

.bdubo {
    border-right: 1px solid #eeeeee;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 60px;
}

.bdro_c h5 {
    color: #363636;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
}

.bdro_c p span {
    text-align: center;
    color: #999999;
    font-size: 16px;
}

.hduo_la {
    padding-bottom: 0px;
}

.fubo {
    clear: both;
    line-height: 40px;
    overflow: hidden;
    padding: 0 12px;
    background: #f9f9f9;
}

.fubo a {
    display: block;
    float: left;
    width: 33.33%;
    line-height: 40px;
    color: #999999;
    font-size: 14px;
}

.fubo a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 10px;
}

.fubo a.obb {
    text-align: right;
}

@media(max-width:1024px) {

    .fubo a {
        width: 100%;
    }

    .fubo a.obb {
        text-align: left;
    }

}

@media(max-width:768px) {

    .hduo_la {
        border: none;
    }

    .bdubo {
        border-right: none;
    }

}



.jtgw {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jtgw li {
    clear: both;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
}

.jtgw li span {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #006737;
    text-align: center;
    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;
    color: #006737;
    font-size: 48px;
    float: left;
    transition: all 0.5s ease
}

.jtgw li font {
    display: block;
    float: right;
    width: 92%;
}

.jtgw li font em {
    display: block;
    float: left;
    width: 86%;
    height: auto;
}

.jtgw li h2 {
    color: #666666;
    font-size: 24px;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: all 0.5s ease;
}

.jtgw li p {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    height: 48px;
    overflow: hidden;
}

.boom {
    float: right;
    margin-right: 35px;
    text-align: center;
}

.boom i {
    display: block;
    color: #666666;
    line-height: 46px;
}

.boom b {
    display: block;
    width: 130px;
    height: 40px;
    border: 1px solid #666666;
    text-align: center;
    color: #666666;
    position: relative;
    overflow: hidden;
    line-height: 40px;
}

.boom b:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #006737;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.6s, height 0.6s;
    transition: width 0.6s, height 0.6s;
}

.jtgw li:hover .boom b:after {
    width: 300px;
    height: 300px;
}

.jtgw li:hover .boom b {
    border: 1px solid #006737;
    color: #fff;
}

.boom b strong {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    display: block;
    position: relative;
    z-index: 11;
    transition: all 0.5s ease;
}

.jtgw li:hover .boom b strong {
    color: #fff;
}

.jtgw li:hover h2 {
    color: #006737;
}

.jtgw li:hover span {
    background: #006737;
    color: #fff;
}

@media(max-width:1680px) {

    .jtgw li font {
        width: 90%;
    }

    .jtgw li font em {
        width: 81%;
    }

}

@media(max-width:1024px) {

    .jtgw li {
        margin-bottom: 40px;
    }

    .jtgw li font {
        width: 100%;
    }

    .jtgw li span {
        width: 60px;
        height: 60px;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .boom {
        margin-right: 0px;
    }

    .jtgw li h2 {
        font-size: 20px;
    }

}

@media(max-width:768px) {

    .jtgw li font em {
        width: 75%;
    }

}

@media(max-width:450px) {

    .jtgw li font em {
        width: 100%;
    }

    .boom {
        margin-right: 0px;
        float: left;
    }

}

/* end*/



/* begin*/

.jtzx_t1 {
    margin-bottom: 100px;
}

.lxbi {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 100px;
}

.lxbi li {
    float: left;
    width: 13%;
    height: auto;
    margin-right: 8.7%;
}

.lxbi li.qcbj {
    margin-right: 0;
}

.lxbi li h2 {
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
    font-size: 24px;
    color: #006737;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.lxbi li p {
    line-height: 30px;
    font-size: 18px;
    color: #666666;
}

@media(max-width:1024px) {

    .jtzx_t1 {
        margin-bottom: 40px;
    }

    .lxbi li {
        float: left;
        width: 19%;
        height: auto;
        margin-right: 1.2%;
    }

    .lxbi li h2 {
        font-size: 20px;
    }

    .lxbi li p {
        font-size: 14px;
    }

    .lxbi {
        margin-bottom: 40px;
    }

}

@media(max-width:450px) {

    .lxbi {
        margin-bottom: 20px;
    }

    .jtzx_t1 {
        margin-bottom: 40px;
    }

    .lxbi li {
        float: left;
        width: 33.33%;
        height: auto;
        margin-right: 0%;
        padding-right: 1%;
        margin-bottom: 20px;
    }

    .lxbi li h2 {
        font-size: 18px;
    }

    .lxbi li p {
        font-size: 14px;
    }

}

@media(max-width:375px) {

    .lxbi {
        margin-bottom: 20px;
    }

    .jtzx_t1 {
        margin-bottom: 40px;
    }

    .lxbi li {
        float: left;
        width: 50%;
        height: auto;
        margin-right: 0%;
        padding-right: 1%;
        margin-bottom: 20px;
    }

    .lxbi li h2 {
        font-size: 18px;
    }

    .lxbi li p {
        font-size: 14px;
    }

}

.dtub {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.dtub_l {
    float: left;
    width: 26%;
    height: auto;
    overflow: hidden;
}

.dtub_lt {
    height: auto;
    color: #006737;
    line-height: 48px;
    font-size: 36px;
    padding-right: 103px;
    margin-bottom: 35px;
}

.dtub_lc {
    height: auto;
    color: #666666;
    font-size: 16px;
    margin-bottom: 65px;
    line-height: 24px;
}

.dtub_lb {
    height: auto;
    overflow: hidden;
}

.dtub_lb li {
    height: auto;
    overflow: hidden;
    margin-bottom: 55px;
}

.dtub_lb li h2 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    line-height: 31px;
    color: #006737;
    font-size: 24px;
    margin-bottom: 15px;
}

.dtub_lb li h2 img {
    float: right;
    max-width: 100%;
    vertical-align: middle;
}

.dtub_lb li p {
    line-height: 30px;
    color: #666666;
    font-size: 18px;
}

.dtub_lb li.qcbj {
    margin-bottom: 0px;
}

.dtub_r {
    float: right;
    width: 66%;
    height: auto;
    overflow: hidden;
}

.dtub_r img {
    display: block;
    width: 100%;
}

@media(max-width:1680px) {

    .dtub_lt {
        padding-right: 43px;
    }

    .dtub_lc {
        margin-bottom: 25px;
    }

    .dtub_lb li {
        margin-bottom: 25px;
    }

}

@media(max-width:1024px) {

    .dtub_l {
        width: 100%;
    }

    .dtub_lt {
        padding-right: 0px;
        font-size: 20px;
        line-height: 30px
    }

    .dtub_lc {
        margin-bottom: 25px;
    }

    .dtub_lb li {
        margin-bottom: 25px;
    }

    .dtub_lb li h2 {
        font-size: 18px;
    }

    .dtub_r {
        margin-top: 30px;
        width: 100%;
    }

}

.fbuo {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.fbuo li {
    width: 33.33%;
    float: left;
    text-align: center;
}

.fbuo li h2 {
    position: relative;
    color: #006737;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.fbuo li h2:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006737;
    margin: 0 auto;
}

.fbuo li p {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #666666;
}

.bojl {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
}

.bojl img {
    display: block;
    width: 100%;
}
#dituContent{
    width:100%;
    height:500px;
    margin-bottom: 80px;
}
#dituContent img{
    max-width: inherit;
    width: auto;
}
.newdtl_switch{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    padding: 30px 30px 0;
    margin-top: 50px;
}
.newdtl_switch a{
}
.newdtl_switch a:hover{
    color: #006737;
}















/* end*/



/* begin*/

.dyow {
    padding: 100px 100px 0 100px;
}

.dyow h2 {
    text-align: center;
    color: #006737;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 60px;
}

.dyow ul {
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.dyow li {
    float: left;
    width: 20%;
    padding: 50px 16px 15px 16px;
    border-right: 1px solid #e5e5e5;
    position: relative;
    min-height: 210px !important;
}

.dyow li h3 {
    transition: all 0.5s ease;
    position: relative;
    z-index: 11;
    text-align: center;
    color: #666666;
    font-size: 24px;
    margin-bottom: 20px;
}

.dyow li p {
    transition: all 0.5s ease;
    position: relative;
    z-index: 11;
    text-align: center;
    color: #666666;
    line-height: 30px;
    font-size: 16px;
}

.dyow li:after {
    transition: all 0.5s ease;
    content: '';
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #006737;
}

.dyow li:hover:after {
    height: 100%;
}

.dyow li:hover h3,
.dyow li:hover p {
    color: #fff;
}

.dyow li:last-child {
    border: none;
}

@media(max-width:1680px) {

    .dyow li p {
        font-size: 14px;
    }

}

@media(max-width:1440px) {

    .dyow {
        padding: 100px 60px 0 60px;
    }

    .dyow li p {
        font-size: 12px;
    }

    .dyow li {
        padding: 50px 14px 15px 14px;
    }

}

@media(max-width:1024px) {

    .dyow {
        padding: 40px 30px 0 30px;
    }

    .dyow li p {
        font-size: 14px;
    }

    .dyow li {
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #e5e5e5;
        border-right: none;
        min-height: auto !important;
    }

    .dyow h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .dyow li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

}

@media(max-width:450px) {

    .dyow {
        padding: 40px 15px 0 15px;
    }



}

.lbop {
    clear: both;
    width: 100%;
    padding: 100px 100px 0 100px;
}

.lbop h2 {
    text-align: center;
    color: #006737;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 60px;
}

.lbop ul {
    font-size: 0;
    text-align: center;
}

.lbop li {
    display: inline-block;
    margin-right: 318px;
}

.lbop li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.lbop li p {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
}

.lbop li.qcbj {
    margin-right: 0;
}

@media(max-width:1680px) {

    .lbop li {
        margin-right: 218px;
    }

}

@media(max-width:1440px) {

    .lbop li {
        margin-right: 138px;
    }

    .lbop {
        clear: both;
        width: 100%;
        padding: 100px 60px 0 60px;
    }

}

@media(max-width:1024px) {

    .lbop {
        clear: both;
        width: 100%;
        padding: 40px 30px 0 30px;
    }

    .lbop li {
        margin-right: 0;
        width: 33.33%;
        display: block;
        float: left;
    }

    .lbop h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

}

@media(max-width:450px) {

    .lbop {
        clear: both;
        width: 100%;
        padding: 40px 15px 0 15px;
    }

    .lbop li {
        margin-right: 0;
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 20px;
    }

    .lbop li.qcbj {
        margin-right: 0;
        margin-bottom: 0px;
    }

    .lbop li img {
        margin-bottom: 15px;
    }

}

.zpgw {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 100px 100px 30px 100px;
}

.zpgw h2 {
    text-align: center;
    color: #006737;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 60px;
}

.zpgw li {
    clear: both;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.zpgw li h3 {
    transition: all 0.5s ease;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding-bottom: 10px;
    background: url(../images/bg8.jpg) no-repeat right 5px;
    color: #666666;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.zpgw li h3:after {
    transition: all 0.5s ease;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #006737;
}

.zpgw li p {
    color: #666666;
    line-height: 30px;
    font-size: 16px;
}

.zpgw li:hover h3 {
    color: #006737;
    background: url(../images/bg9.jpg) no-repeat right 5px;
}

.zpgw li:hover h3:after {
    width: 100%;
}

@media(max-width:1440px) {

    .zpgw {
        padding: 100px 60px 30px 60px;
    }

}

@media(max-width:1024px) {

    .zpgw h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .zpgw {
        padding: 40px 30px 10px 30px;
    }

    .zpgw li {
        margin-bottom: 30px;
    }

    .zpgw li h3 {
        font-size: 18px;
    }

    .zpgw li p {
        font-size: 14px;
    }

}

@media(max-width:450px) {

    .zpgw {
        padding: 40px 15px 10px 15px;
    }

    .zpgw li h3 {
        font-size: 16px;
    }

    .zpgw li p {
        font-size: 12px;
        line-height: 24px;
    }

}

.gyro_t font {
    float: left;
    color: #666666;
    font-size: 20px;
}

.gyro_t font a {
    display: inline-block;
    color: #666666;
    font-size: 20px;
    line-height: 20px;
}

.gyro_t font a.guog {
    color: #006737;
}

.gyro_t font a img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.bolm {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 120px 100px 70px 100px;
}

.bolm_t {
    height: auto;
    text-align: center;
    color: #006737;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 80px;
}

.bolm_c {
    height: auto;
    overflow: hidden;
    background: url(../images/bg10.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 80px;
}

.bolm_c li {
    float: left;
    width: 16.66%;
    height: auto;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: 40px 0;
    text-align: center;
}

.bolm_c li h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 24px;
}

.bolm_c li p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.bolm_c li:last-child {
    border: none;
}

.bolm_b {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.bolm_b ul {
    float: left;
    width: 47%;
    height: auto;
}

.bolm_b li h2 {
    color: #666666;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 35px;
}

.bolm_b li {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}

.bolm_b ul.woa {
    float: right;
}

@media(max-width:1440px) {

    .bolm {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 120px 60px 70px 60px;
    }

}

@media(max-width:1024px) {

    .bolm {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 40px 30px;
    }

    .bolm_t {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .bolm_c {
        margin-bottom: 30px;
    }

    .bolm_c li {
        padding: 20px 0;
    }

    .bolm_c li h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .bolm_c li p {
        font-size: 14px;
    }

}

@media(max-width:768px) {

    .bolm_c li {
        padding: 20px 0;
        width: 33.33%;
    }

    .bolm_c li:nth-child(3) {
        border: none;
    }

    .bolm_b {
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .bolm_b ul {
        width: 100%;
        margin-bottom: 20px;
    }

    .bolm_b li h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .gyro_t font {
        font-size: 16px;
    }

    .gyro_t font a {
        color: #666666;
        font-size: 16px
    }

}

@media(max-width:450px) {

    .bolm {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 40px 15px;
    }

}

.bolm_h {
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 40px 0 0 0;
}

.bolm_h h2 {
    text-align: center;
    color: #363636;
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 40px;
}

.bolm_k {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f9f9f9;
    padding: 80px 50px;
}

.bolm_k li {
    float: left;
    width: 21%;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin-right: 5.3%;
    margin-bottom: 70px;
}

.bolm_k li span {
    display: block;
    float: left;
    /* width: 90px; */
    color: #666666;
    font-size: 16px;
    text-align: left;
}

.bolm_k li font {
    display: block;
    float: left;
    width: calc(100% - 100px);
}

.wbk1 {
    width: 100%;
    height: auto;
    line-height: 18px;
    font-size: 16px;
    color: #666666;
    background: none;
    border: none;
}
.bolm_k li.text{width: 100%;margin-right: 0;}
.bolm_k li.text font{width: 92%;}
.bolm_k .required{
    width: 100%;
    height: 200px;
    line-height: 26px;
    font-size: 18px;
    color: #666666;
    background: none;
    border: none;
}
.bolm_k li.qcbj {
    margin-right: 0;
}

.tboo {
    width: 150px;
    height: 40px;
    background: #006737;
    border: none;
    text-align: center;
    clear: both;
    margin: 0 auto;
    line-height: 40px;
}

.booor {
    width: 100%;
    height: 40px;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
}



.giob_r li {
    float: left;
    width: 24%;
    height: auto;
    min-height: 90px !important;
    background: #006737;
    margin-bottom: 48px;
    margin-right: 14%;
    padding: 14px 0 0 19px;
    line-height: 30px;
}

.giob_r li.qcbj {
    margin-right: 0px;
}

.giob_r li h6 {
    color: #fff;
    font-size: 16px;
}

.giob_r li i {
    display: block;
    color: #fff;
    font-size: 16px;
}

@media(max-width:1680px) {

    .giob_r li {
        width: 29%;
        margin-right: 6.5%
    }

}

@media(max-width:1366px) {

    .giob_r li {
        width: 31%;
        margin-right: 3%
    }

    .giob_r li h6 {
        color: #fff;
        font-size: 14px;
    }

    .giob_r li i {
        font-size: 14px;
    }



}

@media(max-width:1024px) {

    .giob_r li {
        width: 48%;
        margin-right: 0%;
    }

    .giob_r li:nth-child(even) {
        float: right;
    }

}

@media(max-width:768px) {

    .giob_r li {
        width: 48%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

}

@media(max-width:450px) {

    .giob_r li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

}

.xoob {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 100px 100px 40px 100px;
}

.xoob_l {
    float: left;
    width: 46%;
    height: auto;
    overflow: hidden;
}

.xoob_lt {
    color: #006737;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 45px;
}

.xoob_lb {
    height: auto;
    overflow: hidden;
    margin-bottom: 29px;
}

.xoob_lb li {
    clear: both;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-left: 140px;
    margin-bottom: 40px;
}

.xoob_lb li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 40px;
    height: 4px;
    background: #006737;
}

.xoob_lb li span {
    display: block;
    float: left;
    color: #666666;
    font-size: 24px;
    line-height: 30px;
}

.xoob_lb li font {
    display: block;
    float: right;
    width: 62%;
    line-height: 30px;
    color: #666666;
    font-size: 16px;
}

.lbor {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.lbor li {
    float: left;
    width: 39%;
    height: auto;
    overflow: hidden;
    margin-right: 104px;
    margin-bottom: 60px;
}

.lbor li span {
    display: block;
    width: 51px;
    border-right: 1px solid #e5e5e5;
    padding-top: 30px;
    float: left;
    min-height: 80px !important;
}

.lbor li font {
    display: block;
    width: 75%;
    height: auto;
    overflow: hidden;
    float: right;
}

.lbor li h2 {
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    color: #666666;
    font-size: 16px;
}

.lbor li p {
    line-height: 40px;
    color: #666666;
    font-size: 16px;
}

.lbor li.qcbj {
    margin-right: 0px;
}

.xoob_r {
    float: right;
    width: 43%;
    height: auto;
    overflow: hidden;
}

.xoob_r img {
    display: block;
    width: 100%;
}

@media(max-width:1680px) {

    .xoob_lt {
        margin-bottom: 30px;
    }

    .xoob_lb li {
        padding-left: 120px;
        margin-bottom: 30px;
    }

    .lbor li {
        width: 43%;
        margin-right: 73px;
        margin-bottom: 40px;
    }

    .xoob_lb {
        margin-bottom: 0px;
    }

}

@media(max-width:1440px) {

    .xoob {
        padding: 100px 60px 40px 60px;
        ;
    }

    .xoob_l {
        width: 50%;
    }

    .xoob_lt {
        margin-bottom: 20px;
    }

    .xoob_lb li {
        padding-left: 120px;
        margin-bottom: 20px;
    }

    .lbor li {
        width: 43%;
        margin-right: 73px;
        margin-bottom: 30px;
    }

    .xoob_lb {
        margin-bottom: 0px;
    }

}

@media(max-width:1280px) {
    .lbor li {
        width: 46%;
        margin-right: 37px;
        margin-bottom: 30px;
    }
}

@media(max-width:1200px) {
    .lbor li {
        width: 46%;
        margin-right: 35px;
        margin-bottom: 30px;
    }

    .lbor li p {
        font-size: 14px
    }

    .lbor li font {
        width: 72%;
    }
}

@media(max-width:1024px) {

    .xoob {
        padding: 40px 30px 40px 30px;
        ;
    }

    .xoob_l {
        width: 100%;
    }

    .xoob_lt {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .xoob_lb li {
        padding-left: 120px;
        margin-bottom: 30px;
    }

    .lbor li {
        width: 42%;
        margin-right: 84px;
        margin-bottom: 30px;
    }

    .xoob_lb {
        margin-bottom: 0px;
    }

    .xoob_r {
        width: 100%;
    }

    .xoob_r img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .xoob_lb li font {
        display: block;
        float: right;
        width: 72%;
        line-height: 30px;
        color: #666666;
        font-size: 16px;
    }

    .xoob_lb li span {
        font-size: 18px;
    }

}

@media(max-width:450px) {

    .xoob {
        padding: 40px 15px 40px 15px;
    }

    .xoob_lb li {
        padding-left: 60px;
        margin-bottom: 30px;
    }

    .lbor li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .xoob_lb li font {
        display: block;
        float: right;
        width: 100%;
        line-height: 30px;
        color: #666666;
        font-size: 16px;
    }



}

.boiu {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/bg11.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 70px;
}

.boiu_lt {
    height: auto;
    overflow: hidden;
}

.boiu_lt li {
    min-height: 170px !important;
    float: left;
    padding: 0 35px;
    color: #fff;
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_lt li.bnhu1 {
    width: 6%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_lt li.bnhu2 {
    width: 22%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 80px;
}

.boiu_lt li.bnhu3 {
    width: 22%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_lt li.bnhu4 {
    width: 22%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_lt li.bnhu5 {
    width: 22%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    text-align: right;
    padding-top: 80px;
}

.boiu_lt li.bnhu6 {
    width: 6%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_c {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.boiu_c li {
    transition: all 0.5s ease;
    min-height: 260px !important;
    float: left;
    padding: 50px 40px 0 40px;
    color: #fff;
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_c li.bnhr1 {
    width: 6%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_c li.bnhr2 {
    width: 22%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_c li.bnhr3 {
    width: 22%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_c li.bnhr4 {
    width: 22%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_c li.bnhr5 {
    width: 22%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_c li.bnhr6 {
    width: 6%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_c li h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
}

.boiu_c li span {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-bottom: 25px;
}

.boiu_c li p {
    line-height: 24px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.boiu_c li:hover {
    background: rgba(249, 249, 249, 0.15);
}

.boiu_lb {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.boiu_lb li {
    min-height: 60px !important;
    float: left;
}

.boiu_lb li.bnhe1 {
    width: 6%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_lb li.bnhe2 {
    width: 22%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_lb li.bnhe3 {
    width: 22%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_lb li.bnhe4 {
    width: 22%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_lb li.bnhe5 {
    width: 22%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.boiu_lb li.bnhe6 {
    width: 6%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

@media(max-width:1440px) {

    .boiu_c li {
        padding: 40px 30px 0 30px;
    }

    .boiu_c li span,
    .boiu_c li h2 {
        margin-bottom: 15px;
    }

    .boiu_lt li {
        font-size: 24px;
        padding: 0 30px;
    }

}

@media(max-width:1024px) {

    .boiu_c li {
        padding: 40px 15px 0 15px;
    }

    .boiu_c li span {
        margin-bottom: 15px;
    }

    .boiu_c li h2 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .boiu_lt li {
        font-size: 20px;
        padding: 0 15px;
    }

}

@media(max-width:450px) {

    .boiu_lt li {
        min-height: 60px !important;
    }

    .boiu_lt li.bnhu1 {
        display: none;
    }

    .boiu_lt li.bnhu2 {
        width: 50%;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        padding-top: 20px;
    }

    .boiu_lt li.bnhu3 {
        display: none;
    }

    .boiu_lt li.bnhu4 {
        display: none;
    }

    .boiu_lt li.bnhu5 {
        width: 50%;
        text-align: left;
        padding-top: 20px;
    }

    .boiu_lt li.bnhu6 {
        display: none;
    }

    .boiu_lb {
        display: none;
    }

    .boiu_lb li {
        min-height: 60px !important;
        float: left;
    }

    .boiu_lb li.bnhe1 {
        width: 50;
    }

    .boiu_lb li.bnhe2 {
        width: 50%;
    }

    .boiu_lb li.bnhe3 {
        display: none;
    }

    .boiu_lb li.bnhe4 {
        display: none;
    }

    .boiu_lb li.bnhe5 {
        display: none;
    }

    .boiu_lb li.bnhe6 {
        display: none;
    }

    .boiu_c li {
        width: 100%;
        padding: 40px 15px 40px 15px;
        min-height: auto !important;
    }

    .boiu_c li.bnhr1 {
        display: none;
    }

    .boiu_c li.bnhr2 {
        width: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .boiu_c li.bnhr3 {
        width: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .boiu_c li.bnhr4 {
        width: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .boiu_c li.bnhr5 {
        width: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .boiu_c li.bnhr6 {
        display: none;
    }



}

/* end*/



/*企业文化 begin*/

.yrxs {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 150px 100px 0 100px;
}

.yrxs_t {
    height: auto;
    overflow: hidden;
    margin-bottom: 90px;
}

.yrxs_b {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.yrxs_b dl {
    float: left;
    width: 47%;
    height: auto;
    overflow: hidden;
}

.yrxs_b dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.yrxs_b dt img {
    display: block;
    width: 100%;
    height: auto;
}

.yrxs_b dt span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/tu10.png) no-repeat center center rgba(0, 0, 0, 0.2);
}

.yrxs_b dd {
    text-align: center;
    line-height: 24px;
    color: #666666;
    font-size: 18px;
}

.yrxs_b dl.qcbj {
    float: right;
}

@media(max-width:1440px) {

    .yrxs {
        padding: 100px 60px 0 60px;
    }

}

@media(max-width:1024px) {

    .yrxs {
        padding: 220px 30px 0 30px;
        margin-top: -190px;
    }

    .yrxs_b dt {
        margin-bottom: 20px;
    }

    .yrxs_t {
        margin-bottom: 30px;
    }

}

@media(max-width:450px) {

    .yrxs {
        padding: 220px 15px 0 15px;
        margin-top: -190px;
    }

    .yrxs_b dl {
        width: 100%;
        margin-bottom: 20px;
    }

    .yrxs_b dl.qcbj {
        margin-bottom: 0px;
    }

}

.whoo {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 0 0;
}

.yrxs_t1 {
    margin-bottom: 60px;
}

.whoo_t {
    height: auto;
    text-align: center;
    overflow: hidden;
    margin-bottom: 90px;
}

.whoo_t p {
    color: #666666;
    line-height: 30px;
    font-size: 16px;
}

.whoo_e {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 80px;
}

.whoo_e li {
    float: left;
    width: 33.3333%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.whoo_e li.qcbj {
    margin-right: 0px;
}
.whoo_e li .icon{

}

.whoo_e li i{
    display: block;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 54px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #006737;
    border-radius: 50%;
}
.whoo_e li .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin: auto;
}
/* .whoo_e li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
} */

.whoo_e li h2 {
    color: #006737;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.whoo_e li p {
    text-align: center;
    color: #666666;
    line-height: 30px;
    font-size: 16px;
}

.whoo_w {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/tu112.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0
}

.whoo_wt {
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
}

.whoo_wt i {
    display: block;
    color: #feffff;
    font-size: 18px;
}

.whoo_wb {
    height: auto;
    overflow: hidden;
}

.whoo_wb h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
}

.whoo_wb p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

@media(max-width:1440px) {

    .whoo {
        padding: 0;
    }

}

@media(max-width:1024px) {

    .whoo {
        padding: 0px;
        margin-top: 0px;
    }

    .whoo_t {
        margin-bottom: 30px;
    }

    .whoo_e {
        margin-bottom: 30px;
        width: 100%;
    }

    .yrxs_t1 {
        margin-bottom: 30px;
    }

    .whoo_e li {
        width: 26%;
        margin-right: 11%;
    }

    .whoo_w {
        padding: 40px;
    }

    .whoo_wt {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .whoo_wb h2 {
        text-align: center;
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    #dituContent{
        height: 360px;
    }

}

@media(max-width:450px) {


    .whoo_e li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .whoo_e li:last-child {
        margin-bottom: 0px;
    }

    .whoo_w {
        padding: 30px 15px;
    }

    .whoo_wb p {
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
    }



}

.sobo {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 100px 100px 0 100px;
}

.sobo_t {
    text-align: center;
    color: #006737;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 85px;
}

.sobo_t i {
    display: block;
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
}

.sobo_d {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 100px;
}

.sobo_d li {
    float: left;
    width: 18%;
    position: relative;
    padding: 22px 0 0 22px;
    margin-right: 9.3%;
}

.sobo_d li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 92%;
    height: 100px;
    border: 1px solid #006737;
}

.sobo_d li span {
    display: block;
    width: 100%;
    height: 100px;
    background: #006737;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.sobo_d li.qcbj {
    margin-right: 0px;
}

.sobo_v {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sobo_v ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sobo_v li {
    float: left;
    width: 22%;
    height: auto;
    overflow: hidden;
    margin-right: 4%;
    margin-bottom: 80px;
}

.sobo_v li.qcbj {
    margin-right: 0;
}

.sobo_v li h2 {
    color: #666666;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sobo_v li p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
}

.sobo_v li.rip {
    margin-bottom: 0px;
}

@media(max-width:1440px) {

    .sobo {
        padding: 100px 60px 0 60px;
    }

    .sobo_d li {
        width: 20%;
        margin-right: 6.6%;
    }

}

@media(max-width:1024px) {

    .sobo {
        padding: 40px 30px 0 30px;
    }

    .sobo_t {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .sobo_t i {
        display: block;
        color: #666666;
        font-size: 24px;
        line-height: 24px;
        margin-top: 5px;
    }

    .sobo_d li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .sobo_d li:nth-child(even) {
        float: right;
    }

    .sobo_d li span {
        font-size: 18px;
    }

    .sobo_d {
        margin-bottom: 20px;
    }

    .sobo_v li {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .sobo_v li:nth-child(even) {
        float: right;
    }

    .sobo_v li h2 {
        color: #666666;
        font-size: 18px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .sobo_v li p {
        line-height: 30px;
        color: #666666;
        font-size: 14px;
    }



}

@media(max-width:450px) {

    .sobo {
        padding: 40px 15px 0 15px;
    }

    .sobo_d li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .sobo_d li:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 92%;
        height: 60px;
        border: 1px solid #006737;
    }

    .sobo_d li span {
        display: block;
        width: 100%;
        height: 60px;
        background: #006737;
        line-height: 60px;
    }





}

.hdow {
    clear: both;
    width: 100%;
    /* padding: 150px 100px 70px 100px; */
    padding: 0;
}

@media(max-width:1440px) {
    .jtzx_bb li p{
        font-size: 14px;
        -webkit-line-clamp: 3;
        line-height: 26px;
    }
    .jtzx_bb li h2{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .box4 .tab p::before{
        top: 8px;
    }
    .abDeve_line{
        top: 116px;
    }
    .HcontactBox{
        max-width: 98%;
    }
    .swiperwh .deveTxt p, .swiperwh .deveTxt span{
        font-size: 13px;
    }
    .giob_r h2{
        margin-bottom: 30px;
    }
    .giob_r p, .giob_b p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .bolm_k li{
        width: 44%;
    }
    .fbuo li p{
        font-size: 16px;
    }
}

@media(max-width:1024px) {

    .box4 .tab p::before{
        top: 6px;
    }
    .bolm_h {
        padding-top: 0px;
    }

    .bolm_h h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .bolm_k {
        padding: 30px;
    }

    .bolm_k li {
        margin-bottom: 20px;
        width: 48%;
        margin-right: 0px;
    }

    .bolm_k li:nth-child(even) {
        float: right;
    }
    

    .bolm_k li {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0px;
    }

    .bolm_k li:nth-child(even) {
        float: right;
    }
    .bolm_k .required{
        height: 80px;
    }
    .booor{
        font-size: 16px;
    }


}

@media(max-width:1024px) {
    .thirdmenu a{
        padding-bottom: 20px;
    }


}

@media(max-width:1024px) {

    .fbuo {
        margin-bottom: 40px;
    }

    .fbuo li h2 {
        font-size: 18px;
        color: #333;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .fbuo li p {
        font-size: 14px;
    }

}

@media(max-width:450px) {

    .fbuo li {
        width: 100%;
        margin-bottom: 20px;
    }

    .fbuo {
        margin-bottom: 20px;
    }

}

.bbb {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bbb dl {
    float: left;
    width: 46%;
    overflow: hidden;
}

.bbb dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.bbb dt img {
    display: block;
    width: 100%;
}

.bbb dt span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #006737;
}

.bbb dd {
    height: auto;
    overflow: hidden;
}

.bbb dd h2 {
    color: #666666;
    font-size: 30px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 35px;
}

.bbb dd div {
    margin-bottom: 45px;
}

.bbb dd p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
}

.bbb dd span {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
}

.bbb dl.qcbj {
    float: right;
}

@media(max-width:1024px) {
    .abDeve_line{
        top: 108px;
    }
    .swiperwh_details .abDeve_line{
        top: 116px;
    }
    .bbb dd h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .bbb dd div {
        margin-bottom: 25px;
    }

    .bbb dd p {
        font-size: 14px;
    }

    .bbb dd span {
        font-size: 14px;
    }

    .bbb dt {
        margin-bottom: 20px;
    }
    .service-details .l-box{
        display: none;
    }

    .cd-accordion-menu{
        display: block;
    }



    .service-details .r-box{
        width: 100%;
        padding: 14px;
    }
    .service-details #a1{
        padding-top: 20px;
    }
    .bodg dd{
        font-size: 16px;
    }
    .honor{
        padding: 0 10px 50px;
    }
    .recruit-box li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .recruit-box li a{
        padding: 14px;
    }
    .recruit-box .staff{
        font-size: 18px;
    }
    .recruit-box .detail{
        font-size: 14px;
    }
    .recruit-box .require{
        margin-top: 10px;
    }

    
    .swiperwh{
        padding: 0 0 50px;
    }
    .swiperwh_details{
        padding: 0 0 50px;
    }
    .swiperwh .swiper-button-prev3_1, .swiperwh .swiper-button-next3_1{
        bottom: 0;
        top: auto;
        left: 50%;
        margin-left: 20px;
        
    }
    .swiperwh_details .swiper-button-prev3_1,.swiperwh_details .swiper-button-next3_1{
        bottom: 0;
        top: auto;
        left: 50%;
        margin-left: 20px;
    }
    .honor .swiper-button-prev3_1,.honor .swiper-button-next3_1{
        bottom: 0;
        top: auto;
        left: 50%;
        margin-left: 20px;
    }
    .swiperwh .swiper-button-prev3_1{
        margin-left: -60px;
    }
    .swiperwh_details .swiper-button-prev3_1{
        margin-left: -60px;
    }
    .honor .swiper-button-prev3_1{
        margin-left: -60px;
    }
    .Hcontact .guom_t{
        margin-bottom: 20px;
    }
    .HcontactBox{
        width: 100%;
        max-width: 100%;
    }
    .swiperwh .deveTxt{
        padding: 10px;
    }
    .swiperwh .icon{
        width: 60px;
        height: 60px;
    }
    .swiperwh .icon i{
        font-size: 30px;
    }
    .swiperwh .sdt{
        font-size: 16px;
        height: auto;
        padding: 14px 0;
    }
    .swiperwh .deveItem:hover .sdt{
        padding: 5px 0 23px;
    }
    .swiperwh .deveDian{
        height: 30px;
    }

    #culture_fix{
        max-width: 100%;
    }
    .culture-close{
        font-size: 34px;
        padding: 10px;
    }
    .swiperwh_open{
        padding: 0 50px;
        height: auto;
    }

    .swiperwh_open .deveTxt{
        padding: 10px;
    }
    .swiperwh_open .icon{
        width: 60px;
        height: 60px;
    }
    .swiperwh_open .icon i{
        font-size: 30px;
    }
    .swiperwh_open .sdt{
        font-size: 16px;
        height: auto;
        padding: 14px 0;
    }
    .swiperwh_open .deveItem:hover .sdt{
        padding-top: 5px;
    }
    .swiperwh_open .deveDian{
        height: 30px;
    }
    .swiperwh_open .swiper-slide img:nth-child(1){
        display: none;
    }
    .swiperwh_open .swiper-slide img:nth-child(2){
        display: block;
    }
    /* .abDeve_line{
        top: 111px;
    } */

}

@media(max-width:450px) {

    .bbb dl {
        width: 100%;
        margin-bottom: 20px;
    }

    .bbb dl.qcbj {
        float: right;
        margin-bottom: 0px;
    }

    .bbb dd div {
        margin-bottom: 15px;
    }

}

/*企业文化 end*/

.boennn {
    position: relative;
    min-height: 52px !important;
}