/*------------ wrapper ------------*/

.wrapper {
    background: #fff;
}


/*------------ banner ------------*/
.banner{
    padding-top: 50px;
}
.banner:before {
    background: url(../../images/common/bg/bg1-4.png) no-repeat center top;
}

.banner .slick-arrow {
    width: 76px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    color: transparent;
    background: rgba(160, 160, 160, 0.7);
    border-radius:50%;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 40%;
    margin: -38px 0 0 0;
    left: 5%;
    z-index: 150;
    transition:all .3s ease;
}
.banner .slick-arrow:hover {
    background: rgba(242, 150, 0, 0.8);
}
.banner .slick-arrow:before {
    content: "";
    font-size: 34px;
    display: block;
    color: #fff;
    margin: 19px 0px;
    font-family: 'icon-font' !important;
    speak: none;
    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: 5%;
}

.banner .slick-prev:before {
    content: "\f053";
}

.banner .slick-next:before {
    content: "\f054";
}

.banner .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 15%;
    z-index: 100;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots button {
    background: #ddd;
    border: 0;
    width: 10px;
    height: 12px;
    border-radius: 50%;
    color: transparent;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.48);
    cursor: pointer;
    padding:0;
}

.banner .slick-active button {
    background: #f29600;
}


/*------------ about ------------*/
.about-sect{
    background: #f5f9fa;
    padding-bottom: 60px;
}
.about-sect .title {
    text-align: center;
    font-size: 28px;
    color: #FF8001;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 30px;
}
.news-sect .title b,
.service-box .title b,
.hot-products .title b,
.about-sect .title b {
    font-size: 42px;
    color: #333333;
    font-family: 'Russo One', sans-serif;
    display: block;
    line-height: 1;
    letter-spacing: 0.1em;
}

.about_more{
    margin:0 auto;
}
/*------------ news ------------*/
.news-sect .title {
    text-align: center;
    font-size: 28px;
    color: #FF8001;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 90px;
}

.news-sect {
    padding: 20px 0 70px;
}



.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 70px;
    position: relative;
    background: rgba(0, 0, 0, .8);
}
.news-list li .cover {
    position:absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    z-index:5;
}
.news-list li .box:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -57px;
    background: rgba(0, 0, 0, .8);
    height: 57px;
    width: 122px;
    border-radius: 50% / 100% 100% 0 0;
    margin: 0 0 0 -61px;
}

.news-list li .box:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 32px 0 32px;
    border-color: rgba(0, 0, 0, .8) transparent transparent transparent;
}

.news-list .date {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -49px 0 0 -54px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #DDDDDD;
}

.news-list .date .circle {
    display: inline-block;
    border-radius: 50%;
    border: 3px solid transparent;
}

.news-list .date .circle span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    border: 2px solid #DDDDDD;
    background: transparent;
    line-height: 1.1;
    color: #DDDDDD;
    box-sizing: border-box;
    padding: 14px 0 0 0;
}

.news-list .date .circle b {
    display: block;
    font-size: 40px;
}

.news-list li .text {
    text-align: left;
}

.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: 18px;
    color: #fff;
    font-weight: bold;
    transition: all .2s;
}

.news-list li .box:hover .name {
    color: #fc8a17;
    text-decoration: underline;
    transition: all .2s;
}

.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #BABABA;
    line-height: 1.6;
    height: 70px;
    margin: 10px 0 0 0;
}

.news-list .more {
    width: 45px;
    height: 45px;
    display: block;
    color: #aaa;
    margin: 0 0 0 -23px;
    text-align: center;
    border: 1px solid #aaa;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 10;
    transition: all .2s;
}

.news-list .more:before {
    content: "more";
    display: block;
    font-size: 13px;
    line-height: 45px;
    font-family: 'Istok Web','å¾®è»Ÿæ­£é»‘é«”', sans-serif;
    transform: rotate(45deg);
}

.news-list li .box:hover .more {
    background: #fc8a17;
    color: #fff;
    transition: all .2s;
}


/*------------ products ------------*/

.products-sect {
    padding: 70px 0 60px;
}

.products-sect .container {
    max-width: 1350px;
}
.about_more,
.products-sect .more {
    max-width: 190px;
    border:1px solid #d8d8d8;
    background:#eee;
    font-family: 'Russo One', sans-serif;
    line-height: 30px;
    font-size: 16px;
    text-indent: initial;
    text-align: center;
    display: block;
    color: #585858;
    transition: all .2s;
    position:relative;
    z-index:1;
}
.about_more:hover,
.products-sect .box:hover .more {
    color:#fff;
    border:1px solid #f29600;
    transition: all .2s;
}
.about_more:before,
.products-sect .more:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: #ffa614;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.25s ease;
}
.about_more:hover:before,
.products-sect .box:hover .more:before {
        width: 100%;
        height: 100%;
    transition: all .2s;
}
.products-sect .pic {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    border: 1px solid #ddd;
}

