@charset "utf-8";

.mk-autoweb-module {
  padding: 0.2rem /* 60/100 */ 0;
}

.mk-autoweb-module-title {
  font-size: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  letter-spacing: 0.02rem;
  color: #e31924;
  padding-top: 0.4rem;
  font-weight: bold;
  padding-bottom: 0.2rem;
}

.mk-autoweb-module-subtitle {
  font-size: 0.16rem;
  color: #727272;
  text-align: center;
  display: block;
  font-weight: normal;
  padding: 0.1rem 0 0.18rem 0;
  max-width: 1200px;
  margin: 0 auto;
}

.subject_btn-more-div {
  width: 100%;
  position: relative;
}
.subject_btn-more {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
  text-align: right;
  position: absolute;
  top: 20px;
  right: 0;
}
.subject_btn-more::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #e60012 url(/assets/images/g_33.png) no-repeat center;
  background-size: 4px;
  margin-left: 9px;
}

/* 文本居中显示 */
.center {
  text-align: center;
}

/* ----------向上动画----------          开始 */
.animate_top {
  -webkit-animation: s1-1 0.7s ease;
  -ms-animation: s1-1 0.7s ease;
  -moz-animation: s1-1 0.7s ease;
  -o-animation: s1-1 0.7s ease;
  animation: s1-1 0.7s ease;
}

@-webkit-keyframes s1-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
}

@-ms-keyframes s1-1 {
  0% {
    opacity: 0;
    -ms-transform: translateY(40px);
  }
}

@-moz-keyframes s1-1 {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
  }
}

@-o-keyframes s1-1 {
  0% {
    opacity: 0;
    -o-transform: translateY(40px);
  }
}

@keyframes s1-1 {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
}

/* ----------向上动画----------          结束 */

/* ----------进入动画----------          开始 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* ----------进入动画----------          结束 */

::-webkit-input-placeholder {
  padding-left: 15px;
  color: #777;
}

.mobile_bd,
.m_ex_main,
.m_modal_2,
.m_modal_7,
.m_footer,
.menu_box,
.m_header,
.m_mask {
  display: none;
}

.check {
  display: none;
  color: #e60012;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

a:hover {
  color: #da251c;
}

input:focus {
  outline: 0 none;
}

/* 顶部联系方式展示 */
.yongyou-top-concat {
  width: 100%;
  height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: #000000;
}
.yongyou-top-concat-cont {
  max-width: 1680px;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  padding: 0 50px;
}
.yongyou-top-concat-cont span {
  display: inline-block;
  padding: 0 10px;
}
.yongyou-top-concat-cont a {
  color: #fff;
}
.yongyou-top-concat-cont span img {
  height: 12px;
}

.yongyou-top-concat-cont .subject-lang {
  display: none;
  position: relative;
  cursor: pointer;
}

.yonyou-top-concat-lang {
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 12;
  padding: 15px 0;
  width: 160px;
}

.yonyou-top-concat-lang p {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333333;
  font-size: 16px;
}

.yonyou-top-concat-lang p:hover {
  background: #f5f5f5;
  color: #ee2233;
}
/* 顶部联系方式展示 */

/* header-------开始 */
.mk-subject-header {
  width: 100%;
  height: 60px;
  z-index: 11;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 10%);
}

.mk-subject-header .header_inner {
  width: 1200px;
  margin: 0 auto;
}

.mk-subject-header .fl a {
  display: block;
  width: 70px;
  height: 45px;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mk-subject-header .header-box {
  width: 230px;
  float: right;
  display: inline;
  margin-left: 20px;
}

.mk-subject-header .header-box img {
  display: block;
  float: left;
  margin-top: 15px;
  margin-right: 5px;
}

.mk-subject-header .header-box a {
  color: #e60012;
  line-height: 60px;
  font-size: 24px;
  margin-right: 15px;
}
/* header-------结束 */

/* header2-------开始 */

.mk-subject-header2 {
  width: 100%;
  height: 60px;
  z-index: 11;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 10%);
  position: fixed;
  background: #ffffff;
}

.mk-subject-header2 .header_logo a {
  background: url(/static_new/img/icon/logo.png) no-repeat;
  background-size: 100% 100%;
  width: 70px;
  height: 45px;
  display: block;
  margin-top: 8px;
  margin-left: 20px;
}

.mk-subject-header2 .login {
  float: left;
  color: #e60012;
  line-height: 60px;
  font-size: 24px;
  margin-right: 15px;
}

.mk-subject-header2 .header_inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
}

.mk-subject-header2 .header_inner .menu::-webkit-scrollbar {
  display: none;
}
.mk-subject-header2 .header_inner .menu-scroll-bar {
  width: calc(100% - 400px);
  overflow: hidden;
}
.mk-subject-header2 .header_inner .menu-scroll-bar > ul {
  display: flex;
  line-height: 60px;
  /* width: calc(100% - 600px); */
  overflow: auto;
  position: relative;
}
.mk-subject-header2 .header_inner .menu-scroll-bar .scroll-right-arrow {
  float: right;
  line-height: 60px;
  background: #fff;
  cursor: pointer;
  display: none;
}
.mk-subject-header2 .header_inner .menu-scroll-bar .scroll-right-arrow i {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #515151;
  display: inline-block;
  margin: 0 10px;
}
.mk-subject-header2 .header_inner .menu-scroll-bar .scroll-right-arrow:hover i {
  border-left: 5px solid #ee2233;
}
.mk-subject-header2 .header_inner .menu-scroll-bar .scroll-left-arrow {
  float: left;
  line-height: 60px;
  background: #fff;
  cursor: pointer;
  display: none;
}
.mk-subject-header2 .header_inner .menu-scroll-bar .scroll-left-arrow i {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #515151;
  display: inline-block;
  margin: 0 10px;
}
.mk-subject-header2 .header_inner .menu-scroll-bar .scroll-left-arrow:hover i {
  border-right: 5px solid #ee2233;
}
.mk-subject-header2 .menu-inner {
  overflow: hidden;
}
.mk-subject-header2 .menu {
  display: flex;
  transition: all 0.5s ease 0s;
}
.mk-subject-header2 .menu li {
  cursor: pointer;
  margin: 0 0 0 40px;
  /* width: 100px; */
  max-width: 140px;
  white-space: nowrap;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  font-size: 15px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  padding: 0;
}

