.banner {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
}

.banner .banner_ul {
  height: 420px;
  overflow: hidden;
}

.banner .banner_ul li {
  width: 100vw;
  height: 420px;
  float: left;
  position: relative;
}

.banner .banner_ul li img {
  width: 1920px;
  height: 420px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*
设置小圆点的容器，利用flex布局使其居中
*/

.banner .points {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 10px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 设置每个小圆点的样式 */

.banner .point {
  width: 36px;
  height: 4px;
  background: rgba(255, 255, 255, 0.40);
  margin: 8px;
  cursor: pointer;
}

.points .active {
  background-color: #ffffff;
}

.platformTab {
  width: 1200px;
  height: 128px;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin: -64px auto 0;
  border-radius: 8px;
  box-shadow: 0px 4px 10px -2px rgba(107, 109, 111, 0.15);
  display: flex;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.platItem {
  flex: 1;

}

.platItem .platetip {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 20px;
}

.platItem .platItembtn {
  background-color: #ffffff;
  text-align: center;
  margin-top: 30px;
}

.platItem>div button {
  width: 64px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: #dbe6ff;
  border-radius: 4px;
  color: #0051FF;
  font-size: 14px;
  cursor: pointer;
  margin: 0 8px;
}

.platItem>div button.btn {
  background-image: linear-gradient(180deg, #2375EF, #245BED);
  color: #ffffff;
}

.platItem img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 18px auto 8px;
}

.platItemXian {
  width: 1px;
  height: 80px;
  background: #dde0e6;
  margin: auto 0;
}

.why_title {
  height: 33px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 33px;
  margin-top: 60px;
  margin-bottom: 8px;
}

.why_title_des {
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #265ff0;
  line-height: 22px;
  margin-bottom: 40px;
}

.why_content {
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
}

.why_content .why_item {
  width: 292px;
  text-align: center;
}

.why_content .why_item img {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto 4px;
}

.why_content .why_item .why_tips {
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #265ff0;
  line-height: 22px;
  margin-bottom: 12px;
}

.why_content .why_item .why_tips_des {
  width: 200px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #7c8188;
  line-height: 17px;
  margin: 0 auto;
}

.company {
  background: #f3f5f9;
  overflow: hidden;
}

.cont4_list {
  width: 1056px;
  margin: 0 auto 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cont4_list .cont4_list_li {
  width: 160px;
  height: 80px;
  margin: 0 8px 20px;
}



.cont4_list .cont4_list_li img {
  width: 160px;
  height: 80px;
  border-radius: 6px;
}

.deepcom {
  background: #EFF5FE;
  overflow: hidden;
  height: 440px;
  position: relative;
}

.deepcom_title {
  margin: 60px auto 40px;
  height: 33px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #265ff0;
  line-height: 33px;
  position: relative;
  z-index: 2;
}
.deepcom .deepbackleft {
  background: url('../img/newIndex/deepcompany/backleft.png') center bottom no-repeat;
  background-size: 100%;
  height: 440px;
  width: 960px;
  left: 0;
  position: absolute;
}
.deepcom .deepbackright {
  background: url('../img/newIndex/deepcompany/backright.png') center top no-repeat;
  background-size: 100%;
  height: 440px;
  width: 960px;
  position: absolute;
  right: 0;
}

.deepcom_content {
  display: flex;
  justify-content: center;
  padding-bottom: 75px;
  position: relative;
  z-index: 2;
}

.deepcom_left {
  width: 200px;
  height: 232px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 10px -2px rgba(107, 109, 111, 0.15);
  padding: 8px 0;
  box-sizing: border-box;
  margin-right: 20px;
}

.deepcom_left>div {
  width: 188px;
  height: 54px;
  line-height: 54px;
  padding-left: 32px;
  box-sizing: border-box;
  font-size: 16px;
  color: #7c8188;
  cursor: pointer;
}

.deepcom_left>div.active {
  background: linear-gradient(90deg, #e5efff, #ffffff);
  color: #265FF0;
  font-weight: bold;
}

.deepcom_right {
  height: 232px;
  box-sizing: border-box;
  padding: 32px 24px 40px;
  display: flex;
  background: linear-gradient(225deg,#eff5fe, #ffffff 37%, #ffffff);;
  border-radius: 8px;
  box-shadow: 0px 4px 10px -2px rgba(107, 109, 111, 0.15);

}

.deepcom_right>img {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  margin-right: 32px;
}

.deepcom_right .deepcom_right_tip {
  padding-top: 16px;
}

.deepcom_right .deepcom_right_tip .deepcom_tip_title {
  height: 28px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 28px;
  margin-bottom: 12px;
}

.deepcom_right .deepcom_right_tip .deepcom_tip_des {
  width: 444px;
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #7c8188;
  line-height: 20px;
}