button,
hr {
  overflow: visible;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ee9071;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: ButtonText dotted 1px;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  padding: 0;
}
optgroup {
  font-weight: 700;
}
a {
  outline: none;
}
:focus {
  outline: 0;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ddd;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}
body {
  font-family: 'Helvetica Neue', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  /* color: #6f7479; */
  background-color: #fff;
  margin: 0;
  padding: 0;
}
ul,
li,
dd,
dl {
  list-style: none;
}
a {
  text-decoration: none;
}

.cf:before,
.cf:after {
  content: ' ';
  display: table;
  line-height: 0;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
strong,
.l-content-info .strong {
  color: #333333;
  font-size: 16px;
}
a.linker {
  color: #737980;
  font-size: 12px;
}
a.link:hover,
a.linker:hover {
  color: #2d56b1;
  transition: color 0.3s ease-out;
}
a.link.more:after,
a.linker.more:after {
  content: '';
  width: 17px;
  height: 17px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: -4px;
  background: url(https://www.beisen.com/public/mobile/fer/upimg/hrsaas/common/icons-universal.png) -177px 3px no-repeat;
}
a.linker.more:hover:after,
a.link.more:hover:after {
  background-position: -190px 4px;
}
.txt-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}


html {
  -webkit-text-size-adjust: none;
}
.l-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1580px) {
.l-container {
  max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    margin: 0px auto !important;
    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: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #EE5E2C;
  color: #EE5E2C;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 25px;
  float: left;
  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 #EE5E2C;
  background: #EE5E2C;
}
.l-btn.orange:hover {
  border: 1px solid #EE5E2C;
  background: #EE5E2C;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px !important;
    line-height: 36px !important;
    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%;
}
.l-section {
  padding-top: 38px;
  background-color: rgb(246, 248, 252);
  padding-bottom: 38px;
}
.l-title {
  padding-bottom: 38px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  color: #666666;
  text-align: center;
}
@media (max-width: 1580px) {
  .l-title h2 {
  font-size: 24px;
}  
.l-title p {
  font-size: 14px;
}
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
    padding-top: 38px;
  }
  .l-title h2 {
    font-size: 22px;
    font-weight: 600;
  }
  .l-title p {
    font-size: 14px;  
  }
}