.mk-subject-header2 .menu li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-subject-header2 .menu li:hover {
  color: #e50113;
}

.mk-subject-header2 .menu li:before,
.mk-subject-header2 .menu li:after {
  content: "";
  width: 0px;
  height: 3px;
  background-color: #e50113;
  bottom: 0;
  left: 50%;
  transition: all 0.4s;
  position: absolute;
}

.mk-subject-header2 .menu li:hover:before {
  width: 50%;
  left: 0;
}

.mk-subject-header2 .menu li:hover:after {
  width: 50%;
  right: 0;
}

/* .mk-subject-header2 .search {
  width: 220px;
  position: relative;
} */
.mk-subject-header2 .search {
  width: 190px;
  position: absolute;
  right: 15px;
  background: #fff;
  height: 60px;
  top: 0;
}

.mk-subject-header2 .searchImg {
  width: 20px;
  height: 20px;
  margin-right: 30px;
}

.mk-subject-header2 .search input {
  /* border: 1px solid #b3b3b3; */
  border: 1px solid #fc0000;
  width: 190px;
  height: 34px;
  line-height: 70px;
  /* margin-top: 15px; */
  border-radius: 4px;
  margin-right: 20px;
  padding-left: 10px;
}

.mk-subject-header2 .search img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 22px;
  left: 160px;
}

.mk-subject-header2 .header-box {
  width: 290px;
}

.mk-subject-header2 .header-box img:nth-child(1) {
  display: block;
  float: left;
  margin-top: 18px;
  margin-right: 5px;
  height: 30px;
}

.mk-subject-header2 .header-box img:nth-child(3) {
  height: 25px;
  /* float: right;
  margin-right: 55px;
  margin-top: 5px; */
  float: left;
  margin-left: 203px;
  margin-top: -60px;
}

.mk-subject-header2 .searchList {
  width: 200px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 8px 8px;
  padding: 8px 0px 16px;
}

.mk-subject-header2 .searchList li {
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-size: 12px;
  padding: 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mk-subject-header2 .searchList li:hover {
  color: #fc0000;
  background: #ececec;
}

.mk-header2-menu-list {
  position: fixed;
  z-index: 10;
  overflow-y: scroll;
  width: 100%;
}

.mk-header2-menu-list .second-list {
  width: 410px;
  margin-left: 350px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 13%);
}

.mk-header2-menu-list .second-list ul {
  background: #ffffff;
  width: 300px;
  padding: 25px 70px 10px 40px;
}

.mk-header2-menu-list .second-list ul li {
  margin-bottom: 20px;
}

.mk-header2-menu-list .second-list li p {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mk-header2-menu-list .second-list li span {
  font-size: 12px;
  color: #555555;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.mk-header2-menu-list .third-list {
  max-width: 1440px;
  /* height: 400px; */
  background: #ffffff;
  margin: 0px auto;
  display: flex;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 13%);
}

.mk-header2-menu-list .third-list .leftInfo {
  width: 220px;
  background: #fbf5f5;
  padding: 20px 20px 30px 30px;
}

.mk-header2-menu-list .third-list .leftInfo li {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  padding-left: 5px;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mk-header2-menu-list .third-list .leftInfo .active {
  color: #e50011;
  border-left: 3px solid #e50011 !important;
  border-radius: 2px;
  cursor: pointer;
}

.mk-header2-menu-list .third-list .rightInfo {
  margin: 26px 40px 50px 40px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 220px);
}

.mk-header2-menu-list .third-list .rightInfo > ul {
  width: 25%;
  padding: 0 50px 0 0;
}

.mk-header2-menu-list .third-list .rightInfo li {
  margin-bottom: 10px;
}

