

@font-face{
    font-family: 'Helvetica Condensed';
    src: url('/skin/fonts/helvetica condensed.eot');
    src: url('/skin/fonts/helvetica condensed.eot#iefix') format('embedded-opentype'),
    url('/skin/fonts/helvetica condensed.woff2') format('woff2'),
    url('/skin/fonts/helvetica condensed.woff') format('woff'),
    url('/skin/fonts/helvetica condensed.ttf') format('truetype'),
    url('/skin/fonts/helvetica condensed.svg#neuesbauendemo') format('svg');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family: 'Helvetica Condensed Bold';
    src: url('/skin/fonts/helvetica condensed bold.eot');
    src: url('/skin/fonts/helvetica condensed bold.eot#iefix') format('embedded-opentype'),
    url('/skin/fonts/helvetica condensed bold.woff2') format('woff2'),
    url('/skin/fonts/helvetica condensed bold.woff') format('woff'),
    url('/skin/fonts/helvetica condensed bold.ttf') format('truetype'),
    url('/skin/fonts/helvetica condensed bold.svg#neuesbauendemo') format('svg');
    font-weight:normal;
    font-style:normal
}
.font1{font-family: 'Helvetica Condensed 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 'Helvetica Condensed';}
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
ul:after{ content: ''; clear: both; display: block; }
/* 重置文本格式元素 */
a{ color: #6d6d6d; text-decoration: none; transition-duration: .5s; }
a:hover{ color: #d3182b; text-decoration: none; transition-duration: .5s; }
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: 'Helvetica Condensed';font-size: 14px;background: #ffffff;}
@media(min-width: 1200px){.container{width: 1200px;padding: 0;}}
em{color: #d3182b;}
.fl{float: left;}
.fr{float: right;}
.mobileweb{display: none;}
.wow{visibility: visible!important;}
/*end web*/

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

/*二维码显示*/
.pro2wm{position:relative;display:inline-block;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:.5s;}
.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:.5s;}
.pro2wm:hover:before,.pro2wm:hover:after{opacity:1;}
.pro2wm .wxewm{opacity:0;width:0;max-width:none;height:200px;padding:8px 0;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .2);border-radius:5px;position:absolute;left:60px;bottom:-88px;z-index:999;transition-duration:.5s;}
.pro2wm:hover .wxewm{opacity:1;width:200px;padding:8px;}
/*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: .4s;
}
.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: .4s;
}
.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{
    background: rgba(15, 15, 15, .9);
    position: relative;
    z-index: 2;
}
#header .headerbj .logo{
    height: 80px;
    padding: 15px 0;
}
#header .headerbj .logo img{
    height: 100%;
}
#header .headerbj .lang{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fbf2f2;
    font-size: 16px;
    background: #d3182b;
}
#header .headerbj .headnav ul li{
    float: left;
    padding: 25px 0;
    margin-right: 35px;
    position: relative;
}
#header .headerbj .headnav ul li:before{
    content: '';
    width: 100%;
    height: 2px;
    background: #d3182b;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition-duration: 1s;
}
#header .headerbj .headnav ul li:hover:before,
#header .headerbj .headnav ul li.hover:before{
    transform: scale(1);
}
#header .headerbj .headnav ul li .hidden{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
#header .headerbj .headnav ul li .hidden a{
    display: block;
    color: #fbf2f2;
    font-size: 16px;
    position: relative;
    top: -30px;
    transition-duration: 1s;
}
#header .headerbj .headnav ul li:hover .hidden a,
#header .headerbj .headnav ul li.hover .hidden a{
    color: #ffffff;
    top: 0;
}
#header #headpronav{
    width: 100%;
    padding: 40px 0 20px;
    background: #232323;
    position: absolute;
    z-index: 1;
    top: -500px;
    transition-duration: 1s;
}
#header #headpronav.showpronav{
    top: 80px;
}
#header #headpronav .pronavlist{
    width: 300px;
}
#header #headpronav .pronavlist a{
    display: block;
    color: #a1a1a1;
    font-size: 18px;
    margin-bottom: 25px;
}
#header #headpronav .pronavlist a:hover,
#header #headpronav .pronavlist a.show{
    color: #ffffff;
}
#header #headpronav .pronavtitle{
    width: calc(100% - 300px);
}
#header #headpronav .pronavtitle ul{
    display: none;
}
#header #headpronav .pronavtitle ul.show{
    display: block;
}
#header #headpronav .pronavtitle ul li{
    float: left;
    width: 22%;
    margin-left: 4%;
}
#header #headpronav .pronavtitle ul li:nth-child(1){
    margin-left: 0;
}
#header #headpronav .pronavtitle ul li a{
    display: block;
    text-align: center;
}
#header #headpronav .pronavtitle ul li a .imgurl{
    border-radius: 10px;
    overflow: hidden;
}
#header #headpronav .pronavtitle ul li a .title{
    color: #878787;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#header #headpronav .pronavtitle ul li a:hover .title{
    color: #ffffff;
}
#header #headpronav .erpronav li{
    float: left;
    width: 11.62%;
    margin-left: 1%;
}
#header #headpronav .erpronav li:nth-child(1){
    margin-left: 0;
}
#header #headpronav .erpronav li a{
    display: block;
    text-align: center;
}
#header #headpronav .erpronav li a .columnimg{
    border-radius: 10px;
    overflow: hidden;
}
#header #headpronav .erpronav li a .name{
    color: #878787;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*banner*/
#mcbanner{
    overflow: hidden;
}
/*indexbanner*/
.indexbanner .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 10px 20px;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet-active{
    background: transparent;
    border: 2px solid #fff;
}
.indexbanner .swiper-button-prev,
.indexbanner .swiper-button-next{
    width: 50px;
    height: 50px;
    color: #fff;
    font: 25px/50px '宋体';
    text-align: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
}
.indexbanner .swiper-button-prev{
    left: 5%;
}
.indexbanner .swiper-button-next{
    right: 5%;
}
/*otherbanner*/
.otherbanner img{
    width: 100%;
}
/*header*/

/*index*/
.more{
    display: inline-block;
    padding: 12px 22px;
    color: #444444;
    font-size: 15px;
    border: 2px solid #494949;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    transition-duration: 1s;
}
.more:hover,
a:hover .more{
    color: #fff !important;
    border: 2px solid #d3182b;
}
.more:before{
    content: '';
    width: 120%;
    height: 100%;
    background: #d3182b;
    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{
    margin-bottom: 10px;
    position: relative;
}
.inabout:before{
    content: '';
    width: 50%;
    height: 125%;
    background: #d81428;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.inabout .inaboutfl{
    width: 50%;
}
.inabout .inaboutfl .inaboutname{
    width: 500px;
    margin: auto;
}
.inabout .inaboutfl .inaboutname .webname{
    color: #ffffff;
    font-size: 30px;
    line-height: 42px;
    margin-top: 30px;
}
.inabout .inaboutfl .inaboutname .webname2{
    display: inline-block;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin: 10px 0 50px;
}
.inabout .inaboutfl .inaboutname .countup ul li{
    float: left;
    width: 25%;
    text-align: center;
}
.inabout .inaboutfl .inaboutname .countup ul li .shuzi{
    width: 100px;
    height: 100px;
    border: 5px solid #b20012;
    background: #ffffff;
    color: #d81428;
    font-size: 25px;
    line-height: 90px;
    margin: auto;
}
.inabout .inaboutfl .inaboutname .countup ul li .countupname{
    color: #e7e7e7;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
}
.inabout .inaboutfr{
    width: 50%;
    padding: 50px 3%;
}
.inabout .inaboutfr .namemark{
    color: #d7d7d7;
    font-size: 14px;
}
.inabout .inaboutfr .namemark2{
    color: #1d1d1d;
    font-size: 36px;
    margin: 10px 0 30px;
}
.inabout .inaboutfr .description1,
.inabout .inaboutfr .description2{
    width: 50%;
    padding-right: 8%;
    color: #858585;
    font-size: 16px;
    line-height: 28px;
}
.inabout .inaboutfr .description1 p:nth-child(1),
.inabout .inaboutfr .description2 p:nth-child(1){
    color: #d81428;
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
}
.inabout .inaboutfr .description2 p:nth-child(1){
    font-size: 36px;
}
.inabout .inaboutfr .description1 p:nth-child(3),
.inabout .inaboutfr .description2 p:nth-child(3){
    color: #363636;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.invideo{
    background: url(/skin/images/invideobj.jpg) center / cover no-repeat;
    text-align: center;
    padding: 80px 0;
    overflow: hidden;
}
.invideo .fa{
    width: 58px;
    height: 58px;
    color: #eaeaea;
    font-size: 30px;
    text-align: center;
    line-height: 54px;
    border: 2px solid #eaeaea;
    border-radius: 50%;
}
.invideo .webname{
    color: #ffffff;
    font-size: 24px;
    margin: 40px 0 20px;
}
.invideo .namemark{
    color: #ffffff;
    font-size: 62px;
}
.inzhengshu{
    padding: 50px 0;
    overflow: hidden;
}
.inzhengshu ul li{
    float: left;
    width: 18.4%;
    margin-left: 2%;
}
.inzhengshu ul li:nth-child(1){
    margin: 0;
}
.inzhengshu ul li img{
    width: 100%;
}
.infazhan{
    background: #f6f6f6 url(/skin/images/infazhanbj.jpg) center no-repeat;
    padding: 300px 0;
    overflow: hidden;
}
.infazhan ul{
    position: relative;
}
.infazhan ul li{
    color: #343434;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    position: absolute;
}
.infazhan ul li .shuzi{
    color: #c30000;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
}
.infazhan ul li.list1{
    top: 130px;
    left: -10px;
}
.infazhan ul li.list2{
    top: -200px;
    left: 100px;
}
.infazhan ul li.list3{
    top: -200px;
    left: 300px;
}
.infazhan ul li.list4{
    top: 130px;
    left: 370px;
}
.infazhan ul li.list5{
    top: 130px;
    left: 640px;
}
.infazhan ul li.list6{
    top: -200px;
    left: 670px;
}
.infazhan ul li.list7{
    top: -80px;
    left: 990px;
    width: 280px;
    text-align: left;
    color: #000;
}
.infazhan ul li.list7 .shuzi{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}
.innews{
    padding: 70px 0;
    overflow: hidden;
}
.innews ul li{
    float: left;
    width: 32%;
    margin-left: 2%;
}
.innews ul li:nth-child(1){
    margin: 0;
}
.innews ul li a{
    display: block;
}
.innews ul li a .keywords{
    color: #676767;
    font-size: 24px;
    margin-bottom: 30px;
}
.innews ul li a:hover .keywords{
    color: #d81428;
}
.innews ul li a .imgurl{
    overflow: hidden;
    position: relative;
}
.innews ul li a .imgurl:before{
    content: '';
    border: 1px solid rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition-duration: .5s;
}
.innews ul li a:hover .imgurl:before{
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 1;
}
.innews ul li a .imgurl img{
    width: 100%;
}
.innews ul li a .title{
    color: #322830;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innews ul li a:hover .title{
    color: #c52122;
}
.innews ul li a .description{
    color: #979797;
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.innews ul li a:hover .description{
    color: #c52122;
}
/*index*/

/*foot*/
#footer{
    background: #131313;
    position: relative;
    z-index: 2;
}
#footer .footcon{
    padding: 70px 0 50px;
}
#footer .footcon .webname{
    width: 270px;
    margin-bottom: 30px;
}
#footer .footcon .footadd{
    width: 310px;
}
#footer .footcon .footadd p{
    color: #f5f5f5;
    font-size: 16px;
    line-height: 34px;
}
#footer .footcon .footadd p:nth-child(5){
    text-decoration: underline;
}
#footer .footcon .footadd p a{
    color: #f5f5f5;
}
#footer .footcon .footadv .description{
    color: #979797;
    font-size: 16px;
    line-height: 28px;
}
#footer .footcon .footadv .description p:nth-child(1){
    color: #f5f5f5;
    font-size: 20px;
    padding-bottom: 10px;
}
#footer .footcon ul li{
    float: left;
    width: calc(25% - 5px);
}
#footer .footcon ul li dl{
    width: 100%;
}
#footer .footcon ul li dl a{
    display: inline-block;
    color: #f5f5f5;
    font-size: 16px;
    line-height: 34px;
    position: relative;
}
#footer .footcon ul li dl a:hover{
    color: #ffffff;
}
#footer .footcon ul li dl a:before{
    content: '';
    width: 10px;
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    top: 18px;
    left: 0;
    opacity: 0;
    transition-duration: .8s;
}
#footer .footcon ul li dl a:hover:before{
    background: #ffffff;
    opacity: 1;
}
#footer .footcon ul li dl a p{
    position: relative;
    left: 0;
    transition-duration: .8s;
}
#footer .footcon ul li dl a:hover p{
    left: 15px;
}
#footer .foottail{
    padding: 20px 0;
    background: #0c0c0c;
    border-top: 1px solid #262626;
}
#footer .foottail .footright{
    color: #9a9a9a;
    line-height: 20px;
}
#footer .foottail .footright a{
    color: #9a9a9a;
}
#footer .foottail .footright #cnzz_stat_icon_1279115747 img{
    display: inline-block;
    padding-left: 20px;
}
#footer .foottail .tailimg{
    position: relative;
    left: 0;
}
#footer .foottail .tailimg:hover{
    left: -5px;
}
/*foot*/

