/*-----------------------------------------------------------------------------------*/
/*	 commom
/*-----------------------------------------------------------------------------------*/
html {
    font-size: 20px;
}

i {
    display: inline-block
}
body{
    display: none;
}

/*layout*/
.w1130 {
    margin: 0 10%;
}

.w1250 {
    margin: 0 10%;
}

.w1200 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.w850 {
    padding: 5% 10% 0;
}
#i18N{
font-size: 14px;
position: fixed;
right: 32px;
top: 50%;
margin-top: -12px;
	}

/*sprite*/
.icon-icon_bottom {
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 11px;
    height: 6px;
}

.icon-arrow-l-l {
    background-image: url(../images/sprite.png);
    background-position: 0px -6px;
    width: 36px;
    height: 9px;
}

.icon-arrow-r-r {
    background-image: url(../images/sprite.png);
    background-position: 0px -15px;
    width: 36px;
    height: 9px;
}

.icon-xs_ewm_black {
    background-image: url(../images/sprite.png);
    background-position: 0px -24px;
    width: 13px;
    height: 13px;
}

.icon-xs_ewm {
    background-image: url(../images/sprite.png);
    background-position: 0px -37px;
    width: 13px;
    height: 13px;
}

.icon-mallw {
    background-image: url(../images/mallw.png);
       background-repeat: no-repeat;
       width: 20px;
    background-size: 20px;
    height: 20px;
}
.icon-gongzhonghaow {
    background-image: url(../images/gongzhonghaow.png);
      width: 20px;
          background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
}

.icon-icon_close {
    background-image: url(../images/sprite.png);
    background-position: 0px -50px;
    width: 37px;
    height: 37px;
}

.icon-arrow-l {
    background-image: url(../images/sprite.png);
    background-position: 0px -87px;
    width: 24px;
    height: 47px;
}

.icon-arrow-r {
    background-image: url(../images/sprite.png);
    background-position: 0px -134px;
    width: 24px;
    height: 47px;
}

.icon-play {
    background-image: url(../images/sprite.png);
    background-position: 0px -181px;
    width: 57px;
    height: 57px;
}

.icon-ewm {
    background-image: url(../images/sprite.png);
    background-position: 0px -238px;
    width: 79px;
    height: 79px;
}

/*滤镜*/
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
/*中英切换*/
.nav_cn{
    position: absolute;
    left: 0;
    top: -7px;
    margin: auto;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.first_level_item a:hover .nav_cn,.brand_introduction a:hover .nav_cn{
    opacity: 1;
}
.first_level_item a:hover .nav_en,.brand_introduction a:hover .nav_en{
    opacity: 0;
}
/*index*/
.bg{
                                
   position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all 500ms linear;
 

}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    z-index: 99;
}
.wap_index_bg{
    display: none;
}
.wap_index_small_bg{
    display: none;
}
.mask_white {
    background: rgba(255, 255, 255, 0.8);
}

.header {
    height: 100%;
}

.header_main {
    position: fixed;
    top: 0;
    left: 96px;
    width: 106px;
    height: 100%;
    z-index: 99999;
}

.wrapper_index .logo {
    position: absolute;
    top: 0;
    bottom: 96px;
    right: 0;
    margin: auto;
    width: 106px;
    height: 36px;
}

.header .logo img {
    width: 100%;
}

.btn_hamburger {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 18px;
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
}

.btn_hamburger::before, .btn_hamburger::after {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    margin: auto;
    transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
}

.btn_hamburger::before {
    top: 0;
}

.btn_hamburger::after {
    bottom: 0;
}

.btn_hamburger span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50vw;
    margin: auto;
    transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
    -webkit-transform: translate3d(-50vw, 0, 0);
    transform: translate3d(-50vw, 0, 0);
}

.btn_hamburger i {
    color: #fff;
    width: 100%;
    font-style: normal;
    font-size: 10px;
    display: block;
    padding-top: 21px;
    text-align: center;
}
.munei {float:left;   font-size:13px;  color: #000;  font-weight:500; font-style:normal;
}
.muneis {float:left;   font-size:13px;  color: #fff;  font-weight:500; font-style:normal;
}
.wap_btn_hamburger {
    width: 20px;
    height: 14px;
    position: fixed;
    right: 12px;    
    top: 12px;
    margin: initial;
    display: none;
}

.wap_btn_hamburger a {
    width: 60px;
    height: 14px;
    display: block;
}

.footer {
    position: fixed;
    left: 0;
    text-align: center;
    color: #b2b2b2;
    bottom: 36px;
    width: 100%;
}

.footer .right {
position:relative;
}
.footer .right a{
position:absolute;
    top: -20px;
}

.footer .right .MallQR_code{
right:80px;
}
.footer .right .QR_code{
right:130px;

}


.footer i {
 padding:0 5px;

    text-align: center;
}

