.banner {
    padding-bottom: 180px;
    margin-bottom: -100px;
}
.banner:before {

    content: '';

    display: block;

    background:#FAFAFA  url('../../images/common/index/banner_bg.jpg') no-repeat;
    background-size: 100% auto;

    position: absolute;

    top: 10%;

    bottom: 0%;

    left: 0;

    right: 0;

}
.banner:after{
    content: '';
    display: block;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../../images/common/border_colorful_h.jpg) repeat-x bottom
}
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    left: 18px;
}
.banner .slick-next {
    background-position: 100% 0;
    right: 18px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 29px;
    height: 2px;
    margin-top: 10px;
    cursor: pointer;
    background: #DDDDDD;
}

.banner .slick-dots li.slick-active:nth-child(n) button {
    background: #609965;
}
.sect-title h2,
.sect-title {
    color: #191919;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    font-size: 17px;
  
}
.sect-title h2{
      display: inline-block;
}
.sect-title span {
    display: inline-block;
    color: #609965;
    font-family: 'EB Garamond';
    font-size: 38px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0;
}
.sect-title span:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: -3px 15px 0;
    background: #F0EFE8;
}
.sect4 .sect-title span:after{
    background: #609965;
}
.links-sect .sect-title h2,
.links-sect .sect-title {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    font-style: italic;
    font-family: 'EB Garamond';
}


.news-sect .sect-title,.about-sect .sect-title{
    line-height: 53px;
}
.sect1 {
    padding-bottom: 50px;
}

.links-sect {
    background:#c3e5ec url('../../images/common/index/link_bg.png');
    text-align: center;
    background-size: 100% auto;
    position: relative;
    padding: 25px 15px 25px;
    border-radius: 15px;
    z-index: 10;


}
.sect1 .container:before{
    content: '';
    display: block;
    background: url(../../images/common/shadow.png) no-repeat;
    background-size: 100% auto;
    max-width: 90%;
    width: 1300px;
    height: 64px;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
     background-position: center center;
}
.links-sect .sect-title{
    max-width: 1360px;
    margin: 0 auto 12px;
    position: relative;
}
.links-sect .sect-title,.links-sect .sect-title h2{
    line-height: 1;
    
}
.links-sect .sect-title h2:before,
.links-sect .sect-title h2:after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: -5px 15px 0;
    vertical-align: middle;

}
.links-sect .more:before {
    background: #1E84E4;
    content: '';
    display: block;
    width: 46px;
    height: 1px;
    vertical-align: middle;
    margin-top: -0.5px;
    top: 55%;
    position: absolute;
    left: 0;
    transition: all .3s ease;
}
.links-sect .more:after{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    background: #1E84E4;
    position: absolute;
    left: 5px;
    top: 55%;
    margin-top: -6px;
    transition: all .3s ease;
}
.links-sect .more {
    position: absolute;
    background: none;
    border:none;
    width: auto;
    right: 7px;
    top: 10px;
    color: #444444;
    font-family: 'EB Garamond';
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    padding-left: 55px;
    transition: all .3s ease;
}
.links-sect .more:hover{
    color:#1E84E4;
}
.links-sect .more:hover:before{
    background: #1E84E4;
} 
.links-sect .more:hover:after{
    background: #1E84E4;
    left: 28px;
}
.links-list .pic{
    position: relative;
}
.links-list .pic:after {
    content: "";
    background: url('../../images/common/links/hover.png') 50% 50% no-repeat rgba(255, 255, 255, 0.70);
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.links-list .box:hover .pic:after {
    opacity: 1;
    background-position: 50% 50%;
    width: 100%;
}
.links-list {
    max-width: 1360px;
    margin: 0 auto;
}
.links-list .item {
    width: 20%;
    padding: 0 7px;
    margin-bottom: 10px;
}
.links-list .item:nth-child(5n+1) {
    clear: left;
}
.links-list .item:nth-child(6) {
    display: none;
}
.links-list .box {
    max-width: 252px;
    margin: 0 auto 3px;
    text-align: center;
}
.links-list .name {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
}
.links-list .box:hover .name {
    color: #ff8158;
    font-weight: bold;
}

.sect2 {
    margin-bottom: 60px;
}
.news-sect {
    float: left;
    width: 42%;
}
.news-sect .sect-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.news-list {
    max-width: 1280px;
    margin: 20px auto 0;
}
.news-list .item {
    width: 50%;
    padding: 0 10px;
}
.news-list .box {
    max-width: 260px;
    margin: 0 auto 30px;
    text-align: center;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 250px;
    margin: 0 auto 15px;
    border-radius: 100%;
    overflow: hidden;
    
   
}
.news-list .pic img{
    border-radius: 50%;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
    width: 250px;
    height: 250px;
}
.news-list .pic .spinner{
    border: 5px solid #FFFFFF;
    border-right-color: #006000;
    border-bottom-color: #006000;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
     width: 250px;
    height: 250px;
    box-sizing: border-box;

}
.news-list .box:hover .pic .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.news-list .pic .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
}