.mk-header2-menu-list .third-list .rightInfo li p {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mk-header2-menu-list .third-list .rightInfo li span {
  font-size: 12px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.mk-header2-menu-list .third-list .rightInfo ul > span {
  display: inline-block;
  font-size: 14px;
  color: #e50011;
  width: 120px;
  border-bottom: 1px solid #999999;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* header2-------结束 */

.mk-subject-content {
  background: #fff;
  min-width: 1200px;
  margin-top: 60px;
}

/* 内容部分----banner-----开始 */
.mk-subject-content-banner {
  width: 100%;
  height: 640px;
  position: relative;
  background: url("") #efefef no-repeat;
  background-size: auto 640px !important;
}

.mk-subject-content-banner-box {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.mk-subject-content-banner-left {
  width: 580px;
  margin-top: 397px;
  float: left;
}

.mk-subject-content-banner2-left {
  width: 500px;
  margin-top: 200px;
  float: left;
}

.mk-subject-content-banner2-left .banner2-title {
  font-size: 48px;
  height: 56px;
  line-height: 56px;
  font-weight: bold;
  color: #e61318;
}

.mk-subject-content-banner2-left .banner2-subtitle {
  font-size: 30px;
  height: 42px;
  line-height: 42px;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
}

.mk-subject-content-banner2-left .banner2-desc {
  font-size: 20px;
  color: #333333;
}

.mk-subject-content-banner2-left .banner2-tishi {
  margin-top: 30px;
  font-size: 14px;
  line-height: 26px;
  color: #757575;
}

.mk-subject-banner .subject-banner-pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center;
  z-index: 100;
}

.mk-subject-banner .swiper-pagination-bullet {
  width: 10%;
  height: 4px;
  margin-left: 1% !important;
  border-radius: 0;
  opacity: 1;
  background: rgba(238, 238, 238, 0.6);
  /* background: rgba(140, 140, 140, 0.2); */
  overflow: hidden;
  position: relative;
}
.mk-subject-banner .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mk-subject-banner .swiper-pagination-bullet-active::before {
  background-color: red;
  animation: slide-progress 8s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.mk-subject-banner .swiper-paused .swiper-pagination-bullet-active::before {
  animation: none;
}
@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* 内容部分----banner---表单-----开始 */

.mk-subject-banner-form {
  position: absolute;
  right: 50px;
  top: 30%;
  -moz-transform: translatey(-30%);
  -ms-transform: translatey(-30%);
  -o-transform: translatey(-30%);
  -webkit-transform: translatey(-30%);
  transform: translatey(-30%);
  padding: 30px 30px;
  width: 415px;
  background: url(../images/index/form-bg.png) #fff no-repeat top right;
  box-shadow: 0px 4px 8px 0px rgba(175, 175, 175, 0.1);
  border-radius: 6px;
  font-size: 14px;
  z-index: 9;
}
.mk-subject-banner-form h3 {
  line-height: 24px;
  font-size: 22px;
  color: #e61318;
  font-weight: 700;
  text-align: left;
  padding-bottom: 7px;
}

.mk-subject-banner-form h5 {
  font-size: 14px;
  color: #777777;
  text-align: left;
  padding-bottom: 15px;
}

.mk-subject-banner-form > p {
  font-size: 12px;
  color: #777777;
  padding-top: 4px;
  font-weight: 400;
}
.mk-subject-banner-form input:focus,
.mk-subject-banner-form textarea:focus {
  border: 1px solid #e60012 !important;
}
.mk-subject-banner-form .index-form-box-input,
.mk-subject-banner-form .index-form-box-select {
  width: 292px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  padding: 0 20px;
  color: #b3b3b3;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #fdddd3;
  margin-top: 17px;
}
.mk-subject-banner-form .index-form-box-select {
  width: 332px;
}
.mk-subject-banner-form .index-form-box-input::placeholder {
  color: #b3b3b3;
}
.mk-subject-banner-form .smsCode {
  position: relative;
}
.mk-subject-banner-form .index-form-getCode {
  position: absolute;
  right: 10px;
  top: 28px;
  color: #e31924;
  font-size: 16px;
  border: none;
  background: none;
}
.mk-subject-banner-form .banner-form-btn {
  width: 100%;
  height: 40px;
  background-image: linear-gradient(135deg, #e97528 0%, #e90713 100%);
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  border: none;
  margin-top: 10px;
}
.mk-subject-banner-form .banner-form-btn:hover {
  background: #cc0817;
}

.mk-subject-banner-form .form-bottom-group {
  margin-top: 20px;
}

.form-hide {
  display: none;
}
.shows {
  opacity: 0;
  transition: all 1s;
}

.option {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  position: relative;
}

.option > div:nth-child(1) {
  width: 22%;
  height: 100%;
  line-height: 30px;
  text-align: left;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  float: left;
  align-items: center;
}
.option > div:nth-child(1) span {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  font-weight: 500;
}
.checkboxs.option > div:nth-child(1) span {
  line-height: 14px;
}

.option > div:nth-child(2) {
  width: 74%;
  height: 100%;
  position: relative;
  float: left;
  display: flex;
}
.option > div:nth-child(2) input {
  background: #ffffff;
  width: 100%;
  font-size: 14px;
  height: 100%;
  text-indent: 10px;
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 4px;
}
.option > div:nth-child(2) input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #777777;
  /* placeholder字体大小  */
  font-size: 14px;
  /* placeholder位置  */
  text-align: left;
  padding-left: 0px;
}
.option.textarea > div,
.option.checkboxs > div {
  text-align: left;
}

.RadioStyle,
.checkboxStyle {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  float: none !important;
}
.radios,
.checkboxs {
  height: 100%;
}

.RadioStyle input,
.checkboxStyle input {
  display: none;
}

.RadioStyle label,
.checkboxStyle label {
  text-align: center;
  display: flex;
  margin: 3px 4px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 1px;
  border: 1px solid #979797;
  color: #777777;
  font-size: 14px;
}

.checkboxStyle label {
  /* width: 73px; */
  height: 20px;
  padding: 0px 7px;
}

.RadioStyle label {
  width: 108px;
  height: 20px;
}

.mk-form-sms-btn {
  width: 40%;
  height: 30px;
  background: #e14c46;
  float: right;
  color: #fff;
  line-height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.textarea {
  width: 95%;
  margin-top: 5px;
  height: 28px;
}
.textarea > div:nth-child(2) {
  width: 100%;
}
.textarea > div:nth-child(2) {
  height: auto;
}
.textarea textarea {
  width: 378px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #979797;
  padding: 5px 0 0 20px;
}
.textarea textarea::-webkit-input-placeholder {
  position: relative;
  left: -15px;
}

.checkboxs div:nth-child(1),
.radios div:nth-child(1),
.textarea div:nth-child(1) {
  width: 100%;
  height: 25px;
}

.checkboxs div span:nth-child(1) {
  width: 100%;
  text-align: left;
}

.RadioStyle input:checked + label,
.checkboxStyle input:checked + label {
  background: rgba(230, 0, 18, 0.2);
  border-radius: 1px;
  border: 1px solid #e60012;
  color: #e60012;
}

.selectList,
.selectJobList,
.selectCompanyList,
.selectPeopleList {
  width: 100%;
  height: 198px;
  overflow: scroll;
  background: #ffffff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: 10;
  position: absolute;
  top: 45px;
  display: none;
}

.selectList li,
.selectJobList li,
.selectCompanyList li,
.selectPeopleList li {
  width: 100%;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 38px;
  padding-left: 24px;
  white-space: nowrap;
}

.selectList li:hover,
.selectJobList li:hover,
.selectCompanyList li:hover,
.selectPeopleList li:hover {
  color: #fff;
  background: #e14c46;
}

.select_red {
  color: #fff;
  background: #e14c46 !important;
}

.form-text {
  padding-top: 8px;
  display: flex;
  width: 100%;
  font-size: 12px;
  color: #777777;
  text-align: justify;
  line-height: 1.42;
  font-weight: 400;
}

.icheck-yinsi {
  width: 17px;
  height: 17px;
}

.icheck-yinsi > input:first-child {
  position: absolute !important;
  opacity: 0;
  margin: 0;
}
.icheck-yinsi > label {
  padding-left: 14px !important;
  min-height: 14px;
  line-height: 14px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.icheck-yinsi > input:first-child:checked + label::before,
.icheck-yinsi
  > input:first-child:checked
  + input[type="hidden"]
  + label::before {
  background-color: #e60012;
  border-color: #e60012;
}
.icheck-yinsi > input:first-child + label::before,
.icheck-yinsi > input:first-child + input[type="hidden"] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 1px;
  margin-left: -14px;
  top: 2px;
}
.icheck-yinsi > input:first-child:checked + label::after,
.icheck-yinsi
  > input:first-child:checked
  + input[type="hidden"]
  + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 3px;
  height: 6px;
  border: solid 1px #ffffff;
  border-left: none;
  border-top: none;
  transform: translate(3px, 1.5px) rotate(45deg);
}
.form-text p {
  text-indent: 6px;
}

.form-text a {
  color: #e14c46;
  vertical-align: initial;
}

.pr:before,
.pr:after {
  content: " ";
  display: table;
}

.pr {
  position: relative;
  margin: 0 auto;
  display: block;
}

.pn {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.index-serve {
  background: url("../images/index/index-serve-bg.jpg") #fff no-repeat center
    center;
  background-size: 100% 100% !important;
  min-height: 750px;
  position: relative;
  z-index: 2;
}
.index-use {
  background: url("../images/index/index-use-bg.png") #fff no-repeat center
    center;
  background-size: auto 1078px !important;
  height: 1078px;
}
.index-cooperate {
  background: url("../images/index/index-co-bg.png") #fff no-repeat center
    center;
  background-size: 100% 100% !important;
  min-height: 500px;
  padding-bottom: 62px;
}
.index-quality {
  background: url("../images/index/index-quality-bg.png") #fff no-repeat center
    center;
  background-size: auto 321px !important;
  height: 321px;
}
.index-more {
  background: url("../images/index/index-more-bg.png") #fff no-repeat center
    center;
  background-size: auto 688px !important;
  height: 688px;
}

.index-data {
  height: 230px;
  padding-top: 70px;
}

.index-data-box {
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-data-item {
  flex: 1;
  text-align: center;
}
.index-data-item .index-data-item-number h2 {
  font-size: 50px;
  line-height: 26px;
  letter-spacing: 3px;
  display: inline-block;
  color: #e31924;
}
.index-data-item .index-data-item-number span {
  font-size: 18px;
  letter-spacing: 2px;
  color: #e31924;
}
.index-data-item p {
  font-size: 16px;
  padding-top: 23px;
  color: #6c6c6c;
}
.index-serve-box {
  padding-top: 97px;
  padding-bottom: 10px;
}

.index-serve-box .index-serve-flex {
  margin-top: 78px;
  display: flex;
  justify-content: space-between;
}

.index-serve-box .index-serve-item {
  flex: 0 0 575px;
  width: 575px;
}
.index-serve-box .index-serve-item .index-serve-item-box {
  padding: 48px;
  /* background-color: #ffffff; */
  background-color: transparent;
}
.index-serve-box .index-serve-item h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  color: #e31924;
}
.index-serve-box .index-serve-item h2:empty + .index-serve-item-list {
  padding-top: 0;
}
.index-serve-box .index-serve-item-list {
  display: flex;
  padding-top: 57px;
}
.index-serve-box .index-serve-item-list img {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}
.index-serve-box .index-serve-item-list h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  color: #141414;
  padding-bottom: 20px;
}
.index-serve-box .index-serve-item-list p {
  font-size: 16px;
  color: #6c6c6c;
}
.index-serve-box .mk-subject-btn {
  margin: 30px auto;
}
.index-down {
  background: url("../images/index/index-down-bg.png") no-repeat center center;
  background-size: auto 183px;
  height: 183px;
  background-color: #e31924;
  box-shadow: 0px 0px 18px 0px rgba(192, 199, 202, 0.39);
  border-radius: 6px;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  margin: 30px auto;
}
.index-down h2 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-top: 40px;
}
.index-down button {
  display: block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  background-image: linear-gradient(
    0deg,
    #ffeaeb 0%,
    #ffffff 100%,
    #91eba4 100%,
    #23d749 100%
  );
  border-radius: 10px;
  border: none;
  font-size: 20px;
  color: #e31924;
  margin: 26px auto 0;
}
.index-down button:hover {
  background: #ffeaeb;
}
.index-use-box {
  padding-top: 186px;
  position: relative;
}
.index-use-box h2 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 2px;
  color: #e31924;
  text-align: center;
  padding-bottom: 68px;
}
.index-use-box .index-use-tab {
  padding-bottom: 28px;
  display: flex;
  justify-content: space-between;
}
.index-use-tab-item {
  flex: 1;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 1px;
  color: #707070;
  cursor: pointer;
}
.index-use-tab-item.active,
.index-use-tab-item:hover {
  color: #e31824;
}
.index-use-line {
  width: 97px;
  height: 4px;
  background-color: #e31924;
  position: absolute;
  left: 70px;
}
.index-line {
  width: 1200px;
  height: 1px;
  background-color: #000000;
  opacity: 0.1;
  margin-top: 4px;
}
.index-use-con {
  width: 100%;
  margin-top: 54px;
  height: 602px;
}
.index-use-case {
  text-align: center;
  width: 100%;
  display: none;
}
.index-use-case.active {
  display: block;
}
.index-use-case img {
  width: 100%;
}
.index-use-case h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  color: #e31824;
}
.index-use-con .mk-subject-btn {
  margin: 30px auto;
}

.index-cooperate-item {
  width: 375px;
  height: 420px;
  background-color: #ffffff;
  padding: 15px 40px;
  position: relative;
}

.index-cooperate-item-img {
  width: 100%;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
}

.index-cooperate-item-img img {
  max-width: 100%;
  max-height: 100%;
}

.index-cooperate-item h3 {
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin: 10px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-cooperate-item h3:hover {
  color: #e31924;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-cooperate-item p {
  font-size: 14px;
  height: 196px;
  line-height: 28px;
  color: #6c6c6c;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.index-cooperate-list {
  overflow: hidden;
  margin-top: 42px;
  margin-left: -28px;
}
.index-cooperate-list li {
  float: left;
  width: 217px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-image: linear-gradient(#ffffff, #ffffff),
    linear-gradient(#e50b18, #e50b18);
  background-blend-mode: normal, normal;
  box-shadow: 0px 4px 8px 0px rgba(175, 175, 175, 0.1);
  border-radius: 6px;
  margin-left: 28px;
  margin-top: 21px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.index-cooperate-list li:hover {
  transform: translateY(-8px);
}

.index-cooperate-list li img {
  max-width: 100%;
  max-height: 100%;
}

.index-quality-box h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 2px;
  color: #ffffff;
  padding-top: 70px;
  text-align: center;
  padding-bottom: 46px;
}
.index-quality-form {
  width: 900px;
  height: 50px;
  align-items: center;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #fdddd3;
  display: flex;
}
.index-quality-form-phone {
  width: 18px;
  height: 20px;
  margin-left: 23px;
  margin-right: 9px;
}
.index-quality-form-input {
  flex: 1;
  line-height: 38px;
  font-size: 16px;
  color: #b3b3b3;
}
.index-quality-form-input::placeholder {
  color: #b3b3b3;
}
.index-quality-form-line {
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
}
.mk-ldy-phone-btn {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  color: #e50b18;
  margin-left: 35px;
  margin-right: 30px;
  border: none;
  background: none;
}
.mk-ldy-phone-btn:hover {
  color: #e5732d;
}
.index-quality-list {
  overflow: hidden;
  width: 836px;
  margin: 38px auto;
}
.index-quality-list img {
  vertical-align: middle;
  margin-right: 8px;
}
.index-quality-list li {
  float: left;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #fff1f2;
  padding-right: 20px;
}
.index-more-list {
  display: flex;
  justify-content: space-between;
}
.index-more .swiper-w1300 {
  position: relative;
  left: -40px;
  width: 1280px;
  padding: 0 40px !important;
}
.index-more .swiper-button-prev {
  left: 30px;
}
.index-more .swiper-button-next {
  right: 30px;
}
.index-more .swiper-button-prev:after,
.swiper-button-next:after {
  content: "" !important;
}
.index-more .swiper-button-prev .swiper-tab,
.index-more .swiper-button-next .swiper-tab {
  position: absolute;
  display: none;
}
.index-more .swiper-button-prev:not(.swiper-button-disabled) .swiper-tab,
.index-more .swiper-button-next:not(.swiper-button-disabled) .swiper-tab {
  display: inline-block;
}

.index-more-item {
  width: 375px;
  height: 420px;
  background: url("../images/index/more-bg1.png") #fff no-repeat right bottom;
  box-shadow: 0px 4px 8px 0px rgba(175, 175, 175, 0.1);
  border-radius: 6px;
  transition: all 0.3s ease-in;
}

.index-more-item .img-block {
  width: 375px;
  height: 188px;
  overflow: hidden;
  position: relative;
}
.index-more-item .img-block .video-block-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.index-more-item:nth-child(2) {
  background: url("../images/index/more-bg2.png") #fff no-repeat right bottom;
}
.index-more-item:nth-child(3) {
  background: url("../images/index/more-bg3.png") #fff no-repeat right bottom;
}
.index-more-item:hover {
  transform: translateY(-8px);
}
.index-more-item h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;

  color: #333333;
  padding: 20px 52px;
}
.index-more-item p {
  font-size: 14px;
  line-height: 26px;
  height: 104px;
  letter-spacing: 1px;
  color: #6c6c6c;
  padding: 0 52px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.index-more-item .index-more-btn {
  display: block;
  margin: 15px 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #454343;
  padding-left: 52px;
}
.index-more-item .index-more-btn:hover {
  color: #e31924;
}
.index-more-item:hover h3 {
  color: #dd0b17;
}

.required-xing {
  color: #e60012 !important;
}

.phone_testnum {
  width: 60% !important;
  border-radius: 4px 0 0 4px !important;
  float: left;
}

.button {
  width: 100%;
  height: 50px;
  background: #e14c46;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  border: none;
  font-size: 19px;
  border-radius: 5px;
}

.prompt {
  font-size: 11px;
  font-weight: 400;
  color: #777777;
  line-height: 25px;
}

.submit {
  margin-top: 77px !important;
  height: 43px !important;
  margin-bottom: 40px !important;
}

.submit div:first-child {
  display: none;
}

.submit div:nth-child(2) {
  width: 100%;
  padding-left: 0;
}

.tit {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  color: #e31924;
}

.nav-bd {
  border-bottom: 1px solid #979797;
  margin-top: 36px;
}

.nav-bd li {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #707070;
  line-height: 2;
  padding-bottom: 18px;
  cursor: pointer;
  transition: all 0.3s !important;
}

.nav-bd li.open {
  color: #f8000c;
}

.nav-bd li::after {
  display: block;
  height: 4px;
  position: absolute;
  top: auto;
  bottom: 0;
  background: transparent;
  border-radius: 2px;
  width: 100%;
  transition: all 0.3s !important;
  left: 0;
}

.nav-bd li.open::after {
  background: #f8000c;
}

.tvv {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.scene {
  padding-top: 70px;
  background-size: 100% 100% !important;
  min-height: 300px;
}

.scene .tit,
.choice .tit,
.product .tit,
.search .tit {
  font-size: 30px;
  margin-bottom: 20px;
}

.scene .titDesc,
.choice .titDesc,
.product .titDesc,
.search .titDesc {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  color: #727272;
}

.scene .nav-bd {
  margin-bottom: 35px;
}

.swiper-scene img {
  width: 100%;
}
.swiper-scene h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  color: #e31824;
  text-align: center;
}

.scene .mk-subject-btn {
  margin: 30px auto;
}

.ys-cj h4 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: bolder;
}
.ys-cj p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}
.ys-cj .ys-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ys-cj .mk-ldy-btn {
  margin: 0;
}
.ys-cj h4:empty,
.ys-cj p:empty {
  margin-bottom: 0;
}

.ys-cj-left,
.ys-cj-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 10px;
}
.ys-cj-right {
  flex-flow: row-reverse;
  padding: 0 10px 0 0;
}
.ys-cj-left p,
.ys-cj-right p {
  width: 410px;
}
.ys-cj-left .ys-img,
.ys-cj-right .ys-img {
  width: 760px;
}

.ys-cj-top .ys-text,
.ys-cj-bottom .ys-text {
  text-align: center;
}
.ys-cj-top .ys-img {
  margin-bottom: 150px;
}
.ys-cj-top .mk-ldy-btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -120px;
}
.ys-cj-bottom .ys-img {
  margin-bottom: 250px;
}
.ys-cj-bottom .ys-text {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.ys-cj-bottom .mk-ldy-btn {
  margin: 0 auto;
}

.footer-bottom {
  color: #6f6f6f;
  font-size: 16px;
  background: #f8f8f8;
  line-height: 80px;
  text-align: center;
}

.yonyou-dialog-form-bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.yonyou-dialog-form-info {
  display: none;
  position: fixed;
  width: 760px;
  z-index: 1001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.yonyou-dialog-form-info iframe {
  min-height: 420px;
}

.yonyou-dialog-form-info-header {
  position: absolute;
  background-color: #e14c46;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  top: 0;
  left: 0;
}

.yonyou-dialog-form-info-header .yonyou-dialog-form-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 6px;
  border-radius: 5px;
}

/* 底部电话----banner-----开始 */
.mk-phonebottom2-footer {
  background: url("/assets/components/img/bg.png") #fff no-repeat center center;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.mk-phonebottom2-footer .index-quality-form {
  width: 400px;
  height: 50px;
  align-items: center;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #fdddd3;
  display: flex;
}
.mk-phonebottom2-footer .index-quality-form-input {
  border: none;
}
.mk-phonebottom2-footer .index-quality-form-input:focus {
  outline: none;
  border: none !important;
}
.mk-phonebottom2-footer .index-quality-box {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: 500px;
}
.mk-phonebottom2-footer .index-quality-box h2 {
  padding: 0;
  margin-bottom: 24px;
  margin-top: 10px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.mk-phonebottom2-footer .index-quality-form-phone {
  width: 18px;
  height: 20px;
  height: 20px;
  margin-left: 23px;
  margin-right: 9px;
}
.mk-phonebottom2-footer .index-quality-form-line {
  width: 1px;
  height: 22px;
  color: #979797;
  display: none;
}
.mk-phonebottom2-footer .index-quality-form-btn {
  font-size: 16px;
  color: #e60012;
  font-weight: 400;
  border: none;
  margin-left: 70px;
  background: none;
  letter-spacing: 1px;
  line-height: 26px;
  border-left: 1px solid #979797;
  padding: 0 10px;
  margin-right: 1px;
}
.mk-phonebottom2-footer .index-quality-list {
  width: 400px;
  margin: 10px auto;
}
.mk-phonebottom2-footer .index-quality-list li {
  font-size: 12px;
  min-width: 200px;
  padding: 0;
  float: left;
  color: #fff1f2;
  line-height: 26px;
}
.mk-phonebottom2-footer .index-quality-list img {
  width: 14px;
  height: 10px;
  vertical-align: middle;
  margin-right: 8px;
}
.mk-phonebottom2-footer .rightInfo {
  display: flex;
  margin: auto 50px;
}
.mk-phonebottom2-footer .rightInfo img {
  width: 133px;
  height: 133px;
  margin-right: 20px;
}
.mk-phonebottom2-footer .rightInfo p {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
.mk-phonebottom2-footer .rightInfo span {
  display: inline-block;
  width: 102px;
  height: 2px;
  background: #ffffff;
  margin: 14px 0;
  border-radius: 2px;
}
.mk-phonebottom2-footer .rightInfo ul {
  padding-left: 20px;
}
.mk-phonebottom2-footer .rightInfo li {
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
  list-style-type: disc;
}

.mk-subject-bottom {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  min-height: 262px;
  background: #242424;
  margin-top: 50px;
  color: #ffffff;
  padding: 60px 10%;
  display: flex;
}

.mk-subject-bottom .mk-subject-bottom-left {
  width: 40%;
}

.mk-subject-bottom .mk-subject-bottom-left img {
  max-width: 80px;
  width: auto;
  height: auto;
}

.mk-subject-bottom .mk-subject-bottom-left span {
  font-size: 20px;
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #ffffff;
}

.mk-subject-bottom .mk-subject-bottom-left p {
  font-size: 14px;
  margin-top: 8px;
  color: #ffffff;
}

.mk-subject-bottom .mk-subject-bottom-left p a {
  font-size: 14px;
  color: #ffffff;
}

.mk-subject-bottom .mk-subject-bottom-right {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mk-subject-bottom .mk-subject-bottom-right img {
  max-width: 500px;
}

/* 侧边栏 */
.mk-subject-right-block-fixed {
  position: fixed;
  bottom: 280px;
  right: 0px;
  width: 70px;
  z-index: 10;
  height: 220px;
}
.mk-subject-right-block-fixed .dahui-2024 {
  width: 84px;
  display: inline-block;
  position: absolute;
  right: 6px;
  top: -120px;
  animation: dahuiZoomInOut 2s infinite; /* 动画名称，每次动画持续2秒，并且无限循环 */
}
@keyframes dahuiZoomInOut {
  0%,
  100% {
    transform: scale(1); /* 初始状态和结束状态，图片大小为原始大小 */
  }
  50% {
    transform: scale(1.1); /* 动画中间状态，图片放大10% */
  }
}
.mk-subject-right-block-fixed .inner-box {
  position: relative;
  width: 70px;
  height: auto;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 5px 8px;
  background: #e60012;
  border-radius: 6px;
  display: block;
  text-align: center;
}
.mk-subject-right-block-fixed .inner-box > div {
  padding: 8px 0;
  border-bottom: #ededec 1px solid;
}

.mk-subject-right-block-fixed .inner-box > div > img {
  width: 28px;
  display: inline-block;
}
.mk-subject-right-block-fixed .inner-box p {
  font-size: 12px;
  color: rgb(255, 255, 255);
  opacity: 0.8;
}

.mk-subject-right-block-fixed .outer-box {
  display: none;
  position: absolute;
  width: 160px;
  right: 90px;
  top: 0px;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  border: none !important;
  padding: 0 !important;
}

.mk-subject-right-block-fixed .outer-box-con {
  padding: 12px 22px 5px 22px;
  position: relative;
  background: #fff;
  border-radius: 6px;
  text-align: left;
}
.mk-subject-right-block-fixed .outer-box-con p {
  font-size: 14px;
  font-weight: 400;
  /* height: 20px; */
  line-height: 20px;
  color: #666666;
  border-radius: 6px;
  margin-bottom: 4px;
}
.mk-subject-right-block-fixed .outer-dot {
  position: absolute;
  right: -15px;
  top: 20%;
  background: url(https://www.yonyou.com/sem/images/dot_04.png) no-repeat center
    center;
  width: 22px;
  height: 22px;
}

/* 底部菜单---------开始 */
.mk-autoweb-footer-menu {
  background-color: #242424;
  width: 100%;
  min-height: 400px;
}

.mk-autoweb-footer-menu-content {
  max-width: 1680px;
  min-width: 880px;
  min-height: 400px;
  margin: 0 auto;
  display: flex;
}

.mk-autoweb-footer-menu-content-left {
  min-height: 350px;
  border-right: 1px solid #bdbdbd;
  margin: 30px 0 20px 60px;
  padding-right: 45px;
}

.mk-autoweb-footer-menu-content-left .logo img {
  width: 70px;
  height: 50px;
}

.mk-autoweb-footer-menu-content-left .rexian {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mk-autoweb-footer-menu-content-left .rexian p {
  font-size: 14px;
  color: #bdbdbd;
  margin-bottom: 8px;
}

.mk-autoweb-footer-menu-content-left .rexian span {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

.mk-autoweb-footer-menu-content-left .find > p {
  font-size: 14px;
  color: #bdbdbd;
  margin-bottom: 10px;
}

.mk-autoweb-footer-menu-content-left .find .content {
  display: flex;
  justify-content: space-between;
  width: 260px;
}

.mk-autoweb-footer-menu-content-left .find .content img {
  width: 100%;
}

.mk-autoweb-footer-menu-content-left .find .content p {
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  margin-top: 3px;
}

.mk-autoweb-footer-menu-content-right {
  margin: 30px 0 20px 50px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.mk-autoweb-footer-menu-content-right ul {
  width: 160px;
  margin-right: 20px;
}

.mk-autoweb-footer-menu-content-right ul li {
  list-style: none;
  height: 19px;
  margin-bottom: 14px;
}

.mk-autoweb-footer-menu-content-right ul li a span {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  /* margin-bottom: 20px; */
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mk-autoweb-footer-menu-content-right ul li:first-child {
  height: 24px;
  margin-bottom: 20px;
}

.mk-autoweb-footer-menu-content-right ul li a {
  width: 100%;
  text-decoration: none;
  color: #bdbdbd;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mk-autoweb-footer-menu-content-right ul li a:hover {
  color: #ffffff;
}
/* 底部菜单---------结束 */

/* ---------咨询弹窗---------     开始 */

/* 咨询小友 */
.mk-autoweb-zixun-xiaoyou {
  display: none;
}

.mk-autoweb-zixun-xiaoyou > img {
  width: 120px;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 10;
}

/* 咨询悬浮 */
.mk-autoweb-zixun-xiaoyou-hover-box {
  display: none;
  width: 420px;
  height: 250px;
  border-radius: 8px;
  position: fixed;
  bottom: 10px;
  right: 90px;
  z-index: 999;
}

.mk-autoweb-zixun-xiaoyou-hover-box-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.mk-autoweb-zixun-xiaoyou-hover-box-content > img {
  width: 100%;
  height: 236px;
  position: absolute;
  top: -36px;
  left: 0px;
}

.mk-autoweb-zixun-xiaoyou-hover-box .xiaoyou-hover-content-info {
  position: absolute;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  text-align: left;
}

.mk-autoweb-zixun-xiaoyou-hover-box .xiaoyou-hover-content-info-title {
  font-size: 18px;
  font-weight: bold;
  color: #ff7400;
  text-align: left;
  padding: 12px 0 0 22px;
}

.mk-autoweb-zixun-xiaoyou-hover-box .xiaoyou-hover-content-info-text {
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  padding: 0 0 0 22px;
}

.mk-autoweb-zixun-xiaoyou-hover-box .mk-autoweb-zixun-info-qrcode-image {
  width: 116px;
  height: 116px;
  margin: 8px 0 0 22px;
}

.mk-autoweb-zixun-xiaoyou-hover-box .mk-subject-online {
  display: block;
  width: 114px;
  height: 24px;
  background: #ff5f38;
  border-radius: 22px;
  border: none;
  margin: 12px 0;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  margin: 25px auto 0 auto;
}

/* 咨询弹窗 */
.mk-autoweb-zixun-bg {
  display: none;
  width: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
}

.mk-autoweb-zixun {
  display: none;
  width: 600px;
  height: 283px;
  background: #ffffff;
  border-radius: 8px;
  position: absolute;
  top: 100px;
  left: 380px;
  z-index: 1001;
}

.mk-autoweb-zixun-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.mk-autoweb-zixun-content > img {
  width: 100%;
  height: 329px;
  position: absolute;
  top: -46px;
  left: 0px;
}

.mk-autoweb-zixun-close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 36px;
  color: #999999;
  cursor: pointer;
  text-align: center;
}

.mk-autoweb-zixun .mk-autoweb-zixun-info {
  position: absolute;
  width: 100%;
  height: 283px;
  border-radius: 8px;
  text-align: left;
}

.mk-autoweb-zixun .mk-autoweb-zixun-info .mk-autoweb-zixun-info-title {
  font-size: 24px;
  font-weight: bold;
  color: #ff7400;
  text-align: left;
  padding: 24px 0 0 30px;
}

.mk-autoweb-zixun .mk-autoweb-zixun-info .mk-autoweb-zixun-info-text {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  padding: 5px 0 0 30px;
}

.mk-autoweb-zixun .mk-autoweb-zixun-info .mk-autoweb-zixun-info-qrcode-image {
  width: 165px;
  height: 165px;
  margin: 5px 0 0 30px;
}

.mk-autoweb-zixun .mk-autoweb-zixun-info .mk-subject-online {
  display: block;
  width: 162px;
  height: 34px;
  background: #ff5f38;
  border-radius: 21px;
  border: none;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  margin: 40px auto 0 auto;
}

/* ---------咨询弹窗---------     结束 */

.mk-subject-btn-block {
  width: 100%;
  height: 50px;
  margin: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

a.mk-subject-btn {
  display: block;
  width: 240px;
  height: 46px;
  line-height: 46px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  background-image: linear-gradient(131deg, #e5732d 0%, #e31924 52%);
  border-radius: 6px;
}
a:hover.mk-subject-btn {
  background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
}

/* ---------视频弹窗---------     结束 */
.modal {
  top: 100px !important;
  z-index: 10050 !important;
}
.modal-content {
  background-color: #000;
}
.modal-header {
  border-bottom: none;
}
.close {
  font-size: 30px;
  color: #fff;
  margin: 0 10px !important;
}
.close:hover {
  background-color: none;
  color: #fff;
}
#iframeVideo .mk_videoPlayer .prism-player .prism-big-play-btn {
  left: 45%;
  bottom: 45%;
}
#iframeVideo {
  width: 100%;
  height: 500px;
}
.modal-dialog {
  width: 850px;
}
.modal-header {
  padding: 0;
}
