@font-face {
  font-family: hs;
  src: url(../font/38W9.ttf);

}
body{ font-size: 14px;}
p {
  margin: 0 0;
}

.msf_index .index_banner {
  margin-bottom: 40px;
}

.msf_index .index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}

.msf_index .index_banner .index_banner_pagination {
  background-color: rgba(142, 142, 142, 0.3);
  height: 57px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.msf-tabs-swiper>.swiper-wrapper,.cases-swiper-slide0 { align-items: center}

.msf_index .index_banner .index_banner_pagination .swiper-pagination-bullet {
  width: 22px;
  height: 4px;
  border-radius: 4px;
  background-color: #c0c0c0;
}

.msf_index .index_banner .index_banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 64px;
  background-color: var(--styleColor);
}

.msf_index .index_por .index_por_option {
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 5px 9.1px 0.9px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 9.1px 0.9px rgba(0, 0, 0, 0.11);
}

.msf_index .index_por .index_por_option .w .index_por_option_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: 100px;
  position: relative;
}

.msf_index .index_por .index_por_option .w .index_por_option_list .index_por_option_item {
  width: auto;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index_por_option_item_imgbox {
  position: absolute;
  display: none;
  bottom: -200px;
  width: 100%;
  left: 0;
  z-index: 5;
  background: rgba(225, 225, 225, 0.85);
}

.index_por_option_item_imgbox>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index_por_option_item_imgbox>ul>li {
  background-color: #fff;
  margin: 20px;
  padding: 5px 10px;
}

.index_por_option_item_imgbox>ul>li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_por_option_item_imgbox>ul>li a:hover p {
  color: #333;
}

.index_por_option_item_imgbox>ul>li a .index_imgbox_bg {
  width: 160px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.index_por_option_item_imgbox>ul>li a .index_imgbox_bg img {
  width: 100%;
}

.index_por_option_item_imgbox>ul>li a p {
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.msf_index .index_por .index_por_option .w .index_por_option_list .index_por_option_item.active a {
  background: -webkit-gradient(linear, left top, right top, from(#31c0ff), to(#015faf));
  background: linear-gradient(to right, #31c0ff, #015faf);
  color: #fff;
}

.msf_index .index_por .index_por_option .w .index_por_option_list .index_por_option_item:hover .index_por_option_item_imgbox {
  display: block;
}

.msf_index .index_por .index_por_option .w .index_por_option_list .index_por_option_item:hover>a {
  background: -webkit-gradient(linear, left top, right top, from(#31c0ff), to(#015faf));
  background: linear-gradient(to right, #31c0ff, #015faf);
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .index_por .index_por_option .w .index_por_option_list .index_por_option_item>a {
  font-size: 18px;
  line-height: 44px;
  padding: 5px 20px;
}

.msf_index .index_por .index_por_box {
  padding-bottom: 87px;
}

.msf_index .index_por .index_por_box .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msf_index .index_por .index_por_box .w a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px #ccc solid;
  overflow: hidden;
  position: relative;
}

.msf_index .index_por .index_por_box .w a>img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .index_por .index_por_box .w a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.msf_index .index_por .index_por_box .w a:hover p {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#31c0ff), to(#015faf));
  background: linear-gradient(to right, #31c0ff, #015faf);
}

.msf_index .index_por .index_por_box .w a p {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 58px;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .index_por .index_por_box .w .index_por_left {
  width: 50%;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.msf_index .index_por .index_por_box .w .index_por_left .index_por_left_top {
  /* margin-bottom: 27px; */
}

.msf_index .index_por .index_por_box .w .index_por_left .index_por_left_top .index_por_left_top_imgbox {
  font-size: 0;
}

.msf_index .index_por .index_por_box .w .index_por_left .index_por_left_top>a {
  display: inline-block;
  width: 100%;
  height: auto;
  border: 1px #ccc solid;
  overflow: hidden;
  position: relative;
}

.msf_index .index_por .index_por_box .w .index_por_left .index_por_left_top>a img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.msf_index .index_por .index_por_box .w .index_por_left .index_por_left_top>a:hover p {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#31c0ff), to(#015faf));
  background: linear-gradient(to right, #31c0ff, #015faf);
}

.msf_index .index_por .index_por_box .w .index_por_left .index_por_left_top>a p {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 58px;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .index_por .index_por_box .w .index_por_left .index_por_left_bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.msf_index .index_por .index_por_box .w .index_por_left .index_por_left_bottom>a {
  position: relative;
  width: 380px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.msf_index .index_por .index_por_box .w .index_por_left .index_por_left_bottom>a:hover p {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#31c0ff), to(#015faf));
  background: linear-gradient(to right, #31c0ff, #015faf);
}

.msf_index .index_por .index_por_box .w .index_por_left .index_por_left_bottom>a img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.msf_index .index_por .index_por_box .w .index_por_left .index_por_left_bottom>a p {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 58px;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .index_por .index_por_box .w .index_por_right {
  width: 50%;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.msf_index .index_por .index_por_box .w .index_por_right .index_por_right_l {
  width: 380px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.msf_index .index_por .index_por_box .w .index_por_right .index_por_right_l>a {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  border: 1px solid #ccc;
  overflow: hidden;
}

.msf_index .index_por .index_por_box .w .index_por_right .index_por_right_l>a:nth-child(1) {
  /* height: 47%; */
}

.msf_index .index_por .index_por_box .w .index_por_right .index_por_right_l>a:hover p {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#31c0ff), to(#015faf));
  background: linear-gradient(to right, #31c0ff, #015faf);
}

.msf_index .index_por .index_por_box .w .index_por_right .index_por_right_l>a img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.msf_index .index_por .index_por_box .w .index_por_right .index_por_right_l>a p {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 58px;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .index_por .index_por_box .w .index_por_right .index_por_right_r {
  width: 380px;
}

.msf_index .index_por .index_por_box .w .index_por_right .index_por_right_r>a {
  position: relative;
  display: inline-block;
  height: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
}

.msf_index .index_por .index_por_box .w .index_por_right .index_por_right_r>a:hover p {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#31c0ff), to(#015faf));
  background: linear-gradient(to right, #31c0ff, #015faf);
}

.msf_index .index_por .index_por_box .w .index_por_right .index_por_right_r>a img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.msf_index .index_por .index_por_box .w .index_por_right .index_por_right_r>a p {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 58px;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .index_resolve {
  background: url(../images/index-bg1.jpg) no-repeat top center;
  height: 970px;
  padding-top: 60px;
}

.msf_index .index_resolve .w {
  width: 1600px;
}

.msf_index .index_resolve .w .index_resolve_title {
  margin-bottom: 52px;
}

.msf_index .index_resolve .w .index_resolve_box {
  height: 585px;
}

.msf_index .index_resolve .w .index_resolve_box .msf_img_box {
  float: left;
  margin-right: 23px;
  font-size: 0;
}

.msf_index .index_resolve .w .index_resolve_box .msf_img_box a {
  position: relative;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}

.msf_index .index_resolve .w .index_resolve_box .msf_img_box a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.msf_index .index_resolve .w .index_resolve_box .msf_img_box a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.msf_index .index_resolve .w .index_resolve_box .msf_img_box a p {
  position: absolute;
  width: 100%;
  bottom: 26px;
  left: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.msf_index .index_resolve .w .index_resolve_box .index_resolve_left {
  float: left;
  width: 383px;
}

.msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(1) {
  width: 585px;
}

.msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(2) {
  margin-right: 0;
  width: 585px;
}

.msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(3) {
  width: 383px;

  margin-top: 17px;
  margin-right: 22px;
}

.msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(4) {
  width: 383px;

  margin-top: 17px;
  margin-right: 22px;
}

.msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(5) {
  width: 383px;

  margin-top: 17px;
  margin-right: 0px;
}

.msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(5) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(5) a:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(5) a:hover p {
  color: #fff;
}

.msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(5) a>p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0;
  margin: 0;
  color: #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(5) a>p::before {
  content: '';
  width: 44px;
  height: 44px;
  background: url(../images/icon_more.png) no-repeat center center;
  display: block;
  margin-bottom: 26px;
}

.msf_index .index_survey {
  height: auto;
  background: url(../images/index-bg2.jpg) no-repeat top center;
  padding-top: 85px;

}

.msf_index .index_survey .index_survey_title {
  position: relative;
  width: 1254px;
  height: 175px;
  background: url(../images/border.png) no-repeat center center;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  margin-bottom: 50px;
}

.msf_index .index_survey .index_survey_title .survey_title_top {
  position: absolute;
  top: -30px;
  font-size: 43px;
  width: 100%;
}

.msf_index .index_survey .index_survey_title .survey_title_mid {
  font-size: 18px;
}

.msf_index .index_survey .index_survey_title .survey_title_bom {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 30px;
  border-radius: 70px;
  background-color: #32bdff;
  padding-right: 151px;
  padding-left: 149px;
  height: 70px;
  line-height: 70px;
  -webkit-box-shadow: 0px 5px 9.1px 0.9px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 9.1px 0.9px rgba(0, 0, 0, 0.11);
}

.msf_index .index_survey .index_survey_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.msf_index .index_survey .index_survey_form form input[type="text"] {
  border: none;
  width: 400px;
  height: 50px;
  font-size: 16px;
  padding-left: 22px;
  -webkit-box-shadow: 0px 5px 9.1px 0.9px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 9.1px 0.9px rgba(0, 0, 0, 0.11);
  outline: none;
  margin-right: 22px;
}

.msf_index .index_survey .index_survey_form form input[name="tel"] {
  margin-right: 0px;
}

.msf_index .index_survey .index_survey_form form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 74px;
}

.msf_index .index_survey .index_survey_form form label input {
  color: #fff;
  border-radius: 8px;
  background-color: #32beff;
  -webkit-box-shadow: 0px 5px 9.1px 0.9px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 9.1px 0.9px rgba(0, 0, 0, 0.11);
  width: 193px;
  height: 61px;
  font-size: 18px;
  border: none;
  outline: none;
}

.msf_index .index_aili .w .index_aili_title {
  margin-bottom: 41px;
}

.msf_index .index_aili .w .index_aili_box {
  height: 666px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 96px;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left {
  width: 405px;
  background: url(../images/anli-bg.jpg) no-repeat top center;
  padding: 67px 59px;
  margin-right: 43px;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_contentbox {
  display: none;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_contentbox.active {
  display: block;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_contentbox .index_aili_left_title {
  position: relative;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_contentbox .index_aili_left_title::before {
  content: '';
  position: absolute;
  width: 65px;
  height: 4px;
  background-color: #fff;
  top: 0;
  left: 0;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_contentbox .index_aili_left_title>span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 80px;
  font-weight: 800;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_contentbox .index_aili_left_title>p {
  font-size: 34px;
  color: #fff;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_contentbox .index_aili_left_content {
  padding-top: 40px;
  margin-bottom: 100px;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_contentbox .index_aili_left_content>p {
  font-size: 16px;
  color: #fff;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_navigation .navigation_prev,
.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_navigation .navigation_next {
  display: block;
  width: 59px;
  height: 59px;
  background: url(../images/icon-prev.png) no-repeat center center;
  cursor: pointer;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_navigation .navigation_prev.active,
.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_navigation .navigation_next.active {
  opacity: 0.3;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_navigation .navigation_prev {
  margin-right: 60px;
}

.msf_index .index_aili .w .index_aili_box .index_aili_left .index_aili_left_navigation .navigation_next {
  background-image: url(../images/icon-next.png);
}

.msf_index .index_aili .w .index_aili_box .index_aili_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_option {
  margin-bottom: 55px;
  margin-top: 35px;
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_option .aili_option_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_option .aili_option_list .aili_option_item {
  position: relative;
  font-size: 20px;
  width: 240px;
  text-align: center;
  cursor: pointer;
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_option .aili_option_list .aili_option_item::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #333;
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_option .aili_option_list .aili_option_item:last-child::after {
  content: unset;
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_option .aili_option_list .aili_option_item.active {
  color: var(--styleColor);
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_option .aili_option_list .aili_option_item.active::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: url(../images/icon-dian.png) no-repeat center center;
  display: block;
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_option .aili_option_list .aili_option_item:hover {
  color: var(--styleColor);
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_option .aili_option_list .aili_option_item:hover::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: url(../images/icon-dian.png) no-repeat center center;
  display: block;
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_img {
  display: none;
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_img.active {
  display: block;
  -webkit-animation: msf_show 0.5s;
  animation: msf_show 0.5s;
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_img .index_aili_img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_img .index_aili_img_list .index_aili_img_item {
  width: 33.33%;
  height: 274px;
  overflow: hidden;
  position: relative;
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_img .index_aili_img_list .index_aili_img_item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_img .index_aili_img_list .index_aili_img_item img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .index_aili .w .index_aili_box .index_aili_right .index_aili_img .index_aili_img_list .index_aili_img_item p {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  margin-bottom: 0;
  background-color: rgba(24, 24, 24, 0.5);
}

.msf_index .index_aili .w .m_index_aili_box {
  display: none;
}

.msf_index .index_combine {
  background: url(../images/index-bg3.jpg) no-repeat top center;
  padding-top: 40px;
  height: 1057px;
}

.msf_index .index_combine .w .index_combine_title {
  margin-bottom: 50px;
}

.index_combine_box {
  position: relative;
}

.index_combine_box .index_combine_swiper {
  width: 80%;
  margin: 0 auto;
}

.index_combine_box .index_combine_swiper .swiper-wrapper .swiper-slide {
  height: 195px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.index_combine_box .index_combine_swiper .swiper-wrapper .swiper-slide:hover {
  border: 1px solid var(--styleColor);
}

.index_combine_box .index_combine_swiper .swiper-wrapper .swiper-slide:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.index_combine_box .index_combine_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index_combine_box .index_combine_next,
.index_combine_box .index_combine_prev {
  width: 59px;
  height: 59px;
  background-image: url(../images/icon-next2.png);
  background-size: auto;
}

.index_combine_box .index_combine_prev {
  background-image: url(../images/icon-prev2.png);
}

.msf_index .index_introduce {
  background: url(../images/index-bg4.jpg) no-repeat top center;
  height: 736px;
  padding-top: 79px;
}

.msf_index .index_introduce .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msf_index .index_introduce .w .index_introduce_left {
  width: 712px;
  padding: 22px 14px;
  height: 640px;
  background-color: #fff;
  margin-right: 198px;
}

.msf_index .index_introduce .w .index_introduce_left video {
  background-color: #aaa;
  width: 680px;
  height: 444px;
}

.msf_index .index_introduce .w .index_introduce_left .index_introduce_title {
  text-align: center;
}

.msf_index .index_introduce .w .index_introduce_left .index_introduce_title h3 {
  margin-top: 45px;
  font-weight: 900;
  font-size: 39px;
  background-image: linear-gradient(135deg, #31c0ff, #015faf);
  -webkit-background-clip: text;
  color: transparent;
}

.msf_index .index_introduce .w .index_introduce_left .index_introduce_title p {
  font-size: 12px;
  color: #9e9e9e;
}

.msf_index .index_introduce .w .index_introduce_right {
  width: 690px;
  padding-top: 35px;
}

.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_title {
  font-size: 55px;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
  font-weight: 600;
  -webkit-background-clip: text;
  color: transparent;
}

.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_content {
  color: #fff;
}

.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_content h2 {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  font-size: 42px;
  margin-bottom: 30px;
}

.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_content h2::before,
.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_content h2::after {
  content: '';
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
}

.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_content h2::after {
  left: unset;
  right: -25px;
}

.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_content p {
  font-size: 20px;
}

.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_content .introduce_title {
  margin-bottom: 35px;
}

.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_content .introduce_content {
  margin-bottom: 95px;
}

.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_content .introduce_content p {
  font-size: 16px;
  line-height: 28px;
}

.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_btn a {
  position: relative;
  color: #fff;
  display: inline-block;
  width: 127px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border: 2px solid #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_btn a::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 100px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_btn a:hover {
  background-color: #fff;
  color: #333;
}

.msf_index .index_introduce .w .index_introduce_right .index_introduce_right_btn a:hover::after {
  width: 500px;
}

.msf_index .msf_b_bg {
  background: url(../images/index-bg5.jpg) no-repeat top center;
  height: 1740px;
  margin-bottom: 54px;
}

.msf_index .msf_b_bg .w .index_story {
  padding-top: 90px;
  height: 960px;
}

.msf_index .msf_b_bg .w .index_story .index_story_title {
  border-bottom: unset;
}

.msf_index .msf_b_bg .w .index_story .index_story_title::before {
  content: unset;
}

.msf_index .msf_b_bg .w .index_story .index_story_title h2 {
  color: #fff;
}

.msf_index .msf_b_bg .w .index_story .index_story_title p {
  color: #fff;
}

.msf_index .msf_b_bg .w .index_story .index_story_title .msf_title_cn {
  margin-bottom: 70px;
}

.msf_index .msf_b_bg .w .index_story .index_story_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 76px;
}

.msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item {
  width: 515px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 5px 9.1px 0.9px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 9.1px 0.9px rgba(0, 0, 0, 0.11);
}

.msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item:hover {
  -webkit-box-shadow: 0px 5px 20px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 20px 10px rgba(0, 0, 0, 0.11);
}

.msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item a .index_story_img {
  width: 100%;
  height: 386px;
  overflow: hidden;
}

.msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item a img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item a .index_story_describe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 86px;
  padding: 0 30px;
}

.msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item a .index_story_describe .describe_left {
  font-size: 24px;
}

.msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item a .index_story_describe .describe_right {
  font-size: 15px;
  color: var(--styleColor);
}

.msf_index .msf_b_bg .w .index_story .index_story_gd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.msf_index .msf_b_bg .w .index_aspirations {
  padding-top: 80px;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_title {
  border-bottom: unset;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_title::before {
  content: unset;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_title h2 {
  font-weight: 800;
  margin-bottom: 20px;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_title .msf_title_cn {
  margin-bottom: 75px;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .xcf_zhuan {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .xcf_zhuan.active {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .xcf_zhuan.active .index_aspirations_text {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item {
  width: 252px;
  height: 352px;
  position: relative;
  -webkit-box-shadow: 0px 5px 9.1px 0.9px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 9.1px 0.9px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item:nth-child(2n) {
  margin-top: 62px;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item:hover .index_aspirations_text {
  background-color: #015faf;
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item:hover .index_aspirations_text .index_aspirations_title {
  color: #fff;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item:hover .index_aspirations_text p {
  color: #fff;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item:hover .index_aspirations_text::after {
  display: block;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item .index_aspirations_img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item .index_aspirations_img img {
  width: 100%;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item .index_aspirations_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item .index_aspirations_text .index_aspirations_title {
  font-weight: 800;
  font-size: 22px;
  text-align: center;
  color: #035faf;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 18px;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item .index_aspirations_text p {
  color: #5d5d5d;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 24px;
}

.msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item .index_aspirations_text::after {
  content: '';
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 34px;
  height: 34px;
  background: url(../images/icon-go.png) no-repeat center center;
}

.msf_index .index_news {
  margin-bottom: 70px;
}

.msf_index .index_news .w .index_news_title {
  border-bottom: none;
}

.msf_index .index_news .w .index_news_title::before {
  content: unset;
}

.msf_index .index_news .w .index_news_title .msf_title_en {
  margin-bottom: 30px;
}

.msf_index .index_news .w .index_news_content .index_news_content_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}

.msf_index .index_news .w .index_news_content .index_news_content_top .news_classify_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msf_index .index_news .w .index_news_content .index_news_content_top .news_classify_list .news_classify_item {
  font-size: 20px;
  padding-bottom: 38px;
  width: 128px;
  text-align: center;
  margin-right: 40px;
  cursor: pointer;
}

.msf_index .index_news .w .index_news_content .index_news_content_top .news_classify_list .news_classify_item.active {
  color: #0460b0;
  position: relative;
}

.msf_index .index_news .w .index_news_content .index_news_content_top .news_classify_list .news_classify_item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0460b0;
}

.msf_index .index_news .w .index_news_content .index_news_content_top .index_news_more {
  padding-top: 10px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msf_index .index_news .w .index_news_content .index_news_content_top .index_news_more::after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  margin-left: 15px;
  background: url(../images/icon-jia.png) no-repeat center center;
}

.msf_index .index_news .w .index_news_content .index_news_box {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.msf_index .index_news .w .index_news_content .index_news_box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_left {
  width: 672px;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item {
  height: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item:hover {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #31c0ff), to(#015faf));
  background-image: linear-gradient(90deg, #31c0ff 40%, #015faf);
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item:hover .news_left_item_title {
  background-color: transparent;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item:hover .news_left_item_title h4 {
  color: #fff;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item:hover .news_left_item_title p {
  color: #fff;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item:hover .news_left_item_time {
  background-color: transparent;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item .news_left_item_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item .news_left_item_title h4 {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item .news_left_item_title p {
  width: 100%;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item .news_left_item_time {
  width: 120px;
  background-color: #0460b0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item .news_left_item_time .time_year {
  font-size: 34px;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item .news_left_item_time .time_day {
  font-size: 27px;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item {
  width: 389px;
  height: 398px;
  margin-right: 46px;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item:last-child {
  margin-right: 0px;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item:hover a .index_news_right_item_img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item a {
  width: 100%;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item a .index_news_right_item_img {
  width: 100%;
  height: 246px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item a .index_news_right_item_img img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item a .index_news_right_item_text {
  height: 150px;
  background-color: #ededed;
  padding: 26px 22px;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item a .index_news_right_item_text h4 {
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item a .index_news_right_item_text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.probox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding-bottom: 10px;
}

.probox>a {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
}

.probox>a:hover {
  /*-webkit-box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.11);*/
  -webkit-transform: translate(0%, -1%);
  transform: translate(0%, -1%);
}

.probox>a:hover .index_por_left_top_imgbox img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.probox>a:hover .probox_title {

}

.probox>a:hover .probox_more {
  opacity: 1;
  bottom: 3%;
}

.probox>a .index_por_left_top_imgbox {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    height: auto;
 
}

.probox>a .index_por_left_top_imgbox img {
  width: 100%;

}

.probox .info{
  background:#efeff0;
  padding:20px 20px;
}
.probox .info .desc{
  font-size:18px;line-height:1.8;height:3.6em;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 1s;
}
.probox .info .probox_more{
  color:#666;
}
.probox>a .probox_title {
  width: 100%;
  left: 50%;
  bottom: 0;
  font-size: 18px;
  font-weight:bold;
  line-height: 58px;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all 1s;
  transition: color 1s;
}

.probox>a .probox_more {
  margin: 0 auto;
  width: 130px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  border-radius: 38px;
  color: #b7b7b7;
  border: 1px solid #b7b7b7;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

}

.probox>a .probox_more:hover {
  background-color: #333;
  color: #fff;
}

.msf_breadcrumb {
  background-color: #f9f9f9;
}

.msf_breadcrumb .w .breadcrumb {
  background-color: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.msf_breadcrumb .w .breadcrumb li:nth-child(1) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_breadcrumb .w .breadcrumb li:nth-child(1)::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/icon-home.png) no-repeat center center;
  display: block;
  margin-right: 10px;
}

.msf_breadcrumb .w .breadcrumb li>a {
  color: #333;
  font-size: 15px;
}

.msf_breadcrumb .w .breadcrumb>li+li:before {
  content: '>';
  color: #333;
}

.msf_prolist_option {
  background-color: #f9f9f9;
}

.msf_prolist_option.isfixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 5px 8px 10px 0px rgb(0 0 0 / 11%);
  z-index: 99;
}

.msf_prolist_option .w .prolist_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  position: relative;
}

.msf_prolist_option .w .prolist_list .prolist_item {
  line-height: 82px;
  font-size: 20px;
  cursor: pointer;
}

.msf_prolist_option .w .prolist_list .prolist_item .index_por_option_item_imgbox {
  bottom: unset;
  top: 84px;
}

.msf_prolist_option .w .prolist_list .prolist_item:hover .index_por_option_item_imgbox {
  display: block;
}

.msf_prolist_option .w .prolist_list .prolist_item.active {
  border-bottom: 2px solid var(--styleColor);
}

.msf_prolist_list {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.msf_prolist_list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: msf_show 0.3s;
  animation: msf_show 0.3s;
}

.msf_prolist_list .msf_prolist_item {
  position: relative;
}
@media screen and (min-width: 751px) {
  .msf_prolist_list .msf_prolist_item{
    width:23.5%;
    margin-bottom: 26px; margin-right:2%;
  }
  .msf_prolist_list .msf_prolist_item:nth-child(4n){

    margin-right:0;
  } 
}
@media screen and (max-width: 751px) {
  .msf_prolist_list .msf_prolist_item{width:48%!important;}
  .msf_prolist_list .msf_prolist_item:nth-child(2n-1){margin-right:4%;}
}

.msf_prolist {
margin-top: 0;
  margin-bottom: 100px;
}

.msf_prolist .msf_prolist_box {
  padding-top: 57px;
}

.msf_details {
  padding-top: 1.6333rem;
}

.msf_details .msf_details_client .w .index_combine_box {
  display: none;
}

.msf_details .msf_details_box {
  height: 940px;
     padding-top: 80px;
}

.msf_details .msf_details_box .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msf_details .msf_details_box .w .msf_details_left {
      width: auto;
  height: 523px;
  display: -webkit-box;    margin-right: 60px;
  display: -ms-flexbox;
  display: flex;
}

.msf_details .msf_details_box .w .msf_details_left .msf_details_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_swiper {
  height: 80%;
  overflow: hidden;
}

.msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_swiper .swiper-wrapper .swiper-slide.active .proimg {
  border: 2px solid var(--styleColor);
}

.msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_swiper .swiper-wrapper .swiper-slide.active .proimg img {
  opacity: 1;
}

.msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_swiper .swiper-wrapper .swiper-slide .proimg {
  width: 85px;
  height: 85px;
  border: 2px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_swiper .swiper-wrapper .swiper-slide .proimg img {
  width: 75%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.4;
}

.msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_next,
.msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_prev {
  width: 38px;
  height: 38px;
  background: url(../images/icon-next2.png) no-repeat center center;
  background-size: 100%;
  outline: unset;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}

.msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_next.swiper-button-disabled,
.msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_prev.swiper-button-disabled {
  opacity: 0.3;
}

.msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_next {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.msf_details .msf_details_box .w .msf_details_left .msf_details_big {
  margin-left: 78px;
  height: 100%;
}

.msf_details .msf_details_box .w .msf_details_left .msf_details_big .msf_details_big_item {
  width: 550px;
  height: 550px;
  border: 1px solid #e4e4e4;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_details .msf_details_box .w .msf_details_left .msf_details_big .msf_details_big_item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: msf_show 0.3s;
  animation: msf_show 0.3s;
}

.msf_details .msf_details_box .w .msf_details_right {
  width: 50%;
  padding-top: 44px;
  position: relative;
}

.msf_details .msf_details_box .w .msf_details_right .msf_details_title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;line-height: 1;
}    

.msf_details .msf_details_box .w .msf_details_right .msf_details_content p {
  font-size: 16px;
  margin-bottom: 18px;
}

.msf_details .msf_details_box .w .msf_details_right .msf_details_zx {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 65px;
  left: 0;
  padding: 15px 50px;
}

.msf_details .msf_details_box .w .msf_details_right .msf_details_zx::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/icon-chat.png) no-repeat center center;
  display: block;
  margin-right: 8px;
}

.msf_details .msf_details_test {

}

.msf_details .msf_details_test .msf_details_qiehuan>ul {
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msf_details .msf_details_test .msf_details_qiehuan>ul>li {
  line-height: 56px;
  width: 184px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.msf_details .msf_details_test .msf_details_qiehuan>ul>li.active {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #31c0ff), to(#015faf));
  background-image: linear-gradient(90deg, #31c0ff 30%, #015faf);
  color: #fff;
}

.msf_details .msf_details_test .msf_details_content_box {
 /* border: 1px solid #ccc;*/
  min-height: 500px;
  display: none;
  height: auto;
  overflow: hidden;
}

.msf_details .msf_details_test .msf_details_content_box.active {
  display: block;
}

.msf_details .msf_details_client {
  padding-bottom: 30px;
}

.msf_details .msf_details_client .msf_client_title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 45px;
}

.msf_details .msf_details_client .msf_client_list {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
}

.msf_details .msf_details_client .msf_client_list .msf_client_item {
  /* width: 245px;
  height: 157px;
  border-radius: 10px;
  border: #dadada 1px solid;
  margin-bottom: 28px;
  overflow: hidden; */
  border: transparent 1px solid;
}

.msf_details .msf_details_client .msf_client_list .msf_client_item:hover {
  border: var(--styleColor) 1px solid;
}

.msf_details .msf_details_client .msf_client_list .msf_client_item img {
  width: 100%;
}

.msf_details .msf_details_case {
  
  padding-top: 70px;
  padding-bottom: 90px;
}

.msf_details .msf_details_case .msf_case_title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 45px;
}

.msf_details .msf_details_case .msf_case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.msf_details .msf_details_case .msf_case_list .msf_case_item {
  width: 382px;
  height: 283px;
  overflow: hidden;
  position: relative;
}

.msf_details .msf_details_case .msf_case_list .msf_case_item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.msf_details .msf_details_case .msf_case_list .msf_case_item img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.msf_details .msf_details_case .msf_case_list .msf_case_item p {
 margin-top:10px;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #fff;
}

.msf_details .msf_details_map {
  padding-top: 70px;
}

.msf_details .msf_details_map .msf_map_title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 45px;
}

.msf_details .msf_details_map .msf_map_img {
  width: 100%;
  margin-bottom: 20px;
}

.msf_details .msf_details_map .msf_map_img img {
  width: 100%;
}

.msf_details .msf_details_map .msf_map_tz {
  font-size: 23px;
  text-align: center;
}

.msf_details .msf_details_tuijian {
  background-color: #f1f1f1;
  padding-top: 40px;
 
}

.msf_details .msf_details_tuijian .msf_tuijian_title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 45px;
}

.msf_details .msf_details_tuijian .msf_tuijian_box {
  position: relative;    padding-bottom: 50px;
}

.msf_details .msf_details_tuijian .msf_tuijian_box .msf_tuijian_swiper {
  width: 90%;
}

.msf_details .msf_details_tuijian .msf_tuijian_box .msf_tuijian_swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_details .msf_details_tuijian .msf_tuijian_box .msf_tuijian_swiper .swiper-slide .probox {
  width: 100%;
  background-color: #fff;
}

.msf_details .msf_details_tuijian .msf_tuijian_box .msf_tuijian_swiper .swiper-slide .probox>a {
  width: 100%;
}

.msf_details .msf_details_tuijian .msf_tuijian_box .msf_tuijian_swiper .swiper-slide .probox>a .index_por_left_top_imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  border: none;
}

.msf_details .msf_details_tuijian .msf_tuijian_box .msf_tuijian_swiper .swiper-slide .probox>a .index_por_left_top_imgbox img {
  width: auto;
}

.msf_details .msf_details_tuijian .msf_tuijian_box .msf_tuijian_next,
.msf_details .msf_details_tuijian .msf_tuijian_box .msf_tuijian_prev {
  width: 59px;
  height: 59px;
  opacity: 1;
  background-size: auto;
  outline: none;
}

.msf_details .msf_details_tuijian .msf_tuijian_box .msf_tuijian_prev {
 opacity: 1;
}

.msf_shade {
  background-color: rgba(22, 108, 227, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.msf_shade::before,
.msf_shade::after {
  content: '';
  position: absolute;
  background: url(../images/icon_circle.png) no-repeat center center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-400%, -50%);
  transform: translate(-400%, -50%);
  display: block;
  width: 86px;
  height: 86px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.msf_shade::after {
  background-image: url(../images/icon_zoom.png);
  -webkit-transform: translate(310%, -50%);
  transform: translate(310%, -50%);
}

.msf_case {
  padding-top: 0;
}

.msf_case .msf_case_banner {
  background: url(../images/anli-background.jpg) no-repeat top center;
  height: 449px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_case .msf_case_banner h1 {
  font-size: 42px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_case .msf_case_banner h1::after {
  content: '';
  height: 2px;
  width: 80px;
  background-color: #fff;
  display: block;
  margin-top: 30px;
}

.msf_case .msf_case_box {
  padding-top: 55px;
}

.msf_case .msf_case_box .w .msf_case_list {
  display: none;
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.msf_case .msf_case_box .w .msf_case_list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: msf_show 0.3s;
  animation: msf_show 0.3s;
}

.msf_case .msf_case_box .w .msf_case_list .msf_case_item {
  width: 511px;
  margin-bottom: 36px;
  margin-right: 33px;
}

.msf_case .msf_case_box .w .msf_case_list .msf_case_item:nth-child(3n) {
  margin-right: 0;
}

.msf_case .msf_case_box .w .msf_case_list .msf_case_item:hover a .msf_case_item_img .msf_shade {
  opacity: 1;
}

.msf_case .msf_case_box .w .msf_case_list .msf_case_item:hover a .msf_case_item_img .msf_shade::before,
.msf_case .msf_case_box .w .msf_case_list .msf_case_item:hover a .msf_case_item_img .msf_shade::after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.msf_case .msf_case_box .w .msf_case_list .msf_case_item a .msf_case_item_img {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.msf_case .msf_case_box .w .msf_case_list .msf_case_item a .msf_case_item_img img {
  width: 100%;
  min-height: 100%;
}

.msf_case .msf_case_box .w .msf_case_list .msf_case_item a .msf_case_item_test {
  text-align: center;
  padding: 28px;
  background-color: #f4f4f4;
  height: 152px;
}

.msf_case .msf_case_box .w .msf_case_list .msf_case_item a .msf_case_item_test h5 {
  font-size: 20px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.msf_case .msf_case_box .w .msf_case_list .msf_case_item a .msf_case_item_test p {
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.msf_about {
  padding-top: 0;
}

.msf_about .msf_about_banner {
  height: 868px;
  background: url(../images/about-banner.jpg) no-repeat top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_about .msf_about_banner ul {
  width: 930px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.msf_about .msf_about_banner ul li {
  position: relative;
  width: 33.33%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.msf_about .msf_about_banner ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 30%;
  background-color: rgba(255, 255, 255, 0.3);
}

.msf_about .msf_about_banner ul li>i {
  width: 80px;
  height: 73px;
  background: url(../images/about-icon2.png) no-repeat top center;
  background-position: -5px 0px;
  margin-bottom: 20px;
}

.msf_about .msf_about_banner ul li:nth-child(3n)::before {
  content: unset;
}

.msf_about .msf_about_banner ul li:nth-child(2)>i {
  background-position: -316px 0px;
}

.msf_about .msf_about_banner ul li:nth-child(3)>i {
  background-position: -632px 0px;
}

.msf_about .msf_about_banner ul li:nth-child(4) {
  border-bottom: unset;
}

.msf_about .msf_about_banner ul li:nth-child(5) {
  border-bottom: unset;
}

.msf_about .msf_about_banner ul li:nth-child(5)>i {
  background-position: -316px 0px;
}

.msf_about .msf_about_banner ul li:nth-child(6) {
  border-bottom: unset;
}

.msf_about .msf_about_banner ul li:nth-child(6)>i {
  background-position: -632px 0px;
}

.msf_about .msf_about_introduce {
  padding-top: 1rem;
}

.msf_about .msf_about_introduce .w .job-right {
  width: 80%;
  margin: 0 auto 100px;
}

.job-right-bottom ul {
  display: flex;
  justify-content: space-between;
  border: 1px solid #cce;
  background-color: #E9E7E7;
  border-bottom: none;
}

.job-right-bottom ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 50px;
  border-right: 2px solid #fff;
}

.job-right-bottom ul li:last-child {
  border-right: none;
}

.job_more {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #E9E7E7;
  border: 1px solid #cce;
  width: 100%;
}

.job_more tr {
  background-color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}

.msf_about .msf_about_introduce .w .job {
  width: 80%;
  margin: 0 auto 100px;

}

.click_btn {
  color: #fff;
  font-weight: 400;
  background-color: var(--styleColor);
  padding: 5px 15px;
  border-radius: 50px;
}

.click_btn:hover {
  color: #fff;
}

.job_list {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #E9E7E7;
  border: 1px solid #cce;
  width: 100%;
}

.job_list .title {
  font-size: 22px;
  background-color: #E9E7E7;

}

.job_list tr {
  background-color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}

.msf_about .msf_about_introduce .w .msf_title {
  border-bottom: unset;
}

.msf_about .msf_about_introduce .w .msf_title::before {
  content: unset;
}

.msf_about .msf_about_introduce .w .msf_title h2 {
  font-weight: 900;
}

.msf_about .msf_about_introduce .w .msf_title h2::before,
.msf_about .msf_about_introduce .w .msf_title h2::after {
  content: unset;
}

.msf_about .msf_about_introduce .w .msf_title .msf_title_en {
  font-size: 12px;
}

.msf_about .msf_about_introduce .w .msf_introduce_det {
  font-size: 16px;
  color: #333;
  line-height: 38px;
  text-indent: 2em;

}

.msf_about .msf_about_introduce .w .msf_introduce_icon {
  padding-top: 64px;
  margin-bottom: 50px;
}

.msf_about .msf_about_introduce .w .msf_introduce_icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.msf_about .msf_about_introduce .w .msf_introduce_icon ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
  text-align: center;
  margin: 0 40px;
}

.msf_about .msf_about_introduce .w .msf_introduce_icon ul li:nth-child(2) i {
  background-position: -294px 0;
}

.msf_about .msf_about_introduce .w .msf_introduce_icon ul li:nth-child(3) i {
  background-position: -588px 0;
}

.msf_about .msf_about_introduce .w .msf_introduce_icon ul li:nth-child(4) i {
  background-position: -882px 0;
}

.msf_about .msf_about_introduce .w .msf_introduce_icon ul li:nth-child(5) i {
  background-position: -1176px 0;
}

.msf_about .msf_about_introduce .w .msf_introduce_icon ul li i {
  background: url(../images/about-icon.png) no-repeat;
  height: 120px;
  width: 120px;
  display: block;
  margin-bottom: 15px;
}

.msf_about .msf_about_introduce .w .msf_introduce_icon ul li .introduce_icon_title {
  font-size: 22px;
  font-weight: 900;
}

.msf_about .msf_about_introduce .w .msf_introduce_icon ul li .introduce_icon_content {
  font-size: 16px;
}

.msf_about .msf_about_introduce .w .msf_introduce_video {
  width: 100%;
  padding-bottom: 75px;
}

.msf_about .msf_about_introduce .w .msf_introduce_video video {
  width: 1200px;
  background-color: #eee;
  margin: 0 auto;
  display: block;
}

.msf_about .msf_about_introduce .msf_introduce_number {
  height: 666px;
  background: url(../images/shuju.png) no-repeat bottom center;
  padding-top: 120px;
}

.msf_about .msf_about_introduce .msf_introduce_number ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msf_about .msf_about_introduce .msf_introduce_number ul li {
  width: 20%;
  text-align: center;
  font-size: 24px;
  border-right: 1px solid #ccc;
}

.msf_about .msf_about_introduce .msf_introduce_number ul li:last-child {
  border-right: unset;
}

.msf_about .msf_about_introduce .msf_introduce_number ul li span {
  font-size: 58px;
  font-weight: 800;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #31c0ff), to(#015faf));
  background-image: linear-gradient(180deg, #31c0ff 40%, #015faf);
  -webkit-background-clip: text;
  color: transparent;
}

.msf_about .msf_about_introduce .msf_introduce_number ul li p {
  font-size: 16px;
  color: #717171;
}

.msf_about .msf_about_introduce .msf_about_honor {
  padding-top: 70px;
  padding-bottom: 80px;
}

.msf_about .msf_about_introduce .msf_about_honor .msf_honor_title h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}

.msf_about .msf_about_introduce .msf_about_honor .msf_honor_box {
  position: relative;
  width: 1600px;
  margin: 0 auto;
}

.msf_about .msf_about_introduce .msf_about_honor .msf_honor_box .msf_honor_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.msf_about .msf_about_introduce .msf_about_honor .msf_honor_box .msf_honor_next,
.msf_about .msf_about_introduce .msf_about_honor .msf_honor_box .msf_honor_prev {
  width: 59px;
  height: 59px;

  outline: unset;
}

.msf_about .msf_about_introduce .msf_about_honor .msf_honor_box .msf_honor_next {
  background: url(../images/icon-next2.png);
}

.msf_about .msf_about_introduce .msf_about_honor .msf_honor_box .msf_honor_prev {
  background: url(../images/icon-prev2.png);

}

.msf_about .msf_about_introduce .msf_about_client .w .msf_client_title h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}

.msf_about .msf_about_introduce .msf_about_client .w .msf_client_box {
  margin-bottom: 60px;
}

.msf_about .msf_about_introduce .msf_about_client .w .msf_client_box .msf_client_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.msf_about .msf_about_introduce .msf_about_client .w .msf_client_box .msf_client_swiper .swiper-slide .swiper-slide_imgbox {
  border: 1px solid #dadada;
  border-radius: 10px;
  overflow: hidden;    width: 100%;    text-align: center;
}

.msf_about .msf_about_introduce .msf_about_client .w .msf_client_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.msf_about .msf_about_introduce .msf_about_client .w .msf_client_box ul li {
  width: 247px;
  border: 1px solid #dadada;
  border-radius: 10px;
  height: 159px;
  overflow: hidden;
  margin-bottom: 28px;
}

.msf_about .msf_about_introduce .msf_about_client .w .msf_client_box ul li img {
  width: 100%;
}

.msf_about .msf_about_introduce .msf_about_client .w .m_msf_client_box {
  display: none;
}

.msf_about .msf_about_introduce .msf_about_mien {
  background-color: #f1f1f1;
  padding-top: 1rem;
  padding-bottom: 30px;
}

.msf_about .msf_about_introduce .msf_about_mien .msf_mien_title h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}

.msf_about .msf_about_introduce .msf_about_mien .msf_mien_box {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.msf_about .msf_about_introduce .msf_about_mien .msf_mien_box .msf_mien_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  margin-bottom: 20px;
}

.msf_about .msf_about_introduce .msf_about_mien .msf_mien_box .msf_mien_swiper .swiper-wrapper .swiper-slide p {
  font-size: 18px;
  text-align: center;
}

.msf_about .msf_about_introduce .msf_about_mien .msf_mien_box .msf_mien_next,
.msf_about .msf_about_introduce .msf_about_mien .msf_mien_box .msf_mien_prev {
  width: 59px;
  height: 59px;
  right: -6%;
  outline: unset;
}

.msf_about .msf_about_introduce .msf_about_mien .msf_mien_box .msf_mien_next {
      background: url(../images/icon-next2.png);
}

.msf_about .msf_about_introduce .msf_about_mien .msf_mien_box .msf_mien_prev {
      background: url(../images/icon-prev2.png);
  left: -6%;
}

.msf_about .msf_about_introduce .msf_about_box {
  padding-top: 40px;
  padding-bottom: 90px;
}

.msf_about .msf_about_introduce .msf_about_box .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_title p {
  font-size: 26px;
}

.msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_list {
  margin-bottom: 20px;
}

.msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_list .msf_about_item {
  font-size: 15px;
  color: #727272;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_list .msf_about_item::before {
  content: '';
  width: 21px;
  height: 21px;
  background: url(../images/icon.png) no-repeat;
  display: block;
  margin-right: 13px;
  background-position: 0px -36px;
}

.msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_list .msf_about_item:nth-child(3)::before {
  background-position: -329px -72px;
}

.msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_list .msf_about_item:nth-child(4)::before {
  background-position: 0px -72px;
}

.msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_list .msf_about_item:nth-child(5)::before {
  background-position: 0px -107px;
}

.msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_list .msf_about_item:nth-child(6)::before {
  background-position: -330px -108px;
}

.msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_list .msf_about_item:nth-child(7)::before {
  background-position: -329px -2px;
}

.msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_right {
  padding-top: 20px;
}

.msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_right .map {
  width: 1100px;
  height: 540px;
  background-color: #ccc;
}

.msf_resolve {
  padding-top: 100px;
}

.msf_resolve .msf_resolve_banner {
  background: url(../images/anli-background.jpg) no-repeat top center;
  height: 449px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_resolve .msf_resolve_banner h1 {
  font-size: 42px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_resolve .msf_resolve_banner h1::after {
  content: '';
  height: 2px;
  width: 80px;
  background-color: #fff;
  display: block;
  margin-top: 30px;
}

.msf_resolve .msf_breadcrumb .w .breadcrumb {
  padding: 18px 15px;
}

.msf_resolve .msf_resolve_box {
  height: 845px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f3f5;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_left {
  width: 50%;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_left .msf_resolve_imglist {
  position: relative;
  width: 100%;
  height: 100%;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_left .msf_resolve_imglist .msf_resolve_imgitem {
  display: none;
  overflow: hidden;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_left .msf_resolve_imglist .msf_resolve_imgitem.active {
  display: block;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_left .msf_resolve_imglist .msf_resolve_imgitem .msf_resolve_img {
  width: 100%;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_left .msf_resolve_imglist .msf_resolve_imgitem .msf_resolve_img ul li {
  display: none;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_left .msf_resolve_imglist .msf_resolve_imgitem .msf_resolve_img ul li.active {
  display: block;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_left .msf_resolve_imglist .msf_resolve_imgitem .msf_resolve_img ul li img {
  width: 100%;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_left .msf_resolve_imglist .msf_resolve_imgitem .msf_resolve_imgnav {
  position: absolute;
  right: calc(800px - 245px);
  top: 58px;
  width: 245px;
  height: 100%;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_left .msf_resolve_imglist .msf_resolve_imgitem .msf_resolve_imgnav .msf_resolve_imgnav_item {
  font-size: 17px;
  line-height: 41px;
  width: 245px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 24px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_left .msf_resolve_imglist .msf_resolve_imgitem .msf_resolve_imgnav .msf_resolve_imgnav_item.active {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#31c0ff), to(#015faf));
  background-image: linear-gradient(90deg, #31c0ff, #015faf);
}

.msf_resolve .msf_resolve_box .msf_resolve_box_right {
  width: 50%;
  padding: 100px 0 0 95px;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_tltle {
  font-size: 44px;
  margin-bottom: 60px;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav {
  /* width: 800px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav>li {
  width: 219px;
  height: 221px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 23px;
  margin-bottom: 39px;
  cursor: pointer;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav>li.active {
  border: 1px solid #2575bb;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav>li:nth-child(2) i {
  background-position: -243px 0px;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav>li:nth-child(3) i {
  background-position: -486px 0px;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav>li:nth-child(3n) {
  margin-right: 0px;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav>li:nth-child(4) i {
  background-position: 0px -260px;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav>li:nth-child(5) i {
  background-position: -243px -260px;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav>li:nth-child(6) i {
  background-position: -486px -260px;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav>li i {
  display: block;
  width: 107px;
  height: 107px;
  background: url(../images/resolve-icon.png) no-repeat;
  background-position: 0px 0px;
  margin-bottom: 35px;
}

.msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav>li p {
  font-size: 18px;
}

.msf_scheme_banner {
 
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_scheme_banner  img{max-width:100%;}
.msf_scheme_banner h1 {
  font-size: 42px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.msf_scheme_banner img{    height: auto;}
.msf_scheme_banner h1::after {
  content: '';
  height: 2px;
  width: 80px;
  background-color: #fff;
  display: block;
  margin-top: 30px;
}

.msf_scheme {
  padding-top: 100px;
}

.msf_scheme .msf_scheme_box>ul>li {
  display: none;
}

.msf_scheme .msf_scheme_box>ul>li.active {
  display: block;
  -webkit-animation: msf_show 0.3s;
  animation: msf_show 0.3s;
}

.msf_scheme .msf_scheme_box>ul>li .msf_scheme_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 565px;
  background: url(../images/jjfa-bg.jpg) no-repeat top center;
  font-size: 47px;
  color: #fff;
}

.msf_scheme .msf_scheme_box>ul>li .msf_scheme_content {
  height: 500px;
  text-align: center;
}

.msf_scheme .msf_scheme_pro .msf_scheme_title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 30px;
}

.msf_serve {
  padding-top: 0;
}

.msf_serve .msf_scheme_banner {
  background: url(../images/anli-background.jpg) no-repeat top center;
  height: 448px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_serve .msf_scheme_banner h1 {
  font-size: 42px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_serve .msf_scheme_banner h1::after {
  content: '';
  height: 2px;
  width: 80px;
  background-color: #fff;
  display: block;
  margin-top: 30px;
}

.msf_serve .msf_serve_box {
  padding-top: 63px;
}

.msf_serve .msf_serve_box .w .msf_serve_list {
  display: none;
}

.msf_serve .msf_serve_box .w .msf_serve_list.active {
  display: block;
  -webkit-animation: msf_show 0.3s;
  animation: msf_show 0.3s;
}

.msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item {
  height: 298px;
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item:hover {
  -webkit-box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.11);
}

.msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 1px solid #e6e6e6;
}

.msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item a .msf_serve_item_left {
  height: 100%;
  margin-right: 53px;
}

.msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item a .msf_serve_item_left img {
  height: 100%;
}

.msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item a .msf_serve_item_right .msf_serve_title {
  font-size: 22px;
  color: #333;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item a .msf_serve_item_right .msf_serve_content {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #717171;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item a .msf_serve_item_right .msf_serve_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item a .msf_serve_item_right .msf_serve_time::before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../images/time-icon.png) no-repeat center center;
  margin-right: 10px;
}

.msf_serve_footer {
  height: 272px;
  background: url(../images/serve-fb.jpg) no-repeat top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.msf_serve_footer h2 {
  font-size: 34px;
  color: #fff;
  margin-right: -30%; 
  margin-bottom:30px;
}

.msf_serve_footer a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  background-color: #2cb2f5;
  border-radius: 10px;
  padding: 10px 58px;
  margin-right: -30%;
}

.msf_news {
  padding-top: 0;
}

.msf_news .msf_prolist_option .w .prolist_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.msf_news .msf_prolist_option .w .prolist_list .prolist_item {
  margin: 0 30px;
}

.msf_news .msf_news_box {
  padding-top: 40px;
}

.msf_news .msf_news_box .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.msf_news .msf_news_box .msf_news_box_left {
  width: 1233px;
  margin-right: 29px;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list {
  display: none;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list.active {
  display: block;
  -webkit-animation: msf_show 0.3s;
  animation: msf_show 0.3s;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item {
  height: auto;
  border: 1px solid #e6e6e6;
  margin-bottom: 26px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item:hover {
  -webkit-box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.11);
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_left {
  max-width: 426px;
  width: 100%;
  height: 100%;
  position: relative;
  margin-right: 86px;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_left .msf_news_imgbox {
  overflow: hidden;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_left .msf_news_imgbox img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_left .msf_news_timebox {
  position: absolute;
  right: -10%;
  top: 0;
  width: 86px;
  height: 86px;
  background-color: #0360b0;
  color: #fff;
  font-size: 25px;
  line-height: 86px;
  text-align: center;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_right {
  padding-top: 46px;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_right .msf_news_title {
  font-size: 22px;
  margin-bottom: 26px;
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_right .msf_news_content {
  font-size: 16px;
  line-height: 30px;
  color: #717171;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.msf_news .msf_news_box .msf_news_box_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position:sticky;
  top:0;
}

.msf_news .msf_news_box .msf_news_box_right .msf_news_hot,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click {
  margin-bottom: 31px;
  border: 1px #ddd solid;
}

.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_news_hot_title,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_news_hot_title,
.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_hot_click_title,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_title {
  line-height: 54px;
  background-color: #0360b0;
  font-size: 20px;
  color: #fff;
  padding-left: 20px;
}

.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_news_hot_item,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_news_hot_item,
.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_hot_click_tiem,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem {
  padding: 0 20px;
}

.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_news_hot_item a,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_news_hot_item a,
.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_hot_click_tiem a,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem a {
  line-height: 44px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_news_hot_item a::before,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_news_hot_item a::before,
.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_hot_click_tiem a::before,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem a::before {
  content: '+';
}

.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem a::before {
  content: attr(data-id);
  background-color: #dcdcdc;
  color: #fff;
  font-size: 16px;
  width: 44px;
  height: 22px;
  display: inline-block;
  border-radius: 22px;
  text-align: center;
  line-height: 22px;
}

.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem:nth-child(4) a::before,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem:nth-child(2) a::before,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem:nth-child(3) a::before {
  background-color: #e0401c;
}

.msf_case_banner {

  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_case_banner h1 {
  font-size: 42px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_case_banner h1::after {
  content: '';
  height: 2px;
  width: 80px;
  background-color: #fff;
  display: block;
  margin-top: 30px;
}

.msf_case_det {
  padding-top: 100px;
}

.msf_case_det .msf_case_det_content {
  padding-top: 80px;
  text-align: center;
  display: none;
}

.msf_case_det .msf_case_det_content.active {
  display: block;
  -webkit-animation: msf_show 0.3s;
  animation: msf_show 0.3s;
}

.msf_case_det .msf_case_det_content .w img {
  width: 800px;
}

.index_por_left_top_imgbox {
  font-size: 0;
}

.imgbox {
  position: relative;
  margin-left: 64px;
}

.pro-min-box {
  width: 640px;
  height: 380px;
  /* border: 1px solid #ccc; */
  overflow: hidden;
}

.pro-min-box img {
  width: 640px;
  height: 380px;
  vertical-align: top;
}

.show-big-box {
  display: none;
  position: absolute;
  left: 560px;
  top: 0;
  width: 500px;
  height: 500px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
}

.show-big-box img {
  position: absolute;
  height: 2000px;    max-width: initial;
  width: 2000px;
}

.hoverbox {
  display: none;
  position: absolute;
  top: 0;
  background: #09f;
  border: 1px solid #09f;
  height: 125px;
  width: 125px;
  cursor: move;
  z-index: 10;
}



.Pagination {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 70px;
}

.Pagination a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
}

.Pagination .current {
  color: white;
}

.Pagination .current {
  background: #c31522;
  border-color: #c31522;
}

.Pagination a {
  color: #666666;
  font-size: 12px;
}







.msf_resolve .msf_resolve_banner,
.msf_case .msf_case_banner,
.msf_about .msf_about_banner {
  height: auto;
  width: 100%;
  overflow: hidden;
  background: none;
}

.msf_resolve .msf_resolve_banner img,
.msf_case .msf_case_banner img,
.msf_about .msf_about_banner img {
  max-width: 100%;
}

.my-map {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.my-map .icon {
  background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
  height: 31px;
  width: 28px;
}

.my-map .icon-cir-red {
  background-position: -11px -5px;
}

.amap-container {
  height: 100%;
}

.myinfowindow {
  width: 240px;
  min-height: 50px;
}

.myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}

.myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}

.header .msf_nav .msf_nav_tel {
  font-weight: bold;
}


.form-box {
  /* position: relative;
                    bottom: -60px; */
  /* margin-top: 40px; */
  /* background-color: #fefefe;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); */
  padding-bottom: 50px;
  width: 80%;
  margin: 0 auto;
}

.form-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 40px 0 40px;
}

.form-box ul>li {
  width: 380px;
  /* margin-left: 40px; */
  margin-bottom: 30px;
  position: relative;
}

.form-box ul>li>i {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.form-box ul>li>label {
  position: absolute;
  left: 3em;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  margin-left: 6px;
  color: #333;
  width: 70px;

  transition: opacity .3s;
}

.form-box ul>li input {
  /* width: 239px; */
  width: 100%;
  padding-left: 3em;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #aaaaaa;
}

.form-box ul>li input[type="text"]:focus~.placeholder,
.form-box ul>li input[type="text"]:not(:placeholder-shown)~.placeholder {
  opacity: 0;
}


.form-box ul>li select {
  /* width: 238px; */
  width: 100%;
  padding-left: 3em;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #aaaaaa;
}

.form-box p {
  /* position: relative;
  width: 400px;
  height: 60px;
  margin: auto;
  margin-top: 20px;
  display: block;
  background-color: #158ae4;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  cursor: pointer; */
  color: #fff;
  border-radius: 8px;
  background-color: #32beff;
  -webkit-box-shadow: 0px 5px 9.1px 0.9px rgb(0 0 0 / 11%);
  box-shadow: 0px 5px 9.1px 0.9px rgb(0 0 0 / 11%);
  width: 193px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border: none;
  outline: none;
  margin: 0 auto;
}

/* .form-box p::before {
  content: '';
  position: absolute;
  left: -355px;
  top: 30px;
  width: 347px;
  height: 0px;
  border-top: 1px dashed #ccc;
}

.form-box p::after {
  content: '';
  position: absolute;
  right: -355px;
  top: 30px;
  width: 347px;
  height: 0px;
  border-top: 1px dashed #ccc;
} */

.point {
  color: #d00000 !important;
}



.msf_details .msf_details_tuijian .msf_tuijian_box .msf_tuijian_swiper .swiper-slide .probox>a .index_por_left_top_imgbox img {
  max-width: 100%;
  max-height: 300px;
}

.msf_details .msf_details_client .msf_client_list .msf_client_item {
  height: auto;
}

.msf_dhz {
  overflow: hidden;
}

header  .dropdown_b_box {
  width: 100%;
  left: -1px;
}

.msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_right {
  padding-top: 10px;
}

.dropdown_b_box .dropdown_b_box_r .dropdown_b_box_option {
  flex-wrap: wrap;
}

footer .footer_top .nr .footer_top_list .footer_top_item>a {
  font-size: 15px;
  color: #9e9e9e;
}

.msf_prolist_option .w .prolist_list .prolist_item.active {
  font-weight: bold;
}

.mob {
  display: none;
}

.pc {
  display: block;
}

header .msf_nav .msf_nav_right .msf_nav_list>li {
  padding-bottom: 11px;
}

.footer_bottom_link {
  width: 1400px;
  max-width: 95%;
  margin: 0 auto;
  padding: 10px 0 0;
}

footer .footer_top {
  height: auto;
  padding-bottom: 30px
}

footer .footer_mid {
  height: auto;
  padding-top: 35px;
}



header .msf_nav .msf_nav_list>li.dropdown_d .dropdown_box {
  background-color: #293751;
  width: 750px;
  right: 0;
  left: auto;
}

.dropdown_box ul li {
  width: 31%;
}

.dropdown_d .dropdown_box li a {
  color: #ccc;
}

header .msf_nav .msf_nav_right .msf_nav_list>li:last-child .dropdown_box {
  right: 0;
  left: auto;
}

header .msf_nav .msf_nav_left {
  margin-left: -100px;
}

header .msf_nav .msf_nav_right .msf_nav_list {
  margin-left: 100px;
}

header .msf_nav .msf_nav_tel {
  margin-top: 50px;
}


header .msf_nav {
  background-color: rgb(233, 233, 234, .6);
}

footer .footer_mid {
  padding-bottom: 40px;
}

.form-box ul>li>label {
  font-size: 16px;
  font-weight: inherit;
  font-weight: 100;
  width: 85px;
}

.form-box ul>li select {
  font-size: 16px;

  color: #333;
}

.form-box p {
  zoom: 1.5;
}

.from>ul>li {
  margin: 35px 0;
}

.fixed-leader span {
  display: inline-block;
  height: 55px;
  width: 3px;
  background: #fff;
  margin: -15px 20px 0 10px;
  vertical-align: text-top;
}

.fixed-leader img {
  margin-bottom: -6px;
}

header .msf_nav .msf_nav_left>a {
  border-right: none;
  margin-right: 0;
}

.sx {
  width: 3px;
  height: 60px;
  background: #ffff;
  margin-right: 15px;
}

.msf_prolist_option .w .prolist_list .prolist_item {
  font-size: 18px;
}

header .msf_nav .msf_nav_right .msf_nav_list>li {
  margin-right: 25px;
}

.msf_about .msf_about_introduce .msf_about_client .w .msf_client_box {
  position: relative;
}

.msf_about .msf_about_introduce .msf_about_client .w .msf_client_box .msf_client_swiper {
  width: 1400px;
}

.msf_about .msf_about_introduce .msf_about_honor {
  width: 1600px;
}

.m-footer {
  display: none;
}

.msf_about .msf_about_introduce .msf_about_honor .msf_honor_box .msf_honor_swiper {
  width: 1400px;
}

.zp {
     background: url(../images/icon-prev2.png);
  width: 59px;
  height: 59px;
  outline: none;  top: calc(50% - 45px);
}

.zn {
  background: url(../images/icon-next2.png);
  width: 59px;
  height: 59px;
  outline: none;    top: calc(50% - 45px);
}





.msf_dhzw,
.msf_alw {
  position: relative;
}

.msf_dhzw .msf_dhz,
.msf_alw .msf_al {
  width: 90%;
  margin: 0 auto;
}

.msf_case_banner img {
  max-width: 100%;
}

.md {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.md .mditem {
  width: 23%;
  height: 283px;
  overflow: hidden;
  display: inline-block;
}

.md img {
  max-width: 100%
}

.md .md_m {
  height: 245px;
  overflow: hidden;
}

.cp_m {
  height: 215px;
  overflow: hidden;
}

.from>ul>li>label {
  font-weight: 100;
}

.msf_serve_footer {
  border-bottom: 2px solid #ccc;
}

.msf_details .msf_details_box .w .msf_details_right {
  padding-top: 0;
}

.msf_details .msf_details_box .w .msf_details_left {
  height: auto;
}

.contents {
  width: 85%;
  max-width: 1450px;
  margin: 50px auto 80px;
}

.contents img {
  max-width: 100%;
  height: auto !important;
}


.msf_details .msf_details_test .msf_details_content_box iframe,
.msf_details .msf_details_test .msf_details_content_box video {
  max-width: 100%;
}

.msf_details .msf_details_test .msf_details_content_box img {
  max-width: 100%;
  height: auto !important;
}

.news_b .md .mditem,
.news_b .md .md_m {
  height: auto;
}

.msf_details .msf_details_test .msf_details_qiehuan {
  width: 100%;
  max-width: 100% !important;
  background: #efefef;
}

.msf_details .msf_details_test .msf_details_qiehuan>ul {
  max-width: 1600px;
  margin: 0 auto;
}

.footer_mid_right img{height:75px; }

.se_box{display: inline-block;
    margin-right: 25px;
    width: 221px;
    background: #fff;
    height: 30px;    text-align: center;
    border-radius: 15px;margin-top: 5px;
}

.se_in {
    width: 155px;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    display: inline-block;
    margin: 5px auto 0 auto;
}
.se_su {
    width: 22px;
    height: 22px;
    background: url(../images/fa.jpg) no-repeat;
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
    vertical-align: middle;
}
header .header_top .w{    text-align: right;}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{display:none;}


 .gallery-top {height:640px;width:640px;    overflow: inherit;}
    .gallery-top .swiper-slide{text-align: center;}
    .thu {
        width: 575px; margin: 25px auto 0; position: relative;
    }
    .etalage_magnifier{    background: rgb(102, 102, 102);}
    .gallery-thumbs {width: 395px; overflow: hidden; margin: 0 auto;}
    .gallery-thumbs .swiper-slide {
        width: 87px ;
        height: auto;
        opacity: 1;
        border: 1px solid #bebebe;
        cursor: pointer;
        display: flex;align-items: Center;
        justify-content: center;
        background: white;
        margin-bottom: 10px;
    }
    .gallery-thumbs .swiper-slide img{max-height: 80px;}
    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
        border-color: #28aaee;
    }
    
    .thu .swiper-button-next::after,.thu .swiper-button-prev::after{ color: #566265; font-size: 22px; outline: none; }
    .thu .swiper-button-next,.thu .swiper-button-prev{outline: none;width: 59px;    margin-top: -35px;
        height: 59px;}
.thu .swiper-button-next{    background: url(../images/icon-next2.png);}
.thu .swiper-button-prev{background: url(../images/icon-prev2.png);}



.msf_sev_content img{ height:auto !important}


.msf_details_content{}





@media screen and (max-width: 1600px) {
	body{
		zoom: 0.95;
	}
}


@media screen and (max-width: 1440px) {
	body{
		zoom: 0.9;
	}
}


@media screen and (max-width: 1366px) {
body{
zoom: 0.85;
}
	header .msf_nav .msf_nav_right .msf_nav_list>li{    margin-right: 20px;}
header .msf_nav .msf_nav_left{ margin-left: 0px;}
header .msf_nav .msf_nav_right .msf_nav_list{margin-left: 50px;}
}

.cpzz ul{    display: flex;
    align-items: center;
        justify-content: space-around;
    width: 100%;
    padding-top: 30px;
    font-size: 16px;}
.cpzz ul li{    margin: 0 15px;    padding-bottom: 2px;    }
.cpzz ul li.active{border-bottom: 2px solid #2fbcfc;}

.msf-footer{    padding-top: 0.6667rem !important;}

.msf_mien_swiper  .swiper-wrapper,.msf_client_swiper  .swiper-wrapper{

}
.msf_mien_swiper  .swiper-slide,.msf_client_swiper .swiper-slide{
  margin-top: 0.25rem !important;
}





@media screen and (max-width: 780px) {
body{
		zoom: 1;
	}
  footer .footer_bottom {
    margin-bottom: 1rem;
    margin-top: .4rem;
  }

  .m-footer {
    position: fixed;
    height: 1rem;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eee;
    background-color: #0a1b34;
    display: block;
    z-index: 999;
  }

  .m-footer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .m-footer ul li {
    flex: 1;
    text-align: center;
    position: relative;
  }

  .m-footer ul li:last-child::before {
    content: unset;

  }
  .msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a{
    padding: 0;
  }
  .msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item{
    bottom: none;
  }
  .msf_news .msf_news_box .w .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_right{
    padding: 16px;
    background-color: #f4f4f4;
  }
  .msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_right .msf_news_title{
    font-size: 18px;
    margin: 10px 0;
    font-weight: unset;
  }
  .msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_right .msf_news_content{
    font-size: 14px;
  }
  .m-footer ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: #fff;
  }

  #newBridge #nb_icon_wrap {
    bottom: 1rem;
  }

  .probox>a {
    width: 100%;
  }

  .m-footer ul li a {
    background-color: #333;
    /* border: 1px solid #ddd; */
    color: #fff;
    line-height: 1rem;
    display: block;
    height:  1rem;
    font-size: 20px;
    text-align: center;
    width: 100%;
  }

  .msf_details .msf_index .index_survey {
    padding-top: 0;
  }

  .msf_details .msf_index .index_survey>.w {
    display: none;
  }

  .mob {
    display: block;
    max-width: 100%;
  }

  .pc {
    display: none;
  }

  .msf_index {
    padding-top: 1rem;
  }

  .msf_index .index_banner {
    margin-bottom: 0.6rem;
  }

  .msf_index .index_banner .index_banner_swiper .index_banner_pagination {
    height: 0.6rem;
  }

  .msf_index .index_banner .index_banner_swiper .index_banner_pagination .swiper-pagination-bullet {
    width: 0.36rem;
    background-color: #333;
  }

  .msf_index .index_banner .index_banner_swiper .index_banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--styleColor);
    width: 0.6rem;
  }

  .msf_index .index_por .w {
    margin-bottom: 0.4rem;
  }

  .msf_index .index_por .index_por_option {
    /* display: none; */
  }

  .msf_index .index_por .index_por_option .w .index_por_option_list {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 20px;
    height: auto;
    justify-content: flex-start;
  }

  .msf_index .index_por .index_por_option .w .index_por_option_list .index_por_option_item {

    height: auto;
  }

  .msf_index .index_por .index_por_option .w .index_por_option_list .index_por_option_item.active a {
    color: #333;
    background: #fff;
    border-bottom: 2px solid var(--styleColor);
  }

  .msf_index .index_por .index_por_option .w .index_por_option_list .index_por_option_item>a {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
  }

  .msf_index .index_por .index_por_box {
    padding-bottom: 0;
  }

  .msf_index .index_por .index_por_box .w {
    display: block;
    height: auto;
  }

  .msf_details .msf_details_client .w .index_combine_box {
    display: block;
  }

  .msf_index .index_por .index_por_box .w a {
    position: unset;
    margin-bottom: 0.2rem;
  }

  .msf_index .index_por .index_por_box .w a p {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
    font-size: 0.36rem;
    line-height: 0.72rem;
    border-top: 0.02rem solid #ccc;
  }

  .job_list tr td:nth-child(1),
  .job_list tr td:last-child {
    display: block;
  }

  .job_list tr td {
    display: none;
    width: calc(50% - 1px);
    background-color: #fff;
  }

  .job_list .title {
    font-size: 20px;
    line-height: 50px;
    background-color: #fff;
  }

  .job_list .title td {
    background-color: #e9e7e7;
  }

  .job_list tr {
    background-color: #e9e7e7;
    display: flex;
    margin-bottom: 1px;
    justify-content: space-between;
    font-size: 16px;
    line-height: 40px;
  }

  .job-right-bottom ul {
    display: block;
  }

  .job-right-bottom ul li {
    line-height: 40px;
    font-size: 16px;
  }

  .msf_index .index_por .index_por_box .w .index_por_left {
    width: 100%;
    padding-right: 0;
  }

  .msf_index .index_por .index_por_box .w .index_por_left .index_por_left_top {
    height: auto;
    margin-bottom: 0.2rem;
    font-size: 0;
  }

  .msf_index .index_por .index_por_box .w .index_por_left .index_por_left_top a {
    position: unset;
    border: none;
  }

  .msf_index .index_por .index_por_box .w .index_por_left .index_por_left_top a .index_por_left_top_imgbox {
    overflow: hidden;
  }

  .msf_index .index_por .index_por_box .w .index_por_left .index_por_left_top a .index_por_left_top_imgbox img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .msf_index .index_por .index_por_box .w .index_por_left .index_por_left_top a p {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
    font-size: .28rem;
    line-height: 0.72rem;
    border: none;

  }

  .msf_index .index_por .index_por_box .w .index_por_left .index_por_left_bottom a {
    position: unset;
    height: auto;
    margin-right: 0.2rem;
    border: none;
  }

  .msf_index .index_por .index_por_box .w .index_por_left .index_por_left_bottom a:last-child {
    margin-right: 0rem;
  }

  .msf_index .index_por .index_por_box .w .index_por_left .index_por_left_bottom a .index_por_left_top_imgbox {
    width: 3.4rem;
    height: 2.86rem;
    overflow: hidden;
  }

  .msf_index .index_por .index_por_box .w .index_por_left .index_por_left_bottom a .index_por_left_top_imgbox img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .msf_index .index_por .index_por_box .w .index_por_left .index_por_left_bottom a p {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
    line-height: 0.72rem;
    font-size: .28rem;
    padding: 0 .3rem;
    border: none;
  }

  .m_index_aili_box_next,
  .m_index_aili_box_prev {
    background-image: url(../images/icon-next2.png);
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  .m_index_aili_box_prev {

    background-image: url(../images/icon-prev2.png);
  }

  .msf_index .index_por .index_por_box .w .index_por_right {
    width: 100%;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .msf_index .index_por .index_por_box .w .index_por_right .index_por_right_l {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }

  .msf_index .index_por .index_por_box .w .index_por_right .index_por_right_l>a {
    height: auto;
    position: unset;
    margin-bottom: 0;
    border: none;
  }

  .msf_index .index_por .index_por_box .w .index_por_right .index_por_right_l>a:nth-child(1) {
    margin-bottom: 0;
    margin-right: 0.2rem;
  }

  .msf_index .index_por .index_por_box .w .index_por_right .index_por_right_l>a .index_por_left_top_imgbox {
    width: 3.4rem;
    height: 2.86rem;
    overflow: hidden;
  }

  .msf_index .index_por .index_por_box .w .index_por_right .index_por_right_l>a p {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
    line-height: 0.72rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .28rem;
    padding: 0 .3rem;
    border: none;
  }

  .msf_index .index_combine .w .index_combine_title {
    margin-bottom: 0.3rem;
  }

  .msf_index .index_por .index_por_box .w .index_por_right .index_por_right_r {
    display: none;
  }

  .msf_index .index_resolve {
    padding-top: 0.4rem;
    height: auto;
  }

  .msf_index .index_resolve .w .index_resolve_title {
    margin-bottom: 0.3rem;
  }

  .msf_index .index_resolve .w .index_resolve_box {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .msf_index .index_resolve .w .index_resolve_box .msf_img_box {
    float: unset;
  }

  .msf_index .index_resolve .w .index_resolve_box .index_resolve_left {
    margin-right: 0rem;
    float: unset;
    width: 50%;
    margin-right: 0.2rem;
  }

  .msf_index .index_resolve .w .index_resolve_box .index_resolve_left a img {
    width: 100%;
  }

  .msf_index .index_resolve .w .index_resolve_box .index_resolve_right {
    width: 50%;
  }

  .msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box a img {
    width: 100%;
  }

  .msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(1) {
    display: none;
  }

  .msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(2) {
    display: none;
  }

  .msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(3) {
    display: none;
  }

  .msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(4) {
    margin-top: 0px;
    margin-right: 0px;
  }

  .msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(5) {
    margin-top: 0.06rem;
    margin-right: 0px;
  }

  .msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(5) a p {
    height: 100%;
  }

  .msf_index .index_resolve .w .index_resolve_box .index_resolve_right .msf_img_box:nth-child(5) a p::before {
    margin-bottom: 0.1rem;
  }

  .msf_index .index_survey {
    padding-top: 0.44rem;
    height: auto;
  }

  .msf_index .index_survey .w .index_survey_title {
    width: 100%;
    background-size: 100% auto;
    margin-bottom: 0;
  }

  .msf_index .index_survey .w .index_survey_title .survey_title_top {
    font-size: 0.26rem;
    top: 1.1rem;
  }

  .msf_index .index_survey .w .index_survey_title .survey_title_mid {
    font-size: 0.24rem;
    width: 100%;
    position: absolute;
    top: 1.6rem;
  }

  .msf_index .index_survey .w .index_survey_title .survey_title_bom {
    bottom: 1.02rem;
    font-size: 0.24rem;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .msf_index .index_survey .w .index_survey_form form {
    width: 100%;
  }

  .msf_index .index_survey .w .index_survey_form form input[type="text"] {
    width: 80%;
    display: block;
    margin: 0 auto 0.3rem;
  }

  .msf_index .index_survey .w .index_survey_form form label {
    margin-top: 0px;
  }

  .msf_index .index_aili .w .index_aili_box {
    display: none;
  }

  .msf_index .index_aili .w .m_index_aili_box {
    display: block;
  }

  .msf_index .index_aili .w .m_index_aili_box .m_index_aili_box_swiper .swiper-wrapper .swiper-slide .m_index_aili_box_item a {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
  }

  .msf_index .index_aili .w .m_index_aili_box .m_index_aili_box_swiper .swiper-wrapper .swiper-slide .m_index_aili_box_item a img {
    width: 100%;
  }

  .msf_index .index_aili .w .m_index_aili_box .m_index_aili_box_swiper .swiper-wrapper .swiper-slide .m_index_aili_box_item a p {
    position: absolute;
    bottom: 0;
    background-color: rgba(24, 24, 24, 0.5);
    width: 100%;
    margin: 0;
    line-height: 0.6rem;
    color: #fff;
    text-align: center;
    font-size: 0.4rem;

  }

  .msf_index .index_combine {
    height: auto;
  }

  .msf_index .index_combine .w {
    padding: 0;
  }

  .index_combine_box {
    padding-bottom: 0.6rem;
  }

  .index_combine_box .index_combine_swiper {
    width: 100%;
  }

  .index_combine_box .index_combine_swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }

  .index_combine_box .index_combine_swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }

  .index_combine_box .index_combine_next {
    display: none;
  }

  .index_combine_box .index_combine_prev {
    display: none;
  }

  .msf_index .index_introduce {
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .msf_index .index_introduce .w {
    display: block;
  }

  .msf_index .index_introduce .w .index_introduce_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
  }

  .msf_index .index_introduce .w .index_introduce_left video {
    width: 100%;
    height: auto;
  }

  .msf_index .index_introduce .w .index_introduce_left .index_introduce_title h3 {
    font-size: 0.52rem;
  }

  .msf_index .index_introduce .w .index_introduce_right {
    display: none;
  }

  .msf_index .msf_b_bg {
    height: auto;
  }

  .msf_index .msf_b_bg .w .index_story {
    padding-top: 0.68rem;
    height: auto;
  }

  .msf_index .msf_b_bg .w .index_story .index_story_title .msf_title_cn {
    margin-bottom: 0.2rem;
  }

  .msf_index .msf_b_bg .w .index_story .index_story_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.4rem;
  }

  .msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item {
    width: 33%;
    border-radius: 0.2rem 0.2rem 0.3rem 0.3rem;
    overflow: hidden;
  }

  .msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item a .index_story_img {
    height: auto;
  }

  .msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item a .index_story_describe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    background-color: #fff;
    height: auto;
  }

  .msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item a .index_story_describe p {
    margin-bottom: 0;
  }

  .msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item a .index_story_describe .describe_left {
    width: 100%;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.8rem;
  }

  .msf_index .msf_b_bg .w .index_story .index_story_list .index_story_item a .index_story_describe .describe_right {
    display: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.2rem;
  }

  .msf_index .msf_b_bg .w .index_aspirations {
    padding-top: 1.04rem;
    padding-bottom: 0.4rem;
  }

  .msf_index .msf_b_bg .w .index_aspirations .index_aspirations_title h2::before,
  .msf_index .msf_b_bg .w .index_aspirations .index_aspirations_title h2::after {
    content: unset;
  }

  .msf_index .msf_b_bg .w .index_aspirations .index_aspirations_title .msf_title_cn {
    margin-bottom: 0.4rem;
  }

  .msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item {
    width: 49%;
    height: auto;
    margin-bottom: .3rem;
    overflow: hidden;
  }

  .msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item:last-child {
    display: none;
  }

  .msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item:nth-child(2n) {
    margin-top: 0;
  }

  .msf_index .msf_b_bg .w .index_aspirations .index_aspirations_list .index_aspirations_item .index_aspirations_text p {
    color: #000;
  }

  .msf_index .index_news .w .index_news_content .index_news_content_top {
    height: 0.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .msf_index .index_news .w .index_news_content .index_news_content_top .news_classify_list .news_classify_item {
    font-size: 0.32rem;
    padding-bottom: 0;
    width: unset;
    margin-right: 0.4rem;
  }

  .msf_index .index_news .w .index_news_content .index_news_content_top .news_classify_list .news_classify_item.active::after {
    bottom: -0.1rem;
  }

  .msf_index .index_news .w .index_news_content .index_news_content_top .index_news_more {
    font-size: 0;
    padding-top: 0;
  }

  .msf_index .index_news .w .index_news_content .index_news_box.active {
    display: block;
  }

  .msf_index .index_news .w .index_news_content .index_news_box .index_news_left {
    width: 100%;
  }

  .msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item {
    height: auto;
  }

  .msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item .news_left_item_title h4 {
    font-size: 14px;
  }

  .msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item .news_left_item_title p {
    font-size: 12px;
  }

  .msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item .news_left_item_time {
    width: 1.46rem;
  }

  .msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item .news_left_item_time .time_year {
    font-size: 16px;
  }

  .msf_index .index_news {
    margin-bottom: .4rem;
  }

  .msf_index .index_news .w .index_news_content .index_news_box .index_news_left .index_news_left_list .index_news_left_item .news_left_item_time .time_day {
    font-size: 14px;
  }

  .msf_index .index_news .w .index_news_content .index_news_box .index_news_right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item {
    width: 48%;
    margin-right: 0;
    height: auto;
  }

  .msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item a .index_news_right_item_img {
    height: auto;
  }

  .msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item a .index_news_right_item_text {
    height: auto;
    padding: 0.1rem 0.2rem;
  }

  .msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item a .index_news_right_item_text h4 {
    font-size: 0.32rem;
  }

  .msf_index .index_news .w .index_news_content .index_news_box .index_news_right .index_news_right_item a .index_news_right_item_text p {
    font-size: 0.24rem;
  }

  .msf_prolist_option .w .prolist_list {
    overflow-x: scroll;
    white-space: nowrap;
    justify-content: flex-start;
  }

  .msf_prolist_option .w .prolist_list .prolist_item {
    line-height: 0.6rem;
    font-size: 0.24rem;
    width: auto;
    /* padding: 0 .3rem; */
    text-align: center;
    margin: 0 .3rem .2rem 0;
    /* border: 0.02rem solid #bbb; */
  }

  .msf_prolist_option .w .prolist_list .prolist_item.active {
    color: #fff;
    /* border: none; */
    /* background-color: var(--styleColor); */
  }

  .msf_prolist_option .w .prolist_list .prolist_item.active a {
    color: #333;
  }

  .msf_breadcrumb .w .breadcrumb {
    padding: 0.2rem 0;
  }

  .probox a .index_por_left_top_imgbox {
    height: auto;
  }

  .msf_about .msf_about_introduce .w .job-right {
    width: 100%;
  }

  .probox a .probox_more {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
    opacity: unset;
    margin: 0 auto;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #fff;
    background-color: #333;
  }

  .msf_prolist {
        padding-top: 0;
    margin-top: 0;
  }

  .msf_prolist .msf_prolist_box .w .msf_prolist_list .msf_prolist_item {
    width: 50%;
  }

  .msf_prolist .msf_prolist_box .w .msf_prolist_list .msf_prolist_item:nth-child(2n) .probox>a {
    border-right: none;
  }

  .msf_details {
    padding-top:57px;
  }

  .msf_details .msf_details_box {
    padding-top: 0.6rem;
    height: auto;
    margin-bottom: 1rem;
  }

  .msf_details .msf_details_box .w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .msf_details .msf_details_box .w .msf_details_left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }

  .msf_details .msf_details_box .w .msf_details_left .msf_details_min {
    display: block;
    position: relative;
  }

  .msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_swiper {
    height: auto;
    width: 85%;
    margin: 0 auto;
  }

  .msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_swiper .swiper-wrapper .swiper-slide {
    height: auto;
    border: none;
  }

  .msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_swiper .swiper-wrapper .swiper-slide .proimg {
    width: 1.2rem;
    height: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.04rem solid #ccc;
  }

  .msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_prev,
  .msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_next {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: 50%;
  }

  .msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_prev {
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    transform: translateY(-50%) rotateZ(180deg);
    left: -2%;
  }

  .msf_details .msf_details_box .w .msf_details_left .msf_details_min .msf_details_next {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2%;
  }

  .msf_details .msf_details_box .w .msf_details_left .msf_details_big {
    margin-left: 0;
    height: auto;
    margin-bottom: 0.4rem;
  }

  .msf_details .msf_details_box .w .msf_details_left .msf_details_big .msf_details_big_item {
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
  }

  .msf_details .msf_details_box .w .msf_details_left .msf_details_big .msf_details_big_item img:nth-child(1) {
    display: block;
  }

  .msf_details .msf_details_box .w .msf_details_right {
    width: 100%;
    padding-top: 0.3rem;
  }

  .msf_details .msf_details_box .w .msf_details_right .msf_details_title {
    text-align: center;
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
  }

  .msf_details .msf_details_box .w .msf_details_right .msf_details_content p {
    font-size: 0.28rem;
  }

  .msf_details .msf_details_box .w .msf_details_right .msf_details_zx {
    padding: 0.2rem 0.3rem;
    font-size: 0.24rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -0.6rem;
  }

  .msf_details .msf_details_box .w .msf_details_right .msf_details_zx::before {
    margin-right: 0.1rem;
  }

  .msf_details .msf_details_test {
    margin-bottom: 0.3rem;
  }

  .msf_details .msf_details_test .w .msf_details_qiehuan ul li {
    font-size: 0.28rem;
    width: 33.33%;
    line-height: 1rem;
  }

  .msf_details .msf_details_client .w .msf_client_title {
    text-align: center;
    font-size: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .msf_details .msf_details_client .w .msf_dhzw {
    display: none;
  }

  .msf_details .msf_details_client .w .msf_client_list .msf_client_item {
    width: 48%;
    height: auto;
    display: none;
  }

  .msf_details .msf_details_client .w .msf_client_list .msf_client_item:nth-child(1) {
    display: block;
  }

  .msf_details .msf_details_client .w .msf_client_list .msf_client_item:nth-child(2) {
    display: block;
  }

  .msf_details .msf_details_client .w .msf_client_list .msf_client_item:nth-child(3) {
    display: block;
  }

  .msf_details .msf_details_client .w .msf_client_list .msf_client_item:nth-child(4) {
    display: block;
  }

  .msf_details .msf_details_case {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }

  .msf_details .msf_details_case .w .msf_case_title {
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
  }

  .msf_details .msf_details_case .w .msf_case_list {
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
  }

  .msf_details .msf_details_case .w .msf_case_list .msf_case_item {
    /* width: 48%;
    height: 2.4rem;
    margin-bottom: 0.16rem;
    font-size: 0; */
  }

  .msf_details .msf_details_map {
    padding-top: 0.6rem;
  }

  .msf_details .msf_details_map .nr .msf_map_title {
    font-size: 0.6rem;
    margin-bottom: 0.4rem;
  }

  .msf_details .msf_details_map .nr .msf_map_tz {
    font-size: 0.32rem;
  }

  .msf_details .msf_details_tuijian {
    padding-bottom: 0.8rem;
  }

  .msf_details .msf_details_tuijian .w {
    padding: 0;
  }

  .msf_details .msf_details_tuijian .w .msf_tuijian_title {
    font-size: 0.6rem;
  }

  .msf_details .msf_details_tuijian .w .msf_tuijian_box .msf_tuijian_swiper {
    width: 100%;
    margin: 0 auto;
  }

  .msf_details .msf_details_tuijian .w .msf_tuijian_box .msf_tuijian_swiper .swiper-wrapper .swiper-slide .probox {
    border-radius: 0.2rem;
    overflow: hidden;
  }

  .msf_details .msf_details_tuijian .w .msf_tuijian_box .msf_tuijian_swiper .swiper-wrapper .swiper-slide .probox a .index_por_left_top_imgbox {
    padding: 0;
  }

  .msf_details .msf_details_case .w {
    padding: 0;
  }
  .msf_details .msf_details_case .w .zn, .msf_details .msf_details_case .w .zp{
      top: 40%;
      width: 30px;
      height: 30px;
      background-size: contain;
  }
  .msf_details .msf_details_tuijian .w .msf_tuijian_box .msf_tuijian_swiper .swiper-wrapper .swiper-slide .probox a .index_por_left_top_imgbox img {
    width: 100%;
    max-height: unset;
    height: auto;
  }

  .msf_details .msf_details_tuijian .w .msf_tuijian_box .msf_tuijian_swiper .swiper-wrapper .swiper-slide .probox a .probox_title {
    line-height: 0.8rem;
    font-size: 0.32rem;
    padding: 0 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .msf_details .msf_details_tuijian .w .msf_tuijian_box .msf_tuijian_next,
  .msf_details .msf_details_tuijian .w .msf_tuijian_box .msf_tuijian_prev {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 100%;
    right: 0.04rem;
  }

  .msf_details .msf_details_tuijian .w .msf_tuijian_box .msf_tuijian_prev {
    right: unset;
    left: 0.04rem;
  }

  .imgbox {
    margin: 0 0 0.4rem 0;
  }

  .imgbox .pro-min-box {
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
  }

  .imgbox .pro-min-box img {
    width: 6rem;
    height: 6rem;
  }

  .msf_title {
    margin-bottom: 0.3rem;
  }

  .msf_title h2 {
    font-size: 0.48rem;
    margin-bottom: 0.3rem;
  }

  .msf_about {
    padding-top: 0;
  }

  .msf_about .msf_about_banner {
    height: 3.4rem;
    background-size: contain;
  }

  .msf_about .msf_about_banner ul {
    width: 70%;
    height: 2rem;
    background: url(../images/about-icon2.png) no-repeat center center;
    background-size: contain;
  }

  .msf_about .msf_about_banner ul li {
    display: none;
  }

  .msf_about .msf_about_introduce {
    padding-top: 0.4rem;
  }

  .msf_about .msf_about_introduce .w .msf_introduce_det {
    font-size: 0.28rem;
    line-height: 0.6rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0.6rem;
  }

  .msf_about .msf_about_introduce .w .msf_introduce_icon {
    /* display: none; */
    padding-top: 0;
  }

  .msf_case .msf_case_box .w .msf_case_list .msf_case_item a .msf_case_item_test {
    height: auto;
    padding: 16px;
  }

  .msf_case .msf_case_box .w .msf_case_list .msf_case_item a .msf_case_item_test h5 {
    font-size: 18px;
  }

  .msf_case .msf_case_box .w .msf_case_list .msf_case_item a .msf_case_item_test p {
    font-size: 14px;
  }

  .msf_about .msf_about_introduce .w .msf_introduce_icon ul {
    display: block;
  }

  .msf_about .msf_about_introduce .w .msf_introduce_icon ul li {
    margin: 0 auto 20px;
  }

  .msf_about .msf_about_introduce .w .msf_introduce_video video {
    width: 100%;
  }

  .msf_about .msf_about_introduce .msf_introduce_number {
    height: auto;
    padding: 0.4rem 0;
    background-size: auto 100%;
  }

  .msf_about .msf_about_introduce .msf_introduce_number .w ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .msf_about .msf_about_introduce .msf_introduce_number .w ul li {
    width: 50%;
    border-right: none;
  }

  .msf_about .msf_about_introduce .msf_introduce_number .w ul li:last-child {
    display: none;
  }

  .msf_about .msf_about_introduce .msf_introduce_number .w ul li span {
    font-size: 0.4rem;
  }

  .msf_about .msf_about_introduce .msf_about_honor {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .msf_about .msf_about_introduce .msf_about_honor .w {
    padding: 0;
  }

  .msf_about .msf_about_introduce .msf_about_honor .w .msf_honor_title h2 {
    font-size: 0.6rem;
  }

  .msf_about .msf_about_introduce .msf_about_honor .w .msf_honor_box {
    width: 90%;
  }
  .msf_about .msf_about_introduce .msf_about_box{
    padding-bottom: .2rem;
  }
  .msf_about .msf_about_introduce .msf_about_honor .w .msf_honor_box .msf_honor_next,
  .msf_about .msf_about_introduce .msf_about_honor .w .msf_honor_box .msf_honor_prev {
    /* display: none; */
    width: 30px;
    height: 30px;
    background-size: contain;

  }

  .msf_about .msf_about_introduce .msf_about_client {
    padding-bottom: 0.4rem;
  }

  .msf_about .msf_about_introduce .msf_about_client .w {
    padding: 0;
  }

  .msf_about .msf_about_introduce .msf_about_client .w .msf_client_title h2 {
    font-size: 0.6rem;
  }

  .msf_about .msf_about_introduce .msf_about_client .w .msf_client_box {
    display: none;
  }

  .msf_about .msf_about_introduce .msf_about_client .w .msf_client_box ul li {
    width: 48%;
    height: auto;
    margin-bottom: 0.3rem;
  }

  .msf_about .msf_about_introduce .msf_about_client .w .m_msf_client_box {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .msf_about .msf_about_introduce .msf_about_client .w .m_msf_client_box .msf_client_swiper .swiper-wrapper .swiper-slide {
    border: 0.02rem solid #eee;
    border-radius: 0.2rem;
    overflow: hidden;
  }

  .msf_about .msf_about_introduce .msf_about_client .w .m_msf_client_box .msf_client_swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }

  .msf_about .msf_about_introduce .msf_about_mien {
    padding-top: 0.4rem;
  }

  .msf_about .msf_about_introduce .msf_about_mien .msf_mien_title h2 {
    font-size: 0.6rem;
    margin-top: 0;
  }

  .msf_about .msf_about_introduce .msf_about_mien .msf_mien_box {
    width: 80%;
    margin: 0 auto;
  }

  .msf_about .msf_about_introduce .msf_about_mien .msf_mien_box .msf_mien_next,
  .msf_about .msf_about_introduce .msf_about_mien .msf_mien_box .msf_mien_prev {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 100%;
    right: -0.64rem;
  }

  .msf_about .msf_about_introduce .msf_about_mien .msf_mien_box .msf_mien_prev {
    right: unset;
    left: -0.64rem;
  }

  .msf_about .msf_about_introduce .msf_about_box .w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_right {
    padding-top: 0;
    margin-bottom: .4rem;
  }

  .msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_right .map {
    width: 100%;
    height: 6rem;
  }

  .msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left {
    text-align: center;
  }

  .msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_title {
    text-align: left;
  }

  .msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_title h2 {
    font-size: 0.6rem;
    display: none;
  }

  .msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_title p {
    font-size: 16px;
  }

  .msf_about .msf_about_introduce .msf_about_box .w .msf_about_box_left .msf_about_list .msf_about_item {

    font-size: 16px;
  }

  .msf_case_banner {
 
    background-size: auto 100%;
  }

  .msf_case_banner h1 {
    font-size: 0.6rem;
  }

  .msf_case {
    padding-top:0;
  }

  .msf_case_det {
    padding-top: 0;
  }

  .msf_scheme_banner img {
    height: auto;
  }

  .msf_news {
    padding-top:0;
  }

  .msf_details .msf_index .index_survey {
    display: block;
  }

  .msf_news .msf_scheme_banner {
   
    background-size: auto 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;    align-items: center;
  }

  .msf_news .msf_scheme_banner h1 {
    font-size: 0.6rem;
  }

  .msf_news .msf_prolist_option .w .prolist_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .msf_news .msf_prolist_option .w .prolist_list .prolist_item {
    margin: 0;
    width: 33%;
  }

  .msf_news .msf_news_box .w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .msf_news .msf_news_box .w .msf_news_box_left {
    width: 100%;
  }

  .msf_news .msf_news_box .w .msf_news_box_left .msf_news_list .msf_news_item {
    height: auto;
  }

  .msf_news .msf_news_box .w .msf_news_box_left .msf_news_list .msf_news_item a {
    display: block;
  }

  .msf_news .msf_news_box .w .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_left {
    margin-right: 0px;
  }

  .msf_news .msf_news_box .w .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_left .msf_news_imgbox img {
    width: 100%;
  }

  .msf_news .msf_news_box .w .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_left .msf_news_timebox {
    right: -0.2rem;
    top: -0.2rem;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.36rem;
    line-height: 1.2rem;
  }

  .msf_news .msf_news_box .w .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_right {
    padding-top: 0.3rem;
  }

  .msf_news .msf_news_box .w .msf_news_box_right {
    width: 100%;
  }

  .msf_resolve {
    padding-top: 0;
  }

  .msf_resolve .msf_resolve_banner {
    height: 2.8rem;
    background-size: auto 100%;
  }

  .msf_resolve .msf_resolve_banner h1 {
    font-size: 0.6rem;
  }

  .msf_resolve .msf_resolve_box {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .msf_resolve .msf_resolve_box .msf_resolve_box_left {
    width: 100%;
  }

  .msf_resolve .msf_resolve_box .msf_resolve_box_left .msf_resolve_imglist .msf_resolve_imgitem .msf_resolve_img {
    margin-bottom: 0.3rem;
  }

  .msf_resolve .msf_resolve_box .msf_resolve_box_left .msf_resolve_imglist .msf_resolve_imgitem .msf_resolve_imgnav {
    position: unset;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 0.3rem;
  }

  .msf_resolve .msf_resolve_box .msf_resolve_box_left .msf_resolve_imglist .msf_resolve_imgitem .msf_resolve_imgnav .msf_resolve_imgnav_item {
    font-size: 0.24rem;
    width: unset;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
  }

  .msf_resolve .msf_resolve_box .msf_resolve_box_right {
    width: 100%;
    padding: 0.3rem 0 0 0;
  }

  .msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_tltle {
    font-size: 0.44rem;
    text-align: center;
    margin-bottom: 0.4rem;
  }

  .msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav {
    width: 100%;
    background: url(../images/resolve-icon.png) no-repeat top 0.2rem center;
    background-size: 80%;
    height: 4.58rem;
    margin-bottom: 0.4rem;
  }

  .msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav li {
    width: 33%;
    height: 50%;
    margin-right: 0;
    background-color: unset;
    margin-bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav li i {
    display: none;
  }

  .msf_resolve .msf_resolve_box .msf_resolve_box_right .msf_resolve_box_right_nav li p {
    font-size: 0.24rem;
  }

  .msf_scheme {
    padding-top:57px;
  }

  .msf_scheme .msf_scheme_banner {
    height: 2.8rem;
    background-size: auto 100%;
  }

  .msf_scheme .msf_scheme_banner h1 {
    font-size: 0.6rem;
  }

  .msf_scheme .msf_scheme_box>ul>li .msf_scheme_title {
    height: 2.8rem;
    background-size: auto 100%;
    font-size: 0.6rem;
  }

  .msf_scheme .msf_scheme_pro .w .msf_scheme_title {
    font-size: 0.6rem;
  }

  .msf_scheme .msf_scheme_pro .w .msf_prolist_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .msf_scheme .msf_scheme_pro .w .msf_prolist_list .msf_prolist_item {
    width: 48%;
  }

  .msf_serve {
    padding-top: 0;
  }

  .msf_serve .msf_scheme_banner {
    height: auto;
    background-size: auto 100%;
  }

  .msf_serve .msf_scheme_banner h1 {
    font-size: 0.6rem;
  }

  .msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item {
    height: auto;
  }

  .msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item a {
    display: block;
    padding: 0;
    border: none;
  }

  .msf_serve_item_right {
    background-color: #f4f4f4;
    padding: 16px;
  }

  .msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item a .msf_serve_item_right .msf_serve_title {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
  }

  .mditem a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item a .msf_serve_item_right .msf_serve_content {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item a .msf_serve_item_left {
    margin-right: 0;
  }

  .msf_serve .msf_serve_box .w .msf_serve_list .msf_serve_item a .msf_serve_item_left img {
    width: 100%;
  }

  .msf_serve .msf_serve_footer {
    background-size: auto 100%;
    height: 4rem;
    background: url(../images/serve-fb.jpg) no-repeat top left -10rem;
  }

  .msf_serve .msf_serve_footer h2 {
    font-size: 0.28rem;
    color: #000;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }

  .msf_serve .msf_serve_footer a {
    font-size: 0.28rem;
    margin-right: 0;
  }

  .fixed-from,
  .index_resolve {
    display: none;
  }

  header .msf_nav .msf_nav_left {
    margin-left: -10px;
  }

  .navbar-default .navbar-brand {
    padding: 5px 15px;
  }

  .navbar {

    position: fixed;
    width: 100%;
    z-index: 99999;
  }

  .navbar-toggle {
    margin-top: 10px;
  }

  navbar-header {
    padding-bottom: 20px;
  }

  .msf_index .index_survey .index_survey_title {
    height: 230px;
    background: none;
  }

  .form-box {
    width: 95%;
  }

  .form-box ul {
    width: 100%;
    padding: 0;
  }

  .form-box ul>li {
    width: 100%;
  }

  .navbar-brand>img {
    height: 50px;
  }

  .msf_serve_footer {
    display: none;
  }

  audio,
  canvas,
  progress,
  video {
    max-width: 100%;
    height: auto
  }

  .msf_index .index_survey {
    background-size: cover;
    display: none;
  }

  .form-box p {
    zoom: 1;
  }

  .probox>a .probox_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
  }


  .msf_dhzw .msf_dhz,
  .msf_alw .msf_al {
    width: 100%;
  }

  .msf_details .msf_details_client .msf_client_list {
    /* display: initial; */
    /* flex-wrap: unset;
    justify-content: flex-start; */
  }

  .msf_details .msf_details_client .w .msf_client_list .msf_client_item {
    /* display: initial !important */
  }

  .msf_breadcrumb {
    display: none;
  }

  .msf_details .msf_details_client,
  .msf_details .msf_details_case,
  .footer_bottom_link,
  .msf_breadcrumb,
  .msf_index .index_survey {
    /* display: none; */
  }

  footer .footer_mid .nr .footer_mid_content {
    border: none;
  }

  .navbar-header {
    padding-bottom: 5px;
  }

  .msf_prolist_option {
    padding-top: 15px;
  }

  .contents {
    width: 95%;
    max-width: 95%;
    margin: 30px auto 50px;
  }

  .msf_details .msf_details_test .msf_details_content_box iframe,
  .msf_details .msf_details_test .msf_details_content_box video {
    max-width: 100%;
    height: 230px;
  }

  .footer_mid {
    display: none;
  }

  .msf_serve .msf_serve_box {
    padding-top: .3rem;
  }

  .msf_case .msf_case_box {
    padding-top: .3rem;
  }

  .msf_case .msf_case_box .w .msf_case_list .msf_case_item {
    width: 100%;
    margin-right: 0;
  }

  .md .mditem {
    width: 48%;
    margin-right: 2%;
  }

  .md .mditem:nth-child(2n) {
    margin-right: 0;
  }

  .md {
    display: block
  }

  .msf_about .msf_about_introduce .msf_about_honor {
    width: 100%;
  }

  .msf_about .msf_about_introduce .msf_about_honor .w .msf_honor_box {
    width: 100%;
  }

  .msf_about .msf_about_introduce .msf_about_honor .msf_honor_box .msf_honor_swiper {
    width: 100%;
  }

  .index_por_option_item_imgbox {
    display: none;
  }

  .navbar {
    position: fixed;
    width: 100vw;
    z-index: 99999;
    border: none;
  }

  .navbar-default .navbar-header {
    background: url('../images/cbg.jpg') center;
    border: none;
  }

  .footer_bottom_link {
    display: none;
  }

  .msf_index .index_aili .w {
    padding: 0;
  }

  .msf_index .index_aili .w .index_aili_title {
    padding: 0 15px;
  }

  .mob .navbar-default .navbar-collapse {
    border: none;
  }

  .msf_details_content ul {
    max-width: 100%;
  }

  .content span {
    white-space: initial !important;
  }

  #newBridge {
    display: none !important;
  }
.msf_details .msf_details_tuijian .msf_tuijian_title{    margin-bottom: 15px;}
.msf_details .msf_details_case{    padding-bottom: 0rem;}




.cpzz ul{flex-wrap: wrap;    padding-top: 10px;}

.gallery-top{ width:100%;height: auto;    order: 2;}
.msf_details .msf_details_box{    padding-top: 0;}
.etalage, .etalage_thumb, .etalage_thumb_image{    display: block !important;}
.thu{width:100%;}
.gallery-thumbs {width: 75%}
.gallery-thumbs .swiper-slide{        width: auto;}
.thu .swiper-button-next, .thu .swiper-button-prev {
    outline: none;
    width: 35px;
    margin-top: -20px;
    height: 35px;
    background-size: 100% 100% !important;
}
.thu .swiper-button-next{right:0;}
.thu .swiper-button-prev{ left:0}
.msf-banner .fan{display:none;}

}
.msf_about_qrcode{
  height:190px;
}

@media screen and (max-width: 750px) {
  .probox .info{padding:20px 15px;}
  .probox>a .probox_title{width:100%;line-height:1.8;font-size:16px;margin-bottom:5px;}
  .probox .info .desc{font-size:12px;}
  .probox .info .probox_more{background:none;font-size:12px;}
  .probox>a .index_por_left_top_imgbox{padding-bottom:0;}
.msf-footer {
   
    width: 95%;
    margin: 0 auto;}
.cpzz ul li{    padding-bottom: 2px;
    width: 25%;
    text-align: center;    margin: 0;}
.msf_mien_swiper .swiper-wrapper, .msf_client_swiper .swiper-wrapper{flex-flow: nowrap !important;}

.msf_details .msf_details_tuijian .msf_tuijian_box{padding-bottom:0}

.cpzz ul li {
    padding-bottom: 2px;
    width: auto;
    text-align: center;
    margin: 0 10px 0 0;
    flex-shrink: 0;
}
.cpzz ul {
    flex-wrap: nowrap;
  
    overflow-x: scroll;
    max-width: 100%;
    justify-content: flex-start;
}


}