.news-list .name {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}
.news-list .date {
    display: inline-block;
    margin: 15px auto 0;
    color: #006000;
    padding:0 10px;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    line-height: 32px;
    font-family: 'EB Garamond';
}
.news-list .date:before{
    content: '';
    display: block;
    width: 0;
    transition: all .6s ease;
  
    height: 1px;
    background: #006000;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
    
    z-index: -1;
}
.news-list .box:hover .date:before{
     width: 260px;
     margin-left: -130px;
}
.news-list .date:after{
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 50%;
    margin-left: -91.5px;
    background: #006000;
    content: '';
    width: 183px;
    opacity: 0;
    transition: all .6s ease;
}
.news-list .box:hover .date:after{
    opacity: 1;
}
.about-sect {
    float: right;
    width: 57%;
}
.about-sect .sect-title {
    margin-bottom: 10px;
}
.about-sect .pic {
    float: left;
    width: 49%;
}
.about-sect .txt {
    float: right;
    width: 49%;
    padding-left: 10px;
    box-sizing: border-box;
}
.about-sect .btn-box {
    text-align: left;
}


.sect3 {
    background: url('../../images/common/border_colorful_h2.jpg') repeat-x,url(../../images/common/index/article_bg.jpg) no-repeat;
    padding: 20px 0 50px;
}
.article-sect .btn.more{
    display: block;
    margin:15px auto;
}
.article-sect .sect-title {
    text-align: center;
    margin-bottom: 30px;

}
.article-sect .sect-title h2{
    font-size: 26px;
    font-weight: bold;
    color: #125898;
}
.article-sect .sect-title h2:before,.article-sect .sect-title h2:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: -3px 15px 0;
    background: #fff;
     box-shadow: 0 0 10px rgba(30,132,228,.75)
}
.article-sect .sect-title span {
    display: block;
        margin: 0;
     color: #FFFFFF;
     text-shadow: 0 0 10px rgba(30,132,228,.75);
     font-size:50px;
}
.article-sect .sect-title span:after{
    display: none;
}

.article-list {
    margin: 0 -10px;
    position: relative;
}
.article-list:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    background:#fff;
}
.article-list {
    display: flex;
    flex-wrap: wrap;
}
.article-list .item {
    width: 25%;
    padding: 0 10px 50px;
    margin-bottom: 44px;
    background: url(../../images/common/dot.png) bottom repeat-x;
}

.article-list .item:nth-child(4n+1) {
    clear: left;
}

.article-list .box {
    max-width: 345px;
    margin: 0 auto 0px;
    position: relative;
}

