@charset "utf-8";

/* -----------白皮书集合组件----------      开始 */
.mk-select {
  width: 100%;
  max-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: 32px;
  display: none;
}

.mk-select li {
  width: 100%;
  height: 38px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 38px;
  padding-left: 24px;
  white-space: nowrap;
}

.mk-select li:hover {
  color: #fff;
  background: #e14c46;
}

.mk-select .choose {
  color: #fff;
  background: #e14c46;
}

.mk-select option {
  height: 20px;
  display: flex;
  align-items: center; /*文字垂直居中*/
}
/* -----------白皮书集合组件----------      结束 */

/* -----------白皮书集合组件----------      开始 */

.mk-autoweb-book-list {
  width: 100%;
  padding-top: 190px;
  padding-bottom: 30px;
  position: relative;
}

.mk-autoweb-book-list h2 {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #e31924;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
}

.mk-autoweb-book-list .mk-autoweb-book-list-content {
  width: 1200px;
  box-shadow: 0px 0px 24px 0px rgba(19, 19, 19, 0.1);
  border-radius: 8px;
  margin: 0 auto;
}

.mk-autoweb-book-list .mk-autoweb-book-list-content ul {
  margin: 0 60px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-content: space-between;
}

.mk-autoweb-book-list .mk-autoweb-book-list-content ul li {
  width: 20%;
  text-align: center;
  border-right: 1px solid #d0d0d0;
}

.mk-autoweb-book-list .mk-autoweb-book-list-content ul li:last-child {
  border-right: none;
}

.mk-autoweb-book-list .mk-autoweb-book-list-content ul li img {
  width: 122px;
  height: 166px;
  margin-top: -90px;
}

