

@font-face{
    font-family: 'DIN Bold';
    src: url('/skin/fonts/dinbold.eot');
    src: url('/skin/fonts/dinbold.eot#iefix') format('embedded-opentype'),
    url('/skin/fonts/dinbold.woff2') format('woff2'),
    url('/skin/fonts/dinbold.woff') format('woff'),
    url('/skin/fonts/dinbold.ttf') format('truetype'),
    url('/skin/fonts/din bold.svg#neuesbauendemo') format('svg');
    font-weight:normal;
    font-style:normal
}
.font1{font-family: 'DIN Bold';}

/*Reset css*/
/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
/* 设置默认字体 */
body,h1,h2,h3,h4,h5,h6,button,input,select,textarea,code,kbd,pre,samp,tt,small,address,cite,dfn,em,var{font: normal 14px/1 '微软雅黑';}
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
ul:after{ content: ''; clear: both; display: block; }
/* 重置文本格式元素 */
a{ color: #6b6c5e; text-decoration: none; transition-duration: 1s; }
a:hover,a:focus{ color: #6b6c5e; text-decoration: none; transition-duration: 1s; }
q:before,q:after{ content: ''; }
sup{ vertical-align: super; }
sub{ vertical-align: sub; }
/* 重置图片元素 */
img{ display: block; max-width: 100%; }
.content:after{ content: ''; clear: both; display: block; }
.content img{ display: inline-block; }
button{ cursor: pointer; }
/* 重置表格元素 */
table{border-collapse:collapse;border-spacing:0;margin:10px 0;display:table;width:100%!important;}
table td,table th{padding:10px;border:1px solid #ddd;color:#333;vertical-align:middle;word-break:normal!important;width:1%!important;}
/* 清除浮动 */
.cl,.clear{display:block;float:none;clear:both;overflow:hidden;visibility:hidden;width:0;height:0;background:0;border:0;font-size:0;}
/*end Reset css*/

/*web*/
html,body{width: 100%;height: 100%;font-family: '微软雅黑';font-size: 14px;background: #e7e4dd;}
@media(min-width: 1200px){.container{width: 1200px;padding: 0;}}
.fl{float: left;}
.fr{float: right;}
.mobileweb{display: none;}
.wow{visibility: visible!important;}
/*end web*/

/*分页*/
.met_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.met_pager a,.met_pager span{background:#6b6c5e;color:#fff;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.met_pager a:hover,.met_pager a.Ahover{background:#babbb3;}
.met_pager a.firstPage,.met_pager a.lastPage{width:40px;font-weight:bold;}
.met_pager .PreSpan,.met_pager .NextSpan,.met_pager a.PreA,.met_pager a.NextA{width:50px;font-size: 0;}
.met_pager .PreSpan:before,.met_pager a.PreA:before{content:'◀';font-size:14px;}
.met_pager .NextSpan:before,.met_pager a.NextA:before{content:'▶';font-size:14px;}
.met_pager .PageText,.met_pager #metPageT,.met_pager #metPageB{display:none}
/*end 分页*/

/*二维码显示*/
.pro2wm{display:inline-block;position:relative;cursor:pointer;}
.pro2wm:before{opacity:0;content:'';border-top:8px solid transparent;border-right:8px solid #fff;border-bottom:8px solid transparent;position:absolute;top:7px;right:-14px;z-index:1001;transition-duration:1s;}
.pro2wm:after{opacity:0;content:'';width:5px;height:10px;box-shadow:-3px 0 10px rgba(0, 0, 0, .2);position:absolute;top:10px;right:-14px;z-index:1000;transition-duration:1s;}
.pro2wm:hover:before,.pro2wm:hover:after{opacity:1;}
.pro2wm .wxewm{opacity:0;width:0;max-width:none;height:120px;padding:5px 0;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .2);border-radius:5px;position:absolute;left:60px;bottom:-45px;z-index:999;transition-duration:1s;}
.pro2wm:hover .wxewm{opacity:1;width:120px;padding:5px;}
/*end 二维码显示*/

/*css3*/
/* Grow */
.grow {
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition-property: transform;
    transition: all .8s ease;
}
a:hover .grow {
    transform: scale(1.08);
}
/* float-shadow */
.float-shadow {
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: .5s;
}
.float-shadow:before {
    content: '';
    width: 90%;
    height: 10px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%,rgba(0, 0, 0, 0) 80%);
    transition-property: transform;
    transition-duration: .5s;
}
.float-shadow:hover {
    transform: translateY(-5px);
}
.float-shadow:hover:before {
    opacity: 1;
    transform: translateY(5px);
}
/*显示隐藏时间*/
.fadeIn{
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1.5s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
@-webkit-keyframes fadeIn{
    0% {
        opacity: 0;
    }
    20% {
        opacity: .2;
    }
    50% {
        opacity: .5;
    }
    70% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}
/*end css3*/



/*header*/
#header{
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
}
#header .headerbj{
    transition-duration: 1s;
}
#header.height .headerbj{
    background: #e7e4dd;
}
#header .headerbj .headlang{
    width: 65px;
}
#header .headerbj .headlang a{
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
#header.height .headerbj .headlang a{
    color: #6b6c5e;
    font-size: 15px;
    line-height: 29px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#header .headerbj .headlogo{
    width: calc(25% - 16.25px);
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition-duration: 1s;
}
#header.height .headerbj .headlogo{
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#header .headerbj .headlogo img{
    height: 40px;
    margin: 35px auto 204px;
    transition-duration: 1s;
}
#header.height .headerbj .headlogo img{
    height: 30px;
    margin: 14.5px auto;
}
#header .headerbj .headnav1{
    width: calc(25% - 16.25px);
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition-duration: 1s;
}
#header.height .headerbj .headnav1{
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#header .headerbj .headnav1 a{
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 110px;
    text-align: center;
}
#header.height .headerbj .headnav1 a{
    color: #6b6c5e;
    font-size: 15px;
    line-height: 59px;
}
#header .headerbj .headnav1 .line{
    width: 100%;
    height: 169px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2);
    overflow: hidden;
}
#header.height .headerbj .headnav1 .line{
    display: none;
}
#header .headerbj .headnav1 .line:before{
    content: '';
    width: 350px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    transform: rotate(-30.5deg);
    position: absolute;
    top: 80px;
    left: -28px;
}
#header .headerbj .headnav2{
    width: calc(25% - 16.25px);
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 169px;
    transition-duration: 1s;
}
#header.height .headerbj .headnav2{
    padding-bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#header .headerbj .headnav3{
    border-right: 1px solid rgba(0, 0, 0, .0);
}
#header.height .headerbj .headnav3{
    border-right: 1px solid rgba(0, 0, 0, .1);
}
#header .headerbj .headnav2 a{
    width: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 110px;
    text-align: center;
}
#header.height .headerbj .headnav2 a{
    color: #6b6c5e;
    font-size: 15px;
    line-height: 59px;
}
/*banner*/
#mcbanner{
    overflow: hidden;
}
/*indexbanner*/
.indexbanner{
    position: relative;
}
.indexbanner .swiper-slide{
    overflow: hidden;
}
.indexbanner .swiper-slide img{
    min-width: 1920px;
    position: relative;
    z-index: 1;
    left: 50%;
    margin-left: -960px;
}
.indexbanner .swiper-container{
    z-index: auto;
}
.indexbanner .swiper-container .container{
    width: 1135px;
    padding-left: 32.5px;
    position: relative;
}
.indexbanner .swiper-pagination{
    width: 25%;
    background: #e5e5dd;
    padding: 33px 0;
    bottom: 0;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #6b6c5e;
    border-radius: 50%;
    margin: 0 20px;
    position: relative;
    opacity: 1;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet:before{
    content: '';
    width: 26px;
    height: 26px;
    border: 2px solid #bebeb7;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet:hover:before{
    opacity: 1;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet:after{
    content: '';
    width: 26px;
    height: 0;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.indexbanner .swiper-pagination .swiper-pagination-bullet:hover:after{
    height: 26px;
    border: 2px solid #6b6c5e;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
    transition-duration: 1s;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet-active:after{
    height: 26px;
    border: 2px solid #bebeb7;
}
.indexbanner .swiper-button-prev,
.indexbanner .swiper-button-next{
    width: 80px;
    height: 80px;
    color: #6b6c5e;
    font: bold 30px/80px '宋体';
    text-align: center;
    background: #e5e5dd;
}
.indexbanner .swiper-button-prev{
    border-left: 1px solid rgba(0, 0, 0, .1);
    top: auto;
    bottom: 0;
    left: 316px;
}
.indexbanner .swiper-button-next{
    top: auto;
    bottom: 0;
    left: 396px;
}
.indexbanner .bannervideo{
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.indexbanner .bannervideo .line{
    width: 1135px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding-top: 280px;
}
.indexbanner .bannervideo .bannervideo1{
    width: 75%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 120px 0 101px 30px;
}
.indexbanner .bannervideo .bannervideo1 .title1{
    width: 410px;
    color: #fff;
    font-size: 30px;
}
.indexbanner .bannervideo .bannervideo1 .title2{
    color: #fff;
    font-size: 48px;
    font-weight: 100;
    margin-top: 10px;
}
.indexbanner .bannervideo .bannervideo2{
    width: 25%;
    height: 340px;
}
.indexbanner .bannervideo .bannervideo2 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: 0;
}
.indexbanner .bannervideo .bannervideo3{
    width: 25%;
    color: #fffffe;
    font-size: 18px;
    line-height: 20px;
    font-weight: 100;
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding: 20px 0 240px 30px;
}
.indexbanner .bannervideo .bannervideo4{
    width: 25%;
    height: 280px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.indexbanner .bannervideo .bannervideo5{
    width: 25%;
    background: #e5e5dd;
}
.indexbanner .bannervideo .bannervideo5 i{
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #e5e5dd;
    font-size: 20px;
    text-align: center;
    background: #6b6c5e;
    margin-right: 30px;
	cursor: pointer;
}
.indexbanner .bannervideo .bannervideo5 .qgsp1{
    color: #6b6c5e;
    font-size: 16px;
    padding: 20px 0 10px;
}
.indexbanner .bannervideo .bannervideo5 .qgsp2{
    color: #a3a498;
    font-size: 12px;
}
.indexbanner .bannerinabout{
    width: 21.8vw;
    height: 80px;
    color: #e5e5dd;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    background: #6b6c5e;
    position: absolute;
    z-index: 8;
    left: 0;
    bottom: 0;
}
/*otherbanner*/
.otherbanner{
    position: relative;
}
.otherbanner img{
    min-width: 1920px;
    position: relative;
    z-index: 1;
    left: 50%;
    margin-left: -960px;
}
.otherbanner .container{
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.otherbanner .container .line{
    width: 1135px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
}
/*header*/

/*index*/
.more{
    display: inline-block;
    padding: 15px 25px;
    color: #77786c;
    font-size: 18px;
    border: 1px solid #77786c;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition-duration: 1s;
}
.more:hover,
a:hover .more{
    color: #fff !important;
    border: 1px solid #77786c;
}
.more:before{
    content: '';
    width: 120%;
    height: 100%;
    background: #77786c;
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -150%;
    transition-duration: 1s;
}
.more:hover:before,
a:hover .more:before{
    left: -10%;
}
.more p{
    position: relative;
    z-index: 1;
}

#main{
    position: relative;
    z-index: 2;
}

.inabout{
    overflow: hidden;
}
.inabout .inaboutfr{
    width: calc(100% - 65px);
    border: 1px solid rgba(0, 0, 0, .1);
    position: relative;
}
.inabout .inaboutfr .line{
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 25%;
    margin-left: -1px;
}
.inabout .inaboutfr .line2{
    left: 50%;
    margin: 0;
}
.inabout .inaboutfr .line3{
    left: 75%;
    margin-left: 1px;
}
.inabout .inaboutfr .inabouttitle{
    padding: 100px 0 120px 50px;
    position: relative;
    z-index: 1;
}
.inabout .inaboutfr .inabouttitle .title1{
    width: 330px;
    color: #6b6c5e;
    font-size: 24px;
    margin-bottom: 15px;
}
.inabout .inaboutfr .inabouttitle .title2{
    color: #6b6c5e;
    font-size: 30px;
    font-weight: 100;
}
.inabout .inaboutfr .inabouttitle .description{
    width: 520px;
    color: #6b6c5e;
    font-size: 16px;
    line-height: 26px;
    margin: 40px 0;
}
.inabout .inaboutfr .inabouttitle .more2{
    color: #6b6c5e;
    font-size: 16px;
    border-bottom: 3px solid #6b6c5e;
}
.inabout .inaboutfr .inabouttitle .columnimg{
    position: absolute;
    top: -1px;
    right: 0;
}
.inpro{
    background: #6b6c5e url(/skin/images/inprobj.jpg) top center no-repeat;
    overflow: hidden;
}
.inpro .inprofr{
    width: calc(100% - 65px);
    border-left: 1px solid rgba(145, 146, 132, .3);
    border-right: 1px solid rgba(145, 146, 132, .3);
}
.inpro .inprofr .inprotitle1{
    padding: 68px 50px;
    border-bottom: 1px solid rgba(145, 146, 132, .3);
    position: relative;
}
.inpro .inprofr .inprotitle1 .title1{
    color: #6b6c5e;
    font-size: 24px;
    margin-bottom: 10px;
}
.inpro .inprofr .inprotitle1 .title2{
    color: #6b6c5e;
    font-size: 30px;
    font-weight: 100;
}
.inpro .inprofr .inprotitle1 .line{
    width: 1px;
    height: 100%;
    background: rgba(145, 146, 132, .3);
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
}
.inpro .inprofr .inprotitle1 .line2{
    left: 75%;
    margin-left: 1px;
}
.inpro .inprofr .inprotitle2{
    padding: 56px 0;
    border-bottom: 1px solid rgba(145, 146, 132, .3);
    overflow: hidden;
    position: relative;
}
.inpro .inprofr .inprotitle2 .line{
    width: 1px;
    height: 100%;
    background: rgba(145, 146, 132, .3);
    position: absolute;
    top: 0;
    left: 25%;
    margin-left: -1px;
}
.inpro .inprofr .inprotitle2 .inprotitle2fr{
    width: 25%;
    padding-left: 35px;
}
.inpro .inprofr .inprotitle2 .inprotitle2fr .title1{
    width: 180px;
    color: #e7e4dd;
    font-size: 30px;
    margin-bottom: 10px;
}
.inpro .inprofr .inprotitle2 .inprotitle2fr .title2{
    color: #e7e4dd;
    font-size: 18px;
    font-weight: 100;
}
.inpro .inprolist{
    border-right: 1px solid rgba(145, 146, 132, .3);
    position: relative;
}
.inpro .inprolist .line{
    width: 1px;
    height: 100%;
    background: rgba(145, 146, 132, .3);
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 65px;
}
.inpro .inprolist .line2{
    left: 25%;
    margin-left: 49px;
}
.inpro .inprolist .line3{
    left: 50%;
    margin-left: 33px;
}
.inpro .inprolist .line4{
    left: 75%;
    margin-left: 17px;
}
.inpro .inprolist .prolist{
    width: 32%;
    margin-right: 2%;
    position: relative;
    z-index: 1;
    top: -40px;
}
.inpro .inprolist .prolist2{
    top: 90px;
}
.inpro .inprolist .prolist3{
    margin-right: 0;
    top: 40px;
}
.inpro .inprolist .prolist a{
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    top: 0;
}
.inpro .inprolist .prolist a:hover{
    top: -5px;
}
.inpro .inprolist .prolist a .imgurl{
    border-bottom: 1px solid #f0f0ef;
    overflow: hidden;
}
.inpro .inprolist .prolist a i{
    width: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #cdcdc7;
    border-radius: 50%;
    margin: 40px 30px 0 0;
    transition-duration: 1s;
}
.inpro .inprolist .prolist a:hover i{
    background: #6b6c5e;
}
.inpro .inprolist .prolist a .title{
    margin: 30px 30px 0;
    color: #6b6c5e;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inpro .inprolist .prolist a .name{
    margin: 0 30px 30px;
    color: #6b6c5e;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inpro .inprolist .promore{
    padding: 140px 0 100px;
}
.inpro .inprolist .promore a{
    display: block;
    width: 185px;
    height: 65px;
    line-height: 65px;
    color: #6b6c5e;
    font-size: 16px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
    position: relative;
    left: 5px;
}
.inpro .inprolist .promore a span{
    width: 65px;
    height: 65px;
    background: #e7e4dd;
}
.inpro .inprolist .promore a span i{
    width: 20px;
    color: #6b6c5e;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #6b6c5e;
    border-radius: 50%;
}
.inbrand{
    padding-bottom: 90px;
    overflow: hidden;
}
.inbrand .inbrandfr{
    width: calc(100% - 65px);
    position: relative;
}
.inbrand .inbrandfr .inbrandtitle{
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.inbrand .inbrandfr .inbrandtitle .inbrandtitle1{
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding: 65px 0 65px 40px;
}
.inbrand .inbrandfr .inbrandtitle .inbrandtitle1 .title1{
    color: #6b6c5e;
    font-size: 24px;
    margin-bottom: 10px;
}
.inbrand .inbrandfr .inbrandtitle .inbrandtitle1 .title2{
    color: #6b6c5e;
    font-size: 30px;
    font-weight: 100;
}
.inbrand .inbrandfr .inbrandtitle .inbrandtitle2{
    width: calc(25% - 1px);
    height: 194px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    position: relative;
}
.inbrand .inbrandfr .inbrandtitle .inbrandtitle2 .line{
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 48%;
}
.inbrand .inbrandfr .inbrandtitle .inbrandtitle2 .line2{
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 50%;
    left: 0;
}
.inbrand .inbrandfr .weblogo{
    width: 25%;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 45px 0;
}
.inbrand .inbrandfr .weblogo:nth-child(4n),
.inbrand .inbrandfr .weblogo:nth-last-child(1){
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.inbrand .inbrandfr .weblogo .weblogoimg{
    height: 80px;
    overflow: hidden;
}
.inbrand .inbrandfr .weblogo .weblogoimg img{
    margin: auto;
    position: relative;
    top: 0;
    transition-duration: 1s;
}
.inbrand .inbrandfr .weblogo .weblogoimg:hover img{
    top: -80px;
}
.inbrand .inbrandfr .swiper-button-prev,
.inbrand .inbrandfr .swiper-button-next{
    color: #6b6c5e;
    font: bold 40px/40px '宋体';
    background: 0;
    outline: 0;
    opacity: 1;
}
.inbrand .inbrandfr .swiper-button-prev{
    top: 150px;
    left: auto;
    right: 80px;
}
.inbrand .inbrandfr .swiper-button-next{
    top: 150px;
    right: 30px;
}
.incon{
    background: url(/skin/images/inconbj.jpg) center / cover no-repeat;
    padding: 120px 0;
    overflow: hidden;
}
.incon .inconfl{
    position: relative;
    top: -20px;
    left: 100px;
}
.incon .inconfl .title1{
    color: #6b6c5e;
    font-size: 24px;
    line-height: 28px;
}
.incon .inconfl .title2{
    color: #6b6c5e;
    font-size: 30px;
    font-weight: 100;
    margin: 10px 0 20px;
}
.incon .inconfl .title3{
    color: #6b6c5e;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
}
.incon .inconfr{
    width: 570px;
    background: #fff;
}
.incon .inconfr .fwrx a{
    display: block;
    color: #6b6c5e;
    font-size: 30px;
    margin: 20px 35px 5px 0;
}
.incon .inconfr .fwrx p{
    color: #6b6c5e;
    font-size: 14px;
    text-align: right;
    margin-right: 20px;
}
.incon .inconfr .webname{
    color: #6b6c5e;
    font-size: 18px;
    line-height: 88px;
    padding-left: 35px;
    border-bottom: 1px solid #dededb;
}
.incon .inconfr .inconadd{
    padding: 0 80px 0 35px;
}
.incon .inconfr .inconadd p{
    display: inline-block;
    color: #6b6c5e;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ddddda;
    margin-top: 30px;
}
.incon .inconfr .zzzj{
    color: #c0c1b8;
    padding: 20px 35px 30px 0;
}
/*index*/

/*foot*/
#footer{
    background: #6b6c5e;
    position: relative;
    z-index: 2;
}
#footer .foottail{
    width: calc(100% - 65px);
    padding: 40px 20px;
    border-left: 1px solid #727366;
    border-right: 1px solid #727366;
}
#footer .foottail .footright,
#footer .foottail .footother{
    color: #e7e4dd;
    line-height: 20px;
}
#footer .foottail .footright a{
    color: #e7e4dd;
}
#footer .foottail .footother a{
    display: inline-block;
    color: #e7e4dd;
    margin-top: 10px;
}
#footer .foottail .tailimg{
    position: relative;
    left: 0;
}
#footer .foottail .tailimg:hover{
    left: -5px;
}
/*foot*/