.article-list .pic:after {
    content: "";
    background: url('../../images/common/links/hover.png') 50% 50% no-repeat rgba(255, 255, 255, 0.70);
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.article-list .box:hover .pic:after {
    opacity: 1;
    background-position: 50% 50%;
    width: 100%;
}
.article-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.article-list .date{
    font-family: 'EB Garamond';
    color: #125898;
    font-size: 15px;
    display: inline-block;
    background: #fff;
    width: 104px;
    text-align: center;
    line-height: 34px;
    border:solid #125898;
    border-width: 1px 0;
    bottom: -16px;
    font-weight: bold;
    z-index: 1;
    position: relative;
}
.article-list .name {
    color: #006000;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    margin:10px 0;
}

.article-list .description {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}
/*keyword*/
 .keyword_box_t{
    font-size: 14px;
    font-family: 'EB Garamond';
    font-weight: bold;
    color: #999;
    margin-bottom: 3px;
    display: block;

 }
.keyword_box{
    margin-top: 30px;
    font-size: 14px;
}
.keyword_box li a{
    letter-spacing: 0;
    padding:8px;
    color: #999999;
    line-height: 1;
    border:solid 1px #999999;
    background: #fff;
    margin-bottom: 4px;
    margin-right: 2px;
    transition: all .3s ease;

}
.keyword_box li:hover a{
    background: #999999;
    color: #fff;
}

.sect4 {
    padding-bottom: 70px;
    background: url(../../images/common/index/album_bg.jpg) repeat-x bottom;
}
.sect4-bg {
    background: url('../../images/common/index/service_bg.jpg') 50% 0 / cover no-repeat;
    border-radius: 20px;
}
.service-sect {
    float: left;
    width: 51.4%;
    text-align: center;
    color: #666;
}
.service-sect .sect-title {
    padding: 30px 15px 20px;
}
.service-sect .sect-title span {
}
.service-sect .txt {
    padding: 40px 5% 56px;
}
.service-sect .ibtn.more {
    display: block;
    margin: 40px auto 0;
}
.album-sect {
    float: right;
    width: 48.6%;
    margin-right: -1px;
}
.album-list .item {
    width: 25%;
}
.album-list .item:nth-child(4n+1) {
    clear: left;
}
.album-list .box {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.album-list .sect-title h2{
    color: #FFFFFF;
    display: block;
}
.album-list .sect-title span{
    color:#1E84E4;
    font-size: 32px;
}
.album-list .sect-title span:after{
    display: none;
}
.album-list .sect-title{
    position: absolute;
    top: 0;
    text-align: left;
    left: 0;
    padding: 20px;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.album-list .pic:before {
    content: "";
    background: url('../../images/common/links/hover.png') 50% 50% no-repeat rgba(255, 255, 255, 0.70);
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.album-list .box:hover .pic:before {
    opacity: 1;
    background-position: 50% 50%;
    width: 100%;
}
.album-list .box.btn.more:before{
    background: #609965;
}
.album-list .box.btn.more span{
    position: absolute;bottom: 0;
    top: 60px;
    left: 0;
    right: 0;
    color: #fff;
}
.album-list .box.btn.more:hover span{
    color: #006000;
}
.album-list .box.btn.more:after{
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
}
.album-list .box.btn.more{
    width: 100%;
        padding-bottom: 96.4%;
    color: #006000;
    font-size: 22px;
    /*padding-top: 60px;*/
    background: #FFFFFF;
    border-width: 3px;
    border-color: #609965;
}
.album-list .box.btn.more:after{
    display: block;
    margin:10px auto 0;
    background: url(../../images/common/arrow2.png);
}
.album-list .box.btn.more:hover:after{
    background: url(../../images/common/arrow1.png);
}
.album-list .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    color: #000000;
    font-size: 14px;
    height: 45px;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s;
}
.album-list .box:hover .name {
    bottom: 20px;
}
@media screen and (max-width: 1300px) {
    .article-list .item {
        width: 33.33%;
    }
    .article-list .item:nth-child(n) {
        clear: none;
    }
    .article-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1200px) {
    .links-list {
        max-width: 900px;
    }
    .links-list .item {
        width: 33.33%;
    }
    .links-list .item:nth-child(5n+1) {
        clear: none;
    }
    .links-list .item:nth-child(3n+1) {
        clear: left;
    }
    .links-list .item:nth-child(6) {
        display: block;
    }
    .news-sect,
    .about-sect {
        float: none;
        width: auto;
    }
    .news-sect {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }
    .about-sect {
        max-width: 900px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 25%;
    }
    .products-list .item:nth-child(n) {
        display: block;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
    .sect4-bg {
    }
    .service-sect,
    .album-sect {
        float: none;
        width: auto;
    }
    .album-list .item {
        width: 16.66%;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(6n+1) {
        clear: left;
    }
    .album-sect{
        margin-right: 0;
    }
}
@media screen and (max-width: 1000px) {
    .links-sect{
        background-size: cover;
    }
    .album-sect{
        background: #fff;
    }
    .links-sect .sect-title h2, .links-sect .sect-title{
        display: block;
        font-size: 30px;
        margin-bottom: 0;
       
    }
     .links-sect .sect-title,.article-sect .sect-title{
         margin-bottom: 25px;
     }
    .banner {
        padding-bottom: 140px;
        margin-bottom: -100px;
    }
    .article-sect .sect-title span,.sect-title span{
        font-size: 30px;
    }
    .article-sect .sect-title h2{
        font-size: 20px
    }
    .links-sect .more{
        position: relative;

    }
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .article-list {
        margin: 0 -7px;
    }
    .article-list .item {
        padding: 0 7px 30px;
        margin-bottom: 20px;
        width: 50%;
    }
    .article-list .item:nth-child(n) {
        clear: none;
    }
    .article-list .item:nth-child(2n+1) {
        clear: left;
    }
    .sect1,.sect2{
        margin-bottom: 40px;
    }

}
@media screen and (max-width: 900px) {
    .album-list .item {
        width: 25%;
    }
    .album-list .item:nth-child(6n+1) {
        clear: none;
    }
    .album-list .item:nth-child(4n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .banner .container:before {
        height: 16px;
        background-size: auto 100%;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        background-size: 72px auto;
        margin-top: -18px;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }
    .banner .slick-dots li button {
        width: 40px;
    }
    .links-list {
        max-width: 600px;
    }
    .links-list .item {
        width: 50%;
    }
    .links-list .item:nth-child(3n+1) {
        clear: none;
    }
    .links-list .item:nth-child(2n+1) {
        clear: left;
    }
    .about-sect .pic,
    .about-sect .txt {
        float: none;
        width: auto;
    }
    .about-sect .pic {
        margin-bottom: 1.8em;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 640px) {
    .album-list .item {
        width: 33.33%;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 600px) {
    .links-list {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 560px) {
    .article-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(n) {
        clear: none;
    }
    .links-list .item:nth-child(6) {
        display: none;
    }
    .products-list .item {
        width: 100%;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 440px) {
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
}