.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 {
  background-image: linear-gradient(180deg, #f6fdff 1%, #ffffff 100%);
}
.banner-main {
  float: left;
  line-height: 560px;
  height: 560px;
  width: calc(100% - 600px);
  padding-right: 0;
}
.banner-main .banner-topic {
  margin-bottom: 10px;
}
.banner-main .banner-topic i {
  display: inline-block;
  width: 180px;
  height: 35px;
  background: #EE5E2C;
  vertical-align: middle;
  background: url(../image/anli-logo.png) center no-repeat;
  background-size: cover;
}
.banner-main .banner-topic span {
  display: inline-block;
  vertical-align: middle;
}
.banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner-main h1 {
  font-size: 35px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 10px;
}
.banner-main p {
  font-size: 16px;
  color: #575b62;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.banner-img {
  float: left;
  height: 400px;
  width: 600px;
  position: relative;
}
.banner-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 80px;
}
.banner-img .video-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(/skin/image/video-btn.svg) center no-repeat;
  left: 50%;
  margin-left: -20px;
  top: 255px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
}
.banner-img .video-btn:hover {
  background: url(/skin/image/video-btn-h.svg) center no-repeat;
}
.banner-img .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;
}
.banner-img .video-close {
  width: 15px;
  height: 15px;
  position: absolute;
  background: url(/skin/image/close.svg) center no-repeat;
  background-size: 100% 100%;
  right: 40px;
  top: 160px;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.banner-img .video-box {
  position: absolute;
  width: 560px;
  height: 308px;
  top: 145px;
  left: 50px;
  border-radius: 8px;
  overflow: hidden;
}
.banner-img video {
  width: 100%;
  object-fit: fill;
}
@media (max-width: 978px) {
  .banner {
    text-align: center;
    padding: 40px 0 10px 0;
    position: relative;
  }
  .banner .l-btn {
    font-size: 14px;
    padding: 0 10px;
  }
  .banner a {
    width: 152px;
    margin-bottom: 40px;
  }
  .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: #000000;
    line-height: 36px;
    margin-bottom: 0px;
    text-align: center;
    max-width: 290px;
    display: inline-block;
    margin: 0 auto;
  }
  .banner-main p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    padding: 0 5px;
  }
  .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;
  }
}
.challenge .l-body ul li {
  float: left;
  width: 31%;
  padding: 15px 28px 25px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 15px;
  margin-right: 20px;
  border-radius: 28px;
}
.challenge .l-body ul li img {
  display: inline-block;
  width: 48px;
  height: 54px;
  margin-bottom: 20px;
}
.challenge .l-body ul li h2 {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 20px;
}
.challenge .l-body ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
@media (max-width: 978px) {
  .challenge {
    background: #f8f9fb;
  }
  .challenge .l-body ul li {
    float: left;
    width: 100%;
    text-align: left;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(239, 239, 239, 0.75);
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
  }
  .challenge .l-body ul li img {
    position: absolute;
    left: 20px;
    top: 18px;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
  }
  .challenge .l-body ul li h2 {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 50px;
  }
  .challenge .l-body ul li p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
  }
}
.number {
  background-image: linear-gradient(180deg, #f7fdff 0%, #ffffff 100%);
  text-align: center;
}
.number .img-box {
  font-size: 0;
  display: inline-block;
  max-width: 930px;
  position: relative;
}
.number .img-box img {
  width: 100%;
}
.number .img-box div {
  position: absolute;
}
.number .img-box div span {
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
.number .img-box div img {
  transition: all 0.3s;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
}
.number .img-box div:nth-child(2) {
  width: 142px;
  height: 60px;
  margin-left: -71px;
  margin-top: -30px;
  left: 208px;
  top: 89px;
}
.number .img-box div:nth-child(2) img {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -130px;
  width: 260px;
}
.number .img-box div:nth-child(3) {
  width: 142px;
  height: 60px;
  margin-left: -71px;
  margin-top: -30px;
  left: 513px;
  top: 89px;
}
.number .img-box div:nth-child(3) img {
  position: absolute;
  top: 100%;
  left: 140%;
  margin-left: -200px;
  width: 401px;
}
.number .img-box div:nth-child(4) {
  width: 139px;
  height: 104px;
  margin-left: -69px;
  margin-top: -52px;
  left: 816px;
  top: 110px;
}
.number .img-box div:nth-child(4) img {
  position: absolute;
  top: 100%;
  left: -7%;
  margin-left: -155px;
  width: 310px;
}
.number .img-box div:nth-child(5) {
  width: 139px;
  height: 104px;
  margin-left: -69px;
  margin-top: -52px;
  left: 129px;
  top: 267px;
}
.number .img-box div:nth-child(5) img {
  position: absolute;
  top: 100%;
  left: 140%;
  margin-left: -201px;
  width: 402px;
}
.number .img-box div:nth-child(6) {
  width: 142px;
  height: 60px;
  margin-left: -71px;
  margin-top: -30px;
  left: 360px;
  top: 246px;
}
.number .img-box div:nth-child(6) img {
  position: absolute;
  top: 100%;
  left: 140%;
  margin-left: -213px;
  width: 427px;
}
.number .img-box div:nth-child(7) {
  width: 142px;
  height: 60px;
  margin-left: -71px;
  margin-top: -30px;
  left: 665px;
  top: 246px;
}
.number .img-box div:nth-child(7) img {
  position: absolute;
  top: 100%;
  left: 110%;
  margin-left: -156px;
  width: 312px;
}
.number .img-box div:nth-child(8) {
  width: 66px;
  height: 60px;
  margin-left: -33px;
  margin-top: -30px;
  left: 321px;
  top: 405px;
}
.number .img-box div:nth-child(8) img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -156px;
  width: 312px;
  padding-bottom: 10px;
}
.number .img-box div:nth-child(9) {
  width: 66px;
  height: 60px;
  margin-left: -33px;
  margin-top: -30px;
  left: 474px;
  top: 405px;
}
.number .img-box div:nth-child(9) img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -127px;
  width: 254px;
  padding-bottom: 10px;
}
.number .img-box div:nth-child(10) {
  width: 66px;
  height: 60px;
  margin-left: -33px;
  margin-top: -30px;
  left: 626px;
  top: 405px;
}
.number .img-box div:nth-child(10) img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -122px;
  width: 244px;
  padding-bottom: 10px;
}
.number .img-box div:nth-child(11) {
  width: 142px;
  height: 60px;
  margin-left: -71px;
  margin-top: -30px;
  left: 817px;
  top: 405px;
}
.number .img-box div:nth-child(11) img {
  position: absolute;
  bottom: 100%;
  left: 2%;
  margin-left: -175px;
  width: 350px;
  padding-bottom: 10px;
}
.number .img-box div span:hover + img {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 978px) {
  .number {
    background: none;
  }
  .number .pc {
    display: none;
  }
  .number .mb {
    display: block;
  }
  .number .img-box div {
    display: none;
  }
}
.solution .l-body {
  display: flex;
  align-items: center;
  /* 垂直居中 */
}
.solution .l-content-info {
  width: calc( 100% - 600px );
}
.solution .l-content-info h2 {
  font-size: 30px;
  color: #333333;
  line-height: 48px;
  font-weight: 500;
}
.solution .l-content-info p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.solution .l-content-info ul {
  padding-top: 10px;
  margin-bottom: 5px;
}
.solution .l-content-info ul li {
  float: left;
  width: 50%;
}
 .solution .l-content-info ul li.g-show{
    display: block;
  }
  .solution .l-content-info ul li.l-show{
    display: none;
  }
