@charset "utf-8";

/* CSS Document */

/* 搜索 - 开始 */

.o-h .search-wrap{
    display: block;
}

.search-wrap{
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 1500px;
    background-color: #fff;
}

.search{
    width: 960px;
    margin: 0 auto;
}

.search-input{
    width: 100%;
    height: 60px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.search-input .input1{
    float: left;
    width: 885px;
    height: 30px;
    padding: 15px 0 15px 15px;
    font-size: 20px;
    color: #000;
}

.search-input .close{
    float: left;
    width: 60px;
    height: 60px;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #7c7d7d;
}

.search-main{
    width: 100%;
    padding-top: 30px;
}



.search-main .single{
    width: 100%;
}

.search-main .single .item{
    float: left;
    width: 32%;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    background-color: #fcfafa;
}

.search-main .single .item:not(:nth-child(3n)){
    margin-right: 2%;
}


.search-main .single .item .item-img{
    width: 60px;
    display: inline-block;
    vertical-align: middle;
}

.search-main .single .item .item-text{
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
}






/* 搜索 - 结束 */

/* 首页 - 开始 */

.banner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.banner .hd {
    overflow: hidden;
}

.banner .hd ul {
    padding: 26px 0;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    zoom: 1;
}

.banner .hd ul li {
    display: inline-block;
    margin:0 3px;
    width: 30px;
    height: 3px;
    background: #ddd;
    cursor: pointer;
}

.banner .hd ul li.on {
    background: #1b1b1b;
}

.banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .bd img {
    display: block;
    width: 100%;
}

.index-recommend .title{
    margin-bottom: 30px;
}

.index-recommend .title .maintitle{
    width: 100%;
    padding: 20px 0;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000;
}

.index-recommend .title .subtitle{
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #a7a7a7;
}





.index-recommend-main {
    position: relative;
    overflow: hidden;
}

.index-recommend-main .hd {
    overflow: hidden;
}

.index-recommend-main .hd .prev,
.index-recommend-main .hd .next {
    position: absolute;
    top: 0;
    display: block;
    width: 90px;
    height: 318px;
    overflow: hidden;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center center;
}

.index-recommend-main .hd .prev {
    left: 0;
    background-image: url(../images/arrow-left-icon1.png);
}

.index-recommend-main .hd .next {
    right: 0;
    background-image: url(../images/arrow-right-icon1.png);
}

.index-recommend-main .bd {
    width: 1008px;
    margin: 0 auto 40px;
}

.index-recommend-main .bd ul {
    overflow: hidden;
    zoom: 1;
}

.index-recommend-main .bd ul li {
    float: left;
    margin: 0 9px;
    overflow: hidden;
    text-align: center;
}

.index-recommend-main .bd ul li .pic {
    position: relative;
    text-align: center;
}

.index-recommend-main .bd ul li .pic img {
    display: block;
    width: 318px;
    height: 318px;
    transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
}

.index-recommend-main .bd ul li .pic .img1{
    opacity: 1;
}

.index-recommend-main .bd ul li .pic .img2{
    position: absolute; 
    left: 0;
    top: 0;
    z-index: -1;
}

.index-recommend-main .bd ul li:hover .pic .img1{
    opacity: 0;
}

.index-recommend-main .bd ul li:hover .pic .img2{
    opacity: 1;
}

.index-recommend-main .bd ul li .main{
    display: block;
    width: 318px;
    padding:10px 0 60px;
}

.index-recommend-main .bd ul li .main .p1{
    min-height: 36px;
    margin: 12px 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #1b1b1b;
}

.index-recommend-main .bd ul li .main .p2{
    margin: 12px 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000;
}

.index-recommend-main .bd ul li .main .p3{
    margin: 12px 0;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #a7a7a7;
}

.index-recommend-main .bd ul li .main .p4{
    min-height: 32px;
    margin: 12px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #1b1b1b;
}


.index-present{
    padding-top: 6px;
    border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
}

.index-present .title{
    margin-bottom: 46px;
}

.index-present .title .maintitle{
    width: 100%;
    padding: 20px 0;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000;
}

.index-present .title .subtitle{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #a7a7a7;
}


.index-present-main {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    zoom: 1;
}

.index-present-main .bd li {
    position: relative;
    vertical-align: middle;
}

.index-present-main .bd .video a:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 87px;
    height: 88px;
    margin-top: -44px;
    margin-left: -44px;
    background-image: url(../images/play-btn-icon1.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.index-present-main .bd a,
.index-present-main .bd img {
    display: block;
    width: 100%;
}

.index-present-main .hd {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.index-present-main .hd ul {
    font-size: 0;
    text-align: center;
    overflow: hidden;
    zoom: 1;
}

.index-present-main .hd ul li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
}

.index-present-main .hd ul li img {
    display: block;
    width: 96px;
    height: 58px;
}

.index-present-main .hd ul li p {
    padding: 8px 0;
    font-size: 12px;
    line-height: 20px;
    color: #a7a7a7;
}

.index-present-main .hd ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 96px;
    height: 58px;
    background-color: rgba(167, 167, 167, .6);
    transition: background-color .1s;
    -moz-transition: background-color .1s;
    -webkit-transition: background-color .1s;
    -o-transition: background-color .1s;
}

.index-present-main .hd ul li.on:after{
    background-color: transparent;
}

.index-present-main .hd ul li.on p {
    color: #000;
}



.input-hot-products{
    padding: 120px 0 90px;
}

.input-hot-products-left{
    float: left;
    width: 556px;
    padding-top: 150px;
}




.input-hot-products-right{
    float: left;
    width: 644px;
}

.input-hot-products-right .title{
    margin-bottom: 46px;
}

.input-hot-products-right .title .maintitle{
    width: 100%;
    padding: 20px 0;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000;
}

.input-hot-products-right .title .subtitle{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #a7a7a7;
}

.input-hot-products-right .main{
    width: 676px;
}

.input-hot-products-right .main .single{
    float: left;
    width: 306px;
    margin-right: 32px;
    margin-bottom: 20px;
}

.input-hot-products-right .main .single dt{
    width: 306px;
    height: 318px;
}

.input-hot-products-right .main .single dt a,
.input-hot-products-right .main .single dt img{
    display: block;
    width: 100%;
    height: 100%;
}

.input-hot-products-right .main .single dd{
    width: 100%;
}

.input-hot-products-right .main .single dd a{
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}

.input-hot-products-right .main .single dd .p1{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #1b1b1b;
}

.input-hot-products-right .main .single dd .p2{
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000;
}

.input-hot-products-right .main .single dd .p3{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #a7a7a7;
}

.input-hot-products-right .btn{
    display: block;
    width: 156px;
    height: 46px;
    margin: 50px auto 0;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-color: #1b1b1b;
}



.input-shop-one{
    padding: 90px 0;
}

.input-shop-one-detailed{
    width: 580px;
    padding-top: 110px;
}

.input-shop-one-detailed .p1{
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #1b1b1b;
}

.input-shop-one-detailed .p2{
    padding: 10px 0;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #000;
}

.input-shop-one-detailed .p3{
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #1b1b1b;
}

.input-shop-one-detailed .p4{
    padding: 10px 0;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #a7a7a7;
}

.input-shop-one-detailed .btn1{
    display: block;
    width: 154px;
    height: 44px;
    margin: 15px auto;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    color: #1b1b1b;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
}

.input-shop-one-img{
    width: 556px;
}

.input-shop-one-img img{
    display: block;
}



.input-hot-shop{
    padding-bottom: 50px;
}

.input-hot-shop .title{
    margin-bottom: 46px;
}

.input-hot-shop .title .maintitle{
    width: 100%;
    padding: 20px 0;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000;
}

.input-hot-shop .title .subtitle{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #a7a7a7;
}

.input-hot-shop-main{
    width: 100%;
}

.input-hot-shop-main .img1{
    width: 100%;
}

.input-hot-shop-main .img1 img{
    display: block;
    width: 100%;
}

.input-hot-shop-main .text{
    width: 100%;
    padding: 5px 0;
}

.input-hot-shop-main .text .p1{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #1b1b1b;
}

.input-hot-shop-main .price{
    padding: 5px 0;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #a7a7a7;
}

.input-hot-shop-main .btn1{
    display: block;
    width: 154px;
    height: 44px;
    margin: 15px auto;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    background-color: #1b1b1b;
}

.input-hot-shop1{
    padding-bottom: 150px;
}

.input-hot-shop1 .title{
    margin-bottom: 46px;
}

.input-hot-shop1 .title .maintitle{
    width: 100%;
    padding: 20px 0;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000;
}

.input-hot-shop1 .title .subtitle{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #a7a7a7;
}

.input-hot-shop-list{
    width: 100%;
}

.input-hot-shop-list .single{
    float: left;
    width: 280px;
    margin-right: 26.5px;
}

.input-hot-shop-list .single:last-child{
    margin-right: 0;
}

.input-hot-shop-list .single .img1{
    width: 280px;
    width: 280px;
}

.input-hot-shop-list .single .img1 a,
.input-hot-shop-list .single .img1 img{
    display: block;
    width: 100%;
    width: 100%;
}

.input-hot-shop-list .single .detailed{
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.input-hot-shop-list .single .detailed:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 2px;
    background-color: #c7c7c7;
}

.input-hot-shop-list .single .detailed .p1{
    min-height: 40px;
    height: 40px;
    padding: 5px 0;
    margin-top: 36px;
    font-size: 14px;
    line-height: 20px;
    color: #1b1b1b;
    overflow: hidden;
}

.input-hot-shop-list .single .detailed .p2{
    font-size: 14px;
    line-height: 26px;
    color: #1b1b1b;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.input-hot-shop-list .single .detailed .price{
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 26px;
    color: #a7a7a7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.input-hot-shop-list .single .detailed .p3{
    font-size: 12px;
    line-height: 26px;
    color: #1b1b1b;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.index-ad{
    width: 100%;
    height: 324px;
    background-color: #f1f1f1;
}

.index-ad-left {
    float: left;
    width: 290px;
    padding-top: 102px;
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    color: #000;
}

.index-ad-right {
    float: left;
    width: 910px;
    padding-top: 100px;
}

.index-ad-right .p1{
    font-size: 36px;
    line-height: 80px;
    color: #000;
}

.index-ad-right .p2{
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #a7a7a7;
}

.index-ad-right .p2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 1px;
    background-color: #868686;
}