.footer a {
    color: #b2b2b2;
     position: relative;
}
    .footer a .borderradius {

        left: -60px;
            opacity: 0;
    visibility: hidden;
 
    position: absolute;
        left: -60px;
    bottom: 30px;
    padding: 5px;
    z-index: 9;
        border-radius: 100px;
        width: 130px;
    /*-webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;*/
    -webkit-transform: scale(0.5);
    transform: scale(0.5);


    }

        .footer a .borderradius p {
            color: #b2b2b2;
            font-size:14px;

        }

        .footer a .borderradius .borderradiuss {
           
        background:#fff;
            opacity: 1;
    /*visibility: hidden;*/
 
    position: absolute;
       left: 14px;
    bottom: 40px;
    padding: 5px;
    z-index: 9;
        border-radius: 100px;
       
    /*-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);*/


    }



        .footer a .borderradiuss::after {
            width: 100px;
               border-radius:50px;    content: "";
    position: absolute;
    left: 50%;
    bottom: -4%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
         
    }


    .footer a img {
            width: 100px;
               border-radius:50px;
         
    }


            .footer .QR_code .borderradius {


        border-radius: 0px;
   


    }

        
        .footer .QR_code .borderradius .borderradiuss{

             padding: 0px;
        border-radius: 0px;
   


    }

            .footer .QR_code img {
      
              border-radius: 0px;
         
    }
 /*.footer a img{
      
    opacity: 1;
    visibility: hidden;
    width: 100px;
    position: absolute;
       left: -40px;
    bottom: 40px;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
        }*/
        
.footer a:hover .borderradius{


         visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
        

}

.footer.footer-mob {
    display: none;
}

.language {
    font-weight: bold;
    color:#ccc ;
    font-size: 14px;
    position: fixed;
    right: 32px;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 9999999;
}
.language_link {
   color:#ccc;
}
.language_link:hover {
   color:#666;
}
.menu .pc_main {
    position: fixed;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0) scaleY(0);
    transform: translate3d(0, -50%, 0) scaleY(0);
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    text-align: center;
    transition: all .8s cubic-bezier(0.75, 0, 0.175, 1);
    width: 32.4rem;
    height: 32.4rem;
    z-index: 1000;
    background-color: #fff;
}

.menu .pc_main .content_menu {
    padding: 8%;
}

.menu .pc_main .content_menu .content_menu_title {
    font-size: 14px;
    padding-bottom: 104px;
}

.menu .pc_main .content_menu .main_menu {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.menu .pc_main .content_menu .main_menu .first_level_item {
    line-height: 35px;
}

.menu .first_level_item > a:after, .menu .second_level_item > a:after ,.menu .three_level .three_level_item > a:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    background: #000;
    height: 1px;
    transition: all .8s cubic-bezier(0.75, 0, 0.175, 1);
}

.menu .pc_main .content_menu .main_menu .first_level_item a {
    font-size: 18px;
    color: #000;
    position: relative;
    opacity: 0;
    transition: all .1s cubic-bezier(0.75, 0, 0.175, 1);
    padding:0 10px;
    
}


.menu .pc_main .content_menu .main_menu .first_level_item a .nav_cn{
    font-size: 14px;

    
}

.menu .first_level_item.hover_link > a:before {
    opacity: 1;
}

.second_level {
    display: none;
}
.three_level{
    display: none;
    line-height: 28px;
}
.grays .three_level{
    background-color:#EBEBEB;
}
.gray_dark .three_level {
    background-color:#323232;
}
.three_level .three_level_item{
    display: inline-block;
    padding: 0 12px;
}

.menu .pc_main .content_menu .first_level_item .second_level .second_level_item a {
    font-size: 14px;
    color: #8d8d8d;
}

.menu .pc_main .content_menu .first_level_item .second_level .second_level_item a  .nav_cn{
    font-size: 13px;
    color: #8d8d8d;
}
.second_level_item a span {
    
}

.content_menu_footer {
    position: fixed;
    bottom: 50px;
    left: 49%;
}

/*commom header*/
.header_commom {
    left: 32px;
    width: 32px;
}

.btn_hamburger_commom {
    right: initial;
}

.btn_hamburger_commom span {
    background-color: #333;
}

.btn_hamburger_commom:before, .btn_hamburger_commom:after {
    background-color: #333;
}

.wap_menu_action p {
    position: relative;
    width: 20px;
    height: 20px;
    float:right;
}

.wap_menu_action span {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s linear;
}

.wap_menu_action.wap_index span {
    background-color: #333;
}

.wap_menu_action span.nav_lineA {
    top: 1px;
}

.wap_menu_action span.nav_lineB {
    top: 7px;
}

.wap_menu_action span.nav_lineC {
    top: 13px;
}

.wap_menu_action:after {
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
}

.btn_hamburger_commom i {
    color: #333;
}
 .pc_main_commom .pc_main {
    background-color: #000;
}

 .pc_main_commom .content_menu_title {
    color: #fff;
}

 .pc_main_commom .first_level a > span {
    color: #fff;
}
/*common footer*/
.footer_l {
    position: static;
    margin-bottom: 20px;
}

.footer_l i {
    position: static;
}

/*animation*/
.btn_hamburger.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn_hamburger.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    bottom: initial;
}

.btn_hamburger.active span.open {
    width: 32.4rem;;
    -webkit-transform: translate3d(-24.77rem, 0, 0);
    transform: translate3d(-24.77rem, 0, 0);
    transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
}

.btn_hamburger.btn_hamburger_commom.active span.open {
    width: 32.4rem;;
    -webkit-transform: translate3d(-17.8rem, 0, 0);
    transform: translate3d(-17.8rem, 0, 0);
    transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
}

