/*webkit内核浏览器滚动条*/
::-webkit-scrollbar-track-piece{background:#e9e9e9;}
::-webkit-scrollbar{width:8px;height:8px;}
::-webkit-scrollbar-button{display:none;}
::-webkit-scrollbar-track,::-webkit-scrollbar-track-piece{background:-webkit-gradient(linear,left);}
::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:horizontal{border-radius:6px;background:#bdbdbd;}
::-webkit-scrollbar-thumb:hover{background:#8e8e8e;}
::-webkit-scrollbar-thumb:active{background:#828181;}

body{
    font-family: "宋体",SimSun;
}
.mt30{
    margin-top: 30px;
}
.common_container{
    max-width:1920px;
    margin:0 auto;
    padding-top:83px;
    position: relative;
    clear: both;
    overflow: hidden;
}
.lang_toggle{
    color: #dfc289;
    position: absolute;
    right:90px;
    top:34px;
    z-index:9999;
}
.lang_toggle a,
.lang_toggle span{
    color: #dfc289;
    font-size:12px;
}
.lang_toggle a{
    text-decoration: underline;
}
.lang_toggle .en{
    font-size:14px;
}
.lang_toggle .cn{
    font-weight:bold;
}
.remove_btn{
    display: none;
}
.header{
    padding-top: 20px;
    padding-bottom: 15px;
}
.header .container-fluid>.navbar-header{
    margin-left: 3%;
}
.header.navbar-default{
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 7px rgba(0,0,0,.065);
}
.header.navbar{
    border:none;
}
.header.navbar-default{
    border-bottom:none;
    background: rgba(255,255,255,1);
}
.header_white.navbar-default{
    background: rgba(255,255,255,1);
    -webkit-box-shadow: inset 0 4px 0 rgba(255,255,255,.5),0 2px 8px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 4px 0 rgba(255,255,255,.5),0 2px 8px rgba(0,0,0,.15);
    box-shadow: inset 0 4px 0 rgba(255,255,255,.5),0 2px 8px rgba(0,0,0,.15);
}
.header .navbar-nav{
    padding-right:3%;
    /*padding-right:150px;*/
    /*border-bottom:1px solid #dfc389;*/
}
.header .navbar-brand>img{
    /*max-height: 100%;*/
    width:110px;
}
.header .navbar-brand{
    padding: 0 10px;
}
.header.navbar-default .navbar-nav>li>a,
.header.navbar-default .navbar-nav>li>a:hover{
    color: #aaa806;
    border-bottom: 1px solid rgba(0,0,0,0);
}
.header.navbar-default .navbar-nav>.active>a,
.header.navbar-default .navbar-nav>.active>a:focus,
.header.navbar-default .navbar-nav>.active>a:hover{
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0);
    box-shadow: inset 0 3px 9px rgba(0,0,0,0);
    color: #aaa806;
    border-bottom: 4px solid #aaa806;
    background: none;
}

.header.navbar-default .navbar-nav>li>span{
    padding-top:15px;
    padding-bottom:15px;
    line-height:20px;
}
.header .navbar-collapse{
    padding-left:0;
    padding-right:0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}
.navbar-default .navbar-toggle {
     border: none;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #9d9c1f;
}
@media screen and (max-width:768px){
    .navbar-default .navbar-toggle{
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}


.carousel-indicators li,
.carousel-indicators .active{
    margin-left:15px;
    margin-right:15px;
    width:10px;
    height:10px;
    border-color: #a19f16;
}
.carousel-indicators li{
    background: #fff;
}
.carousel-indicators .active{
    background: #a19f16;
}
/*修改幻灯效果给淡入淡出 */
.carousel-fade .carousel-inner{

}
.carousel-fade .carousel-inner .item{
    opacity:0.3;
    -webkit-transition-property:opacity;
    -moz-transition-property:opacity;
    -ms-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0);
    box-shadow: inset 0 3px 9px rgba(0,0,0,0);
}
.carousel-fade .carousel-inner .active{
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{
    left: 0;
    opacity: 0;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-shop{

}
 .carousel-control.left,
 .carousel-control.right{
    background: none;
}
.carousel-shop .carousel-control.left .glyphicon-chevron-left{
    /*background: url("../img/prev.png") no-repeat;*/
    -webkit-background-size:100%;
}
.carousel-shop .carousel-control.left:hover .glyphicon-chevron-left{
    /*background: url("../img/prev_hover.png") no-repeat;*/
    -webkit-background-size:100%;
}
.carousel-shop .carousel-control.right .glyphicon-chevron-right{
    /*background: url("../img/next.png") no-repeat;*/
    -webkit-background-size:100%;

}
.carousel-shop .carousel-control.right:hover .glyphicon-chevron-right{
    /*background: url("../img/next_hover.png") no-repeat;
    -webkit-background-size:100%;*/

}
.carousel-shop .carousel-control .glyphicon-chevron-left,
.carousel-shop .carousel-control .glyphicon-chevron-right{
    background-size:100%;
    width: 50px;
    height: 50px;
    margin-top: -150px;
}

.carousel-shop .carousel-control.left .glyphicon-chevron-left:before{
    content: "";
}
.carousel-shop .carousel-control.right .glyphicon-chevron-right:before{
    content: "";
}
.me_contact{
    padding-left: 10px;
    line-height: 1.8em;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right{
    color: #dfc389;
}
.foot{
    width:100%;
    overflow: hidden;
    padding-top:30px;
    padding-bottom:30px;
    color: #a19f16;
    font-size:14px;
}
.foot>span{
    padding:0 15px;
}
.foot a{
    color: #a19f16;
}
.foot .c_icon{
    font-size:21px;
    font-style: normal;
    vertical-align: middle;
}
.arial{
    font-family:Arial;
}
.app_header{

}
.app_header.navbar-default{
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.index_quality{
    position: relative;
    padding-bottom: 0px;
    margin: 0 auto;
    max-width: 1920px;
}
.index_quality .shadow{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:10px;
    -webkit-box-shadow: inset 0 -2px 4px rgba(133,133,133,0.1);
    box-shadow: inset 0 -2px 4px rgba(133,133,133,0.1);
}
.contact_us_box{
    padding-top:60px;
    padding-bottom:80px;
    /*max-width:950px;*/
    max-width:980px;
}
.contact_us_box .con{
    font-size:22px;
    line-height:2.1em;
}
.contact_us_title{
    margin-bottom:30px;
}
.contact_us_title img{
    width:32.18%;
}
.share_m_toggle{
    display: none;
}
@media screen and (max-width:768px){
    .share_m_toggle{
        display: block;
        visibility: hidden;
        float: right;
        padding: 9px 10px;
        margin-right: 15px;
        margin-bottom: 7px;
        width: 22px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        max-width: 76px;
    }
}
/*移动端菜单*/
.m_menu{
    /*display: none;*/
    /*height: 0;*/
    /*position: absolute;*/
    /*top: 62px;*/
    /*left: 0;*/
    /*z-index:999;*/
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    border-top: 1px solid #f2f1f1 !important;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), inset 0 -1px 5px rgba(0,0,0,.075);
}
@media screen and (min-width:768px){
    .navbar-collapse.collapse.m_menu{
        display: none !important;
    }
}
.m_menu .nav-tabs{
    float: left;
    width: 35%;
    height: 900px;
    border-bottom: none;
}
.m_menu .nav-tabs>li{
    float: none;
    margin-bottom: 0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    overflow: hidden;
    clear: both;
}
.m_menu .nav-tabs>li>a{
    display: block;
    margin-right: 0;
    padding:15px 0;
    border-top:none;
    border-left:3px solid #fff;
    /*border-right: 1px solid #dddcab;*/
    border-right: none;
    border-bottom: 1px solid #dddcab;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: #fff;
    text-align: center;
    color: #a19f16;
    font-size: 15px;
}
.m_menu .nav-tabs>li.active>a,
.m_menu .nav-tabs>li:focus>a,
.m_menu .nav-tabs>li:hover>a{
    border-top:none;
    border-left:3px solid #a6a422;
    /*border-right: 1px solid #dddcab;*/
    border-right: 0;
    border-bottom: 1px solid #dddcab;
    background: #fdfdfa;
    color: #a19f16;
}
.m_menu .tab-content{
    float: left;
    width: 65%;
    height: 100%;
    background: #fdfdfa;
}
.m_menu .tab-content .tab-pane{
    float: left;
    width: 100%;
    height: 100%;
    min-height: 205px;
    border-left: 1px solid #dddcab;
}
.m_menu .tab-content .tab-pane ul{
    margin-bottom: 0;
    padding: 0;
}
.m_menu .tab-content .tab-pane li{
    list-style: none;

}
.m_menu .tab-content .tab-pane li a{
    display: block;
    padding: 15px 15px;
    /*border-left: 1px solid #dddcab;*/
    border-bottom: 1px solid #dddcab;
    text-align: center;
    text-decoration: none;
    color: #a19f16;
    font-size: 15px;
}

.m_menu .tab-content .tab-pane li.active>a,
.m_menu .tab-content .tab-pane li:focus>a,
.m_menu .tab-content .tab-pane li:hover>a{
    background: #fbfbf8;
    border-left: 3px solid #a6a422;
}



.header.navbar-default .navbar-nav>li>a,
.header.navbar-default .navbar-nav>li>a:hover{
    /*padding: 15px 30px;*/
    padding: 15px 0px;
}
.stores_box{
    padding-top:90px;
    width:100%;
    height:100%;
    background: url("../img/pg_bg.jpg"/*tpa=http://crysnel.cn/img/pg_bg.jpg*/) no-repeat 50% 50% ;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    color: #999700;
}
.stores_box .vmc-centered li{
    margin-top:50px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /*height:400px;*/
}
.stores_box .container{
    padding-top:100px;
    /*margin-left:0;
    margin-right:0;*/
    margin:0 auto;
    padding-left:0;
    padding-right:0;
}
@media screen and (max-width:1280px){
    .stores_box .container{
        padding-top:60px;
    }
}
@media screen and (max-width:1024px){
    .stores_box .container{
        padding-top:50px;
    }
}
.stores_box .con{
    margin:0 auto;
    width:350px;
    padding:20px;
    background: rgba(255,255,255,0.9);
    overflow: hidden;
    -webkittransition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.stores_box .con img{

}
.stores_box .con p{
    -webkittransition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}
.stores_box .vmc-centered li.vmc_active{
    margin-top:0;
    overflow: hidden;
}
.stores_box .vmc_active .con{
    /*transform: scale(1.2);*/
    width:410px;
}
/*.stores_box .vmc_active .con img{
    transform: scale(1.2);
}*/
.stores_box .vmc_active .con p{
    display: block;
}
@media screen and (max-width:1280px){
    .stores_box .con{
        padding:10px;
        width:280px;
    }
    .stores_box .con p{
        font-size:12px;
    }
    .stores_box .vmc_active .con{
        width:300px;
    }
}
@media screen and (max-width:1024px){
    .stores_box .con{
        padding:10px;
        width:250px;
    }
    .stores_box .con p{
        font-size:12px;
    }
    .stores_box .vmc_active .con{
        width:280px;
    }
}


@media screen and (max-width:768px){
    .header .navbar-brand{
        float: none;
        display: inline-block;
    }
    .header .navbar-brand img{
        display: inline-block;
    }
    .header .container-fluid>.navbar-header{
        text-align: center;
    }

}
@media screen and (max-width:1024px){
    .header.navbar-default .navbar-nav>li>a,
    .header.navbar-default .navbar-nav>li>a:hover{
        padding: 20px 0px;
    }
    .header .container-fluid>.navbar-header {
        margin-left: 0;
        margin-right: 0;
        margin-top: 9px;
    }
    .header .navbar-brand>img {
        /*max-width: 110px;*/
    }
}
@media screen and (max-width:768px){
    .header{
        padding-top:0;
        padding-bottom:0;
    }
    .header .navbar-nav{
        padding-right:0;
    }
    .header .navbar-collapse{
        border-top:none;
        overflow: hidden;
        height: 900px;
        max-height: 900px;
        /*background: rgba(0,0,0,0.8);*/
    }
    .header.navbar-default .navbar-nav>.active>a,
    .header.navbar-default .navbar-nav>.active>a:focus,
    .header.navbar-default .navbar-nav>.active>a:hover{
        color: #dfc389;
        /*border-bottom: none;*/
        background: none;
    }

    .carousel-shop .carousel-control .glyphicon-chevron-left,
    .carousel-shop .carousel-control .glyphicon-chevron-right{
        background-size:100%;
        width: 40px;
        height: 40px;
        margin-top: -70px;
    }
    .me_contact{
        padding-left: 0;
        line-height: 1.6em;
        font-size:12px;
    }
    .common_container{
        padding-top:50px;
    }
    .contact_us_box{
        padding-top:30px;
        padding-bottom:50px;
    }
    .contact_us_title{
        margin-bottom:15px;
    }
    .contact_us_title img{
        width:150px;
    }
    .index_quality{
        /*padding-bottom: 60px;*/
    }
    .contact_us_box .con{
        font-size:14px;
        line-height:1.8em;
    }
}
@media screen and (max-width:767px){
    .header.navbar-default .navbar-nav>.active>a,
    .header.navbar-default .navbar-nav>.active>a:focus,
    .header.navbar-default .navbar-nav>.active>a:hover{
        color: #dfc389;
        border-bottom: none;
        background: none;
    }
}
@media (max-width: 1100px){
    .header .navbar-nav{
        padding-right:0;
    }
    .lang_toggle{
        display: none;
    }
}
@media (min-width: 768px){
    .navbar-nav>li>a{
        padding-bottom:12px;
    }
    .header .navbar-brand{
        padding-top:0;
        padding-bottom:0;
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    .navbar-nav>li>a{
        font-size: 20px;
        /*padding-left: 45px;
        padding-right: 45px;*/
        margin: 0 45px;
        padding-left: 0;
        padding-right: 0;
    }

}
/*join_main 投资合作*/
.join_main{
    margin:0 auto;
    padding-top:60px;
    max-width: 1100px;
}
@media screen and (max-width:1366px){
    .join_main{
        padding-top:50px;
        width: 800px;
    }
}
@media screen and (max-width:1023px){
    .join_main{
        padding-top:30px;
        width: 70%;
    }
}
.join_main .nav-tabs{
    margin-top:30px;
    border-bottom:none;
}
.join_main .nav-tabs>li{
    margin: 0 -moz-calc(10% - 50px);
    margin: 0 -webkit-calc(10% - 50px);
    margin: 0 calc(10% - 50px);
}
.join_main .nav-tabs>li>a{
    margin:0;
    padding:0;
    width:100px;
    height:100px;
    line-height:100px;
    text-align: center;
    border:none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(255,255,255,0.9);
    color: #999700;
    font-size:18px;
}
.join_main .nav-tabs>li.active>a,
.join_main .nav-tabs>li.active>a:focus,
.join_main .nav-tabs>li.active>a:hover{
    border:none;
    background: rgba(153,151,0,0.9);
    color: #fff;
}
.m_common_main{
    margin:0 auto;
    width:100%;
    max-width:750px;
    padding-top:66px;
    text-align: center;
}
.m_common_main img.img-responsive{
    margin:0 auto;
}
/*联系我们 手机端*/
.m_about_info{
    padding:40px 30px;
    text-align: left;
    line-height:1.8em;
    font-size:16px;
    color: #999700;
}
.m_about_info a{
    color: #999700;
    text-decoration: underline;
}