.products-sect .pic:before,
.products-sect .pic:after {
    transition: all .2s;
    position: absolute;
    display: block;
    opacity: 0;
}

.products-sect .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, .6);
    z-index: 0;
}

.products-sect .pic:after {
    content: "\e1032";
    color: #F29600;
    font-size: 35px;
    width: 70px;
    height: 70px;
    border: 2px solid #F29600;
    border-radius: 50%;
    text-align: center;
    line-height: 68px;
    display: block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 15;
    top: 0;
    left: 50%;
    margin: -35px 0 0 -35px;
}

.products-sect .box:hover .pic:before,
.products-sect .box:hover .pic:after {
    transition: all .2s;
    opacity: 1;
}

.products-sect .box:hover .pic:after {
    top: 50%;
}
/*
.products-sect .name {
    font-size: 28px;
    font-weight: bold;
    color: #33611D;
    line-height: 1.2;
    display: block;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 3px solid transparent;
}*/

.products-sect .offers {
    color: #777777;
    font-size: 16px;
    position: relative;
    margin: 15px 0;
}


/*---- hot-products ----*/

.hot-products {
    margin: 0 0 30px;
}

.hot-products a {
    display: block;
}

.hot-products .stage {
    width: 100%;
    float: left;
}

.hot-products .txt {
    padding: 30px 0 40px;
    float: right;
    width: 61%;
    background: url('../../images/common/index/line2.png') repeat-x center bottom;
}

/*.hot-products .title {
    font-size: 40px;
    color: #333333;
    line-height: 1.2;
    font-family: 'Expletus Sans','å¾®è»Ÿæ­£é»‘é«”', cursive;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 0 0 45px 10px;
    margin: 0 0 30px 0;
    background: url('../../images/common/index/line2.png') repeat-x center bottom;
}*/


.hot-products .title {
    text-align: center;
    font-size: 28px;
    color: #FF8001;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 30px;
}



/*---- product-list ----*/

.product-list {
    margin: 0 -20px;
}

.product-list li {
    width: 25%;
    padding: 0 20px;
}

.product-list li:nth-child(4n+1) {
    clear: left;
}

.product-list > li > .box {
    margin: 0 auto;
    max-width: 300px;
    box-sizing: border-box;
    position:relative;
}
.product-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.product-list {
    margin: 0 -10px;
}

.product-list .name {
    margin: 10px 0 5px;
    font-size: 18px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    font-weight: bold;
    text-align:center;
    font-family: 'Russo One','å¾®è»Ÿæ­£é»‘é«”' ,sans-serif;
    color: #2685d2;
}

.product-list .box:hover .name {
    color: #005a9f;
    text-decoration: underline;
}
.product-list .produce_y {
    text-align:center;
    color: #444444;
    font-family: 'Russo One','å¾®è»Ÿæ­£é»‘é«”' ,sans-serif;
    margin-bottom: 15px;
}
.product-list li .offers {
    margin: 0 0 15px;
    text-align: center;
}

.product-list .box:hover .offers {
    color: #BE873C;
}

.product-list .more {
    margin: 0 auto;
}


/*------------ sect4 ------------*/