.menu .pc_main.open {
    -webkit-transform: translate3d(0, -50%, 0) scaleY(1);
    transform: translate3d(0, -50%, 0) scaleY(1);
}

.menu .pc_main.open .content_menu_title {
    opacity: 1;
    transition: all .4s cubic-bezier(0.75, 0, 0.175, 1) .6s;
}

.menu .pc_main.open .content_menu .main_menu .first_level_item a {
    opacity: 1;
    transition: all .6s cubic-bezier(0.75, 0, 0.175, 1) .6s;
}

.menu .pc_main.open .content_menu .main_menu .first_level_item:nth-child(2) a {
    transition: all .6s cubic-bezier(0.75, 0, 0.175, 1) .95s;
    opacity: 1;
}

.menu .pc_main.open .content_menu .main_menu .first_level_item:nth-child(3) a {
    transition: all .6s cubic-bezier(0.75, 0, 0.175, 1) 1.2s;
    opacity: 1;
}

.menu .pc_main.open .content_menu .main_menu .first_level_item:nth-child(4) a {
    transition: all .6s cubic-bezier(0.75, 0, 0.175, 1) 1.45s;
    opacity: 1;
}

.menu .pc_main.open .content_menu .main_menu .first_level_item:nth-child(5) a {
    transition: all .6s cubic-bezier(0.75, 0, 0.175, 1) 1.7s;
    opacity: 1;
}

.menu .pc_main.open .content_menu .main_menu .first_level_item:nth-child(6) a {
    transition: all .6s cubic-bezier(0.75, 0, 0.175, 1) 1.95s;
    opacity: 1;
}

/*brand*/

.mask_brand {
    display: block;
    width: 50%;
    left: 50%
}

.content_comment {
    position: absolute;
    left: 130px;
    top: 41%;
}

.brand_title {
    text-transform: uppercase;
    padding-bottom: 50px;
    animation-duration: 2s;
    transition: all 2s linear;
}

.brand_title h1 {
    transition: all 3s;
    font-weight: normal;
    font-size: 40px;

}

.brand_introduction li:nth-child(1) {
    animation-duration: 2.5s;
}

.brand_introduction li:nth-child(2) {
    animation-duration: 3s;
}

.brand_introduction li {
    transition: all 2s linear;
    line-height: 32px;
    padding-left: 10px;
}

.brand_introduction li a:before, .content_wrap h3 span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    width: 8px;
    height: 1px;
    background: #000;
    transition: all .8s cubic-bezier(0.75, 0, 0.175, 1); /*效果*/
}

.brand_introduction li a {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    position: relative;

}


#brand1, #brand2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    overflow: hidden;
    display: none;
}
.wap_brand_bg{
    display: none;
}

.brand2_bg {
    width: 50%;
    height: 100%;
    float: right;
}

.brand1_bg {
    width: 50%;
    height: 100%;
    float: right;
}

.brand1_bg img {
    width: 100%;
}

#brand1 .close, #brand2 .close {
    position: fixed;
    top: 8%;
    left: 45%;
    cursor: pointer;
}

.brand_content {
    width: 50%;
    height: 100%;
    float: left;
}

.brand_content .content_wrap {
    width: 480px;
    margin-top: 12%;
    margin-left: auto;
    margin-right: auto;
}

.brand_content .content_wrap p {
    line-height: 20px;
    padding-bottom: 8%;
    color: #000;
}

.content_wrap h1 {
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
}

.content_wrap h3 {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    padding: 30px 0 54px;
    /* padding-left: 12px;*/
}

.content_wrap h3 span {
    position: relative;
}
.brand_introduction .mCSB_scrollTools{
    top:12%;
    right: 12%;
}
.brand_introduction .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    opacity: 1;
}
.brand_introduction .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px; background-color: #efefef; opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100); border-radius: 0;
}
.brand_introduction .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.brand_introduction .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.brand_introduction .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #1a1a1a; opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);
}

/*vision*/
.vision_banner {
    position: relative;
    overflow: hidden;
}
.wrapper_vision{
    background: #fff;
}

.banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner_title span {
    font-size: 70px;
    text-transform: uppercase;
    color:#fff;
}

.scroll {
    position: absolute;
    bottom: 250px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    cursor: pointer;
}

.scroll:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 5px;
    left: 12px;
    top: 30px;
    cursor: pointer;
    border-left: 1px solid #000 ;
    transition: all 1s;
 /*   animation: trans 1s infinite;*/
}
.scroll:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    left: 10px;
    top: 51px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 1s;
    animation: trans 1s infinite;
    background: #000;
}

.vision_content {
    margin: 90px 10% 0;
}

.vision_content a {
    display: block;
}

.vision_content li {
    float: left;
    width: 50%;
    padding: 0;
}

.vision_content li img {
    width: 95%;
    height: 100%;
}

.mas-size {
    float: left;
    width: 50%;
    height: 0;
}

.vision_content .mas-item {
    float: left;
    width: 50%;
    margin-bottom: 5%;
}

.mas-item img {
    width: 95%;
}

.mas-item.mas-down {
    margin-top: 5%;
}

.mas-item.mas-horizontal {
    width: 100%;
    /*margin-left: 5%;*/
}

