/**********  所有页面都要共用的样式  **********/
/*自定义基础通用样式*/
html,
body {
    width: 100%;
    height: 100%;
    position: relative;
}
body{
    background: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 300;
}
a:visited{
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
/*所有按钮加渐变动画*/
.btn{-webkit-transition: all 0.225s ease-in-out;-moz-transition: all 0.225s ease-in-out;-o-transition: all 0.225s ease-in-out;transition: all 0.225s ease-in-out;}
/*所有按钮加渐变动画*/

/*幽灵按钮*/
.btn-outline-inverse{
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.btn-outline-inverse:hover{
    color: #535353;
    text-shadow: none;
    background-color: #fff;
}
.btn-outline-blue{
    color: #535353;
    background: transparent;
    border-color: #535353;
}
.btn-outline-blue:hover{
    color: #fff;
    text-shadow: none;
    background-color: #535353;
}
/*幽灵按钮*/

/*标题下方的短下划线*/
.line{
    border-top: 1px solid #535353;
    width: 30px;
}
.line-big{
    margin: 30px auto 26px;
    border-width: 2px;
    width:80px;
}

/*标题下方的短下划线*/

/*复写引用样式*/
blockquote {
    padding-right: 0;
    padding-bottom: 0;
    background:#f9f9f9;
    color: #919191;
    font-size: 14px;
    background-image: url(../images/icons/quote-left.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: 2em;
}
blockquote .quote-content{
    padding-right: 20px;
    padding-bottom: 10px;
    background-image: url(../images/icons/quote-right.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
/*复写引用样式*/

/*公共底部*/
.footer{border-top:1px solid #bfbfbf;padding:20px 0;margin-top: 70px;}
.footer .foot_left a{margin-right: 20px;}
.footer .foot_left img{width:50px;}
.foot_left span{display:block;text-align: right;font-size:14px;}
/*手机超小屏幕下的单独样式 xs < 768px */
@media (max-width: 767px){
    /*全部-导航*/
    body{
        padding-top: 0;/*移动端若固定顶部导航的话高度为52px*/
        /*padding-bottom: 55px;*/
    }
    #header .navbar{/*移动端导航不固定顶部*/
        position: relative !important;
    }
    #header .navbar{
        padding-bottom: 0;
    }
    /*全部-导航*/
    /*全部-页脚*/

    #footer .footer-wechat p{
        text-align: left !important;
    }
    /*全部-页脚*/
    /*全部-返回顶部*/
    #clan-slider{
        bottom:55px !important;
    }
    #clan-slider ul li a{
        background-color: rgba(255,255,255,0.9) !important;
        border-color:  transparent !important;
        border-radius: 50% !important;
    }
    #clan-slider #slider-goTop{
        background-position: -92px 0 !important;
    }
    #clan-slider #slider-goTop:hover{
        background-position: 0 0 !important;
    }
    .foot_left span{display:block;text-align: left;font-size: 12px;color:#717171;}
    .pplc_text p{
        font-size: 14px;
    }
    .footer{margin-top:15px;}
    .footer .foot_left img{width:25px;}
    .footer .foot_left a{margin-right: 0px;}
    /*全部-返回顶部*/
}
/*手机超小屏幕下的单独样式 xs < 768px */

/*大于手机屏幕时的样式 sm >= 768px */
@media (min-width: 768px){
    body{
        padding-top: 82px;/*顶部固定导航条的空间*/
    }
    /*全部-导航*/
    #header .navbar{
        border-radius: 0;
        padding: 15px 0;
    }
    #header .navbar-nav>li>a{
        padding: 15px 0;
    }
    /*全部-导航*/
}
/*大于手机屏幕时的样式 sm >= 768px */

/*平板小屏幕样式 768px <= sm < 992px */
@media (min-width: 768px) and (max-width: 991px){
    /*全部-页脚*/
    #footer .footer-contact h2{
        font-size: 26px !important;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #footer .footer-contact h2{
            padding-left: 0;
            font-size: 22px !important;
        }
    }
    /*全部-页脚*/
}
/*平板小屏幕样式 768px <= sm < 992px */

/*大于992px以上固定宽度为970px md >= 992px */
@media (min-width: 992px){
    /*全部-最大宽度*/
    .container {
        width: 970px;
    }
    /*全部-最大宽度*/
    /*全部-页脚*/
    #footer .footer-item-last{
        border-right: 2px solid #c1c1c1;
    }
    #footer .footer-contact h2{
        padding-left: 20px;
    }
    /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #footer .footer-contact h2{
            padding-left: 10px !important;
        }
    }
    /*全部-页脚*/
}
/*大于992px以上固定宽度为970px md >= 992px */



/*全部-导航条样式复写*/
#header .navbar-default{
    border:0;
    margin-bottom: 0;
    border-bottom: 2px solid #535353;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background-color: rgba(255,255,255,0.9);
}
#header .navbar-default .navbar-nav>li>a{
    font-size: 16px;
    padding: 16px 25px 5px !important;
}
#header .navbar-default .navbar-nav>li>a:hover{
    color: #535353;
    font-weight: bold;
}
#header .navbar-default .navbar-nav>.active>a, #header .navbar-default .navbar-nav>.active>a:hover, #header .navbar-default .navbar-nav>.active>a:focus{
    color:#535353;
    background-color: rgba(255,255,255,0);
    font-weight: bold;
}
#header .navbar-default .navbar-toggle .icon-bar{
    background-color: none;
}
/*全部-导航条样式复写*/
/**********  所有页面都要共用的样式  **********/



