p {
  margin-bottom: 0;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding: 0 60px;
}
.navbar .nav-item {
  position: relative;
  /* height: 65px; */
  /* line-height: 65px; */
  padding: 20px 0;
  z-index: 1200;
  cursor: pointer;
}
.head_logo_right {
  vertical-align: middle;
}
.head_logo_right img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.navbar {
  box-shadow: 0 2px 2px #eee;
  padding: 0 2%;
}
.dropdown-menu {
  line-height: 1.5;
  border: none;
  margin: 0;
  z-index: 1000;
  border-radius: 0;
  border-top: 2px solid #3E4C5B;
  min-width: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown-item {
  padding: 5px 20px;
}
.dropdown-item:hover {
  color: #FF7757;
}
.navbar .active {
  z-index: 1200;
  position: relative;
}
.navbar-toggler {
  border: none;
}
#navInput {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  font-size: 15px;
  width: 0;
  transition: all 0.4s;
}
.language-list-wrapper {
  position: absolute;
  top: 100%;
  right: -18px;
  display: none;
}
.language-list-wrapper .language-item {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-weight: 400;
  color: #212529;
  white-space: nowrap;
}
.language-list-wrapper .language-item:hover {
  color: #FF7757;
  text-decoration: none;
}
/* footer */
.fd-footer a{
  color: #999999;
}
.fd-footer a:hover{
  color: #007bff;
}
.fd-footer .top {
  padding: 35px 5% 10px;
}
.fd-footer .col-4 {
  text-align: right;
}
.footer-list-c {
  margin-right: 50px;
  font-size: 14px;
}
.footer-list-c .title {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.footer-list-c .item {
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
}
.fd-phone {
  color: #FF7757;
  font-size: 30px;
  font-family: "PingFangSC-Regular,PingFang SC";
  margin-bottom: 10px;
}
.fd-address {
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
}
.fd-frends-logo-wrapper {
  white-space: nowrap;
}
.fd-footer-bottom {
  background-color: #F0F0F0;
  color: #656976;
  font-size: 14px;
  text-align: center;
  padding: 15px 5px;
}
.home_banner_left {
  display: flex;
  align-items: flex-end;
}
.banner-wrapper {
  padding-bottom: 60px;
}
.fd-content {
  padding-top: 64px;
}
.fd-content .bottom {
  width: 91%;
  background: #ffffff;
  box-shadow: 5px 5px 8px 1px rgba(57, 15, 6, 0.09);
  border-radius: 5px;
  height: 120px;
  line-height: 120px;
  font-size: 22px;
  margin-top: 100px;
}
.fd-content .bottom div {
  height: 100%;
  box-sizing: border-box;
  color: #3E4C5B;
}
.fd-content .bottom .bt-chakan {
  background: #ff7757;
  border-radius: 0px 5px 5px 0px;
  color: white;
  text-align: center;
}
.fd-content .bottom .news_logo {
  font-size: 12px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 43px;
  width: 42px;
  height: 42px;
  background: #ff7757;
  display: inline-block;
  border-radius: 500px;
  text-align: center;
}
.fd-content .pro-title {
  margin-bottom: 100px;
}
.fd-content .pro-title .react-whit {
  width: 20px;
  height: 4px;
  background: #ffffff;
}
.fd-content .product-wrapper {
  padding: 80px 8.3333%;
  background: #f3f9ff;
  color: white;
}
.fd-content .partners-wrapper {
  padding: 80px 8.3333%;
  background-color: #FF7757;
  color: white;
  line-height: 1;
}
.fd-content .partners-wrapper .partners-list-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 113px;
  flex-wrap: wrap;
}
.fd-content .partners-wrapper .partners-item {
  cursor: pointer;
  width: 260px;
  height: 120px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 120px;
  margin-top: 40px;
}
.fd-content .partners-wrapper .partners-item:hover {
  background: rgba(255, 255, 255, 0.15);
}
.fd-content .swiper-container {
  height: 550px;
}
.fd-content .swiper-container .swiper-slide {
  text-align: center;
}
.fd-content .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.bkg-img{
  width: 180px;
  height: 50px;
  /* background-image: url(../images/white_logo.png),linear-gradient(#f00, #00f); */
  background-image: url(./images/white_logo.png);
  background-blend-mode: lighten;
  background-size: 100%;
}
.a-color-inhreit a{
  color: inherit !important;
}
@media (max-width: 1199.98px) {
  /* footer */
  .navbar .nav-item {
    padding: 3px 0;
  }
  .dropdown-item {
    text-indent: 15px;
    padding: 5px 60px;
  }
  .dropdown-menu {
    left: 50%;
    transform: translate(0, 0);
    border-top: none;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0 5%;
  }
  .form-inline {
    display: block;
    text-align: right;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: transparent;
    color: red;
  }
}
/* 字体自适应 */
/* primary */

