/*------------ wrapper ------------*/
.wrapper {
    background: #fff;
}
/*------------ banner ------------*/
.banner{
    background: url('../../images/common/index/index-bg-1.jpg') repeat;
}
.banner:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 69px;
    background: url('../../images/common/bg/bg1-4.png') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: 49px;
    left: 0;
    z-index: 100;
    display:none;
}
.banner .slick-arrow {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 76px;
    color: transparent;
    border-radius:50%;
    background: rgba(119, 165, 3,0.9);;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 40%;
    margin: -38px 0 0 0;
    left: 2%;
    z-index: 150;
    opacity:1;
    transition:all .3s ease;
}
.banner .slick-arrow:hover {
    opacity:0.7;
}
.banner .slick-arrow:before {
    content: "";
    font-size: 20px;
    display: block;
    color: #fff;
    margin: 19px 0px;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner .slick-next {
    left: auto;
    right: 2%;
}
.banner .slick-prev:before {
    content: "\f053";
}
.banner .slick-next:before {
    content: "\f054";
}
.banner .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    width: 100%;
    bottom: 0px;
    margin-top: 25px;
    z-index: 100;
}
.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button {
    background: #CFCAC5;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    padding:0;
}
.banner .slick-active button {
    background: #457704;
}
.banner .slick-slider{
    max-width: 1903px;
    margin-left: auto;
    margin-right: auto;
}
/*------------ about ------------*/
.about-sect{
    background: url('../../images/common/index/index-bg-1.jpg') repeat;
    padding-top: 30px;
    padding-bottom: 80px;
}
.about-sect .a-row{
    display: flex;
}
.about-sect .a-col:nth-child(1){
    width: 57%;
    box-sizing: border-box;
    position: relative;
}
.about-sect .a-col:nth-child(2){
    width: 43%;
    box-sizing: border-box;
    padding-right: 60px;
    padding-left: 30px;
}
.about-sect .a-pic-2{
    width: 130px;
    height: 140px;
    position: absolute;
    right: 23px;
    top: 35px;
    z-index: 2;
    display: none;
}
.about-sect .a-pic-3{
    width: 160px;
    height: 124px;
    position: absolute;
    left: -21px;
    top: 350px;
    z-index: 2;
}
.about-sect .title{
    display: flex;    
    padding-bottom: 17px;
    padding-top: 105px;
    white-space: nowrap;
}
.about-sect .title .t-1{
    display: block;
    color: #457704;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    letter-spacing: 6px;
}
.about-sect .title .t-2{
    color: #403530;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 2px;
}
.about-sect .title .t-3{
    color: #70953D;
    font-size: 22px;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: 1.5px;
}
.about-sect .title .t-3:before{
    content: "";
    background: url('../../images/common/index/index-about-icon-1.svg') no-repeat;
    width: 15px;
    height: 39px;
    position: absolute;
    left: 23px;
    top: 25px;
}
.about-sect .title .t-3:after{
    content: "";
    background: url('../../images/common/index/index-about-icon-2.svg') no-repeat;
    width: 15px;
    height: 39px;
    position: absolute;
    right: 23px;
    top: 25px;
}
.about-sect article.editor{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 520px;
    overflow: hidden;
    height: 216px;
}
.about-sect .about-line{
    background: url('../../images/common/index/index-about-line.png') no-repeat;
    width: 521px;
    height: 1px;
}
.about-sect .about-line.line2{
    margin-top: 50px;
}
.about-sect .btn-style01{
    margin-top: -31px;
    margin-left: auto;
}
/*------------ links ------------*/
.links-sect{
    position: relative;
    padding-top: 100px;
}
.links-sect:before {
    content: "";
    position: absolute;
    display: block;
    width: 1920px;
    height: 67px;
    background: url(../../images/common/bg/bg1-5.png) no-repeat center top;
    background-size: cover;
    top: 0px;
    left: calc(50% - 960px);
}
.links-sect:after{
    content: "";
    position: absolute;
    width: 116px;
    height: 125px;
    background: url(../../images/common/index/index-links-1.png);
    top: -64px;
    left: calc(50% - 58px);
    display: none;
}
.links-sect .title{
    padding-bottom: 33px;
    text-align: center;
}
.links-sect .title .t-1{
    display: block;
    color: #457704;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 13px;
    letter-spacing: 6px;
}
.links-sect .title .t-2{
    color: #403530;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 2px;
}
.link-list li {
    width: 20%;
    text-align: center;
    padding: 0 20px 30px;
}
.link-list li .box {
    position:relative;
}
.link-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    font-size: 0;
}
.link-list li .box {
    margin: 0 auto;
    max-width: 239px;
    overflow: hidden;
}
.link-list li .pic {
    position: relative;
    box-sizing: border-box;
    max-width: 220px;
    margin: 0 auto;
    /* filter:grayscale(1); */
    transition: all .3s ease;
}
.link-list li .box:hover .pic {
    /* filter:grayscale(0); */
}
.link-list .links-line{
    background: url('../../images/common/links/links-icon.png') no-repeat;
    width: 100%;
    height: 18px;
    margin-top: 13px;
    margin-bottom: 0px;
    background-position: top center;
}
.link-list li .pic img {
    position: relative;
    z-index: 10;
}
.link-list li .name {
    color: #594C44;
    font-size: 18px;
    font-weight: normal;
    margin: 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*------------ news ------------*/
.news-sect {
    background: url('../../images/common/index/index-news-bg-1.png') no-repeat center top;
    background-size: cover;
    padding: 144px 0 62px;
    height: 768px;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
}
.news-sect .title{
    padding-bottom: 90px;
    text-align: center;
}
.news-sect .title .t-1{
    display: block;
    color: #457704;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 13px;
    letter-spacing: 6px;
}
.news-sect .title .t-2{
    color: #403530;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.news-sect .title .t-2:before{
    content: "";
    background: url('../../images/common/index/index-news-icon-1.svg') no-repeat;
    width: 15px;
    height: 39px;
    position: absolute;
    left: -32px;
    top: -3px;
}
.news-sect .title .t-2:after{
    content: "";
    background: url('../../images/common/index/index-news-icon-2.svg') no-repeat;
    width: 15px;
    height: 39px;
    position: absolute;
    right: -32px;
    top: -3px;
}
.news-list {
    max-width: 1350px;
    margin: 0 auto;
}
.news-list li {
    padding: 0 25px;
    text-align: center;
    width: calc((100% / 3) - 0.1px);
}
.news-list li .box {
    padding: 80px 30px 0;
    position: relative;
    background: #FFF;
    transition: all 0.3s ease;
    top: 0;
    border-radius: 20px;
}
.news-list li .box:before {
    content: "";
    width: calc(100% - 13px);
    height: calc(100% - 13px);
    position: absolute;
    left: calc(5px);
    top: calc(5px);
    border: 1px solid #B9D28C;
    border-radius: 20px;
}
.news-list li .box:hover {
    top: -10px;
}
.news-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.news-list .date {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -47px 0 0 -54px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
}
.news-list .date .circle {
    display: inline-block;
    border-radius: 50%;
}
.news-list .date .circle span {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    display: block;
    background: #6B9F0D;
    line-height: 1.1;
    color: #FFF;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    font-weight: 500;
    transition: all 0.3s ease;
}
.news-list .box:hover .date .circle span {
    background: #457704;
    color: #fff;
}
.news-list .date .circle b {
    display: block;
    font-size: 40px;
    font-weight: normal;
}
.news-list li .text {
    text-align: left;
    overflow: hidden;
}
.news-list li .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 53px;
    font-size: 20px;
    color: #594C44;
    font-weight: 500;
    transition: all .3s ease;
    letter-spacing: 0.5px;
    margin-bottom: 13px;
}
.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #594C44;
    line-height: 1.6;
    height: 63px;
    margin: 12px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.6px;
}
.news-list .more {
    width: 56px;
    height: 56px;
    display: block;
    color: #6D4909;
    margin: 0 0 0 -28px;
    text-align: center;
    background: #F3CF0C;
    position: absolute;
    bottom: -28px;
    left: 50%;
    z-index: 10;
    transition: all .3s ease;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.news-list .more:before {
    content: "MORE";
    display: block;
    font-size: 13px;
    line-height: 56px;
}
.news-list li .box:hover .more {
    color: #fff;
    transition: all .3s ease;
}
.news-list li .box .more::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #483730;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transform: scale(0);
    transition: all .3s ease;
    z-index: -1;
}
.news-list li .box:hover .more::after {
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transform: scale(1.1);
}
.news-list .news-line{
    background: url('../../images/common/news/news-line.png') repeat;
    width: 100%;
    height: 1px;
}
/*------------ sect4 ------------*/
.sect4 {
    background: url('../../images/common/index/index-service-bg-1.jpg') repeat;
    padding: 100px 0 105px;
    z-index: 1;
    margin-top: -69px;
}
/*---- service ----*/
.service-box .title{
    padding-bottom: 70px;
    text-align: center;
}
.service-box .title .t-1{
    display: block;
    color: #457704;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 13px;
    letter-spacing: 6px;
}
.service-box .title .t-2{
    color: #403530;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.service-box .title .t-2:before{
    content: "";
    background: url('../../images/common/index/index-service-icon-1.png') repeat;
    width: 150px;
    height: 108px;
    position: absolute;
    left: -180px;
    top: -130px;
    z-index: 1;
}
.service-box .title .t-2:after{
    content: "";
    background: rgb(255 236 111 / 50%);
    width: 117%;
    height: 68%;
    position: absolute;
    left: -12%;
    top: 35%;
    z-index: -1;
}
.service-box {
    float: left;
    width: 67%;
    text-align: center;
}


