/*+++++++++++++++++++++++++++++++++++
+      icon base
 ++++++++++++++++++++++++++++++++++++*/
.icon-hot {
  display: inline-block;
  width: 50px;
  height: 63px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/icon/icon-hot-default-a7f4634f1ef0490de61f9e75265e8499.png);
}
.icon-activity {
  display: inline-block;
  width: 50px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/icon/icon-activity-default-88733d7a1806b9b4c7663bcc2be66e5f.png);
}
.icon-master {
  display: inline-block;
  width: 50px;
  height: 44px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/icon/icon-master-default-03e0a9efbb366cbbaecb960f23e4e9b8.png);
}
.icon-time {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/icon/icon-time-default-09e0903e71ddea8dc4cdb468bd1b44bf.png);
}
.icon-video {
  display: inline-block;
  width: 50px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/icon/icon-video-default-631fc77856912ded934fbf0c31747391.png);
}
.icon-hot.selected {
  display: inline-block;
  width: 50px;
  height: 63px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/icon/icon-hot-8016a6f168c934121e9d56af84f0a523.png);
}
.icon-activity.selected {
  display: inline-block;
  width: 50px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/icon/icon-activity-cf3868357a020d06e893c97b2baa99d7.png);
}
.icon-master.selected {
  display: inline-block;
  width: 50px;
  height: 44px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/icon/icon-master-baeef5efeaca167ee0bd4b8d8793ee97.png);
}
.icon-time.selected {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/icon/icon-time-377511a15269f277ffc5e9f4fb90bbf6.png);
}
.icon-video.selected {
  display: inline-block;
  width: 50px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/icon/icon-video-1fddeb023dcc0fe88e5e8041c16e595f.png);
}
.icon-drop-down {
  display: inline-block;
  width: 22px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/icon/icon-drop-down-ac3a18ec2a82a4895d80345450e94437.png);
}
.icon-file-pdf {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/font/icon/pdf-2b6867848677ab8f4472926ee59d8e1f.svg);
}
.leyan {
  position: relative;
}
@media screen and (min-width: 1700px) {
  .leyan .navbar-default {
    background-color: transparent;
    border-bottom: none;
  }
}
.navbar-default .navbar-middle .arr-sup span {
  color: #000000;
}
.navbar-default .navbar-middle .dropdown-menu {
  box-shadow: none;
}
.navbar-default .navbar-right a:hover {
  color: #E99122 !important;
}
.navbar-default .modal-frame .product-modal {
  top: 0;
}
.banner .item img {
  width: 100%;
  height: 100%;
}
.banner .carousel-indicators {
  z-index: 1;
}
.banner .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ddd;
  border-radius: 0;
  border: 0 solid #fff;
  transform: rotate(45deg);
  margin: 0 15px;
}
.banner .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0 15px;
  background-color: #e99122;
}
.banner .carousel-control {
  opacity: 0.2;
  width: 11%;
}
.banner .carousel-control:hover {
  opacity: 0.9;
}
.banner .carousel-control:hover .iconfont {
  color: #e99122;
}
.banner .carousel-control .iconfont {
  display: inline-block;
  top: 39%;
  opacity: 0.8;
  font-size: 44px;
}
.banner .banner-target-box {
  max-width: 75%;
  /* margin: 105px auto 220px auto; */
  position: absolute;
  width: 100%;
  height: 600px;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .banner-target-box .target-item {
  position: absolute;
  width: 13%;
  height: calc(100% - 50px);
}
.banner .banner-target-box .target-item:not(:nth-child(1)):nth-child(odd) {
  top: 10px;
}
.banner .banner-target-box .target-item:nth-child(even) {
  top: 100px;
}
.banner .banner-target-box .target-item:nth-child(1) {
  left: 0;
}
.banner .banner-target-box .target-item:nth-child(2) {
  left: calc(12% * 1 + 5px);
}
.banner .banner-target-box .target-item:nth-child(3) {
  left: calc(12% * 2 + 7px);
}
.banner .banner-target-box .target-item:nth-child(4) {
  left: calc(12% * 3 + 11px);
}
.banner .banner-target-box .target-item:nth-child(5) {
  left: calc(12% * 4 + 13px);
}
.banner .banner-target-box .target-item:nth-child(6) {
  left: calc(12% * 5 + 17px);
}
.banner .banner-target-box .target-item:nth-child(7) {
  left: calc(12% * 6 + 19px);
}
.banner .banner-target-box .target-item:nth-child(8) {
  left: calc(12% * 7 + 23px);
}
@media screen and (max-width: 2400px) {
  .banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1400px) {
  .carousel-inner .banner-target-box {
    top: 140px;
    height: 460px;
  }
  .carousel-inner .banner-target-box .target-item {
    height: calc(100% - 60px);
  }
  .carousel-inner .banner-target-box .target-item:nth-child(even) {
    top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .carousel-inner .banner-target-box {
    top: 120px;
    height: 400px;
  }
  .carousel-inner .banner-target-box .target-item:nth-child(even) {
    top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .carousel-inner .banner-target-box {
    top: 100px;
    height: 330px;
  }
  .carousel-inner .banner-target-box .target-item:nth-child(even) {
    top: 55px;
  }
  .carousel-inner .banner-target-box .target-item {
    height: calc(100% - 50px);
  }
}
@keyframes jianbian {
  0% {
    transform: rotate(45deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(45deg) translate3d(-2px, -2px, 6px);
    -webkit-transform: rotate(45deg) translate3d(-2px, -2px, 6px);
  }
}
@keyframes popActive {
  0% {
    transform: rotate(0deg) perspective(0px) translate3d(0, 0, 0);
    -webkit-transform: rotate(0deg) perspective(0px) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) perspective(1000px) translate3d(0, -2px, 0);
    -webkit-transform: rotate(0deg) perspective(1000px) translate3d(0, -2px, 0);
  }
}
.product-service {
  width: 100%;
  height: 686px;
  padding: 60px 0 60px 0;
  background: url(/images/pro_cat_bg-2c33be71d882333a5614c4a21aec91f4.png) no-repeat center top;
  /* IE 9 */
  /* Firefox */
  /* Safari 和 Chrome */
  /* Opera */
}
@media screen and (max-width: 1200px) {
  .product-service {
    height: auto;
    background: none;
  }
}
.product-service .p-title {
  text-align: center;
}
.product-service .p-title p {
  margin-bottom: 0;
  font: normal 32px/36px Arial, sans-serif;
  color: #3e3a39;
}
.product-service .p-title h2 {
  margin-top: 18px;
  margin-bottom: 71px;
  text-align: left;
  font-size: 32px;
  font-weight: 500;
}
.product-service .p-title .p-chart .col-5 {
  width: 20%;
}
.product-service .p-title .p-chart .row {
  padding: 0 114px;
}
.product-service .p-title .p-chart .row .col-md-3 {
  padding-right: 36px;
  padding-left: 29px;
}
.product-service .p-title .p-chart .row .col-md-3:first-child a span {
  width: 100px;
}
.product-service .p-title .p-chart .row .col-md-3:nth-child(3) a span {
  width: 86%;
}
.product-service .p-title .p-chart .row .col-md-3:nth-child(4) a span {
  width: 86%;
}
.product-service .p-title .p-chart .row .col-md-3:nth-child(5) a span {
  width: 110px;
}
.product-service .p-title .p-chart .row .col-md-3:nth-child(2) a span {
  width: 110px;
}
.product-service .p-title .p-chart .row .col-md-3:nth-child(2) a:hover span {
  color: #FFFFFF;
}
.product-service .p-title .p-chart .row .col-md-3:nth-child(3) a:hover span {
  color: #FFFFFF;
}
.product-service .p-title .p-chart .row .col-md-3:nth-child(5) a span {
  width: 100px;
}
.product-service .p-title .p-chart .row .col-md-3 a {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
}
.product-service .p-title .p-chart .row .col-md-3 a:hover {
  -webkit-transform: translateZ(-24px) rotateX(45deg);
  background: #fe9f28;
  box-shadow: 5px 5px 22px 2px rgba(234, 230, 222, 0.82);
  cursor: pointer;
  animation: jianbian 0.2s linear 1 forwards;
  -webkit-animation: jianbian 0.2s linear 1 forwards;
}
.product-service .p-title .p-chart .row .col-md-3 a:active {
  background: #ffb559;
}
.product-service .p-title .p-chart .row .col-md-3 a span {
  color: #ffffff;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  /* Opera */
  backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.product-service .p-title .p-chart .row .first a:hover::after {
  background: #fe9f28;
  box-shadow: 5px 5px 22px 2px rgba(234, 230, 222, 0.82);
  cursor: pointer;
  animation: jianbian 0.2s linear 1 forwards;
  -webkit-animation: jianbian 0.2s linear 1 forwards;
}
.product-service .p-title .p-chart .row .first a:active::after {
  background: #ffb559;
}
.product-service .p-title .p-chart .row .first a:hover span {
  color: #FFFFFF;
}
.product-service .p-title .p-chart .row .fourth a:hover::after {
  background: #fe9f28;
  box-shadow: 5px 5px 22px 2px rgba(234, 230, 222, 0.82);
  cursor: pointer;
  animation: jianbian 0.2s linear 1 forwards;
  -webkit-animation: jianbian 0.2s linear 1 forwards;
}
.product-service .p-title .p-chart .row .fourth a:active::after {
  background: #ffb559;
}
.product-service .p-title .p-chart .row .fourth a:hover span {
  color: #FFFFFF;
}
.product-service .p-title .p-chart .two {
  margin-top: 50px;
  padding: 0 240px;
}
.product-service .p-title .p-chart .two .col-5 a:hover::after {
  background: #fe9f28;
  box-shadow: 5px 5px 22px 2px rgba(234, 230, 222, 0.82);
  cursor: pointer;
  animation: jianbian 0.2s linear 1 forwards;
  -webkit-animation: jianbian 0.2s linear 1 forwards;
}
.product-service .p-title .p-chart .two .col-5 a:active::after {
  background: #ffb559;
}
.product-service .p-title .p-chart .two .col-5 a:hover span {
  color: #FFFFFF;
}
.product-service .p-title .p-chart .two .t-first a:hover::after {
  background: #fe9f28;
  box-shadow: 5px 5px 22px 2px rgba(234, 230, 222, 0.82);
  cursor: pointer;
  animation: jianbian 0.2s linear 1 forwards;
  -webkit-animation: jianbian 0.2s linear 1 forwards;
}
.product-service .p-title .p-chart .two .t-first a:active::after {
  background: #ffb559;
}
.product-service .p-title .p-chart .two .t-first a:hover span {
  color: #FFFFFF;
}
.product-service .p-title .p-chart .two .t-fifth a:hover::after {
  background: #fe9f28;
  box-shadow: 5px 5px 22px 2px rgba(234, 230, 222, 0.82);
  cursor: pointer;
  animation: jianbian 0.2s linear 1 forwards;
  -webkit-animation: jianbian 0.2s linear 1 forwards;
}
.product-service .p-title .p-chart .two .t-fifth a:active::after {
  background: #ffb559;
}
.product-service .p-title .p-chart .two .t-fifth a:hover span {
  color: #FFFFFF;
}
.new-products {
  width: 100%;
  padding-top: 40px;
}
.new-products:first-child {
  padding-top: 50px;
}
.new-products .right-spacing {
  padding-right: 13px;
  margin-top: 6px;
}
.new-products .n-main {
  position: relative;
}
.new-products .n-main .n-icon {
  margin-bottom: 0;
  color: #3e3a39;
  text-align: center;
}
.new-products .n-main h2 {
  text-align: left;
  font-weight: 500;
}
.new-products .n-main .n-list .common-products {
  padding: 0;
}
.new-products .n-main .n-list .common-products .col-md-2 {
  padding: 0 15px;
  border-bottom: 10px solid #ffffff;
  transition: all 2s ease-in-out;
}
.new-products .n-main .n-list .common-products .col-md-2 .p-img {
  display: block;
  height: 100%;
  background-color: #f9fafd;
  position: relative;
}
.new-products .n-main .n-list .common-products .col-md-2 .p-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(197, 207, 232, 0.1);
  display: block;
  max-width: 100%;
}
.new-products .n-main .n-list .common-products .col-md-2 .p-img span {
  z-index: 9;
  width: 36px;
  height: 20px;
  position: absolute;
  border-radius: 4px;
  right: 10px;
  top: 10px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 10px;
}
.new-products .n-main .n-list .common-products .col-md-2 .p-img span:first-child {
  background-color: #f5c057;
  display: none;
}
.new-products .n-main .n-list .common-products .col-md-2 .p-img span:nth-child(2) {
  background-color: #F55858;
  display: none;
}
.new-products .n-main .n-list .common-products .col-md-2 .p-info {
  line-height: 46px;
  height: 46px;
  width: 100%;
  margin-bottom: 0;
}
.new-products .n-main .n-list .common-products .col-md-2 .p-info span:first-child {
  float: left;
}
.new-products .n-main .n-list .common-products .col-md-2 .p-info span:nth-child(2) {
  float: right;
  color: #F55858;
  font-weight: bold;
}
.new-products .n-main .n-list .common-products .col-md-2 h5 {
  font-weight: bold;
  margin: 0;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new-products .n-main .n-list .common-products .col-md-2 .price {
  font-size: 10px;
  color: #e99122;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.new-products .n-main .n-list .common-products .col-md-2 .price span {
  font-size: 14px;
  font-weight: bold;
}
.new-products .n-main .n-list .common-products .col-md-2 .p-btn {
  width: 100%;
  padding-top: 20%;
  position: relative;
}
.new-products .n-main .n-list .common-products .col-md-2 .p-btn a:first-child {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  color: #3e3a39;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-products .n-main .n-list .common-products .col-md-2 .p-btn a:first-child:hover {
  text-decoration: none;
  background-color: #F5C057;
  border-color: #F5C057;
}
.new-products .n-main .n-list .common-products .col-md-2 .p-btn a:last-child {
  color: #3e3a39;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20%;
  height: 100%;
  float: right;
  border-radius: 4px;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-products .n-main .n-list .common-products .col-md-2 .p-btn a:last-child:hover {
  text-decoration: none;
  background-color: #E99122;
}
.new-products .n-main .n-list .more {
  width: 100%;
  margin-top: 57px;
}
.new-products .n-main .n-list .more a {
  display: block;
  margin: auto;
  height: 100%;
  max-width: 177px;
  text-align: center;
  line-height: 45px;
  color: #FE9F28;
  border-radius: 4px;
  user-select: none;
  border: 1px solid #FE9F28;
  background: none;
  font-size: 14px;
}
.new-products .n-main .n-list .more a span {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 0;
}
.new-products .n-main .n-list .more a .right-arrow {
  font-size: 17px !important;
  margin-left: 10px;
  font-weight: 600;
}
.new-products .n-main .n-list .more a:hover {
  text-decoration: none;
  background: #fe9f28;
  color: #FFFFFF;
}
.new-products .n-main .n-list .more a:active {
  background: #ffb559;
  outline: none;
}
.integral-trends {
  background-color: #FFFFFF;
  padding-bottom: 64px;
}
.integral-trends .i-main .row {
  padding-top: 60px;
  /*++++++++++++++++++++++++++++++++++++
            +
            +               公共的顶部P的样式
            +
            ++++++++++++++++++++++++++++++++++++++*/
}
.integral-trends .i-main .row .com-p {
  margin-bottom: 40px;
}
.integral-trends .i-main .row .com-p .more-cn {
  font-weight: 500;
}
.integral-trends .i-main .row .com-p span {
  font-size: 32px;
  vertical-align: middle;
}
.integral-trends .i-main .row .com-p a {
  float: right;
  width: 100px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  text-align: center;
  color: #3e3a39;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
.integral-trends .i-main .row .com-p a:hover {
  text-decoration: none;
  color: #fe9f28;
}
.integral-trends .i-main .row .com-p a span {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 0;
}
.integral-trends .i-main .row .com-p a .iconfont {
  font-size: 16px;
  padding-right: 1px;
}
.integral-trends .i-main .row .integral .row {
  padding-top: 0;
}
.integral-trends .i-main .row .integral .row .col-md-4:hover .i-img {
  border-top: 2px solid #F5C057;
}
.integral-trends .i-main .row .integral .row .col-md-4 .i-img {
  border-top: 2px solid #DBDBDB;
  width: 210px;
  height: 210px;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.integral-trends .i-main .row .integral .row .col-md-4 h3 {
  font-size: 14px;
  color: #3E3A39;
  font-weight: bold;
  margin-top: 19px;
}
.integral-trends .i-main .row .integral .row .col-md-4 p {
  margin-top: 31px;
  margin-bottom: 14px;
  color: #E99122;
}
.integral-trends .i-main .row .integral .row .col-md-4 p span {
  margin-left: 0;
  font-size: 16px;
  vertical-align: middle;
}
.integral-trends .i-main .row .integral .row .col-md-4 .btn-a {
  display: block;
  width: 210px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: #FFFFFF;
  font-size: 14px;
  border-radius: 4px;
  color: #3E3A39;
  border: 1px solid #DBDBDB;
}
.integral-trends .i-main .row .integral .row .col-md-4 .btn-a:hover {
  text-decoration: none;
  background-color: #F5C057;
  color: #ffffff;
}
.integral-trends .i-main .row .trends .row {
  padding-top: 0;
}
.integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul {
  margin-bottom: 0;
  padding-left: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 25px;
}
.integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li {
  list-style: none;
  padding-top: 33px;
}
.integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li .t-left {
  float: left;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #5C595B;
  margin-right: 40px;
}
.integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li .t-left h3 {
  margin-top: -5px;
  font-size: 31px;
  margin-bottom: 0px;
}
.integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li .t-left p {
  font-size: 14px;
  font-weight: 600;
}
.integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li .t-right {
  padding-left: 120px;
}
.integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li .t-right h6 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 16px;
  color: #3E3A39;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li .t-right h6:hover {
  color: #fe9f28;
}
.integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li .t-right .linebox {
  height: 2px;
  width: 20px;
  background-color: #F5C057;
  margin-bottom: 16px;
}
.integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li .t-right .trends-txt {
  margin-bottom: 28px;
  font-size: 14px;
  color: #5C595B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
  max-height: 60px;
}
.partners {
  margin-top: 35px;
  width: 100%;
  height: 100%;
  padding-top: 21px;
  background: #f5f5f5;
  position: relative;
}
.partners .sales-service {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
}
.partners img {
  image-rendering: -webkit-optimize-contrast;
}
.partners .p-main {
  position: relative;
}
.partners .p-main .p-title {
  position: absolute;
  top: 0px;
  left: 16%;
  transform: translateX(-50%);
}
.partners .p-main .p-title h3 {
  text-align: left;
  margin-top: 36px;
  margin-bottom: 40px;
  font-weight: 500;
}
.partners .p-main .leyan-quality {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 200%);
}
.quality-service {
  padding-top: 30px!important;
}
.quality-service .q-img {
  height: 82px;
  margin-bottom: 97px;
}
.quality-service .q-img img {
  margin: 0 auto;
  display: block;
}
.quality-service .ly-service {
  margin-bottom: 49px;
}
.quality-service .ly-service .row .s-five {
  width: 20%;
  text-align: center;
}
.quality-service .ly-service .row .s-five .p-1 {
  margin-bottom: 17px;
}
.quality-service .ly-service .row .s-five .p-1 span {
  font-size: 24px;
}
.quality-service .ly-service .row .s-five h5 {
  font-size: 14px;
  font-weight: bold;
  color: #3E3A39;
  margin-top: 0;
  margin-bottom: 0;
}
.quality-service .ly-service .row .s-five .p-2 {
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 14px;
  color: #3E3A39;
}
/*.side-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);

    margin-right: 10px;

    box-shadow: 0px -4px 12px 5px rgba(217, 212, 198, 0.43);
    .gotoTop{
        span{
            box-shadow: 0px 5px 12px 5px rgba(217, 212, 198, 0.43);
        }

    }
    .img-gif{

        img{
            width: 94px;
            height: 120px;
        }
        .nav-gif{
            display: none;
        }
    }

    ul {
            li:first-child{
                span{

                        border-top-left-radius: 4px;
                        border-top-right-radius: 4px
                }
            }


        li:nth-child(6){
            span {
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
            }
        }

        li {
            list-style: none;
            a {
                span {
                    display: inline-block;
                    height: 60px;
                    width: 60px;
                    background-color: #F5C157;
                    color: #eff8f4;
                    text-align: center;
                    line-height: 60px;
                }
            }
        }
    }
}*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                                                       +
+                                                       +
+                                                       +
+                                                       +
+                        media                       +
+                                                       +
+                                                       +
+                                                       +
+                                                       +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+                       产品服务
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1700px) {
  .product-service .p-title .p-chart .row .col-md-3 a {
    width: 120px;
    height: 120px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1600px) {
  .new-products .n-main .n-list .common-products .col-md-2 .p-img span {
    width: 30px;
    height: 20px;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .product-service .p-title .p-chart .row .col-md-3 a {
    width: 90px;
    height: 90px;
  }
  .product-service .p-title .p-chart .row a span {
    font-size: 12px;
  }
  .product-service .p-title .p-chart .two {
    margin-top: 30px;
    padding: 0 150px;
  }
  .product-service .p-title .p-chart .row .col-md-3 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .product-service .p-title .p-chart .col-5 {
    width: 25%;
  }
  .product-service .p-title .p-chart .row {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-service .p-title .p-chart .row a span {
    font-size: 12px;
  }
  .product-service .p-title .p-chart .col-5 {
    width: 50%;
  }
  .product-service .p-title .p-chart .row .col-md-3 a {
    width: 90px;
    height: 90px;
  }
  .product-service {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .product-service .p-title .p-chart .row .col-md-3 {
    margin-bottom: 26px;
  }
  .product-service .p-title .p-chart .two {
    margin-top: 0;
  }
  .product-service .p-title p img {
    width: 26px;
    height: 28px;
  }
  .product-service .p-title h2 {
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 25px;
  }
  .new-products .n-main .n-icon img {
    width: 26px;
    height: 28px;
  }
  .new-products .n-main h2 {
    font-size: 20px;
    margin-top: 6px;
  }
  .integral-trends .i-main .row .com-p img {
    width: 26px;
    height: 28px;
  }
  .integral-trends .i-main .row .com-p span {
    font-size: 20px;
  }
  .integral-trends .i-main .row .com-p a {
    margin-top: 0;
  }
  .partners .p-main .p-title p {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 783px) {
  .p-title {
    padding-right: 30px;
  }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+                          积分与动态
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px) {
  .integral-trends .i-main .row .com-p a {
    width: 90px;
    height: initial;
    line-height: 30px;
  }
  .integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li {
    padding-top: 8px;
  }
  .integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li .t-left {
    width: 70px;
    height: 70px;
    padding: 10px 0;
  }
  .integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li .t-right .trends-txt {
    margin-bottom: 8px;
  }
  .integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li .t-right h6 {
    margin-bottom: 8px;
  }
  .integral-trends .i-main .row .trends .row .col-md-10 .trends-main ul li .t-right .linebox {
    margin-bottom: 8px;
  }
  .integral {
    display: none;
  }
  .new-products .n-main .n-list .more a {
    max-width: initial;
    line-height: 36px;
  }
}
@media screen and (max-width: 992px) {
  .trends {
    margin-top: 20px;
  }
  .integral-trends .i-main .row {
    padding-top: 0;
  }
  .integral-trends {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .integral-trends .i-main .row .integral .row .col-md-4 .i-img {
    width: 126px;
    height: 126px;
  }
  .integral-trends .i-main .row .integral .row .col-md-4 a {
    width: 100%;
  }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+                          合作伙伴
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1200px) {
  .partners .p-main .p-title {
    margin-top: -30px;
  }
  .partners .p-main .p-title h2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .partners {
    padding: 20px 0;
  }
  .partners .p-main img {
    margin-top: 30px;
  }
  .partners .p-main .p-title {
    margin-top: -30px;
  }
  .partners .p-main .p-title h2 {
    font-size: 20px;
    margin-top: -10px;
  }
  .partners .p-main .p-title p img {
    width: 26px;
    height: 28px;
  }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+                          New index page style
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.home-h1 {
  font-size: 62.4px;
}
.home-h2 {
  font-size: 51.6px;
}
.home-h3 {
  font-size: 39.6px;
}
.home-h4 {
  font-size: 36px;
}
.home-h5 {
  font-size: 30px;
}
.f20 {
  font-size: 20px;
}
.is-actived {
  background-color: #f6c157;
  color: #ffffff;
}
.rotate180 {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .home-h1 {
    font-size: 52px;
  }
  .home-h2 {
    font-size: 42px;
  }
  .home-h3 {
    font-size: 34px;
  }
  .home-h4 {
    font-size: 30px;
  }
  .home-h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .home-h1 {
    font-size: 46px;
  }
  .home-h2 {
    font-size: 36px;
  }
  .home-h3 {
    font-size: 28px;
  }
  .home-h4 {
    font-size: 24px;
  }
  .home-h5 {
    font-size: 20px;
  }
}
/*++++++++++++++++++++++++++++
      home common style
++++++++++++++++++++++++++++*/
.wrapper-fluid img {
  display: block;
  max-width: 100%;
  height: auto;
}
.partner-banner-carousel {
  margin-top: 100px;
}
.partner-banner-carousel .home-h2 {
  padding-bottom: 55px;
  text-align: center;
}
.partner-banner-carousel .iconfont {
  display: block;
  width: 85px;
  height: 113px;
  background-size: cover;
}
.partner-banner-carousel .carousel-control-prev,
.partner-banner-carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  transition: opacity 0.15s ease;
}
.partner-banner-carousel .swiper-button-prev,
.partner-banner-carousel .swiper-button-next {
  width: 35px;
  height: 45px;
}
.partner-banner-carousel .swiper-button-prev {
  left: 0;
}
.partner-banner-carousel .swiper-button-next {
  right: 0;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.partner-arrow-left {
  width: 35px;
  height: 45px;
  background: url("/images/icon/icon-carousel-prev-a8652a8c9ae473954c4d64b644fc6848.png") no-repeat;
  background-size: cover;
}
.partner-arrow-right {
  width: 35px;
  height: 45px;
  background: url("/images/icon/icon-carousel-next-a372f738f48b1f79f779b779268e50ef.png") no-repeat;
  background-size: cover;
}
.icon-activity-time {
  display: inline-block;
  width: 34px;
  height: 31px;
  background: url("/images/icon/icon-activity-time-2e85380f72d54153ff4f21bbbbc2bfc6.jpg") no-repeat;
  vertical-align: middle;
}
.btn-more {
  font-size: 30px;
  cursor: pointer;
  line-height: normal;
  border-radius: 10px;
  background-color: #fe9f28;
}
.btn-more:focus {
  outline: 0;
  border: none;
}
.btn-outline-primary {
  position: relative;
  width: fit-content;
  padding: 10px 25px;
  border: 1px solid #f6c157;
  color: #ECA245;
  background-color: transparent;
  overflow: hidden;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  flex: none;
  z-index: 0;
}
.btn-outline-primary .batch-text {
  font-size: 25px;
}
.btn-outline-primary a {
  color: inherit;
}
.btn-outline-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
  width: 100%;
  height: 100%;
  background-color: #E99122;
  transition: all 0.29s ease-in;
  border-radius: 28px;
  z-index: -1;
}
.btn-outline-primary:hover {
  color: #ffffff;
  transition: all 0.29s ease-in;
}
.btn-outline-primary:hover:before {
  transform: translate(0, 0);
}
.home-partner .carousel-inner img {
  margin: 0 auto;
}
.home-tab-wrapper {
  margin-top: 30px;
}
.home-tab-list {
  gap: 15px;
}
.home-tab-list .tab-item {
  position: relative;
  min-height: 90px;
  padding: 15px 30px;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(217, 212, 198, 0.4);
  cursor: pointer;
}
.home-tab-list .tab-item > h5 {
  padding-left: 8px;
}
.content-wrapper {
  margin-top: 30px;
}
.content-wrapper .content-group:nth-child(n+2) {
  display: none;
}
.content-wrapper .content-group > h2 {
  padding-bottom: 55px;
  color: #fe9f28;
  text-align: center;
  background-color: #fff;
}
.content-wrapper .home-hot {
  background: #f5f5f5;
}
.content-wrapper .home-hot .new-products {
  display: none;
}
.content-wrapper .home-hot > div.new-products:nth-of-type(-n+2) {
  display: block !important;
}
.home-pro-tit {
  padding-bottom: 45px;
}
.home-pro-tit .btn-outline-primary {
  margin-left: 15px;
}
.btn-fold {
  position: relative;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  color: #f6c157;
  cursor: pointer;
}
.btn-fold > span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
}
.btn-fold > p {
  width: fit-content;
  margin: 0 auto 20px;
}
.btn-fold:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
}
.company-profile {
  width: 100%;
  background-color: #ffffff;
}
.company-profile > div {
  gap: 290px;
}
.company-profile .mod-left {
  max-width: 700px;
  padding-top: 80px;
}
.company-profile .mod-left .home-h2 {
  padding-bottom: 30px;
}
.company-profile .mod-left > p {
  padding-bottom: 18px;
}
.company-profile .mod-left .btn-outline-primary {
  margin-top: 30px;
  margin-left: 0;
}
.company-profile .product-intro-wrap {
  column-count: 2;
  padding-top: 18px;
  padding-bottom: 30px;
}
.company-profile .product-intro-wrap > li {
  break-inside: avoid;
  font-size: 20px;
}
.company-profile .product-intro-wrap > li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  background-color: #f6c157;
}
.company-profile .bg-gradients {
  position: relative;
  float: right;
  height: 686px;
  width: 669px;
  background: url("/images/web/home-new-02-fda2887a01eaacef4f88b4aec3b685dc.jpg") no-repeat;
  background-size: cover;
  z-index: 1;
}
.company-profile .bg-gradients img {
  z-index: 99;
  margin-top: 50px;
  margin-left: -200px;
  border-radius: 10px;
}
.company-profile .bg-gradients:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
  background-image: linear-gradient(to right, #f7df7d 0%, #f58635 100%);
}
.email-marketing-wrapper {
  padding-top: 70px;
  background-color: #ffeecd;
}
.email-marketing-cont {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.email-marketing-cont h3 {
  line-height: 1.5;
  text-align: center;
  padding-bottom: 30px;
}
.email-marketing-cont .email-input {
  flex-grow: 1;
  height: 60px;
  padding-left: 14px;
  border: 1px solid #4b463c;
  border-right: none;
  font-size: 20px;
  background-color: #ffffff;
}
.email-marketing-cont .email-input::placeholder {
  color: #737373;
}
.email-marketing-cont .btn-email {
  min-width: 100px;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #4b463c;
  border-left: none;
  border-radius: 0;
  font-size: 20px;
  text-align: center;
  line-height: 2.9;
  background-color: #fe9f28;
}
.email-marketing-cont .btn-email > a {
  color: #ffffff;
}
.email-marketing-cont label {
  font-size: 25px;
  font-weight: normal;
}
.regular-tip {
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 18px;
  color: #737373;
  line-height: 1.7;
}
@media screen and (min-width: 2400px) {
  .company-profile > div {
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .home-tab-list .tab-item {
    flex: 1;
  }
}
@media screen and (max-width: 1440px) {
  .home-tab-list .tab-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .company-profile {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .home-tab-list .tab-item {
    flex: none;
  }
  .company-profile > div {
    gap: 45px;
  }
  .company-profile .mod-left {
    max-width: 100%;
    padding: 0 15px 40px 15px;
  }
  .company-profile .bg-gradients {
    width: 100%;
  }
  .company-profile .bg-gradients img {
    margin-left: -50px;
  }
  .email-marketing-wrapper {
    padding: 0 15px;
  }
  .email-marketing-wrapper .input-box .email-input {
    font-size: 18px;
  }
  .email-marketing-wrapper .input-box .batch-text {
    font-size: 18px;
  }
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}
.email-modal .modal-header {
  padding: 8px 10px 8px 0;
}
.email-succeed-tip {
  color: #E99122;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 991px) {
  .company-profile .mod-left {
    flex: none;
  }
  .company-profile .bg-gradients {
    width: 100%;
    height: 100%;
  }
  .company-profile .bg-gradients img {
    margin: 0;
    max-width: 100%;
  }
  .tab-item {
    width: calc(50% - 15px);
  }
  .btn-outline-primary {
    padding: 8px;
  }
  .btn-outline-primary .batch-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tab-item {
    width: 100%;
  }
  .company-profile .mod-left {
    padding-left: 0;
    padding-right: 0;
  }
}
/*++++++++++++++++++++++++++++
      home page-02 style
++++++++++++++++++++++++++++*/
.btn-home-primary {
  display: inline-block;
  padding: 15px 20px;
  font-size: 30px;
  cursor: pointer;
  line-height: normal;
  border-radius: 10px;
  background-color: #fe9f28;
  color: #ffffff;
}
.btn-home-primary:focus {
  outline: 0;
  border: none;
}
.btn-home-primary:hover {
  color: inherit;
}
.partner-head-box {
  position: relative;
  padding: 40px 0;
  background: url(/images/web/partner-head-9350dc85d2d45fc6c732430ac4562d2d.jpg) no-repeat center;
  background-size: cover;
}
.partner-head-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(246, 193, 87, 0.8);
}
.home-partner .swiper-button-prev:after,
.home-partner .swiper-button-next:after {
  display: none;
}
.partner-head-cont {
  z-index: 1;
}
.partner-head-cont .mod-left {
  padding-right: 40px;
  color: #ffffff;
}
.partner-head-cont .mod-left > h2 {
  line-height: 1.5;
  color: inherit;
}
.partner-head-cont .mod-left > p {
  padding-bottom: 50px;
  line-height: 1.8;
  font-size: 20px;
}
.partner-head-cont .mod-right {
  min-width: 500px;
  gap: 37px;
}
.partner-head-cont .mod-right > div {
  width: 50%;
}
.partner-info-card {
  min-height: 237px;
  padding: 33px 0 0 34px;
  margin-bottom: 37px;
  border-radius: 8px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff url(/images/web/partner-info-bg-4d71dd95809ffd37c02d3e8531677a8b.png) no-repeat 25% 33%;
  background-size: cover;
}
.partner-info-card + .partner-info-card {
  margin-bottom: 0;
}
.partner-info-card > img {
  width: 66px;
  height: 66px;
  border-radius: 8px;
  box-shadow: 0 0 3px 1px rgba(217, 212, 198, 0.2);
}
.partner-info-card .partner-name {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
}
.partner-info-card > p {
  padding-bottom: 8px;
  font-size: 14px;
  color: #494949;
}
.partner-info-card .check-link {
  color: #fe9f28;
}
.partner-article-box {
  padding-top: 75px;
  padding-bottom: 45px;
}
.partner-article-box .home-h5 {
  margin-bottom: 40px;
}
.partner-article-box .partner-article-list {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.partner-article-box .btn-article-arrow {
  width: 140px;
  margin: 30px auto 40px auto;
}
.partner-article-box .carousel-control-prev,
.partner-article-box .carousel-control-next {
  display: inline-block;
  width: 20px;
}
.partner-article-box .article-arrow-left {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border: 12px solid transparent;
  border-right-width: 12px;
  border-right-color: #fe9f28;
}
.partner-article-box .article-arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border: 12px solid transparent;
  border-left-width: 12px;
  border-left-color: #fe9f28;
}
.partner-article-box .article-item {
  border-top: 1px solid #e5e5e5;
}
.partner-article-box .article-item > a {
  padding: 15px 0 15px 0;
  font-size: 16px;
}
.partner-article-box .article-item > a:hover {
  color: #fe9f28;
}
.partner-article-box .article-item > a:before {
  content: "";
  display: inline-block;
  flex: none;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: url(/images/trends/pic_74-8190fa61ccd35ba9e1f15bafbcd0a6ae.png) no-repeat;
}
.partner-article-box .article-item .btn-outline-primary {
  border-radius: 26px;
  line-height: 1;
}
.partner-article-box .article-item .batch-text {
  font-size: 16px;
}
.partner-article-box .swiper-container {
  padding-bottom: 30px;
}
.partner-article-box .swiper-container .swiper-pagination {
  bottom: 0;
}
.partner-article-box .article-arrow-box {
  position: relative;
  width: 160px;
  margin: 0 auto;
  top: 28px;
}
.partner-article-box .swiper-button-next.swiper-button-disabled,
.partner-article-box .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
@media screen and (max-width: 991px) {
  .btn-more {
    font-size: 22px;
  }
  .partner-head-cont {
    display: block;
  }
  .partner-head-cont .mod-left > h2 {
    max-width: 100%;
  }
  .partner-head-cont .mod-right {
    min-width: fit-content;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .partner-head-cont .mod-right > div {
    width: 50%;
  }
  .partner-head-cont .mod-right .partner-info-card {
    width: 100%;
  }
  .home-partner .partner-head-box {
    height: auto;
  }
  .partner-banner-carousel .iconfont {
    width: 40px;
    height: 55px;
  }
  .partner-article-box .article-item > a {
    padding: 10px 5px 10px 0;
    font-size: 16px;
  }
  .partner-article-box .article-item .batch-text {
    font-size: 14px;
  }
  .batch-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .partner-head-cont .mod-right {
    display: block;
  }
  .partner-head-cont .mod-right > div {
    width: 100%;
  }
  .partner-head-cont .partner-info-card {
    margin-bottom: 15px;
  }
}
/*++++++++++++++++++++++++++++
      home page-03 style
++++++++++++++++++++++++++++*/
.home-activity {
  margin-bottom: 70px;
}
.home-activity .wrapper-fluid .home-h3 {
  line-height: 1.4;
}
.home-activity .more-activity-wrapper + .wrapper-fluid {
  gap: 125px;
}
.home-activity .more-activity-wrapper + .wrapper-fluid > img {
  border-radius: 10px;
}
.primary-activity-card > .btn-outline-primary {
  margin-top: 50px;
}
.home-h3 + .btn-outline-primary {
  margin-top: 50px;
}
.btn-outline-primary ~ .home-h2 {
  line-height: 1.4;
}
.more-activity-wrapper {
  padding-top: 80px;
  margin-top: 45px;
  padding-bottom: 88px;
  margin-bottom: 55px;
  background-color: #fffaf4;
}
.primary-activity-info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 25px;
}
.secondary-activity-info {
  padding-top: 5px;
  font-size: 20px;
}
.activity-time {
  padding-left: 10px;
  font-size: 20px;
  color: #fe9f28;
  vertical-align: bottom;
}
.sale-activity-list {
  padding-top: 45px;
  gap: 45px;
}
.sale-cont-item .sale-cont-box + .btn-outline-primary {
  margin-top: 42px;
}
.sale-cont-item .home-h5 {
  padding-top: 20px;
}
.shopping-mall-wrapper {
  padding-bottom: 60px;
}
.shopping-mall-wrapper .home-h2 {
  padding-bottom: 45px;
}
.shopping-mall-wrapper > div {
  column-gap: 110px;
  row-gap: 45px;
}
.shopping-active-wrapper {
  gap: 45px;
}
@media screen and (max-width: 991px) {
  .shopping-active-wrapper > img,
  .shopping-active-wrapper .primary-activity-card {
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  .more-activity-wrapper {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .sale-activity-list {
    display: block;
  }
  .sale-activity-list .sale-cont-item {
    padding-bottom: 30px;
  }
  .sale-activity-list .sale-cont-item .sale-cont-box + .btn-outline-primary {
    margin: 15px auto 0;
  }
  .sale-activity-list .sale-cont-item .sale-cont-box {
    max-width: 440px;
    margin: 0 auto;
  }
  .home-h3 + .btn-outline-primary {
    margin-top: 30px;
  }
  .shopping-active-wrapper {
    flex-wrap: wrap;
  }
  .primary-activity-card .primary-activity-info {
    font-size: 20px;
  }
  .primary-activity-card .activity-time {
    font-size: 16px;
  }
}
/*++++++++++++++++++++++++++++
      home page-04 style
++++++++++++++++++++++++++++*/
.home-news-list .news-item:nth-child(-n+4) {
  width: calc(100% / 3);
}
.home-news-list .news-item:nth-child(2) {
  width: calc((100% / 3) * 2);
}
.home-news-list .news-item:last-child > a {
  border-bottom-right-radius: 30px;
  z-index: 0;
}
.home-news-list .news-item:last-child > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.7;
  background-image: linear-gradient(to right, #f7df7d 0%, #f58635 100%);
}
.home-news-list .news-item:last-child > a .btn-news-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  z-index: 1;
}
.home-news-list + .wrapper-fluid.home-h2 {
  padding-top: 90px;
  color: inherit;
}
.news-item:not(:first-child) .home-news-img {
  max-height: 220px;
}
.news-item:not(:first-child) .home-news-img > img {
  object-fit: cover;
}
.news-item {
  float: left;
  width: 25%;
  min-height: 150px;
  padding: 0 6.5px;
  margin-bottom: 10px;
}
.news-item > a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}
.news-item > a:hover .home-news-text02 {
  transform: translateY(0%);
}
.news-item .home-news-img {
  position: relative;
}
.news-item .home-news-img > img {
  height: 100%;
}
.news-item .home-news-img:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-item .home-news-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.news-item .home-news-text01 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(245, 134, 53, 0.4) 100%);
}
.news-item .home-news-text02 {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: rgba(245, 134, 53, 0.6);
  backdrop-filter: blur(4px);
  transition: all 0.2s ease-in-out;
}
.news-item .home-news-text02 > p {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.news-item .home-news-text02 .btn-news-more {
  font-size: 14px;
  margin-left: auto;
  width: fit-content;
}
.news-item .home-news-text02 .btn-news-more > img {
  vertical-align: text-bottom;
}
.business-partner-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 36px;
  width: 90%;
}
.business-partner-title {
  padding-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  .home-news-list .news-item:last-child a > .btn-news-more {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .home-news-list.clearfix {
    display: flex;
    flex-wrap: wrap;
  }
  .home-news-list.clearfix .news-item {
    width: 50%;
  }
  .home-news-list.clearfix .news-item > a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .home-news-list.clearfix .news-item > a .home-news-text01 {
    opacity: 0;
  }
  .home-news-list.clearfix .news-item > a .home-news-text02 {
    position: relative;
    transform: translateY(0);
    flex: 1;
  }
  .home-news-list.clearfix .news-item .home-news-img {
    height: 28vw;
  }
  .home-news-list.clearfix .news-item .home-news-img img {
    width: 100%;
  }
  .home-news-list.clearfix .news-item:not(:first-child) .home-news-img {
    max-height: fit-content;
  }
  .home-news-list.clearfix .news-item:not(:first-child) .home-news-img > img {
    min-height: inherit;
  }
  .home-news-list.clearfix .news-item:last-child a {
    width: 100%;
  }
  .home-news-list.clearfix .news-item:last-child a > div:first-child {
    width: 100%;
    height: 100%;
  }
  .home-news-list.clearfix .news-item:last-child a > div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business-partner-box {
    column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-news-list.clearfix .news-item {
    float: none;
    width: 100%;
  }
  .home-news-list.clearfix .news-item .home-news-img {
    height: 40vw;
  }
  .home-news-list.clearfix .news-item .home-news-img img {
    width: 100%;
  }
  .business-partner-box {
    gap: 30px;
  }
  .business-partner-box .partner-item {
    flex-basis: 50%;
    padding: 0 15px;
    width: calc(50% - 30px);
    flex: none;
  }
}
/*++++++++++++++++++++++++++++
    Home head video
++++++++++++++++++++++++++++++*/
.mark-layer {
  position: relative;
}
.mark-layer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6C157;
  opacity: 0.74;
  border-radius: 10px;
  clip-path: inset(0 14px 0 15px);
}
video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.btn-play-big {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 180px;
  height: 180px;
  border-radius: 57px;
  background-color: #e9644a;
  cursor: pointer;
  z-index: 1;
}
.btn-play-big:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -25%) rotate(45deg);
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border: 40px solid transparent;
  border-left-width: 40px;
  border-left-color: #ffffff;
  z-index: 2;
}
.btn-play-big:before {
  border-left-width: 50px;
}
@media screen and (max-width: 1200px) {
  .btn-play-big {
    width: 90px;
    height: 90px;
  }
  .btn-play-big:before {
    border-width: 20px;
    border-left-width: 25px;
  }
}
.btn-play-small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 90px;
  height: 90px;
  border-radius: 57px;
  background-color: #e9644a;
  cursor: pointer;
  z-index: 1;
}
.btn-play-small:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -25%) rotate(45deg);
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border: 20px solid transparent;
  border-left-width: 20px;
  border-left-color: #ffffff;
  z-index: 2;
}
.btn-play-small:before {
  border-left-width: 25px;
}
.home-head-video {
  position: relative;
  height: fit-content;
}
.home-head-video .screen {
  height: 800px;
}
.home-video-list {
  gap: 155px;
  margin-top: 80px;
  padding-bottom: 80px;
}
.video-item {
  position: relative;
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .home-head-video .screen {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .home-video-list {
    gap: 55px;
  }
}
@media screen and (max-width: 767px) {
  .home-video-list {
    justify-content: center;
  }
  .home-video-list .video-item {
    flex: none;
  }
}
.ys_videom_video {
  display: none;
  margin: 0 auto;
}
.ys_videom_iframebox {
  display: none;
}
.ys_videom_btn {
  cursor: pointer;
}
.ys_videom {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.84);
}
.ys_videom_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ys_videom_close {
  position: absolute;
  right: 0;
  top: -1.5em;
  cursor: pointer;
  z-index: 10;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #fff;
}
.ys_videom_close .iconfont {
  font-size: inherit;
}
.ys_videom_content {
  width: 1400px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 80px);
  overflow: auto;
  text-align: center;
}
.ys_videom_video {
  max-width: 100%;
  vertical-align: middle;
  background: #000;
}
.ys_videom_iframebox {
  text-align: center;
}
.ys_videom_iframebox iframe {
  max-width: 100%;
  min-width: 100px;
  min-height: 100px;
}
@media screen and (max-width: 480px) {
  .ys_videom_iframebox iframe {
    max-height: 33vh;
  }
}
