/* header */
.header {
  background-image: url("head_back.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-shadow: unset;
}
.page-icon-group {
  float: left;
  height: 44px;
}
.tj-icon {
  display: none;
  margin: 3px 12px 0 0;
}
.tj-logo {
  display: none;
  margin-right: 12px;
}
.tj-logo img{
  height: 40px;
}
.content-width {
  min-width: 1240px;
  position: relative;
}

.main {
  margin-bottom: 75px;
  min-width: 1240px;
}

/* banner */
.banner {
  position: relative;
  padding-top: 154px;
  padding-bottom: 100px;
  height: 640px;
  background-image: url("head_back.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.banner-content {
  margin: 36px 0 0 38px;
}

.banner-content-title {
  color: #222;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner-content-desc {
  margin: 6px 0 27px 0;
  color: #222;
  font-family: Microsoft YaHei;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner-content ul {
  margin-bottom: 40px;
}

.banner-content ul li {
  display: flex;
  margin-bottom: 14px;
}

.banner-content ul li:last-child {
  margin-bottom: unset;
}

.banner-content ul li div {
  display: flex;
  justify-content: center;
  margin-right: 23px;
  width: 90px;
}

.banner-content ul li div img {
  width: 22px;
  height: 22px;
}

.banner-content ul li div:last-child {
  margin-right: unset;
}

.banner-content ul li img {
  width: 22px;
}

.banner-content ul li span {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.banner-content > a {
  position: relative;
  overflow: hidden;
}
.banner-content>p {
  margin-top: 16px;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.banner-picture {
  position: absolute;
  width: 990px;
  top: -55px;
  right: -205px;
}

.banner-picture img {
  width: 100%;
}

.swiper-container {
  height: 270px;
}

.download-btn {
  width: 220px;
  height: 60px;
  border-radius: 8px;
  background: #EA4B3D;
  box-shadow: 0px 8px 20px 0px rgba(234, 75, 61, 0.20);
  padding: 16px 46px;
}

.download-btn .download-img {
  margin: 0 12px 0 0;
  width: 28px;
  height: 28px;
  background: url('../../assets/images/kingpdf/win.png') no-repeat;
  background-size: cover;
}

.download-btn .download-dec {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.section_4:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
  background: #fff;
  opacity: 0.22;
  animation: spread2 1s infinite both;
  -webkit-animation: spread2 1s infinite both;
}
@keyframes spread2 {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}


/* product-special */
.product-special {
  min-width: 1120px;
  margin: 60px;
  padding: 80px 0 22px 0;
  height: 800px;
  background: linear-gradient(180deg, #E6ECFD 0%, #F4F8FF 100%);
  background-size: 100% 100%;
}

.product-special_title {
  margin-bottom: 52px;
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-special_list ul {
  border-bottom: 1px solid #E0E0E0;
}

.product-special_list ul li {
  position: relative;
  text-align: center;
  width: 100px;
  height: 88px;
  transition: border 300ms;
}

.product-special_list ul li p {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.product-special_list ul li:hover {
  cursor: pointer;
}

.product-special_list ul li img {
  width: 48px;
  height: 48px;
}

.product-special_list ul li::after {
  content: '';
  width: 0;
  height: 0.125rem;
  background-color: #EA4B3D;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.2s;
}

.product-special_list-active::after {
  width: 100px !important;
}

.product-special_list-active p {
  color: #EA4B3D !important;
}

.product-special_content {
  margin: 55px 0 0 15px;
}

.special_content-text {
  margin-top: 64px;
}

.special_content-text .title {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.special_content-text .Description {
  margin: 20px 0 35px 0;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.special_content-image img {
  margin-top: -31px;
  width: auto;
  height: 480px;
}


/* product-reason */
.product-reason .product-title {
  margin-bottom: 102px;
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.reason-main {
  height: 300px;
}

.reason-main li {
  width: 260px;
  text-align: center;
  margin-right: 48px;
}

.reason-main li:last-child {
  margin-right: unset;
}

.reason-main li img {
  width: 120px;
  height: 120px;
}

.reason-main li .title {
  margin-bottom: 12px;
  color: #333;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.reason-main li .dec {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* comment */
.comment {
  padding-top: 60px;
  background-color: #F2F6FE;
  background-size: 100% 100%;
  height: 462px;
}

.comment-title {
  margin-bottom: 60px;
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

.comment-wrapper {
  width: 1160px;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.comment-arrow {
  float: left;
  width: 40px;
  height: 70px;
  cursor: pointer;
  margin-top: 60px;
}

.comment-arrow-left {
  margin-right: 20px;
}

.comment-arrow-right {
  margin-left: 20px;
}

.comment-item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  height: 210px !important;
  box-sizing: border-box;
  margin: 0 10px;
}

.comment-header {
  overflow: hidden;
}

.comment-head {
  height: 60px;
  width: 60px;
  border-radius: 30px;
  float: left;
  margin-right: 14px;
}

.comment-info {
  float: left;
  width: 200px;
}

.comment-des {
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
}

.comment-name {
  font-size: 18px;
  color: #333333;
  margin-top: 7px;
}

.comment-job {
  height: 24px;
  line-height: 24px;
  margin-top: 4px;
  font-size: 14px;
  color: #666666;
}

.comment-score {
  float: right;
  margin-top: 32px;
}

.comment-score-star {
  width: 37px;
  height: 23px;
  margin-right: 9px;
}

.comment-content {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

/* sence */
.product-sence {
  margin-top: 80px;
}

.product-sence .title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sence-main {
  margin-top: 40px;
}

.sence-main ul:last-child {
  margin-top: 36px;
}

.sence-main ul:first-child img {
  width: 580px;
  height: 340px;
}

.sence-main ul:last-child img {
  width: 372px;
  height: 320px;
}

.sence-main ul li:last-child {
  margin-right: unset;
}



.side-mask-qq:hover>.side-mask-qq-item {
  opacity: 1;
  pointer-events: all;
}

.side-mask-service:hover>.side-mask-service-item {
  opacity: 1;
  pointer-events: all;
}

.side-mask-wrapper {
  position: absolute;
  padding: 13px 16px;
  background: #5DA2FF;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  right: 70px;
  opacity: 0;
  pointer-events: none;
}

.side-mask-item {
  margin-right: 15px;
}

.side-mask-img {
  width: 26px;
}

@media screen and (min-width: 1920px) {
  .banner-image {
    background-size: 100% auto;
  }

  .banner-img {
    width: 100%;
  }

  .product-reason {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 1280px) {
  .banner-picture {
    width: 758px;
    right: 30px;
  }
}

/* footer */
.outer-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: rgb(250, 250, 250);
  padding: 50px 0;
  min-width: 1240px;
}

.outer-footer-content {
  width: 1240px;
}

.outer-footer-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.outer-footer-main p {
  color: #222;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}

.outer-footer-main a {
  margin-top: 27px;
}

.footer-text {
  display: none;
}

.outer-footer-content .horizontal-line {
  margin: 52px 0 20px 0;
  width: 1240px;
  height: 1px;
  background: #EBEBEB;
}

.outer-footer-record {
  text-align: center;
}

.outer-footer-record>p {
  color: rgba(51, 51, 51, 0.60);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.outer-footer-record>p:last-child {
  margin-top: 10px;
}

.record-info {
  margin-top: 40px;
}
.record-info p {
  font-size: 14px;
}

/* scroll */
.page-scroll {
  box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
  background-color: #ffffff;
  background-image: unset;
}
.page-top {
  box-shadow: unset;
  background-color: unset;   
}