/**
说明：
0,每个样式块之间间隔两行。
1，样式都定义单独的块，在需要的页面都可以复用。
2，所有内页控制器有一个公共的名字：neicontent。每个控制器有一个单独的名字（格式为：viewcon productcon listcon  videocon messagecon...）。便于更细致的调整单独的样式块。
3,大容器的结尾名称作为内部容器的开头名称如：大容器为wztop,内容器为top0 top1 top2...
*/


/*1 首页样式------------------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'SIMLI';
    src: url('../font/SIMLI.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ysyrxk';
    src: url('../font/ysyrxk.ttf');
    font-weight: normal;
    font-style: normal;
}


*{box-sizing:border-box}article,aside,blockquote,body,button,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,section,td,textarea,th,ul{margin:0;padding:0}
a{background:0 0;text-decoration:none;outline:0}
body,html{font-family:Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Arial,sans-serif}
li,ul{list-style:none}
button{background:transparent;border:none;outline:none;cursor:pointer}
textarea{padding:5px;width:100%}
input,textarea{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
input{border:0;width: 100%;}h1,h2,h3,h4,h5,h6{font-weight:400}


html,
body {
    position: relative;
    height: 100%;
}

body {
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
.top{overflow:hidden;position:fixed;width:100%;top:5%;z-index:902;}
.top .logo{width:125px;margin-right:2%;margin-left:3%;float:left}
.top .menu{float:left;background:transparent;height:auto;line-height:normal}
.top .menu .ivu-menu-item:hover,.top .menu /deep/ .ivu-menu-item-active{color:#fff;border-bottom:0;border:1px solid #fff;border-radius:9px}
.top .menu a{color:#fff;padding:10px;margin-right:10px;border:1px solid transparent}
.top .menu:after{height:0}


.top_link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ca3338;
    padding: 20px 3%;
}


.ivu-menu-horizontal .ivu-menu-item, .ivu-menu-horizontal .ivu-menu-submenu {
    float: left;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item, .ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu {
    height: inherit;
    line-height: inherit;
    border-bottom: 2px solid transparent;
    /*color: #515a6e;*/
}



.swiper-container_sy {
    width: 100%;
    height: 100%;
}

.swiper-container_sy .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-container_sy .swiper-button-next:after, .swiper-container_sy .swiper-container-rtl .swiper-button-prev:after{
    content: '';
    background: url("../img/rit.png") no-repeat center ; background-size: cover;
    width: 22px; height: 22px;
}


.swiper-container_sy .swiper-button-prev:after, .swiper-container_sy .swiper-container-rtl .swiper-button-next:after{
    content: '';
    background: url("../img/left.png") no-repeat center ; background-size: cover;
    width: 22px; height: 22px;
}



.swiper-container_sy .swiper-pagination-bullet{
    background: none; border: 1px solid #fff; opacity: 0.9;
}
.swiper-container_sy .swiper-pagination-bullet-active{
    background: #fff;
}

.authisty {
    position: relative;
    text-align: left;
    width: 100%;
    height: 80%;
}

.authisty .txt {
    position: absolute;
    color: #362c2d;
    top: 20%;
    left: 15%;
}

.authisty .txt h2 {
    font-size: 24px;
}

.authisty .txt h2 span {
    font-weight: 700;
}

.authisty .txt .red_line {
    display: block;
    width: 50px;
    height: 2px;
    margin: 15px 0;
    background: #ca3338;
}
.authisty .txt h3 {
    font-size: 20px;
}

.authisty .txt p {
    font-size: 14px;
    width: 80%;
    margin: 10px 0 25px;
}

.authisty .txt a[data-v-043b6274] {
    margin-bottom: 5%;
}

.authisty .txt a, .authisty .txt button {
    border: 1px solid #362c2d;
    border-radius: 3px;
    padding: 5px 15px;
    color: #362c2d;
    font-size: 12px;
}

.authisty .txt .warn[data-v-043b6274] {
    font-size: 15px;
    margin: 0 0 5px;
    width: 100%;
}


