.gradient-container {
  width: 100%;
  min-width: 1200px;
  /* height: 4950px; */
  background: url("../images/index/home_bg.jpg") no-repeat top center;
  background-size: cover;
}
/* 模块一 */
.banner_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_1_title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 40px;
}

.jian_bian {
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(90deg, #3573ef 0%, #00bef9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-top: 10px;
}
.banner_1_dec {
  font-size: 16px;
  margin-top: 15px;
}
.xiazai_bottom {
  width: 130px;
  height: 40px;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  background: #3573ef;
  box-shadow: 0px 4px 16px 0px #2976f04f;
}
.banner_1_img {
  margin-top: 15px;
}
/* 模块二 */
.banner_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 85px;
}
.banner_2_title {
  font-family: "SimHei", "黑体";
  font-size: 32px;
  font-weight: 600;
}
.banner_2_dec {
  width: 775px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 15px 0 10px;
}
.banner_2_img {
  margin-top: 60px;
}
/* 模块三 */
.banner_3 {
  margin-top: 90px;
}
.banner_3_title {
  font-family: Source Han Sans CN;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}
.banner_3_dec {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
.banner_3_banner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 60px auto 0;
}
.banner_3_1_left {
  width: 295px;
  margin-top: 35px;
}
.banner_3_1_leftImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: url("../images/index/banner_3_11.png") no-repeat center;
}
.banner_3_1_left .left_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin-top: 5px;
}
.banner_3_1_left .left_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-top: 15px;
}
.banner_3_1_right {
}
.swiper {
  width: 1200px;
  height: 520px;
  padding-bottom: 20px;
}
.swiper-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d7deff;
  box-shadow: 0px 8px 19px 0px #6575c321;
  padding: 8px;
  position: absolute;
  bottom: 15px;
  z-index: 999;
}
.swiper-button-prev1 {
  left: 500px;
}
.swiper-button-next1 {
  right: 500px;
}
.swiper-pagination {
  margin-bottom: 15px;
}
.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #3573ef !important;
}
.swiper-pagination-bullet-active {
  width: 30px !important;
  border-radius: 20px !important;
}
/* 模块四 */
.banner_4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 65px;
}
.banner_4_center {
  display: flex;
  height: 380px;
  justify-content: space-between;
}
.banner_4_center_left {
  width: 580px;
  height: 405px;
  margin-top: 80px;
  position: relative;
}

.banner_4_center_left_2 {
  margin-top: 40px;
}
.banner_4_center_left_3 {
  padding-left: 25px;
  margin-top: 125px;
}
.banner_4_center_left div:nth-child(1) {
  font-weight: 500;
  font-size: 20px;
  color: #9e9b9b;
  border-left: 4px solid #3573ef;
  padding-left: 10px;
}
.banner_4_center_number {
  position: absolute;
  top: -8px;
  left: 20px;
}
.banner_4_center_number_3 {
  left: 50px;
}
.banner_4_center_desc {
  padding-left: 15px;
  color: #000;
  width: 525px;
  margin: 15px 0;
}
.banner_4_center_desc div:nth-child(1) {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  border-left: 0;
  padding: 0;
  color: #9e9b9b;
}
.banner_4_center_desc div:nth-child(2) {
  font-weight: 600;
  font-size: 20px;
  margin: 35px 0 12px;
}
.banner_4_center_desc div:nth-child(3) {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.two_tittle {
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 22px;
}
.two_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 9px;
}
.margin_top{
  margin-top: 10px !important;
}
.banner_4_center_right {
  margin-top: 10px;
  /* border: 1px solid rgb(59, 167, 49); */
}
.banner_4_center_right_3 {
  margin:50px 0 0 10px;
}
.banner_5 {
  margin: 110px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_5_center {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.banner5_center_one {
  background: #fafcff;
  border: 1px solid #dae7f6;
  border-radius: 12px;
  width: 386px;
  height: 453px;
  padding: 30px;
}
.banner5_center_one div:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.banner5_center_one div:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
.banner5_center_one div:nth-child(3) {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.banner5_center_one img {
  display: block;
  margin: 30px auto 0;
}
.banner5_img_3 {
  margin: 36px auto 0 !important;
}
.banner_6_center {
  width: 1038px;
  height: 215px;
  padding: 15px;
  position: relative;
  margin-top: 45px;
}

.banner_6_center_one {
  width: 365px;
  height: 130px;
  padding: 10px 20px 20px;
}

.banner_6_center_one div:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}
.banner_6_center_one div:nth-child(2) {
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
}
.banner_6_center_1 {
  position: absolute;
  top: 138px;
  left: 0;
}

.banner_6_center_2 {
  position: absolute;
  top: 138px;
  left: 675px;
}

.banner_6_center_3 {
  position: absolute;
  top: 255px;
  left: 675px;
}
.banner_7 {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/index/banner7.png") no-repeat center/cover;
}
.banner_7_center {
  width: 850px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner_7_title {
  color: #0d17dc;
  font-family: Source Han Sans CN;
  font-weight: 600;
  font-style: Medium;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 2px;
}
.banner_7_btn {
  width: 160px;
  height: 48px;
  border-radius: 5px;
  background-color: #3573ef;
  border: 0px solid #000000;
  color: #fff;
}
.banner_8_center {
  width: 1200px;
  display: flex;
  margin: 20px auto;
  font-size: 12px;
  color: #808080;
  line-height: 24px;
}
.banner_8_left {
  width: 110px;
}

.banner_6_img{
  width: 900px;
  border: 1px solid #000;
}

/* 滚动效果 */
.b5_con{
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 0;
  overflow: hidden;
  height: 200px;
}
.b5_items{
  width: 10000px;
  /* height: 328px; */
  overflow: hidden;
  position: absolute;
  left: 0;
}
/*.b5_con .str_move{*/
  /*height: 328px;*/
/*}*/
.b5_items li{
  float: left;
  width: 176px;
  padding: 2px;
  font-size: 16px;
  color: #000;
  /* height: 328px; */
  margin-right: 17px;
}
.b5_items li div{
  padding: 2px;
  margin-bottom: 17px;
  overflow: hidden;
}
.b5_items li img{
  width: 168px;
  height: 60px;
  float: left;
}