.sect4 {
    background: url('../../images/common/index/ad_bg.jpg') no-repeat center top;
    background-size: cover;
    padding: 50px 0 270px;
    position:relative;

}
.sect4:after{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/*---- service ----*/

.service-box {

    width: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
}

.service-box .title {
    text-align: center;
    font-size: 28px;
    color: #FF8001;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 30px;
}

.service-box .title b {
    /* font-size: 42px; */
    /* color: #333333; */
    /* font-family: 'Expletus Sans','å¾®è»Ÿæ­£é»‘é«”', cursive; */
    /* display: block; */
}

.service-box p {
    font-size: 15px;
    color: #D8D7DC;
    font-weight: bold;
    max-width: 950px;
    margin: 0 auto;
}

.service-list {
    margin: 50px -20px 0;
}

.service-list li {
    width: 25%;
    padding: 0 20px 50px;
    position: relative;
    text-align: center;
}

.service-list li:nth-child(4n+1) {
    clear: left;
}

.service-list li a {
    max-width: 282px;
    margin: 0 auto;
}

.service-list li .pic {
    position: relative;
    box-sizing: border-box;
    border: 4px solid #ffb83e;
    border-radius: 50%;
    max-width: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.service-list li .pic span {
    display: block;
    box-sizing: border-box;
    background: rgba(14, 28, 12, .8);
    min-height: 188px;
    text-align: center;
    border-radius: 50%;
    padding: 40px 0 0 0;
    max-width: 188px;
    margin: 0 auto;
    border: 2px solid rgba(200, 217, 77, .27);
}

.service-list li .text {
    text-align: center;
}

.service-list li .name {
    font-size: 18px;
    color: #005a9f;
    font-weight: bold;
    margin: 10px 0 5px;
}

.service-list li .description {
    letter-spacing: 2px;
    font-size: 15px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
    line-height: 1.5;
}


/*---- album-box ----*/

.album-box {
    width: 30%;
    float: right;
}

.album-list li .box {
    box-sizing: border-box;
    max-width: 430px;
    padding: 10px 10px 40px 10px;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(17, 17, 17, .8);
}

.album-list li .pic {
    position: relative;
    transition: all .2s;
}

.album-list li:hover .pic {
    transition: all .2s;
    border-color: #C89664;
}

.album-list li .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 132px 132px 0 0;
    border-color: rgba(17, 17, 17, .8) transparent transparent transparent;
}

.album-list li .cover i {
    width: 33px;
    height: 33px;
    border: 2px solid rgba(216, 215, 220, .5);
    border-radius: 50%;
    font-size: 16px;
    position: absolute;
    top: -124px;
    left: 10px;
    color: #D8D7DC;
    line-height: 30px;
    transform: rotate(-45deg);
}

.album-list li .cover span {
    position: absolute;
    color: #D8D7DC;
    font-family: 'Expletus Sans','å¾®è»Ÿæ­£é»‘é«”', cursive;
    font-size: 15px;
    letter-spacing: 2px;
    transform: rotate(-45deg);
    top: -93px;
    left: 16px;
}

.album-list li .text {}

.album-list li .name {
    display: block;
    font-size: 16px;
    color: #99A925;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 10px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.album-list a:hover .name {
    color: #B97F30;
    text-decoration: underline;
}

.album-list li .description {
    font-size: 15px;
    color: #DDDDDD;
    line-height: 1.7;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*------------ warning-sect ------------*/

.warning-sect {
    padding: 35px 0 0 0;
}


/*------------ site-footer ------------*/

.site-footer {
    margin: -100px 0 0 0;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1440px) {
    .service-box,
    .album-box {
        float: none;
        width: 100%;
    }
    .album-box {
        max-width: 430px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1280px) {
    .banner{
        padding-top: 70px;
    }
}
@media screen and (max-width: 1100px) {
    .about-sect {
        padding: 25px 0 60px 0;
    }
    .hot-products .stage,
    .hot-products .txt {
        width: 100%;
        float: none;
        text-align: center;
    }
    .products-sect .more {
        margin: 0 auto;
    }
    .banner{
        padding-top: 0;
    }
    .banner .slick-arrow{
        display: none!important;
    }
}

@media screen and (max-width: 1024px) {
    .news-list li {
        padding: 0;
        width: 100%;
    }
    .news-list li + li {
        margin-top: 130px;
    }
}

@media screen and (max-width: 900px) {
    .product-list li {
        width: 50%;
        padding: 0 20px 50px;
    }
    .product-list li:nth-child(4n+1) {
        clear: none;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li .text {
        margin: 0 auto;
        max-width: 300px;
    }
    .service-list li {
        width: 50%;
    }
    .service-list li .text {
        text-align: center;
    }
    .sect4:after{
        top:50%;
        z-index: -1;
    }
    .products-sect{
        padding: 35px 0 0px;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: 0;
        top: 50%;
        margin: -17px 0 0 0;
    }
    .banner .slick-arrow:before {
        font-size: 20px;
        margin: 8px 0px;
    }
    .banner .slick-next {
        left: auto;
        right: 0;
    }
    .banner .slick-dots {
        bottom: 0;
    }
    .news-sect .title,
    .service-box .title,
    .hot-products .title,
    .about-sect .title {
        font-size: 24px;
    }
    .news-sect .title b,.service-box .title b, .hot-products .title b, .about-sect .title b {
        font-size: 30px;
    }

    .news-list li a {
        padding: 80px 15px 70px;
    }

    .hot-products .title i {
        font-size: 25px;
    }
    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;
    }
}

@media screen and (max-width: 480px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 100%;
        padding: 0 0 50px;
    }
    .service-list li {
        width: 100%;
        padding: 0 15px 50px;
    }
    .album-list li .name,
    .album-list li .description {
        white-space: normal;
        overflow: visible;
        height: auto;
    }
    .sect4 {
    padding: 20px 0 200px;
    }
}