/*---- album-box ----*/
.album-box {
    width: 30%;
    float: right;
    padding-top: 80px;
}

/*------------ site-footer ------------*/
/* .site-footer {
    margin: -85px 0 0 0;
} */
/*------------ rwd ------------*/
@media screen and (max-width: 1500px) {
    .about-sect .a-col:nth-child(1){
        width: 50%;
    }
    .about-sect .a-col:nth-child(2){
        width: 50%;
        padding-right: 15px;
        padding-left: 20px;
    }
    .about-sect article.editor{
        max-width: unset;
    }
    .about-sect .title .t-3{
        letter-spacing: -0.5px;
    }
    .about-sect .a-pic-3{
        top: 314px;
    }
    .about-sect .title{
        padding-top: 69px;
    }
}
@media screen and (max-width: 1440px) {
    .service-box,
    .album-box {
        float: none;
        width: 85%;
        margin: 0 auto;
    }

    .album-box {
        
        width: 100%;
        margin: 0 auto;
    }
    .album-box {
        max-width: 430px;
        margin: 0 auto;
        padding-top: 20px;
    }
}
@media screen and (max-width: 1100px) {
     .service-box {
       width: 100%; 
    }
    .about-sect{
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .about-sect .a-row{
        flex-direction: column;
    }
    .about-sect .a-col:nth-child(1){
        width: 100%;
        text-align: center;
    }
    .about-sect .a-col:nth-child(2){
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
    .about-sect .a-pic-2{
        width: 90px;
        position: absolute;
        right: 20px;
        top: 0px;  
    }
    .about-sect .a-pic-3{
        width: 90px;
        height: 50px;
        left: 20px;
        top: unset;
        bottom: 0;
    }
    .about-sect .title{
        flex-direction: column;
        align-items: center;
        text-align:center;
    }
    .about-sect .title .t-1{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
        letter-spacing:3px;
    }
    .about-sect .title .t-2{
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    .about-sect .title .t-3{
        font-size: 19px;
        line-height: 26px;
        letter-spacing: 2px;
        margin-top: 15px;
    }
    .about-sect .title .t-3:before{
        top: 9px;
    }
    .about-sect .title .t-3:after{
        top: 9px;
    }
    .about-sect article.editor{
        height: unset;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .about-sect .about-line.line2 {
        margin-top: 0px;
    }
    .about-sect .btn-style01{
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .links-sect{
        padding-top: 60px;
    }
    .links-sect:after{
        width: 90px;
        height: 96px;
        top: -29px;
        left: calc(50% - 45px);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .links-sect .title .t-1{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
        letter-spacing:3px;
    }
    .links-sect .title .t-2{
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    .link-list li {
        width: 100%;
        margin-bottom: 10px;
    }
    .news-sect {
        background: url(../../images/common/index/index-news-bg-2.jpg) no-repeat center top;
        background-size: cover;
        height: unset;
        padding-top: 50px;
    }
    .news-sect .title .t-1{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
        letter-spacing:3px;
    }
    .news-sect .title .t-2{
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    .news-sect .title .t-2:before{
        left: -39px;
        top: -14px;
    }
    .news-sect .title .t-2:after{
        right: -39px;
        top: -14px;
    }
    .news-list li {
        padding: 0;
        width: 100%;
    }
    .news-list li+li {
        margin-top: 90px;
    }
    .about-sect::after {
        display: none;
    }
    .news-list .date{
        margin: -40px 0 0 -37.5px;
        font-size: 14px;
    }
    .news-list .date .circle b {
        font-size: 32px;
    }
    .news-list .date .circle span{
        width: 75px;
        height: 75px;
        font-size: 14px;
        padding: 11px 0 0 0;
    }
    .news-list li .box {
        padding: 60px 30px 0;
    }
    .sect4 {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 90px;
    }
    .service-box .title{
        padding-bottom: 50px;
    }
    .service-box .title .t-2:before{
        display: none;
    }
    .service-box .title .t-1{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
        letter-spacing:3px;
    }
    .service-box .title .t-2{
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 767px) {
    .banner:before {
        display: none;
    }
    .banner .slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: 0;
        top: 50%;
        margin: -17px 0 0 0;
        display: none !important;
    }
    .banner .slick-arrow:before {
        font-size: 20px;
        margin: 8px 0px;
    }
    .banner .slick-next {
        left: auto;
        right: 0;
    }
    .banner .slick-dots {
        bottom: 0;
        margin-top: 15px;
    }
    .about-sect .title {
        font-size: 20px;
    }
    .about-sect .title b {
        font-size: 30px;
    }
    .news-sect .title {
        font-size: 30px;
        padding-bottom: 60px;
    }
    body .fancybox-nav span {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }
    .photo-pager {
        float: none;
        margin: 0 0 10px;
    }
    body .fancybox-opened .fancybox-title {
        padding: 10px;
    }
}

