
@charset "utf-8";
/* CSS Document */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,textarea,input
{margin:0;padding:0;border:0;outline:none 0;vertical-align:baseline; font-weight:500; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); list-style:none; font-family:Arial,"微软雅黑"}
body{padding:0; margin:0; font-family:"微软雅黑"; position:relative; overflow: auto; background: #f6f6f6}
input{font-family:Arial,"微软雅黑"}
*{margin: 0;padding: 0;}
li{list-style: none;}

body * {
  box-sizing: border-box; 
  word-break: break-word
}

/*-------public-----*/
a,a:link,a:visited{text-decoration: none;-webkit-tap-highlight-color: rgba(0,0,0,0);
}


.hide{display: none;}
.fl{float: left;}
.fr{float: right;}
  @font-face{
            font-family: 'siyuanLight';
            src:url(../fonts/Light.otf);
 }
  button:focus {
        border: 0 none;
        outline: none;
    }


.wrapper{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    justify-content: space-between}
.header{ position: fixed; min-width: 1200px;  top: 0; left: 0;z-index: 100;display: flex;
 
    width: 100%;
    height: 80px;
    font-size: 18px;
    font-weight: 500; }
.header_center{ width: 1200px; margin: 0 auto; display: flex;   flex-direction: row;  height: 80px;
    justify-content: space-between;
    align-items: center; }
.navigation_bar{list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0 0;
    padding: 0;
    }
    .navigation_bar li{ margin: 0 30px; position: relative; }
    .navigation_bar li:before {
    position: absolute;
    bottom: -10px;
    visibility: hidden;
    content: "";
    width: 20px; left: 50%;
    height: 2px;
    background-color:#fff;
    transform: translateX(-50%);
    border-radius: 2px;
    opacity: 0;
}
.navigation_bar li.on:before{visibility: visible;     opacity: 1;}
    .navigation_bar li.on a{ font-weight: bold; }
    .navigation_bar li a{ color: #fff; font-size: 18px; cursor: pointer;}


  .container{    top: 0;   left: 0;   right: 0;   bottom: 0;    position: fixed;}
.video-bg{    position: absolute;  right: 0;  bottom: 0;  left: 0;   top: 0;}
.my-video{min-width: 100%;    min-height: 100%;}
.video-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
}

.my-video2{width: 260px;    height: 564px;}
.iphone-case{position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(../images/phonebg.png);
    background-repeat: no-repeat;
    background-size: contain;}
  .iphone-mp4{
    position: absolute;
    width: 260px;
    height: 564px;
    margin: 18px 20px;
}
.iphone{
    width: 300px; zoom:1;
    height: 600px;
    position: relative;
}
.iphone-wrapper{ margin-right: 160px; }
.middle-wrapper{    top: 50%;
    left: 50%;
    transform: translate(-60%,-50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;}
    .middle{top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;}
  .content{    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;}
    .description{ width: 330px; }
    .description_one{ text-align: center; }
.description_two{ color: #fff; text-align: center; font-size: 48px; margin: -30px auto 20px; }
.description_three{ color: #fff; font-size: 32px;text-align: center;  }
.qrcodes{ display: flex; justify-content: space-between; align-items: center; margin:30px 0 0; }
.qrcodes div{display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
    position: relative;}
  .qrcodes div:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 142px;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
    opacity: 0;
}
.qrcodes div:after {
    content: "";
    position: absolute;
    top: 40px;
    left: 10px;
    width: 130px;
    height: 130px;
    border-radius: 8px;
    background-image: url(../images/ios_img.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
}
.qrcodes div.android:after {

    background-image: url(../images/android_img.jpg);
}
.qrcodes div img{ margin:0 10px 0 0 }
.qrcodes div:hover{border-radius: 20px 20px 0 0}
.qrcodes div:hover:after{opacity: 1}
.qrcodes div:hover:before{opacity: 1}
.footer{ position: fixed; bottom: 0; height: 128px; width: 100%; min-width: 1200px; }
.footer_center{ width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; }
.footer_ul{ margin-top: 26px; height: 21px; }
.footer_ul li{ float: left; margin-right: 52px;  position: relative; }
.footer_ul li a{ color: #ffffff;font-size: 16px; cursor: pointer; }
.Copyright{ color: #999999;font-size: 12px; line-height: 22px; margin-top: 12px; }
.footer_left{ float: left; }
.footer_right{ float:right; }
.footer_right .footer_ul li{ margin: 0 0 0 52px; }

#floatDivBoxs{width:130px;background:#fff;position:fixed;top:24%;right:-140px;z-index:500; border-radius: 20px 0 0 20px; box-shadow: 0 0 10px 0 #aaaaaa}
#rightArrow{width:70px;height:70px;position:fixed;top:24%;right:0;z-index:500; }
#rightArrow a{display:block;height:60px;}
.floatDivBoxs_title{ color: #010101;font-size: 12px; text-align: center;  margin: 18px 0 20px;}
.kefud_li{ overflow: hidden;margin: 0 auto 0; text-align: center;  }
.kefud{ width: 74px; height: 74px; border:1px solid #dddddd; margin: 0 auto; }
.kefud img{ width: 100%; height: 100%; vertical-align: top; }
.kefudfont{ color: #010101;font-size: 14px; line-height: 36px; }
.shous{ width: 90px; height: 30px; line-height: 30px; text-align: center; color: #666666;font-size: 12px; display:flex; justify-content: center; align-items: center; border-radius: 15px; overflow: hidden; margin: 10px auto 0; background: #f3f3f3; cursor: pointer;}
.shous img{ margin:  0 0 0 5px; }

.wechat{ position: absolute; left: -14px;bottom:26px; width: 140px; height: 140px; background: #fff; border-radius: 16px; overflow: hidden; z-index: 1; text-align: center;justify-content: center; align-items: center; display: none}
.wechat img{ width: 120px; height: 120px; vertical-align: top;  }
.jingguo li:hover .wechat{ display: flex; }

.header_black{ background: #fff; box-shadow: 0 0 6px 0 #d7d7d7 }
.header_black .navigation_bar li a{ color: #000 }
.header_black .navigation_bar li:before{ background: #000 }

.garage{ overflow: hidden; margin: 20px auto 30px; width: 1210px; }
.garage_left{ float: left; width: 285px; margin: 0 0 0 0; background: #fff; border-radius: 12px; overflow: hidden; }
.garage_left_title{ color: #000000;font-size: 18px; margin: 15px 20px 0; }
.garage_ul{ overflow: hidden; margin: 10px  0 30px;    height: 500px;    overflow-y: scroll; }
.garage_ul a{ display: block; width: 245px; height: 42px;line-height: 42px; border-radius: 10px; overflow: hidden; margin: 10px auto 0;cursor: pointer; }
.garage_ul a.on{ background: #f6f6f6 }
.garage_ul a:hover{background: #f6f6f6 }
.garage_ul_left{ float: left; display: flex; justify-content: center; align-items: center; width: 82px; height: 42px; }
.garage_ul_left img{ max-width: 50%; width: auto; }
.garage_ul_right{ overflow: hidden;  color: #333333;font-size: 14px; white-space: nowrap; text-overflow: ellipsis;}
.garage_right{ overflow: hidden; min-height: 800px;}
.garage_right_one{ height: 60px; border-radius: 12px; margin: 0 10px 0 20px; background: #fff; display: flex; padding: 0 10px; }
.shai{  width: 132px; height: 40px; line-height: 40px; border:1px solid #dddddd; border-radius: 10px;  margin: 10px 20px 0 0; cursor: pointer; position: relative;}
.shai_left{ float: left; color: #000000;font-size: 14px; width: 90px; margin: 0 0 0 12px;white-space: nowrap; text-overflow: ellipsis;overflow: hidden; }
.shai_right{ overflow: hidden; }
.shai_right img{ vertical-align: top; margin: 15px 0 0 }
.shai_ul{ position: absolute; left: 0; top: 42px; z-index: 11; background: #fff; border-radius: 10px; box-shadow: 0 0 10px 0 #bbbbbb; width: 100%; padding: 10px; display: none; z-index: 99 }
.shai_ul a.sha_a{ height: 40px; text-align: center; color: #666666;font-size: 14px; border-radius: 10px; line-height: 40px;white-space: nowrap; text-overflow: ellipsis;overflow: hidden; display: block; padding: 0 4px;}
.shai_ul a.on{ background: #f6f6f6; }
.shai_ul_title{ color: #000000;font-size: 16px; margin: 0 10px 5px }
.wid470{ width: 470px; }
.shai_uu{ overflow: hidden; margin-left: 5px; }
.shai_uu li{ width: 100px; height: 40px; line-height: 40px; text-align: center; margin: 0 5px 10px; border:1px solid #e9e9e9; border-radius:10px; float: left;font-size: 14px;color: #666}
.shai_uu li.on{ border:1px solid #000000; color: #000000 }
.shai_btn{ overflow: hidden; margin:10px 0; }
.shai_btn_left{ width: 205px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #333333; background: #f2f2f2;border-radius: 20px; overflow: hidden; margin-left: 10px; float: left;}
.shai_btn_right{ width: 205px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #fff; background: #333333;border-radius: 20px; overflow: hidden; margin-right: 10px; float: right;}
.produt_ul{ overflow:hidden; margin: 0 0 0 10px }
.produt_ul li{ width: 285px; height: 335px; background: #fff; border-radius: 20px; float: left; margin:10px; position: relative; }
.produt_ul li:hover{ cursor: pointer;box-shadow: 0 0 10px 0 #cccccc }
.produt_ul_one{ display: flex; justify-content: center; align-items: center; height: 220px; width: 100%; }
.produt_ul_one img{ width: auto; max-width: 84%; max-height: 220px; }
.produt_ul_two{white-space: nowrap; text-overflow: ellipsis;overflow: hidden; color: #000000;font-size: 20px; margin:0 10px;text-align:center; }
.produt_ul_three{ color: #333333;font-size: 16px; text-align:center;white-space: nowrap; text-overflow: ellipsis;overflow: hidden; margin:12px 10px 0; }
.label{ position: absolute; left: 0; top: 0; z-index: 11}
.label_li{ float: left; height: 24px; line-height: 24px; padding: 0 10px; font-size: 14px; color: #fff; border-radius: 12px 0 12px 0; overflow: hidden; margin:10px 0 0 10px; }
.produt_ul_four{ overflow:hidden; text-align: right; color: #999999;font-size: 16px; margin:14px 20px 0; }
.paging{ overflow: hidden; display: flex; justify-content:flex-end; margin: 10px 0 0 }
.paging a{ height: 32px; line-height: 32px; display:inline-block; background: #fff; color: 333333;font-size: 14px; text-align: center; min-width: 8px; padding: 0 12px; margin: 0 0 0 10px; border-radius: 6px; cursor: pointer; }
.paging a:hover{ background: #333333;color: #fff; }
.paging a.on{background: #333333;color: #fff;}

.footer_black{ background: #333333; position: inherit;}
.pik_cen{ width: 1200px; margin: 0 auto; overflow: hidden; }
.pik_cen_title{ text-align: center; color: #000000;font-size: 34px; margin: 30px 0 25px; }
.pik_cen_ul{ overflow: hidden; display: flex; justify-content: space-between; }
.pik_cen_ul_li{ width: 260px; height: 160px; border-radius: 18px; overflow: hidden; background: #fff; position: relative; box-shadow: 0 0 10px 0 #cccccc; margin: 10px; text-align: center; }
.pik_cen_one{ color: #000000;font-size: 44px; margin: 50px 0 0 }
.pik_cen_two{ color: #333333;font-size: 15px; margin-top: 10px; }
.feis{ position: absolute; left: 0; top: 0; height: 36px; line-height: 36px; padding: 0 10px; color: #fff;font-size: 18px; border-radius: 18px 0 18px 0; background: #666666}
.chaochu{ color: #000000;font-size: 18px; line-height: 32px; margin:10px 0 30px; }

.tuog{ overflow: hidden; position: relative; height: 752px; width: 100%;  background-size: 100%;position: relative;}
.tuog_bg{ background:rgba(0,0,0,0.5); width: 100%; height: 100%; position: absolute; left: 0; top: 0 }
.tuog_center{ width: 1200px; overflow: hidden; margin: 0 auto;display: flex;  align-items: center; height: 100%; }
.tuog_center_left{ width:45%; }
.tuog_center_left_one{ color: #ffffff;font-size: 36px; }
.lins{ width: 30px; height: 4px; background: #fff; margin: 10px 0 0; }
.tuog_center_left_font{ color: #fff;font-size: 22px; line-height: 54px; margin-top: 10px; }
.tuog_center_right{ width: 55%; }
.sapma{ color: #fff; text-align: center; font-size: 24px; }
.sapma_tu{ width: 140px; height: 140px; background: #fff; margin: 20px auto; border-radius: 20px; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.sapma_tu img{ width: 120px; height: 120px; vertical-align: top; }
.sapma_fo{ color: #fff; text-align: center; font-size: 16px; }
.backwhite{ background: #fff; overflow: hidden; }


.waterfall{width:1200px;margin:0 auto;*overflow:hidden;_height:1%;}
.waterfall li{float:left;display:inline;list-style:none;margin:20px 0 0;background:#FFF;width:224px; background: #f6f6f6;border-radius: 12px; overflow: hidden; position: relative; cursor: pointer;}
.waterfall li a{ position: relative; overflow: hidden; height: 100%; width: 100%; display: block; }
.waterfall li a:before{ width: 100%; height: 100%; background: rgba(0,0,0,0.3); position: absolute; left: 0; top: 0; z-index: 11; content: ''; display: none; }
.waterfall li a:hover:before{ display: block; }
.img_block{ width: 100%; overflow: hidden; }
.img_block img{ width: 100%; vertical-align: top; }
.play{ position: absolute; right: 10px; top: 10px; width: 28px; height: 28px; overflow:hidden; z-index: 11 }
.waterfall_font{ color: #000000;font-size: 16px;  word-break:break-all;  display:-webkit-box;  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;  overflow:hidden; margin:10px 15px 0; line-height: 26px; }
  .waterfall_b{ overflow: hidden; margin: 10px 15px 15px;  line-height: 28px;}
.waterfall_head{ width: 28px; height: 28px; border-radius: 14px; overflow: hidden; float: left; } 
.waterfall_head img{ width: 100%; height: 100%; vertical-align: top; }
.waterfall_fonts{ float: left; color: #333333;font-size: 12px; width: 90px; margin: 0 0 0 10px;overflow: hidden;
text-overflow: ellipsis;white-space: nowrap;  }
.waterfall_b_right{float: right; color: #666666;font-size: 14px;}
.waterfall_b_right img{ vertical-align: top;margin:6px 5px 0 0  }
.ziazai{ width: 300px; height: 50px; line-height: 50px; text-align: center; color: #fff; background: #333333; border-radius: 25px; overflow: hidden; margin: 40px auto 50px;font-size: 18px; cursor: pointer; }

.popu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:99999999999;
}
.popu.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container1 {
  position:absolute;
  width: 350px; height: 330px; left: 50%; top:50%; transform: translate(-50%,-50%); 

  background: #FFF; border-radius: 20px;
  transition-property: transform;
  transition-duration: 0.3s;
}
.close1{ width: 25px; height:25px; background: url(../images/close.png) no-repeat;
 position: absolute; right:20px; top: 20px; background-size: 100%; cursor: pointer;}
 .masa{ width: 150px; height: 150px; border:1px solid #cccccc; overflow: hidden; border-radius: 10px; margin:60px auto 0; padding: 10px; }
 .masa img{ width: 100%; height: 100%; vertical-align: top; }
 .popu_one{ color: #000000;font-size: 18px; text-align: center; font-weight: bold; margin: 15px 0 10px }
  .popu_two{ color: #000000;font-size: 18px; text-align: center; }

  .riminf{ width: 1200px; margin: 20px auto; overflow: hidden; }
  .riminf_left{float: left; width:830px; background: #fff; border-radius: 20px; margin-right: 20px; overflow: hidden; }
  .riminf_right{ overflow: hidden; }
  .riminf_left_one{ overflow: hidden; background: #f6f6f6; position: relative; margin: 20px 20px 0;border-radius: 12px;}
  .rimswiper .swiper-slide{display: flex; justify-content: center; align-items: center;}
  .rimswiper .swiper-slide img{ max-width: 658px; }
   .rimswiper .swiper-button-prev{ left: 17px; right: auto }
    .rimswiper .swiper-button-next{ right: 17px; left: auto; }
.rimswiper .swiper-pagination{ background: rgba(0,0,0,0.5); height: 24px; line-height: 24px; border-radius: 12px; left: 50%; transform: translateX(-50%); width: auto; display: inline-block; padding: 0 10px; color: #fff;font-size: 14px; }

.rim_fons{ overflow: hidden; margin: 0 26px; }
.rim_fons_title{ color: #000000;font-size: 28px; padding: 20px 0 10px; }
.rim_fons_fos{ font-size: 16px; color: #000000; line-height: 34px; }
.rim_titles{ color: #000000;font-size: 22px; margin: 30px 24px 0; }
.rim_ul{  overflow: hidden; margin: 0 30px; }
.rim_ul li{ overflow: hidden; border-bottom: 1px solid #e9e9e9; padding: 20px 0; }
.rim_ul_left{ float: left; width: 40px; height: 40px;border-radius: 50%;overflow: hidden; margin: 0 10px 0 0; }
.rim_ul_left img{ width: 100%; height: 100%; vertical-align: top; }
.rim_ul_right{ overflow:hidden; }
.rim_ul_right_one{ overflow: hidden; }
.rim_ul_right_one_left{ float: left; }
.rim_ul_name{ color: #000000;font-size: 14px; }
.rim_ul_time{ color: #999999;font-size: 14px;  margin-top: 6px;}
.rim_ul_hui{ float: right; color: #15bcaf;font-size: 14px;line-height: 30px; margin-left: 14px;}
.rim_ul_zan{ color: #666666;font-size: 14px; float: right; line-height: 30px; }
.rim_ul_zan img{ vertical-align:top; margin:8px 5px 0 0; }
.rim_ul_ping{ color: #000000;font-size: 14px; margin-top: 12px; }
.huifu{ overflow: hidden; background: #f6f6f6; border-radius: 0 20px 20px 20px; padding: 10px 20px; margin: 15px 0 0; }
.huifu_li{ color: #000000;font-size: 14px; line-height: 26px; }
.huifu_li span{ color: #666666;font-size: 14px; }
.ckhf{ display: block; color: #15bcaf;font-size: 14px;line-height: 26px; cursor: pointer; }
.ckhf img{ width:7px; vertical-align: top; margin: 5px 0 0 5px }
.main30{ margin: 30px auto }

.riminf_right_bao{ overflow:hidden;background: #fff; border-radius: 20px; margin-bottom: 20px; }
.riminf_right_title{ height: 60px; line-height: 60px; margin: 0 20px; border-bottom: 1px solid #e9e9e9; }
.toux{ overflow: hidden; margin: 20px 0 25px 20px;}
.toux_left{ float: left; width: 64px; height: 64px; border-radius: 32px; overflow: hidden; margin-right: 10px; }
.toux_left img{ width: 100%; height: 100%; vertical-align: top; }
.toux_right{ overflow: hidden; }
.toux_right_one{ color: #666;font-size: 20px; }
.toux_right_two{ overflow: hidden; line-height: 20px; margin-top: 6px; }
.toux_right_two_left{float: left; color: #999999;font-size: 14px;}
.toux_right_two_right{ overflow:hidden; color: #999999;font-size: 14px; float: left; margin-left: 15px;}
.toux_right_two_right img{ vertical-align: top; margin: 4px 6px 0 0; }

.vips{ width: 1200px; margin:30px auto 60px; overflow: hidden; }
.vips_one{ overflow: hidden; height: 170px; width: 100%; border-radius: 24px; background-image: linear-gradient(to right, #404040,#222222) }
.vips_one_left{float: left; margin-left: 38px;}
.vips_one_left_one{overflow:hidden; margin: 30px 0 20px; width: 201px;}
.vips_one_left_two{ color: #ffe7c0;font-size: 20px; }
.vips_one_right{ float: right; width: 160px; height: 160px; background:#fff; margin: 5px 5px 5px 20px; border-radius: 20px; display: flex; justify-content: center;align-items: center;}
.vips_one_right img{ width: 130px; height: 130px;vertical-align: top; }
.vips_one_right2{float: right; text-align: right;}
.vips_one_right2_one{ overflow:hidden; }
.vips_one_right2_one img{ vertical-align:top; margin: 24px 0 0; }
.vips_one_right2_two{ color: #ffe7c0;font-size: 18px; line-height: 30px; margin-top: 8px; }
.vips_one_right2_three{ color: #ffe7c0;font-size: 18px;font-weight: bold; line-height: 30px;}
.vips_two{ overflow: hidden; margin: 30px 0 0; }
.vips_two img{ width: 100%; vertical-align: top; }


.store_banner{ overflow: hidden; min-width: 1200px; width: 100%; position: relative; }
.store_banner img{ width: 100%; vertical-align: top; }
.store_banner_zhe{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;background: rgba(0,0,0,0.5); display: flex; justify-content: center; align-items: center; color: #fff; font-size: 48px; }
.store_jieshao{ color: #000000;font-size: 16px; line-height: 30px; }
.store_ul{ overflow:hidden; display: flex; justify-content: space-between; flex-wrap: wrap; }
.store_ul li{ width: 580px;height: 480px; background: #fff; border-radius: 16px; overflow: hidden; margin-top: 40px; }
.store_ul_one{ overflow: hidden;  height: 386px; }
.store_dizhi{ margin:20px 20px 0; color: #000000;font-size: 24px; line-height: 30px; }
.store_dizhi2{ margin:0 20px; color: #000000;font-size: 16px; line-height: 30px; }
.about_all{ overflow:hidden; border-radius: 20px; background: #fff; margin-top: 30px; }
.about_li{ height: 416px; width: 600px; display: flex; justify-content: center; align-items: center; float: left; }
.about_li_font{ color: #000000;font-size: 16px; line-height: 32px; }
.about_li_ti{ color: #000000;font-size: 24px; }
.biaoti{ color: #000000;font-size: 36px; text-align: center; margin: 50px  0 20px; }

.alllogo{ overflow:hidden;background: #fff; border-radius: 20px; margin-top: 24px; }
.alllogo li{ width: 150px; height: 150px; display: flex; justify-content: center; align-items: center; float: left }
.alllogo li img{ width: auto; max-width: 130px; max-height: 130px; }

.contact_ul{ overflow:hidden; display: flex; justify-content: space-between; flex-wrap: wrap; }
.contact_ul li{ overflow: hidden; width: 25%; text-align: center; }
.contact_ul_left{  margin:30px auto 10px;  width: 100px; height: 100px; background: #eeeeee; border-radius: 50%; display: flex; justify-content: center; align-items: center;}
.contact_ul_right_one{ color: #666666;font-size: 18px;  line-height: 38px}
.contact_ul_right_two{ color: #000000;font-size: 20px; line-height: 38px}
.map{ overflow:hidden; border:1px solid #e9e9e9; border-radius: 10px; margin-top: 40px; }
.map img{ vertical-align: top; width: 100%; }


.qiehuan{ background: #fff; overflow: hidden; margin: 30px 0 0;}
.pinswiper{ margin-top: 40px; overflow:initial; }
.pinswiper .swiper-slide{transition-duration: 1000ms;transform: scale(0.3); display: flex; justify-content: center; align-items: center;height: 470px; }
.pinswiper .swiper-slide img{ max-width: 470px; width: auto; }

.pinswiper .swiper-slide-active {
  -webkit-transform: scale(1); width: 470px; height: 470px; 
  transform: translateX(0)  scale(1);
  z-index: 1002;
}
.pinswiper .swiper-pagination{ top: -40px; line-height: 40px; height: 40px;}
.qiehuan_name{ color: #000000;font-size:32px; text-align: center; margin-top: 40px;}
.qiehuan_font{color: #666666;font-size: 18px; text-align: center; margin-top: 5px;display: none }
.labelb{ display: flex; justify-content: center;display: none  }
.labelb_li{ display: inline-block; height: 24px; line-height: 24px; padding: 0 6px; color: #fff; border-radius: 12px 0 12px 0;margin:12px 5px 0; font-size: 14px; }

.pinswiper .swiper-slide-active .qiehuan_font{ display: block;}
.pinswiper .swiper-slide-active .labelb{ display: flex; }

.xiadan{ display: flex; align-items: center; justify-content: center; padding: 30px 0; }
.xiadan_right{ color: #000000;font-size: 20px; margin-left: 30px; }
.pinswiper .swiper-button-next{ right: 4px }
.pinswiper .swiper-button-prev{ left: 4px }

.gar_left{ float: left; width: 700px; background: #f2f2f2; border-radius: 10px; overflow: hidden; margin-right: 30px; }
.xqba .xqba_pas{ color: #fff; background: rgba(0,0,0,0.5); height: 24px; line-height: 24px; font-size: 14px; padding: 0 12px; border-radius: 12px; overflow: hidden; right:auto;  text-align: center; left: 50%; transform: translateX(-50%); width: auto; bottom: 20px;}
.xqba img{ vertical-align: top; }

.smbq { padding: 0 20px; }
.smbq .swiper-slide{display: flex; align-items: center; height: 110px; justify-content: center;}
.smbq .actis:after{ width: 100%; height: 2px; background: #000; content: ''; bottom: 0; left: 0; position: absolute; }
.smbq img{ max-width: 80%; width: auto; }
.gar_right{ overflow: hidden; }
.gar_right_name{ color: #000000;font-size: 32px; }
.gar_right_jie{ overflow: hidden; margin: 14px 0 0; }
.gar_right_jie_left{ float: left; color: #000;font-size: 44px;  }
.gar_right_jie_left span{font-size: 20px;}
.gar_right_jie_right{ height: 36px; line-height: 36px; border-radius: 18px 18px 18px 0;background-image: linear-gradient(to right, #333333,#151515); color: #fff; font-size: 22px; float: left; padding: 0 14px;margin: 12px 0 0 10px}
.gar_right_label{ overflow: hidden;  }
.gar_right_label_li{ float: left; height: 24px; line-height: 24px; border-radius: 12px 0 12px 0; color: #fff;font-size: 14px; margin: 10px 10px 0 0; padding: 0 8px;}
.gar_right_font{ background: #f6f6f6; border-radius: 0 12px 12px 12px; padding: 10px 18px; color: #333333; font-size: 14px; line-height: 24px; margin: 30px 0 0; }
.weixins{ overflow: hidden; text-align: center; }
.weixins img{ vertical-align: top; margin: 90px 0 10px;}
.geng_center{ overflow: hidden; width: 1220px; margin: 0 auto 0; padding-bottom: 70px; }
.geng_center .feis{ background: #888888 }

.dan_one{ line-height:40px; height: 40px; text-align: left;color: #555555;font-size: 18px; margin: 40px 0 0 20px; }
.dan_one span{font-size: 24px;}
.dan_two{ color: #000000;font-size:18px;height: 40px; line-height: 40px; margin: 0 0 0 20px;text-align: left; }
.dan_two span{ font-size: 28px; }
.heika{ height: 36px; line-height: 36px; position: absolute; right: 0; bottom: 0; background-image: linear-gradient(to right, #333333,#151515); border-radius: 18px 0 18px 0; color: #fff;  font-size: 22px; padding: 0 14px; }
.geng_center .pik_cen_ul_li{ height: 170px; }
.canshu{ background: #f6f6f6; overflow: hidden; }
.canshu_center{ width: 1200px; margin: 0 auto; overflow: hidden; }
.can_ul{  display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 50px; }
.can_ul li{ width: 550px; height: 80px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; margin-top: -1px; }

.can_ul_left{ color: #000000;font-size: 20px; }
.can_ul_left img{ vertical-align: top; margin: 0 10px 0 0; }
.can_ul_right{ color: #000000;font-size: 22px; }


.phone{ position: relative; }
.phone_font{ position: absolute; right: 0; bottom: 0; font-size: 20px;font-weight: bold; }