body{
  overflow-x: auto;
}
.cszl_banner_wrap{
  min-width: 1200px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cszl_banner{
  width: 100%;
}
.cszl_banner li{
  width: 100%;
}
.cszl_banner li img{
  width: 100%;
}
.cszl_banner li .banner_slide1_font1{
  width: 816px;
  transition:1.5s;
  position: absolute;
  left: 50%;
  margin-left: -2500px;
  top: 50%;
  margin-top: -120px;
}
.cszl_banner li .banner_slide1_font2{
  width: 763px;
  transition:1.5s;
  position: absolute;
  left: 50%;
  margin-left: 2500px;
  top: 50%;
  margin-top: 55px;
}
.cszl_banner li .banner_slide2_font1{
  width: 1068px;
  transition:1.5s;
  position: absolute;
  left: 50%;
  margin-left: -2500px;
  top: 50%;
  margin-top: -60px;
}
.cszl_banner li .banner_slide2_font2{
  width: 398px;
  transition:1.5s;
  position: absolute;
  left: 50%;
  margin-left: 2500px;
  top: 50%;
  margin-top: 60px;
}
.cszl_banner li .banner_slide3_font1{
  width: 763px;
  transition:1.5s;
  position: absolute;
  left: 50%;
  margin-left: -2500px;
  top: 50%;
  margin-top: -80px;
}
.cszl_banner li .banner_slide3_font2{
  width: 880px;
  transition:1.5s;
  position: absolute;
  left: 50%;
  margin-left: 2500px;
  top: 50%;
  margin-top: 60px;
}
.banner_titcell{
  position: absolute;
  left: 50%;
  width: 300px;
  text-align: center;
  margin-left: -150px;
  bottom: 27px;
}
.banner_titcell span{
  display: inline-block;
  margin: 0 5px;
  background: #fff;
  width: 30px;
  height: 10px;
  opacity: 0.5;
  border-radius: 2px;
  cursor: pointer;
}
.banner_titcell .on{
  opacity: 1;
  width: 60px;
}

.cszl_wrap{
  width: 1200px;
  height: 100%;
  margin: auto;
}
.cszl_p1{
  width: 100%;
  min-width: 1200px;
  height: 700px;
}
.cszl_tit{
  width: 100%;
  height: 45px;
  font-weight: bold;
  font-size: 34px;
  color: #191919;
  line-height: 45px;
  text-align: center;
  float: left;
  margin-top: 77px;
}
.cszl_subtit{
  width: 100%;
  height: 26px;
  font-size: 20px;
  color: #666666;
  line-height: 26px;
  text-align: center;
  float: left;
  margin-top: 20px;
}
.p1_content{
  width: 100%;
  height: 380px;
  float: left;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.p1_slide{
  width: 260px;
  height: 380px;
  position: relative;
}
.p1_slide img{
  position: absolute;
  left: 47px;
  top: 0;
  z-index: 2
}
.p1_slide_bg{
  width: 100%;
  height: 305px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F1F5FE;
  z-index: 1;
}
.p1_slide h1{
  display: block;
  width: 100%;
  height: 26px;
  color: #191919;
  line-height: 26px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  float: left;
  margin-top: 121px;
}
.p1_slide p{
  width: 212px;
  font-size: 16px;
  color: #838CAB;
  line-height: 22px;
  text-align: justify;
  float: left;
  margin-left: 24px;
  margin-top: 27px;
}
.p1_line{
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #0025FC;
}
.p1_line h2{
  display: block;
  float: right;
  width: 30px;
  height: 4px;
  background: #FF101D;
}
.cszl_p2{
  width: 100%;
  min-width: 1200px;
  height: 1070px;
  background: url(../images/cqjy/bg_02.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
.cszl_p2 .cszl_tit{
  margin-top: 80px;
}
.cszl_p2 img{
  float: left;
  margin-top: 50px;
}
.cszl_p4{
  width: 100%;
  min-width: 1200px;
  height: 800px;
  background: url(../images/cqjy/bg_04.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
.cszl_p4 .cszl_tit{
  margin-top: 80px;
}
.p4_tab{
  width: 100%;
  height: 130px;
  border-bottom: 1px solid #EEEFF1;
  float: left;
  margin-top: 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.p4_tab_li{
  width: 200px;
  height: 100%;
  cursor: pointer;
}
.p4_tab_img{
  width: 100%;
  text-align: center;
  height: 65px;
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
}
.p4_tab_li span{
  display: block;
  float: left;
  width: 100%;
  height: 26px;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-top: 20px;
  transition:0.3s;
}
.p4_tab_li.on span{
  color: #2565F9;
  font-weight: bold;
}
.p4_line{
  position: absolute;
  width: 180px;
  height: 4px;
  background: #2565F9;
  border-radius: 1px;
  bottom: -2px;
  left: 10px;
  transition:0.3s;
}
.p4_slide{
  display: none;
  width: 98%;
  float: right;
  margin-top: 56px;
}
.p4_slide.on{
  display: block;
}
.p4_slide img{
  float: right;
}
.p4_slide_top{
  width: 450px;
  height: 50px;
  float: left;
  border-bottom: 2px solid #E0E8F4;
}
.p4_slide h1{
  display: block;
  width: 30px;
  height: 50px;
  float: left;
  font-family: Arial;
  font-weight: normal;
  font-size: 30px;
  color: #2565F9;
  line-height: 36px;
  border-bottom: 3px solid #2A3F7E;
  font-weight: bold;
}
.p4_slide span{
  display: block;
  float: left;
  height: 31px;
  font-weight: bold;
  font-size: 24px;
  color: #191919;
  line-height: 33px;
  margin-left: 15px;
}
.p4_slide_p{
  width: 450px;
  height: 280px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.p4_slide_p p{
  width: 450px;
  font-size: 16px;
  line-height: 31px;
  text-align: justify;
  float: left;
  color: #333333;
  padding-left: 25px;
  background: url(../images/cqjy/dui.png) no-repeat;
  background-position: 0px 8px;
  margin-bottom: 20px;
}

.cszl_p5{
  width: 100%;
  min-width: 1200px;
  height: 615px;
}
.cszl_p5 .cszl_wrap{
  width: 1200px;
}
.cszl_p5 .cszl_tit{
  margin-top: 80px;
}
.p5_content{
  width: 100%;
  height: 340px;
  float: left;
  margin-top: 50px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.p5_slide{
  width: 130px;
  height: 340px;
  border-radius: 6px;
  transition:0.4s;
  overflow: hidden;
  cursor: pointer;
}
.p5_slide.on{
  width: 465px;
  background-position: left top;
}
.p5_slide1{
  background: url(../images/cqjy/p5img1.jpg) no-repeat;
  background-position: -305px 0;
}
.p5_slide2{
  background: url(../images/cqjy/p5img2.jpg) no-repeat;
  background-position: -305px 0;
}
.p5_slide3{
  background: url(../images/cqjy/p5img3.jpg) no-repeat;
  background-position: -305px 0;
}
.p5_slide4{
  background: url(../images/cqjy/p5img4.jpg) no-repeat;
  background-position: -305px 0;
}
.p5_slide5{
  background: url(../images/cqjy/p5img5.jpg) no-repeat;
  background-position: -305px 0;
}
.p5_slide6{
  background: url(../images/cqjy/p5img6.jpg) no-repeat;
  background-position: -305px 0;
}
.p5_slide h1{
  width: 107px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  float: left;
  margin-left: 28px;
  margin-top: 57px;
}
.p5_back{
  display: none;
  width: 100%;
  height: 100%;
}
.p5_back span{
  width: 300px;
  height: 40px;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 40px;
  float: left;
  margin-left: 53px;
  margin-top: 57px;
}
.p5_back p{
  width: 285px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: justify;
  float: left;
  margin-left: 53px;
  margin-top: 45px;
}
.p5_slide.on .p5_back{
  display: block;
}
.p5_slide.on h1{
  display: none;
}
.cqjy_p6{
  width: 100%;
  min-width: 1200px;
  height: 920px;
  background: #F5F8FC;
}
.cqjy_p6_bg{
  width: 100%;
  height: 100%;
  background: url(../images/cqjy/bg_06.jpg) no-repeat;
  background-position: center top;
  background-size: 100% 250px;
}
.cqjy_p6 .cszl_tit{
  margin-top: 80px;
  color: #fff;
}
.p6_img{
  float: left;
  margin-top: 50px;
}