				    				    				    				    				    				    				    				    				    				    .content {
  width: 100%;
  background-color: #f6faff;
}

.banner {
  width: 100%;
  height: 600px;
  background: url(banner.png) top center no-repeat;
    background-size: 100%;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.zcwj {
  width: 100%;
  height: 680px;
  /* margin-top: -180px; */
  margin-top: 0px;
}

.list {
  margin-top: 35px;
}

.list ul li {
  width: 585px;
  height: 155px;
  background-color: #fff;
  padding: 15px 34px 0px 53px;
  font-size: 18px;
  position: relative;
  float: left;
  margin-bottom: 30px;
}

.list ul li:nth-child(even) {
  margin-left: 30px;
}

.list ul li .dot {
  display: block;
  width: 22px;
  height: 15px;
  background: url('dot.png') no-repeat;
  position: absolute;
  top: 27px;
  left: 20px;
}

.list ul li a {
  line-height: 35px;
  color: #000;
}

.list ul li p {
  color: #999;
}

.zcjdbgc {
  width: 100%;
  height: 635px;
  background-color: #f6f6f6;
  padding-top: 13px;
}

.ssxgbgc {
  width: 100%;
  height: 554px;
  background: url('ssxgbg.png') no-repeat;
  padding-top: 13px;
  overflow: hidden;
}

.ssxglist {
  margin-top: 36px;
  position: relative;
  /* overflow: hidden; */
}

.ssxg {
  margin-top: 50px;
}

.swiper-wrapper {
  width: 1200px;
  /* overflow: hidden; */
}

.swiper-slide {
  width: 380px;
  height: 352px;
  background-color: #fff;
  padding: 20px;
}

.swiper-slide .tit {
  color: #000;
  display: block;
  height: 95px;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  border-bottom: 1px solid #badaff;
}

.swiper-slide p {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  padding: 10px 0px;
}

.swiper-slide .btn {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #378df2;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -70px;
  background: url('ljr.png');
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -70px;
  background: url('ljl.png');
}

.gszczdbgc {
  width: 100%;
  height: 550px;
  background-color: #f6f6f6;
}

.gszczdbgc .gszczd {
  margin-top: 70px;
}

.gszczdlist {
  margin-top: 36px;
}

.gszczdlist ul li:last-child {
  margin-right: 0px;
}

.gszczdlist ul li {
  width: 216px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url('gslist.png');
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.gszczdlist ul li a {
  color: #1b65ae;
  font-size: 18px;
  font-weight: bold;
}
/*新加css*/
.w1200 {
  overflow: hidden;
}

/* 内容区手机版 */
@media only screen and (max-width: 768px) {
  .banner {
    height: 18rem;
    background-size: 100% !important;
background: url(bannerpho.png) top center no-repeat;
  }
  .zcwj {
    height: auto;
    /* margin-top: -15rem; */
  }
  .title {
    font-size: 2.2rem;
  }
  .title a img {
    width: 150%;
margin-left: -22%;
  }
  .list {
    margin-top: 1.5rem;
    overflow: hidden;
  }

  .list ul li {
    width: 100%;
    height: auto;
    padding: 1.5rem;
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .list ul li .dot {
    width: 2.2rem;
    height: 1.5rem;
    top: 1.7rem;
    left: 0rem;
    display: none;
  }
  .list ul li a {
    line-height: 2.5rem;
  }
  .list ul li p {
    font-size: 1.8rem;
  }
  .list ul li:nth-child(even) {
    margin-left: 0;
  }
  .zcjdbgc {
    width: 100%;
    height: auto;
    padding-top: 1.3rem;
  }
  .ssxgbgc {
    height: auto;
    padding-top: 1.3rem;        background-size: 100% 100%;
        padding-bottom: 1.3rem;
  }
  .ssxg {
    margin-top: 0rem;
  }
  .ssxglist {
    margin-top: 0.6rem;
  }
  .swiper-wrapper {
    width: 100%;
  }

  .gszczdbgc {
    height: auto;
    overflow: hidden;
  }
  .gszczdbgc .gszczd {
    margin-top: 0rem;
  }
  .gszczdlist {
    margin-top: 0.6rem;
  }
  .gszczdlist ul li {
    width: 21.5%;
    height: 4rem;
    line-height: 4rem;
    margin: 1.6% !important;
  }
  .swiper-slide {
    width: calc(49% - 20px);
    height: 45rem;
  }
  .swiper-slide .tit {
    height: auto;
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
  .swiper-slide p {
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding: 1rem 0rem;
  }
  .swiper-slide .btn {
    width: 10rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.8rem;
  }
  .gszczdlist ul li a{font-size: 1.8rem;}
}
@media only screen and (max-width: 500px) {
.swiper-slide {
        width: 98%;
        height: 35rem;
    }
}
				
				
				
				
				
				
				
				
				
				