/*header*/
html {padding:0;margin:0;}
body{line-height: 160%; font-size: 14px; font-family: "Microsoft YaHei","微软雅黑"}
ul {list-style: none;padding:0;margin:0;}
ul li{ list-style-type: none;}
* {transition: all 0.3s ease 0s;}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
a {text-decoration: none; color: #555;}
a:focus, a:hover{ color: #333;}
.topnav{ background: #ebad3d; position: absolute; z-index: 99; width: 100%;  border-bottom: 1px solid #ebad3d;}
.topnav.ny{ position: relative}
.jjloog{ display: inline-block; padding: 0px; }
.navbar-default{ border: 0; border-radius: 0;  border-top: 1px solid  rgba(0,0,0,0.1); padding: 0; background-color: transparent; margin-bottom: 0}
.topbj{ padding: 0 10px; }
.navbar-default .navbar-nav>li>a{ color: #fff;   line-height: 30px; overflow: hidden;
    font-size: 14px; position: relative; padding:  18px 30px; margin: 0 1px;}
.navbar-default .navbar-nav>li>a .cn{ }
.navbar-default .navbar-nav>li>a:hover .cn,.navbar-default .navbar-nav>li.active>a .cn{margin-top: 0px;}
.navbar-default .navbar-nav>li>a:hover .en,.navbar-default .navbar-nav>li.active>a .en{margin-top: -30px;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{  color: #ebad3d; background: #fff;  }
.topnav:after{display: none;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{background-color:transparent;}

.dropdown-menu{background: #ffd082; border: 0px;transition: all 0s ease 0s;}
.navtel .iconfont{ color: #ffd082; margin-right: 4px;}
.dropdown-menu>li>a{ display: inline-block;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a{color:#fff; padding:10px 10px; width: 100%;}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover,nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover{background:#ebad3d ;  color: #fff;}
.swiper-container-b {
    width: 100%;
    height: 100%; overflow: hidden;
    background: #000;
}
.swiper-pagination-b { position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-button-next:after,.swiper-button-prev:after{color:#ebad3d; }
.yb-banner{ position: relative;
    width: 100%;  overflow: hidden;}
.swiper-container-b .swiper-slide{ overflow: hidden;}
.main-page{ padding: 40px 0;  width: 100%;}
.yb-banner .swiper-pagination-bullet{background: rgba(254,254,254,.8); margin: 4px;}
.yb-banner .swiper-pagination-bullet-active{ background: #ebad3d; width: 30px; border-radius: 100px;}
.yb-banner .text{ display: inline-block; width: 80%; text-align: left; color: #fff; font-weight: bold; position: absolute; bottom: 18%; left: 10%;}
.yb-banner .texta{ display: inline-block;  font-size: 38px; width: 100%; line-height: 50px; margin-top: 20px; text-shadow: 3px 3px 10px #999; }
.yb-banner .textb{ display: inline-block;  font-size: 18px; width: 100%; margin-top: 20px; font-weight: bold; text-shadow: 3px 3px 10px #999; line-height: 30px; }

/*.bannerimg3{   animation: animate-show 16s infinite}*/

@-webkit-keyframes animate-show {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.sli{ position: relative; display: flex; height: 350px; margin:20px 0; overflow: hidden;}
.sli-img{ display: flex; justify-content: center; align-items: center; width: 100%; border-radius: 6px; overflow: hidden; position: relative}
.sli-img img{ width: 100%; height: 100%;}
.sli-tit{display: flex;justify-content: center;  border-radius: 0 0 6px 6px; position: absolute;
    z-index: 3; left: 0; bottom: 0; right: 0; align-items: center; line-height: 40px; padding: 10px; background: #ebad3d; color: #fff;}
.sli-tit .cn{font-size: 24px; margin: 0 5px;}
.sli-tit .en{font-size: 18px; margin: 0 5px}
.sli:before{ content: ''; z-index: 2; border-radius: 6px; position: absolute; height: 0; width: 100%; left: 0; top:100%; display: inline-block; background: rgba(0,0,0,0)}
.sli:hover:before{ top: 0; height: 100%; background: rgba(0,0,0,.5)}
.sli:hover .sli-img img{ transform: scale(1.1)}
.sli:hover .sli-tit{ padding: 20px 10px;}

.slicon{display: flex; flex-wrap: wrap;}
.slicon .l .sli:first-child{ height:440px;}
.slicon .l .sli:nth-child(2){ height: 260px;}

.page-tit{display: flex; flex-direction: column;  width: 100%;   padding: 20px 0;}
.page-tit.baise .page-en{ color: #ccc;}
.page-tit.center-block{ justify-content: center; align-items: center}
.page-tit-line .page-tit{ width: 40%; }

.page-en{display: inline-block; font-size: 24px; color: #ebad3d; line-height: 50px; font-weight: bold; position: relative; text-transform: uppercase}
.page-cn{display: inline-block;  color: #ebad3d; font-size: 18px; line-height: 30px; font-weight: 500;}
.page-tit-x{ width: 40px; height: 3px; background: #ebad3d; margin: 5px 0;}
.page-note{display: inline-block; font-size: 12px; color: #ccc;}
.foottel{display: flex; flex-direction: row}
.foottel *{margin-right: 10px;}
*::-webkit-scrollbar {
    /*滚动条整体样式*/
    width :5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
*::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background : #535353;
}
*::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background : #ededed;
}
.hzhbpage{ display: inline-block; width: 100%; padding: 40px 5%;   box-shadow: 3px 3px 10px rgba(0,0,0,.2);  overflow: hidden;}
.mySwiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);

    /* Center slide text vertically */
    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;
}
.hzjg-div{ float: left;  width: 100%; border: 1px solid #eee; padding:10px 2px; height: 120px;
   box-shadow: 3px 3px 10px rgba(0,0,0,.1); border-radius: 4px; margin: 8px 0; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.hzjg-div img{max-width: 100%;}
.hzjg-div:hover{}
.hzjg-div:hover img{ transform: scale(1.1)}

.hb-next ,.hb-prev{ top: 60%; position: absolute; z-index: 10}
.hb-next{right: 10px;}
.hb-prev{left: 10px;}
.hb-next .iconfont, .hb-prev .iconfont{ font-size: 30px;}

.swiper-pagination{ margin-top: 30px;}


.foota{ width: 100%; padding: 20px 0; color: #fff; background: #282828}
.footb{ width: 100%; padding: 10px 0; font-size: 12px; color: #fff; background: #000000}
.foota a{ color: #fff}
.footewm{ display: inline-block; float: right;}
.footewm img{ max-height: 120px;}
.footacen{ display: inline-block; width: 100%; margin-top: 20px; color: #fff; font-size: 12px;}
.footlogo{ display: inline-block; width: 100%;padding: 0px;  }
/*.footlogo img{height: 60px;}*/
.foot-ul{ line-height: 30px; margin-top: 6px}

.footnav{ width: 100%;
    display: flex; justify-content: flex-end; align-items: flex-start; }
.footnav-ul{ padding: 0; margin: 10px 0; margin: 20px; justify-content: flex-end; display: flex; flex-direction: column }
.footnav-ul li{ padding: 0 10px;}
.footnav-ul a{color: #fff; line-height: 25px; font-size: 12px;}
.nav-title{ line-height: 30px; margin-bottom: 20px; font-size: 14px; font-weight: bold; color: #fff;  }
.nav-title a{color: #fff}
.footnav-ul a:hover{color: #F35216;}
/*内页*/
.page-ny{ padding: 40px 0; display: inline-block; width: 100%; }
.pagecen{display: inline-block;   width: 100%}
.ny-banner{   width: 100%; position: relative; overflow: hidden; text-align: center; }
.ny-banner:after{ content: ''; background: rgba(0,0,0,.2); position: absolute; top: 0; left: 0; right: 0;  bottom: 0;z-index: 1}
.page-ny-nav{ width: 100%; padding: 0; display: inline-block; background: #fafafa; border-bottom: 1px solid #ececec; }

.page-nyb{display: inline-block; width: 100%;  }
.fzlcpage{display: inline-block; width: 100%; background: url("../images/historybj.jpg") center ; overflow: hidden; background-size: contain; padding-bottom: 100px; }

.faz-ul{display: flex; width: 100%;  position: relative; justify-content: space-between;height:600px;}
.faz-ul:before{content: ''; position: absolute; left: 0; right: 0; top: 50%; margin-top: 40px; height: 8px; background: url("../images/chidu.png") center repeat-x; }
.faz-ul li{ padding: 0 ; padding-left: 20px;}
.faz-ul-div{display: flex; flex-direction: column; width: 100%; margin-top: 30px; position: relative;height: 350px;}
.faz-ul-div .tit{  margin: 20px auto; color: #1f1f1f; display: inline-block; margin-left:-10px; margin-top:50px; top: 50%;
    position: absolute; z-index: 2;  height: 50px; border-radius: 50px; text-align: center; line-height: 50px; font-size: 24px; }
.faz-ul-div .dian{ display: inline-block;  position: absolute; width: 10px; height: 10px; border-radius: 20px; top: 50%;
    margin-top:10px;  }
.faz-ul-div:before{ width: 1px; background-color: #1f1f1f; height: 50%; margin-top: 25px; position: absolute; content: ''; left: 20px;}
.faz-ul-div:after{ width: 10px; height: 10px; border-radius: 10px;  background-color: #1f1f1f;
    margin-top: 25px; position: absolute; content: ''; left: 15px;}
.faz-ul-div .body{display: flex; color: #1f1f1f; flex-direction: column; justify-content: flex-start; top: 0%; margin-top: 20px;
    margin-left: 50px; position: absolute; align-items: flex-start;}
.faz-ul-div .body .cn{font-size: 16px; font-weight: bold;}
.faz-ul-div .body .note{font-size: 14px; display: inline-block; color: #1f1f1f; font-weight: 500;}
.faz-ul-div .body .icon{ position: absolute; top: 130px;}
.faz-ul-div .body .icon .iconfont{font-size: 36px; margin: 20px 0}
.faz-ul li:nth-of-type(even) .tit{ margin-top: -40px;}
.faz-ul li:nth-of-type(even) .body{ margin-top: 40px; top: 50%;}
.faz-ul li:nth-of-type(even) .faz-ul-div:before{ top: 50%; margin-top: 20px;}
.faz-ul li:nth-of-type(even) .faz-ul-div:after{ top:100%; margin-top: 20px;}
.fzlc-fanye{position: absolute; top: 50%; margin-top: -10px; width: 100%; height: 50px; z-index: 10; color: #1f1f1f;}
.fzlc-fanye  .iconfont { color: #ccc; cursor: pointer; font-size: 24px; border: 0px solid #ccc; border-radius: 100px; height: 50px; width: 50px; line-height: 50px;
    text-align: center;}
.fzlc-fanye  .fzlc-next{ position: absolute;top: -20px; display: inline-block; right: -70px;}
.fzlc-fanye  .fzlc-prev{ position: absolute;top: -20px; display: inline-block; left: -80px;}
.fzlc-fanye .fzlc-next:hover .iconfont,.fzlc-fanye .fzlc-prev:hover .iconfont{ color: #1f1f1f; border-color: #1f1f1f; }

.teampageimg{display: flex; box-shadow: 3px 3px 10px rgba(0,0,0,.1); justify-content: center; align-items: center; width: 100%;}
.teampageimg img{ width: 100%;}
.lxwm-tit  *{ display: flex; min-width: 90px; margin-right: 5px}
.foot-ul li{display: flex; flex-direction: row}
.foot-ul li .iconfont{ margin-right: 5px;}
.ryzzpage{ padding-bottom: 40px;}
.ryzzpage,.ryzzpageb{ display: inline-block; width: 100%; overflow: hidden; margin-top: 40px;}
.ryzzpage .swiper-slide,.ryzzpageb .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    width: auto;

    /* Center slide text vertically */
    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;
}
.ryzz-fanye{position: absolute; top: 50%; margin-top: 50px; width: 100%; height: 50px;}
.ryzz-fanye  .iconfont { color: #ccc; cursor: pointer; font-size: 24px; border: 0px solid #ccc; border-radius: 100px; height: 50px; width: 50px; line-height: 50px;
    text-align: center;}
.ryzz-fanye  .ryzz-next{ position: absolute;top: -20px; display: inline-block; right: -70px;}
.ryzz-fanye  .ryzz-prev{ position: absolute;top: -20px; display: inline-block; left: -80px;}
.ryzz-fanyefanye .ryzz-next:hover .iconfont,.ryzz-fanye .ryzz-prev:hover .iconfont{ color: #ebad3d; border-color: #ebad3d; }

.ryzz-fanye  .ryzz-nextb{ position: absolute;top: -20px; display: inline-block; right: -70px;}
.ryzz-fanye  .ryzz-prevb{ position: absolute;top: -20px; display: inline-block; left: -80px;}
.ryzz-fanyefanye .ryzz-next:hover .iconfont,.ryzz-fanye .ryzz-prev:hover .iconfont{ color: #ebad3d; border-color: #ebad3d; }

.ryzzpage .ryzz-pagination,.ryzzpageb .ryzz-pagination{ width: 100%; text-align: center; display: inline-block;  bottom: auto; position: absolute; padding-left: 50px;}
.ryzz-div{ display: flex; justify-content: center; align-items: center;}
.mySwiperb{ background: url("../images/ryzzbj.jpg") center; background-size: contain; padding: 40px }

.hzhb-div{ width: 100%; height: 200px; padding: 10px; margin: 15px 0; display: flex; justify-content: center; align-items: center; overflow: hidden; box-shadow: 3px 3px 10px rgba(0,0,0,.1)}
.hzhb-div img{ width: 100%; min-height: 100%;}
.hz-page-tit{ color: #333; display: flex; width: 100%; font-size: 24px; line-height: 50px; font-weight: bold;}

.pagea-tit-lx{display: flex; justify-content: center; align-items: center;}
.pagea-tit-lx .lx-icon{ margin-right: 10px;}
.pagea-tit-lx .lxwm-tit{ font-size: 18px; display: flex;}

.ditu-page{display: inline-block; width: 100%; height: 400px;}

.servera{display: flex; width: 100%; background: #fcfbf9; align-items: center; justify-content: center; box-shadow: 3px 3px 10px rgba(0,0,0,.1)}
.server-l{ width: 40%; padding: 25px; justify-content: center; align-items: center; overflow: hidden; display: flex; }
.server-l img{ width: 100%;}
.server-r{ line-height: 30px; width: 60%; flex: 1;  padding: 25px 5%; display: flex; flex-direction: column;    align-items: center}
.server-r .tit{ line-height: 50px; font-size: 24px; font-weight: bold; display: inline-block; width: 100%;}
.server-r .con{ width: 100%; margin-top: 10px; display: inline-block;}

.hzms_con{display: flex;flex-direction: column; justify-content: center; align-items: center; width: 100%; padding: 20px;}
.hzms_con .htzms_img{ display: flex; justify-content: center; align-items: center; max-width: 100%;}
.hzms_text{ display: flex; flex-direction: column; width: 100%; text-align: center;}
.hzms_text .tit{ font-size: 16px; font-weight: bold; line-height: 50px; margin: 20px 0}
.hzms_text .con{ font-size: 14px; width: 100%; line-height: 30px;  text-align: left}

.news-div-s{display: inline-block; width: 100%; padding: 15px;  border-radius: 4px; }
.newsbody{display: flex; flex-direction: column; width: 100%;}
.news-div-s .news-timea{position: relative; padding: 10px 0; color: #999; width: auto; display: flex;}
.news-timea .iconfont{margin-right: 5px;}
.newstit{ font-weight: bold; color: #333; line-height: 30px; height: 60px; overflow: hidden;}
.newsnote{ color: #666; line-height: 25px; height: 50px; overflow: hidden;}
.news-div-s .news-timea .days{color: #ebad3d;}
.news-div-s .newsmore a{display: flex; justify-content: space-between; width: 100%; border: 0; padding: 10px 0; color: #666;}
.news-div-s .news-img-s{ margin-top: 0px; width: 100%; overflow: hidden; height: 240px; justify-content: center; align-items: center; border-radius: 4px;}
.news-div-s .news-img-s.newsimgb{ height: 160px; }
.news-div-s .news-img-s img{ width: 100%}
.news-div-s:hover .news-img-s img{ transform: scale(1.1)}
.news-div-s:hover .newstit{color: #ebad3d;}
.news-div-s:hover .newsmore a{color: #ebad3d}
.news-div-s:hover{ background: #fff; box-shadow: 5px 5px 15px rgba(0,0,0,.1);}
.newsmoreb{display: flex; flex-direction: column;justify-content: flex-end}
.news-div-s .newsmore.newsmoreb a{justify-content: flex-end}
.news-div-s .newsmore.newsmoreb a .iconfont{margin-left: 16px;}
.news-div-s .newsmoreb .news-timea{text-align: right; justify-content: flex-end;}

.news-xx-t{ display: inline-block; width: 100%; padding: 40px 10px; background: #f2f2f2}
.news-tit-n{line-height: 50px;}
.new-note-x{ color: #999}

.newlisbtn{ display: inline-block; width: 100%; padding: 30px 0; margin-top: 20px; background: #f2f2f2}
.newml10{ margin: 0 10px; color: #ccc}
.newmr10{ margin: 0 10px;  color: #ccc}
.page-ny-bt{ padding-top: 0;}

.page-more{display: flex; justify-content: flex-end; line-height: 30px;}
.page-more a{display: flex; width: 80px; text-align: center; justify-content: center; border-radius: 100px; border: 1px solid #505050; color: #505050}
.page-more a:hover{ background: #505050; color: #fff;}
.serverdata{display: flex; position: relative;}
.ser{position: absolute; top: 0; left: 0;}
.ser0{ left: 18%; top: 25%;}
.ser1{ left: 32%;  top: 25%;}
.ser2{ left: 48%; top: 6%;}
.ser3{ left: 62%; top: 25%;}
.ser4{ left: 78%; top: 25%;}
.serverdata .val{ font-size: 30px; display: flex; color: #ebad3d; font-weight: bold;}
.serverdata .val small{ font-size: 24px;}
.serverdata .titles{font-size: 24px; font-weight: 500; line-height: 50px; border-top: 2px solid #555; margin-top: 10px;}


/*public*/
.fenyeys{ float:left; width:100%; display: inline-block; padding: 20px 10px; text-align:center;  font-size: 12px; font-family: "微软雅黑";}
.fenyeys span{  margin:2px 6px; border-radius:25px;  padding:5px 10px; background:#ebad3d; color:#fff; }
.fenyeys a{ margin:2px 6px; border-radius:25px; padding:5px 10px; background:#ccc; color:#fff; }
.fenyeys a:hover{ background:#ebad3d;}
.nyright-con .col-md-12{margin: 0px; padding: 0px;}

.page-ny img{ max-width: 100%; }
.ny-r-c{display: inline-block; width: 100%;}

.p0{ padding-left: 0px; padding-right: 0px;}
.pl0 {	padding-left:0;}
.pr0 {	padding-right:0;}
.p8{padding-right: 8px;
    padding-left:8px;}
.p20{padding-right: 20px;
    padding-left:20px;}
.ml0 {	margin-left:0 ;}
.mr0 {	margin-right:0;}
.ml100 {	margin-left:100px ;}
.fl {	float: left;}
.fr {	float: right;}
.w100 {	width: 100%;}
.mt10 {	margin-top: 10px !important;}
.mt20 {	margin-top: 20px;}
.mt30 {	margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt6 {	margin-top: 6px;}
.mt60 {	margin-top: 60px;}
.tac {	text-align: center;}
.pb10 {	padding-bottom: 10px;}
.borderb1 {	border-bottom:1px solid #d4d4d4;}
.rela{position: relative}
.color-fff{color: #fff!important;}
.ba-f5f5f5{ background: #f5f5f5;}
.ba-EBEBEB{background: #EBEBEB;}
h3 {margin:0;}
h4 {	margin:0;}
a {	text-decoration: none !important;}
.baise{ color: #fff;}
.w10{width: 10%;}
.w20{width: 20%;}
.w30{width: 30%;}
.w40{width: 40%;}
.w50{width: 50%;}
.w60{width: 60%;}
.w70{width: 70%;}
.w80{width: 80%;}


@media (max-width: 1440px) {
    .pagea-tit-lx .lxwm-tit{font-size: 14px;}
    .pagea-tit-lx{display: flex; flex-direction: row}
    .lxwm-tit{ display: flex; flex-direction: row}
    .lxwm-tit  span{ display: flex;flex-direction: column; margin-right: 10px}
    .case-typea{ height: 260px;}
    .case-typeb{ height: 200px;}
    .case-typeb .cn{ margin-top: 80px;}
    .newstype li a{ padding: 8px 15px;}
    .cpimg{ height: 180px;}
    .news-img-s{ height: 180px}
}
@media (max-width: 1366px) {
    .pagea-tit-lx .lxwm-tit{font-size: 12px;}
    .case-typea{ height: 240px;}
    .case-typeb{ height: 180px; }
    .case-typeb .cn{ margin-top: 60px;}
    .cpimg{ height: 150px;}
    .newstype li a{ padding: 8px 10px; margin-left: 5px;}
    .news-img-s{ height: 160px}
}


@media (max-width: 768px) {
    .sli{ height: 260px;}
    .hzjg-div{ height: 80px;}
.footewm{ float: none}
.navbar-header{position: relative; z-index: 9}
    .navbar-collapse.in{ position: relative;
        z-index: 999;}
    .swiper-button-next:after,.swiper-button-prev:after{ width: 20px; height: 20px;}
    .faz-ul-div{ width: 80%; margin-left: 5%;}
    .topnav{position: relative}
    .newsnote{ height: 48px;}
    .faz-ul:before{display: none;}
    .fzlc-fanye .fzlc-next{ right: 10px;}
    .fzlc-fanye .fzlc-prev{left: 10px;}
    .server-l,.server-r{width: 100%; padding: 15px;}
    .servera{flex-direction: column;}
    .teampageimg,.pagecen{ padding: 0px 16px;}
    .hzhb-div{height: 120px;}
    .hz-page-tit{ font-size: 14px;}
    .news-div-s{ padding: 0}
    .page-tit{ padding: 15px;}
    .newsmoreb{flex-direction: row; justify-content: space-between}
    .news-div-s .newsmore a{width: 50%;}
    .news-div-s .newsmoreb .news-timea{justify-content: flex-start}
    .pagea-tit-lx{ justify-content: flex-start; padding: 15px 0}
    .nyabout.pagecen{ height: auto; flex-direction: column;}
    .aboutl,.aboutr{ width: 100%; height: auto;}
    .slicon .l .sli:first-child{ height: auto;}
    .ser{zoom: 40%;}
    .ser0{ left: 12%; top: 22%;}
    .ser1{ left: 29%;  top: 22%;}
    .ser2{ left: 47%; top: 3%;}
    .ser3{ left: 63%; top: 22%;}
    .ser4{ left: 79%; top: 22%;}
    .foottel{display: flex; }
    .foot-ul{ line-height: 20px;}
    .foot-ul li .iconfont{ margin-right: 5px; display: none}
    .foot-ul li{display: flex; flex-direction: row}
    .foota{ padding-top: 0}
    .pagea-tit-lx{display: flex; flex-direction: row}
    .lxwm-tit{ display: flex; flex-direction: row}
.foot-ul{margin-top: 10px;}
    .lxwm-tit  span{ display: flex;flex-direction: column; margin-right: 10px}
    .footlogo{display: flex;  align-items: center}
}