.mas-tr {
    text-align: right;
}

.mas-item.mas-horizontal img {
    width: 100%;
}

.load_txt {
    padding-top: 57px;
    text-align: center;
    background: url("../images/loadmore.gif") center 10px no-repeat;
}

.load_more {
    display: none;
    margin-top: -10px;
    margin-bottom: 30px;
}




.wrapper_vision .footer {
    padding-bottom: 36px;
    position: static;
}

.wrapper_vision .footer i {
    padding-bottom: 5px;
    position: static;
}

.btn_hamburger_commom.contact_hd i {
    color: #fff;

}

.btn_hamburger_commom.contact_hd span {
    background: #fff;
}

.btn_hamburger_commom.contact_hd:before, .btn_hamburger_commom.contact_hd:after {
    background: #fff;
}
.contact_box h1,.contact_box p{
    color:#fff;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
}

.contact_box span{
   
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;

}
.wrapper_contactUs{    
    position: relative;
}


.contact_box {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    
    width:80%;
}

.contact_title {
    font-size: 24px;
    padding-top: 70px;
    padding-bottom: 48px;
    color: #fff;
}

.contact {
    padding-bottom: 45px;
}

.contact p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.contact_box .ewm img {
    padding:0 10px;
    width:100px;
}

/*stores*/

.stores_banner_main, .news {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(0, -50%);
}

/* 固定定位居中*/
#stores_carousel .item {
    width: 100%;
}

#stores_carousel .item img {
    width: 100%;
}

.owl-pagination {
    display: none;
}

.arrow_next, .arrow_pre {
    position: absolute;
    top: 50%;
}

.arrow_footer {
    text-align: center;
    margin-top: 30px;
}

.stores_banner_main .arrow_footer, .news_video .arrow_footer, .news .arrow_footer, .video_play .arrow_footer {
    display: none;
}

.num {
    display: inline-block;
    padding: 0 15px;
}

.icon-arrow-r-r, .icon-arrow-l-l {
    cursor: pointer;
    transition: all 500ms linear;
}

