.swiper-slide {
    width: 280px;
  }

  .swiper_single {
    width: 280px;
    height: 390px;
    background: #F4F4F4;
    margin: 0px 20px 0px 0;
    overflow: hidden;
    padding-left: 0;
    color: #fff;
  }

  .swiper_single:hover .s_img img {
    transform: scale(1);
    animation-name: ani;
    animation-duration: 2s;

  }

  @keyframes ani {
    to {
      transform: scale(1.2);
    }
  }

  .s_img {
    width: 100%;
    overflow: hidden;
    height: 170px;
  }

  .s_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .swiper-button-next {
    right: 415px;
  }

  .swiper-button-prev {
    left: 415px;
  }
  .swiper-button-prev,.swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #B2DFFF;
    color: #fff;
  }
  .swiper-button-prev:hover{
    background: blue;
  }
  .swiper-button-next:hover{
    background: blue;
  }
  .s_tit {
    padding-top: 10px;
    display: block;
    font-size: 18px;
    color: #2e2321;
    line-height: 35px;
    text-align: center;
  }

  .s_tit:hover {
    text-decoration: underline;
  }

  .line {
    width: 40px;
    height: 2px;
    border-top: 1px solid #90A1CF;
    margin-left: 115px;
    margin-top: 10px;
  }

  .guest_div {
    line-height: 25px;
    font-size: 14px;
    padding: 10px 20px;
    color: #2e2321;
    text-align: left;
    box-sizing: border-box;
  }
  .div_index1{
    margin: 40px 0;
  }
  .div_index1>p{
    font-size: 26px;
    line-height: 35px;
    color: #0d1115;
    text-align: center;
  }
  .div_index1 p span{
    color: #007ed9;
    margin:0 20px;
  }
  .div_index1>span{
    font-size: 16px;
    line-height: 35px;
    color: #007ed9;
    text-align: center;
    font-family: arial;
    display: block;
    text-transform: uppercase;
  }
  .divindex2{
    background: #ECEFF4;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    margin-top: 50px;
  }
  .pro_list{
    width: 1181px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding-top: 29px;
    padding-bottom: 12px;
    margin-top: 20px;
  }
  .pro_list dl{
    width: 260px;
    margin: 0px 18px 10px 15px;
    height: 350px;
  }
  .pro_list dl dt{
    width: 260px;
    height: 237px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #AFAFAF;
  }
  .pro_list dl dt a{
    color: #0076BE;
    text-decoration: none;
  }
  .pro_list dl dt a img{
    width: 260px;
    height: 237px;
  }
  .pro_list dl dd{
    font-size: 12px;
    color: #000;
    width: 243px;
    padding-bottom: 10px;
  }
  .pro_list dl dd span{
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
  }
  .pro_list dl dd span a{
    color: #000;
    font-size: 14px;
    text-decoration: none;
  }

  .pro_list dl dd p{
    width: 100%;
    line-height: 20px;
    color: #393939;
  }
  .mores{
    width: 128px;
    height: 38px;
    border: 1px solid #A0A0A0;
    color: #777777;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    margin: 0 auto;
    margin-top: 65px;
    display: block;
    margin-bottom: 40px;
  }
  .fixbox{
    position: fixed;
    right: 3px;
    top: 28%;
    z-index: 1000;
    background: #fff;
    border: 1px solid #4587e8;
    border-radius: 10px;
  }
  .bgkf{
    height: 99px;
    width: 100%;
    background: #4587e8 url('//sgoutong.baidu.com/embed/1588057042/asset/embed/css/pc/icon/img/iconBack10.png') no-repeat;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    text-decoration: none;
  }
  .inlines{
    height: 50px;
    width: 140px;
    margin-left: -68px;
    margin-top: -25px;
    background-image: url('//sgoutong.baidu.com/embed/1588057042/asset/embed/css/pc/icon/img/iconWord2.png');
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }

  .footers{
    width: 100%;
    border-top: 4px solid #007ed9;
    margin: 20px 0;
  }
  .foots{
    width: 1100px;
    line-height: 20px;
    margin-top: 10px;
    display: flex;
    color: #666666;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    
  }
  .divbottom1{
    display: flex;
    width: 800px;
    overflow: hidden;
  }
  .db_single{
    list-style: none;
    width: 160px;
  }
  .db_single p{
    color: #0d1015;
    font-size: 16px;
    line-height: 30px;
  }
  .db_single li{
    width: 120px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
  }
  .db_single li a{
    color: #565656;
    font-size: 14px;
  }
  .db_single li a:hover{
    text-decoration: underline;
  }
  .p_line{
    height: 1px;
    border-top: 1px solid #007ed9;
    width: 60px;
  }
  .divbottom2{
    width: 290px;
    float: right;
    line-height: 30px;
    color: #cbcbcb;
    overflow: hidden;
  }
  .divbottom2 p{
    color: #0d1015;
    font-size: 16px;
    line-height: 30px;
  }
  .divbottom2 form{
    width: 100%;
  }
  input[type="text"]{
    width: 288px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #007ed9;
    margin: 5px 0px 10px 0px;
  }
  .divbottom2 form p{
    width: 100%;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-bottom: 10px;
  }
  input[type="submit"]{
    color: #fff;
    cursor: pointer;
    height: 30px;
    width: 50%;
    font-weight: bold;
    background: #007ed9;
    border: 0px solid #999999;
    font-size: 16px;
  }
  .ewm{
    display: flex;
  }
  .ewm .ewm_single{
    display: inline-block;
    width: 135px;
    text-align: center;
    color: #666;
    margin-top: 15px;
  }
  .ewm .ewm_single img{
    width: 135px;
    height: 135px;
  }