/* index base */
html, body {position: relative;height: 100%;}
#swiper, .swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; }
.swiper-slide { background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.swiper-block { display: block; }
.slide-trans { transition: all .5s; }
.slide-item, .slide-md1 { transition-property: all; transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.inner { height: 100%; overflow: hidden; }
.inner .swiper-wrapper { height: auto; }
.inner .swiper-slide { display: block; height: auto; }
.cover { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 9; display: none; overflow: hidden; }
.inner-cover { position: absolute; width: 200%; height: 100%; left: -200%; top: 0; background: #000; }
.box { overflow: hidden; position: relative; }
.box:after { content: ''; position: absolute; left: 0; top: -200%; height: 500%; width: 0; background: #000; z-index: 9; }
.box-hide { }
.box-hide:after { transition: all .5s; width: 100%; transform: translate3d(0, 0, 1px); }
.fullwin { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: flex-center; -moz-align-items: flex-center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; position: relative; overflow: hidden; }
.fullwin > div { width: 100%; }
.picbox { -webkit-background-size: cover; background-size: cover; background-position: center; background-repeat: no-repeat;  }
.picbox2 { background-position: center; background-repeat: no-repeat; }
.videobox{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #000; overflow: hidden; }
.videobox video{position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.videoCtrl {
    position: absolute;
    left: 0;
    bottom: 21px;
    width: 100%;
    height: 10px;
    text-align: center;
    z-index: 9;
}
.videoCtrl  i{
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    background: #ACA8A3;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.videoCtrl  i.now{
    background: #fff;
    cursor: default;
}.videoBar{
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    height: 8px;
    border: rgba(129, 129, 129, .75) 1px solid;
    border-radius: 5px;
    background: rgba(69, 69, 69, .5);
    cursor: pointer;
    z-index: 9;
    overflow: hidden;
}

.videoBar-box {
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
    height: 50px;
    z-index: 9;
}

.videoBar i {
    background: rgba(129, 129, 129, .75);
    display: block;
    width: 50%;
    height: 8px;
    transition: all .05s;
}
}.videoBar span{}
.fl50 { float: left; width: 50%; }
.bg-black .inner .swiper-slide { background: #000; }

/*.intro:hover .line { width: 72px; }*/
.intro .quot { font-family: 'chalet'; font-size: 120px; line-height: 1; padding: 6px 0 20px; height: 50px; overflow: hidden; }
.intro .text { font-size: 12px; line-height: 28px; }
.intro .btn { padding: 22px 0 0; }
.intro .btn a { display: inline-block; vertical-align: top; font-size: 10px; color: #fff; background: #000; line-height: 27px; padding: 2px 19px 0; border-radius: 1px; }
.intro .ceo { font-size: 12px; padding: 57px 0 0; }
.intro .ceo strong { }
.intro .sign { padding: 3px 0 0; height: 101px; }
.intro .sign img { }
.intro .count { padding: 18px 25% 0; }
.intro .count li { float: left; width: 25%; }
.intro .count li b { display: block; font-family: 'chalet'; font-size: 80px; line-height: 68px; letter-spacing: -4px; height: 68px; overflow: hidden; position: relative; }
.intro .count li em { position: absolute; top: -150%; left: 0; width: 100%; height: 300%; background: url(../images/cover2.png) center top repeat-x; }
.intro .count li i { display: block; font-size: 12px; }
.intro .count li .sup { font-size: 50px; position: relative; bottom: 16px; left: 1px; display: inline-block; vertical-align: top; }
.intro .count li .sub { position: relative; bottom: 10px; display: inline-block; vertical-align: top; }
#intro { height: 520px; margin-top: 50px; }
#intro > * { opacity: 0; }
.arrow-down { position: absolute; background: url(../images/arrow-down.png) center center no-repeat; width: 25px; height: 25px; left: 50%; bottom: 50px; opacity: 1; cursor: pointer;animation: down 1s ease infinite; }
.about2 { background: #F2F2F2; }
.about2 .about-con { margin-top: 20px; }
.about .fl50 { background: #fff;/* transition: all .3s; *//* position: absolute; */top: 0; overflow: hidden; position: absolute; width: 50%; height: 100%; top: -100%; }
.about .rl50 {background: #F2F2F2;/* transition: all .3s; *//* position: absolute; */top: 0;overflow: hidden;position: absolute;left: 50% !important;width: 50% !important;height: 100%;top: 100%;}
.about .about_pic { width: 50%; position: absolute; height: 100%; top: 0px; left: 0%; overflow: hidden; top: -100%; background-position: 0%; }
.about .about_pic .picbox { width: 200%; height: 100%; position: absolute; top: 0; background-size: cover; }
.about-con {width: 495px;padding: 40px 0 40px 75px;margin-left: 50px;}

.rl50 .about-con {
    padding-bottom: 300px;
}

.fl50 .about-con {
    padding-top: 300px;
}
.about-con dt { font-size: 32px; }
.about-con dt.v_en { text-transform:uppercase; }
.about-con dd {line-height: 28px;margin: 22px 0 0;opacity: 1;/*line-height: 0;*/}
.about-con dd.line { height: 1px; overflow: hidden; width: 60px; background: #000; margin: 30px 0 0; opacity: 1; transition: all .6s; }
.about-con dd a { text-decoration: underline; }
.about { position: absolute; overflow: hidden; width: 100%; height: 100%; top: 0; }
.about2 .about-con { margin-top: 20px; }
.cont-item { position: absolute; height: 50%; overflow: hidden; transition: all .6s; }
.cont-item-1 { width: 50% !important; left: 0; top: 100%; }
.cont-item-2 { width: 50% !important; right: 0; top: 100%; }
.cont-item-3 { width: 50% !important; left: 0; bottom: -100%; }
.cont-item-4 { width: 50% !important; right: 0; bottom: -100%; }
.cont-item .picbox { position: absolute; width: 100%; height: 100%; transition: all .6s; }
.cont-item .des { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, .1); color: #fff; transition: all .3s; }
.cont-item .s-des {background: rgba(0, 0, 0, .3);}
.cont-item .des dl {text-align: center;position: absolute;width: 100%;top: 50%;margin: -55px 0 0;transition: all .3s;}
.cont-item .des dt { font-size: 32px; transition: all .3s; }
.cont-item .des dt.v_en { text-transform:uppercase; }
.cont-item .des dd { line-height: 28px; }
.cont-item .des dd.v_en { line-height: 20px; }
.cont-item .des dd.line { height: 1px; overflow: hidden; width: 24px; transition: all .3s; background: rgba(255, 255, 255, .5); margin: 11px auto 22px; }
.cont-item .des dl span { transition: all .3s; display: inline-block; vertical-align: top; }

/* .cont-item .cover{ position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; background: #fff; }
.cont-item-1 .cover{} */
.cont-item:hover .picbox { transform: scale(1.1); }
.cont-item:hover .des { background: rgba(0, 0, 0, 0); }
.cont-item:hover .des dd.line { width: 0px; }

/* .cont-item:hover .des dt, .cont-item:hover .des dd { transform: rotateX(270deg); } */

/* module3 */
.news-banner {/* position: fixed; */width: 100%; background: url(../images/pic7.jpg) no-repeat; background-position: center top; background-size: cover; }
.news-cover { color: #fff; font-family: 'chalet'; font-size: 150px; line-height: 110px; padding: 0 80px; }
.news {padding: 40px 0;background: #fff;position: relative;z-index: 1;}
.news-filter {border: #EAEAEA 1px solid;border-width: 1px 0;margin: 0 40px;transition: all .3s;transform: translateY(60px);position: relative;z-index: 1;}
.news-tab { float: left; width: 500px; padding: 24px 0; }
.news-tab_en {text-transform: uppercase;width:576px;}
.news-tab li { float: left; width: 124px; line-height: 14px; text-align: center; border-right: #565656 1px solid; }
.news-tab_en li { padding: 0 20px;width:auto; }
.news-tab li a { }
.news-tab li.now a { font-weight: bold; }
.news-search { margin: 0 0 0 500px; height: 62px; position: relative; }
.news-search span {float: left;line-height: 14px;margin: 24px 0 0 39px;padding: 0 24px 0 0;background: url(../images/search.png) right -40px no-repeat;cursor: pointer;}
.news-search p {float: left;line-height: 14px;margin: 24px 0 0 39px;padding: 0 24px 0 0;background: url(../images/search.png) right -40px no-repeat;cursor: pointer;}
.news-search .key {position: absolute;left: 135px;right: 66px;display: none;}
.news-search .tag{
    position: absolute;
    left: 0;
    top: 62px;
    padding: 0 0 20px;
    display: none;
    background-color:rgba(0,0,0,0.9);

}

.news-search .tag:before { content: '';  width: 100%; height: 40px; background:url(../images/dropdown.png) top center no-repeat; position: absolute; margin-top: -11px;  }

.news-search .tag li{
    line-height: 3;
    padding: 0 40px;
    cursor: pointer;
    color: #fff;
}
.news-search .tag li:first-child{
    margin-top: 12px;
}
.news-search .tag li:hover{
    color: #999;
}
.news-search input { font: 12px/14px 'microsoft yahei', sans-serif; height: 14px; border: 0; padding: 24px 0; width: 100%; }
.news-search button { position: absolute; right: 0; height: 28px; width: 42px; border: 0; background: url(../images/search.png) center 0px no-repeat; top: 17px; }
.news-list { padding: 35px 40px 0; overflow: hidden;height: auto; }
.news-list ul { margin: 0 -15px; }
.news-list li { padding: 15px 10px; box-sizing: border-box; float: left; width: 33.33%; }
.news-item { position: relative; height: 500px; transition: all .6s; overflow: hidden; }
.news-list .picbox { position: absolute; width: 100%; height: 100%; transition: all .3s; overflow: hidden; }
.news-list .des { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, .5); color: #fff; transition: all .3s; }
.news-list .des dl { text-align: center; position: absolute; width: 100%; top: 50%; margin: -62px 0 0; }
.news-list .des dt { font-size: 18px; line-height: 35px; transition: all .3s; }
.news-list .des dd { line-height: 45px; }
.news-list .des dl span { transition: all .3s; display: inline-block; vertical-align: top; }
.news-list .des dd.line { height: 1px; overflow: hidden; width: 24px; background: rgba(255, 255, 255, .5); margin: 11px auto 0; transition: all .3s; }
.news-list-page { font-size: 32px; margin: 10px 0 0 -8px; }
.news-list-page a { margin: 0 8px; }
.news-list-page b { margin: 0 8px; }
.news-list li:hover .picbox { transform: scale(1.1); }
.news-list li:hover .des { background: rgba(0, 0, 0, 0); }
.news-list li:hover .line { width: 0px; }

/* .news-list li:hover .des dt, .news-list:hover .des dd { transform: rotateX(270deg); } */

/* module4 */
.brand { /*transition: all .6s;transform: translateY(1200px);*/background: #000;overflow: hidden;padding-bottom: 0px;}
.brand ul {height: 1302px;overflow: hidden; position: relative;}
.brand li {height: 444px;position: absolute;transition: all .3s;overflow: hidden;}

.brand .picbox { position: absolute; width: 100%; height: 100%; transition: all .3s; overflow: hidden; background-position: center/* top*/; }
.brand .picbox2 { position: absolute; width: 100%; height: 100%; transition: all .3s; }
.brand .des { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0); color: #fff; transition: all .3s; }
.brand li:hover .picbox { transform: scale(1.1); }
.brand li:hover .des { /*background: rgba(0, 0, 0, .5);*/ }
.brand li:hover .picbox2 { /*transform: rotateX(270deg); */}

/* module5 base on module2-2 */
.about2 .about-con { padding: 30px 0 30px 75px; }
.about2 .about-tab { height: 400px; position: relative; }
.about2 .about-tab .picbox { position: absolute; width: 100%; height: 100%; right: 0; }
.about2 .about-tab { }
.about2 .about-tab .tab {position: absolute;background: rgba(0, 0, 0, .2);width: 100%;height: 100%;box-sizing: border-box;color: #fff;font-size: 14px;padding: 0 0 30px;-webkit-user-select: none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.about2 .about-tab ul { margin: 0 0 0 66px; background: url(../images/line.png) -1px 8px repeat-y; position: relative; top: 13px; }
.about2 .about-tab li { margin: 23px 0; padding: 0 0 0 25px; position: relative; line-height: 17px; }
.about2 .about-tab li a { color: #fff; transition: all .15s; display: inline-block; vertical-align: top; }
.about2 .about-tab li a:hover { text-indent: 1em; }
.about2 .about-tab li.now { }
.about2 .about-tab li:before { content: ''; -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 5px; height: 5px; border: 1px solid #fff; position: absolute; left: 0; top: 6px; opacity: .5; }
.about2 .about-tab li.now:before { opacity: 1; }
.about2 .about-con-list {min-height: 400px;max-height: 50%;}
.about2 .about-pic .picbox { position: absolute; width: 100%; height: 100%; bottom: 0; }

/* module6 */
.picwall { }
.picwall ul { background: #000; }
.picwall ul:after { content: '';display: block;clear: both; }
.picwall li { height: 280px; position: relative; width: 20%; float: left; background: #000;/* transition: all .6s; backface-visibility: hidden; transform: rotateY(180deg);*/ transform:scale(0.5,0.5);opacity: 0; overflow: hidden }

/* .picwall li > * {background-color: #000;} */
.picwall .picbox { position: absolute; width: 100%; height: 100%; transition: all .3s; overflow: hidden; top: 0; }
.picwall .des { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #000; color: #fff; }
.picwall .des dl { text-align: center; position: absolute; width: 100%; top: 50%; margin: -65px 0 0; }
.picwall .des dt { font-size: 16px; line-height: 35px; }
.picwall .des dt b { font-size: 24px; }
.picwall .des dd { line-height: 45px; }
.picwall .des dd.line { height: 1px; overflow: hidden; width: 24px; background: rgba(255, 255, 255, .5); margin: 11px auto 0; }
.picwall .fol { position: absolute; width: 100%; height: 0%; background: rgba(0, 0, 0, .5); text-align: center; transition: all .15s; overflow: hidden; }
.picwall .fol span { position: absolute; width: 100%; height: 2em; line-height: 2em; margin: -1em 0 0; left: 0; top: 50%; }
.picwall .fol a { display: inline-block; vertical-align: top; color: #fff; background: url(../images/fol.png) 0 center no-repeat; padding: 0 0 0 30px; }
.picwall li:hover .fol { height: 100%; }
.picwall li:hover .picbox { transform: scale(1.1); }
.footer { background: #000; color: #fff; }
.footer-left { float: left; font-size: 10px; line-height: 2; padding: 30px 0 40px 44px; }
.footer-left p { text-transform: uppercase; }
.footer-right { float: right; padding: 30px 72px 78px 0; }
.footer .footer-right a {margin: 0;}
.footer-right img{margin-left: 20px;height: 40px;width: 40px;}
.footer-right p { }
.footer a { color: #fff; margin: 0 20px; }
.footer .footer-left a.contact_link{margin: 0 20px 0 0 ;}
/*content*/
.popbox {position: fixed;top: 0;left: 0;width: 100%;z-index: 19;height: 100%;}
.popbox-bg{position: absolute; background: #fff; top: 0; left: 0; width: 100%; height: 100%;}
.popbox-black{background: #000;}
.popbox-close {position: absolute;background: url(../images/close2.png);width: 40px;height: 40px;right: 20px;top: 20px;transition: all .3s;cursor: pointer;z-index: 3;}
.popbox-close:hover { transform: rotate(360deg); }
.popbox-scroll {
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    /* overflow: scroll; */
}
.popbox-video{}
.popbox-video .videoplayer{
    width: 800px;
    margin: 0 auto;
}
.popbox-video .videoplayer h3{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.popbox-video .videoplayer .playbox{
    margin: 28px 0 0;
    height: 475px;
    position: relative;
}
.popbox-video .videoplayer .playbox video{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.popbox-video .videoplayer .playbox:after{content:'';position: absolute;background: url(../images/play.png);width: 87px;height: 87px;left: 50%;top: 50%;margin: -43.5px 0 0 -43.5px;cursor: pointer;}


.playbox{
    margin: 28px 0 0;
    height: 475px;
    position: relative;
}
.playbox:after{content:'';position: absolute;background: url(../images/play.png);width: 87px;height: 87px;left: 50%;top: 50%;margin: -43.5px 0 0 -43.5px;cursor: pointer;}




.popbox-video .videoplayer .playbox.play:after{ display: none; }
.popbox-video .videoplayer .playshare{}
.popbox-video .videoplayer .playshare .share{
    float: none;
    margin: 28px 0 0 -16px;
}
.popbox-scroll-footer{
    position: absolute;
    left: 50%;
    width: 1200px;
    height: 80%;
    overflow: hidden;
    top: 10%;
    margin: 0 0 0 -600px;
    }
.footer-art{
    padding: 0 100px;
}
.footer-art h3{
    font-size: 30px;
    padding: 0 0 42px;
    border-bottom: #DCDCDC 1px solid;
}
.footer-art p{
    font-size: 12px;
    line-height: 28px;
    min-height: 28px;
}
.footer-art-col2{}
.footer-art-col2 .col-item{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 120px 0 0;
}
.scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
.iScrollVerticalScrollbar{
    position: absolute; z-index: 9999; width: 6px; bottom: 2px; top: 2px; right: 1px; overflow: hidden; pointer-events: none;
    background-color: #F1F1F1;  

}
.iScrollIndicator{
    box-sizing: border-box; position: absolute; border-radius: 3px; width: 100%; transition-duration: 0ms; display: block; left: 0px; top: 0px; 
    background-color: #555;  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#d7d7d7), to(#9b9b9b));  

}


.manager {position: absolute;top: 0;height: 100%;}
.manager-left { position: absolute; left: 0; width: 50%; height: 100%; background: url(../images/bg-manager.jpg) center top / cover; }
.manager-right { right: 0; width: 50%; height: 100%; position: absolute; }
.manager-right-bg { position: absolute; left: 0; top: 0; height: 50%; width: 100%; background: #f2f2f2; }
.manager-right-bg:after { content: ''; position: absolute; bottom: -21%; left: -50%; width: 200%; height: 90%; background: #f2f2f2; transform: rotate(-12deg); }
.manager-right h3 { font-size: 32px; }
.manager-right h4 { font-size: 24px; padding: 10px 0 0; }
.manager-right dl { font-size: 14px; line-height: 24px; padding: 30px 0 0; }
.manager-right dt { font-weight: bold; }
.manager-right dd { }
.manager-right-box { width: 560px !important; padding: 0 0 0 54px; position: relative; }
.manager-list { height: 100%; padding-top: 20%;}
.manager-list ul { border: #F6F6F6 1px solid; border-width: 0 0 1px 1px; width: 1204px; text-align: center; margin: 0 auto; }
.manager-list li { float: left; width: 300px; height: 215px; border: #F6F6F6 1px solid; border-width: 1px 1px 0 0; font-size: 14px; }
.manager-list li h3 { font-weight: bold; padding: 60px 0 0; }
.manager-list li .line { width: 30px; height: 1px; background: #878787; margin: 26px auto 0; }
.manager-list li h4 {padding: 26px 0 0;text-transform: uppercase;}
.vision { position: absolute; top: 0; height: 100%; }
.vision-left {position: absolute;left: 0;width: 50%;height: 100%;background: url(../images/pic_01.png) center top / cover;}
.vision-right { right: 0; width: 50%; height: 100%; position: absolute; }
.vision-right-bg { position: absolute; left: 0; top: 0; height: 50%; width: 100%; background: #f2f2f2; }
.vision-right-bg:after { content: ''; position: absolute; bottom: -21%; left: -50%; width: 200%; height: 90%; background: #f2f2f2; transform: rotate(-12deg); }
.vision-right h3 { font-size: 32px; }
.vision-right h4 { font-size: 24px; padding: 10px 0 0; }
.vision-right dl {font-size: 14px;padding: 30px 0 30px 64px;}
.vision-right dt {font-size: 32px;}
.vision-right dd {font-size: 14px;line-height: 24px;padding: 20px 0 0;max-width: 348px;}
@media screen and (min-width:1920px) {
    .video-text { margin: -100px 0 0 -905px; left: 50%; }
    .pagination { margin: -72px -905px 0 0; right: 50%; }
}
@media screen and (max-width:1400px) {
    .wrap { }
    .pagination { margin: -72px 0 0 442px; }
    .video-text { margin: -100px 0 0 0; }
    .video-text dt { font-size: 100px; line-height: 76px; }
    .about-con { width: 360px; padding: 0 0 0 50px; }
    .news-cover { font-size: 100px; line-height: 76px; padding: 0 80px; }

    .about-con_en { width: 460px; padding: 0 0 0 50px; }
    .news-cover_en { font-size: 100px; line-height: 76px; padding: 0 80px; }
    .footer-art h3.v_en {padding: 0 0 20px;}
    .footer-art p.v_en {line-height: 20px;min-height: 20px;}
    .about-con dd.line_en { margin: 20px 0 0; }    
}
@media screen and (max-width:1440px) {
    .footer-art h3.v_en{padding: 0 0 20px;}
    .footer-art p.v_en{line-height: 20px;min-height: 20px;}
    .about-con dd.line_en { margin: 20px 0 0; }
}
@media screen and (max-width:1280px) {
    .about2 .about-con { padding: 30px 0 30px 50px; }
    .footer-art h3.v_en{padding: 0 0 20px;}
    .footer-art p.v_en{line-height: 20px;min-height: 20px;}
    .about-con dd.line_en { margin: 10px 0 0; }
}
::-webkit-scrollbar  
{  
    width: 8px;  
    background-color: transparent;  
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 10px;  
    background-color: #F1F1F1;  
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #555;  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#d7d7d7), to(#9b9b9b));  
}  

/*
@media screen and (max-width:1024px) {
    .wrap { width: 100% !important; }
    .pagination { margin: -72px 0 0 320px; }
    .logo { padding: 30px 0 0 20px; }
    .logo img { width: 200px; }
    .nav { font-size: 12px; padding: 30px 20px 0 0; }
    .nav li { padding: 0 0 0 15px; }
    .intro .count { padding: 18px 5% 0; }
    .box-col2 .readitem .des, .box-col2 .readscroll .tit, .box-col2 .readscroll .items, .box-col2 .readscroll .items-page { width: 320px; }
    .brandpic ul { margin: 100px 0 0 -25%; width: 1600px; }
    .intro2 { margin: 0 0 0 30%; }
    .partner .p1 .des-box, .partner .p2 .des-box, .partner .p3 .des-box { width: 80%; box-sizing: border-box; }
    .partner .p1 .des-box, .partner .p2 .des, .partner .p3 .des { padding: 20px 0 0; }
    .partner .p1 .des .text, .partner .p2 .des .text, .partner .p3 .des .text { line-height: 20px; padding: 10px 0 0; }
    .partner .p1 .des .line { margin-top: 10px; }
}
@media screen and (max-width:750px) {
    .logo { padding: 18px 0 0 16px; }
    .nav { }
    .nav li { display: none; }
    .nav-btn { background: url(../images/m-nav2.png) 0 0 / 25px no-repeat; width: 25px; height: 25px; position: fixed; top: 16px; right: 16px; z-index: 1; }
    .nav-wap { font-size: 14px; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .75); z-index: 1; display: none; box-sizing: border-box; padding: 30px 0 0; }
    .nav-wap li { float: none; padding: 0; display: block; transition: all .1s; }
    .nav-wap li a { padding: 0; background: transparent; text-align: center; line-height: 74px; font-size: 20px; border-bottom: #403E3D 1px solid; color: #fff; display: block; }
    .nav li a:active { opacity: .75; }
    .nav-close { background: url(../images/m-close.png) center center / 18.5px no-repeat; width: 25px; height: 25px; position: absolute; top: 16px; right: 16px; display: none; z-index: 1; }
    #jp_container_1 .jp-playlist { left: 12px; bottom: 12px; }
    #jp_container_1 .jp-volume-controls { display: none; }
    .intro { padding: 54px 0 0; }
    .intro h3 { font-size: 22.5px; padding: 0 0 18px; }
    .intro .line { width: 18px; }
    .intro .quot { font-size: 60px; height: 45px; }
    .intro .text { font-size: 10px; line-height: 1.75; padding: 0 12px; }
    .intro-v .text { opacity: .5; padding: 14px 0 30px; }
    .intro .btn a { font-size: 8px; line-height: 22px; padding: 0 12px; }
    .intro-v .btn { display: none; }
    .intro .ceo { font-size: 10px; line-height: 1.75; padding: 40px 0 0; }
    .intro .sign { height: 60.5px; padding: 0 0 10px; }
    .intro .sign img { width: 77px; margin: 10px 0 0; }
    .intro .count { padding: 0; }
    .intro .count li { width: 50%; box-sizing: border-box; border: #E5E5E5 1px solid; border-width: 1px 0 0 0; padding: 10px 0 20px; }
    .intro .count li:nth-child(2n+2) { border-width: 1px 0 0 1px; }
    .intro .count li b { font-size: 60px; height: 54px; }
    .intro .count li i { font-size: 10px; }
    .arrow-down { display: none; }
    .box-col2:first-child { display: none; }
    .box-col2 .readscroll .tit { width: auto; margin: 0 35px; padding: 70px 0 0; font-size: 100px; line-height: 72px; }
    .box-col2 .readscroll .items { width: auto; margin: 0 35px; }
    .box-col2 .readscroll .items li { font-size: 8px; line-height: 15px; }
    .box-col2 .readscroll .items-page { font-size: 10px; line-height: 18px; padding: 10px 0 0; width: auto; margin: 0 35px; }
    .box-col2 .readscroll { height: 340px; }
    .box-col2 .readitem .des { width: auto; margin: 0 35px; padding: 30px 0; }
    .box-col2 .readitem h3, .box-col2 .readitem h4 { font-size: 22.5px; line-height: 32px; }
    .box-col2 .readitem .info { font-size: 10px; padding: 5px 0 0; }
    .box-col2 .readitem .text { font-size: 10px; line-height: 16px; padding: 16px 0 0; }
    .box-col2 .readitem .more { padding: 20px 0 0; }
    .partner .p1 .pic, .partner .p1 .des, .partner .p2 .pic, .partner .p2 .des, .partner .p3 .pic, .partner .p3 .des { float: none; width: 100%; max-width: 100%; }
    .partner .p1 .des-box, .partner .p2 .des, .partner .p3 .des { text-align: center; padding: 30px 30px; width: auto; }
    .partner .p2 .des-box, .partner .p3 .des-box { margin: 0; padding: 0; width: 100%; }
    .partner .p1 .des .text, .partner .p2 .des .text, .partner .p3 .des .text { font-size: 10px; opacity: .5; }
    .partner .p1 .des h3 { font-size: 22.5px; font-weight: normal; }
    .partner .p1 .des .line { margin: 10px auto 0; width: 18px; background: #000; }
    .partner .p2 .des .quot, .partner .p3 .des .quot { font-size: 60px; height: 30px; }
    .partner .pic img { width: 100%; }
    .foot { text-align: center; width: auto; }
    .box-gray { background: none; }
    .intro2 { padding: 32px 0 0; width: auto; margin: 0; color: #333; }
    .intro2 h3, .intro2 h4 { font-size: 22.5px; line-height: 1.25; }
    .intro2 .line { width: 18px; background: #000; margin-top: 16px; }
    .intro2 .text { font-size: 10px; line-height: 16px; padding: 16px 12px 0; }
    .intro2 .btn { display: none; }
    .brandpic { display: none; }
    .brandpic-wap { display: block; }
    .brandpic-wap ul { }
    .brandpic-wap li { position: relative; width: 300px; height: 184px; margin-top: 30px !important; }
    .brandpic-wap  li span { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); text-align: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; left: 0; top: 0; color: #fff; font-family: 'audi'; }
    .brandpic-wap li span i { font-size: 40px; }
    .brandpic-wap li img { }
}
@media screen and (max-width:320px) {
    .intro h3 { font-size: 18px; }
}
*/

/*fixed height in wap
@media screen and (max-height:600px) {
    .nav-wap li a { line-height: 60px; }
    .brandpic-wap li { position: relative; width: 270px; height: 166px; margin-top: 15px !important; }
}
@media screen and (max-height:480px) {
    .nav-wap li a { line-height: 45px; }
    .brandpic-wap li { position: relative; width: 240px; height: 148px; margin-top: 10px !important; }
}
@media screen and (max-height:300px) {
    .nav-wap li a { line-height: 32px; font-size: 16px; }
}*/

#m1, #m2 { position: relative; }
#m2 .fullwin { position: absolute; width: 100%; left: 0; }
.preloader { position: absolute; width: 100%; height: 100%; top: 0; left: 0;/* background: #fff; */ z-index: 9; }
.preloader span { display: block; width: 100px; text-align: center; font-size: 36px; line-height: 36px; top: 45%; left: 50%; margin-left: -50px; margin-top: -18px; position: absolute; font-family: 'chalet'; }
.preloader_line { width: 0%; height: 1px; background: #cfcfcf; position: absolute; top: 50%; transition: all .5s; }
.preloader-top { background: #fff; position: absolute; top: 0; left: 0; width: 100%; height: 50%; }
.preloader-bot { background: #fff; position: absolute; bottom: 0; right: 0; width: 100%; height: 50%; }
.preloader_gif { display: block; width: 60px;  height:58px;top: 52%; left: 50%; margin-left: -30px;  position: absolute;  background: url(../images/loading.gif) no-repeat; }

.mob_qr{width: 100px; height: 100px; background: url(../images/pc_code.png) no-repeat; position: absolute; top: 0px; left: 0px;display: none;background-size: 100%; }

.qr{display: none; position: absolute; left: 0px; top: 0px; z-index: 3; width: 120px; height: 120px; background: url(../images/qr.jpg) no-repeat;background-size: 100%; }

.wh_weixin{margin-left: 20px;}

.pop_online_shop{background-color:rgba(0,0,0,0.85); position: absolute;bottom: 120px; left: 240px;/*340px;*/width: 205px; padding: 20px 10px; height: auto;text-align: center; display: none;}
.pop_online_shop a{text-decoration: none;color: #fff; line-height: 36px;display: inline-block;}
.pop_online_shop a:hover{color: #e5e5e5;}

.pop_online_shop_top{background-color:rgba(0,0,0,0.5); position: absolute;bottom: 30px; left: 240px;/*340px;*/width: 200px; padding: 20px 10px; height: auto;text-align: center; display: none;}
.pop_online_shop_top_en {left:490px;}
.pop_online_shop_top a{text-decoration: none;color: #fff; line-height: 36px;display: block;}
.pop_online_shop_top a:hover{color: #e5e5e5;}
.tip-down{position: absolute;top: -10px;left: 50%;margin-left: -7px;animation:  down 1s ease infinite;}
.arrow-down-manager{
	animation:  down 1s ease infinite;
	position: absolute;
	bottom: 30px;
	left: 54px;
}
@keyframes down{
	100%{transform: translateY(100%);}
}
.sm-box{max-width: 1200px;margin: 0 auto;}
.sm-box .logo{padding: 50px 0 0 0px;}
.footer-art  a{color: #003aff;text-decoration: underline;}
.footer-art-col2 .s-col-item{
	padding: 0;
}
.footer-art-col2 .s-col-item table{width: 100%;}
.footer-art-col2 .s-col-item table tr{height: 30px;}
.footer-art-col2 .s-col-item table tr td:nth-of-type(2){text-align: center;}
.code{position: absolute;left: 0;display: none;}

.brand_popbox {position: fixed;top: 0;left: 0;width: 100%;z-index: 19;height: 100%; display: none;}
.brand_popbox .popbox-bg{opacity: 0.8}
.brand_popbox .popbox-video .videoplayer .playbox video{opacity: 1}

.brand_video_btn{cursor: pointer;}
.news_videoplayer{position: relative;overflow: hidden;margin-bottom:40px;}
.news_videoplayer .playbox {height:auto;}
.news_videoplayer .playbox:after{display:none;content:'';position: absolute;background: url(../images/play.png);width: 87px;height: 87px;left: 50%;top: 50%;margin: -43.5px 0 0 -43.5px;cursor: pointer;}
.news_videoplayer .playbox.play:after{ display: none; }


/* fix eng */
.v_en .pop_online_shop {left:540px;}
.v_en .about-con dd {line-height:18px !important;}
.v_en .news-search .tag {left:82px;}
.v_en .back .introduce p {line-height:20px;}
.v_en .front .introduce {left:20px;}