.bannerPic {
    padding-bottom: 28.8%;
}

.bannercenter {
    /* margin-bottom: 50px; */
}

.bannercenter .slick-dots {
    bottom: 18px;
}

.bannercenter .slick-dots .slick-dots li {
    margin: 0 9px;
}

.bannercenter .slick-dots li button {
    background: rgba(255, 255, 255, .6);
}

.bannercenter .slick-dots li.slick-active button {
    background: #fff;
}

main {
    display: block;
    overflow: hidden;
    padding: 50px 0 40px;
    box-sizing: border-box;
    background: url(../images/mainbg.png) no-repeat;
    background-size: cover;
}

/* mode1 */
.mode1 {
    overflow: hidden;
    display: block;
    margin-bottom: 60px;
}

.mode1l {
    position: relative;
}

.mode1Box {
    width: 670px;
}

.mode1Img {
    padding-bottom: 66.72%;
}

.mode1Pic {
    position: relative;
}

.mode1lbox {
    display: block;
}

.mode1lsm {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 8px 18px;
    box-sizing: border-box;
    background: #047b51;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);

}

@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.mode1l:hover .mode1lsm, .mode1lsm:focus, .mode1lsm:active {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.mask {
    margin-top: -47px;
    padding: 20px 72px;
    box-sizing: border-box;
    width: 90%;
    height: 64px;
    background: url(../images/mask.png) no-repeat right;
    background-size: cover;
    position: relative;
    z-index: 10;
}

.mask::before {
    content: '';
    display: block;
    width: 2px;
    height: 63px;
    background: #ffe17f;
    position: absolute;
    left: 28px;
    bottom: 0;
    transform: skew(-30deg);
}

.mask::after {
    content: '';
    display: block;
    width: 27px;
    height: 40px;
    background: url(../images/icon1.png) no-repeat;
    position: absolute;
    right: 43px;
    top: calc(50% - 20px);

}

.mode1l .slick-dots {
    bottom: 82px;
    display: inline-block;
    width: auto;
    left: 10%;
}

.mode1l .slick-dots li {
    margin: 0 8px;
}

.mode1l .slick-dots li button {
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, .6);
}

.mode1l .slick-dots li.slick-active button {
    background: #fff;
}

.mode1r {
    background: #fff;
    padding: 21px 25px;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .1);
    position: relative;
}

.tilTabs li {
    display: inline-block;

}

.tilTabs li a {
    display: inline-block;
    vertical-align: middle;
    color: #757575;
}

.tilTabs li i {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 10px;
}

.tilTabs li:nth-child(1) i {
    background: url(../images/11.png) no-repeat;
    width: 18px;
    height: 22px;
}

.tilTabs li.on:nth-child(1) i {
    background: url(../images/1.png) no-repeat;
    background-size: cover;
}

.tilTabs li:nth-child(2) {
    padding: 0 21px;
    margin: 0 21px;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, .16);
    border-right: 1px solid rgba(0, 0, 0, .16);
}

.tilTabs li:nth-child(2) i {
    background: url(../images/22.png) no-repeat;
    width: 25px;
    height: 16px;
}

.tilTabs li.on:nth-child(2) i {
    background: url(../images/2.png) no-repeat;
    background-size: cover;
}

.tilTabs li:nth-child(3) i {
    background: url(../images/33.png) no-repeat;
    width: 14px;
    height: 22px;
}

.tilTabs li.on:nth-child(3) i {
    background: url(../images/3.png) no-repeat;
    background-size: cover;
}

.tilTabs li.on a {
    color: #222;
    font-weight: bold;
    font-size: 2.2rem;
}

.tabBox {
    /* display: none; */
}

.tabMore {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 25px;
    position: absolute;
}

.tabMore a {
    display: inline-block;
    line-height: 2.07;
    color: #999999;
    position: relative;
    z-index: 10;
}

.tabMore .more_tab {
    display: none;
}

.tabMore .more_tab.on {
    display: block;
}

