html {
  font-family: Arial;
}
a,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
strong,
textarea,
time,
ul,
var input {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body{
  /* -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none; */
}
body,
html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
a,
button,
cite,
code,
del,
em,
img,
label,
mark,
small,
strong,
textarea,
time,
var {
  display: inline-block;
}
footer,
header,
section {
  position: relative;
}
ol,
ul {
  list-style: none;
}
button,
input,
textarea {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  background-color: transparent;
}
span {
  display: inline-block;
}
a:active,
a:hover {
  outline: 0;
}
a,
a:visited {
  text-decoration: none;
}
.wordWrap,
label {
  word-wrap: break-word;
  word-break: break-all;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
textarea {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
button:focus {
  outline: none;
}

body{
  font-family: Arial;
}
/* 间距 */
.container{
  width: 84.82%;
  margin: 0 auto;
}

.flx{
  padding-left: 12px;
  padding-right: 12px;
}
/* 头部 */
.header{
  position: relative;

}
.header-top {
 
}

.header .logo{
  width: 166px;
  height: 60px;
  background: url(../img/logo.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 2%;
}
.i-header .header .logo{
  background: url(../img/logo1.png) no-repeat;
  background-size: 100% 100%;
}
.i-header .banner a{
  font-size: 0;
}
.header .left{
  width: 74%;
  display: flex;
  align-items: center;
}
.header .right{
  width:24%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .right .span1{
  width: 22px;
  height: 22px;
  background: url(../img/search.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.i-header .right .span1{
  background: url(../img/search2.png) no-repeat;
  background-size: 100% 100%;
}
.header .right .search{
  display: flex;
  background: #ebebeb;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #939393;
  padding: 0 4%;
  border-radius: 20px;
  display: none;
  justify-content: center;
}
.header .right .search .btna img{
  vertical-align: middle;
}
.header .right input{
  padding-right: 1%;
  box-sizing: border-box;
  background: #ebebeb;
  width: 80%;
}
.header .right .btn img{
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.header .left .link{
  width:74%;
  margin-left: 4%;
}
.header .link>ul{
  display: flex;

}
.header .link>ul>li{
  /* width: 64px; */
  height: 98px;
  line-height: 98px;
  /* margin-left: 5%; */
  padding: 0 1.5%;
  flex: 1;
  /* position: relative; */
}
.header .link>ul>li>a{
  text-align: center;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.header .right .lanag{
  margin-left: 12px;
}
.header ul li .nav-main{
  position: absolute;
  width: 100%;
  left: 0;
  border-top: 1px solid #d4d4d4;
  top: 98px;
  /*  */
  height:calc(100vh - 98px);
  background-color: rgba(000, 000, 000, 0.4);
  display: none;
  z-index: 2;
}
.header ul li .nav-main .main{
  width: 100%;
  /* padding: 22px 0; */
  background: #fff;
  position: relative;
  display: none;
}
.i-header{
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
}
 .menu-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i-header  .menu-top{
  border-bottom: 1px solid  rgba(129, 130, 124, 0.5);

}
.i-header .banner{
  width: 100%;

  height: 100%;
  position: relative;
  display: block;
 }
 .i-header .mobile-banner{
   display: none;
 }
 .i-header .banner .slide-info{
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   display: flex;
   align-items: center;
   height: 100%;
   top: 0;
 }
 .i-header .banner .slide-info .text-desc .p1{
   color: #fff;
   font-size: 47px;
 }
 .i-header .banner .slide-info .text-desc .p2{
  color: #fff;
  font-size: 30px;
  margin-top: 15px;
 }
 .i-header .banner .slide-info .text-desc .btn{
   margin: 0;
   color: #fff;
   border: 1px solid #fff;
   margin-top: 48px;
 }
 .i-header .banner .slide-info .text-desc .btn:hover{
   border: 1px solid #1798ff;
 }
 .i-header .banner .slide-video{
  width: 100%;
   height: 100%;
   object-fit: cover;
 }
 .i-header .banner img{
  width: 100%;
  /* height: 100%; */
 }
 .i-header .header .link>ul>li>a{
   color: #fff;
 }
 .header .link>ul>li.act>a{
  color: #1798ff;
  position: relative;
}
.header .link>ul>li.act>a::after{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1798ff;
}
.header .link ul .x-li>a{
  position: relative;
}
.header .link ul .x-li:hover>a::after{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1798ff;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .i-header .banner{
    display: none;
  }
  .i-header  .mobile-banner{
    display: block;
  }
  #mobile-container{
    height: 100%;
  }
  .i-header .mobile-banner img{
    /* height: 100%; */
  }
  .i-header{
    height: auto;
  }
}
/* 首页头部 */
 .i-header .header{
   position: absolute;
   width: 100%;
   top: 0;
   left: 0;
   z-index: 999;
   color: #fff;
 }
 
 .i-header  .header-top{
  /* border-bottom: 1px solid #818286; */

 }
 .i-header   .link>ul>li.act a{
  color: #fff;
  font-size: 16px;
 }

 .i-header  .act{
   /* position: relative; */
   font-weight: bold;

 }
 /* .i-header  .act::after{
   content: '';
   position: absolute;
   bottom:0 ;
   left: 0;
   width: 100%;
   height: 2px;
   background: #1798ff;
 } */
 .i-header  .lanag{
   color: #fff;
 }
 .i-header .header-top.baidi {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
.i-header .header-top.baidi  .link a{
 color: #333;
 font-size: 16px;
 /* font-weight: bold; */
}
.i-header .header-top.baidi  .logo{
  background: url(../img/logo.png) no-repeat;
  background-size: 100% 100%;

}
.i-header .header-top.baidi .right .span1{
  background: url(../img/search.png) no-repeat;
  background-size: 100% 100%;
}
.i-header .header-top.baidi .right .lanag{
  color: #333333;
}
.i-header .header-top.baidi .menu .header-top{
  border-bottom:none ;
}

.i-header .header-top.topclass{
  background: #fff;

}
.i-header .header-top.topclass  .link>ul>li>a{
  color: #333;
  /* font-size: 16px; */
 }
 .i-header .header-top.topclass  .logo{
   background: url(../img/logo.png) no-repeat;
   background-size: 100% 100%;
 
 }
 .i-header .header-top.topclass .right .span1{
   background: url(../img/search.png) no-repeat;
   background-size: 100% 100%;
 }
 .i-header .header-top.topclass .right .lanag{
   color: #333333;
 }
 .i-header .header-top.topclass .menu .header-top{
   border-bottom:none ;
 }
.about-item ul{
  margin: 0 auto;
  display: flex;
  padding: 22px 0;
}
.about-item ul li{
  width: 214px;
  line-height: normal;
  margin-right: 70px;
}
.about-item ul .p1{
  font-size: 14px;
  color: #333333;
  /* padding: 6% 0; */
  padding-bottom: 10px;
  border-bottom: 1px solid #dddfe2;
  /* font-weight: bold; */
}
.about-item ul li .nei p a{
  font-size: 14px !important;
  color: #666666;
}
.about-item ul .p1 a{
  font-size: 16px;
  color: #333333 ;
  font-weight: bold;
}
.about-item ul li .nei{
  margin-top: 10px;
}
.about-item ul li .nei p{
  font-size: 14px ;
  color: #666666;
  padding-bottom: 4% ;
  /* padding: 4% 0; */
}
 #banner-container{
  height: 100%;
}
/* 手机端 */
.mobile-header{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  color: #fff;
  padding-top: 2%;
  padding-bottom: 2%;
}
.mobile-header .mobile-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .mobile-nav .logo{
  width: 140px;
  height: 46px;
  background: url(../img/logo1.png) ;
  background-size: 100% 100%;
}
.mobile-header .mobile-nav  .right{
  line-height: 60px;
  display: flex;
  align-items: center;
}
.mobile-header .mobile-nav  .right a{
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.mobile-header .mobile-nav.baidi{
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  /* padding-top: 2%;
  padding-bottom: 2%; */
}
.mobile-header .mobile-nav.baidi .logo{
  background: url(../img/logo.png);
  background-size: 100% 100%;
}
.mobile-header .mobile-nav.baidi .right a{
  color: #333;
}
.mobile-header .mobile-nav.baidi .right .menu_ico span{
  background: #333;

}
.menu_ico {
  width: 24px;
  height: 17px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
.menu_ico span {
  display: inline-block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.menu_ico span:nth-child(1) {
  top: 0px;
}
.menu_ico span:nth-child(2) {
  top: 7px;
}
.menu_ico span:nth-child(3) {
  bottom: 0;
}
.menu-show{
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #272727;
  left: 0;
  top: 0;
  display: none;
  z-index: 993;
  -webkit-transition:background 0.35s linear,height 0.25s ease-in 200ms;
  -moz-transition:background 0.35s linear,height 0.25s ease-in 200ms;
  -ms-transition:background 0.35s linear,height 0.25s ease-in 200ms;
  -o-transition:background 0.35s linear,height 0.25s ease-in 200ms;
  transition:background 0.35s linear,height 0.25s ease-in 200ms;
}
.menu-show.menu-hide{
  display: block;
}
.menu-show .cont{
  height: 100%;
  /* padding: 2%; */
  padding-top: 2%;
  padding-bottom: 2%;
  width: 100%;
  box-sizing: border-box;
}

.menu-show .cont img{
  width: 20px;
  height: 20px;
}
.menu-show .cont .div-img{
  text-align: right;
}
.menu-show .cont .menu-d{
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.menu-show .cont .menu-d span{
  width: 12px;
  height: 12px;
  background: url(../img/jia.png) no-repeat;
  background-size: 100% 100%;
  float: right;
  margin-right: 20px;
  margin-top: 16px;
}
.menu-show .cont .menu-d.actived span{
  background: url(../img/jian.png) no-repeat;
  background-size: 100% 100%;
}
.menu-show .cont .menu-er{
  display: none;
}
.menu-show .cont .menu-er ul li{
  margin: 0 20px;

  margin-left: 34px;
}
.menu-show .cont .menu-er ul li:nth-last-child(1){
  border-bottom:none
}
.menu-show .cont .menu-er a{
  color: #fff;
  font-size: 12px;
  padding: 12px 0;
  line-height: 20px;
}
.menu-show .cont .menu-er.active{
  display: block;
}
.menu-show .index-cont ul li{
  border-bottom: 1px solid #464646;

}
.menu-show .index-cont ul li:nth-child(4) .menu-er ul li>a{
  display: none !important;
}
.menu-show .cont .menu-er .zhan .span1{
  width: 12px;
  height: 12px;
  background: url(../img/jia.png) no-repeat;
  background-size: 100% 100%;
  float: right;
  margin-top: 16px;
}
.menu-show .cont .menu-er .zhan .span1.link{
  background: url(../img/jian.png) no-repeat;
  background-size: 100% 100%;
}
.menu-show .cont .menu-er .zhan{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #464646;
}
.menu-show .cont .menu-er .zhan .span2{
  color: #fff;
  font-size: 14px;
}
.menu-show .cont .menu-er .pull{
  display: none;
  margin-left: 20px;
}
.menu-show .cont .menu-er .pull a{
  width: 100%;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #464646;
}
.menu-show .cont .menu-er .pull a:nth-last-child(1){
  border-bottom:none;
}
.pro-item{
  width: 80%;
  margin: 0 auto;
  /* padding: 22px 0; */
}
.pro-item ul li a img{
  float: left;
  /* margin-left: 10%; */
  margin-right: 10px;
}
.pro-item ul li a .ri{
  float: left;
  line-height: normal;
  margin-top: 10px;
}
.pro-item ul li{
  display: flex;
  flex-wrap: wrap;
  
}
.pro-item ul li .div1{
  width: 33.3%;
  border-right: 1px solid #ecedef;
  overflow: hidden;
  padding: 14px 0;
  display: flex;
  align-items: flex-start;
  padding: 0 2%;
  line-height: normal;
  /* justify-content: center; */
}
.pro-item ul li .div1:nth-child(3){
  border-right: none;
}
.pro-item ul li .div1 .name{
  color: #333333;
  margin-bottom: 18px;
}
.pro-item ul li .div1 .name.active{
  color: #1798ff;
}
.pro-item ul li{
  border-bottom:1px solid #ecedef;
  padding: 22px 0;
}
.pro-item ul li:nth-last-child(1){
  border-bottom: none;
  /* padding-bottom: 0; */
  /* margin-bottom:none; */
}
.pro-item ul li .div1 .ri .p1 a{
  font-size: 12px ;
  color: #666666 ;
  line-height: 24px;
}
.serve-item{
  width: 52%;
  margin: 0 auto;
  overflow: hidden;
}
.serve-item a{
  line-height: normal;
  width: 50%;
  float: left;

}
.serve-item a img{
  float: left;
  margin-right: 4%;

}
.serve-item a .ri{
  font-size: 14px;
  color: #333333;
  float: left;
  margin-top: 10px;
}
.mbnav-name .saname{
 background: #272727;
 /* padding: 2%; */

}
.mbnav-name .saname .cust{
  font-size: 14px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 2%;
}
.mbnav-name .saname .cust span{
  float: right;
  display: inline-block;
  height: 14px;
  right: 0;
  width: 14px;
  border-width:0 2px   2px  0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.51, 0.51, -0.51, 0.51, 0, 0);
  transform: matrix(0.51, 0.51, -0.51, 0.51, 0, 0);
  margin-top: 20px;
}
.mbnav-name .saname .cust.custa span{
  border-width:2px 0  0 2px;

}
.nmobile-header .mbnav-name{
 width: 100%;
 top: 0;
 left: 0;
 z-index: 2;
}
.mbnav-name .saname  ul {
  display: none;
  padding: 2%;
  position: absolute;
  width: 100%;
  background: #272727;
  z-index: 99;
}
.mbnav-name .saname  ul li{
  font-size: 14px;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #464646;
}
.mbnav-name .saname  ul li:nth-last-child(1){
  border-bottom:none;
}
/* 内页 */
.inner-header .mobile-header{
  position: initial;
}

.inner-header .mobile-header .logo{
  background: url(../img/logo.png);
  background-size: 100% 100%;
}
.inner-header .mobile-header .mobile-nav .right a{
  color: #333;
}
.inner-header .mobile-header  .menu_ico span{
  background: #333;
}
@media (max-width: 1200px){
  .header {
    display: none;
  }
  .mobile-header{
    display: block;
  }
  .pc-header{
    display: none ;
  }
  .nmobile-header{
    display: block;
    
  }
  .show-banner{
    margin-top: 0px !important;
  }
  .i-header .banner .slide-info .text-desc .p1{
    font-size: 40px;
  }
}
@media (min-width: 1200px){

  .header {
    display:block;
  }
  .mobile-header{
    display: none;
  }
  .pc-header{
    display: block ;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fff;
  }
  .nmobile-header{
    display: none;
  }

}
@media screen and (max-width: 900px) and (min-width: 0px) {
  .i-header .banner .slide-info .text-desc .p1{
    font-size: 24px;
  }
  .i-header .banner .slide-info .text-desc .p2{
    font-size: 24px;
  }
}
/* 底部 */
.bottom{
  background: #272727; 
}
.bottom .bott-top{
  display: flex;
  justify-content: space-between;
  padding: 4% 0;
  padding-bottom: 4%;
}
.bottom .bott-top .left ul{
  display: flex;

  display: flex;
  justify-content: space-between;
}
.bottom .bott-top .left{
  width: 100%;

}

.bottom .bott-top ul li{
  /* width: 120px; */
  line-height: 32px;
  margin-right: 3%;
}
.bottom .bott-top ul li:nth-last-child(1){
  margin-right: 0;
}
.bottom .bott-top ul li h1{
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
}
.bottom .bott-top ul li h1 a{
  font-size: 14px;
  color: #ffffff;
 
  /* width: 70px; */
}
.bottom .bott-top ul li:nth-child(3) a{
  white-space: nowrap;
}
.bottom .bott-top ul li:nth-child(5) a{
  white-space: nowrap;
}
.bottom .bott-top .left p{
  font-size: 14px;
  color: #9fa0a0;
}
.bottom .bott-top ul li a{
  display:block;
  /* width: 100%; */
  font-size: 14px;
  color: #9fa0a0;
}
.bottom .bott-top ul li a:hover{
  color: #1798ff;
}
.bottom .bott-top .right{
  display: flex;
  width: 30%;
  justify-content: space-around;
  display: none;
}
.bottom .bott-top .right .div1 p{
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top:16px;
}
.bottom .bott-top .right .div1{
}
.bottom .bott-center{
  display: flex;
  justify-content: space-between;
  height: 116px;
  line-height: 116px;
  /* border-top: 1px solid #d6d6d6; */
  border-bottom: 1px solid #3a3a3a;
}
.bottom .bott-center .div1{
  font-size: 18px;
  color: #9fa0a0;
  /* width: 31%; */
  white-space: nowrap;
}
.bottom .bott-center .div1 img{
  vertical-align: middle;
  margin-right: 4%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: brightness(0.8);
}
.bottom .bott-center .div1 img:hover{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: brightness(1);
}
.bottom .bott-center .div2{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #666666;
}
.bottom .bott-center .div2 span{
  font-size: 18px;
  color: #999999;
}
.bottom .bott-center .div2 p{
  /* margin-left: 4%; */
  color: #666666;
}
.bottom .bott-center .div2 p:nth-child(1){
  /* margin-left: 0; */
}
.bottom .bott-center .div3{
}

.bottom .bott-center .div3 a:nth-child(1){
  margin-left: 0;
}

.bottom  .bott-b{
  padding: 20px 0;
  /* height: 70px; */
  /* line-height: 70px; */
  font-size: 12px;
}
.bottom  .bott-b .p1{
  display: flex;
  justify-content: space-between;
}
.bottom .bott-b span{
  color: #777777;

}
.bottom  .bott-b .p2{
  color: #777777;
  margin-top: 10px;
}
.bottom  .bott-b .p2 a{
  color: #777777;
  margin-right: 4px;
}
.bottom  .bott-b .p2 a:nth-last-child(1){
  margin-right: 0;
}
.bottom .bott-center .div3 a{
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.bottom .bott-center .div3 a .ewm{
  width: 144px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
  top: -158px;
  left: -97px;
  border-radius: 5px;
  display: none;
}
.bottom .bott-center .div3 a:hover {
  background: #3a3a3a;
  border-radius: 100px;
}
.bottom .bott-center .div3 a:hover .ewm{
  display: flex;
}
.bottom .bott-center .div3 a .ewm::after{
  position: absolute;
  content:'';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  bottom: -8px;
  right: 16px;
}
.bottom .bott-center .div3 a img{
  vertical-align: middle;
}
.bottom .bott-center .div2{
  display: none;
}
/* 按钮 */
.btn{
  display: block;
  width: 194px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #7f7f7f;
  border: 1px solid #7f7f7f;
  margin: 0 auto;
  /* margin-top: 4%; */
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
   -ms-transition: all .3s;
    -o-transition: all .3s;
       transition: all .3s;
}
.btn:hover{
  background: #1798ff;
  color: #fff;
  border: 1px solid #1798ff;
}
@media (max-width: 1200px){
  .container {
    width: 100%;
    padding: 0 2%;
  }
  .bottom .bott-center .div2,.bottom .bott-center .div1{
    font-size: 14px;
  }
  .bottom .bott-center .div2 span{
    font-size: 12px;
  }
  .bottom .bott-center .div1 img{
    width: 100px;
  }
  /* .bottom .bott-center .div3 a{
    width: 18px;
    height: 18px;
  } */

  .bottom .bott-top{
    flex-wrap: wrap;
  }
  .bottom .bott-center .div3{
    /* width: 18%; */
    text-align: right;
  }
}
@media screen and (max-width: 900px) and (min-width: 0px) {
  .bottom .bott-center .div2{
    display: flex;
  }
  .bottom .left .bott-top{
    width: 100%;
  }
  .bottom .bott-top .right{
    width: 100%;
  }

  .bottom .bott-top .left{
    width: 100%;
    margin-bottom: 2%;
  }
  .bottom .bott-center{
    height: auto;
    flex-wrap: wrap;
    line-height: normal;
  }
  .bottom .bott-center .div1,.bottom .bott-center .div2,.bottom .bott-center .div3{
    width: 100%;
  }
  .bottom .bott-b{
    /* flex-wrap: wrap; */
    line-height: normal;
    text-align: center;
    justify-content: space-between;
    height: auto;
    padding: 2% 0;

  }
  .bottom .bott-center div{
    margin: 2% 0;
  }
}
@media screen and (max-width: 900px) and (min-width: 0px) {
  .bottom .bott-top .left{
    display: none;
  }
  .bottom .bott-center .div1{
    text-align: center;
    order: 1;
    border-bottom: 1px solid #343434;
    padding-bottom: 4%;
    font-size: 12px;
  }
  .bottom .bott-center .div2{
    order: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 4%;
    padding-left: 4%;
    border-top: 1px solid #343434;
  }
  .bottom .bott-center .div3{
    order: 2;
  }
  .bottom .bott-center .div2 p{
    color: #9fa0a0;
    width: 100%;
  }
  .bottom .bott-center .div2 p span{
   visibility: hidden;
  }
  .bottom .bott-top{
    padding: 8% 0;
  }
  .bottom .bott-top .right{
    display: flex;
  }
  .bottom .bott-top .right .div1 p{
    margin-top: 8px;
    color: #999999;
  }
  .bottom .container{
    padding: 0;
  }
  .bottom .bott-center{
    border-bottom: none;
  }
  .bottom .bott-center .div3{
    text-align: center;
  }
  .bottom .bott-center .div3 a{
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .bottom .bott-center .div3 a:hover{
    background: none;
  }
  .bottom .bott-center .div3 a:hover .ewm{
    display: none;
  }
  .bottom .bott-b{
    font-size: 12px;
    color: #777777;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 4%;
    line-height: 24px;
  }
  .bottom .bott-b span{
    /* width: 100%; */
    text-align: left;
  }
  .bottom .bott-b span:nth-last-child(1){
    white-space: nowrap;
  }
}
/* 分页 */
.pagination {
  display: flex;
  font-size: 24px;
  justify-content: center;
}
.pagination .el-pager{
  display: flex;
}
.pagination .el-pager  li{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 14px;
  color: #999999;
  cursor: pointer;
}
.pagination .el-pager  li.active{
  background: #f3f3f3;
}
.pagination .btn-prev{
  width: 40px;
  height: 40px;
  line-height: 40px;
  color:#7f7f7f;
  text-align: center;
}
.pagination .btn-next{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 14px;
  color:#7f7f7f;
}
/* 遮罩层 */
/* .inner-header .pc-header{
}
.inner-header .zhezhao{
  width: 100%;
  height: 100%;
  top: 100px;
  position: absolute;
  display: none;
  background-color: rgba(000, 000, 000, 0.5);
  z-index: 2;
}
.header{
  z-index: 3;
} */


.mobile-banner a{
  height: 100%;
}
.header .right .phone{
  font-size: 16px;
  color: #333333;
  margin-right: 12px;
  white-space: nowrap;

}
.header{
  z-index: 999;
}
.i-header .right .phone{
  font-size: 16px;
  color: #fff;
  margin-right:12px;
  white-space: nowrap;
}
.header .right{
  height: 98px;
  line-height: 98px;
}
.i-header .header-top.topclass .right .phone{
  color: #333333;
}
.i-header .header-top.baidi .right .phone{
  color: #333333;

}
/* 悬浮 */
.suspend{
  /* width: 63px; */
  z-index: 99;
  position: fixed;
  right: 0;
  bottom: 15%;
  /* padding: 1px 1px 0 1px; */
  display: block;
  font-size: 0;
}
.suspend a{
  display: block;
  /* display: flex; */
  position: relative;
}
.suspend a .div1{
  width: 63px;
  height: 63px;
}
.suspend a .text{
  width: auto;
  white-space: nowrap;
  padding: 0 10px;
  height: 63px;
  line-height: 63px;
  background: #1798ff;
  color: #fff;
  position: absolute;
  right: 63px;
  top: 0;
  font-size: 16px;
  text-align: center;
  display: none;
}
.suspend .a1 .div1{
  background: url(../img/TOP1.png) #c5c3c4 no-repeat center;
  background-size: 40px 40px;
  margin-bottom: 1px;
}
.suspend .a2 .div1{
  background: url(../img/TOP2.png) #c5c3c4 no-repeat center;
  background-size: 40px 40px;
  margin-bottom: 1px;
}
.suspend .a3 .div1{
  background: url(../img/TOP3.png) #c5c3c4 no-repeat center;
  background-size: 40px 40px;
  margin-bottom: 1px;
}
.suspend .a4 .div1{
  background: url(../img/TOP4.png) #c5c3c4 no-repeat center;
  background-size: 40px 40px;
}
.suspend .a1:hover .div1{
  background: url(../img/TOP1.png) #1798ff no-repeat center;
  background-size: 40px 40px;
}
.suspend .a2:hover .div1{
  background: url(../img/TOP2.png) #1798ff no-repeat center;
  background-size: 40px 40px;
}
.suspend .a3:hover .div1{
  background: url(../img/TOP3.png) #1798ff no-repeat center;
  background-size: 40px 40px;
}
.suspend .a4:hover .div1{
  background: url(../img/TOP4.png) #1798ff no-repeat center;
  background-size: 40px 40px;
}
.suspend a:hover .text{
  display: block;
}

@media screen and (max-width: 767px) and (min-width: 0px){
  .suspend{
    display: none;
  }
}
/* .header .x-li a{
  position: relative;
}
.header .x-li a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1798ff;
} */

.mobile-banner #mobile-container img{
  width: 100%;
}

/* pc和手机端图片分开 */
/* pc */
@media (min-width: 767px){
  .pc-img{
    display: inline-block;
 }
 .mobile-img{
   display: none;
 }
}
@media (max-width: 767px){
  .pc-img{
     display: none;
  }
  .mobile-img{
    display: inline-block;
  }
}
.i-header .mobile-banner #mobile-container .play{
  width: 40px;
  height: 40px;
  margin-top: 40px;
}