.mk-autoweb-book-list .mk-autoweb-book-list-content ul li p {
  font-size: 16px;
  color: #6f6f6f;
  text-align: center;
  height: 44px;
  line-height: 22px;
  padding: 0 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mk-autoweb-book-list .mk-autoweb-book-list-content ul li button {
  width: 109px;
  height: 36px;
  background: linear-gradient(135deg, #e97528 0%, #e90713 100%);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
}

/* -----------白皮书集合组件----------      结束 */

/* -----------右侧页签模块----------      开始 */
.mk-autoweb-tab-right {
  width: 100%;
  min-height: 660px;
}

.mk-autoweb-tab-right .subject-component-title {
  padding-top: 30px;
  font-size: 30px;
  line-height: 80px;
  color: #e31924;
}

.mk-autoweb-tab-right .subject-component-desc {
  color: #6f6f6f;
  font-size: 16px;
  line-height: 30px;
}

.mk-autoweb-tab-right .mk-autoweb-tab-right-content {
  width: 100%;
  height: 100%;
  min-height: 520px;
  margin: 30px 0;
  position: relative;
  display: flex;
}

.mk-autoweb-tab-right-content-left {
  width: 936px;
  margin-top: 0px;
}

.mk-autoweb-tab-right-content-left .tabRight-left-content {
  width: 100%;
  overflow: hidden;
}

.mk-autoweb-tab-right-content-left .tabRight-left-content > div {
  float: left;
  width: 390px;
  height: 200px;
  margin: 30px 0px 30px 30px;
  padding-left: 30px;
  padding-top: 0px;
}

.mk-autoweb-tab-right-content-left
  .tabRight-left-content
  > div:nth-of-type(even) {
  border-left: 1px solid #d0d0d0;
}

.mk-autoweb-tab-right-content-left .tabRight-left-content > div .line {
  width: 100%;
  height: 1px;
  margin-top: -30px;
  background-color: #d0d0d0;
}

.mk-autoweb-tab-right-content-left
  .tabRight-left-content
  > div:nth-child(1)
  .line {
  display: none;
}

.mk-autoweb-tab-right-content-left
  .tabRight-left-content
  > div:nth-child(2)
  .line {
  display: none;
}

.mk-autoweb-tab-right-content-left .tabRight-left-content > div h5 {
  font-size: 24px;
  line-height: 50px;
  color: #fa0000;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  font-weight: 600;
}

.mk-autoweb-tab-right-content-left .tabRight-left-content > div img {
  width: 50px;
  height: 50px;
  margin-top: 30px;
}

.mk-autoweb-tab-right-content-left .tabRight-left-content > div div {
  line-height: 25px;
  color: #6f6f6f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}

.mk-autoweb-tab-right-content-right {
  width: 264px;
  text-align: center;
  padding-top: 0px;
}

.mk-autoweb-tab-right-content-right span {
  width: 264px;
  height: 55px;
  line-height: 55px;
  display: inline-table;
  cursor: pointer;
}

.mk-autoweb-tab-right-content-right h4 {
  text-align: left;
  font-size: 18px;
  color: #ffffff;
}

.mk-autoweb-tab-right-content-right li {
  height: 56px;
  background: #fff8f8;
  border-bottom: 1px solid #f1f1f1;
}

.mk-autoweb-tab-right-content-right li.on {
  height: 190px;
  background: url(../images/bg10.jpg) no-repeat;
}

.mk-autoweb-tab-right-content-right li.on span {
  color: #fff;
  display: none;
}

.mk-autoweb-tab-right-content-right li.on .index_box {
  display: block !important;
}

.mk-autoweb-tab-right-content-right li.on .under_line {
  text-decoration: none;
}

.mk-autoweb-tab-right-content-right li.on .under_line:hover {
  text-decoration: underline;
  color: #ffffff;
}

.mk-autoweb-tab-right-content-right li .index_box {
  background: #e14c46;
  padding: 21px 26px;
  display: none;
}

.mk-autoweb-tab-right-content-right li .index_box p {
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.mk-autoweb-tab-right-content-right li .index_box button {
  margin-left: -105px;
  margin-top: 16px;
  width: 106px;
  height: 36px;
  background: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  color: #e14c46;
  border: none;
}
/* -----------右侧页签模块----------      结束 */

/* -----------图片块状列表----------      开始 */
.mk-autoweb-image-block {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60px;
}

.index-changjing-box .subject-component-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #e31924;
  text-align: center;
  padding-top: 62px;
  padding-bottom: 59px;
}

.index-changjing-box ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.index-changjing-box li {
  padding: 0 22px;
  position: relative;
  width: 280px;
  min-width: 20%;
  height: 170px;
  margin: 0 10px 15px 10px;
  background-size: 100% 100%;
}

.index-changjing-box li .image-block-text {
  text-align: left;
  margin-top: 120px;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
}

.index-changjing-box li .image-block-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 130px;
  color: #ffffff;
  margin: 40px 22px 0;
  display: none;
  font-size: 18px;
  font-family: MicrosoftYaHei;
}

.index-changjing-box li .image-block-info .image-block-info-title {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.index-changjing-box li .image-block-info .image-block-info-desc {
  font-size: 14px;
  line-height: 25px;
  height: 55px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-changjing-box li .image-block-info .image-block-info-btn {
  text-align: right;
}

.index-changjing-box li .image-block-info .image-block-info-btn a {
  font-size: 14px;
  text-decoration: underline !important;
  color: #ffffff;
}

.index-changjing-box li:hover {
  cursor: pointer;
}

.index-changjing-box li:hover .image-block-info {
  display: block;
  overflow-y: auto;
}

.index-changjing-box li:hover .image-block-text {
  display: none;
}
/* -----------图片块状列表----------      结束 */

/* -----------图片悬浮滑动效果----------      开始 */
.mk-autoweb-image-hover {
  width: 100%;
  min-height: 500px;
  padding: 30px 0;
}

.subject-component-title {
  font-size: 30px;
  line-height: 80px;
  color: #e31924;
  font-weight: bold;
}

.mk-autoweb-image-hover-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}

.mk-autoweb-image-hover-li {
  position: relative;
  height: 520px;
  margin-bottom: 18px;
}

.mk-autoweb-image-hover-li .text {
  height: 100%;
}

.mk-autoweb-image-hover-li .text p {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  padding-top: 453px;
}

.mk-autoweb-image-hover-li .info {
  width: 320px;
  height: 100%;
  display: none;
}

.mk-autoweb-image-hover-li .info h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 26px;
  padding-top: 210px;
  margin-left: 24px;
  margin-bottom: 16px;
}

.mk-autoweb-image-hover-li .info span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  transform: rotate(45deg);
  vertical-align: middle;
  border-radius: 1px;
  margin-top: -3px;
  margin-right: 8px;
}

.mk-autoweb-image-hover-li .info p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin-left: 24px;
  padding-right: 0px;
}

.mk-autoweb-image-hover-li .disactive {
  display: none;
}

.mk-autoweb-image-hover-li .active {
  display: block;
}
/* -----------图片悬浮滑动效果----------      结束 */

