body{
    max-width: 768px;
    margin: auto;
}
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
.nav{
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(31,102,191,1);
    z-index: 12;
}
.logo{
    width: 40%;
    height: auto;
}
.logo img{
    width: 100%;
}
.class{
    /* width: 30%; */
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 0;
}
.class-click{
    margin-left: 20px;
    
}
.nav-btn{
    margin-left: 10px;
}
.nav-btn span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff !important;
    margin: 5px auto;
    transition: all .5s ease;
}
.sp1 {

    transition: all .5s ease;
    transform: rotate(-35deg);
    transform-origin: right;
}
.sp2 {
    width: 0!important;
}
.sp3 {

    transition: all .5s ease;
    transform: rotate(35deg);
    transform-origin: right;
}
.nav-list{
    width: 100%;
    height: auto;
    padding: 30px 50px;
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    top: -1000%;
    transition: .5s;
    z-index: 10;
}
.nav-list a{
    animation-delay: 0.1s;
    display: block;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    font-size: 14px;
}
.nav-show{
    top: 100% !important;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
  }
  .swiper-slide img{
      width: 100%;
  }
  .title h4{
      font-size:18px ;
      text-align: center;
      color: rgba(31,102,191,1);
  }
  .title span{
      color: #f0f0f0;
      letter-spacing:-2px;
      margin: 0 10px;
  }
  .padd{
      padding: 20px 0;
  }
  .title p{
      text-align: center;
      color: #A9A9A9;
      font-size: 14px;
      margin: 5px 0;
  }
  .index-about-content{
      overflow: hidden;
      padding: 20px ;
      border-top: 1px solid #f0f0f0;
      border-bottom: 1px solid #f0f0f0;
  }
  .index-about-content p{
    color: #6B6B6B;
    font-size: 14px;
    line-height: 22px;
  }
  .index-about-content a{
    float: right;
      border-radius: 5px;
      padding: 5px 12px;
      color: rgba(121,180,255,1);
      display: inline-block;
      font-size: 14px;
      border-width: 1px;
    border-style: solid;
    margin-top: 10px;
    border-color: rgba(240,240,240,1);
    background-color: rgba(252,252,252,1);
  }
  .index-product{
      padding: 20px 10px;
      
  }
  .index-product-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index-product-list li{
      width: 48%;
      margin-bottom: 10px;
      border-width: 1px;
      border-style: solid;
      border-color: rgba(240,240,240,1);
  }
  .index-product-list li img{
      width: 100%;
  }
  .index-product-list li p{
      padding: 10px;
      font-size: 14px;
      color: #333;
      overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
  }
  .index-news-list{
      padding: 10px 0;
      border-bottom:1px solid rgba(240,240,240,1);
  }
  .index-news-list li{
      margin-bottom: 10px;
      padding: 10px;
      border-top:1px solid rgba(240,240,240,1);
  }
  .index-news-list li a{
      display: flex;
  }
  .index-news-list li a img{
      width: 30%;
      min-height: 110px;
  }
  .news-text{
      width: 70%;
      padding: 0 10px;
  }
  .news-text h5{
      margin-bottom: 10px;
      font-size: 16px;
      color: #333;
      overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
  }
  .data{
      font-size: 12px;
      color: #515151;
      margin-bottom: 10px;
  }
  .news-text p{
    color: #6B6B6B;
    font-size: 14px;
  }
  .foot-t{
      padding: 15px 0;
      color: #fff;
      text-align: center;
      background: rgba(221,39,17,1);
      font-size: 14px;
      line-height: 22px;
  }
  .foot-b{
      
      background: #000;
      display: flex;
  }