.mask[data-v-043b6274] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: background 1s;
}

.mask.maskActive[data-v-043b6274] {
    z-index: 903;
    background: rgba(0,0,0,.6);
}







.contact{width:950px;height:410px;background:#000;position:fixed;left:-912px;top:23%;z-index:903;transition:left .6s;text-align: left;}
.contact .formWrap,.contact .signal{float:left;height:100%;cursor:pointer}
.contact .formWrap .wrap_c,.contact .signal .wrap_c{overflow:hidden}
.contact .formWrap .wrap_c .form,.contact .formWrap .wrap_c .text,.contact .signal .wrap_c .form,.contact .signal .wrap_c .text{width:48%;padding:25px 20px;color:#fff;background:#414141}
.contact .formWrap .wrap_c .text,.contact .signal .wrap_c .text{float:left;font-size: 12px}
.contact .formWrap .wrap_c .form,.contact .signal .wrap_c .form{float:right;background:transparent;padding:0}
.contact .formWrap .wrap_c .form .form_c,.contact .formWrap .wrap_c .form h3,.contact .signal .wrap_c .form .form_c,.contact .signal .wrap_c .form h3{margin-bottom:14px;background:#414141}
.contact .formWrap .wrap_c .form h3,.contact .signal .wrap_c .form h3{padding:15px}
.contact .formWrap .wrap_c .form h3 span,.contact .signal .wrap_c .form h3 span{border:1px solid #fff;border-radius:4px;padding:5px 10px;margin-right:15px}
.contact .formWrap .wrap_c .form .form_c,.contact .signal .wrap_c .form .form_c{overflow:hidden;background:transparent}
.contact .formWrap .wrap_c .form .form_c input,.contact .signal .wrap_c .form .form_c input{color:#fff;background:transparent;padding:16px 15px}
.contact .formWrap .wrap_c .form .form_c .left,.contact .signal .wrap_c .form .form_c .left{float:left;width:50%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAUVBMVEX+/v79/f3+/v4AAAD9/f39/f3+/v79/f39/f39/f3+/v7+/v7+/v79/f39/f36+vr7+/v6+vr9/f38/Pz8/Pz7+/v7+/v5+fn8/Pz7+/v+/v59xwv6AAAAGnRSTlOjbK0AZGCPb1hpt5uVe3UqOS9UT0U8NCdLP9t9b64AAABtSURBVBjTjYxJDoQwDAQdjz0xZgkBwuL/P5SEA1IEB1qqS0ldIFBtgb9Va54iuWoBGHEixLlB3B3i1eg7s6E185AvTzESxUIiCkfmbrjc8N8aK3McmUMhMW9AquJUJ686//Kqy7uIImEV2QpFnOsFDPdKZx/iAAAAAElFTkSuQmCC) no-repeat 95%;background-color:#414141}
.contact .formWrap .wrap_c .form .form_c .right,.contact .signal .wrap_c .form .form_c .right{float:right;width:47%;background:#414141}
.contact .formWrap .wrap_c .form button,.contact .signal .wrap_c .form button{width:100%;background:#9a6f4f;text-align:center;color:#fff;font-size:14px;padding:15px 0}
.contact .formWrap{width:96%;padding:20px;background:#000}
.contact .formWrap h2{margin:30px 0;color:#976f4f}
.contact .formWrap .copyright{color:#6f6f6f;text-align:center;margin-top:25px}
.contact .signal{font-size:15px;color:#fff;width:4%;background:#ca3338;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;text-align:center}
.contact .signal i{display:inline-block;width:13px;height:13px;border-top:1px solid #fff;border-right:1px solid #fff;margin-bottom:20px;transform:rotate(45deg);  }
.contact .signal span{font-weight:700;padding:10px 0}
.contact.slide{left:0}

.slide .signal i{
    transform: rotate(225deg);
    margin-left: 12px;

}


.about_c{padding-bottom:6%}
.backBtn{clear:both;overflow:hidden}
.backBtn div{float:right;width:100px;height:100px;background:url(../../static/img/return-g.6a75161.jpg) 0 0/100%}
.backBtn:hover{cursor:pointer}
.backBtn:hover div{background:url(../../static/img/return-r.6a7b8b4.jpg) 0 0/100%}
/*.top[data-v-043b6274]{position:absolute}*/
.top .menu a[data-v-043b6274]{color:#fff}
.mask[data-v-043b6274]{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;transition:background 1s}
.mask.maskActive[data-v-043b6274]{z-index:903;background:rgba(0,0,0,.6)}
.link[data-v-043b6274]{color:#9b9ea0}
.link[data-v-043b6274]:hover{color:#accd15}
.authisty .txt .warn[data-v-043b6274]{font-size:15px;margin:0 0 5px;width:100%}
.authisty .txt a[data-v-043b6274]{margin-bottom:5%}
.mtSwipe[data-v-043b6274]{margin-top:112px}@media screen and (max-width:1024px){.authistyMob .txt[data-v-043b6274]{color:#362c2d}
    .authistyMob .txt a[data-v-043b6274]{color:#362c2d;border:1px solid #362c2d}}
.index[data-v-2eea86cf]{min-height:100%}
.top[data-v-2eea86cf]{position:fixed;top:0;left:0;width:100%;background:#ca3338;padding:20px 3%}
.top .menu a[data-v-2eea86cf]{color:#fff}
.top .logo[data-v-2eea86cf]{cursor:pointer}
.content[data-v-2eea86cf]{padding-bottom:3%}
.commonFoot .halfT[data-v-eafadc06]{background:#000;color:#a5a5a5;padding-top:2%;padding-bottom:1%}
.commonFoot .halfT div[data-v-eafadc06]{width:70%;margin:0 auto}
.commonFoot .halfT p[data-v-eafadc06]{font-size:17px}
.commonFoot .halfT p[data-v-eafadc06]:first-of-type{font-size:14px}
.commonFoot .halfT img[data-v-eafadc06]{width:50px;margin-right:2%}
.commonFoot .halfT span[data-v-eafadc06]{display:block;width:5%;height:2px;background:#ca3338;margin:2% 0}
.commonFoot .halfB[data-v-eafadc06]{background:#ca3338;padding-top:2%;padding-bottom:1%;padding-left:15%;color:#fff;text-align:left}
.commonFoot .halfB div[data-v-eafadc06]{display:inline-block}
.commonFoot .halfB .left[data-v-eafadc06]{width:auto;text-align:left}
.commonFoot .halfB .left img[data-v-eafadc06]{margin-bottom:7%}
.commonFoot .halfB .right[data-v-eafadc06]{text-align:right;width:35%}
.commonFoot img[data-v-eafadc06]{cursor:pointer}
.mt6[data-v-8430dc2c]{margin-top:6%}
.mb5[data-v-8430dc2c]{margin-bottom:5%}
.sepe_line[data-v-8430dc2c]{display:block;width:100%;height:1px;background:#966f5e;margin:7% 0}
.about_c[data-v-8430dc2c]{width:70%;margin:3% auto}
.about_c .sub_c[data-v-8430dc2c]{margin-top:7%}
.about_c .sub_c1[data-v-8430dc2c]{margin-top:4%}
.about_c .sub_c1 h3[data-v-8430dc2c]{font-size:16px;color:#5c5857}
.about_c .sub_c1 h4[data-v-8430dc2c]{font-size:16px;color:#966f5e}
.about_c .slogan[data-v-8430dc2c]{display:block;width:69%;margin-bottom:10%}


.common1 .head,.employeeItem .head{margin-bottom:2%}
.common1 .head h2,.employeeItem .head h2{font-size:24px;color:#5c5857}
.common1 .head h3,.employeeItem .head h3{font-size:16px;color:#966f5e}
.common1 .head span,.employeeItem .head span{display:block;width:77px;height:2px;margin-top:2%;background:#d8393f}
.common1 .body,.employeeItem .body{overflow:hidden}
.common1 .body .body-1,.employeeItem .body .body-1{float:left;width:65%;margin-right:10%}
.common1 .body .body-1 .main_txt,.employeeItem .body .body-1 .main_txt{color:#322e2f;font-size:16px}
.common1 .body .body-1 .sub_txt,.employeeItem .body .body-1 .sub_txt{font-size:14px}
.common1 .body .body-1 .sub_c,.employeeItem .body .body-1 .sub_c{margin-bottom:7%}
.common1 .body .body-1 .sub_c h4,.employeeItem .body .body-1 .sub_c h4{font-size:16px;color:#9e7052}
.common1 .body .body-1 .sub_c p,.employeeItem .body .body-1 .sub_c p{font-size:14px;color:#454545}
.common1 .body .body-1 .imgWrap,.employeeItem .body .body-1 .imgWrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:distribute;align-content:space-around;-ms-flex-pack:justify;justify-content:space-between}
.common1 .body .body-1 .imgWrap img,.employeeItem .body .body-1 .imgWrap img{float:none;width:49.5%;height:220px}
.common1 .body img{float:left;width:25%}
.common1 .body-1  img{width:49%;display: block;float: right}
.common1 .body-1  img:first-child{float: left}
/*.employeeItem .body img{float:left;width:25%}*/
.common1 .body .sub_img,.employeeItem .body .sub_img{float:none;width:100%}

.common1[data-v-7911dad0]{width:1200px;margin-left:15%}
.common1 img[data-v-7911dad0]{margin-bottom:5%}
.common1 .body .body-1[data-v-7911dad0]{width:50%;margin-right:10%;min-height:100%;overflow: hidden}
.common1 .view .body-1[data-v-7911dad0]{width:50%;margin-right:10%;min-height:100%;overflow: hidden}

.common1 .body-2 img{
    width: 100%;
    display: block;
    float: none;
}

.common1 .body-2 img:first-child {
    float: none;
}

.common1 .share[data-v-7911dad0]{float:left}
.common1 .share button[data-v-7911dad0],.common1 .share div[data-v-7911dad0]{float:left;font-size:15px}
.common1 .share input[data-v-7911dad0]{color:transparent}
.common1 .share button[data-v-7911dad0]{padding:5px 20px;border:1px solid #ca3338;border-radius:3px;color:#ca3338;margin-right:15px;margin-top:5px;cursor:pointer}
.main_txt[data-v-7911dad0]{margin-bottom:20px}
.common1 .body .body-1 .main_txt.txt_red[data-v-5f7b60b2]{color:#ca3338;margin-bottom:5%}
.content[data-v-2eea86cf] {
    padding-bottom: 3%;
}
.example_c[data-v-4767706a]{width:60%;margin:3% auto}

.mt12[data-v-4767706a]{margin-top:15%}
.slogan[data-v-4767706a] {
    width: 70%;
    margin: 5% 0;
}

.city_w[data-v-4767706a]{width:70%;margin-top:5%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.cityList[data-v-e05110ac]{width:33%;overflow:hidden;border-top:1px solid #976f4f;margin-bottom:5%}
.cityList h3[data-v-e05110ac]{float:left;color:#976f4f;border-top:2px solid #976f4f;padding-right:8px;margin-right:8px}
.cityList .wrap[data-v-e05110ac]{padding-top:8px}
.cityList .show_wrap[data-v-e05110ac]{position:relative;float:left;width:60%;overflow:hidden}
.cityList li[data-v-e05110ac]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 12px;}

.c_wrap[data-v-d49e0ad8]{overflow:hidden;width:1095px;margin:5% auto 0 15%}

.mt10[data-v-ecfd6dbc]{margin-top:10%;display: block}
.employeeItem[data-v-ecfd6dbc]{overflow:hidden;cursor:pointer}
.employeeItem .head[data-v-ecfd6dbc],.employeeItem img[data-v-ecfd6dbc]{float:left}
.employeeItem img[data-v-ecfd6dbc]{width:350px}
.employeeItem .head[data-v-ecfd6dbc]{width:630px;margin-left:65px}
.employeeItem:hover h2[data-v-ecfd6dbc]{color:#d2363c}
.main_txt[data-v-ecfd6dbc]{margin-top:20px;font-size:16px;max-height:230px;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden}
.mt8[data-v-7911dad0]{margin-top:8%}
.common1[data-v-7911dad0]{width:1200px;margin-left:15%}
.common1 img[data-v-7911dad0]{margin-bottom:5%}
.common1 .body .body-1[data-v-7911dad0]{width:50%;margin-right:10%;min-height:100%}
.common1 .share[data-v-7911dad0]{float:left}
.common1 .share button[data-v-7911dad0],.common1 .share div[data-v-7911dad0]{float:left;font-size:15px}
.common1 .share input[data-v-7911dad0]{color:transparent}
.common1 .share button[data-v-7911dad0]{padding:5px 20px;border:1px solid #ca3338;border-radius:3px;color:#ca3338;margin-right:15px;margin-top:5px;cursor:pointer}
.main_txt[data-v-7911dad0]{margin-bottom:20px}
.common1 .body .body-1 .main_txt.txt_red[data-v-5f7b60b2]{color:#ca3338;margin-bottom:5%}
.join_c[data-v-5f7b60b2]{width:70%;margin:3% auto 0}
.sub_txt[data-v-5f7b60b2]{margin-bottom:5%}
.mt10[data-v-5f7b60b2]{margin-top:15%}

.ivu-table-wrapper {
    position: relative;
    border: 1px solid #dcdee2;
    border-bottom: 0;
    border-right: 0;
    overflow: hidden;
}

.ivu-table {
    width: inherit;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    color: #515a6e;
    font-size: 12px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ivu-table {
    width: inherit;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    color: #515a6e;
    font-size: 12px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ivu-table:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #dcdee2;
    z-index: 1;
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ivu-table-header {
    overflow: hidden;
}

.ivu-table table {
    table-layout: fixed;
}

th .ivu-table-cell {
    display: inline-block;
    word-wrap: normal;
    vertical-align: middle;
}
.ivu-table-cell {
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ivu-table th {
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #f8f8f9;
}


.ivu-table td, .ivu-table th {
    min-width: 0;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    border-bottom: 1px solid #e8eaec;
}

.ivu-table-border td, .ivu-table-border th {
    border-right: 1px solid #e8eaec;
}


.page[data-v-d49e0ad8] .ivu-page-item-active,.page[data-v-d49e0ad8] .ivu-page-item:hover,.page[data-v-d49e0ad8] .ivu-page-next:hover,.page[data-v-d49e0ad8] .ivu-page-prev:hover{border-color:#f6393f}
.page[data-v-d49e0ad8] .ivu-page-item-active a,.page[data-v-d49e0ad8] .ivu-page-item:hover a,.page[data-v-d49e0ad8] .ivu-page-next:hover a,.page[data-v-d49e0ad8] .ivu-page-prev:hover a{color:#f6393f}
@media screen and (max-width:1024px){
    .c_wrap[data-v-d49e0ad8]{width:90%;margin:0 auto;padding-top:1px}
}


.jobT[data-v-e53861e4] .ivu-table-border th{background-color:#d2363c;color:#fff}
.job[data-v-e53861e4]{width:1050px;margin-left:15%;padding-top:10%;padding-bottom:6%}
.contactUS[data-v-4b8391ee]{width:70%;padding-top:10%;margin:0 auto 0 15%;overflow:hidden}
.contactUS h2[data-v-4b8391ee]{font-size:22px;margin-bottom:1.5%}
.contactUS h2 span[data-v-4b8391ee]{font-weight:700}
.contactUS .red_line[data-v-4b8391ee]{display:block;width:66px;height:2px;margin-bottom:2%;background:#ca3338}

.contactUS .form[data-v-4b8391ee]{float:left;width:50%}
.contactUS .form .formWrap[data-v-4b8391ee]{overflow:hidden;margin-bottom:2%}
.contactUS .form .formWrap input[data-v-4b8391ee]{border:1px solid #c7c7c7;padding:10px 7px}
.contactUS .form textarea[data-v-4b8391ee]{padding:10px 7px}
.contactUS .form .formWrap p[data-v-4b8391ee]{clear:both;color:red;padding-top:5px}
.contactUS .form .formWrap .warning[data-v-4b8391ee]{border:1px solid red}
.contactUS .form .formWrap input[data-v-4b8391ee]:first-child{float:left;width:45%}
.contactUS .form .formWrap input[data-v-4b8391ee]:last-of-type{float:right;width:45%}
.contactUS .form .formWrap input.b_input[data-v-4b8391ee]{float:none;display:block;width:100%}
.contactUS .form button[data-v-4b8391ee]{display:block;width:20%;padding:2% 3%;color:#fff;background:#ca3338}
.contactUS .des[data-v-4b8391ee]{float:right;width:40% ;line-height: 1.5}
.contactUS .des p[data-v-4b8391ee]{font-size:17px}
.contactUS .des p span[data-v-4b8391ee]{color:#ca3338}
/*.contactUS .des p.small_txt[data-v-4b8391ee]{font-size:15px}*/
.contactUS .des img[data-v-4b8391ee]{width:45%}
@media screen and (max-width:1700px){
    .contactUS[data-v-4b8391ee]{padding-bottom:6%}
}
.mb10[data-v-4b8391ee]{margin-bottom:5%}


.content[data-v-043b6274]{width: 68%;

}


.product_show[data-v-52e28fe8]{width:1050px;margin-left:15%;min-height:800px}
.product_show .title_red[data-v-52e28fe8]{color:#fff;padding:3%;background:#ca3338}
.product_show .title_red h2[data-v-52e28fe8]{font-size:17px}
.product_show .title_red h2 span[data-v-52e28fe8]{font-weight:700}
.product_show .title_red .line[data-v-52e28fe8]{display:block;width:66px;height:2px;background:#fff;margin:2% 0}
.product_show .title_red h3[data-v-52e28fe8]{font-size:17px}
.product_show .selector[data-v-52e28fe8]{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.product_show .selector button[data-v-52e28fe8]{cursor:pointer;color:#fff;width:100%;height:52px;background:#414141}
.product_show .selector button span[data-v-52e28fe8]{border-left:1px solid #fff;display:inline-block;width:100%;padding:10px 0}
.product_show .selector button:first-child span[data-v-52e28fe8]{border-left:0}
.product_show .selector button.active[data-v-52e28fe8],.product_show .selector button[data-v-52e28fe8]:hover{background:#a77a5b}
.product_show .selector button.active+button span[data-v-52e28fe8],.product_show .selector button.active span[data-v-52e28fe8],.product_show .selector button:hover+button span[data-v-52e28fe8],.product_show .selector button:hover span[data-v-52e28fe8]{border-left:0}


.product_show .subTitle_w{overflow:hidden}
.product_show .subTitle_w li{float:left;width:25%;margin:50px 0 0;cursor:pointer}
.product_show .subTitle_w span{font-size:14px;display:inline-block;width:65%;text-align:center;border-radius:25px;padding:4px 5px;}
.product_show .subTitle_w span.active{background:#d2363c;color:#fff}.product_show .about_c{padding-bottom:6%}

.mt6[data-v-d1ae6196]{margin-top:6%}

.page .num {
    display: inline-block;
    vertical-align: middle;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    margin-right: 4px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out,color .2s ease-in-out;
    transition: border .2s ease-in-out,color .2s ease-in-out;
    font-size: 12px;
}
.page .current{
    display: inline-block;
    vertical-align: middle;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    margin-right: 4px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid #f6393f;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out,color .2s ease-in-out;
    transition: border .2s ease-in-out,color .2s ease-in-out;
    font-size: 12px;
    color: #f6393f;
}
.top .menu .nav_lib{
    border: 1px solid #fff;
}