/* -----------视频+文字----------      结束 */
.mk-autoweb-video-block {
  width: 100%;
  padding: 20px 0;
}
.mk-autoweb-video-block .video-box {
  max-width: 100%;
  height: 270px;
  margin-top: 30px;
}
.mk-autoweb-video-block .video-box-left {
  width: 50%;
  float: left;
}
.video-box-left .video-box-left-title {
  height: 40px;
  font-size: 26px;
  font-weight: bold;
  color: #e31924;
  line-height: 40px;
  padding: 0px 60px 0 0px;
}
.video-box-left .video-box-left-desc {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 24px;
  padding: 20px 60px 0 0px;
}
.video-box-left .video-box-left-desc p {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 24px;
}
.mk-autoweb-video-block .video-box-right {
  position: relative;
  width: 50%;
  float: right;
  height: 100%;
}
.video-box-right .video-block {
  width: 450px;
  height: 250px;
  margin: auto;
  position: absolute;
  background: #000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-box-right .video-block .video-block-img {
  width: 100%;
  height: 100%;
}

.video-box-right .video-block .video-block-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.4;
}

.video-box-right .video-block .video-block-play {
  position: absolute;
  top: 100px;
  left: 200px;
  width: 50px;
  height: 50px;
}

.mk-autoweb-video-block  .swiper{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #e31924;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
/* -----------视频+文字----------      结束 */

/* -----------文章列表----------      开始 */
.mk-autoweb-article-list-content ::-webkit-scrollbar {
  width: 0.08rem /* 8/100 */;
  border-radius: 0.08rem /* 8/100 */;
}

.mk-autoweb-article-list-content ::-webkit-scrollbar-track {
  background: rgba(243, 243, 243, 1);
  border-radius: 0.08rem /* 8/100 */;
}

.mk-autoweb-article-list-content ::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 0.08rem /* 8/100 */;
}

.mk-autoweb-article-list-content {
  display: flex;
  height: 4.38rem /* 438/100 */;
  padding: 0.2rem /* 20/100 */;
}

.mk-autoweb-article-list-content .mk-autoweb-article-list-content-left {
  width: 50%;
  text-align: center;
  overflow: hidden;
}

.mk-autoweb-article-list-content .mk-autoweb-article-list-content-left img {
  width: 5.75rem /* 575/100 */;
}

.mk-autoweb-article-list-content-right {
  width: 50%;
  height: 100%;
  margin-left: 0.3rem /* 30/100 */;
  padding-right: 0.2rem /* 20/100 */;
}

.mk-autoweb-article-list-content-right ul li {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  line-height: 0.4rem /* 40/100 */;
  cursor: pointer;
}

.mk-autoweb-article-list-content-right ul li span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-autoweb-article-list-content-right ul li span:first-child {
  font-size: 0.16rem /* 16/100 */;
  font-weight: 500;
  color: #727272;
  font-family: PingFangSC-Medium, PingFang SC;
}

.mk-autoweb-article-list-content-right ul li span:last-child 
{
  height: 30px;
  line-height:30px;
  font-size: 0.14rem /* 14/100 */;
  color: #a0a0a0;
}

.pagination-content {
  display: flex;
  justify-content: right;
}

.pagination-content-ul {
  display: inline-block;
  padding-left: 0;
  margin: 0.2rem /* 20/100 */ 0.4rem /* 40/100 */ 0.2rem /* 20/100 */ 0;
  border-radius: 4px;
}

.pagination-content-ul li {
  display: inline;
}

.pagination-content-ul > li:first-child > a,
.pagination-content-ul > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination-content-ul .active a {
  border: 1px solid #ff1616;
  background: #ffffff;
  border-radius: 0.06rem /* 6/100 */;
  color: #ff1616;
}

.pagination-content-ul li a,
.pagination-content-ul li span {
  color: rgba(0, 0, 0, 0.88);
  border: none;
}

.pagination-content-ul > li > a,
.pagination-content-ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-right: 1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 0.12rem;
}

.pagination-content-ul li a,
.pagination-content-ul li span {
  color: rgba(0, 0, 0, 0.88);
  border: none;
}

.pagination-content-ul .active a {
  border: 1px solid #ff1616;
  background: #ffffff;
  border-radius: 0.06rem /* 6/100 */;
  color: #ff1616;
}

.pagination-content-ul .active a:hover {
  background: #fff;
  border: 1px solid #ff1616;
  color: #ff1616;
}

.pagination-content-ul li a:hover,
.pagination-content-ul li span:hover {
  border-radius: 0.06rem /* 6/100 */;
  background: #eee;
  color: rgba(0, 0, 0, 0.88);
}
/* -----------文章列表----------      结束 */
