/*Vue隐藏*/
[v-cloak] {
    display: none;
}
/*清除样式*/

body, ol, ul, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea,select{
    margin: 0; padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

html, body {
    height: 100%;
}

html {
    position: relative;
    margin: 0 auto;
    max-width: 750px;
    min-width: 300px;
    font-size: 62.5%;
}

body {
    position: relative;
    font-size: .14rem;
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    background: #fff;
    color: #282828;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;
    transition: color .2s ease-out;
}

a:hover {
    text-decoration: none;
}

em, i {
    font-style: normal;
}

ol, ul, dl, li, dt, dd {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

.boxShadow{
    box-shadow: 0 0 .18rem 0 rgba(0,0,0,0.1);
}

a img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
input, textarea {
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    outline: none;

}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    padding: 0px;
    margin: 0;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    /*border: solid 1px #000;*/

    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/arrow.png") no-repeat scroll 5.5rem center transparent;
    background-color: #ffffff;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
/*透明度渐变*/
.opacity{
    -webkit-animation: opacity 0.3s linear;
    animation: opacity 0.3s linear;
}
@-webkit-keyframes opacity {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@keyframes opacity {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/*清除浮动*/
.clearfloat{
    zoom:1
}
.clearfloat:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
}
/*居中*/
.center{margin: 0 auto}
/*flex*/
.flex{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.flex-wp{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
}
.eng{text-transform: uppercase;}
*{box-sizing: border-box}

.top{width: 7.5rem;height: 0.07rem;background-color: #272727;position: fixed;top: 0;z-index: 9999999;}
.head{width: 7.5rem;height: 1rem;padding: 0 0.3rem;position: fixed;top: 0.07rem;    background: #ffffff;z-index: 9999999;}
.head .logo{width: 2.45rem;justify-content: center;}
.head .search{width: 0.60rem;height: 0.45rem;background: url("../images/search.png") no-repeat;background-size: 0.38rem 0.36rem;position: absolute;right: 1.13rem;top: 0.28rem;border-right: 1px solid #dedddd;}
.head .nav_btn{width: 0.58rem;height: 0.39rem;background: url("../images/nav_more.png") no-repeat;background-size: 0.58rem 0.39rem;position: absolute;right: 0.3rem; top:0.28rem;}

/*导航*/
.overIndex {width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 2015;background: #000;overflow: hidden;opacity: 0.5;display: none;}
/*.nav_list{width: 60%;position: fixed;right: 0px;top: 0px;height: 100%;  overflow: hidden;bottom: 0px;background-color: #141313; z-index: 2016;display: none}*/
.nav_list{width: 60%;position: fixed;right: 0px;top: 0px;height: 100%;overflow: hidden;bottom: 0px;background-color:  #141313;
    -moz-transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    -moz-transform: translateX(110%);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    box-shadow: 0px 0px 30px 0px rgba( 0, 0, 0,0.8 );
    -webkit-box-shadow: 0px 0px 30px 0px rgba( 0, 0, 0,0.8 );
    -moz-box-shadow: 0px 0px 30px 0px rgba( 0, 0, 0,0.8 );
    /*border-top-left-radius: 20px;*/
    /*-webkit-border-top-left-radius: 20px;*/
    /*-moz-border-top-left-radius: 20px;*/
    /*border-bottom-left-radius: 20px;*/
    /*-webkit-border-bottom-left-radius: 20px;*/
    /*-moz-border-bottom-left-radius: 20px;*/
    z-index: 2016;}
.nav_list.show {  -moz-transform: translateX(0);  -webkit-transform: translateX(0);
    -ms-transform: translateX(0);  -o-transform: translateX(0);  transform: translateX(0);
}
.nav_list .tit{width: 95%;height: 1rem;margin: 0 auto;position: relative;}
.nav_list .tit a{position: absolute; top: 30%; right: 9.3%;}
.nav_list .tit img{width: 0.36rem;height: 0.36rem;}
.nav_list .nav_up{font-size: 0.28rem;}
.nav_list .nav_up li{color: #fff;}

.nav_up li a{height: 1rem; line-height: 1rem;display: block;border-top: 1px solid #353535;color: #666666;}
.nav_up li.on a{color: #ffffff;}
.nav_up li.on>a{border-top: 1px solid #353535;}
.nav_up li.on .nav_up_tit{opacity: 1;font-size: 0.34rem}
.nav_up_tit{padding-left:0.85rem;font-size: 0.34rem}
.nav_up_tit.one{background: url("../images/nav1.png") no-repeat;background-size: 0.31rem 0.29rem;background-position: 0.4rem 0.35rem;font-size: 0.3rem;}
.nav_up_tit.two{background: url("../images/nav2.png") no-repeat;background-size: 0.31rem 0.29rem;background-position: 0.4rem 0.35rem;font-size: 0.3rem; }
.nav_up_tit.three{background: url("../images/nav3.png") no-repeat;background-size: 0.31rem 0.29rem;background-position: 0.4rem 0.35rem; font-size: 0.3rem;}
.nav_up_tit.four{background: url("../images/nav4.png") no-repeat;background-size: 0.31rem 0.29rem;background-position: 0.4rem 0.35rem;font-size: 0.3rem; }
.nav_up_tit.five{background: url("../images/nav5.png") no-repeat;background-size: 0.31rem 0.29rem;background-position: 0.4rem 0.35rem;font-size: 0.3rem; }
.nav_up_tit.six{background: url("../images/nav6.png") no-repeat;background-size: 0.31rem 0.29rem;background-position: 0.4rem 0.35rem;font-size: 0.3rem; }

.nav_down{display: none;}
.nav_up li.on .nav_down{display: block;}
.nav_down li{position: relative;}
.nav_down li .circle{width: 0.1rem;height: 0.1rem;border-radius: 50%;background-color: #ffffff;display: inline-block;position: absolute;top: 0.46rem;left: 0.6rem;}
.nav_down li a{padding-left: 0.90rem;color: #fff;font-size: 0.3rem;border-top: 0;}
/*导航*/


.in_banner{width: 100%;height: auto;}
.in_banner ul li img{width: 100%;height: auto;}

.index_title{height: 0.58rem;}
.index_title h3{display: inline-block;font-size: 0.34rem;padding-left: 0.1rem;border-left: 5px solid #333333;}
.index_title .eng{font-size: 0.18rem;padding-left: 0.1rem;color: #bfbfbf;}
.index_title .title_line{width: 100%;height: 1px;margin-top: 0.1rem;background-color: #979797; border-left: 4.0rem solid #000;}
.index_title .more{float: right;line-height: 0.58rem;margin-right: 0.13rem;}
.index_title .more a{font-size: 0.3rem;color: #bfbfbf;}

.cate_head{width: 100%;background-color: #222222;}
.cate_head > ul{width: 6.99rem;margin: 0 auto;padding: 0.5rem 0;}
.cate_head ul li.firstli{height: 1.2rem;overflow: hidden}
.cate_head ul li.on.firstli{height: auto;}
.cate_head ul li .up{width: 5.7rem;height: 0.9rem;margin: 0 auto;border: 3px solid #484848;border-radius: 3px;margin-bottom: 0.5rem;padding-left: 0.65rem;position: relative}
.cate_head ul li .up span{font-size: 0.28rem;color: #fff;line-height: 0.9rem;}
.cate_head ul li .up.box1{background: url("../images/cate_head1.png") no-repeat 0.3rem  0.32rem/0.25rem 0.25rem;}
.cate_head ul li .up.box2{background: url("../images/cate_head2.png") no-repeat 0.3rem  0.32rem/0.25rem 0.25rem;}
.cate_head ul li .up.box3{background: url("../images/cate_head3.png") no-repeat 0.3rem  0.32rem/0.25rem 0.25rem;}
.cate_head ul li .up .triangle{width: 0.2rem;height: 0.3rem;line-height: 0.3rem;display: inline-block;text-align: center;font-size: 0.1rem;transform: rotateZ(90deg) scaleY(3);position: absolute;right: 0.3rem; top:0.27rem;
    -moz-transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.cate_head ul li.on .up .triangle{transform: rotateZ(270deg) scaleY(3);
    -moz-transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.cate_head ul li .down{width: 5.7rem;margin: -0.53rem auto 0.5rem;border: 3px solid #484848;border-top: 0;list-style: disc outside none!important;transform: translateX(120%);
    -moz-transition: all .6s  ;
    -webkit-transition: all .6s ;
    transition: all .6s;
    justify-content: space-between;
}
.cate_head ul li.on .down{transform: translateX(0);}
.cate_head ul li .down li{margin-left: 0.65rem;color:  #aaa8a8;list-style: disc outside none;}
.cate_head ul li .down a{font-size: 0.24rem;color: #aaa8a8;line-height: 0.6rem;display: block;}
.cate_head ul li.on .down li.on a{color: #fff;}
.cate_head ul li.spc .down li{margin-left: 0;text-align: center;list-style: none;float: left;}
.cate_head ul li.spc .down a{width: 2.6rem;}


.footer{height: 4.3rem;background-color: #272727;color: #fff;}
.footer .index_title{width: 6.9rem;height: 1.1rem;}
.footer .index_title h3{color: #fff;border-left: 0px;line-height: 1rem;letter-spacing: 0.02rem;}
.footer .message{width: 6.9rem;height: 2.35rem;padding-top: 0.3rem;}
.footer .message p{font-size: 0.2rem;line-height: 0.4rem;opacity: 0.6;letter-spacing: 0.01rem;}

.bottom_nav{width: 100%;height: 1.1rem;background-color: #000;position: fixed;bottom: 0;z-index: 99}
.bottom_nav ul{justify-content: center}
.bottom_nav ul li{width: 25%;}
.bottom_nav ul li a{width: 100%;height: 1.1rem;display: block;text-align: center;padding-top: 0.6rem;letter-spacing: 0.05rem}
.bottom_nav ul li:nth-child(1){background: url("../images/bottom_nav1.png") no-repeat;background-size: 0.31rem 0.29rem;background-position: 0.76rem 0.25rem;}
.bottom_nav ul li:nth-child(2){background: url("../images/bottom_nav2.png") no-repeat;background-size: 0.31rem 0.29rem;background-position: 0.76rem 0.25rem;}
.bottom_nav ul li:nth-child(3){background: url("../images/bottom_nav3.png") no-repeat;background-size: 0.31rem 0.29rem;background-position: 0.76rem 0.25rem;}
.bottom_nav ul li:nth-child(4){background: url("../images/bottom_nav4.png") no-repeat;background-size: 0.31rem 0.29rem;background-position: 0.76rem 0.25rem;}
.bottom_nav ul li a{color: #ffffff;font-size: 0.24rem;}

/*分页*/
.pagination{margin: 0 auto;padding: 0.3rem 0 0.9rem;display: table;}
.pagination li{float: left;margin: 0 0.045rem;padding: 0.1rem 0.15rem;border: 1px solid #e6e6e6;border-radius: 5px; display: table-cell;font-size: 0.24rem;}
.pagination li a{font-size: 0.24rem;}
.thisclass{background-color: #3d3a39;color: #ffffff;}
.thisclass a{color: #ffffff;}

/*面包屑*/
.crumb{width: 100%;height: 1rem;background-color: #333333;line-height: 1rem;font-size: 0.28rem;color: #c7c7c7}
.crumb img{width: 0.31rem;height: 0.29rem;margin: -0.05rem 0.15rem 0 0.3rem}
.crumb a{font-size: 0.28rem;color: #c7c7c7}

/*新品推荐*/
.product_new{width: 100%;padding-top: 0.45rem;position: relative;overflow: hidden}
.product_new .index_title{width: 6.9rem;margin: 0 auto;}
.product_new ul{width: 6.5rem;height: 2.8rem;margin: 0.5rem auto 0.6rem;overflow: hidden;}
.product_new ul li{width: 1.95rem;}
.product_new ul li .product{width: 100%;height: 1.95rem;}
.product_new ul li .product img{width: 100%;}
.product_new ul li span{width: 100%;height: 0.5rem;text-align: center;line-height: 0.5rem;display: block;margin-top: 0.1rem;font-size: 0.28rem;color: #292929}

.product_new .product_box{background: #ffffff;
    -moz-box-shadow: 0 5px 10px #cbcbcb; /*底边阴影*/
    -webkit-box-shadow: 0 5px 10px #cbcbcb; /*底边阴影*/
    box-shadow: 0 5px 10px #cbcbcb; /*底边阴影*/
    width: 1.95rem;
}
.product_new .product_bg{width: 1.95rem;height: 1.85rem;
    box-sizing: border-box;
    position: relative;
    /*background: url("../images/test.jpg") no-repeat;background-size: 1.95rem 1.85rem; -webkit-transform-style:preserve-3d; -webkit-perspective:270px;overflow: hidden*/
}
.product_new .product_starge1{
    display: none;
    /*width: 1.07rem;height: 1.07rem;  background-size: cover;margin-top: 0.264rem;margin-left: 0.63rem;*/
    /*-webkit-transform:rotatey(-9deg) rotatex(1deg) rotatez(1deg);!*border-right:2px solid #d5d1ce;*!!*box-shadow: 1px 1px 1px #bebebe;*!position: absolute;*/
}
.product_new .product_starge2{
    margin-top: 0;margin-left: 0;-webkit-transform:rotatey(0deg) rotatex(0deg) rotatez(0deg);
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 90.35%;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    /*width: 1.07rem;height: 1.07rem; margin-top: 0.52rem;margin-left:0.12rem; */
    /*-webkit-transform:rotatey(-12deg) rotatex(2deg) rotatez(4deg);!*border-right:1px solid #d5d1ce;*!position: absolute;box-shadow: 1px 0px 1px #969797;*/
}
.product_new .product_starge2 img{
    display: block;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}
.product_new .product_bg.on{background: url("../images/test.jpg") no-repeat;background-size: 1.95rem 1.85rem; -webkit-transform-style:preserve-3d; -webkit-perspective:270px;overflow: hidden}
.product_new .product_bg.on .product_starge1{display: block; width: 1.07rem;height: 1.07rem;  background-size: cover;margin-top: 0.264rem;margin-left: 0.63rem; -webkit-transform:rotatey(-9deg) rotatex(1deg) rotatez(1deg);position: absolute;
}
.product_new .product_bg.on .product_starge1 img{width: 100%}
.product_new .product_bg.on .product_starge2{ width: 1.07rem;height: 1.07rem; margin-top: 0.52rem;margin-left:0.12rem; -webkit-transform:rotatey(-12deg) rotatex(2deg) rotatez(4deg);position: absolute;box-shadow: 1px 0px 1px #969797;
    left: 0;
    top:0;
    padding-bottom: 0;
}
.product_new .product_bg.on .product_starge2 img{width: 100%}
.product_new .product_bg.on .product_starge1:before{ content: ''; width: 0.46rem; height: 0.24rem; position: absolute; margin-left: 0.62rem; background: url("../images/top.png") no-repeat; opacity: .35; }
.product_new .product_bg.on .product_starge2:before{ content: ''; width: 0.46rem; height: 0.24rem; position: absolute; margin-left: 0.59rem; background: url("../images/top.png") no-repeat; opacity: .4; }
.product_new ul li span{width: 100%;height: 0.7rem;display: block;line-height: 0.7rem;text-align: center;font-size: 0.3rem;color: #272727;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

/*联系我们导航*/
.contact_head{width: 100%;height: 0.76rem;background: url("../images/contact_head_ico.png") no-repeat 0.3rem center/0.32rem 0.32rem #000000;padding-left: 0.7rem}
.contact_head ul{width: 100%;height: 0.76rem;justify-content: flex-start;}
.contact_head ul a{font-size: 0.28rem;color: #ffffff;height: 0.76rem;line-height: 0.76rem;margin-right: 0.4rem;opacity: 0.5;}
.contact_head ul .on a{opacity: 1;}

/*关于我们第二导航*/
.about_head{width: 100%;height: 0.76rem;background-color: #000;z-index: 99}
.about_head ul{width: 6.9rem;height: 0.76rem;justify-content: space-between;}
.about_head ul a{font-size: 0.28rem;color: #ffffff;}