.foot-b a{
    padding: 10px 0;
    width: 33%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid #f2f2f2;
}
.foot-b a img{
    width: 20px;
    
}
.fll{
    color: rgba(53,53,53,1);
    font-weight: 600;
    padding-left: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(238, 238, 238, 1);
}
.gg{
    padding: 8px;
    background: rgba(71,129,199,1);
}
.abt-class{
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: space-between;
    z-index: 9;
    transition: .5s;
}
.abt-r{
    width: 70%;
    background: #fff;
    background: #fff;
    padding-top: 100px;
    padding-left: 20px;
}
.abt-r a{
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}
.abt-class img{
    margin-top: 100px;
    margin-left: 50px;
}
.content{
    padding: 20px;
}
.content h3{
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);;
}
.content p{
    font-size: 14px;
    text-indent: 2em;
    color: #707070;
}
.content img{
    width: 100%;
    margin-top: 10px;
}
.cr-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cr-list li{
    width: 48%;
    margin-bottom: 10px;
}
.xc li{
    border: 1px solid rgba(238, 238, 238, 1);
}
.cr-list img{
    margin-top: 0;
}
.xc p{
    line-height: 40px;
    font-size: 14px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.xq-lb{
    position: relative;
}
.xq-lb h5{
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: rgba(71,129,199,0.8);
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    font-weight: 500;
}
.xq-tt{
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 18px;
    background-color: #f0f0f0;
}
.xq-cont{
    padding: 10px;
}
.xq-cont p{
    font-size: 14px;
    color: #707070;
}
.sx{
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 10px;
    background-color: #fcfbfb;
}
.sx>div{
    width: 50%;
    padding: 0 10px;
   
}
.sx>div>div{
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #707070;
}
.sx>div>div img{
    margin-right: 10px;
}
.sx>div>p{
    text-align: center;
    font-size: 14px;
    color: #333;
}
.zy{
    margin-top: 20px;
    width: 100%;
    padding: 12px 24px;
    margin-bottom: 30px;
    color: #707070;
    border-left: 3px solid rgb(199, 222, 251);
    background-color: rgba(240, 240, 240,1);
}
.xq-data{
    padding: 20px ;
}
.xq-data p{
    display: flex;
    align-items: center;
    color: #868686;
    font-size: 16px;
}
.xq-data p img{
    margin-right: 10px;
    
}
.xq-data a{
    width: 100%;
    line-height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 20px;
    
}
.a1{
    background-color: rgba(255,0,0,1);
}
.a2{
    background: rgba(31,102,191,1);
}
.xq-data a img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.ms{
    color: #707070 !important;
    background-color: rgba(217,217,217,1) !important;
}
.xq-cont img{
    width: 100%;
}
.rl-list {
    padding: 20px ;
}
.rl-list li {
    padding: 10px ;
    border-bottom: 1px solid rgba(238, 238, 238, 1);;
    margin-bottom: 10px;
}
.rl-list li h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-size: 16px;
}
.rl-list li h5 span {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #aaa9a9;
    font-weight: 500;
}
.rl-list div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    align-items: center;
}
.rl-list div p {
    width: 33%;
    font-size: 12px;
    color: #999999;
}
.rl-xq {
    padding: 20px ;
}
.rl-xq h1 {
    font-size: 18px;
    color: #232323;
    margin-bottom: 10px;
}
.rl-xq h1 span {
    font-size: 14px;
    color: #999999;
    font-weight: 500;
}
.money {
    font-size: 14px;
    color: #999999;
}
.money span {
    font-size: 20px;
    color: #F90;
}
.rl-list li {
    
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
}
.ms {
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    border-left: 3px solid #D9301A;
    color: #232323;
    background: #f3f3f3;
    margin-bottom: 20px;
}
.ms-details {
    padding: 20px 0;
}
.lx-list h5{
    color: #707070;
    font-size: 14px;
    margin-bottom: 20px;
}
.lx-list div{
    color: #707070;
    font-size: 14px;
    margin-bottom: 10px;
}
.lx-list div a{
    color: #00E;
}
.map{
    margin-top: 20px;
    width: 100%;
    height: 300px;
    border: 1px solid red;
}
.ly-t{
    padding: 20px;
    background-color: rgba(217,217,217,1) !important;
}
.ly-t h3{
    
    color: rgba(53,53,53,1);
    font-size: 16px;
    margin-bottom: 10px;
}
.ly-t h1{
    display: flex;
    align-items: center;
    font-size:20px;
    color: #333;
}
.form{
    padding: 20px;
}
.form-list{
    padding: 20px 0;
}
.form-list li{
    position: relative;
    margin-bottom: 10px;
}
.form-list li p{
    color: #707070;
    font-size: 16px;
    margin-bottom: 10px;
}
.form-list li textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #707070;
}
.form-list li input{
    height: 35px;
    padding-left: 30px;
    border: 1px solid #707070;
    width: 100%;
}
.form-list li img{
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.sbm{
    width: 100%;
    border: none;
    line-height: 40px;
    color: #353535;
    font-size: 16px;
    border-radius: 8px;
    background-color: rgba(199, 222, 251, 1);
}