html {
  -webkit-text-size-adjust: none;
}
.a-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1580px) {
  .a-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .a-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 978px) {
  .a-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("/skin/image/ifold1.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: auto !important;
  line-height: 35px !important;
  padding: 8px 47px !important;
  border: 1px solid #EE5E2C;
  color: #EE5E2C;
  font-size: 18px !important;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 40px;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #EE5E2C;
  border: 1px solid #EE5E2C;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #EE5E2C;
  background: #EE5E2C;
}
.l-btn.green:hover {
  background: #EE5E2C;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #ee8460;
  background: #ee8460;
}
.l-btn.orange:hover {
  border: 1px solid #ee8460;
  background: #ee8460;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.a-section {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgb(246, 248, 252);
}
.a-title {
  padding-bottom: 40px;
  font-size: 0;
  text-align: center;
}
.a-title h2 {
  font-size: 28px;
  color: #333333;
  font-weight:600;
}
.a-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  color: #666666;
  text-align: center;
}
@media (max-width: 978px) {
  .a-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .a-title {
    padding-bottom: 30px;
    font-size: 0;
  }
.a-title p {
    font-size: 12px;
}
  .a-title h2 {
    font-size: 22px;
    font-weight: 600;
  }
}

.remind-block {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #EE5E2C;
  height: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: calc( 100% - 50px );
  max-width: 300px;
  z-index: 100;
}
.marquee-block {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.marquee {
  animation: marquee 3s linear infinite;
  white-space: nowrap;
  position: absolute;
}
.marqueeT {
  top: 100%;
  animation: marqueeT 3s 1.5s linear infinite;
  white-space: nowrap;
  position: absolute;
}
@keyframes marquee {
  0% {
    top: 100%;
  }
  100% {
    top: -100%;
  }
}
@keyframes marqueeT {
  0% {
    top: 100%;
  }
  100% {
    top: -100%;
  }
}
.banner .mb {
  display: none;
}
.banner-main {
  float: left;
  line-height: 500px;
  height: 500px;
  width: 100%;
  text-align: center;
}
.banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner-main h1 {
  color: #fff;
  font-size: 38px;
  line-height: 60px;
  margin-bottom: 15px;
}
.banner-main h3 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.banner-main p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.banner-main .banner-topic {
  font-size: 18px;
  color: #333333000;
  line-height: 28px;
  margin-bottom: 14px;
}
.banner-main .banner-topic i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #EE5E2C;
  vertical-align: middle;
  margin-right: 5px;
  background: url(https://www.beisen.com/public/mobile/zzy/images/banner-icon.svg) center no-repeat;
  background-size: cover;
}
.banner-main .banner-topic span {
  display: inline-block;
  vertical-align: middle;
}
.banner-main .banner-bottom-down {
  padding-top: 20px;
}
.banner-main .banner-bottom-down i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.banner-main .banner-bottom-down a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #EE5E2C;
  vertical-align: middle;
  text-decoration: underline;
  transition: all 0.3s;
}
.banner-main .banner-bottom-down a:hover {
  color: #73dae4;
}
@keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-o-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.banner-img {
  float: left;
  height: 400px;
  width: 640px;
  position: relative;
}
.banner-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 978px) {
  .banner {
    text-align: center;
    padding: 40px 0 100px 0;
    position: relative;
    height: 398px;
    background-size: cover;
    margin-top: auto;
  }
  .banner .l-btn {
    font-size: 14px;
    padding: 0 10px;
  }
  .banner-main {
    float: none;
    line-height: 0;
    height: auto;
    width: 100%;
    padding-right: 0;
  }
  .banner-main .banner-info {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 0;
  }
  .banner-main .banner-topic {
    margin-bottom: 10px;
  }
  .banner-main .banner-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .banner-main .banner-bottom i {
    width: 20px;
    height: 20px;
  }
  .banner-main h1 {
    font-size: 28px;
    color: #333333000;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: center;
  }
  .banner-main h1 + h1 {
    margin-top: -10px;
  }
  .banner-main h3 {
    font-size: 18px;
    color: #333333000;
    text-align: center;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .banner-main p {
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 5px;
    -webkit-line-clamp: 10;
  }
  .banner-main a {
    width: 234px;
    margin-bottom: 40px;
    line-height: 24px;
    height: 48px;
  }
  .banner-img {
    float: none;
    height: auto;
    width: auto;
    display: inline-block;
    padding-left: -1px;
    margin-bottom: 10px;
    margin-left: 0;
    width: 320px;
  }
  .banner-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: -1px;
  }
  .banner-bottom-down {
    padding-top: 0 !important;
    padding-bottom: 20px;
    margin-top: -10px;
  }
  .banner-bottom-down a {
    margin-bottom: 0;
    text-align: left;
    width: auto;
  }
  .banner .pc {
    display: none;
  }
  .banner .mb {
    display: block;
  }
}
.l-nav {
  background: rgba(250, 252, 255);
  height: 70px;
  margin: 0px 15%;
}
.l-nav ul {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.l-nav ul li {
  float: left;
  width: calc( ( 100% ) / 6 );
}
.l-nav ul a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
  transition: all 0.3s;
  line-height: 70px;
  letter-spacing: 0;
}
.l-nav ul a:hover {
  color: #EE5E2C;
}
@media (max-width: 978px) {
  .l-nav {
    display: none;
  }
}
.solutions {
  padding-bottom: 38px;
}
.solutions .solution-tab {
  position: relative;
}
.solutions .solution-tab > .tab_btn {
  margin-bottom: 43px;
}
.solutions .solution-tab > .tab_btn li {
  width: calc( ( 100% - 60px ) / 4 ) !important;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px #efefef;
  margin-right: 20px;
  transition: all 0.3s;
  border-radius: 38px;
}
.solutions .solution-tab > .tab_btn li:last-child {
  margin-right: 0;
}
.solutions .solution-tab > .tab_btn h3 {
  font-size: 20px;
  line-height: 58px;
  transition: all 0.3s;
  cursor: pointer;
}
.solutions .solution-tab > .tab_btn .active {
  background: #EE5E2C;
  border-radius: 38px;
}
.solutions .solution-tab > .tab_btn .active > h3 {
  color: #fff;
}
.solutions .solution-tab h3 {
  font-size: 24px;
  color: #333333;
}
.solutions .solution-tab h3 + p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 30px;
}
.solutions .solution-tab li {
  width: 100%;
}
.solutions .solution-tab-1,
.solutions .solution-tab-2,
.solutions .solution-tab-3,
.solutions .solution-tab-4 {
  background: #fff;
  position: relative;
  border-radius: 18px;
}
.solutions .solution-tab-1 > .tab_btn,
.solutions .solution-tab-2 > .tab_btn,
.solutions .solution-tab-3 > .tab_btn,
.solutions .solution-tab-4 > .tab_btn {
  width: 540px;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid #dddddd;
}
.solutions .solution-tab-1 > .tab_btn .active > h3,
.solutions .solution-tab-2 > .tab_btn .active > h3,
.solutions .solution-tab-3 > .tab_btn .active > h3,
.solutions .solution-tab-4 > .tab_btn .active > h3 {
  color: #EE5E2C !important;
  transition: all 0.3s;
}
.solutions .solution-tab-1 > .tab_btn li,
.solutions .solution-tab-2 > .tab_btn li,
.solutions .solution-tab-3 > .tab_btn li,
.solutions .solution-tab-4 > .tab_btn li {
  width: 33.33%;
  float: left;
  padding: 10px 0;
  position: relative;
}
.solutions .solution-tab-1 > .tab_btn li::after,
.solutions .solution-tab-2 > .tab_btn li::after,
.solutions .solution-tab-3 > .tab_btn li::after,
.solutions .solution-tab-4 > .tab_btn li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: #ddd;
}
.solutions .solution-tab-1 > .tab_btn li:last-child:after,
.solutions .solution-tab-2 > .tab_btn li:last-child:after,
.solutions .solution-tab-3 > .tab_btn li:last-child:after,
.solutions .solution-tab-4 > .tab_btn li:last-child:after {
  display: none;
}
.solutions .solution-tab-1 > .tab_btn span,
.solutions .solution-tab-2 > .tab_btn span,
.solutions .solution-tab-3 > .tab_btn span,
.solutions .solution-tab-4 > .tab_btn span {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.3s;
  background-size: cover;
}
.solutions .solution-tab-1 > .tab_btn h3,
.solutions .solution-tab-2 > .tab_btn h3,
.solutions .solution-tab-3 > .tab_btn h3,
.solutions .solution-tab-4 > .tab_btn h3 {
  width: 100%;
  font-size: 16px;
  color: #333333000;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.solutions .solution-tab-1 > .tab_item,
.solutions .solution-tab-2 > .tab_item,
.solutions .solution-tab-3 > .tab_item,
.solutions .solution-tab-4 > .tab_item {
  background: #fff;
  float: left;
  width: 100%;
  padding: 40px 40px 40px 40px;
}
.solutions .solution-tab-1 > .tab_item li > div,
.solutions .solution-tab-2 > .tab_item li > div,
.solutions .solution-tab-3 > .tab_item li > div,
.solutions .solution-tab-4 > .tab_item li > div {
  display: flex;
}
.solutions .solution-tab-1 > .tab_item h3,
.solutions .solution-tab-2 > .tab_item h3,
.solutions .solution-tab-3 > .tab_item h3,
.solutions .solution-tab-4 > .tab_item h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.solutions .solution-tab-1 > .tab_item p,
.solutions .solution-tab-2 > .tab_item p,
.solutions .solution-tab-3 > .tab_item p,
.solutions .solution-tab-4 > .tab_item p {
  font-size: 16px;
  margin-bottom: 20px;
}
.solutions .solution-tab-1 > .tab_item a,
.solutions .solution-tab-2 > .tab_item a,
.solutions .solution-tab-3 > .tab_item a,
.solutions .solution-tab-4 > .tab_item a {
  margin-top: 2px;
  margin-bottom: 38px;
}
.solutions .solution-tab-1 > .tab_item .tab_item-left,
.solutions .solution-tab-2 > .tab_item .tab_item-left,
.solutions .solution-tab-3 > .tab_item .tab_item-left,
.solutions .solution-tab-4 > .tab_item .tab_item-left {
  width: 55%;
  float: left;
  padding-top: 30px;
}
.solutions .solution-tab-1 > .tab_item .tab_item-left ul,
.solutions .solution-tab-2 > .tab_item .tab_item-left ul,
.solutions .solution-tab-3 > .tab_item .tab_item-left ul,
.solutions .solution-tab-4 > .tab_item .tab_item-left ul {
  margin-bottom: 20px;
}
.solutions .solution-tab-1 > .tab_item .tab_item-left ul li,
.solutions .solution-tab-2 > .tab_item .tab_item-left ul li,
.solutions .solution-tab-3 > .tab_item .tab_item-left ul li,
.solutions .solution-tab-4 > .tab_item .tab_item-left ul li {
  float: left;
  font-size: 16px;
  line-height: 15px;
  color: #666666;
  width: 100%;
  padding-left: 16px;
  position: relative;
}
.solutions .solution-tab-1 > .tab_item .tab_item-left ul li:after,
.solutions .solution-tab-2 > .tab_item .tab_item-left ul li:after,
.solutions .solution-tab-3 > .tab_item .tab_item-left ul li:after,
.solutions .solution-tab-4 > .tab_item .tab_item-left ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #EE5E2C;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.solutions .solution-tab-1 > .tab_item .tab_item-right,
.solutions .solution-tab-2 > .tab_item .tab_item-right,
.solutions .solution-tab-3 > .tab_item .tab_item-right,
.solutions .solution-tab-4 > .tab_item .tab_item-right {
  float: left;
  width: calc( 100% - 588px );
  position: relative;
}
.solutions .solution-tab-1 > .tab_item .tab_item-right .video-btn,
.solutions .solution-tab-2 > .tab_item .tab_item-right .video-btn,
.solutions .solution-tab-3 > .tab_item .tab_item-right .video-btn,
.solutions .solution-tab-4 > .tab_item .tab_item-right .video-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(/skin/image/video-btn.svg) center no-repeat;
  left: 47%;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
}

