.banner {
    margin-bottom: 40px;
}
.banner-nav{
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner .slick-dots,
.banner_m .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 2%;
    z-index: 100;
}
.banner .slick-dots li,
.banner_m .slick-dots li {
    display: inline-block;
    margin: 0 15px;
}
.banner .slick-dots button,
.banner_m .slick-dots button {
    background: #c1ab9f;
    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;
}
.banner .slick-active button,
.banner_m .slick-active button {
    background: #fb6759;
}
.banner_m{
    display: none;
}
.sect1 {
    padding: 54px 0 60px;
    text-align: center;
}
.about-sect {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}
.about-sect:hover {
    opacity: 0.8;
}
.about-sect .sect-title,
.products-sect .sect-title {
    text-align:center;
    font-size: 35px;
    padding-bottom: 10px;
    padding-top:40px;
    color:#70594D;
    background: url('../../images/common/title-icon.png')center 10% no-repeat;
}
.about-sect .sect-title span,
.products-sect .sect-title span{
    font-size: 16px;
}
.about-sect .sect-title span{
    display: block;
    position: relative;
    color: #70594C;
    margin: 15px 0;
}
.about-sect .sect-title span:before,
.about-sect .sect-title span:after{
    content: '';
    width: 144px;
    height: 1px;
    background: #EDE9E2;
    display: block;
    margin: 5px auto;
}
.about-sect .more{
    display: block;
    max-width: 430px;
    color:#FFFFFF;
    width: 100%;
    height: 36px;
    font-size:16px;
    text-align: center;
    line-height:2.5em;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 50px;
    background:#FFA395;
}
.about-sect .more:hover{
    background:#FF7662;
}
.about-sect .editor .txt{
    font-size: 14px;
    color: #5A4A3F;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sect2 {
    padding: 0px;
}
section.sec2{
    background: #EDE9E2;
    padding: 0px;
}
.sec2 .sec2_outer{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.sec2 .sec2_outer .container{
    max-width: 1680px;
    width: 100%;
    padding:0px;
}
.sec2 .sec2_outer .news-row{
    float: left;
}
.sec2 .sec2_outer .news-row .col-pic{
    width: 48%;
    margin-right: 2%;
    float:left;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 100%;
}
.sec2_outer .news-row .cols{
    width: 50%;
    float:left;
    padding: 32px 0;
}
.cow-title{
    color: #70594D;
    font-size: 33px;
    margin-bottom: 34px;
    display: block;
    margin-left: 5px;
    font-weight: normal;
    position: relative;
}
.cow-title span{
    font-size: 16px;
    color: #70594C;
    display: inline-block;
}
.cow-title .more{
    display: block;
    width:44px;
    height: 44px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -22px;
    background: url(../../images/common/index-arrow.png)top center no-repeat;
        z-index: 9;
}
.cow-title .more:hover{
    background-position:0 100%;
}
.sec1 .sec1_outer .news-row:after{
    content: '';
    display: block;
    clear: both;
}
.news-list{
    margin: 0 -60px;
}
.news-list li{
    width: 33.33%;
    padding: 0 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
    float: left;
}
.news-list li .box{
    display: block;
    position: relative;
    padding-bottom: 30px;
    max-width: 260px;
    margin: 0 auto;
}
.news-list .box .cover2{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list:after{
    content: '';
    display: block;
    clear: both;
}
.news-list li .pic{
    position: relative;
}
.news-list li .pic img{
    width: 100%;
}
.news-list li .box .pic .date{
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -37px;
    color: #FFF;
    background:rgba(255,163, 149, 0.9);
    font-family: 'Arial';
    font-weight: bold;
    padding: 15px 10px;
    z-index: 2;
}
.news-list li .box .pic .date span{
    font-size: 30px;
    display: block;
    line-height: 24px;
}
.news-list li .box .pic .date .yearmonth{
    font-size: 15px;
    display: block;
}
.news-list li .box .pic .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../images/common/news/focus.png)center center no-repeat,url(../../images/common/news/bg.png);
    top: 0px;
    left: 0px;
    opacity: 0;
}
.news-list li .box:hover .pic .cover{
    opacity: 1;
}
.news-list .txt{
    padding: 10px 0px 15px;
}
.news-list .name {
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 0em;
    display: block;
}
.news-list .description{
    height: 42px;
    line-height: 1.45;
    color: #5A4A3F;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list .more {
    content: "";
    background: #D8CDBE url('../../images/common/news/more.png') center center no-repeat;
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom:0px;
    text-align: center;
    font-size: 0;
}
.news-list .box:hover .more {
    background: #FFA395 url('../../images/common/news/more.png') center center no-repeat;
}
.sec2 .sec2_outer .service-row{
    float: right;
}
.service-row .col-pic{
    float: right;
    width: 48%;
    max-width: 800px;
    margin-left: 30px;
}
.service-row .cols{
    float: left;
    max-width: 850px;
    width: 50%;
    padding: 32px 0;
}
.service-row .cols .service-list li{
    width: 50%;    
}
.service-row .cols .service-list li .box{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 175px;
    position: relative;
    min-height: 160px;
    margin-top: 2px;
}
.service-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.service-row .cols .service-list li .box .pic{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 160px;
}
.service-row .cols .service-list li:hover .box .pic{
    opacity:.6;
}
.service-list li .box{
    display: block;
    position: relative;
}
.service-list li .txt{
    margin-bottom: 12px;
}
.service-list li .photography{
    line-height: 23px;
    color: #70594C;
    font-size: 14px;
    font-family: 'DilleniaUPC';
    height:20px;
    overflow: hidden;
}
.service-list li .service-title {
    font-size: 20px;
    display: block;
    font-weight: bold;
    color: #444444;
    line-height: 1.5;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-list li .description {
    max-height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Arial';
    color: #5A4A3F;
    font-size: 14px;
    padding:0px;
    margin:auto 0px 10px;
}
.service-list li .price{
    color: #594A3F;
    font-family: 'Arial';
    font-size: 14px;
}
/************** *****************/
.sect3{
    background: url('../../images/common/index-product.jpg');
    padding: 60px 0 60px;
}
.products-sect .btn.more {
    display: block;
    max-width: 430px;
    width: 100%;
    height: 36px;
    text-align: center;
    text-indent: -9999px;
    margin: 0 auto;
    margin-top: 55px;
    background:#FFA395 url(../../images/common/news/more.png) center center no-repeat;
}
.products-sect .btn.more:hover {
    background:#FF7662 url(../../images/common/news/more.png) center center no-repeat;
}
.products-list {
    margin: 30px 0px;
}
.products-list .item {
    width: 25%;
    padding:0px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 360px;
    margin: 0 auto 0px;
    position: relative;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: rgba(255,255,255,0.3);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.product-category{
    font-size: 31px;
    font-weight: bold;
    color: #222;
    line-height: 1.2;
    margin: 10px 0 60px;
}
.products-list .name {
    display:block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ECE9E1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-right: 10px;
    margin: 0px;
    background: rgba(51,43,40,0.80);
}
.products-list .box:hover .name {
    background: rgba(215,91,91,0.80);
}
/************** *****************/
.sect4{
    margin:100px 0 40px;
}
.gallery .gellerytitle{
    margin-bottom: 20px;
}
.gallery .gellerytitle .title{
    width: 175px;
    height: 22px;
    background: url(../../images/common/index/gallery.png)center center no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    
}
.gallery .gellerytitle .small{
    width: 177px;
    height: 27px;
    font-size: 20px;
    color: #FF816F;
    font-weight: bold;
    text-indent: -9999px;
    background: url(../../images/common/index/gallery-2.png)center center no-repeat;
}
.gallery .gellerytitle:after{
    content: '';
    display:inline-block;
    width:44px;
    height: 44px;
    right: 0px;
    left: 200px;
    top:0px;
    position:absolute;
    background: url(../../images/common/index-arrow.png)top center no-repeat;
    z-index: 9;
}
.gallery .gellerytitle:hover:after{
    background-position:0 100%;
}
.gallery .leftcol{
    width: 64%;
    max-width: 912px;
    float: left;
}
.gallery_fancybox_hidden{
    display: none;
}
.gallery .slick-prev,
.gallery .slick-next{
    display: block;
    width: 31px;
    height: 60px;
    border: none;
    padding: 0px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: url(../../images/common/products/product-arrow.png);
}
.gallery .slick-prev{
    background-position: left center;
    left: -75px;
}
.gallery .slick-next{
    background-position: right center;
    right: -75px;
}
.gallery .slick-dots{
    text-align: center;
    margin: 30px auto;
        padding: 0;
}
.gallery .slick-dots li{
    display: inline-block;
    width:12px;
    height: 12px;   
    margin: 0 9px;
}
.gallery .slick-dots li button{
    padding: 0px;
    border: none;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: url(../../images/common/products/dot.png)right center;
}
.gallery .slick-dots li.slick-active button{
    background-position: left center;
}
.gallery .rightcol .linktitle{
    display: block;
    text-indent: -9999px;
    width: 160px;
    height: 45px;
    overflow: hidden;
    background: url(../../images/common/index/link-title.png)left center no-repeat;
    margin-bottom:20px;
}
.gallery .linktitle .icon{
    content: '';
    display:block;
    position:relative;
    width:44px;
    height: 44px;
    left:115px;
    background: url(../../images/common/index-arrow.png)top center no-repeat;
    z-index: 9;
}
.gallery .linktitle .icon:hover{
    background-position:0 100%;
}
.gallery .rightcol{
    width: 36%;
    float: right;
    text-align: left;
    padding-left:115px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.gallery .rightcol .cow-title{
    max-width: 300px;
}
.gallery .rightcol .link-list {
    max-width: 299px;
    margin: 0px;
}
.gallery .rightcol .link-list li{
    width: 100%;
}
.photo-title {
    background: url(../../images/common/album/title_icon.png) no-repeat 0 3px;
    padding-left: 24px;
    color: #EB4D54;
    font-size: 15px;
    margin-bottom: 15px;
    min-height: 20px;
    font-weight: 600;
}
.photo-intro {
    margin-bottom: 15px;
    color: #555;
}
.fancybox-nav span {
    visibility: visible;
    background: url(../../images/common/fancybox-arrow.png) no-repeat;
    width: 60px;
    height: 60px;
}
.photo-pager {
    float: right;
    color: #444444;
}
.fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    margin:20px 0;
    padding:20px;
    border-radius:5px;
    background:#fff;
}
.fancybox-nav span {
    visibility: visible;
    background: url(../../images/common/fancybox-arrow.png) no-repeat;
    width: 60px;
    height: 60px;
}
.fancybox-prev span {
    background-position: 0 0;
    left: 0px;
}
.fancybox-next span {
    background-position: 100% 0;
    right: 0px;
}
.fancybox-prev:hover span {
    background-position: 0 100%;
}
.fancybox-next:hover span {
    background-position: 100% 100%;
}
body .fancybox-skin {
    background: none;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 10px;
}
.album-list .box{
    position: relative;
}
.album-list .box .cover2{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.album-list .cover{
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(51, 43, 40, 0.80);
    color: #CEAB62;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.album-list .name {
    color: #EBE9DF;
    display: block;
    padding: 10px 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    float: left;
}
.album-list .box:hover .name {
    color: #FFAEA4;
}
.album-list .name:before {
    content: ' ';
    width: 20px;
    height: 20px;
    background: url(../../images/common/photo_icon.png)right center no-repeat;
    display: block;
    position: absolute;
    left: 10px;
}
.album-list .box:hover .name:before {
    background: url(../../images/common/photo_icon.png)left center no-repeat;
}
/************* **************/
.content{
    max-width: 1275px;
    margin: 0 auto;
}
.link-list {
    margin: 0 -7px;
}
.link-list li {
    width: 25%;
    padding: 0 7px;
}
.link-list li .box {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.link-list .pic {
    position: relative;
    margin-bottom: 8px;
}
.link-list .pic a:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px solid #DDDDDD;
}
.link-list .box:hover .pic a:before {
    background: rgba(0,0,0,0.80) url(../../images/common/links/hover.png) no-repeat 50% 50%;
}
.link-list .link-name {
    font-size: 15px;
    font-weight: 600;
    color: #444444;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.link-list .link-url {
    color: #aaa;
    font-size: 13px;
}
.link-list a:hover .link-url {
    text-decoration: underline;
}
@media screen and (max-width: 1720px) {
    .sec2 .sec2_outer .container{
        max-width: 850px;
        float: none;
    }
    .sec2 .sec2_outer .news-row .col-pic,
    .sec2_outer .news-row .cols,
    .service-row .col-pic,
    .service-row .cols{
        float: initial;
        width: 100%;
        margin: 0 auto;
    }
    .news-list {
        margin: 0 auto;
        padding: 0;
    }
}
@media screen and (min-width: 1680px) {
    .sec2 .sec2_outer .container{
        padding: 0px;
    }
}
@media screen and (max-width: 1200px) {
    .banner-nav {
        position: static;
        text-align: center;
    }
    .banner-nav .pic {
        float: none;
        margin: 0 auto;
    }
    .banner-nav .txt {
        margin-left: 0;
    }
    .service-sect {
        background-position: 80% 0;
        padding: 40px 40% 40px 5%;
    }
    .service-sect .sect-title {
        font-size: 36px;
    }
    .service-sect .editor {
        padding: 30px 5%;
    }
    .news-list .box {
        padding: 25px 20px;
        text-align: center;
        max-width: 320px;
    }
    .news-list .date {
        position: static;
        margin: -5px 0 10px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 920px) {
    .gallery .leftcol{
        width: 100%;
    }
    .gallery .rightcol{
        width: 100%;
        margin-top: 0px;
        padding-left: 0px;
    }
    .gallery .rightcol .link-list{
        width: 100%;
        max-width: 100%;
    }
    .gallery .rightcol .link-list li{
        width: 25%;
    }
    .gallery .rightcol .link-list li+li{
        padding-left: 2%;
    }
}
@media screen and (max-width: 767px) {
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
        margin-bottom: 20px;
    }
    .banner-nav .box {
        padding: 15px;
    }
    .banner-nav .pic {
        margin: 0 auto;
    }
    .banner-nav .txt {
        display: none;
    }
    .gallery .rightcol .link-list li{
        width: 50%;
            padding: 0 0px;
    }
    .gallery .rightcol .link-list li a{
        max-width: 300px;
        margin: 0 auto;
    }
    .gallery .rightcol .link-list li+li{
        padding-left: 0%;
    }
    .service-row .cols .service-list li{
        width: 100%;
        padding:0 5px;
    }
    .news-list li{
        width: 100%;
        margin-bottom: 16px;
    }
    .products-list .item {
        width: 100%;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 660px) {
    .gallery .rightcol .link-list li{
        width: 100%;
    }
    .sect1 {
        padding: 10px 0 20px; 
        text-align: center;
    }
}
@media screen and (max-width: 400px) {
    .banner-nav .box {
        padding: 10px;
    }
    .cow-title{
        font-size: 25px;
    }
}
@media screen and (max-width: 360px) {
    .service-row .cols .service-list li a{
        padding: 0px;
    }
    .service-row .cols .service-list li a .pic{
        position: static;
        margin-bottom: 8px;
        margin: auto;
    }
}