/* header开始 */
.headerbg {
    width: 100%;
    background-color: #e4e9ef;
}
.header {
    width: 1000px;
    margin: 0 auto;
}
.logo {
    float: left;
    width: 650px;
    height: 110px;
}
.logo a img {
    max-width: 100%;
    max-height: 100%;
}
.tel {
    float: right;
    margin-top: 15px;
    margin-left: 40px;
}
.tel h2 {
    line-height: 50px;
    font-size: 24px;
    color: #e50213;
}
.tel h2 img {
    height: 50px;
    margin-right: 28px;
    display: inline-block;
}
.tel h3 {
    font-size: 20px;
    line-height: 30px;
}
.tel h3 b {
    font-size: 24px;
    color: #e50213;
    display: inline-block;
}
/* nav开始 */
.navbg {
    width: 100%;
    background-color: #2179b8;
}
.nav {
    width: 1000px;
    margin: 0 auto;
}
.nav ul li {
    float: left;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
}
.nav ul li a {
    font-size: 16px;
    color: #ffffff;
}
/* 轮播图开始 */
.lunbotubg {
    width: 100%;
    background-color: #ffffff;
    height: auto;
}
.lunbotu {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.swiper {
    width: 75%;
    height: 100%;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-pagination01 {
      display: none;
  }
  /* footer开始 */
  .footerbg {
    width: 100%;
    background-image: linear-gradient(#e6ebf1, #fdfdfd);
    padding: 10px 0;
  }
  .footer {
    width: 1000px;
    margin: 0 auto;
  }
  .footer p {
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
    text-align: center;
  }
  .footer p a {
    color: #000000;
  }
  .footer div a img {
    display: block;
    margin: 10px auto 0;
  }
  /* 资讯开始 */
  .zixun {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fdfdfd;
    z-index: 10;
    width: 100%;
    padding: 10px 0;
    display: none;
  }
  .zixun ul li {
    float: left;
    width: 50%;
    text-align: center;
  }
  .zixun ul li a div {
    width: 80px;
    margin: 0 auto;
  }
  .zixun ul li a div img {
    width: 100%;
  }
  .zixun ul li a span {
    display: block;
    font-size: 32px;
    text-align: center;
  }
  .z1 a span {
    color: #3985e7;
  }
  .z1 a span {
    color: #333333;
  }


  /* 通用开始 */
  .tongyongbg {
    width: 100%;
    background-color: #fdfdfd;
    padding-top: 30px;
  }
  .tongyong {
    width: 1000px;
    margin: 0 auto;
  }
  .tongyong-left {
    float: left;
    width: 250px;
  }
  .tongyong-left1 h2 {
    height: 80px;
    line-height: 80px;
    background: #205c86;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    padding: 0 20px;
  }
  .tongyong-left1 h2 img {
    display: inline-block;
  }
  .tongyong-left1 ul li {
    border-bottom: 1px solid #cecece;
    background-color: #f0f0f0;
    font-size: 16px;
    text-align: center;
    line-height: 58px;
  }
  .tongyong-left1 ul li a {
    color: #333333;
  }
  .tongyong-left1 ul li:hover {
    background-color: #dcd4d4;
  }
  .tongyong-left1 ul li:hover a {
    color: #ffffff;
  }
  .tongyong-left2 {
    background-color: #f0f0f0;
  }
  .tongyong-left2 h2 {
    height: 80px;
    line-height: 80px;
    background: #205c86;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    padding: 0 20px;
  }
  .tongyong-left2 h2 img {
    display: inline-block;
  }
  .tongyong-left2 i img {
    width: 100%;
  }
  .tongyong-left2 h3 {
    color: #333333;
    font-size: 16px;
    margin: 8px 0;
  }
  .tongyong-left2 p {
    padding: 7px 0;
    font-size: 14px;
    color: #333333;
  }
  .tongyong-right {
    float: right;
    width: 720px;
  }
  .tongyong-right1 {
    font-size: 12px;
    color: #999999;
  }
  .tongyong-right1 a {
    color: #666666;
  }

   










  @media only screen and (max-width: 1000px) {
    .zixun {
      display: block;
    }
  }