.tabMore::before {
    content: 'MORE';
    display: block;
    font-size: 14px;
    color: #eee;
    font-weight: bold;
    position: absolute;
    left: -7px;
    top: 14px;
}

.tilTabs {
    padding-bottom: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 14px;
}

.tabListBox a {
    display: block;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

.tabListBox li:hover a {
    transform: translateX(5px);
}

.tabListBox li:last-child a {
    margin-bottom: 0;
}

.tabListBox li:hover p {
    color: #047b51;
}

.date {
    display: inline-block;
    line-height: 1.57;
    color: #999999;
    margin-left: 10px;
}

.tabListBox p {
    line-height: 1.37;
    color: #222;
}

.tabListBox {
    display: none;
}

/* mode2 */
.mode2 {
    min-height: 204px;
}

.mode2Ul {
    padding: 0 30px;
    box-sizing: border-box;
    background: #fff;
    font-size: 0;
    position: relative;
}

.mode2Ul li {
    display: inline-block;
    width: calc(100% / 4);
    position: relative;
}

.mode2Ul li a {
    display: block;
    padding: 40px 0px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    transition: all .3s ease-in-out;
}

.mode2Ul li a p {
    position: relative;
    z-index: 60;
    transition: all .3s ease;
    padding-bottom: 31px;
    box-sizing: border-box;
}

.mode2line {
    position: relative;
    padding: 0px 58px;
    box-sizing: border-box;
}

.mode2line::before {
    content: '';
    display: block;
    width: 2px;
    height: 84px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    transform: skew(-30deg);
    top: 0px;
}

.mode2Ul::after {
    content: '';
    display: block;
    width: 2px;
    height: 84px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    right: 49px;
    transform: skew(-30deg);
    top: 40px;
}


.mode2Top {
    margin-bottom: 16px;
    position: relative;
    height: 35px;
    z-index: 60;
    transition: all .3s ease-in-out;
}

.mode2Ul li:hover a::after {
    width: 100%;
    height: 242px;
    top: -34px;
}

.mode2Ul li:hover p {
    color: #047a51;
}
.mode2Ul li:hover p::before{
     width: 92px;
}
.mode2Ul li p::before {
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    background: #047a51;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}

.mode2Ul li:hover a {
    text-align: left;
}

.mode2Ul li:hover a::before {
    width: 24px;
    height: 21px;
}

.mode2Ul li a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    background: url(../images/sj.png) no-repeat;
    position: absolute;
    left: 61px;
    bottom: -26px;
    z-index: 500;
    transition: all .3s ease-in-out;
}

.mode2Ul li a::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .16);
    border-radius: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    transition: all .3s ease-in-out;
    z-index: 50;
    transform: skew(-30deg);
}