.index-ad-right .p2 span{
    color: #1b1b1b;
}




.index-about .title{
    margin-top: 50px;
    margin-bottom: 30px;
}

.index-about .title .maintitle{
    width: 100%;
    padding: 20px 0;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000;
}

.index-about .title .subtitle{
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #a7a7a7;
}





.index-about-main {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
}

.index-about-main .hd {
    overflow: hidden;
}

.index-about-main .hd .prev,
.index-about-main .hd .next {
    position: absolute;
    top: 0;
    display: block;
    width: 27px;
    height: 380px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.index-about-main .hd .prev {
    left: 0;
    background-image: url(../images/arrow-left-icon1.png);
}

.index-about-main .hd .next {
    right: 0;
    background-image: url(../images/arrow-right-icon1.png);
}

.index-about-main .bd {
    width: 1146px;
    margin: 0 auto;
}

.index-about-main .bd ul {
    overflow: hidden;
    zoom: 1;
}

.index-about-main .bd ul li {
    float: left;
    margin: 0 6px;
    overflow: hidden;
    text-align: center;
}

.index-about-main .bd ul li .pic {
    position: relative;
    text-align: center;
}

.index-about-main .bd ul li .pic img {
    display: block;
    width: 370px;
    height: 380px;
    transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
}

.index-two-link {
    width: 564px;
    margin: 0 auto 100px;

}

.index-two-link .link{
    width: 180px;
    min-height: 36px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #1b1b1b;
    border-bottom: 1px solid #8d8d8d;
}

.index-two-link .link a{
    /*color: #1b1b1b;*/
    color: #a7a7a7;
}

.index-two-link .link a:hover{
    /*color: #f60;*/
    color: #1b1b1b;
}






/* 首页 - 结束 */

/* 联系我们 - 开始 */

.contact-us{
    margin-bottom: 100px;
    border-top: 1px solid #a8a8a8;
}

.contact-us .box{
    width: 570px;
    padding: 60px 90px;
    margin: 40px auto 0;
    border: 1px solid #a8a8a8;
}

.contact-us .box .title{
    height: 70px;
    font-size: 36px;
    line-height: 40px;
    color: #000;
}

.contact-us .box .main{
    min-height: 150px;
    margin-bottom: 20px;
}

.contact-us .box .main .p1{
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.contact-us .box .btn1{
    float: right;
    width: 190px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #000;
}

.contact-us .box .btn2{
    float: right;
    width: 190px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #9a9a9a;
}




/* 联系我们 - 结束 */

/* 产品列表 - 开始 */

.product-banner {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    zoom: 1;
}

.product-banner .bd li {
    position: relative;
    vertical-align: middle;
}

.product-banner .bd .video .img-link:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 87px;
    height: 88px;
    margin-top: -44px;
    margin-left: -44px;
    background-image: url(../images/play-btn-icon1.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.product-banner .bd .img-link,
.product-banner .bd img {
    display: block;
    width: 100%;
}

.product-banner .bd .intro{
    display: block;
    width: 740px;
    height: 140px;
}

.product-banner .bd .intro .p1{
    padding: 40px 0 30px; 
    font-size: 36px;
    line-height: 1em;
    color: #000;
}

.product-banner .bd .intro .p2{
    font-size: 14px;
    line-height: 18px;
    color: #a8a8a8;
}



.product-banner .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.product-banner .hd ul {
    overflow: hidden;
    zoom: 1;
}

.product-banner .hd ul li {
    position: relative;
    display: inline-block;
    margin-left: 16px;
    cursor: pointer;
}

.product-banner .hd ul li img {
    display: block;
    width: 96px;
    height: 58px;
}

.product-banner .hd ul li p {
    padding: 8px 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #a7a7a7;
}

.product-banner .hd ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 96px;
    height: 58px;
    background-color: rgba(167, 167, 167, .6);
    transition: background-color .1s;
    -moz-transition: background-color .1s;
    -webkit-transition: background-color .1s;
    -o-transition: background-color .1s;
}

.product-banner .hd ul li.on:after{
    background-color: transparent;
}

.product-banner .hd ul li.on p {
    color: #000;
}






.product-list{
    padding: 80px 0;
    margin-bottom: 20px;
    border-top: 1px solid #a8a8a8;
}

.product-list .single{
    float: left;
    width: 382px;
    margin-right: 27px;
    margin-bottom: 30px;
}

.product-list .single:nth-child(3n){
    margin-right: 0;
}

.product-list .single .top{
    width: 378px;
    height: 378px;
    border: 2px solid #d4d4d4;
}

.product-list .single .top a,
.product-list .single .top img{
    display: block;
    width: 100%;
    height: 100%;
}

.product-list .single .top a{
    position: relative;
}

.product-list .single.new .top a:after{
    content: "NEW";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #000;
}

.product-list .single.hot .top a:after{
    content: "HOT";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #000;
}



.product-list .single .top a img {
    transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
}

.product-list .single .top a .img1{
    opacity: 1;
}

.product-list .single .top a .img2{
    position: absolute; 
    left: 0;
    top: 0;
    z-index: -1;
}


.product-list .single .top:hover a .img1{
    opacity: 0;
}

.product-list .single .top:hover a .img2{
    opacity: 1;
}












.product-list .single .bottom a{
    display: block;
    padding-bottom: 10px;
    overflow: hidden;
}

.product-list .single .bottom .p1{
    margin: 22px 0 10px;
    height: 36px;
    font-size: 14px;
    line-height: 18px;
    color: #1b1b1b;
    overflow: hidden;
}

.product-list .single .bottom .p2{
    font-size: 14px;
    line-height: 28px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-list .single .bottom .p3{
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 28px;
    color: #a8a8a8;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-list .single .bottom .p4{
    font-size: 12px;
    line-height: 28px;
    color: #1b1b1b;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}





/* 产品列表 - 结束 */

/* 实体店加盟 - 开始 */

.store-banner a,
.store-banner img{
    display: block;
    width: 100%;
}

.store-list .column{
    width: 580px;
}

.store-list .column .single{
    margin-top: 40px;
}

.store-list .column .top{
    width: 100%;
}

.store-list .column .top a,
.store-list .column .top img{
    display: block;
    width: 100%;
}

.store-list .column .bottom{
    width: 100%;
}

.store-list .column .bottom a{
    display: block;
    padding: 12px 0;
}

.store-list .column .bottom .p1{
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.store-list .column .bottom .p2{
    font-size: 36px;
    line-height: 52px;
    color: #000;
}


.store-contact-us{
    margin-top: 70px;
    margin-bottom: 65px;
    overflow: hidden;
}

.store-contact-us .title{
    font-family: "微软雅黑";
    font-size:12px;
    line-height: 36px;
    text-align: center;
    color: #000;
}

.store-contact-us .mail{
    display: block;
    width: 268px;
    height: 30px;
    margin: 0 auto 40px;
    font-family: "微软雅黑";
    font-size:14px;
    line-height: 30px;
    text-indent: 76px;
    color: #1b1b1b;
    border: 1px solid #231f20;
    border-radius: 32px;
    background-image: url(../images/mail-icon1.png);
    background-repeat: no-repeat;
    background-position: 30px center;
}


.store-contact-us .p1{
    position: relative;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #1b1b1b;
}

.store-contact-us .p1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 312px;
    height: 1px;
    background-color: #8d8d8d;
    transform: translate(-50%,0)
}


/* 实体店加盟 - 结束 */

/* 关于我们 - 开始 */

.about-us-company{
    margin-bottom: 140px; 
}


.about-us-company .title{
    margin-bottom: 30px;
}

.about-us-company .title .maintitle{
    width: 100%;
    padding: 20px 0;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000;
}

.about-us-company .title .subtitle{
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #a7a7a7;
}

.about-us-company .main{
    width: 520px;
    margin: 0 auto;
}

.about-us-company .main .p1{
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000;
}



.about-us-main{
    margin-bottom: 66px;
}

.about-us-main .title{
    margin-bottom: 30px;
}

.about-us-main .title .maintitle{
    width: 100%;
    padding: 20px 0;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000;
}

.about-us-main .title .subtitle{
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #a7a7a7;
}

.about-us-main .main{
    width: 100%;
}

.about-us-main .main .img{
    width: 556px;
}

.about-us-main .main .detailed{
    width: 532px;
}

.about-us-main .main .detailed .page_middle_wrap{
    height: 556px;
}

.about-us-main .main .detailed-title{
    width: 100%;
    padding-bottom: 40px;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000;
}


.about-us-main .main .detailed-main{
    width: 100%;
}

.about-us-main .main .detailed-main .p1{
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000;
}

.about-us-main .main .detailed-main .p2{
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #a8a8a8;
}

.about-us-main .timeline{
    width: 830px;
    margin: 0 auto;
}

.about-us-main .timeline .single{
    overflow: hidden;
}

.about-us-main .timeline .single dt{
    float: left;
    width: 154px;
    font-size: 36px;
    line-height: 50px;
    color: #000;
}

.about-us-main .timeline .single dd{
    float: left;
    width: 650px;
    padding: 13px 0;
}

.about-us-main .timeline .single dd p{
    padding: 7px 0;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 20px;
    color: #1b1b1b;
}

.about-us-strategy{
    width: 100%;
}

.about-us-strategy .single{
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 60px;
}

.about-us-strategy .single:nth-child(3n){
    margin-right: 0;
}

.about-us-strategy .single dt{
    width: 380px;
    height: 500px;
}

.about-us-strategy .single dt a,
.about-us-strategy .single dt img{
    display: block;
}

.about-us-strategy .single dd{
    width: 100%;
    height: 170px;
}

.about-us-strategy .single dd .p1{
    font-size: 36px;
    line-height: 80px;
    color: #000;
}

.about-us-strategy .single dd .p2{
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    overflow: hidden;
}



.about-us-honor {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
}

.about-us-honor .hd {
    overflow: hidden;
}

.about-us-honor .hd .prev,
.about-us-honor .hd .next {
    position: absolute;
    top: 0;
    display: block;
    width: 27px;
    height: 380px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-us-honor .hd .prev {
    left: 0;
    background-image: url(../images/arrow-left-icon1.png);
}

.about-us-honor .hd .next {
    right: 0;
    background-image: url(../images/arrow-right-icon1.png);
}

.about-us-honor .bd {
    width: 1146px;
    margin: 0 auto;
}

.about-us-honor .bd ul {
    overflow: hidden;
    zoom: 1;
}

.about-us-honor .bd ul li {
    float: left;
    margin: 0 6px;
    overflow: hidden;
    text-align: center;
}

.about-us-honor .bd ul li .pic {
    position: relative;
    text-align: center;
}

.about-us-honor .bd ul li .pic img {
    display: block;
    width: 370px;
    height: 380px;
    transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
}

.about-us-honor .bd ul li .pic .p1 {
    position: relative;
    margin-top: 50px;
    font-size: 14px;
    line-height: 46px;
    color: #000;
}

.about-us-honor .bd ul li .pic .p1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 180px;
    height: 1px;
    background-color: #8d8d8d;
    transform: translate(-50%,0);
}


.about-us-bottom-img img{
    display: block;
}

/* 关于我们 - 结束 */

/* 新闻中心 - 开始 */

.news-page{
    padding-top: 80px;
}

.news-single{
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    overflow: hidden;
}

.news-single .title{
    width: 810px;
    margin: 20px auto 40px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #000;
}

.news-single .main p{
    width: 810px;
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000;
}

.news-single .more{
    display: block;
    width: 100px;
    height: 100px;
    margin: 90px auto 0;
    font-size: 14px;
    line-height: 100px;
    text-align: center;
    color: #1b1b1b;
    border-left:1px solid #bebebe;
    border-right:1px solid #bebebe;
}

.news-single .date{
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    text-align: center;
}

.news-single .date .p1{
    height: 60px;
    font-family: "微软雅黑";
    font-size: 60px;
    line-height: 60px;
    color: #000;
}

.news-single .date .p1 span{
    font-family: "微软雅黑";
    font-size: 36px;
    color: #000;
}

.news-single .date .p2{
    height: 36px;
    font-size: 20px;
    line-height: 20px;
    color: #000;
}

.news-single .date .p3{
    font-size: 18px;
    line-height: 50px;
    color: #000;
    border-top: 1px solid #000;
}

.news-more{
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.news-more a{
    font-size: 12px;
    line-height: 16px;
    color: #1b1b1b;
    text-decoration: underline;
}

.news-more a:hover{
    color: #f60;
}

/* 新闻中心 - 结束 */

/* 商品详情 - 开始 */

.details{
    padding: 40px 0;
    background-color: #f2f2f2;
}

.details-left{
    float: left;
    width: 682px;
    padding-left: 38px;
}

.details-left .tag{
    height: 100px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}

.details-left .single{
    float: left;
    width: 382px;
    margin-bottom: 30px;
}


.details-left .single .top{
    width: 378px;
    height: 378px;
    border: 2px solid #d4d4d4;
}

.details-left .single .top a,
.details-left .single .top img{
    display: block;
    width: 100%;
    height: 100%;
}

.details-left .single .top a{
    position: relative;
}

.details-left .single.new .top a:after{
    content: "NEW";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #000;
}

.details-left .single.hot .top a:after{
    content: "HOT";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #000;
}


.details-right{
    float: left;
    /* width: 480px; */
    width: 442px;    
}

.details-right .title{
    font-size: 36px;
    font-weight: normal;
    line-height: 42px;
    color: #000;
}

.details-right .single{
    padding: 14px 86px 14px 0;
    border-bottom: 1px solid #cdcdcd;
    overflow: hidden;
}

.details-right .single .single-p{
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.details-right .single .single-p2{
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 20px;
    color: #1b1b1b;
}

.details-right .single .single-p2 span{
    float: left;
    font-family: "微软雅黑";
}

.details-right .single .single-p2 .span1{
    width:100%;
}

.details-right .single .single-p2 .span2{
    width:290px;
}

.details-right .single .money{
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 20px;
    color: #a8a8a8;
}

.details-right .single .subtitle{
    font-family: "微软雅黑";
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #1b1b1b;
}

.details-right .single .ingredients{
    margin-top: 6px;
    font-family: "微软雅黑";
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #1b1b1b;
}

.details-right .single .specifications{
    padding-top: 12px;
}

.details-right .single .specifications li{
    float: left;
    min-width: 44px;
    height: 42px;
    padding: 0 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 42px;
    text-align: center;
    color: #1b1b1b;
    border: 1px solid #1b1b1b;
    border-radius: 4px;
    background-color: #fff;
}


/* 商品详情 - 结束 */
.product-banner1 .hd ul{
    padding-bottom: 18px;
}

.product-banner1 .hd ul li{
    width: 30px;
    height: 4px;
    margin-left: 6px;
    background-color: #dbdbdb;
}

.product-banner1 .hd ul li:after {
    content: none;
}

.product-banner1 .hd ul li.on{
    background-color: #1b1b1b;
}