/* sm */
@media (min-width: 576px){
  .f-sm-12{
    font-size: 12px;
  }
  .f-sm-13{
    font-size: 13px;
  }
  .f-sm-14{
    font-size: 14px;
  }
  .f-sm-15{
    font-size: 15px;
  }
  .f-sm-16{
    font-size: 16px;
  }
  .f-sm-20{
    font-size: 20px;
  }
  .f-sm-24{
    font-size: 24px;
  }
  .f-sm-32{
    font-size: 32px;
  }
  .f-sm-36{
    font-size: 36px;
  }
  .f-sm-45{
    font-size: 45px;
  }
  .f-sm-48{
    font-size: 48px;
  }
  .f-sm-60{
    font-size: 60px;
  }
}
/* md (ipad)*/
@media (min-width: 768px){
  .f-md-12{
    font-size: 12px;
  }
  .f-md-13{
    font-size: 13px;
  }
  .f-md-14{
    font-size: 14px;
  }
  .f-md-15{
    font-size: 15px;
  }
  .f-md-16{
    font-size: 16px;
  }
  .f-md-20{
    font-size: 20px;
  }
  .f-md-24{
    font-size: 24px;
  }
  .f-md-32{
    font-size: 32px;
  }
  .f-md-36{
    font-size: 36px;
  }
  .f-md-45{
    font-size: 45px;
  }
  .f-md-48{
    font-size: 48px;
  }
  .f-md-60{
    font-size: 60px;
  }
}
/* lg */
@media (min-width: 992px){
  .f-lg-12{
    font-size: 12px;
  }
  .f-lg-13{
    font-size: 13px;
  }
  .f-lg-14{
    font-size: 14px;
  }
  .f-lg-15{
    font-size: 15px;
  }
  .f-lg-16{
    font-size: 16px;
  }
  .f-lg-20{
    font-size: 20px;
  }
  .f-lg-24{
    font-size: 24px;
  }
  .f-lg-32{
    font-size: 32px;
  }
  .f-lg-36{
    font-size: 36px;
  }
  .f-lg-45{
    font-size: 45px;
  }
  .f-lg-48{
    font-size: 48px;
  }
  .f-lg-60{
    font-size: 60px;
  }
}
/* xl */
@media (min-width: 1200px){ 
  .f-xl-12{
    font-size: 12px;
  }
  .f-xl-13{
    font-size: 13px;
  }
  .f-xl-14{
    font-size: 14px;
  }
  .f-xl-15{
    font-size: 15px;
  }
  .f-xl-16{
    font-size: 16px;
  }
  .f-xl-20{
    font-size: 20px;
  }
  .f-xl-24{
    font-size: 24px;
  }
  .f-xl-32{
    font-size: 32px;
  }
  .f-xl-36{
    font-size: 36px;
  }
  .f-xl-45{
    font-size: 45px;
  }
  .f-xl-48{
    font-size: 48px;
  }
  .f-xl-60{
    font-size: 60px;
  }
}


