.FScontent {
  width: 100%;
}
.FScontent .consult {
  display: flex;
  justify-content: center;
}
.FScontent .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;
}
.FScontent .consult .consult-input .input-box {
  width: 290px;
  border: none;
  outline: none;
  margin: 20px 60px;
}
.FScontent .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;
}
.FScontent .FS-top {
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.FScontent .FS-top .MP-banner {
  display: none;
}
.FScontent .FS-top .banner {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.FScontent .FS-top .crumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.FScontent .FS-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;
}
.FScontent .FS-top .crumbs .crumbs-info > img {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.FScontent .FS-top .crumbs .crumbs-info > a {
  color: #ccc;
}
.FScontent .FS-top .crumbs .crumbs-info > a:hover {
  color: #fff;
}
.FScontent .FS-part2 {
  width: 100%;
  height: 120px;
  background-color: #f5f6f9;
  display: flex;
  align-items: center;
}
.FScontent .FS-part2 > ul {
  margin: 0 auto;
  width: 62.5%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.FScontent .FS-part2 > ul > li {
  display: flex;
  align-items: center;
}
.FScontent .FS-part2 > ul > li > img {
  width: 66px;
  height: 66px;
  background-color: #ccc;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.FScontent .FS-part2 > ul > li > div > p:first-child {
  font-size: 18px;
  color: #333;
}
.FScontent .FS-part2 > ul > li > div > p:last-child {
  font-size: 14px;
  color: #666;
}
.FScontent .FS-part3 {
  width: 62.5%;
  min-width: 1200px;
  margin: 102px auto 50px;
}
.FScontent .FS-part3 > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.FScontent .FS-part3 > ul > li {
  width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FScontent .FS-part3 > ul > li > div {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.FScontent .FS-part3 > ul > li > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.FScontent .FS-part3 > ul > li > p {
  width: 94%;
  color: #333333;
  text-align: center;
}
.FScontent .FS-part3 > ul > li > p:nth-child(2) {
  margin-top: 46px;
  font-size: 24px;
}
.FScontent .FS-part3 > ul > li > p:nth-child(3) {
  margin-top: 28px;
  font-size: 16px;
}
.FScontent .FS-part3 > ul > li:hover > div > img {
  transform: scale(1.2);
  transition: all 0.2s;
}
.FScontent .FS-part4 {
  background-color: #f5f6f9;
  padding-top: 66px;
}
.FScontent .FS-part4 > h2 {
  text-align: center;
  font-size: 32px;
  color: #333333;
}
.FScontent .FS-part4 > p {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.FScontent .FS-part4 .PC-container > ul {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.FScontent .FS-part4 .PC-container > ul > li {
  width: 280px;
  height: 380px;
  background-color: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.FScontent .FS-part4 .PC-container > ul > li .FS-part4img {
  width: 100%;
  height: 166px;
  background-color: #ccc;
  overflow: hidden;
}
.FScontent .FS-part4 .PC-container > ul > li .FS-part4img > img {
  width: 100%;
  height: 100%;
}
.FScontent .FS-part4 .PC-container > ul > li .FS-part4info {
  width: 100%;
  box-sizing: border-box;
  padding: 0 18px;
}
.FScontent .FS-part4 .PC-container > ul > li .FS-part4info > h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
}
.FScontent .FS-part4 .PC-container > ul > li .FS-part4info > p {
  margin-top: 16px;
  font-size: 14px;
  color: #999999;
}
.FScontent .FS-part4 .PC-container > ul > li .FS-part4info > div {
  position: absolute;
  bottom: 22px;
  width: 100px;
  height: 40px;
  background-color: #ccced2;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}
.FScontent .FS-part4 .PC-container > ul > li:hover .FS-part4img > img {
  transform: scale(1.2);
  transition: all 0.2s;
}
.FScontent .FS-part4 .PC-container > ul > li:hover .FT-exist {
  background-color: #ff7601;
}
.FScontent .FS-part4 .PC-container > ul .itemFSbox4 {
  width: 280px;
  height: 0;
}
.FScontent .FS-part4 .swiper-wrapper {
  min-width: 1200px;
  margin: 0 auto;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.FScontent .FS-part4 .swiper-wrapper .swiper-slide {
  width: 280px;
  height: 380px;
  background-color: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.FScontent .FS-part4 .swiper-wrapper .swiper-slide .FS-part4img {
  width: 100%;
  height: 166px;
  background-color: #ccc;
  overflow: hidden;
}
.FScontent .FS-part4 .swiper-wrapper .swiper-slide .FS-part4img > img {
  width: 100%;
  height: 100%;
}
.FScontent .FS-part4 .swiper-wrapper .swiper-slide .FS-part4info {
  width: 100%;
  box-sizing: border-box;
  padding: 0 18px;
}
.FScontent .FS-part4 .swiper-wrapper .swiper-slide .FS-part4info > h2 {
  font-size: 22px;
  color: #333333;
}
.FScontent .FS-part4 .swiper-wrapper .swiper-slide .FS-part4info > p {
  margin-top: 16px;
  font-size: 14px;
  color: #999999;
}
.FScontent .FS-part4 .swiper-wrapper .swiper-slide .FS-part4info > div {
  position: absolute;
  bottom: 22px;
  width: 100px;
  height: 40px;
  background-color: #ff7601;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}
.FScontent .FS-part4 .swiper-wrapper .swiper-slide:hover .FS-part4img > img {
  transform: none;
}
.FScontent .FS-part4 .swiper-wrapper .itemFSbox4 {
  width: 280px;
  height: 0;
}
.FScontent .FS-part4 .hintbox {
  width: 100%;
  padding-top: 56px;
}
.FScontent .FS-part4 .hintbox > img {
  width: 100%;
  height: 100%;
}
.FScontent .FS-part4 .PC-hint {
  display: block;
}
.FScontent .FS-part4 .MP-hint {
  display: none;
}
.FScontent .FS-part5 {
  background: url('../static/img/FS/banner6.png') no-repeat;
  background-size: 100% 100%;
  padding-top: 60px;
  min-width: 1200px;
  padding-bottom: 100px;
}
.FScontent .FS-part5 > h2 {
  text-align: center;
  font-size: 32px;
  color: #333333;
}
.FScontent .FS-part5 > p {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.FScontent .FS-part5 .part5bgcolor {
  margin: 54px auto 0;
  position: relative;
  width: 60%;
  min-width: 1144px;
  height: 397px;
  background-color: #1758ce;
  box-shadow: 0px 25px 29px 0px rgba(149, 149, 149, 0.16);
  border-radius: 6px;
  border: solid 1px #cccccc;
}
.FScontent .FS-part5 .part5bgcolor .part5info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28px;
  right: 0;
  margin: auto;
  min-width: 1200px;
  height: 380px;
  background-color: #ffffff;
  box-shadow: 0px 25px 29px 0px rgba(149, 149, 149, 0.16);
  border-radius: 6px;
}
.FScontent .FS-part5 .part5bgcolor .part5info > ul {
  display: flex;
  margin: 56px auto 66px;
}
.FScontent .FS-part5 .part5bgcolor .part5info > ul .loanli {
  width: 25%;
  height: 256px;
  box-sizing: border-box;
  padding: 0 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.FScontent .FS-part5 .part5bgcolor .part5info > ul .loanli:not(:last-child) {
  border-right: 1px solid #ededed;
}
.FScontent .FS-part5 .part5bgcolor .part5info > ul .loanli > img {
  width: 84px;
  height: 84px;
  background-color: #ffffff;
  border-radius: 42px;
  overflow: hidden;
}
.FScontent .FS-part5 .part5bgcolor .part5info > ul .loanli .hoverimg {
  display: none;
}
.FScontent .FS-part5 .part5bgcolor .part5info > ul .loanli > h2 {
  margin-top: 18px;
  font-size: 18px;
  color: #333;
}
.FScontent .FS-part5 .part5bgcolor .part5info > ul .loanli > p {
  margin-top: 18px;
  width: 198px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.FScontent .FS-part5 .part5bgcolor .part5info > ul .loanli .loanask {
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 40px;
  background-color: #ccc;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}
.FScontent .FS-part5 .part5bgcolor .part5info > ul .loanli:hover .normalimg {
  display: none;
}
.FScontent .FS-part5 .part5bgcolor .part5info > ul .loanli:hover .hoverimg {
  display: inline-block;
}
.FScontent .FS-part5 .part5bgcolor .part5info > ul .loanli:hover .loanask {
  background-color: #1758ce;
  color: #fff;
}
.FScontent .FS-part5 .part5bgcolor .swiper-container {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28px;
  right: 0;
  margin: auto;
  min-width: 1200px;
  height: 380px;
  background-color: #ffffff;
  box-shadow: 0px 25px 29px 0px rgba(149, 149, 149, 0.16);
  border-radius: 6px;
}
.FScontent .FS-part5 .part5bgcolor .swiper-container .swiper-wrapper {
  display: flex;
  margin: 56px auto 66px;
}
.FScontent .FS-part5 .part5bgcolor .swiper-container .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 256px;
  box-sizing: border-box;
  padding: 0 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.FScontent .FS-part5 .part5bgcolor .swiper-container .swiper-wrapper .swiper-slide:not(:last-child) {
  border-right: 1px solid #ededed;
}
.FScontent .FS-part5 .part5bgcolor .swiper-container .swiper-wrapper .swiper-slide > img {
  width: 84px;
  height: 84px;
  background-color: #ffffff;
  border-radius: 42px;
  overflow: hidden;
}
.FScontent .FS-part5 .part5bgcolor .swiper-container .swiper-wrapper .swiper-slide > h2 {
  margin-top: 18px;
  font-size: 18px;
  color: #333;
}
.FScontent .FS-part5 .part5bgcolor .swiper-container .swiper-wrapper .swiper-slide > p {
  margin-top: 18px;
  width: 198px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.FScontent .FS-part5 .part5bgcolor .swiper-container .swiper-wrapper .swiper-slide .loanask {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background-color: #1758ce;
}
.FScontent .FS-part6 {
  background-color: #f5f6f9;
  padding-bottom: 46px;
}
.FScontent .FS-part6 .load-AD {
  width: 62.5%;
  min-width: 1200px;
  display: flex;
  margin: 0 auto 22px;
  padding-top: 76px;
  justify-content: space-between;
}
.FScontent .FS-part6 .load-AD .ADImgBox {
  width: 600px;
  height: 340px;
  border-radius: 6px;
}
.FScontent .FS-part6 .load-AD .ADImgBox > img {
  width: 100%;
  height: 100%;
}
.FScontent .FS-part6 .load-AD .ADInfo {
  width: 50%;
  padding-left: 3%;
}
.FScontent .FS-part6 .load-AD .ADInfo > h2 {
  font-size: 24px;
  line-height: 52px;
  color: #5d5d5d;
}
.FScontent .FS-part6 .load-AD .ADInfo > p {
  display: flex;
  align-items: center;
}
.FScontent .FS-part6 .load-AD .ADInfo > p > span:first-child {
  display: inline-block;
  width: 110px;
  height: 40px;
  background-color: #ff7601;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  margin-right: 20px;
}
.FScontent .FS-part6 .load-AD .ADInfo > p > span:last-child {
  width: 78%;
  display: inline-block;
  height: 28px;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
.FScontent .FS-part7 {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FScontent .FS-part7 > h2 {
  margin-top: 62px;
  text-align: center;
  font-size: 32px;
  color: #333333;
  display: flex;
  align-items: center;
}
.FScontent .FS-part7 > h2 .FS-line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #cccccc;
}
.FScontent .FS-part7 > p {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.FScontent .FS-part7 > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 58px auto 135px;
}
.FScontent .FS-part7 > ul > li {
  width: 280px;
  height: 300px;
}
.FScontent .FS-part7 > ul > li > div {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 7px 18px 0px rgba(184, 184, 184, 0.14);
  border-radius: 6px;
  box-sizing: border-box;
}
.FScontent .FS-part7 > ul > li > div > div {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
}
.FScontent .FS-part7 > ul > li > div > div > img {
  width: 100%;
  height: 100%;
}
.FScontent .FS-part7 > ul > li > div > h5 {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  color: #5d5d5d;
}
.FScontent .FS-part7 > ul > li > div > p {
  margin: 20px auto 0;
  text-align: center;
  width: 180px;
  font-size: 18px;
  color: #5d5d5d;
}
.FScontent .FS-part7 > ul > li:hover > div {
  margin-top: -20px;
  transition: all 0.2s;
}
.FScontent .FS-part7 > ul > li:hover > div > div:nth-child(1) > img {
  transform: scale(1.1);
  transition: all 0.2s;
}
@media screen and (max-width: 1230px) {
  .FScontent .FS-top {
    min-width: 1000px;
  }
  .FScontent .FS-top .crumbs .crumbs-info {
    width: 1000px;
  }
  .FScontent .FS-part2 > ul {
    min-width: 1000px;
  }
  .FScontent .FS-part3 {
    min-width: 1000px;
  }
  .FScontent .FS-part3 > ul > li {
    width: 480px;
  }
  .FScontent .FS-part4 .PC-container > ul {
    min-width: 1000px;
  }
  .FScontent .FS-part5 {
    min-width: 1000px;
  }
  .FScontent .FS-part5 .part5bgcolor {
    min-width: 960px;
  }
  .FScontent .FS-part5 .part5bgcolor .part5info {
    left: -20px;
    min-width: 1000px;
  }
  .FScontent .FS-part6 .load-AD {
    min-width: 1000px;
  }
  .FScontent .FS-part7 {
    min-width: 1000px;
  }
  .FScontent .FS-part7 > ul > li {
    width: 240px;
  }
}
@media screen and (max-width: 1020px) {
  .FScontent .FS-top {
    min-width: auto;
  }
  .FScontent .FS-top .PC-banner {
    display: none;
  }
  .FScontent .FS-top .MP-banner {
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .FScontent .FS-top .crumbs .crumbs-info {
    width: 92%;
    min-width: auto;
	font-size: 12px;
  }
  .FScontent .FS-part2 {
    height: auto;
  }
  .FScontent .FS-part2 > ul {
    margin: 7vw auto 3vw;
    width: 92%;
    flex-wrap: wrap;
    min-width: auto;
  }
  .FScontent .FS-part2 > ul > li {
    width: 50%;
    margin-bottom: 4vw;
  }
  .FScontent .FS-part2 > ul > li .img1 {
    width: 12vw;
    height: 12vw;
    margin-right: 3vw;
  }
  .FScontent .FS-part2 > ul > li .text > p:first-child {
    /* font-size: 3.4vw; */
	font-size: 13px;
  }
  .FScontent .FS-part2 > ul > li .text > p:last-child {
    /* font-size: 3vw; */
	font-size: 12px;
    color: #999;
    width: 28vw;
  }
  .FScontent .FS-part3 {
    width: 92%;
    min-width: auto;
    margin: 10vw auto 12vw;
  }
  .FScontent .FS-part3 > ul {
    flex-direction: column;
  }
  .FScontent .FS-part3 > ul > li {
    width: 100%;
  }
  .FScontent .FS-part3 > ul > li:first-child {
    margin-bottom: 8vw;
  }
  .FScontent .FS-part3 > ul > li > div {
    height: 48vw;
    border-radius: 3vw;
  }
  .FScontent .FS-part3 > ul > li > p:nth-child(2) {
    margin-top: 7vw;
    /* font-size: 4vw; */
	font-size: 16px;
  }
  .FScontent .FS-part3 > ul > li > p:nth-child(3) {
    margin-top: 5vw;
    /* font-size: 4vw; */
	font-size: 13px;
    text-align: left;
  }
  .FScontent .FS-part3 > ul > li:hover > div > img {
    transform: scale(1);
    transition: all 0.2s;
  }
  .FScontent .FS-part4 {
    padding-top: 10vw;
  }
  .FScontent .FS-part4 > h2 {
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .FScontent .FS-part4 > p {
    width: 84vw;
    margin: 0vw auto 10vw;
    /* font-size: 4vw; */
	font-size:14px ;
  }
  .FScontent .FS-part4 .PC-container {
    display: none;
  }
  .FScontent .FS-part4 .swiper-container {
    width: 92%;
  }
  .FScontent .FS-part4 .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .FScontent .FS-part4 .swiper-wrapper .swiper-slide {
    width: 65vw;
  }
  .FScontent .FS-part4 .PC-hint {
    display: none;
  }
  .FScontent .FS-part4 .MP-hint {
    display: block;
  }
  .FScontent .FS-part5 {
    min-width: auto;
    padding-top: 10vw;
  }
  .FScontent .FS-part5 > h2 {
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .FScontent .FS-part5 > p {
    margin-top: 0vw;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .FScontent .FS-part5 .part5bgcolor {
    width: 84vw;
    min-width: auto;
    margin-top: 10vw;
    height: 64vw;
  }
  .FScontent .FS-part5 .part5bgcolor .part5info {
    display: none;
  }
  .FScontent .FS-part5 .part5bgcolor .swiper-container {
    display: block;
    left: -3vw;
    width: 90vw;
    height: 60vw;
    overflow: hidden;
    min-width: auto;
  }
  .FScontent .FS-part5 .part5bgcolor .swiper-container .swiper-wrapper {
    width: 400%;
    margin: 8vw auto;
  }
  .FScontent .FS-part5 .part5bgcolor .swiper-container .swiper-wrapper .swiper-slide {
    height: 50vw;
  }
  .FScontent .FS-part5 .part5bgcolor .swiper-container .swiper-wrapper .swiper-slide > img {
    width: 15vw;
    height: 15vw;
  }
  .FScontent .FS-part5 .part5bgcolor .swiper-container .swiper-wrapper .swiper-slide > h2 {
    margin-top: 2vw;
    font-size: 5vw;
  }
  .FScontent .FS-part5 .part5bgcolor .swiper-container .swiper-wrapper .swiper-slide > p {
    margin-top: 3vw;
    font-size: 3vw;
  }
  .FScontent .FS-part6 .load-AD {
    width: 92%;
    min-width: auto;
    flex-direction: column;
  }
  .FScontent .FS-part6 .load-AD .ADImgBox {
    width: 100%;
    height: auto;
  }
  .FScontent .FS-part6 .load-AD .ADInfo {
    width: 100%;
  }
  .FScontent .FS-part6 .load-AD .ADInfo > h2 {
    /* font-size: 4vw; */
	font-size: 17px;
    line-height: 7vw;
  }
  .FScontent .FS-part6 .load-AD .ADInfo > p > span:first-child {
    /* font-size: 3vw; */
	 font-size: 14px;
    width: 18vw;
    height: 7vw;
    line-height: 7vw;
    margin-right: 3vw;
  }
  .FScontent .FS-part6 .load-AD .ADInfo > p > span:last-child {
    height: 3vw;
	 font-size: 14px;
    /* font-size: 4vw; */
    line-height: 4vw;
  }
  .FScontent .FS-part6 .load-AD .ADInfo > p:nth-child(2) {
    margin-bottom: 5vw !important;
  }
  .FScontent .FS-part6 .load-AD .ADInfo > p:nth-child(3) {
    margin-bottom: 3vw !important;
  }
  .FScontent .FS-part7 {
    width: 92%;
    min-width: auto;
  }
  .FScontent .FS-part7 > h2 {
    margin-top: 10vw;
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .FScontent .FS-part7 > p {
    margin-top: 0vw;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .FScontent .FS-part7 > ul {
    flex-direction: column;
    margin-bottom: 8vw;
  }
  .FScontent .FS-part7 > ul > li {
    width: 100%;
    margin-bottom: 4vw;
    height: auto;
  }
  .FScontent .FS-part7 > ul > li > div {
    padding-bottom: 8vw;
  }
  .FScontent .FS-part7 > ul > li > div > div {
    height: auto;
  }
  .FScontent .FS-part7 > ul > li > div > h5 {
    margin-top: 4vw;
	font-size: 15px;
  }
  .FScontent .FS-part7 > ul > li > div > p {
    margin-top: 2vw;
	font-size: 13px;
  }
  .FScontent .FS-part7 > ul > li:hover > div {
    margin-top: 0;
  }
  .FScontent .FS-part7 > ul > li:hover > div > p {
    color: #666;
  }
  .FScontent .FS-part7 > ul > li:hover > div > div:nth-child(1) > img {
    transform: scale(1);
  }
  .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=FS.css.map */