/*about*/
#header .headerbj.headerabout .headlang a{
    color: #6b6c5e;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#header .headerbj.headerabout .headlogo{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#header .headerbj.headerabout .headnav1{
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#header .headerbj.headerabout .headnav1 a{
    color: #6b6c5e;
}
#header .headerbj.headerabout .headnav1 .line{
    border-top: 1px solid rgba(0, 0, 0, .1);
}
#header .headerbj.headerabout .headnav1 .line:before{
    background: rgba(0, 0, 0, .1);
}
#header .headerbj.headerabout .headnav2{
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#header .headerbj.headerabout .headnav2 a{
    color: #6b6c5e;
}
.about{
    overflow: hidden;
}
.about .aboutfr{
    width: calc(100% - 65px);
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding: 330px 0 40px 40px;
    position: relative;
}
.about .aboutfr .title1{
    width: 330px;
    color: #6b6c5e;
    font-size: 24px;
}
.about .aboutfr .title2{
    color: #6b6c5e;
    font-size: 30px;
    font-weight: 100;
    margin: 15px 0 40px;
}
.about .aboutfr .content{
    width: 520px;
    color: #6b6c5e;
    font-size: 16px;
    line-height: 26px;
}
.about .aboutfr .columnimg{
    position: absolute;
    top: 280px;
    right: -25px;
}
.about .aboutwork{
    width: calc(100% - 65px);
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.about .aboutwork .aboutworktitle{
    padding: 100px 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
}
.about .aboutwork .aboutworktitle .title1{
    color: #6b6c5e;
    font-size: 24px;
    margin-bottom: 10px;
}
.about .aboutwork .aboutworktitle .title2{
    color: #6b6c5e;
    font-size: 30px;
    font-weight: 100;
}
.about .aboutwork .aboutworktitle .line{
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 25%;
    margin-left: -1px;
}
.about .aboutwork .aboutworktitle .line2{
    left: 50%;
    margin-left: 0;
}
.about .aboutwork .aboutworktitle .line3{
    left: 75%;
    margin-left: 1px;
}
.about .aboutwork ul{
    padding: 10px 30px 50px;
}
.about .aboutwork ul li{
    width: 31.33%;
    margin: 3% 3% 0 0;
    padding: 10px 10px 35px 10px;
    background: #fff;
    border-radius: 5px;
}
.about .aboutwork ul li:nth-child(3n){
    margin-right: 0;
}
.about .aboutwork ul li img{
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0ef;
}
/*about*/

/*search*/
.prosearch{
    border: 1px solid #6b6c5e;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin: -115px 0 0 -210px;
}
.prosearch form .input-lg{
    float: left;
    width: 418px;
    height: 46px;
    padding: 0 20px;
    color: #000;
    background: #e7e4dd !important;
    border-radius: 0;
    border: 0;
    outline: 0;
}
.prosearch form .input-search-btn{
    float: right;
    width: 80px;
    height: 46px;
    color: #fff;
    font-size: 18px;
    background: #6b6c5e;
    border-radius: 0;
    border: 0;
    outline: 0;
    position: unset;
}
/*search*/

/*product*/
.product{
    overflow: hidden;
}
.product .prolist{
    width: calc(100% - 65px);
    padding-top: 20px;
}
.product .prolist ul li{
    width: 32%;
    margin: 2% 2% 0 0;
}
.product .prolist ul li:nth-child(3n){
    margin-right: 0;
}
.product .prolist ul li a{
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    top: 0;
}
.product .prolist ul li a:hover{
    top: -5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.product .prolist ul li a .imgurl{
    border-bottom: 1px solid #f0f0ef;
    overflow: hidden;
}
.product .prolist ul li a i{
    width: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #cdcdc7;
    border-radius: 50%;
    margin: 40px 30px 0 0;
    transition-duration: 1s;
}
.product .prolist ul li a:hover i{
    background: #6b6c5e;
}
.product .prolist ul li a .title{
    margin: 30px 30px 0;
    color: #6b6c5e;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product .prolist ul li a .name{
    margin: 0 30px 30px;
    color: #6b6c5e;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*showproduct*/
.showproduct{  width: calc(100% - 65px);  padding-top: 40px;  }
/*<!--第一部分-->*/
.showproduct .proone{  background: #fff;  padding: 40px 20px;  border-radius: 5px;  }
.showproduct .proone .proimgurl{  width: 600px;  }
.showproduct .proone .prodisplayimg{  width: 90px;  margin-left: 20px;  position: relative;  }
.showproduct .proone .proonefr{  width: calc(100% - 740px);  }
.showproduct .proone .proonefr .proonetitle{  color: #6b6c5e;  font-size: 18px;  font-weight: bold;  padding: 10px 0;  }
.showproduct .proone .proonefr .proonename{  color: #6b6c5e;  font-size: 16px;  border-bottom: 1px solid #c8c9c2;  padding-bottom: 20px;  }
.showproduct .proone .proonefr .prooneshare{  padding: 30px 0;  border-bottom: 1px solid #c8c9c2;  }
.showproduct .proone .proonefr .prooneshare a{  display: inline-block;  color: #929386;  font-size: 14px;  background: #e7e4dd;  width: 44px;  line-height: 44px;  text-align: center;  border-radius: 5px;  overflow: hidden;  margin: 0 5px 5px 0;  }
.showproduct .proone .proonefr .prooneshare a.procon{  width: 130px;  color: #fff;  background: #929386;  }
.showproduct .proone .proonefr .prooneshare a.procon i{  padding-right: 10px;  }
.showproduct .proone .proonefr .prooneshare .pro2wm:before{  border-left: 8px solid #fff;  border-right: 0;  top: 15px;  left: -5px;  right: auto;  }
.showproduct .proone .proonefr .prooneshare .pro2wm:after{  box-shadow: 3px 0 10px rgba(0, 0, 0, .2);  top: 18px;  left: -5px;  right: auto;  }
.showproduct .proone .proonefr .prooneshare .pro2wm .wxewm{  left: auto;  right: 54px;  bottom: -30px;  }
.showproduct .proone .proonefr .prooneshare .pro2wm .wxewm img{  width: 100%;  height: 100%;  }
.showproduct .proone .proonefr .proonecon{  margin-top: 112px;  background: #f1eee8 url(/skin/images/proonecon.png) top right no-repeat;  border: 1px solid #d4d5c9;  border-radius: 5px;  padding: 50px 20px;  }
.showproduct .proone .proonefr .proonecon a{  color: #6b6c5e;  font-size: 30px;  }
.showproduct .proone .proonefr .proonecon p{  color: #6b6c5e;  padding: 5px 0 0 88px;  }
/*<!--第二部分-->*/
.showproduct .protwo{  font-family: 'Arial';  margin-top: 40px;  padding: 20px 0;  position: relative;  border-top: 1px dotted #868787;  border-bottom: 1px dotted #868787;  }
.showproduct .protwo:before{  content: '';  width: 1px;  height: 60px;  background: #dfdfdf;  position: absolute;  top: 50%;  left: 50%;  margin-top: -30px;  }
.showproduct .protwo .page_left,
.showproduct .protwo .page_right{  width: 50%;  }
.showproduct .protwo .page_left a,
.showproduct .protwo .page_right a{  display: block;  padding: 20px;  border-radius: 5px;  }
.showproduct .protwo .page_left a{  margin-right: 30px;  text-align: left;  }
.showproduct .protwo .page_right a{  margin-left: 30px;  text-align: right;  }
.showproduct .protwo .page_left a:hover,
.showproduct .protwo .page_right a:hover{  background: #929386;  }
.showproduct .protwo .page_left a .page1,
.showproduct .protwo .page_right a .page1{  color: #393939;  border: 1px solid #393939;  width: 40px;  height: 40px;  line-height: 40px;  text-align: center;  font-size: 20px;  }
.showproduct .protwo .page_left a .page1{  margin-right: 20px;  }
.showproduct .protwo .page_right a .page1{  margin-left: 20px;  }
.showproduct .protwo .page_left a:hover .page1,
.showproduct .protwo .page_right a:hover .page1{  color: #fff;  border: 1px solid #fff;  }
.showproduct .protwo .page_left a .page2,
.showproduct .protwo .page_right a .page2{  font-size: 16px;  color: #929386;  padding: 3px;  }
.showproduct .protwo .page_left a:hover .page2,
.showproduct .protwo .page_right a:hover .page2{  color: #fff;  }
.showproduct .protwo .page_left a .page3,
.showproduct .protwo .page_right a .page3{  font-size: 14px;  color: #929386;  padding: 3px;  }
.showproduct .protwo .page_left a:hover .page3,
.showproduct .protwo .page_right a:hover .page3{  color: #fff;  }
/*<!--第三部分-->*/
.showproduct .prothree{  background: #fff;  border-radius: 5px;  margin: 40px 0;  }
.showproduct .prothree .list{  border-bottom: 2px solid #929386;  padding: 25px 25px 0;  }
.showproduct .prothree .list div{  display: inline-block;  color: #929386;  font-size: 18px;  border: 1px solid #929386;  border-bottom: 0;  border-radius: 5px 5px 0 0;  padding: 15px 25px;  margin: 0 5px;  cursor: pointer;  }
.showproduct .prothree .list div.show{  color: #fff;  background: #929386;  }
.showproduct .prothree .details{  padding: 30px 50px;  }
.showproduct .prothree .details .content{  display: none;  color: #6b6c5e;  font-size: 14px;  line-height: 24px;  }
.showproduct .prothree .details .content.show{  display: block;  }
/*product*/

/*news*/
.newsnav{
    width: calc(100% - 65px);
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
}
.newsnav a{
    margin: 0 10px;
}
.newsnav a.hover{
    color: #fff;
    background: #77786c;
    border: 1px solid #77786c;
}
.news{
    overflow: hidden;
}
.news .newslist{
    width: calc(100% - 65px);
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 40px 0;
}
.news .newslist ul li a{
    display: block;
    border-bottom: 1px solid #c5c3bb;
    padding: 30px 0;
    position: relative;
    top: 0;
}
.news .newslist ul li a:hover{
    top: -5px;
}
.news .newslist ul li a .title{
    color: #77786c;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news ul.newsall li a:hover .title{
    color: #6b6c5e;
}
.news .newslist ul li a .updatetime{
    color: #9fa095;
    padding: 10px 0 20px;
}
.news .newslist ul li a .description{
    color: #77786c;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*shownews*/
.shownews{
    padding-top: 30px;
}
.shownews .title{
    color: #77786c;
    font-size: 16px;
    line-height: 30px;
}
.shownews .updatetime{
    color: #9fa095;
    padding: 10px 0 20px;
    border-bottom: 1px solid #c5c3bb;
}
.shownews .content{
    color: #77786c;
    font-size: 14px;
    line-height: 24px;
    padding: 30px 0;
}
.shownews .content table tr td{
    color: #77786c;
    border: 1px solid #c5c3bb;
    text-align: center;
}
.shownews .detailpage{
    color: #77786c;
    padding: 30px 0 50px;
    border-top: 1px solid #c5c3bb;
}
.shownews .detailpage p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.shownews .detailpage p a{
    color: #77786c;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #6b6c5e;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more2{
    color: #fff;
    background: #77786c;
    border-radius: 5px;
    padding: 15px 30px;
}
/*news*/

/*contact*/
.contact .contactfr{
    width: calc(100% - 65px);
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.contact .contactfr .incon{
    background: 0;
    padding: 0;
    overflow: unset;
    position: relative;
    z-index: 5;
}
.contact .contactfr .incon .inconfl{
    top: -70px;
    left: 20px;
}
.contact .contactfr .incon .inconfl .title1{
    color: #fff;
}
.contact .contactfr .incon .inconfl .title2{
    margin: 30px 0;
}
.contact .contactfr .incon .inconfl .conshare{
    margin-top: 50px;
}
.contact .contactfr .incon .inconfl .conshare a{
    display: inline-block;
    width: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #77786c;
    border-radius: 50%;
    margin-right: 5px;
}
.contact .contactfr .incon .inconfl .conshare .pro2wm .wxewm{
    left: 50px;
}
.contact .contactfr .incon .inconfr{
    position: relative;
    top: -88px;
}
.contact .contactfr .contactfeed{
    border-top: 1px solid #d1cec6;
    padding: 50px 0 20px 30px;
    position: relative;
    top: -33px;
}
/*contact*/

/*mcimg*/
.mcimg{
    overflow: hidden;
}
.mcimg .mcimglist{
    width: calc(100% - 65px);
    padding-top: 20px;
}
.mcimg .mcimglist ul li{
    width: 32%;
    margin: 2% 2% 0 0;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.mcimg .mcimglist ul li:nth-child(3n){
    margin-right: 0;
}
.mcimg .mcimglist ul li video{
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.mcimg .mcimglist ul li .title{
    color: #6b6c5e;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 30px 0;
}
.mcimg .mcimglist ul li .other{
    color: #a3a498;
    line-height: 20px;
    margin: 0 30px 30px;
}
/*mcimg*/
@media (max-width: 1600px){
    .indexbanner .bannerinabout{
        display: none;
    }
}
@media (max-width: 1200px){
    #header .headerbj .headnav1 .line:before{
        transform: rotate(-37.5deg);
        top: 72px;
        left: -50px;
    }
    .indexbanner .swiper-slide img{
        min-width: 100%;
        left: 0;
        margin: 0;
    }
    .indexbanner .bannervideo .line{
        width: 879px;
    }
    .indexbanner .bannervideo .bannervideo1,
    .indexbanner .bannervideo .bannervideo2,
    .indexbanner .bannervideo .bannervideo3,
    .indexbanner .bannervideo .bannervideo4,
    .indexbanner .bannervideo .bannervideo5{
        display: none;
    }
    .indexbanner .swiper-container .container{
        width: 879px;
    }
    .indexbanner .swiper-button-prev{
        left: 251px;
    }
    .indexbanner .swiper-button-next{
        left: 331px;
    }
    .inabout .inaboutfr .inabouttitle .columnimg{
        display: none;
    }
    .inbrand .inbrandfr .swiper-button-prev{
        right: 60px;
    }
    .inbrand .inbrandfr .swiper-button-next{
        right: 20px;
    }
    .incon .inconfl{
        left: 20px;
    }
    .incon .inconfr{
        width: 520px;
    }
    .otherbanner .container .line{
        width: 879px;
    }
    .showproduct .proone .proimgurl{
        width: calc(100% - 150px);
    }
    .showproduct .proone .proimgurl .cloud-zoom-big{
        display: none !important;
    }
    .showproduct .proone .proonefr{
        width: 100%;
        padding-top: 30px;
    }
    .showproduct .proone .proonefr .proonecon{
        margin-top: 30px;
    }
    .about .aboutfr .columnimg{
        display: none;
    }
    .mcimg .mcimglist ul li video{
        height: 210px;
    }
}
/*手机版*/
#header .menubutton{  display: none;  width: 30px;  height: 30px;  cursor: pointer;  margin: 14px 12px 6px 0;  }
#header .menubutton .menuicon{  height: 2px;  margin-bottom: 8px;  background: #fff;  }
#header .menubutton .menuicon.top{ animation:icon01 linear infinite 2s; }
#header .menubutton .menuicon.middle{ animation:icon02 linear infinite 2s; }
#header .menubutton .menuicon.bottom{ animation:icon03 linear infinite 2s; }
@keyframes icon01{ 0%{ width:100%;} 25%{ width:25%;} 100%{ width:100%;} }
@keyframes icon02{ 0%{ width:100%;} 50%{ width:25%;} 100%{ width:100%;} }
@keyframes icon03{ 0%{ width:100%;} 75%{ width:25%;} 100%{ width:100%;} }
/*导航*/
.menumain{  display: none;  background: #e7e4dd;  width: 100%!important;  height: 100%;  overflow: auto!important;  position: fixed;  top: 0;  left: 0;  z-index: 1000;  opacity: 1!important;  }
.menumain .menubox{  margin: 50px 5% 80px;  padding-top: 1px;  }
.menumain .menubox .menunav{  overflow: hidden;  }
.menumain .menubox .menunav .menuone a{  display: block;  color: #333;  font-size: 14px;  margin: 30px 0 0;  }
.menumain .menubox .menunav .menuone > a,
.menumain .menubox .menunav .menuone.home a{  padding-bottom: 15px;  border-bottom: 1px solid #d8d8d8;  }
.menumain .menubox .menunav .menuone .menutwo{  float: left;  position: relative;  }
.menumain .menubox .menunav .menuone .menutwo.bai{  width: 100%;  }
.menumain .menubox .menunav .menuone .menutwo:before{  content: '';  width: 3px;  height: 3px;  background: rgba(0, 0, 0, .2);  border-radius: 50%;  position: absolute;  left: -8px;  bottom: 5px;  }
.menumain .menubox .menunav .menuone .menutwo a{  color: #888;  font-size: 13px;  margin: 30px 20px 0 5px;  height: 15px;  line-height: 15px;  overflow: hidden;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree{  float: left;  position: relative;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree:before{  content: '';  width: 3px;  height: 3px;  background: rgba(0, 0, 0, .2);  border-radius: 50%;  position: absolute;  left: -6px;  bottom: 5px;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree a{  color: #bbb;  font-size: 12px;  margin: 20px 20px 0 10px;  }
.menumain .menubox .menunav a.hover{  color: #6b6c5e !important;  }
/*语言*/
.menumain .menubox .lang{  margin-top: 30px;  text-align: center;  overflow: hidden;  }
.menumain .menubox .lang a{  float: left;  width: 48%;  height: 40px;  line-height: 40px;  border: 1px solid #d8d8d8;  margin: 2% 1%;  border-radius: 5px;  box-sizing: border-box;  }
.menumain .menubox .lang a img{  display: inline-block;  width: 30px;  padding-right: 10px;  position: relative;  top: -3px;  }
.menumain .menubox .lang a span{  display: inline-block;  color: #333;  font-size: 14px;  position: relative;  top: -1px;  }
/*底部菜单*/
#mobtool{  display: none;  width: 100%;  height: 50px;  background: #6b6c5e;  border-top: 1px solid rgba(255, 255, 255, .2);  position: fixed;  left: 0;  bottom: 0;  z-index: 1001;  }
#mobtool ul li{  float: left;  width: 20%;  text-align: center;  border-left: 1px solid rgba(255, 255, 255, .2);  box-sizing: border-box;  }
#mobtool ul li:nth-child(1){  border: none;  }
#mobtool ul li a.menubutton{  background: rgba(255, 255, 255, .2);  }
#mobtool ul li a{  display: block;  width: 100%;  height: 50px;  color: #fff;  padding-top: 10px;  }
#mobtool ul li a p{  height: 25px;  line-height: 25px;  overflow: hidden;  font-size: 12px;  text-transform: uppercase;  }
/*ios下载到桌面*/
.u-layer-ath{display: none;background:url(/skin/images/ath.png) no-repeat;z-index:99999999;width:200px;height:75px;position:fixed;bottom:0;left:50%;margin-left:-100px;background-size:contain;transform:translate3D(0,0,0);transition:2s all;perspective:400px;}
.u-layer-ath.u-ani-ath{transform:rotateY(360deg) translateZ(100px);}
.u-layer-ath .ath_addhome{position:absolute;left:0;top:0;width:140px;height:60px;}
.u-layer-ath .ath_close{position:absolute;right:0;top:0;width:30px;height:30px;}
/*list分类*/
#sortpro{  height: 40px;  line-height: 40px;  text-align: center;  background: #e7e4dd;  border-bottom: 1px solid #6b6c5e;  overflow: hidden;  }
#sortpro .sortpro_left{  float: left;  width: 65%;  color: #fff;  font-size: 14px;  background: #6b6c5e;  }
#sortpro .sortpro_right{  float: right;  width: 35%;  color: #000;  font-size: 14px;  }
#sort_content{  width: 100%;  height: 100%;  overflow: hidden;  background: #eee;  position: fixed;  top: 0;  left: 0;  z-index: 10001;  -webkit-transform: translate3d(0px, 100%, 0px);  -moz-transform: translate3d(0px, 100%, 0px);  transform: translate3d(0px, 100%, 0px);  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  -moz-transition: -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  -o-transition: -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19)  }
#sort_content.show{  -webkit-transform: translate3d(0px, 0%, 0px);  -moz-transform: translate3d(0px, 0%, 0px);  transform: translate3d(0px, 0%, 0px);  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  -o-transition: -o-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  transition: transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000)  }
#sort_content .asort{  height: 100%;  }
.asort .hd{  height: 60px;  background: #6b6c5e;  }
.asort .hd .fl{  color: #fff;  font-size: 18px;  line-height: 60px;  padding: 0 20px;  }
.asort .hd .fr{  width: 30px;  height: 30px;  margin: 15px;  background: url(/skin/images/proclose.jpg);  background-size: cover;  }
.asort .ct{  height: calc(100% - 60px);  padding: 2%;  overflow: auto;  }
.asort .ct ul{  background: #fff;  border-top: 1px solid #eee;  }
.asort .ct ul li{  padding: 0 15px;  border-bottom: 1px solid #eee;  }
.asort .ct ul li a{  display: block;  }
.asort .ct ul li a p{  display: inline-block;  width: calc(100% - 30px);  height: 58px;  line-height: 58px;  overflow: hidden;  color: #333;  font-size: 14px;  text-align: left;  }
.asort .ct ul li a i{  float: right;  width: 15px;  height: 15px;  border: 3px solid #ddd;  background: #fff;  border-radius: 50%;  margin-top: 22px;  }
.asort .ct ul li a.hover i{  border: 3px solid #6b6c5e;  }
.asort .ct ul .navdown li{  padding: 0 20px;  border-bottom: 1px dotted #eee;  }
.asort .ct ul .navdown li a p{  display: block;  width: 100%;  height: 50px;  line-height: 50px;  color: #aaa;  }
.asort .ct ul li a.hover p{  color: #6b6c5e;  }
/*手机版*/
@media (max-width: 992px){
    #header .menubutton, #mobtool, .u-layer-ath{  display: block;  }
    .onlineservice ul li{  width: 30px!important;  height: 31px!important;  }
    .onlineservice ul li i{  width: 30px!important;  line-height: 30px!important;  font-size: 14px!important;  }
    .onlineservice ul li i.fa-mobile{  font-size: 20px!important;  }
    .onlineservice ul li span{  display: none;  }
    .onlineservice ul li.morelist .list a{  line-height: 30px!important;  }
    .popup-wechat img{  width: 200px;  }
    .mfp-zoom-out-cur, .mfp-wrap{  width: 100% !important;  height: 100% !important;  overflow: hidden;  }
    .mfp-wrap .mfp-arrow-left{  margin-left: -47%;  }
    .mfp-wrap .mfp-arrow-right{  margin-right: -47%;  }
    .pcweb{  display: none;  }
    .mobileweb{  display: block;  }
    /*index*/
    #header .headerbj,
    #header.height .headerbj{
        background: #6b6c5e;
        box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    }
    #header .headerbj .headlang,
    #header .headerbj .headnav1,
    #header .headerbj .headnav2{
        display: none;
    }
    #header .headerbj .headlogo,
    #header.height .headerbj .headlogo{
        height: 50px;
        padding: 10px 0;
        width: auto;
        border: 0;
    }
    #header .headerbj .headlogo img,
    #header.height .headerbj .headlogo img{
        height: 100%;
        margin: 0;
    }
    #mcbanner{
        padding-top: 50px;
    }
    #mcbanner .indexbanner .swiper-button-prev,
    #mcbanner .indexbanner .swiper-button-next,
    #mcbanner .indexbanner .swiper-pagination{
        display: none;
    }
    #mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .indexbanner .bannervideo{
        display: none;
    }
    .inabout .inaboutfr{
        width: 100%;
        border: 0;
    }
    .inabout .inaboutfr .line{
        display: none;
    }
    .inabout .inaboutfr .inabouttitle{
        padding: 30px 0 50px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    .inabout .inaboutfr .inabouttitle .description{
        width: 100%;
    }
    .inpro .inprofr{
        width: 100%;
        border: 0;
    }
    .inpro .inprofr .inprotitle1{
        padding: 50px 0;
        border: 0;
    }
    .inpro .inprofr .inprotitle1 .line,
    .inpro .inprofr .inprotitle2,
    .inpro .inprolist .line{
        display: none;
    }
    .inpro .inprolist{
        border: 0;
    }
    .inpro .inprolist .prolist{
        width: 100%;
        margin: 0;
        top: 0;
    }
    .inpro .inprolist .promore{
        padding: 20px 0 50px;
    }
    .inbrand{
        padding-bottom: 50px;
    }
    .inbrand .inbrandfr{
        width: 100%;
    }
    .inbrand .inbrandfr .inbrandtitle{
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    .inbrand .inbrandfr .inbrandtitle .inbrandtitle1{
        width: 100%;
        padding: 50px 0;
        border: 0;
    }
    .inbrand .inbrandfr .inbrandtitle .inbrandtitle2{
        display: none;
    }
    .inbrand .inbrandfr .weblogo{
        width: 50%;
    }
    .inbrand .inbrandfr .weblogo:nth-child(2n){
        border-right: 1px solid rgba(0, 0, 0, .1);
    }
    .inbrand .inbrandfr .swiper-button-prev{
        top: 90px;
        right: 100px;
    }
    .inbrand .inbrandfr .swiper-button-next{
        top: 90px;
        right: 40px;
    }
    .incon{
        display: none;
    }
    #footer .foottail{
        width: 100%;
        border: 0;
    }
    #footer .foottail{  padding: 30px 0 80px;  text-align: center;  }
    #footer .foottail a{  display: block;  }
    #footer .foottail .footright,
    #footer .foottail .tailimg{  width: 100%;  }
    #footer .foottail .tailimg img{  margin: 15px auto 0;  }
    #footer .foottail .footother{  display: none;  }

    .otherbanner img{
        min-width: 100%;
        left: 0;
        margin: 0;
    }
    .otherbanner .container{
        display: none;
    }
    .prosearch{
        margin: -100px 0 0 -140px;
    }
    .prosearch form .input-lg{
        width: 200px;
        height: 50px;
    }
    .prosearch form .input-search-btn{
        width: 80px;
        height: 50px;
    }
    .product .prolist{
        width: 100%;
        padding: 0;
    }
    .product .prolist ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .showproduct{
        width: 100%;
        padding: 30px 0 0;
    }
    .showproduct .proone{
        padding: 20px;
    }
    .showproduct .proone .proimgurl, .showproduct .proone .prodisplayimg{
        display: none;
    }
    .showproduct .proone .mobprodisplayimg .swiper-pagination-bullet-active{
        background: #6b6c5e;
    }
    .showproduct .proone .proonefr .prooneshare .pro2wm:nth-child(4){
        display: none;
    }
    .showproduct .prothree .list{
        padding: 20px 15px 0;
    }
    .showproduct .prothree .details{
        padding: 20px;
    }
    .showproduct .protwo .page_left a .page1,
    .showproduct .protwo .page_left a .page3,
    .showproduct .protwo .page_right a .page1,
    .showproduct .protwo .page_right a .page3{
        display: none;
    }
    #message #center{  width: 90%!important;  margin-top: 15%;  }
    #message #center #feedback{  padding: 20px 0 20px 20px;  margin-bottom: 15%;  }
    #message #center #feedback .pro{  width: calc(100% - 10%);  }
    #message #center #feedback dl{  width: 100%;  padding-right: 10%;  }

    #header .headerbj.headerabout .headlogo{
        border: 0;
    }
    .about .aboutfr{
        width: 100%;
        border: 0;
        padding: 40px 0 20px;
    }
    .about .aboutfr .content{
        width: 100%;
    }
    .about .aboutwork{
        width: 100%;
        border: 0;
    }
    .about .aboutwork .aboutworktitle{
        padding: 50px 0;
        border: 0;
    }
    .about .aboutwork .aboutworktitle .line{
        display: none;
    }
    .about .aboutwork ul{
        padding: 0 0 20px;
    }
    .about .aboutwork ul li{
        width: 100%;
        margin: 0 0 30px;
    }
    .newsnav{
        display: none;
    }
    .news .newslist{
        width: 100%;
        border: 0;
        padding: 0;
    }
    .shownews .detailpage .more2{
        display: none;
    }
    .contact .contactfr{
        width: 100%;
        border: 0;
    }
    .contact .contactfr .incon{
        display: block;
    }
    .contact .contactfr .incon .inconfr{
        width: 100%;
        top: -20px;
    }
    .contact .contactfr .incon .inconfr .fwrx{
        width: 100%;
        text-align: center;
    }
    .incon .inconfr .fwrx a{
        margin: 30px 0 10px;
    }
    .incon .inconfr .fwrx p{
        text-align: center;
        margin: 0;
    }
    .incon .inconfr .inconadd{
        padding: 0 35px;
    }
    .incon .inconfr .inconadd p{
        float: none;
        display: table;
    }
    .incon .inconfr .zzzj{
        padding-top: 40px;
    }
    .contact .contactfr .contactfeed{
        padding: 30px 0 40px;
        border: 0;
        top: 0;
    }
    .contact .contactfr #feedback.contactfeed dl{
        width: 100%;
        padding-bottom: 10px;
    }
    .mcimg .mcimglist{
        width: 100%;
        padding: 0;
    }
    .mcimg .mcimglist ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .mcimg .mcimglist ul li video{
        height: 270px;
    }
}