.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-prev {
  left: calc((100% - 1200px) / 2);
  background-image: url("/images/ty/index2/banner_prev.png");
  background-size: cover;
}
.page-banner .swiper-container .swiper-button-next {
  right: calc((100% - 1200px) / 2);
  background-image: url("/images/ty/index2/banner_next.png");
  background-size: cover;
}
.page-banner .swiper-container .swiper-button-hide {
  display: none;
}
.page-banner .swiper-container .swiper-pagination {
  bottom: 20px;
  display: flex;
  justify-content: center;
}
.page-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 31px;
  height: 5px;
  background: #494a5c;
  border-radius: 0;
}
.page-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff5b57;
}
.consult-area {
  width: 100%;
  height: 475px;
  padding-top: 50px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.consult-area .center {
  height: 375px;
  display: flex;
  justify-content: space-between;
}
.consult-area .center li {
  width: 550px;
  height: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
  background: url('/images/ty/common/grid-bg.jpg') repeat center;
}
.consult-area .center 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)
}

.consult-area .center li .top {
  width: 100%;
  height: 120px;
}
.consult-area .center li .tag {
  width: 60px;
  height: 60px;
  background: #2983fd;
  box-shadow: 0px 3px 6px rgba(41, 131, 253, 0.36);
  border-radius: 50%;
  margin: -30px auto 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consult-area .center li h2 {
  width: 220px;
  margin: 0 auto 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  font-size: 24px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color: #333333;
}
.consult-area .center li .line {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.consult-area .center li .line .item {
  display: flex;
  align-items: center;
}
.consult-area .center li .line .item:nth-child(1) {
  width: 206px;
}
.consult-area .center li .line .circle {
  width: 20px;
  height: 20px;
  background: #2983fd;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 20px;
  color: #ffffff;
  margin-right: 10px;
}
.consult-area .center li .line .text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
}
.consult-area .center li .line .text span {
  font-size: 18px;
  color: #ff7c12;
}
.consult-area .center li a {
  display: block;
  width: 168px;
  height: 40px;
  text-align: center;
  background: #1b81d2;
  box-shadow: 0px 3px 6px rgba(27, 129, 210, 0.42);
  opacity: 1;
  border-radius: 23px;
  margin: 0 auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
  color: #ffffff;
}
.consult-area .center li a:hover{ color: #fff; background-color: #ff7c12; }

.consult-area .center li a:hover {
  color: #fff;
  background: -webkit-linear-gradient(left, #ff7c1a 0%, #ff4f02 100%);
}
.consult-area .center li:nth-child(1) .top {
  background: url("/images/ty/index6/con-1.png") no-repeat center;
}
.consult-area .center li:nth-child(1) .line {
  padding-left: 115px;
}
.consult-area .center li:nth-child(2) .top {
  background: url("/images/ty/index6/con-2.png") no-repeat center;
}
.consult-area .center li:nth-child(2) .line {
  padding-left: 35px;
}
.chose-us {
  width: 100%;
  height: 429px;
  background: #f9f9f9;
  padding-top: 60px;
  box-sizing: border-box;
}
.chose-us .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chose-us .title h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 40px;
  color: #243159;
}
.chose-us h3 {
  margin-top: 8px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #818795;
}
.chose-us ul {
  width: 920px;
  margin: 60px auto 0;
  position: relative;
}
.chose-us ul .swiper-container {
  position: static;
}
.chose-us ul .swiper-button-prev {
  width: 42px;
  height: 45px;
  background: rgba(164, 164, 164, 0.42);
  left: -80px;
  top: 60px;
}
.chose-us ul .swiper-button-prev .btn {
  width: 42px;
  height: 45px;
  background: url("/images/ty/index3/prev.png") no-repeat center;
}
.chose-us ul .swiper-button-next {
  width: 42px;
  height: 45px;
  background: rgba(164, 164, 164, 0.42);
  right: -80px;
  top: 60px;
}
.chose-us ul .swiper-button-next .btn {
  width: 42px;
  height: 45px;
  background: url("/images/ty/index3/next.png") no-repeat center;
}
.chose-us ul li {
  width: 120px;
}
.chose-us ul li .pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 28px;
}
.chose-us ul li .pic img {
  width: 100%;
  height: 100%;
}
.chose-us ul li .text {
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
.vip-service {
  width: 100%;
  height: 607px;
  background: #ffffff;
  padding-top: 60px;
  box-sizing: border-box;
}
.vip-service .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vip-service .title h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 40px;
  color: #243159;
}
.vip-service h3 {
  margin-top: 8px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #818795;
}
.vip-service .service-con {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.vip-service .service-con .center-pic {
  padding-top: 12px;
}
.vip-service .service-con ul {
  position: relative;
}
.vip-service .service-con ul li {
  display: flex;
  align-items: flex-start;
  position: absolute;
}
.vip-service .service-con ul li .circle {
  margin-right: 30px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(41, 131, 253, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vip-service .service-con ul li .text {
  text-align: left;
  width: 182px;
}
.vip-service .service-con ul li .text h2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
  margin-bottom: 18px;
}
.vip-service .service-con ul li .text p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #777777;
}
.vip-service .service-con ul.left li.top {
  right: -84px;
}
.vip-service .service-con ul.left li.top .text {
  width: 196px;
}
.vip-service .service-con ul.left li.bottom {
  right: -10px;
  top: 245px;
}
.vip-service .service-con ul.right li.top {
  left: -40px;
  top: 0;
}
.vip-service .service-con ul.right li.bottom {
  left: 20px;
  top: 245px;
}
.diff {
  width: 100%;
  height: 568px;
  display: flex;
  position: relative;
}
.diff .woman {
  position: absolute;
  bottom: 0;
  left: calc(50% - 228px);
  z-index: 2;
}
.diff .tooltip {
  position: absolute;
  top: 28px;
  right: 65px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #ffda0c;
  padding: 0 18px;
  box-sizing: border-box;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
  color: #333333;
}
.diff .tooltip .sanjiao {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 30px solid #ffda0c;
  position: absolute;
  right: 0px;
  transform: rotate(135deg);
  bottom: 0;
}
.diff .left,
.diff .right {
  width: 50%;
  height: 100%;
  background: #f3f3f3;
  padding-top: 89px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.diff .left h2,
.diff .right h2 {
  width: 345px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 244px;
  color: #ffffff;
  border-bottom: 1px solid #66c7e1;
}
.diff .left h2 span,
.diff .right h2 span {
  margin-right: 10px;
}
.diff .left ul,
.diff .right ul {
  margin-top: 33px;
}
.diff .left ul li,
.diff .right ul li {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}
.diff .left ul li:last-child,
.diff .right ul li:last-child {
  margin-bottom: 0;
}
.diff .left ul li .circle,
.diff .right ul li .circle {
  width: 35px;
  margin-right: 16px;
  height: 35px;
  background: #ffda0c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diff .left ul li .text,
.diff .right ul li .text {
  text-align: left;
}
.diff .left ul li .text h3,
.diff .right ul li .text h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 3px;
}
.diff .left ul li .text p,
.diff .right ul li .text p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 18px;
  color: #cce8f1;
}
.diff .left.left,
.diff .right.left {
  background: #24afd4;
}
.diff .left.left ul,
.diff .right.left ul {
  width: 359px;
  margin-right: 230px;
}
.diff .left.right,
.diff .right.right {
  align-items: flex-start;
  padding-left: 159px;
  box-sizing: border-box;
}
.diff .left.right h2,
.diff .right.right h2 {
  color: #333333;
  width: 430px;
  border-color: #e8e8e8;
}
.diff .left.right ul li .circle,
.diff .right.right ul li .circle {
  background: #ff450c;
}
.diff .left.right ul li .text h3,
.diff .right.right ul li .text h3 {
  color: #333;
}
.diff .left.right ul li .text p,
.diff .right.right ul li .text p {
  color: #999;
}
.content_4 {
  height: 759px !important;
  background: #f8f8f8 !important;
}

.content_4 a {
  display: block;
  width: 300px;
  height: 50px;
  text-align: center;
  background: #1b81d2;
  box-shadow: 0px 3px 6px rgba(27, 129, 210, 0.42);
  opacity: 1;
  border-radius: 25px;
  margin: 0 auto;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
}
.content_4 a:hover{ color: #fff; background-color: #ff7c12; }


.content_4 .title h2 {
  color: #243159;
}
.content_4 h3 {
  color: #818795;
}
.content_4 .askButton {
  background: #fa7000 !important;
  color: #fff !important;
}