/**********  首页单独的样式  **********/
/*首页样式开始*/
/*首页-行板块*/
.our-data{
    margin:50px 0 0;
}
.our-data-2{margin-bottom: 56px;}
.index-row .main-title{
    text-align: center;
    margin-bottom: 30px;
}
/*首页-行板块*/

/*首页- 李湘同款、星品套装*/
/*平板小屏幕样式 768px <= sm < 992px */
@media (min-width: 768px) and (max-width: 991px) {
    .our-data .our-data-item .number-wrapper {
        font-size: 50px !important;
        line-height: 1.5em !important;
    }
}
.our-data .our-data-item{
    text-align: center;
}
.our-data .our-data-item .number-wrapper{
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-size: 70px;
    line-height: 1.5em;
    color: #535353;
}
.our-data .our-data-item .number-wrapper span{
    display: inline;
}
.our-data .our-data-item .title{
    color:#919191;
}
.sort img{width:100%;}
/* 首页-李湘同款、星品套装*/

/**********  首页单独的样式  **********/

/*所有子页面的中间主体部分*/
.main-container{
    margin: 0 0 30px 0;
}
/*所有子页面的中间主体部分*/

/*产品页的样式*/
.product-top{height:75px;}
.breadcrumb li a{color:#707070;}
.breadcrumb li a:hover{text-decoration:none;color:#232323;}
.product_list img{width:90%;display: block;margin: 0 auto;}
.product_list p{text-align: center;font-size: 16px;}
.product_list span{display: block;text-align: center;font-size: 16px;}
.product_list .product_list_row{margin-bottom:40px;}
/*产品页的样式*/

/*品牌历程*/
.brandStory_pplc h1{height:50px;line-height: 50px;background: #b0c2d2;margin:0 auto;font-size: 18px;text-align: center;color:#333;font-weight:400;}
.brandStory_text{padding:5%;margin-bottom: 30px;}
.pplc_text p{font-size: 18px;line-height: 1.75em;}
.qxcp_text h4,.ppln_text h4{font-size: 18px;font-weight: bold;color:#333;margin-top:20px;}
.qxcp_text p,.ppln_text p{font-size: 18px;line-height: 1.75em;margin: 0;}
/*手机超小屏幕下的单独样式 xs < 768px */
@media (max-width: 767px){
    .brandStory_pplc h1{height:40px;line-height: 40px;font-size: 16px;}
    .pplc_text p{
        font-size: 14px;
    }
    .qxcp_text h4,.ppln_text h4{font-size: 15px;}
    .qxcp_text p,.ppln_text p{font-size: 14px;}

}
/*品牌历程*/

/*联系我们Q&A*/
.brandStory_cjwt h1{width:80%;height:50px;line-height: 50px;background: #b0c2d2;margin:0 auto;font-size: 18px;text-align: center;color:#333;font-weight:400;}
.main-about ul.aboutab{padding: 50px 0;text-align: center;}
.main-about ul.aboutab li{display: inline-block;width:126px;padding: 0 22px;margin-left: 100px;font-size: 16px;line-height: 40px;color: #313131;border: 1px solid #bfbfbf;border-radius: 8px;}
.main-about ul.aboutab li:first-child{margin-left: 0;}
.main-about ul.aboutab li.layui-this, .main-about ul.aboutab li:hover{color: #fff;background: #313131;transition: 0.3s;border: 1px solid #313131;}
/*.content_qa{margin-bottom:35px;}*/
.content_qa .qa_details{margin-bottom: 20px;}
.content_qa .qa_details h3{color:#464646;font-size: 14px;font-weight: bold;}
.content_qa .qa_details p{line-height: 1.7em;color:#717172; }
@media (max-width: 767px){
    .brandStory_cjwt h1{height:40px;line-height: 40px;font-size: 16px;}
    .main-about ul.aboutab li{width:100px;padding:0 15px;margin-left:80px;}

}
@media screen and (max-width: 480px){
    .product-top{height:60px;}
    .main-about ul.aboutab{padding: 35px 0 20px;}
    .content_qa .qa_details h3{margin-top: 0;}
    .main-about ul.aboutab li{width:90px;padding:0 15px;font-size:14px;margin-left:30px;line-height: 26px;}
}
/*联系我们Q&A*/

/*联系我们添加客服*/
.content_tjkf img{width:100%;}
.content_tjkf{margin-bottom: 30px;}
/*联系我们添加客服*/
/*微信modal*/
.modal .modal-dialog .close{position: fixed;top: 22%;right: 10%;opacity:1;z-index: 99;font-size: 26px;
    text-align: center;}
.modal .modal-dialog .close img{width:30px;height: 30px;}
.modal .modal-dialog .contact .contactstyle{text-align: center;padding: 10px;border-radius: 20px;margin: 40% auto;width:56%;}
.modal .modal-dialog .contact .contactstyle img{width: 100%;}
@media screen and (max-width: 480px){
    .modal .modal-dialog .close img{width:25px;height: 25px;}
}