/*news*/
.news{
    overflow: hidden;
    padding-top: 30px;
}
.news ul li{
    width: 32%;
    margin: 2% 2% 0 0;
}
.news ul li:nth-child(3n){
    margin-right: 0;
}
.news ul li a{
    display: block;
    padding-bottom: 10px;
}
.news ul li a .imgurl{
    border-radius: 5px;
    overflow: hidden;
}
.news ul li a .imgurl img{
    width: 100%;
}
.news ul li a .title{
    margin-top: 10px;
    color: #333;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news ul li a:hover .title{
    color: #d3182b;
}
.news ul li a .description{
    color: #333;
    font-size: 15px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news ul li a:hover .description{
    color: #d3182b;
}
/*shownews*/
.shownews{
    padding-top: 50px;
    overflow: hidden;
}
.shownews .title{
    color: #333;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.shownews .updatetime{
    color: #888;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.shownews .content{
    color: #333;
    font-size: 14px;
    line-height: 28px;
    padding: 20px 0;
}
.shownews .detailpage{
    color: #333;
    padding: 30px 0 50px;
    border-top: 1px solid #ccc;
}
.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: #333;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #d3182b;
    text-decoration: underline;
    left: 10px;
}
/*news*/

/*about*/
.aboutnav{
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #efeeef;
}
.aboutnav .more{
    margin: 0 10px;
}
.aboutnav .more.hover{
    color: #fff;
    background: #d3182b;
    border: 2px solid #d3182b;
}
.about{
    padding: 50px 0;
    overflow: hidden;
}
.about .content{
    color: #313131;
    font-size: 17px;
    line-height: 34px;
}
.work{
    padding: 50px 0;
    overflow: hidden;
    text-align: center;
}
.work .namemark{
    color: #424242;
    font-size: 42px;
    margin-bottom: 40px;
    position: relative;
}
.work .namemark:before{
    content: "<<";
    color: #424242;
    font-size: 14px;
    transform: rotate(-90deg);
    position: absolute;
    left: 49%;
    bottom: -30px;
}
.work ul li{
    float: left;
    width: 32%;
    margin: 2% 2% 0 0;
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
.work ul li:nth-child(3n){
    margin-right: 0;
}
.work ul li img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.work ul li p{
    color: #313131;
    font-size: 18px;
    line-height: 50px;
}
/*about*/

/*search*/
.prosearch{
    border: 3px solid rgba(255,255,255,.2);
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin: -170px 0 0 -220px;
}
.prosearch form .name{
    width: 340px;
    height: 40px;
    padding: 0 20px;
    color: #000;
    background: #fff;
    border-radius: 5px 0 0 5px;
    border: 0;
    outline: 0;
}
.prosearch form .submit{
    width: 90px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    background: #d3182b;
    border-radius: 0 5px 5px 0;
    border: 0;
    outline: 0;
}
.productsearch .title{
    width: 100%!important;
    text-align: center!important;
}
.productsearch .notitle{
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
/*search*/

/*product*/
.pronav{
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #ededed;
}
.pronav .namemark{
    color: #bebebe;
    font-size: 45px;
    margin-bottom: 40px;
}
.pronav .more{
    margin: 0 10px;
}
.pronav .more.hover{
    color: #fff;
    background: #d3182b;
    border: 2px solid #d3182b;
}
.product{
    padding-top: 30px;
    overflow: hidden;
}
.product ul li{
    float: left;
    width: 18.4%;
    margin: 2% 2% 0 0;
}
.product ul li:nth-child(5n){
    margin-right: 0;
}
.product ul.tractor li{
    float: left;
    width: 32%;
    margin: 2% 2% 0 0;
}
.product ul.tractor li:nth-child(3n){
    margin-right: 0;
}
.product ul li a{
    display: block;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
}
.product ul li a:hover{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}
.product ul li a .imgurl{
    border-bottom: 2px solid #d3182b;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.product ul li a .proname{
    width: 50%;
    color: #222222;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product ul li a .title{
    color: #353535;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.technology{
    padding: 10px 0 50px;
    overflow: hidden;
}
.technology .name1{
    color: #222222;
    font-size: 48px;
    text-align: center;
}
.technology .name2{
    color: #222222;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 40px;
}
.technology ul li{
    float: left;
    width: 48.5%;
}
.technology ul li:nth-child(2){
    float: right;
}
.technology ul li img{
    width: 100%;
    margin-bottom: 20px;
}
.technology ul li p{
    color: #1c201b;
    font-size: 18px;
    line-height: 38px;
}
/*showproduct*/
.showproduct{  overflow: hidden;  }
/*<!--第一部分-->*/
.showproduct .proone{  padding: 50px 0;  }
.showproduct .proone .proimgurl{  width: 500px;  }
.showproduct .proone .prodisplayimg{  width: 80px;  margin: 0 40px 0 10px;  padding: 20px 0 10px;  position: relative;  }
.showproduct .proone .proonefr{  width: calc(100% - 630px);  }
.showproduct .proone .proonefr .proonename{  color: #1f1f1f;  font-size: 32px;  margin-top: 10px;  }
.showproduct .proone .proonefr .proonetitle{  color: #1f1f1f;  font-size: 26px;  border-bottom: 4px solid #d3182b;  padding: 15px 0 30px;  }
.showproduct .proone .proonefr .content{  color: #1c201b;  font-size: 17px;  line-height: 38px;  margin-top: 40px;  }
.showproduct .proone .proonefr .content p{  position: relative;  padding-left: 25px;  }
.showproduct .proone .proonefr .content p:before{  content: '';  width: 10px;  height: 10px;  background: #d3182b;  position: absolute;  top: 14px;  left: 0;  }
.showproduct .proone .proonefr .prooneshare{  margin-top: 40px;  }
.showproduct .proone .proonefr .prooneshare a{  display: inline-block;  width: 48%;  height: 50px;  color: #ffffff;  font-size: 18px;  line-height: 50px;  text-align: center;  background: #d3182b;  }
.showproduct .proone .proonefr .prooneshare a:nth-child(1){  margin-right: 1%;  }
.showproduct .proone .proonefr .prooneshare a i{  font-size: 22px;  padding-right: 20px;  }
/*<!--第二部分-->*/
.showproduct .protwo{  padding-bottom: 50px;  }
.showproduct .protwo .content{  color: #1c201b;  }
.showproduct .protwo .content p br{  display: none;  }
/*<!--第三部分-->*/
.showproduct .prothree{  padding-bottom: 80px;  }
.showproduct .related{  color: #1c201b;  font-size: 35px;  text-align: center;  margin-bottom: 50px;  }
.showproduct .prolist table{  margin: 0;  }
.showproduct .prolist table tr td{  padding: 0;  border: 0;  width: 0!important;  }
.showproduct .prolist a{  display: block;  width: 170px;  padding: 0 7px;  }
.showproduct .prolist a .imgurl{  border: 1px solid #f0f0f0;  margin-bottom: 10px;  overflow: hidden;  }
.showproduct .prolist a .title{  color: #ffffff;  font-size: 17px;  line-height: 35px;  text-align: center;  background: #d3182b;  height: 35px;  overflow: hidden;  }
/*product*/

/*img*/
.mcimg{
    padding-top: 50px;
    overflow: hidden;
}
.mcimg ul li video{
    display: block;
    width: 800px;
    height: 450px;
    margin: auto;
}
.mcimg ul li .title{
    color: #696969;
    font-size: 20px;
    line-height: 100px;
    text-align: center;
}
/*img*/

/*download*/
.download{
    padding-top: 30px;
    overflow: hidden;
}
.download ul li{
    float: left;
    width: 32%;
    margin: 2% 2% 0 0;
}
.download ul li:nth-child(3n){
    margin-right: 0;
}
.download ul li a{
    display: block;
    border-bottom: 1px solid #ddd;
}
.download ul li .content{
    border-radius: 5px;
    overflow: hidden;
}
.download ul li .content img{
    width: 100%;
}
.download ul li .icon{
    padding: 30px 15px 0;
}
.download ul li .title{
    color: #333;
    font-size: 14px;
    padding: 20px 10px 0;
}
.download ul li:hover .title{
    color: #d3182b;
}
.download ul li .updatetime{
    color: #999;
    font-size: 14px;
    padding: 10px 10px 20px;
}
/*download*/

/*contact*/
.contact{
    padding: 50px 0;
    overflow: hidden;
}
.contact .namemark1{
    color: #0c0c0e;
    font-size: 40px;
    text-align: center;
}
.contact .namemark2{
    color: #6d6d6d;
    font-size: 17px;
    text-align: center;
    margin: 30px 0 50px;
}
.contact .con2wm img{
    width: 234px;
    border: 8px solid #ececec;
    border-radius: 10px;
    margin: 0 auto 50px;
}
.contact ul li{
    float: left;
    width: 33.33%;
}
.contact ul li p{
    color: #6d6d6d;
    font-size: 18px;
    line-height: 32px;
}
.contact .feedback{
    padding-top: 50px;
}
.contact .feedback .ftype_input{
    float: left;
    width: 30.66%;
    margin-left: 4%;
}
.contact .feedback .ftype_input:nth-child(6){
    margin-left: 0;
}
.contact .feedback .ftype_input input{
    width: 100%;
    height: 60px;
    padding: 0 5px;
    color: #000;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    outline: 0;
}
.contact .feedback .ftype_textarea textarea{
    width: 100%;
    height: 90px;
    padding: 0 5px;
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    outline: 0;
}
.contact .feedback .submit{
    margin-top: 50px;
    color: #545454;
    font-size: 16px;
    border: 2px solid #a6a6a6;
    border-radius: 0;
    background: 0;
    outline: 0;
}
.contact .feedback .submit:hover{
    border: 2px solid #d3182b;
}
/*contact*/
@media (max-width: 1300px){
    .inabout .inaboutfr .description1, .inabout .inaboutfr .description2{
        padding-right: 5%;
    }
    .prosearch{
        margin-top: -100px;
    }
}
@media (max-width: 1200px){
    #header .headerbj .logo{
        padding: 25px 0;
    }
    #header .headerbj .headnav ul li{
        margin-right: 20px;
    }
    .infazhan ul li.list1{
        left: -100px;
    }
    .infazhan ul li.list2{
        left: -30px;
    }
    .infazhan ul li.list3{
        left: 180px;
    }
    .infazhan ul li.list4{
        left: 240px;
    }
    .infazhan ul li.list5{
        left: 510px;
    }
    .infazhan ul li.list6{
        left: 550px;
    }
    .infazhan ul li.list7{
        left: 720px;
    }
    #footer .footcon ul li{
        width: calc(25% - 30px);
    }
    .showproduct .proone .proimgurl .cloud-zoom-big{
        left: auto!important;
        right: 0!important;
    }
    .showproduct .proone .proonefr .prooneshare a{
        width: 100%!important;
        margin: 0 0 5px!important;
    }
}
/*手机版*/
#header .menubutton{  display: none;  width: 30px;  height: 30px;  cursor: pointer;  margin: 14px 14px 0 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: #fff;  width: 100%!important;  height: 100%;  overflow: auto!important;  position: fixed;  top: 0;  left: 0;  z-index: 999;  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.home a{  padding-bottom: 20px;  border-bottom: 1px solid rgba(0, 0, 0, .2);  }
.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: #d3182b !important;  }
/*语言*/
.menumain .menubox .lang{  margin-top: 30px;  text-align: center;  }
.menumain .menubox .lang a{  display: inline-block;  width: 42%;  height: 40px;  line-height: 40px;  border: 1px solid rgba(0, 0, 0, .2);  margin: 3%;  border-radius: 5px;  box-sizing: border-box;  }
.menumain .menubox .lang a img{  display: inline-block;  padding-right: 5px;  position: relative;  top: -2px;  }
.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: #333;  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:9999999;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: #fff;  border-bottom: 1px solid #d3182b;  overflow: hidden;  }
#sortpro .sortpro_left{  float: left;  width: 65%;  color: #fff;  font-size: 14px;  background: #d3182b;  }
#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: 10000;  -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: #d3182b;  }
.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 #d3182b;  }
.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: #d3182b;  }
/*手机版*/
@media (max-width: 992px){
    #header .menubutton, #mobtool, .u-layer-ath{  display: block;  }
    .onlineservice{  top: 55%!important;  width: 30px!important;  }
    .onlineservice ul li a{  height: 31px!important;  }
    .onlineservice ul li a span{  display: none;  }
    .onlineservice ul li a i{  width: 30px!important;  height: 30px!important;  line-height: 30px!important;  font-size: 14px!important;  }
    .onlineservice ul li a i.fa-mobile{  font-size: 20px!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 .lang, #header .headerbj .headnav, #header #headpronav{
        display: none;
    }
    #header .headerbj .logo{
        height: 50px;
        padding: 10px 0;
    }
    #mcbanner{
        padding-top: 50px;
        height: max-content;
    }
    #mcbanner .indexbanner .swiper-button-prev,
    #mcbanner .indexbanner .swiper-button-next{
        display: none;
    }
    #mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px 10px;
    }
    .inabout:before{
        display: none;
    }
    .inabout .inaboutfl{
        width: 100%;
        background: #d81428;
    }
    .inabout .inaboutfl .inaboutname{
        width: 90%;
    }
    .inabout .inaboutfl .inaboutname .webname{
        font-size: 20px;
    }
    .inabout .inaboutfl .inaboutname .webname2{
        font-size: 14px;
        letter-spacing: 0;
        margin: 20px 0 40px;
    }
    .inabout .inaboutfl .inaboutname .countup ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .inabout .inaboutfr{
        width: 100%;
        padding: 50px 5% 0;
    }
    .inabout .inaboutfr .description1, .inabout .inaboutfr .description2{
        width: 100%;
        padding: 0 0 50px;
    }
    .invideo .webname{
        font-size: 20px;
        line-height: 30px;
        width: 90%;
        margin: 30px auto 20px;
    }
    .invideo .namemark{
        font-size: 40px;
    }
    .inzhengshu{
        display: none;
    }
    .infazhan{
        background: #f6f6f6;
        padding: 30px 0 50px;
    }
    .infazhan ul li{
        width: 100%!important;
        position: unset;
        border-bottom: 1px solid #ddd;
        padding: 20px 0;
    }
    .innews{
        padding: 50px 0;
    }
    .innews ul li{
        float: left;
        width: 100%;
        margin: 50px 0 0;
    }
    #footer .footcon{
        display: none;
    }
    #footer .foottail{
        text-align: center;
        padding: 30px 0 80px;
    }
    #footer .foottail a{
        display: block;
    }
    #footer .foottail .footright #cnzz_stat_icon_1279115747 img{
  		padding: 10px 0 0;
    }
    #footer .foottail .footright, #footer .foottail .tailimg{
        width: 100%;
    }
    #footer .foottail .tailimg img{
        margin: 15px auto 0;
    }
    .aboutnav{
        display: none;
    }
    .about .content{
        font-size: 16px;
        line-height: 2;
    }
    .work .namemark{
        font-size: 30px;
    }
    .work ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .prosearch{
        margin: -110px 0 0 -140px;
    }
    .prosearch form .name{
        width: 200px;
    }
    .prosearch form .submit{
        width: 80px;
    }
    .pronav{
        display: none;
    }
    .product{
        padding: 0;
    }
    .product ul li{
        width: 100%!important;
        margin: 30px 0 0!important;
    }
    .technology .name1{
        font-size: 30px;
    }
    .technology .name2{
        font-size: 13px;
        margin: 20px 0 10px;
    }
    .technology ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .showproduct .proone .proimgurl, .showproduct .proone .prodisplayimg{
        display: none;
    }
    .showproduct .proone .mobprodisplayimg .swiper-pagination-bullet-active{
        background: #d3182b;
    }
    .showproduct .proone .proonefr{
        width: 100%;
        padding-top: 30px;
    }
    .showproduct .protwo .content{
        overflow: auto;
    }
    .mcimg ul li video{
        width: 100%;
        height: 200px;
    }
    .mcimg ul li .title{
        line-height: 80px;
    }
    .download{
        padding: 0;
    }
    .download ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .contact .namemark2{
        font-size: 15px;
        line-height: 25px;
    }
    .contact ul li{
        width: 100%;
        padding-bottom: 30px;
    }
    .contact .feedback{
        padding-top: 10px;
    }
    .contact .feedback .ftype_input{
        width: 100%;
        margin: 0;
    }
}
/*引导页*/
.guidebj{
    width: 90%;
    height: 100%;
    padding: 0 5%;
    background: url(/skin/images/guidebj.jpg) center / cover no-repeat;
    position: relative;
    overflow: hidden;
}
.guidebj .logo{
    padding-top: 80px;
}
.guidebj .name{
    color: #2f3b3f;
    font-size: 68px;
    line-height: 80px;
    padding: 100px 0 50px;
}
.guidebj .more2{
	color: rgba(47, 59, 63, .8);
    font-size: 35px;
    position: relative;
    left: 0;
}
.guidebj .more2:hover{
    left: 15px;
}
.guidebj .lang{
    width: 100%;
    padding: 66px 5%;
    background: #d5333e;
    position: absolute;
    left: 0;
    bottom: 0;
}
.guidebj .lang a{
    float: left;
    width: 220px;
    height: 62px;
    color: #ffffff;
    font-size: 24px;
    line-height: 62px;
    text-align: center;
    border: 3px solid #f8dee0;
    border-radius: 10px;
    margin-right: 40px;
}
.guidebj .lang a:hover{
    background: #9a1f27;
}
.guidebj .pronav1{
	color: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 20%;
    left: 18%;
}
.guidebj .pronav7{
    color: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 20%;
    left: 45%;
}
.guidebj .pronav2{
    color: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 8%;
    right: 2%;
}
.guidebj .pronav3{
  	color: transparent;
    border: none;
    outline: none;
    position: absolute;
    bottom: 5%;
    left: 55%;
}
.guidebj .pronav4{
    color: transparent;
    border: none;
    outline: none;
    position: absolute;
    bottom: 25%;
    right: 5%;
}
.guidebj .pronav5{
  	color: transparent;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    left: 38%;
}
.guidebj .pronav6{
  	color: transparent;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    right: 2%;
}
@media (max-width: 1600px){
  .guidebj .pronav1 img,
  .guidebj .pronav2 img,
  .guidebj .pronav3 img,
  .guidebj .pronav4 img,
  .guidebj .pronav5 img,
  .guidebj .pronav6 img,
  .guidebj .pronav7 img{
      width: 80%;
      margin: auto;
  }
}
@media (max-width: 1400px){
  .guidebj .pronav1 img,
  .guidebj .pronav2 img,
  .guidebj .pronav3 img,
  .guidebj .pronav4 img,
  .guidebj .pronav5 img,
  .guidebj .pronav6 img,
  .guidebj .pronav7 img{
      width: 50%;
      margin: auto;
  }
  .guidebj .pronav1{
      top: 25%;
      left: 25%;
  }
  .guidebj .pronav7{
      top: 30%;
      left: 48%;
  }
  .guidebj .name{
      padding: 50px 0;
  }
  .guidebj .more2{
      display: none;
  }
}
@media (max-width: 992px){
    .guidebj .logo{
        padding: 50px 5% 0;
    }
    .guidebj .mobileweb{
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .guidebj .lang{
        width: 90%;
        padding: 30px 5%;
    }
    .guidebj .lang a{
        width: calc(44% - 6px);
        height: 50px;
        font-size: 20px;
        line-height: 48px;
        margin: 0 3%;
    }
    .guidebj .name,
    .guidebj .more2,
    .guidebj .pronav1,
    .guidebj .pronav2,
    .guidebj .pronav3,
    .guidebj .pronav4,
    .guidebj .pronav5,
    .guidebj .pronav6,
    .guidebj .pronav7{
        display: none;
    }
}