@media screen and (max-width:1460px) {
    .mode1Box {
        width: 580px;
    }

    .tabListBox a {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .tabListBox li:last-child a {
        margin-bottom: 0;
    }

    .tilTabs {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width:1400px) {
    .mode2Ul li a::before {
        left: 41px;
    }
}

@media screen and (max-width:1280px) {
    .mode1Box {
        width: 530px;

    }

    .mode2Ul li a::before {
        left: 26px;
    }

    .mode1r {
        padding: 15px;
    }

    .tabListBox a {
        padding-bottom: 9.2px;
        margin-bottom: 9.2px;
    }

    .tabListBox li:last-child a {
        margin-bottom: 0;
    }

    .tabMore {
        top: 15px;
    }
}

@media screen and (max-width:1100px) {
    .mode1Box {
        width: 100%;
        float: none;
        /* margin-bottom: 30px; */
    }

    .mode1 {
        margin-bottom: 60px;
    }

    .mode2Ul li a::before {
        left: 17px;
        bottom: -28px;
    }

    .mode2Ul li a {
        display: block;
        padding: 39px 0px;
        padding-left: 35px;
    }
    .mode2line{
         padding: 0px 5px;
    }


}

@media screen and (max-width:997px) {
    .mode2Ul li a::before {
        left: 17px;
        bottom: -29px;
    }
}

@media screen and (max-width:767px) {
    .mode2Ul li a {
        padding: 25px 0px;
       
    }
.mode2line{
     padding: 0px 30px;
     padding-left: 28px;
}
    .mode2Ul li a p {
        padding-bottom: 20px;
    }

    .mode2Ul li:hover a::after {
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0;
    }

    .mode2Ul::after {
        height: 84px;
        right: 35px;
        top: 27px;
    }

    .mode1 {
        margin-bottom: 30px;
    }

    .mode2 {
        min-height: auto;
    }

    .mode2Ul li a::before {
        left: 21px;
        bottom: 0;
    }
}

@media screen and (max-width:479px) {
    .mode2Ul li {
        width: calc(100% / 2);
    }

    .mode2Ul li a::before {
        left: 39px;
    }

    .mode2Ul li a {
        display: block;
        padding: 40px 0px;
    }
.mode2line{
     padding: 0px 44px;
}
    .mode2Ul li:hover a::after {
        width: 100%;
        height: 170px;
    }

    .mode2Ul li a p {
        padding-bottom: 15px;
        box-sizing: border-box;
    }

    .mask {
        margin-top: -20px;
        padding: 13px 29px;
        box-sizing: border-box;
        height: auto;
        z-index: 10;
    }

    .mask::before {
        content: '';
        display: block;
        width: 2px;
        height: 60px;
        left: 18px;
    }

    .tilTabs li:nth-child(2) {
        padding: 0 6px;
        margin: 0 6px;
    }

    .tilTabs li i {
        margin-right: 7px;
    }

    .mode2Ul::after {
        display: none;
    }

    .mode2Ul li:nth-child(2)::before, .mode2Ul li:nth-child(4)::before, .mode2Ul li:nth-child(5)::before {
        content: '';
        display: block;
        width: 2px;
        height: 84px;
        background: rgba(0, 0, 0, .1);
        position: absolute;
        right: 0;
        transform: skew(-30deg);
        top: 30px;
    }

    main {
        padding: 30px 0;
    }

    .bannercenter {
        margin-bottom: 30px;
    }

    .mode2Ul li:hover a::after {
        width: 97%;
        height: 100%;
        top: 0;
        left: 5px;
    }
}

@media screen and (max-width:414px) {
    .tilTabs li {
        margin-bottom: 10px;
    }

    .mode2Ul li a::before {
        left: 36%;
    }

    .mode2Ul li::before {
        content: '';
        display: block;
        width: 2px;
        height: 84px;
        background: rgba(0, 0, 0, .1);
        position: absolute;
        right: 0;
        transform: skew(-30deg);
        top: 30px;
    }
    .tilTabs li:nth-child(2) {
        padding: 0 20px;
        margin: 0 20px;
    }

    .mode2Ul li {
        width: 100%;
    }
  
}
  .link_list{
        display: flex;
      justify-content: space-between
    }
.link_list p{
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    display: block;
    width: 6%;
       color: white
}
.link_box{
    background-color:#047b51; 
}
    .link_list ul{display: flex;justify-content: left;width: 94%;}
    .link_list ul li{/*! height: 40px; */margin-left: 20px;}
    .link_list ul li a{height: 40px;display: block;line-height: 40px;font-size: 15px;color: white}
@media screen and (max-width:800px) {
      .link_list ul li{
    margin-left: 18px;
  }
  .link_list ul li:nth-child(2n+1){
    margin-left: 0px;
  }
  .link_list ul{
    flex-wrap: wrap;
  }
  .link_list p{
    width: 100%;
    display: block;
  }
  .link_list{
    display:block;
  }
    .bannercenter .slick-slide{
        
height: 109px;}
    .slick-slide {
        height: 256px;
    }
    .mode1l .slick-dots{
        bottom: -2px;
    }
    .bannercenter .slick-dots{
    bottom: 1px;
}
}