.solutions .solution-tab-1 > .tab_item .tab_item-right .video-btn::after,
.solutions .solution-tab-2 > .tab_item .tab_item-right .video-btn::after,
.solutions .solution-tab-3 > .tab_item .tab_item-right .video-btn::after,
.solutions .solution-tab-4 > .tab_item .tab_item-right .video-btn::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 1;
  -webkit-animation: water 1s linear infinite;
  animation: water 1s linear infinite;
}
.solutions .solution-tab-1 > .tab_item .tab_item-right video,
.solutions .solution-tab-2 > .tab_item .tab_item-right video,
.solutions .solution-tab-3 > .tab_item .tab_item-right video,
.solutions .solution-tab-4 > .tab_item .tab_item-right video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.solutions .solution-tab-1 > .tab_item .tab_item-right img,
.solutions .solution-tab-2 > .tab_item .tab_item-right img,
.solutions .solution-tab-3 > .tab_item .tab_item-right img,
.solutions .solution-tab-4 > .tab_item .tab_item-right img {
  position: absolute;
  top: calc( 50% + -15px );
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.solutions .solution-tab-4 > .tab_btn > li {
  padding: 10px 25px;
}
.solutions .solution-tab-4 > .tab_item .tab_item-left {
  padding-top: 50px;
}
@media (max-width: 978px) {
  .solutions {
    padding-top: 0;
    padding-bottom: 0;
    background: #f6faff;
  }
  .solutions .a-container {
    padding: 0;
  }
  .solutions .a-title {
    padding: 30px 15px 30px 15px;
    background: #fff;
  }
  .solutions .solution-tab {
    position: relative;
  }
  .solutions .solution-tab > .tab_btn {
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    padding: 0 10px;
  }
  .solutions .solution-tab > .tab_btn > li {
    box-shadow: none;
    border-bottom: 3px solid transparent;
  }
  .solutions .solution-tab > .tab_btn h3 {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .solutions .solution-tab > .tab_btn .active {
    background: transparent;
    border-bottom: 3px solid #EE5E2C;
  }
  .solutions .solution-tab > .tab_btn .active > h3 {
    color: #EE5E2C;
  }
  .solutions .solution-tab h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
  }
  .solutions .solution-tab h3 + p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
  }
  .solutions .solution-tab li {
    width: 100%;
  }
  .solutions .l-body .mb {
    background: #f6faff;
  }
  .solutions .l-body .mb > h3 {
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    padding-left: 18px;
    position: relative;
    margin-top: -1px;
  }
  .solutions .l-body .mb > h3.active {
    color: #EE5E2C;
  }
  .solutions .l-body .mb > h3 span {
    display: inline-block;
    width: 17px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.3s;
    margin-top: -3px;
    background-size: 100% 100% !important;
  }
  .solutions .l-body .mb > h3 .solution-span-01 {
    background: url("https://www.beisen.com/public/mobile/zzy/images/solution-01-mb.svg") center no-repeat;
  }
  .solutions .l-body .mb > h3 .solution-span-02 {
    background: url("https://www.beisen.com/public/mobile/zzy/images/solution-02-mb.svg") center no-repeat;
  }
  .solutions .l-body .mb > h3 .solution-span-03 {
    background: url("https://www.beisen.com/public/mobile/zzy/images/solution-03-mb.svg") center no-repeat;
  }
  .solutions .l-body .mb > h3 .solution-span-04 {
    background: url("https://www.beisen.com/public/mobile/zzy/images/solution-04-mb.svg") center no-repeat;
  }
  .solutions .l-body .mb > h3 .solution-span-05 {
    background: url("https://www.beisen.com/public/mobile/zzy/images/solution-05-mb.svg") center no-repeat;
  }
  .solutions .l-body .mb > h3 .solution-span-06 {
    background: url("https://www.beisen.com/public/mobile/zzy/images/solution-06-mb.svg") center no-repeat;
  }
  .solutions .l-body .mb > h3 .solution-span-07 {
    background: url("https://www.beisen.com/public/mobile/zzy/images/solution-07-mb.svg") center no-repeat;
  }
  .solutions .l-body .mb > h3 .solution-span-08 {
    background: url("https://www.beisen.com/public/mobile/zzy/images/solution-08-mb.svg") center no-repeat;
  }
  .solutions .l-body .mb > h3 .solution-span-09 {
    background: url("https://www.beisen.com/public/mobile/zzy/images/solution-09-mb.svg") center no-repeat;
  }
  .solutions .l-body .mb p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .solutions .l-body .mb a {
    margin-top: 20px;
  }
  .solutions .l-body .mb .tab_item-bottom {
    padding: 0 15px 20px;
  }
  .solutions .l-body .mb .tab_item-bottom h3 {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .solutions .l-body .mb .tab_item-bottom p {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 15px;
    display: block !important;
  }
  .solutions .l-body .mb .tab_item-bottom a {
    margin-top: 0;
  }
  .solutions .l-body .mb .tab_item-top {
    width: 100%;
    position: relative;
    padding: 20px 3%;
  }
  .solutions .l-body .mb .tab_item-top img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .solutions .solution-tab-1 > .tab_btn,
  .solutions .solution-tab-2 > .tab_btn,
  .solutions .solution-tab-3 > .tab_btn,
  .solutions .solution-tab-4 > .tab_btn {
    width: 100%;
    position: static;
    padding: 0 15px;
    border: none;
  }
  .solutions .solution-tab-1 > .tab_btn li,
  .solutions .solution-tab-2 > .tab_btn li,
  .solutions .solution-tab-3 > .tab_btn li,
  .solutions .solution-tab-4 > .tab_btn li {
    margin-right: 7px;
    width: calc( ( 100% - 14px ) / 3 );
    padding: 15px 0 0 0;
  }
  .solutions .solution-tab-1 > .tab_btn li h3,
  .solutions .solution-tab-2 > .tab_btn li h3,
  .solutions .solution-tab-3 > .tab_btn li h3,
  .solutions .solution-tab-4 > .tab_btn li h3 {
    padding-left: 0;
    font-size: 12px;
    line-height: 30px;
    background: #f4f8ff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
  }
  .solutions .solution-tab-1 > .tab_btn li:last-child,
  .solutions .solution-tab-2 > .tab_btn li:last-child,
  .solutions .solution-tab-3 > .tab_btn li:last-child,
  .solutions .solution-tab-4 > .tab_btn li:last-child {
    margin-right: 0;
  }
  .solutions .solution-tab-1 > .tab_btn li:after,
  .solutions .solution-tab-2 > .tab_btn li:after,
  .solutions .solution-tab-3 > .tab_btn li:after,
  .solutions .solution-tab-4 > .tab_btn li:after {
    display: none;
  }
  .solutions .solution-tab-1 > .tab_btn .active h3,
  .solutions .solution-tab-2 > .tab_btn .active h3,
  .solutions .solution-tab-3 > .tab_btn .active h3,
  .solutions .solution-tab-4 > .tab_btn .active h3 {
    background: #EE5E2C;
    color: #fff !important;
  }
  .solutions .solution-tab-1 > .tab_item,
  .solutions .solution-tab-2 > .tab_item,
  .solutions .solution-tab-3 > .tab_item,
  .solutions .solution-tab-4 > .tab_item {
    padding-top: 0;
  }
  .solutions .solution-tab-1 > .tab_item .pc,
  .solutions .solution-tab-2 > .tab_item .pc,
  .solutions .solution-tab-3 > .tab_item .pc,
  .solutions .solution-tab-4 > .tab_item .pc {
    display: none;
  }
  .solutions .solution-tab-1 > .tab_item .mb,
  .solutions .solution-tab-2 > .tab_item .mb,
  .solutions .solution-tab-3 > .tab_item .mb,
  .solutions .solution-tab-4 > .tab_item .mb {
    display: block;
    background: transparent;
  }
  .solutions .solution-tab-1 > .tab_item .mb img,
  .solutions .solution-tab-2 > .tab_item .mb img,
  .solutions .solution-tab-3 > .tab_item .mb img,
  .solutions .solution-tab-4 > .tab_item .mb img {
    position: static;
    transform: none;
  }
  .solutions .solution-tab-1 > .tab_item .mb h3,
  .solutions .solution-tab-2 > .tab_item .mb h3,
  .solutions .solution-tab-3 > .tab_item .mb h3,
  .solutions .solution-tab-4 > .tab_item .mb h3 {
    border: none;
    padding-left: 0;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .solutions .solution-tab-1 > .tab_item p,
  .solutions .solution-tab-2 > .tab_item p,
  .solutions .solution-tab-3 > .tab_item p,
  .solutions .solution-tab-4 > .tab_item p {
    margin-bottom: 5px;
  }
.solutions .solution-tab-1 > .tab_item p,
.solutions .solution-tab-2 > .tab_item p,
.solutions .solution-tab-3 > .tab_item p,
.solutions .solution-tab-4 > .tab_item p {
  font-size: 12px;
}
  .solutions .solution-tab-1 > .tab_item li > div,
  .solutions .solution-tab-2 > .tab_item li > div,
  .solutions .solution-tab-3 > .tab_item li > div,
  .solutions .solution-tab-4 > .tab_item li > div {
    display: block;
  }
  .solutions .solution-tab-1 > .tab_item li > div .tab_item-left,
  .solutions .solution-tab-2 > .tab_item li > div .tab_item-left,
  .solutions .solution-tab-3 > .tab_item li > div .tab_item-left,
  .solutions .solution-tab-4 > .tab_item li > div .tab_item-left {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .solutions .solution-tab-1 > .tab_item li > div .tab_item-right,
  .solutions .solution-tab-2 > .tab_item li > div .tab_item-right,
  .solutions .solution-tab-3 > .tab_item li > div .tab_item-right,
  .solutions .solution-tab-4 > .tab_item li > div .tab_item-right {
    width: 100%;
    height: auto;
  }
  .solutions .solution-tab-1 > .tab_item .tab_item-right .video-btn:hover,
  .solutions .solution-tab-2 > .tab_item .tab_item-right .video-btn:hover,
  .solutions .solution-tab-3 > .tab_item .tab_item-right .video-btn:hover,
  .solutions .solution-tab-4 > .tab_item .tab_item-right .video-btn:hover {
    background: url(/skin/image/video-btn-h.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .solutions .solution-tab-1 > .tab_item .tab_item-right .video-btn:after,
  .solutions .solution-tab-2 > .tab_item .tab_item-right .video-btn:after,
  .solutions .solution-tab-3 > .tab_item .tab_item-right .video-btn:after,
  .solutions .solution-tab-4 > .tab_item .tab_item-right .video-btn:after {
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
  }
}
.price ul {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(239, 239, 239, 0.75);
  border-radius: 8px;
}
.price ul li {
  width: 50%;
  text-align: left;
  padding: 30px 35px;
  float: left;
}
.price ul li:nth-child(1),
.price ul li:nth-child(3) {
  border-right: 1px solid #e3ecf9;
}
.price ul li:nth-child(1),
.price ul li:nth-child(2) {
  border-bottom: 1px solid #e3ecf9;
}
.price ul li i {
  display: inline-block;
  width: 32px;
  height: 36px;
  background-size: 100% 100% !important;
  vertical-align: middle;
  margin-right: 10px;
}
.price ul li h3 {
  font-size: 20px;
  color: #333333000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.price ul li p {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 978px) {
  .price ul {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(239, 239, 239, 0.75);
    border-radius: 8px;
  }
  .price ul li {
    width: 100%;
    text-align: left;
    padding: 20px;
    float: left;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(239, 239, 239, 0.75);
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .price ul li:nth-child(1),
  .price ul li:nth-child(3) {
    border: none;
  }
  .price ul li:nth-child(1),
  .price ul li:nth-child(2) {
    border: none;
  }
  .price ul li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100% 100% !important;
    vertical-align: middle;
    margin-right: 10px;
  }
  .price ul li h3 {
    font-size: 16px;
    color: #333333000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
  }
  .price ul li p {
    margin-top: 15px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
  }
  .price-01 ul li {
    position: relative;
  }
  .price-01 ul li p {
    display: none;
  }
  .price-01 .fold-icon {
    width: 12px !important;
    height: 12px !important;
    display: block !important;
    right: 20px;
    top: 36px;
    margin-right: 0;
  }
}
.prices ul {
  position: relative;
  overflow: hidden;
}
.prices ul li {
  width: 23.65%;
  height: 198px;
  text-align: center;
  padding: 18px;
  float: left;
  margin-right: 15px;
  background-color: #fff;
}
.prices ul li i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 100% 100% !important;
  margin-bottom: 20px;
}
.prices ul li h3 {
  font-size: 16px;
  color: #333333000;
  text-align: center;
  line-height: 24px;
  margin-bottom: 15px;
}
.prices ul li p {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 20px;
}
.prices .l-content-bottom {
  text-align: center;
  padding-top: 30px;
}
.prices .l-content-bottom .l-btn {
  float: none;
  display: inline-block;
}
@media (max-width: 978px) {
  .prices ul {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(239, 239, 239, 0.75);
    border-radius: 8px;
  }
  .prices ul li {
    width: 100%;
    height: 110px;
    text-align: left;
    padding: 20px;
    float: left;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(239, 239, 239, 0.75);
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .prices ul li:nth-child(1),
  .prices ul li:nth-child(3) {
    border: none;
  }
  .prices ul li:nth-child(1),
  .prices ul li:nth-child(2) {
    border: none;
  }
  .prices ul li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100% 100% !important;
    vertical-align: middle;
    margin-right: 10px;
  }
  .prices ul li h3 {
    font-size: 16px;
    color: #333333000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
  }
  .prices ul li p {
    text-align: left;
    margin-top: 0;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
  }
}
.follow ul {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 40px 40px 40px;
}
.follow ul li {
  width: calc(( 100% - 20px ) / 2 );
  text-align: center;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.follow ul li:nth-child(even) {
  margin-right: 0;
}
.follow ul li img {
  width: 100%;
  transition: all 0.3s;
}
.follow ul li:hover img {
  transform: scale(1.1);
}
.follow ul li i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 100% 100% !important;
  margin-bottom: 30px;
}
.follow ul li p {
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  font-weight: 500;
  position: absolute;
  left: 40px;
  top: 40px;
}
.follow ul li p:after {
  content: "";
  width: 60px;
  height: 5px;
  background: #EE5E2C;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.follow .l-content-bottom {
  text-align: center;
  padding-top: 10px;
}
.follow .l-content-bottom .l-btn {
  float: none;
  margin-right: 0;
}
@media (max-width: 978px) {
  .follow ul {
    height: auto;
    border: none;
    box-shadow: none;
    overflow: visible;
  }
  .follow ul li {
    width: 100% !important;
    padding: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .follow ul li .fold-icon {
    width: 12px !important;
    height: 12px !important;
    display: block !important;
    right: 20px;
    top: 36px;
  }
  .follow ul li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100% 100% !important ;
    vertical-align: middle;
    margin-bottom: 15px;
  }
  .follow ul li p {
    font-size: 16px;
    line-height: 24px;
    top: 30px;
    left: 20px;
  }
  .follow ul li p:after {
    width: 30px;
    height: 5px;
  }
}
#our2025cn_tab {
  position: relative;
  padding-top: 24px;
  box-sizing: border-box;
}
#our2025cn_tab .our2025cn_tabcon {
  margin: 0px 18%;
  height: 458px;
  margin-top: 18px;
  border-radius: 18px;
  background-color: #fff;
}
#our2025cn_tab
  .our2025cn_tabcon
  div.our2025cn_li {
  position: absolute;
  display: none;
}
#our2025cn_tab
  .our2025cn_tablist
  li.our2025cn_cur {
  color: #3c87f7;
  border-bottom: 4px solid #3c87f7;
}
#our2025cn_tab
  .our2025cn_tabcon
  div.our2025cn_cur {
  display: block;
}
.our2025cn_cur1,
.our2025cn_cur2,
.our2025cn_cur3,
.our2025cn_cur4 {
  position: absolute;
  top: 29px;
}
.our2025cn_cur1 {
  width: 24px;
  height: 24px;
  left: 12px;
  background: url(/skin/image/kicp_normal_icon.png);
}

.our2025cn_cur2 {
  width: 22px;
  height: 23px;
  left: 33px;
  background: url(/skin/image/kap_normal_icon.png);
}
.our2025cn_cur3 {
  width: 22px;
  height: 25px;
  left: 35px;
  background: url(/skin/image/bip_normal_icon.png);
}
.our2025cn_cur4 {
  width: 20px;
  height: 25px;
  left: 22px;
  background: url(/skin/image/ivp_normal_icon.png);
}
.our2025cn_cur10 {
  background: url(/skin/image/kicp_press_icon.png);
}
.our2025cn_cur11 {
  background: url(/skin/image/kap_press_icon.png);
}
.our2025cn_cur12 {
  background: url(/skin/image/bip_press_icon.png);
}
.our2025cn_cur13 {
  background: url(/skin/image/ivp_press_icon.png);
}
.our2025cn {
  padding-top: 128px;
  text-align: center;
  box-sizing: border-box;
  height: 890px;
  width: 100%;
  background: url("../image/edm-a001.png") no-repeat center;
}
.our2025cn_bg {
  top: 0px;
  left: 0px;
  background-size: cover;
}
.our2025cn_header {
  margin: 0 auto;
  z-index: 1;
  font-size: 30px;
  font-weight: bold;
  color: #343434;
  opacity: 1;
}
.our2025cn_header h2{
  font-size: 30px;
  font-weight: 600;
  color: #333333
}

.our2025cn_header h3 {
  font-size: 0.3rem;
}
.our2025cn_header p {
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  opacity: 1;
}
.our2025cn .our2025cn_content {
  margin: 0 15%;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.our2025cn .our2025cn_content .our2025cn_word {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0px 56px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.our2025cn
  .our2025cn_content
  .our2025cn_word
  li {
  float: left;
  font-size: 18px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 26px;
  width: 25%;
  height: 75px;
  position: relative;
  font-family: '微软雅黑';
  font-weight: 400;
  color: #343434;
  opacity: 1;
  text-align: center;
}
.our2025cn
  .our2025cn_content
  .our2025cn_word
  li:last-child {
  margin-right: 0;
}
.our2025cn
  .our2025cn_content
  .our2025cn_word
  li
  p {
  padding-top: 24px;
  text-align: center;
  font-size: 18px;
  position: relative;
  font-weight: 400;
}
.our2025cn
  .our2025cn_content
  .our2025cn_word
  li
  img {
  position: absolute;
  top: 0;
  left: 0;
}
.our2025cn_line {
  width: 100%;
  min-width: 1200px;
  height: 1px;
  background: #bfbfbf;
}
.our2025cn .our2025cn_list {
  width: 100%;
  line-height: 132px;
  margin: 0 78px;
  padding-top: 78px;
  display: flex;
  justify-content: space-around;
}
 .our2025cn_list h3{
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #333333;
}

.our2025cn .our2025cn_list div {
  display: inline-block;
  position: relative;
  width: 420px;
}
.our2025cn .our2025cn_list .a01_body {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: nowrap;
}
.our2025cn_list .a01-cright {
    width: 458px;
    padding-right: 38px;
}
.our2025cn_list .a01-left {
    width: 485px;
}
.our2025cn .our2025cn_list .our_001 {
    line-height: 45px;
    width: 168px;
    color: #fff;
    border-radius: 24px;
    background-color: #ee8460;
    right: 120px;
    margin-top: 35px;
}

.our2025cn .our2025cn_list .our_001 a {
  color: #fff;
  font-size: 16px;
}

.our2025cn_list h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  opacity: 1;
  text-align: left;
}
.our2025cn_list p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  opacity: 1;
  text-align: left;
}
.our2025cn_list img {
  border-radius: 18px;
  width: 467px;
}
.our2025cn_list img:hover{
    transform: scale(1.09);
}
.our2025cn_btn {
  position: relative;
  margin-top: 60px;
  width: 238px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  background: url("/skin/image/icon_btn_bg1.png");
  font-size: 16px;
  background-size: 100% 100%;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.our2025cn_btn a {
  color: #fff;
}
.our2025cn_btn:hover a {
  color: #fff;
}
/*系统*/
@media (max-width: 1580px) {
.our2025cn {
    padding-top: 98px;
    height: 758px;
}
.our2025cn_header h2 {
    font-size: 24px;
}
.our2025cn_header p {
    font-size: 16px;
}
#our2025cn_tab {
    padding-top: 18px;
}
.our2025cn .our2025cn_content .our2025cn_word li {
    line-height: 18px;
    height: 65px;
}
.our2025cn .our2025cn_content .our2025cn_word li p {
    font-size: 16px;
}
#our2025cn_tab .our2025cn_tabcon {
    height: 408px;
}
.our2025cn .our2025cn_list {
    line-height: 118px;
    margin: 0 28px;
    padding-top: 58px;
}
.our2025cn_list h3 {
    font-size: 18px;
}
.our2025cn_list p {
    font-size: 14px;
    line-height: 18px;
}
.our2025cn .our2025cn_list .our_001 {
    line-height: 38px;
    width: 133px;
    border-radius: 18px;
    right: 110px;
    margin-top: 35px;
}
.our2025cn .our2025cn_list .our_001:hover{
    transform: scale(1.09);
}
.our2025cn_list img {
    width: 425px;
}
.our2025cn .our2025cn_list div {
    width: 365px;
} 
}

.recommend {
  padding-bottom: 100px;
}
.recommend .l-body {
  display: flex;
}
.l-section {
  padding-top: auto;
  background-color: rgb(246, 248, 252);
}
.l-title {
    padding-bottom: 38px;
    font-size: 0;
    text-align: center;
}
.l-title h2 {
    font-size: 28px;
    color: #333333;
    font-weight: 600;
}
.l-title p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.l-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1580px) {
  .l-title h2 {
  font-size: 24px;
}  
.l-title p {
  font-size: 14px;
}
}
.recommend .l-content-left {
  width: calc(100% - 310px);
  margin-right: 20px;
  padding: 0 60px;
  position: relative;
  background: #f0f9fb;
  box-shadow: 0 5px 30px 0 rgba(239, 239, 239, 0.75);
  border-radius: 8px;
}
.recommend .l-content-left h3 {
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}
.recommend .l-content-left .l-content-l-top {
  padding-top: 40px;
}
.recommend .l-content-left .l-content-l-bottom {
  background: #fff;
  margin-top: 30px;
  padding: 20px 10px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: 0;
}
.recommend .l-content-left .l-content-l-bottom ul li {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  border-right: 1px solid #aecdd1;
  cursor: pointer;
}
.recommend .l-content-left .l-content-l-bottom ul li h3 {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 5px;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.recommend .l-content-left .l-content-l-bottom ul li p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: -webkit-box;
  transition: all 0.3s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.recommend .l-content-left .l-content-l-bottom ul li:last-child {
  border: none;
}
.recommend .l-content-left .l-content-l-bottom ul li:hover h3,
.recommend .l-content-left .l-content-l-bottom ul li:hover p {
  color: #EE5E2C;
}
.recommend .l-content-left .info-box {
  width: 58%;
  margin-right: 20px;
}
.recommend .l-content-left .info-box .l-btn {
  margin-top: 35px;
}
.recommend .l-content-left .info-box > p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
}
.recommend .l-content-left .info-box ul {
  margin-bottom: 20px;
}
.recommend .l-content-left .info-box ul li {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #666666;
  width: 100%;
  padding-left: 15px;
  position: relative;
}
.recommend .l-content-left .info-box ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #EE5E2C;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.recommend .l-content-right {
  width: 520px;
}
.recommend .l-content-right .card {
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(239, 239, 239, 0.75);
  border-radius: 8px;
  padding: 30px 20px 5px;
  margin-bottom: 20px;
}
.recommend .l-content-right .card:last-child {
  margin-bottom: 0;
}
.recommend .l-content-right .card h3 {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 10px;
}
.recommend .l-content-right .card h3 i {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.recommend .l-content-right .card h3 span {
  display: inline-block;
  vertical-align: middle;
}
.recommend .l-content-right .card h3 a {
  font-size: 12px;
  color: #666666;
  float: right;
  line-height: 22px;
  transition: all 0.3s;
}
.recommend .l-content-right .card h3 a:hover {
  color: #EE5E2C;
}
.recommend .l-content-right .card ul a {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
.recommend .l-content-right .card ul a:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #EE5E2C;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: 7px;
}
.recommend .l-content-right .card ul a:hover {
  color: #EE5E2C;
}
@media (max-width: 978px) {
  .recommend {
    padding-bottom: 30px;
  }
  .recommend .l-body {
    display: block;
  }
  .recommend .l-content-left {
    width: 100%;
    margin-right: 20px;
    padding: 20px 20px 20px 20px;
    position: relative;
    background: #f0f9fb;
    box-shadow: 0 5px 30px 0 rgba(239, 239, 239, 0.75);
    border-radius: 8px;
    min-height: 253px;
    background: #f2f9fb url(/skin/image/book-mb.png) right bottom no-repeat;
    background-size: auto 100%;
    margin-bottom: 10px;
  }
  .recommend .l-content-left h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .recommend .l-content-left .l-content-l-top {
    padding-top: 0;
  }
  .recommend .l-content-left .l-content-l-bottom {
    background: #fff;
    margin-top: 0;
    padding: 10px 5px;
    position: absolute;
    bottom: -54px;
    left: -1px;
    right: 0;
  }
  .recommend .l-content-left .l-content-l-bottom ul li {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    border-right: 1px solid #aecdd1;
    cursor: pointer;
  }
  .recommend .l-content-left .l-content-l-bottom ul li h3 {
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    margin-bottom: 0px;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .recommend .l-content-left .l-content-l-bottom ul li p {
    display: none;
  }
  .recommend .l-content-left .l-content-l-bottom ul li:last-child {
    border: none;
  }
  .recommend .l-content-left .l-content-l-bottom ul li:hover h3,
  .recommend .l-content-left .l-content-l-bottom ul li:hover p {
    color: #EE5E2C;
  }
  .recommend .l-content-left .info-box {
    width: calc( 100% - 100px);
    margin-right: 20px;
    padding-bottom: 10px;
  }
  .recommend .l-content-left .info-box .l-btn {
    margin-top: 5px;
  }
  .recommend .l-content-left .info-box p {
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    padding-right: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .recommend .l-content-left .info-box ul {
    display: none;
  }
  .recommend .l-content-right {
    width: 100%;
  }
  .recommend .l-content-right .card {
    margin-right: 10px;
    width: calc((100% - 10px ) /2);
    float: left;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .recommend .l-content-right .card:last-child {
    margin-right: 0;
  }
  .recommend .l-content-right .card:last-child {
    margin-bottom: 0;
  }
  .recommend .l-content-right .card h3 {
    display: inline-block;
    margin-bottom: 0;
  }
  .recommend .l-content-right .card h3:first-child {
    display: none;
  }
  .recommend .l-content-right .card h3 a {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .recommend .l-content-right .card h3 a span {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
  }
  .recommend .l-content-right .card ul {
    display: none;
  }
}
.ad {
  background: url(/skin/image/ad-bg1.png) center no-repeat;
  background-size: cover;
}
.ad .a-container {
  height: 300px;
  text-align: center;
}
.ad .ad-info {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 45px;
}
.ad .ad-info h3 {
  font-size: 30px;
  color: #333333;
  letter-spacing: 00
  line-height: 48px;
  margin-bottom: 10px;
}
.ad .ad-info p {
  font-size: 18px;
  color: #666666;
  line-height: 28px;
}
.ad .btn-box {
  width: 273px;
  margin: 0 auto;
}
@media (max-width: 978px) {
  .ad {
    background: url(/skin/image/ad-bg-mb1.png) center bottom no-repeat;
    background-size: cover;
  }
  .ad .a-container {
    height: auto;
    padding: 30px 38px;
    display: block;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
  }
  .ad .ad-info {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .ad .ad-info h3 {
    font-size: 24px;
    color: #333333000;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .ad .ad-info p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .ad .btn-box {
    text-align: center;
    width: 100%;
    margin-bottom: 66px;
  }
  .ad .l-btn {
    font-size: 14px;
    padding: 0 20px;
  }
}