.arrow_next {
    background: url('../images/arrow-l.png') no-repeat;
    width: 24px;
    height: 47px;
    position: absolute;
    top: 50%;
    right: 7%;
    cursor: pointer;
    transition: all 500ms linear;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.arrow_pre {
    background: url(../images/arrow-r.png) no-repeat;
    width: 24px;
    height: 47px;
    position: absolute;
    top: 50%;
    left: 7%;
    cursor: pointer;
    transition: all 500ms linear;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*news*/
.i_news_box {
    margin: 0 15px;
}

/*video*/
.news_video {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

.video_play {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background: #fff;

}

.video_play_box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;

}

.w1130 .item {
    float: left;
}

#video_carousel {
    text-align: center;
}

.item_top {
    vertical-align: top;
}

.i_news_img, .vision_content img,.collection_main img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.item_news {
    text-align: center;
}

.item_news ul {
    font-size: 0;
}

.item_news ul li div {
    margin: 5%;
}

.item_news ul li:first-child {
    margin-top: 5%;
}

.item_news img {
    width: 100%;
}

.news_box {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999999;
    text-align: center;
}

.news_content{
    text-align: left;
    font-size: 14px;
}
.item_news li {
    float: left;
    width: 50%;
}

.item_news {
    padding-bottom: 5%;
}

.item_news p {
    line-height: 20px
}

.pn_page {
    padding-bottom: 5%;
    padding-top: 3%;
	text-align: left;
}

.pn_page a {
    text-align: left;
    line-height: 24px;
    color: #000;
    font-size: 12px;	
}
.pn_page a:hover{text-decoration:underline;}
.pn_page span{
	padding-right:10px;
	color:#666;
	}

.jiathis_style {
    padding-bottom: 3%;
}

.news_titile h1 {
    font-weight: normal;
    font-size: 30px;
}

.news_titile h3 {
    color: #999;
    font-weight: 400;
    font-size: 14px;
    padding: 5% 0 4%;
}

.news_box img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  
}
/*地图*/
.anchorBL{display:none;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.baidu_map_wrapper{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; }
.baidu_map{ width: 100%; height: 100%; }
/*.item_news a:before,*/
.vision_content a:before ,.mas-item a:before{
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 6px;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: width 0.8s;
    background-color: #fff;

}

.proBox_main a {
    position: relative;
}

.jiathis_style {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.close_news {
    position: absolute;
    top: 2%;
    right: 5%;
    cursor: pointer;
}

.i_news_txt {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    /*   opacity: 0;*/
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.i_news_txt .title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i_news_box a {
    display: block;
    position: relative;

}

.i_news_box {
    position: relative;
    overflow: hidden;
}

.i_news_txt .subTitle {
    color: #666;
    line-height: 24px;
    font-size: 13px;
    padding: 8% 0;
    text-align: left;
}

.i_news_txt {
    padding: 10% 8%;
    background-color: #000;
}

.i_news_img img {
    width: 100%;
}

.i_news_img {
    position: relative;
}

.i_news_img i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s;

}

.i_news_img {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.sj {
    float: left;
    color: #666;
}

.more {
    float: right;
    color: #666
}

.video_example {
    padding: 0 60px;
}

#play_box {
    width: 100%;
    position: relative;
    display: block;
}

/*.video_example:before{
    content:"";
    position:absolute;
    background-image: url(../images/sprite.png);
    background-position: 0px -181px;
    width: 57px;
    height: 57px;
    z-index: 1;
    top:50%;
    left:50%;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/
.close_v {
    position: fixed;
    top: 0;
    right: -5%;
    cursor: pointer;
    transition: all 0.3s;
}

.video_title {
    font-size: 18px;
    text-align: center;
    padding-top: 30px;
}

/*collection*/
.collection_main {
    margin: 4% 10% 5%;
}

.collection_main .list_Box {
    float: left;
    width: 50%;
}

.collection_main .list_Box .list_main {
    font-size: 0;
    padding: 30px;

}

.collection_main .list_Box a {
    display: block;
}

.collection_main img {
    width: 100%;
    display: inline-block;
}

.mas-size {
    float: left;
    width: 50%;
    height: 0;
}

.mas-item {
    float: left;
    width: 50%;
    /*   margin-bottom: 5%;*/
    font-size: 0;
}

.mas-item.mas-down {
    margin: 4% 0;

}

.mas-item.mas-top {
    margin-top: 4%;
}

.mas-item a {
    display: inline-block;
    width: 95%;
    position: relative;
    font-size: 0;
    text-align: right;
    -webkit-transition: margin 0.5s;
    -moz-transition: margin 0.5s;
    -ms-transition: margin 0.5s;
    -o-transition: margin 0.5s;
    transition: margin 0.5s;
}

.mas-item a img {
    width: 100%;
    /*height: 100%;*/
}

.mas-item.mas-tr {
    text-align: right;
}

.lt {
    padding-left: 20px;
}

.rt {
    padding-top: 40px;
    padding-right: 20px;
}

.rtt {
    padding-top: 0;
}

/*network*/
.network_map {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.store_map {
    position: relative;
    height: 550px;
}

.map_wrap {
    position: absolute;
    top: 0;
    left: 25%;
    width: 75%;
    height: 100%;
}

.search_box {
    margin-right: 8%;

}

.search_box_main {
    position: relative;
    width: 25%;
    color: #8f8f8f;
    height: 100%;
    overflow: hidden;
}

.store_name {
    font-weight: normal;
    font-size: 11px;
}

.shop_address {

    overflow: hidden;
    height: 486px;
    position:relative;

}
.scroll-hidden{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -17px;
    overflow-y: scroll;
}

.store_add {
    margin-top: 15px;
}

.search_selsect {
    width: 100%;
    border: 1px solid #8f8f8f;
    border-radius: 5px ;
    margin-bottom: 30px;
    position: relative;
}
.search_selsect input{
    width: 100%;
    height: 32px;
    border: none;
    box-sizing: border-box;
    border-radius: 5px ;
    padding-right: 40px;
}
.search_selsect:after{
    content:"";
    position: absolute;
    width: 40px;
    height: 32px;
    background: #8f8f8f url('../images/search.png') no-repeat center;
    top:0;
    right:0;
    cursor: pointer;
}
.shop_address p {
    line-height: 20px;

}

.shop_address li {
    padding-bottom: 25px;
    padding-left: 7px;
    cursor: pointer;
}
.store_search_list{
    margin-right: 5%;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #efefef;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    right: 20px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 40%;
}

.store_name span {
    position: relative;
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.store_name span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    width: 8px;
    height: 1px;
    background:#8f8f8f;
    transition: all .8s cubic-bezier(0.75, 0, 0.175, 1); /*效果*/
}



/*相册*/
.carousel_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #000
}

.car_img {
    display: block;
    margin: 0;
    height: 100%;
}

.car_img img {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.curcoul_prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: -15px 0 0 0;
    background-position: 0 -60px;
    z-index: 999;
}

.page_icon {
    width: 30px;
    height: 30px;
    background-image: url(../images/page_icon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.curcoul_next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: -15px 0 0 0;
    background-position: -30px -30px;
    z-index: 999;
}

.page_theme {
    display: block;
    position: absolute;
    top: 0;
    right:0;
    width: 140px;
    height: 130px;
    color: #070707;
}

.page_theme .top_close {
    position: relative;
    width: 140px;
    height: 80px;
    background-color: #333;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.page_theme .top_close p{
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: 0 0;
}

.bottm_text {
    background-color: #e9e9e9;
    padding: 12px 6px 0;
    line-height: 24px;
    height: 38px;
    text-align: center;
}
.page_theme .num{
    margin: auto;
    position: absolute;
    top: 0;
    left: 25px;
    bottom: 0;
    right: 0;
    height: 70px;
    color: #fff;
}
.page_theme .num span{
    padding: 0 5px;
	font-size:18px;
}
.mobile_close {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    background-position: 0 0;
}
.page_theme .top_close p:hover {
     animation: rotatete 0.3s linear;
}

.curcoul_prev:hover {
    background-position: -30px -60px;
}

.curcoul_next:hover {
    background-position: 0 -30px;
}


/* keyframes*/

@keyframes rotatete {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

@keyframes rotatete {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

@-moz-keyframes rotatete2 {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes rotatete2 {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes trans {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes trans {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1440px) {
    /*new*/
    .news_titile h1 {
        font-size: 25px;
    }
}

@media (max-width: 1366px) {
    /*brand*/
    .brand_content .content_wrap p {
        line-height: 17px;
    }
    .brand_introduction .mCSB_scrollTools{
    top:12%;
    right: 0;
    }
    /*network*/
    .w1200 {
        width: 85%;
    }

    .store_add {
        margin-top: 11px;
    }

    .shop_address p {
        line-height: 17px;
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 15px;
    }

    .mCSB_scrollTools .mCSB_draggerContainer {
        right: 0
    }

    /*vision*/
    .banner_title span {
        font-size: 50px;
    }
}

@media (max-width: 1200px) {
    /*index*/
    .index_bg {
        background: #000 url(../images/home_banner.jpg) no-repeat right;
        background-size: cover;
    }
    .header_main{
        left:36px;
    }
    .wrapper_network .header_main {
        left: 20px;
    }

    .wrapper_network .language {
        right: 20px;
    }

    .btn_hamburger.active span.open {
        -webkit-transform: translate3d(-21.7rem, 0, 0);
        transform: translate3d(-21.7rem, 0, 0);

    }

    /*brand*/

    .brand_title h1 {
        font-size: 30px;
    }

    #brand1 .close, #brand2 .close {
        top: 4%
    }

    /*news*/
    .w1250 {
        margin: 0 70px 0 72px;
    }

    .i_news_box {
        margin: 0 5px 0 0;
    }

    .arrow {
        display: none;
    }

    .owl-controls {
        display: block;
    }

    .arrow_footer {
        display: block;
    }

    /*video*/
    .close_v {
        top: -12%;
        right: 0;

    }

    .video_example {
        padding: 0;
    }

    .video_play_box {
        width: 98%;
    }

    /*network*/
    .w1200 {
        width: 90%;
    }

    .wrapper_network .header_main {
        left: 12px;
    }

    .wrapper_network .language {
        right: 12px;
    }

    /*arrow_footer*/
   .arrow_foote{
        display: block;
    }

}

@media screen and (max-width: 1024px) {
    /*index*/
    .pc_index_bg{
        display: none;
    }
    .wap_index_bg{
        display:block
    }

        .wap_index_small_bg{
        display:none;
    }

    /*brand*/
    .brand_content .content_wrap {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .pc_brand_bg{
        display: none;
    }
    .wap_brand_bg{
        display:block
    }

    /*news*/
    /*   network*/
    .mCSB_inside > .mCSB_container {
        margin-right: 11px;
    }

}

@media screen and (max-width: 991px) {
    /*header*/
    .menu .pc_main {
        width: 23.4rem;
        height: 23.4rem;
    }

    .btn_hamburger.active span.open {
        width: 23.4rem;
        -webkit-transform: translate3d(-17.2rem, 0, 0);
        transform: translate3d(-17.2rem, 0, 0);
        -moz-transform: translate3d(-17.30rem, 0, 0);
    }
    .menu .pc_main .content_menu .main_menu{
        width:80%
    }
    .btn_hamburger.btn_hamburger_commom.active span.open {
        width: 23.4rem;
        -webkit-transform: translate3d(-13.47rem, 0, 0);
        transform: translate3d(-13.47rem, 0, 0);
        -moz-transform: translate3d(-13.5rem, 0, 0);
    }

    /*news*/
    .news_titile h1 {
        font-size: 25px;
    }

    .i_news_txt .subTitle {
        padding: 5% 0
    }

    .i_news_txt {
        padding: 10% 3%;
    }

    /*network*/
    .w1200 {
        width: 90%;
    }

    /*vision*/
    .banner_title span {
        font-size: 40px;
    }
    .scroll {
        bottom: 150px;
    }
    /*画册*/
    .curcoul_prev,.curcoul_next{
        display: none;
    }
    .page_theme{
        display: none;
    }
    .mobile_close{
        display: block;
    }
    .car_img img{
        background-size: auto 80%;
    }
}

@media (max-width: 768px) {
    
    .contact_box{      
        padding-top:30%;                 
        position:static;
        transform: translate(0,0);
        width: 100%;
       // display: flex;
        justify-content: center;
        align-items: center;
    }
  .box_main{                      
        width: 80%;
    }



                  .content_comment {
 
    top: 8%;
}
    .footer {

        display:none;
    }

        .pc_index_bg{
        display: none;
    }

      .wap_index_small_bg{
        display:block;
    }



    body {
        -webkit-font-smoothing: antialiased
    }

    /*header*/
    .header .logo img {
        width: 70%;
    }
    .mm-listview>li.last_language{
        text-align: center;
        font-size: 14px;
        color:#000;
       margin-top: 30px;
    }
    .last_language span{
        padding: 0 10px;		
    }
	.last_language_link{
		color:#ccc;
		padding: 0 10px;
	}
	.last_language_link:hover{
		color:#666;
	}
    .mm-listview>li:not(.mm-divider).last_language:after{
        display: none;
    }
    .wap_btn_hamburger {
        width: 60px;
        height: 14px;
        position: fixed;
        right: 0;
        top: 0;
        margin: 0;
        padding: 12px;
        background:#fff;
        display: block;
    }

    .wap_btn_hamburger.white {
        top: 0;
        right: 0;
        width: 100%;
        height: 60px;
        background-color: #fff;
        display: block;
    }

    .wap_btn_hamburger.white a {
        position: absolute;
        top: 23px;
        right: 0;
        padding-right: 12px;
    }

    .wrapper_index .logo {
        position: fixed;
        top: 12px;
        left: 12px;
        bottom: 0;
        margin: initial;
        width: 106px;
        height: 36px;
    }

    #pc_menu {
        display: none;
    }

    .language {
        display: none;
    }

    .btn_hamburger span {
        top: 50%;
        left: 50%;
        margin: initial;
        transform: translate3d(-50%, -50%, 0);
    }

    /*footer*/


    .footer.footer-mob {
        position:relative;
        bottom: 10px;
        right: 0;
        left: 0;
        display: block;
        margin-top: 50px;
    }

    /*brand*/
    .content_comment {
        left: 20px;
    }

    .brand_content {
        width: 100%;
        height: 50%;
    }

    .brand1_bg {
        width: 100%;
        height: 50%;
    }

    #brand1 .close, #brand2 .close {
        top: 20px;
        right: 0;
        left: 20px;
        width: 37px;
    }

    .content_wrap h1 {
        font-size: 25px;
    }

    .brand2_bg {
        width: 100%;
        height: 50%;
        position: relative;
    }

    .brand_content .content_wrap {
        width: auto;
        margin: 3% 20px 0 20px;
    }

    .mask_brand {
        display: none;
    }

    .content_wrap h3 {
        padding: 15px 0;
    }

    .brand_content .content_wrap p {
        padding-bottom: 15px;
    }

    /*CONTACT US*/
    .contact p {
        font-size: 10px;
    }

    .contact_title {
        font-size: 10px;
        padding: 30px 0;

    }
    /*news*/
    .w1250 {
        margin: 0 12px;
    }

    .news_titile h1 {
        font-size: 15px;
    }

    .news_content .close_news {
        top: 1%;
        right: 1%;
    }

    .news {
        padding-top: 38px;
        width: 100%;
        background: #fff;
        position: static;
        transform: translate(0, 0);
    }

    .i_news_box {
        margin: 0;
    }

    #news_carousel .item {
        margin-bottom: 12px;
    }

    .i_news_txt {
        transform: translateY(0);
        opacity: 1;
        background-color: #f8f8f8;
    }

    .i_news_txt .title,
    .i_news_txt .subTitle,
    .i_news_txt .sj,
    .i_news_txt .more {
        color: #000;
    }

    .i_news_img, .vision_content img,.collection_main img {
        filter: grayscale(0);
        transform: translateY(-50px);
    }

    .news .arrow_footer {
        display: none;
    }

    /*video*/
    .close_v {
        top: -12%;
        right: 1%;
    }

    .news_video {
        width: 100%;
        box-sizing: border-box;
        padding: 40px 12px 0;
        position: static;
        transform: translate(0, 0);
        background: #fff;
    }

    .i_news_img i {
        top: 46%;
        opacity: 1;
        transition: opacity .3s;
    }

    #video_carousel .item {
        margin-bottom: 12px;
    }

    .i_news_box {
        margin-right: 0;
    }

    .news_video .arrow_footer {
        display: none;
    }

    /*network*/
    .w1200 {
        width: 100%
    }

    .map_wrap {
        position: relative;
        left: 0;
        width: auto;
        margin-left: 12px;
        margin-right: 12px;

    }

    .search_box_main {

        width: auto;
        margin: 20px 12px;
    }

    .search_box {
        margin-right: 0;
    }

    .network_map {
        position: static;
       transform: translate(0,0);
        padding-top: 38px;
        background: #fff;
    }

    /*vision*/
    .vision_banner {
        padding-top: 38px;
        background:#fff;
    }

    .vision_content {
        margin: 100px 12px 50px;
        background: #fff;
    }

    /*   .mas-item{
           margin-bottom: 40px;
       }*/
    .banner_title span {
        font-size: 20px;
    }

    .scroll {
        bottom: 80px;
    }

    .scroll:after {
        height: 50px;
    }

    /*collection*/
    .collection_main {
        margin: 0 0 0 12px;
        padding-top: 30px;
        background: #fff;
    }

    .mas-item.mas-tr a {
        margin-right: 0;
        margin-left: 6px;
    }
    /*stores*/
    .stores_banner_main{
       position: static;
        padding-top: 38px;
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        transform: translate(0, 0);
    }
    .owl-carousel{
        display: block !important;
    }

    #stores_carousel .item{
        margin-bottom: 12px;
    }
    .arrow_footer{
        display: none;
    }


}

@media (max-width: 480px) {
   .content_comment{
   top:8%;
 }

    .footer {
        bottom: 10px;
        right: 5px;
        left: initial;
    }

    .footer span {
        display: block;
    }

    .footer i {
        bottom: 36px;

    }

    /*brand*/

    #brand1 .close, #brand2 .close {
        top: 0;
        right: 0;
        left: 0;
        width: 37px;
    }
    .brand1_bg,.brand2_bg{
        height:300px;
    }
    .brand_title h1 {
        font-size: 17px;
        background: #fff;
    }

    .brand_introduction li a {
        font-size: 15px;
        background: #fff;
    }

    .content_comment {
        left: 12px;
    }

    .brand_content {
        width: 100%;
        height: auto;
    }

    .brand_content .content_wrap {
        width: auto;
        margin-top: 12px;
        margin-left: 12px;
        margin-right: 12px;

    }

    .content_wrap h1 {
        font-size: 20px;
        padding-bottom: 0;
    }

    .content_wrap h3 {
        font-size: 15px;
        padding: 6px 0 6px 12px;
    }

    .brand_content .content_wrap p {
        padding-bottom: 3%;
        line-height: 20px;
    }

    .mCSB_scrollTools .mCSB_draggerContainer {
        right: 0;
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 0;
    }

    .mCSB_scrollTools {
        width: 0;

    }

    .content_comment #brand1 .close, #brand2 .close {
        top: 12px;
        left: initial;
        right: 0;
    }

    /*news*/
    .w1250 {
        margin-left: 12px;
        margin-right: 12px;
    }

    .i_news_box {
        margin: 0;
    }

    .item_news p {
        line-height: 17px;
    }

    .owl-pagination {
        display: block;
    }

    .arrow {
        display: none;
    }

    .arrow_footer {
        display: none;
    }

    .w850 {
        padding: 40px 12px 0;
        width: auto;
    }

    .icon-icon_close {
        background: url(../images/wap_close.png) no-repeat;
        width: 20px;
        height: 20px;
    }

    .news_content .close_news {
        position: absolute;
        top: 1%;
        cursor: pointer;
        right: 12px;
    }

      .news_content img {
    
          width:100%;
    }


            .news_content  {
    
        text-align:left;font-size:14px;
    }


    .i_news_txt {
        padding: 5%;
    }

    .i_news_txt .subTitle {
        padding: 3% 0;
    }
    .share{
        margin: 20px 0;
    }
    /*video*/
    .news_video .arrow_footer {
        display: none;
    }

    .video_example:before {
        top: 42%;
    }

    /*network*/
    .store_map {
        height: auto;
    }

    .shop_address {
       // height: auto;
    }

    .store_map .baidu_map {
        height: 300px;
    }

    /*vision*/
    .vision_content {
        margin: 80px 12px 50px;
    }

    /*    .mas-item{
            margin-bottom:20px;
        }*/





}

@media (max-width: 320px) {
    /*brand*/
    .content_wrap h3 {
        font-size: 13px;
    }

    .brand_content .content_wrap p {
        line-height: 17px;
    }

    .content_wrap h1 {
        font-size: 15px;
    }

    /*CONTACT US*/
    .contact {
        padding-bottom: 30px;

    }

    .contact_title {
        padding: 15px 0;
    }

    /*news*/
    .news_titile h1 {
        font-size: 12px;
    }

    /*vision*/
    .banner_title span {
        font-size: 17px;
    }

    .scroll {
        bottom: 60px;
    }

    .scroll:after {
        height: 40px;
    }

}

/*pc端所有hover效果*/
@media (min-width: 769px) {
    .menu .first_level_item:hover > a:after, .menu .second_level_item:hover > a:after,.menu .three_level_item:hover > a:after {
        width: 100%;
    }

    .i_news_img:hover i {
        opacity: 1;
        cursor: pointer;
    }

    /* .close_v:hover*/
    .close.close1 :hover, .close.close2:hover, .close_news:hover {
        animation: rotatete 0.3s linear;
    }

    .sewvbm > li:hover {
        background: #000;
        color: #fff;
    }

    .btn_hamburger:hover span {
        width: 80%;
    }

    .store_name span:hover:before {
        width: calc(100% + 15px);
    }

    .shop_address li:hover {
        color: #000;
    }

    .footer a:hover {
        transition: all .3s;
        color: #0cc;
    }

    .item .i_news_box:hover .i_news_img {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    .i_news_box:hover .i_news_txt {
        background-color: #000;
        opacity: 1;
    }

    .item .i_news_box:hover .i_news_txt {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        top: auto;
        opacity: 1;
    }

    .item_news a:hover:before, .vision_content a:hover:before,.mas-item a:hover:before {
        width: 23%;
    }

    .i_news_txt .title,
    .i_news_txt .subTitle,
    .i_news_txt .sj,
    .i_news_txt .more {
        color: #fff;
    }

    .item:hover .i_news_img,.collection_main a:hover img, .vision_content a:hover img {
        -webkit-filter: initial;
        -moz-filter: initial;
        -o-filter: initial;
        filter: initial;
        filter: initial;
    }

    .icon-arrow-l-l:hover {
        background-position-x: 20px;
    }

    .icon-arrow-r-r:hover {
        background-position-x: -20px
    }

    .brand_introduction li:nth-child(1) a:hover:before{
        /*  width: calc(100% + 18px);*/
        width: 48%;
    }
    .brand_introduction li:nth-child(2) a:hover:before{
      /*  width: calc(100% + 18px);*/
        width: 60%;
    }
     .content_wrap h3 span:hover:before{
           width: calc(100% + 18px);
     }
    .pc_main_commom .first_level_item:hover > a:after,  .pc_main_commom .second_level_item:hover > a:after,.pc_main_commom .three_level_item:hover > a:after {
        background: #fff;
    }
    .news_box img:hover {
        filter: initial;
        -webkit-filter: initial

    }

}