.solution .l-content-info ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 3px;
  padding-left: 15px;
  position: relative;
}
.solution .l-content-info ul li p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #EE5E2C;
  border-radius: 50%;
}
.solution .l-content-info h2 + h2 + h2 {
  display: none;
}
.solution .l-content-img {
  width: 538px;
  font-size: 0;
  position: relative;
}
.solution .l-content-img .video-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(/skin/image/video-btn.svg) center no-repeat;
  left: 50%;
  margin-left: -30px;
  top: 40%;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
}
.solution .l-content-img .video-btn:hover {
  background: url(/skin/image/video-btn-h.svg) center no-repeat;
}
.solution .l-content-img .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;
}
.solution .l-content-img .video-close {
  width: 15px;
  height: 15px;
  position: absolute;
  background: url(/skin/image/close.svg) center no-repeat;
  background-size: 100% 100%;
  right: 9%;
  top: 17%;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.solution .l-content-img .video-box {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 0;
  overflow: hidden;
  z-index: 1;
}
.solution .l-content-img video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  
}
.solution .l-content-img img {
  width: 100%;
}
.solution#solution .l-content-info,
.solution#solution-02 .l-content-info {
  padding-right: 68px;
}
.solution#solution-01 .l-content-info,
.solution#solution-03 .l-content-info {
  padding-left: 100px;
}
.solution .mb {
  display: none;
}
@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);
  }
}
@media (max-width: 978px) {
  .solution .l-body {
    display: block;
  }
  .solution .l-content-info {
    width: 100%;
    padding-top: 38px;
  }
  .solution .l-content-info h2 {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
  }
  .solution .l-content-info p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .solution .l-content-info ul {
    margin-bottom: 5px;
  }
  .solution .l-content-info ul li {
    float: left;
    width: 50%;
  }
  .solution .l-content-info ul li.g-show{
    display: none;
  }
  .solution .l-content-info ul li.l-show{
    display: block;
  }
  .solution .l-content-info ul li p {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .solution .l-content-info ul li p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #EE5E2C;
    border-radius: 50%;
  }
  .solution .l-content-info h2 {
    display: none;
  }
  .solution .l-content-info h2 + h2 + h2 {
    display: block;
  }
  .solution .l-content-img {
    width: 100%;
    height: 245px;
    font-size: 0;
  }
  .solution .l-content-img img {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 38px;
  }
  .solution .l-content-img .video-box {
    width: 88%;
    height: 65%;
    margin-top: -13px;
  }
  .solution .l-content-img .video-btn {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    margin-left: 7px;
    left: 45%;
    top: 42%;
    margin-top: -10px;
    z-index: 2;
  }
  .solution .l-content-img .video-btn:hover {
    background: url(/skin/image/video-btn-h.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .solution .l-content-img .video-btn:after {
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
  }
  .solution#solution .l-content-info,
  .solution#solution-02 .l-content-info {
    padding-right: 0;
  }
  .solution#solution-01,
  .solution#solution-03 {
    background: #f8f9fb;
  }
  .solution#solution-01 .l-content-info,
  .solution#solution-03 .l-content-info {
    padding-left: 0;
  }
  .solution .pc {
    display: none;
  }
  .solution .mb {
    display: block;
  }
}
.choice .l-container {
  margin: 0px auto ;  
}
.choice .l-title {
  padding-bottom: 0;  
}
.ad {
  background: url(/skin/image/ad-bg1.png) center no-repeat;
  background-size: cover;
}
.ad .l-container {
  height: 300px;
  text-align: center;
}
.ad .ad-info {
  padding-top: 60px;
  margin-bottom: 45px;
}
.ad .ad-info h3 {
  font-size: 36px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 48px;
  margin-bottom: 10px;
}
.ad .ad-info p {
  font-size: 18px;
  color: #000000;
  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 .l-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: #000000;
    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;
  }
.clearfix-01 {
    color: #fff;
    border: 1px solid #EE5E2C;
    background: #EE5E2C;
    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;
    border-radius: 18px;
}
}