.banner {
    margin-bottom: 70px;
}
/*.banner .container:before {
    content: '';
    display: block;
    background: url('../../images/common/deco_caret.png') 50% 0 repeat-x;
    height: 23px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}*/
.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: center;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width:70px;
    height: 6px;
    margin-top: 10px;
    margin-left:10px;
    cursor: pointer;
}
/*
.banner .slick-dots li:nth-child(5n+1) button {
    background: #FBCFC7;
}
.banner .slick-dots li:nth-child(5n+2) button {
    background: #DAE51E;
}
.banner .slick-dots li:nth-child(5n+3) button {
    background: #E9CAFB;
}
.banner .slick-dots li:nth-child(5n+4) button {
    background: #BFEDEE;
}
.banner .slick-dots li:nth-child(5n) button {
    background: #F6C13D;
}
*/
.banner .slick-dots li.slick-active:nth-child(n) button {
    background: #477ffa;
}

.sect-title {
    color: #444;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
}
.sect-title span {
    display: inline-block;
    color:#477ffa;
    font-family: 'Actor', cursive;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-right: 8px;
}

.sect1 {
    margin-bottom: 50px;
    padding-top: 25px;
}
.links-sect {
    background: url('../../images/common/index/links_sect_bg.png');
    border: 10px solid #ECEDF4;
    text-align: center;
    position: relative;
    padding: 40px 15px 0;
}
.links-sect .sect-title {
    background: url('../../images/common/index/links_title_bg.png') 50% 0 no-repeat;
    width: 238px;
    line-height: 58px;
    margin-left: -119px;
    position: absolute;
    left: 50%;
    top: -40px;
}
.links-sect .sect-title span {
    color: #fff;
}
.links-sect .ibtn.more {
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -50.5px;
}
.links-list {
    max-width: 1360px;
    margin: 0 auto;
}
.links-list .item {
    width: 20%;
    padding: 0 7px;
}
.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 20px;
    text-align: center;
}
.links-list .pic {
    background: url('../../images/common/links/pic_bg.png');
    padding: 6px;
    margin-bottom: 3px;
}
.links-list .box:hover .pic {
    background: url('../../images/common/links/pic_bg_hover.png');
}
.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;
    max-width: 250px;
    margin: 0 auto 10px;
    /*border-radius: 100%;
    border:5px solid #5580de;*/
}
.news-list .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-list .pic:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*
.news-list .box:hover .pic {
    border:5px solid #ffa5a5;
}
.news-list .box:hover .pic {
}
.news-list .pic:before {
    content: "";
    background: url(../../images/common/news/hover.png) 50% 60% no-repeat rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 100%;
    transition: all 0.3s;
}
.news-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}*/
.news-list .name {
    color: #858585;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.news-list a:hover .name {
    color: #353535;
    text-decoration:underline;
}
.news-list .date {
    display: block;
    border-width: 1px 0;
    width: 104px;
    margin: 8px auto;
    color:rgb(214, 44, 44);
    font-size: 14px;
    line-height: 26px;
}
.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%;
}
.about-sect .btn-box {
    text-align: left;
}


.sect3 {
    background: url('../../images/common/border_colorful_h.jpg') top repeat-x, url('../../images/common/products_bg.jpg') repeat  ;
    /*background: url('../../images/common/index/pd_bg.jpg');*/
    padding: 50px 0;
}
.products-sect .sect-title {
    text-align: center;
    margin-bottom: 30px;
}
.products-sect .sect-title span {
    display: block;
    margin: 0;
    font-size:30px;
}
.products-sect .ibtn.more {
    display: block;
    margin: 10px auto 0;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 20%;
    padding: 0 10px;
     margin:0 0 30px;
}
.products-list .item:nth-child(5n+1) {
    clear: left;
}
.products-list .item:nth-child(n+11) {
    display: none;
}
.products-list .box {
    max-width: 270px;
    margin: 0 auto 40px;
    position: relative;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    border-bottom:#EEE 2px solid;
}
.products-list .box:hover .pic{
    /*opacity:.6;*/
}
.products-list .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.products-sect .btn {
    display: block;
    margin: 10px auto 0;
    max-width:130px;
}
.pd_spe {
      color:#000000;
}
.pd_spe span+span{
    padding:0 10px;
}
.pd_spe .num{
    padding-right:10px;
}
.pd_price{
    color:#ee2424;
    font-size:20px;
    text-align:left;
    padding-top:5px;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px;
    /*font-weight: bold;*/
    line-height: 32px;
}
.pd_price .icon{
    background-image: url('../../images/common/products/price.png');
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
    margin-right:10px;
}
/*
.products-list .pic:before {
    content: "";
    background: url(../../images/common/products/hover.png) 50% 60% no-repeat;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s;
}*/
.products-list .pic:hover:before {
    background-position: 50% 50%;
    opacity: 1;
}

.products-list .name {
    color:#477ffa;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
}

.products-list .description {
    color: #616161fc;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}
.sect4 {
    padding-bottom: 50px;
}
.sect4-bg {
    background: url('../../images/common/index/sect4_bg.png') 50% 0 / cover no-repeat;
}
.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 {
    display: block;
}
.service-sect .txt {
    background: rgba(255,255,255,0.50);
    padding: 40px 5% 56px;
}
.service-sect .ibtn.more {
    display: block;
    margin: 40px auto 0;
}
.album-sect {
    float: right;
    width: 48.6%;
}
.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 .pic {
    position: relative;
    overflow: hidden;
}
.album-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/album/hover.png') 50% 32% / 40% auto no-repeat rgba(251,207,199,0.80);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before {
    opacity: 1;
    background-size: 55% auto;
}
.album-list .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    padding: 0 10px;
    height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s;
}
.album-list .box:hover .name {
    bottom: 0;
}
.album-list .item.more .box:hover {
    opacity: 0.8;
}

@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 {
        background: none;
    }
    .service-sect {
        background: url('../../images/common/index/sect4_bg.png') 50% 0 / cover no-repeat;
    }
    .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;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@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: 500px) {
}
@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;
    }
}