.page-banner {
  width: 100%;
  height: 500px;
  position: relative;
}
.page-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.page-banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.page-banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner .swiper-container .swiper-button-hide {
  display: none;
}
.page-banner .swiper-container .swiper-button-prev {
  background: rgba(164, 164, 164, 0.42);
  left: 115px;
}
.page-banner .swiper-container .swiper-button-prev:hover {
  background: #a4a4a4;
}
.page-banner .swiper-container .swiper-button-prev .btn {
  width: 100%;
  height: 100%;
  background: url("/images/ty/index2/banner_prev.png") no-repeat center;
}
.page-banner .swiper-container .swiper-button-next {
  background: rgba(164, 164, 164, 0.42);
  right: 115px;
}
.page-banner .swiper-container .swiper-button-next:hover {
  background: #a4a4a4;
}
.page-banner .swiper-container .swiper-button-next .btn {
  width: 100%;
  height: 100%;
  background: url("/images/ty/index2/banner_next.png") no-repeat center;
}
.page-banner .swiper-list {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -228px;
  left: calc((100% - 1200px) / 2);
  z-index: 9;
}
.page-banner .swiper-list li {
  width: 267px;
  height: 350px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
}
.page-banner .swiper-list li:hover{
    -webkit-transform:translateY(-10px);
  -moz-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
  -o-transform:translateY(-10px);
  transform:translateY(-10px);
  -webkit-transition:.5s;
  -o-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;
  box-shadow:0 0 10px rgba(0,0,0,0.3)
}
.page-banner .swiper-list li .top-bg {
  width: 267px;
  height: 122px;
}
.page-banner .swiper-list li .tag-img {
  width: 60px;
  height: 60px;
  background: #2983fd;
  box-shadow: 0px 3px 6px rgba(41, 131, 253, 0.36);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -30px auto 18px;
}
.page-banner .swiper-list li h2 {
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color: #333333;
  width: 220px;
  padding-bottom: 20px;
  margin: 0 auto 20px;
  border-bottom: 1px dotted #e6e6e6;
}
.page-banner .swiper-list li p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
  margin: 0 auto;
  width: 208px;
}
.page-banner .swiper-list li:nth-child(1) .top-bg {
  background: url("/images/ty/index5/banner-1.png") no-repeat center;
}
.page-banner .swiper-list li:nth-child(1) p {
  width: 242px;
}
.page-banner .swiper-list li:nth-child(2) .top-bg {
  background: url("/images/ty/index5/banner-2.png") no-repeat center;
}
.page-banner .swiper-list li:nth-child(3) .top-bg {
  background: url("/images/ty/index5/banner-3.png") no-repeat center;
}
.page-banner .swiper-list li:nth-child(4) .top-bg {
  background: url("/images/ty/index5/banner-4.png") no-repeat center;
}
.banner-consult {
  width: 100%;
  height: 580px;
  padding-top: 290px;
  box-sizing: border-box;
  background: url('/images/ty/common/grid-bg.jpg') repeat center;
}
.banner-consult .text {
  text-align: left;
  margin: 0 auto 55px;
  width: 1206px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.banner-consult .text .left {
  margin: 0 20px;
  transform: translateY(-10px);
}
.banner-consult .text .right {
  margin-left: 20px;
  transform: translateY(10px);
}
.banner-consult a {
  display: block;
  width: 300px;
  height: 52px;
  background: #1b81d2;
  box-shadow: 0px 3px 6px rgba(27, 129, 210, 0.42);
  opacity: 1;
  border-radius: 26px;
  text-align: center;
  line-height: 52px;
  font-size: 22px;
  margin: 0 auto;
  color: #fff;
}
.banner-consult a:hover{color: #fff; background: #FA7000;}
.which-need {
  width: 100%;
  height: 917px;
  background: url("/images/ty/index5/need-bg.jpg") no-repeat top center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.which-need .right-con {
  width: 58%;
  height: 917px;
  padding: 82px 0 0 99px;
  box-sizing: border-box;
  background: rgba(37, 68, 157, 0.96);
}
.which-need .right-con h2 {
  text-align: left;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 52px;
  color: #ffffff;
  margin-bottom: 48px;
}
.which-need .right-con .line {
  width: 120px;
  height: 3px;
  background: #ffffff;
  margin-bottom: 54px;
}
.which-need .right-con ul li {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
  text-align: left;
}
.which-need .right-con ul li .num {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 37px;
  color: #f5b833;
  margin-right: 20px;
}
.which-need .right-con ul li .text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}
.which-need .right-con ul li .text .english {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.58);
}
.which-need .right-con ul li:nth-child(7) {
  margin-bottom: 0;
}
.which-need .right-con a {
  display: block;
  margin-top: 50px;
  width: 180px;
  height: 42px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.same-diff {
  height: 659px;
  width: 100%;
  background: #fff;
  padding-top: 60px;
  box-sizing: border-box;
}
.same-diff .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.same-diff .title h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 40px;
  color: #243159;
}
.same-diff h3 {
  margin-top: 8px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #818795;
}
.same-diff .dif-con {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.same-diff .dif-con .left-con .top,
.same-diff .dif-con .right-con .top {
  display: flex;
  align-items: center;
}
.same-diff .dif-con .left-con .top ul li,
.same-diff .dif-con .right-con .top ul li {
  width: 450px;
  height: 68px;
  background: #24afd4;
  opacity: 1;
  border-radius: 35px;
  padding-left: 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.same-diff .dif-con .left-con .top ul li:nth-child(4),
.same-diff .dif-con .right-con .top ul li:nth-child(4) {
  margin-bottom: 0;
}
.same-diff .dif-con .left-con .top ul li .circle,
.same-diff .dif-con .right-con .top ul li .circle {
  width: 38px;
  height: 38px;
  background: #ffda0c;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 38px;
  color: #ffffff;
  margin-right: 17px;
}
.same-diff .dif-con .left-con .top ul li span,
.same-diff .dif-con .right-con .top ul li span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
.same-diff .dif-con .left-con .top .box,
.same-diff .dif-con .right-con .top .box {
  width: 80px;
  height: 184px;
  background: #10a8dc;
  margin-left: 71px;
  text-align: center;
  font-size: 60px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 184px;
  color: #ffffff;
}
.same-diff .dif-con .left-con .bottom,
.same-diff .dif-con .right-con .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 28px;
}
.same-diff .dif-con .left-con .bottom .name,
.same-diff .dif-con .right-con .bottom .name {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 37px;
  color: #24afd4;
}
.same-diff .dif-con .left-con .bottom .tag,
.same-diff .dif-con .right-con .bottom .tag {
  width: 240px;
  height: 58px;
  background: #24afd4;
  opacity: 1;
  border-radius: 35px 0 0 35px;
  margin-left: 124px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  box-sizing: border-box;
}
.same-diff .dif-con .left-con .bottom .tag span,
.same-diff .dif-con .right-con .bottom .tag span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
}
.same-diff .dif-con .left-con .bottom .tag .circle,
.same-diff .dif-con .right-con .bottom .tag .circle {
  width: 32px;
  height: 32px;
  background: #ffda0c;
  border-radius: 50%;
  margin-right: 37px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
}
.same-diff .dif-con .left-con.left-con .box,
.same-diff .dif-con .right-con.left-con .box {
  position: relative;
}
.same-diff .dif-con .left-con.left-con .box .top-sanjiao,
.same-diff .dif-con .right-con.left-con .box .top-sanjiao {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 80px 0 0;
  border-color: #fff transparent transparent transparent;
}
.same-diff .dif-con .left-con.left-con .box .bottom-sanjiao,
.same-diff .dif-con .right-con.left-con .box .bottom-sanjiao {
  width: 0;
  bottom: 0px;
  position: absolute;
  left: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 80px;
  border-color: transparent transparent transparent #fff;
}
.same-diff .dif-con .left-con.right-con .box,
.same-diff .dif-con .right-con.right-con .box {
  color: #333;
  background: #efefef;
  margin-left: 0;
  margin-right: 69px;
  position: relative;
}
.same-diff .dif-con .left-con.right-con .box .top-sanjiao,
.same-diff .dif-con .right-con.right-con .box .top-sanjiao {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 50px 0;
  border-color: transparent #fff transparent transparent;
}
.same-diff .dif-con .left-con.right-con .box .bottom-sanjiao,
.same-diff .dif-con .right-con.right-con .box .bottom-sanjiao {
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 80px;
  border-color: transparent transparent #fff transparent;
}
.same-diff .dif-con .left-con.right-con ul li,
.same-diff .dif-con .right-con.right-con ul li {
  background: #eeeeee;
}
.same-diff .dif-con .left-con.right-con ul li span,
.same-diff .dif-con .right-con.right-con ul li span {
  color: #333;
}
.same-diff .dif-con .left-con.right-con ul li .circle,
.same-diff .dif-con .right-con.right-con ul li .circle {
  background: #ff450c;
}
.same-diff .dif-con .left-con.right-con .bottom,
.same-diff .dif-con .right-con.right-con .bottom {
  justify-content: flex-start;
}
.same-diff .dif-con .left-con.right-con .bottom .name,
.same-diff .dif-con .right-con.right-con .bottom .name {
  color: #333;
}
.same-diff .dif-con .left-con.right-con .bottom .tag,
.same-diff .dif-con .right-con.right-con .bottom .tag {
  border-radius: 0 35px 35px 0;
  background: #eee;
  margin-left: 0;
  margin-right: 124px;
  padding: 0 15px 0 5px;
}
.same-diff .dif-con .left-con.right-con .bottom .tag .circle,
.same-diff .dif-con .right-con.right-con .bottom .tag .circle {
  margin-right: 0;
  margin-left: 37px;
}
.same-diff .dif-con .left-con.right-con .bottom .tag span,
.same-diff .dif-con .right-con.right-con .bottom .tag span {
  color: #333;
}
.inter-advantage {
  width: 100%;
  padding-top: 50px;
  box-sizing: border-box;
  background: #f8fbfd;
  height: 526px;
}
.inter-advantage .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inter-advantage .title h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 40px;
  color: #243159;
}
.inter-advantage h3 {
  margin-top: 8px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #818795;
}
.inter-advantage .advan-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 582px 582px;
  grid-template-rows: 127px 127px;
  grid-gap: 25px 35px;
}
.inter-advantage .advan-list li {
  border: 2px solid #3d9af6;
  opacity: 1;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.inter-advantage .advan-list li:hover{  box-shadow: 0 3px 6px rgba(61, 154, 246, 0.42);}
.inter-advantage .advan-list li .left {
  width: 118px;
  height: 124px;
  background: #24afd4;
  padding: 30px 11px 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  color: #ffffff;
  flex-shrink: 0;
}
.inter-advantage .advan-list li .right {
  padding: 0 22px;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
.content_4 {
  height: 759px !important;
  background: #f8f8f8 !important;
}
.content_4 .title h2 {
  color: #243159;
}
.content_4 h3 {
  color: #818795;
}
