.FTcontent {
  width: 100%;
}
.FTcontent .consult {
  display: flex;
  justify-content: center;
}
.FTcontent .consult .consult-input {
  margin-top: 38px;
  width: 530px;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #ff9906;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.FTcontent .consult .consult-input .input-box {
  width: 290px;
  border: none;
  outline: none;
  margin: 20px 60px;
}
.FTcontent .consult .consult-input .consult-button {
  cursor: pointer;
  border: none;
  text-align: center;
  line-height: 54px;
  width: 130px;
  height: 54px;
  background-image: linear-gradient(90deg, #ff6e00 0%, #ff9906 100%);
  font-size: 14px;
  color: #ffffff;
}
.FTcontent .FT-top {
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.FTcontent .FT-top .MP-banner {
  display: none;
}
.FTcontent .FT-top .banner {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.FTcontent .FT-top .crumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.FTcontent .FT-top .crumbs .crumbs-info {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ccc;
  font-size: 14px;
}
.FTcontent .FT-top .crumbs .crumbs-info > img {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.FTcontent .FT-top .crumbs .crumbs-info > a {
  color: #ccc;
}
.FTcontent .FT-top .crumbs .crumbs-info > a:hover {
  color: #fff;
}
.FTcontent .FT-part2 {
  width: 100%;
  height: 120px;
  background-color: #f5f6f9;
  display: flex;
  align-items: center;
}
.FTcontent .FT-part2 > ul {
  margin: 0 auto;
  width: 62.5%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.FTcontent .FT-part2 > ul > li {
  display: flex;
  align-items: center;
}
.FTcontent .FT-part2 > ul > li > img {
  width: 66px;
  height: 66px;
  background-color: #ccc;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.FTcontent .FT-part2 > ul > li > div > p:first-child {
  font-size: 18px;
  color: #333;
}
.FTcontent .FT-part2 > ul > li > div > p:last-child {
  font-size: 14px;
  color: #666;
}
.FTcontent .FT-part3 {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto 74px;
}
.FTcontent .FT-part3 > h2 {
  margin-top: 90px;
  text-align: center;
  font-size: 32px;
  color: #333333;
}
.FTcontent .FT-part3 > p {
  text-align: center;
  font-size: 14px;
  color: #252c34;
}
.FTcontent .FT-part3 > ul {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.FTcontent .FT-part3 > ul > li {
  margin: 10px auto;
  width: 384px;
  height: 350px;
  background-color: #f5f6f9;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FTcontent .FT-part3 > ul > li .imglist {
  width: 100%;
  height: 158px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
.FTcontent .FT-part3 > ul > li .imglist .img1 {
  width: 100%;
  height: 100%;
}
.FTcontent .FT-part3 > ul > li .imglist .triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.FTcontent .FT-part3 > ul > li > h2 {
  font-size: 20px;
  color: #333333;
}
.FTcontent .FT-part3 > ul > li .FT-exist {
  cursor: pointer;
  width: 120px;
  height: 40px;
  background-color: #ccced2;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}
.FTcontent .FT-part3 > ul > li:hover .FT-exist {
  background-color: #ff7601;
}
.FTcontent .FT-part3 > ul > li:hover .imglist > .img1 {
  transform: scale(1.2);
  transition: all 1s;
}
.FTcontent .FT-part3 .swiper-wrapper {
  margin-top: 40px;
  width: 30vw !important;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.FTcontent .FT-part3 .swiper-wrapper .swiper-slide {
  width: 384px;
  height: 350px;
  background-color: #f5f6f9;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FTcontent .FT-part3 .swiper-wrapper .swiper-slide .imglist {
  width: 100%;
  height: 158px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
.FTcontent .FT-part3 .swiper-wrapper .swiper-slide .imglist .img1 {
  width: 100%;
  height: 100%;
}
.FTcontent .FT-part3 .swiper-wrapper .swiper-slide .imglist .triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.FTcontent .FT-part3 .swiper-wrapper .swiper-slide > h2 {
  font-size: 20px;
  color: #333333;
}
.FTcontent .FT-part3 .swiper-wrapper .swiper-slide .FT-exist {
  width: 120px;
  height: 40px;
  background-color: #ff7601;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}
.FTcontent .FT-part4 {
  padding-bottom: 70px;
  min-width: 1200px;
  position: relative;
  z-index: 2;
  background: url('../static/img/FT/banner4.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FTcontent .FT-part4 .center-title {
  margin-top: 68px;
  font-size: 32px;
  color: #fff;
}
.FTcontent .FT-part4 .center-titl2 {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}
.FTcontent .FT-part4 .business {
  margin-top: 62px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.FTcontent .FT-part4 .business .business-0ne {
  margin-bottom: 14px;
  width: 285px;
  height: 200px;
  position: relative;
}
.FTcontent .FT-part4 .business .business-0ne .onedefault {
  width: 100%;
  height: 100%;
  background-color: #f2f5f9;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FTcontent .FT-part4 .business .business-0ne .onedefault .business-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 30px auto 18px;
  background-color: #f2f5f9;
}
.FTcontent .FT-part4 .business .business-0ne .onedefault > p {
  text-align: center;
  font-size: 18px;
  color: #333;
}
.FTcontent .FT-part4 .business .business-0ne:hover .onedefault {
  background-color: #1858ce;
}
.FTcontent .FT-part4 .business .business-0ne:hover .onedefault > p {
  color: #ffffff;
}
.FTcontent .FT-part4 .business .itembox4 {
  width: 285px;
  height: 0;
}
.FTcontent .FT-part4 .swiper-wrapper {
  margin-top: 62px;
  width: 1200px;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.FTcontent .FT-part4 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  margin-bottom: 14px;
  position: relative;
}
.FTcontent .FT-part4 .swiper-wrapper .swiper-slide .onedefault {
  margin: 0 auto;
 width: 285px;
  height: 200px;
  background-color: #1858ce;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FTcontent .FT-part4 .swiper-wrapper .swiper-slide .onedefault .business-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 30px auto 18px;
  background-color: #1858ce;
}
.FTcontent .FT-part4 .swiper-wrapper .swiper-slide .onedefault > p {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.FTcontent .FT-part4 .swiper-wrapper .itembox4 {
  width: 285px;
  height: 0;
}
.FTcontent .FT-part5 {
  min-width: 1200px;
  background: url('../static/img/FT/banner5.png') no-repeat;
  background-size: 100% 100%;
  padding-top: 68px;
  padding-bottom: 86px;
}
.FTcontent .FT-part5 > h2 {
  text-align: center;
  font-size: 28px;
  color: #333333;
}
.FTcontent .FT-part5 > p {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.FTcontent .FT-part5 > ul {
  width: 62.5%;
  min-width: 1200px;
  margin: 68px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.FTcontent .FT-part5 > ul > li {
  margin-bottom: 16px;
  width: 390px;
  height: 210px;
  background-color: #fff;
  padding: 22px 36px 22px 22px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.FTcontent .FT-part5 > ul > li > div:first-child {
  width: 190px;
  height: 165px;
  background-color: #ccc;
  overflow: hidden;
}
.FTcontent .FT-part5 > ul > li > div:nth-child(2) {
  width: auto;
  position: relative;
}
.FTcontent .FT-part5 > ul > li > div:nth-child(2) .FTpart5-number {
  margin-top: 16px;
}
.FTcontent .FT-part5 > ul > li > div:nth-child(2) > p {
  background-color: #ffffff;
  width: 120px;
  top: 76%;
  position: absolute;
  font-size: 16px;
  color: #666666;
}
.FTcontent .FT-part5 > ul > li:hover {
  box-shadow: -2px 2px 15px #aaa;
}
.FTcontent .FT-part5 > ul > li:hover > div:nth-child(1) > img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.FTcontent .FT-part5 > ul > li:hover > div:nth-child(2) > p {
  color: #5aa8fd;
}
.FTcontent .FT-part6 {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.FTcontent .FT-part6 > h2 {
  margin-top: 60px;
  text-align: center;
  font-size: 32px;
  color: #333333;
}
.FTcontent .FT-part6 > p {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.FTcontent .FT-part6 > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 22px;
}
.FTcontent .FT-part6 > ul > li {
  width: 230px;
  height: 320px;
  background-color: #f2f5f9;
  box-sizing: border-box;
  padding: 15px;
}
.FTcontent .FT-part6 > ul > li > div {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.FTcontent .FT-part6 > ul > li > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.FTcontent .FT-part6 > ul > li > p {
  margin: 28px auto 0;
  text-align: center;
  width: 182px;
  font-size: 14px;
  color: #666666;
}
.FTcontent .FT-part6 > ul > li:hover {
  box-shadow: -4px 4px 15px #9eaabb;
}
.FTcontent .FT-part6 > ul > li:hover > div:nth-child(1) > img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.FTcontent .FT-part6 > ul > li:hover > p {
  color: #5aa8fd;
}
@media screen and (max-width: 1230px) {
  .FTcontent .FT-top {
    min-width: 1000px;
  }
  .FTcontent .FT-top .crumbs .crumbs-info {
    width: 1000px;
  }
  .FTcontent .FT-part2 > ul {
    min-width: 1000px;
  }
  .FTcontent .FT-part3 {
    min-width: 1000px;
  }
  .FTcontent .FT-part4 {
    min-width: 1000px;
  }
  .FTcontent .FT-part4 .business {
    width: 1000px;
  }
  .FTcontent .FT-part5 {
    min-width: 1000px;
  }
  .FTcontent .FT-part5 > ul {
    min-width: 1000px;
  }
  .FTcontent .FT-part5 > ul > li {
    width: 320px;
  }
  .FTcontent .FT-part6 {
    min-width: 1000px;
  }
  .FTcontent .FT-part6 > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 60px auto 22px;
  }
  .FTcontent .FT-part6 > ul > li {
    width: 190px;
  }
  .FTcontent .FT-part6 > ul > li > p {
    width: 90%;
  }
}
@media screen and (max-width: 1020px) {
  .FTcontent .FT-top {
    min-width: auto;
  }
  .FTcontent .FT-top .PC-banner {
    display: none;
  }
  .FTcontent .FT-top .MP-banner {
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .FTcontent .FT-top .crumbs .crumbs-info {
    width: 92%;
    min-width: auto;
	font-size: 11px;
  }
  .FTcontent .FT-part2 {
    height: auto;
  }
  .FTcontent .FT-part2 > ul {
    margin: 7vw auto 3vw;
    width: 92%;
    flex-wrap: wrap;
    min-width: auto;
  }
  .FTcontent .FT-part2 > ul > li {
    width: 50%;
    margin-bottom: 4vw;
  }
  .FTcontent .FT-part2 > ul > li .img1 {
    width: 12vw;
    height: 12vw;
    margin-right: 3vw;
  }
  .FTcontent .FT-part2 > ul > li .text > p:first-child {
    /* font-size: 3.4vw; */
	font-size: 13px;
  }
  .FTcontent .FT-part2 > ul > li .text > p:last-child {
    /* font-size: 3vw; */
	font-size: 11px;
    color: #999;
    width: 28vw;
  }
  .FTcontent .FT-part3 {
    width: 92%;
    min-width: auto;
  }
  .FTcontent .FT-part3 > h2 {
    margin-top: 8vw;
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .FTcontent .FT-part3 > p {
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .FTcontent .FT-part3 > ul {
    display: none;
  }
  .FTcontent .FT-part3 .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10vw;
  }
  .FTcontent .FT-part4 {
    min-width: auto;
  }
  .FTcontent .FT-part4 .center-title {
    /* font-size: 6vw; */
	font-size: 23px;
    margin-top: 10vw;
  }
  .FTcontent .FT-part4 .center-titl2 {
    margin-top: 0vw;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .FTcontent .FT-part4 .business {
    display: none;
  }
  .FTcontent .FT-part4 .swiperIndex2 {
    width: 92%;
    margin-top: 10vw;
  }
  .FTcontent .FT-part4 .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: auto;
    height: 200px;
  }
  .FTcontent .FT-part4 .swiper-wrapper .swiper-slide {
    margin: 0 auto;
  }
  .FTcontent .FT-part4 .swiper-wrapper .swiper-slide .onedefault > p{
	  font-size: 14px;
  }
  .FTcontent .FT-part5 {
    min-width: auto;
    padding-top: 10vw;
  }
  .FTcontent .FT-part5 > h2 {
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .FTcontent .FT-part5 > p {
    margin-top: 0vw;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .FTcontent .FT-part5 > ul {
    margin-top: 10vw;
    width: 92%;
    min-width: auto;
  }
  .FTcontent .FT-part5 > ul > li {
    width: 100%;
    margin: 0 auto 3vw;
  }
  .FTcontent .FT-part5 > ul > li:hover {
    box-shadow: none;
  }
  .FTcontent .FT-part5 > ul > li:hover > div:nth-child(1) > img {
    transform: none;
  }
  .FTcontent .FT-part5 > ul > li:hover > div:nth-child(2) > p {
    color: #666;
  }
  .FTcontent .FT-part6 {
    width: 92%;
    min-width: auto;
    padding-bottom: 13vw;
  }
  .FTcontent .FT-part6 > h2 {
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .FTcontent .FT-part6 > p {
    margin-top: 0vw;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .FTcontent .FT-part6 > ul {
    flex-direction: column;
    margin-bottom: 0;
  }
  .FTcontent .FT-part6 > ul > li {
    margin: 0 auto 4vw;
    width: 100%;
  }
  .FTcontent .FT-part6 > ul > li > p {
    width: 68vw;
  }
  .FTcontent .FT-part6 > ul > li:hover {
    box-shadow: none;
  }
  .FTcontent .FT-part6 > ul > li:hover > div:nth-child(1) > img {
    transform: none;
  }
  .FTcontent .FT-part6 > ul > li:hover > p {
	  font-size:13px;
    color: #333;
  }
  .consult {
    width: 100%;
  }
  .consult .consult-input {
    width: 80% !important;
  }
  .consult .consult-input .input-box {
    text-align: center;
    margin: 0 auto !important;
    /* font-size: 3.5vw; */
	font-size: 13px;
    width: 90% !important;
  }
  .consult .consult-input .consult-button {
    width: 10%;
  }
}
/*# sourceMappingURL=FT.css.map */