@import url(products.css);
.banner {
    clear: both;
    margin-bottom: 80px;
    position:relative;
    z-index:2;
}

.banner .container {
    padding: 0;
    max-width: 1440px;
}

.banner .slide:before,
.banner .slide:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.banner .slide:before {
    left: -100%;
}

.banner .slide:after {
    right: -100%;
}

.banner .slick-list {
    overflow: visible;
}

.banner .slick-prev,
.banner .slick-next {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: url(../images/index/banner_arrow.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 20;
}

.banner .slick-prev {
    background-position: 0 0;
    left: -55px;
}

.banner .slick-next {
    background-position: 100% 0;
    right: -55px;
}

.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;
    text-align: center;
    padding-top: 68px;
}

.banner .slick-dots li {
    display: inline-block;
    padding: 0 5px;
    height: 5px;
}

.banner .slick-dots li button {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: #E0D9DA;
    width: 40px;
    height: 5px;
}

.banner .slick-dots li.slick-active button {
    background: #E0AC72;
}

.site-main .box-sect {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.site-main .box-sect:hover {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.site-main .sect1:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.maxw330 {
    width: 100%;
}

.grid {
    margin: 0 auto;
    max-width: 1300px;
}

.grid-sizer {
    width: 25%;
}

.grid .grid-item,
.grid .grid-sizer {
    float: left;
    width: 25%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.about-sect,
.news-sect {
    padding: 8px;
    background: url(../images/index/sect_bg_01.jpg);
    color: #FFF;
    font-size: 15px;
    position: relative;
}
.about-sect{
    padding-top:45px;
}

.about-sect .pic,
.store-sect .pic {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.about-sect .more {
    margin: 0 auto;
    padding: 0;
    display: block;
}

.about-sect .more:before {
    content: "";
    background: url(../images/index/about_more.png)top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    width: 180px;
    display: block;
    height: 50px;
    margin: 10px auto 0;
}

.about-sect .more:hover:before {
    background-position: bottom;
}

.about-sect .sect-title,
.news-sect .sect-title,
.store-sect .sect-title {
    font-size: 21px;
    color: #FFF;
    width: 89px;
    height: 78px;
    text-align: center;
    padding-top: 17px;
    line-height: 25px;
    font-weight: bold;
    background: url(../images/index/sect_title_01.png)no-repeat;
    position: absolute;
    left: 30px;
    top: -40px;
    z-index: 1;
}

.share-sect li {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
}

.share-sect .fans a {
    max-width: 155px;
    padding: 100% 0 0 0;
    background: url(../images/index/fans.png)center top no-repeat;
    display: block;
    text-indent: -5000px;
}

.share-sect .fans a:hover {
    background: url(../images/index/fans_.png)center top no-repeat;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.share-sect .video,
.store-sect,
.products-sect {
    padding: 8px;
    background: #FFF;
    position: relative;
    box-shadow: 0px 0px 7px rgba(50%, 30%, 30%, 0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.products-sect {
    margin-top: 0px;
    border: 1px solid transparent;
}

.products-sect .name {
    font-size: 18px;
line-height:24px;
    color: #E70016;
    margin: 10px 0 5px 0;
}
.products-sect .description {
line-height:1.4;
}

.products-sect a {
    padding-bottom: 20px;
    display: block;
}

.products-sect .pic {
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.products-sect a:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.products-sect a:hover .pic {
    opacity: 0.5;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.share-sect .video {
    clear: both;
}

.share-sect .video iframe {
    width: 100%;
    height: 177px;
}

.share-sect a {
    padding: 0;
    float: left;
    box-sizing: border-box;
    margin: 2%;
    width: 46%;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.share-sect a.qrcode {
    cursor: default;
}

.share-sect .fb:hover {
    opacity: .7;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.share-sect .fb:before,
.share-sect .qrcode:before {
    content: "";
    padding: 104% 0 0 0;
    background: url('../images/index/fllow.png');
    background-size: cover;
    display: block;
}

.share-sect .qrcode:before {
    background-position: 100% 0;
}

.share-sect .fans a:hover,
.recruit-sect a:hover {
    background-position: bottom;
}

.store-sect {
    margin-top: 30px;
}

.recruit-sect {
    margin-bottom: 25px;
}

.recruit-sect a {
    padding: 0;
    display: block;
}

.recruit-sect a:before {
    content: "";
    position: relative;
    width: 100%;
    padding-top: 50%;
    display: block;
    background: url(../images/index/recruit.png)top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-indent: -5000px;
    transition: .6s;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.recruit-sect a:hover:before {
    background: url(../images/index/recruit_.png)top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-indent: -5000px;
    transition: .6s;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.news-sect {
    background: url(../images/index/sect_bg_02.jpg);
    color: #464637;
    font-size: 16px;
    position: relative;
    margin-top: 30px;
}

.news-sect .sect-title {
    background: url(../images/index/sect_title_03.png)no-repeat;
}

.news-list {
    background: #FFF;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 40px 0 0;
}

.news-list .item {
    padding: 0 20px 10px;
    border-bottom: 1px solid #D90000;
}

.news-list a:hover .title {
    text-decoration: underline;
}

.news-list .date {
    font-size: 14px;
    color: #D90000;
}

.news-sect .more {
    width: 146px;
    height: 22px;
    background: url(../images/index/news_more.png);
    display: block;
    margin: 15px auto;
    opacity: 1;
    text-indent: -9999px;
}

.news-sect .more:hover {
    opacity: 0.65;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.store-sect .sect-title {
    background: url(../images/index/sect_title_02.png)no-repeat;
}

.store-sect .store-list li a {
    max-width: 306px;
    margin: 0 auto;
}

.store-sect .name {
    font-size: 22px;
    color: #E60015;
}

.store-sect a:hover .pic {
    opacity: 0.5;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.store-sect .slick-prev,
.store-sect .slick-next {
    width: 7px;
    height: 12px;
    padding: 0;
    background: url(../images/index/store-button.png)left top no-repeat;
    display: block;
    border: none;
    text-indent: -5000px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -18px;
}

.store-sect .slick-prev:hover {
    background-position: left bottom;
}

.store-sect .slick-next {
    background-position: right top;
    right: 50%;
    left: inherit;
    margin-left: 0;
    margin-right: -50px;
}

.store-sect .slick-next:hover {
    background-position: right bottom;
}

.store-control {
    font-size: 14px;
    color: #BABABA;
    text-align: center;
}

.store-control .current {
    color: #212121;
}

@media screen and (max-width: 1300px) {
    .quick-link {
        padding-top: 3%;
    }
}

@media screen and (max-width: 1200px) {
    .album-list .item {
        width: 33.33%;
    }
    .album-list .item:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .product-list .item {
        width: 33.33%;
    }
    .link-list .item {
        width: 25%;
    }
}

@media screen and (max-width: 1023px) {
    .grid .grid-item,
    .grid .grid-sizer {
        width: calc((100% / 3) - 0.1px);
    }
}

@media screen and (max-width: 1000px) {
    .sect1 .col {
        float: none;
        width: auto;
    }
    .quick-link {
        text-align: center;
        padding-top: 60px;
    }
    .quick-link a {}
}

@media screen and (max-width: 900px) {
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(4) {
        display: block;
    }
    .share-sect li {
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 0 0 0;
    }
}

@media screen and (max-width: 820px) {
    .banner {
        margin-bottom: 70px;
    }
    .banner .slick-dots {
        padding-top: 30px;
    }
    .product-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .grid .grid-item,
    .grid .grid-sizer {
        width: 50%;
        padding: 0 3px;
    }
}

@media screen and (max-width: 600px) {
    .album-list .item {
        width: auto;
    }
}

@media screen and (max-width: 500px) {
    .news-list .item a {
        white-space: normal;
    }
    .quick-link a {
        display: block;
        width: auto;
        margin: 0 auto;
    }
    .quick-link a+a {
        margin: 30px auto 0;
    }
    .product-list .item {
        width: auto;
        float: none;
    }
    .link-list .item {
        float: left;
        width: 50%;
    }
    .share-sect li {
        width: 44%;
    }
    .share-sect li.fans {
        width: 56%;
    }
    .about-sect .more:before {
        width: 100%;
        display: block;
        padding-top: 3%;
        height: auto;
        display: block;
        padding-top: 28%;
    }
.share-sect a.qrcode{
margin-top:-0px;
}
}

@media screen and (max-width: 375px) {
    .news-sect .more {
        width: 100px;
        height: 15px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .news-list .item {
        padding: 0 10px 10px;
    }
    .share-sect a.fb {
        margin: 0 0 0 -1%;
    }
    .share-sect a {
        margin: 2%;
        width: 48.5%;
    }
}

@media screen and (max-width: 320px) {
    .sect1,
    .about-sect,
    .news-sect,
    .store-sect,
    .products-sect,
    .recruit-sect a {
        max-width: 275px;
    }
    .share-sect .video {
        max-width: 260px;
    }
}
