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: 1098px;
  }
}

@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .w1200{
      width: auto;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none;
  width: 12px;
  height: 12px;
  background: url("https://www.beisen.com/people-analytics/images/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
  .fold-icon {
    display: block;
  }
  .unfold.fold-icon {
    transform: rotateX(0);
  }
}
.l-btn {
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #EE5E2C;
  color: #EE5E2C;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  border-radius: 25px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #fff;
  border: 1px solid #EE5E2C;
  background: #EE5E2C;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #EE5E2C;
  background: #EE5E2C;
}
.l-btn.green:hover {
  background: #EE5E2C;
  transform: scale(1.09);
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 18px;
    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;
}

.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: 56px;
  padding-bottom: 56px;
  background-color: rgb(246, 248, 252);
}
.l-title {
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 0.4rem;
  color: #333333;
  font-weight: 600;
}
.l-title p {
  width: 1200px;
    margin: 0 auto;
    margin-top: 24px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    opacity: 1;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-title {
    font-size: 0;
  }
  .l-title h2 {
    font-size: 18px;
    font-weight: 400;
  }
}
@media (max-width: 978px) {
  .l-container .l-title p{
    width: 100%;
    font-size: 12px;
  }
}
.banner .banner-pc{
  width: 100%;
  text-align: center;
}
.banner .banner-map{
  width: 100%;
  text-align: center;
  display: none;
}
@media (max-width: 978px) {
.banner .banner-pc{
  display: none;
}
.banner .banner-map{
  display: block;
  overflow: hidden;
  height: 228px;
}
}
.price .l-body {
  text-align: center;
  padding-top: 38px;
}
.price .l-body ul li {
  display: inline-block;
  padding: 30px;
  box-shadow: 0 8px 16px 0 #d6daf0;
  border-radius: 4px;
  width: calc((100% - 60px ) / 3 );
  background-size: cover !important;
}
.price .l-body ul li p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 58px;
  text-align: left;
}
.price .l-body ul li p i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: cover !important;
  vertical-align: middle;
}
.price .l-body ul li p span {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  vertical-align: middle;
  width: calc(100% - 34px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.price .l-body ul li p:first-child {
  margin-bottom: 10px;
}
.price .l-body ul li:nth-child(1),
.price .l-body ul li:nth-child(2),
.price .l-body ul li:nth-child(4) {
  margin-right: 30px;
}
.price .l-body ul li:nth-child(1),
.price .l-body ul li:nth-child(2),
.price .l-body ul li:nth-child(3) {
  float: left;
  margin-bottom: 30px;
}
@media (max-width: 978px) {
  .price .l-body {
    text-align: center;
    padding-top: 0;
  }
  .price .l-body ul li {
    display: inline-block;
    float: none;
    padding: 25px;
    box-shadow: 0 8px 16px 0 #d6daf0;
    border-radius: 4px;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 5px !important;
    position: relative;
    background-color: #fff !important;
    background-size: cover !important;
  }
  .price .l-body ul li:nth-child(1) {
    z-index: 1;
  }
  .price .l-body ul li:nth-child(2) {
    z-index: 2;
  }
  .price .l-body ul li:nth-child(3) {
    z-index: 3;
  }
  .price .l-body ul li:nth-child(4) {
    z-index: 4;
  }
  .price .l-body ul li:nth-child(5) {
    z-index: 5;
  }
  .price .l-body ul li p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    max-height: 1000px;
    text-align: left;
  }
  .price .l-body ul li p i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: cover !important;
    vertical-align: middle;
  }
  .price .l-body ul li p span {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    vertical-align: middle;
    width: calc(100% - 34px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .price .l-body ul li p:first-child {
    margin-bottom: 10px;
  }
}
.challenge {
  background: #f3f7fd;
}
.challenge .l-body {
  text-align: center;
  padding-top: 38px;
}
.challenge .a-body {
  text-align: center;
   padding-top: 38px;
}
.challenge .l-body ul li {
  float: left;
  padding: 22px 14px;
  margin-bottom: 15px;
  background-image: linear-gradient(180deg, #ffffff 0%, #ecf7fd 100%);
  box-shadow: 0 8px 18px 0 rgb(0 78 204 / 10%);
  border-radius: 8px;
  width: calc((100% - 98px ) / 4 );
  margin-right: 20px;
}
.challenge .a-body ul li {
  float: left;
  padding: 22px 14px;
  margin-bottom: 15px;
  background-image: linear-gradient(180deg, #ffffff 0%, #ecf7fd 100%);
  box-shadow: 0 8px 18px 0 rgb(0 78 204 / 10%);
  border-radius: 8px;
  width: calc((100% - 98px ) / 3 );
  margin-right: 20px;
}
.challenge .l-body ul li img{
  width: 78px;
}

.clearfix-c1 {
  margin-top: 38px;
  width: 100%;
}
.clearfix-c1 img{
  box-shadow: 0 2px 16px 0 rgb(0 78 204 / 10%);
  border-radius: 24px;
}
.challenge .l-body ul li:last-child {
  margin-right: 0;
}
.challenge .l-body ul li i {
  display: inline-block;
  width: 78px;
  height: 48px;
  margin-bottom: 20px;
  background-size: cover !important;
}
.challenge .l-body ul li h3 {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.challenge .l-body ul li h3:hover{
    transform: scale(1.09);
}
.challenge .l-body ul li p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 80px;
}
@media screen and (max-width: 1580px){
 .challenge .l-body ul li p {
     font-size: 14px;
 }   
}
.challenge .a-body ul li p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 80px;
}
.challenge .l-body ul li p strong{
  font-size: 16px;

}
.challenge .l-body ul li p:hover{
    transform: scale(1.09);
}
@media (max-width: 978px) {
  .challenge {
    background: #f3f7fd;
    
  }
  .challenge .l-body {
    text-align: center;
  }
  .challenge .l-body ul div {
    display: flex;
  }
  .challenge .l-body ul li {
    float: left;
    padding: 20px;
    background-image: linear-gradient(180deg, #ffffff 0%, #f1f6ff 100%);
    box-shadow: 0 8px 16px 0 #d6daf0;
    border-radius: 8px;
    width: calc((100% - 5px ) / 2 );
    height: 175px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .challenge .a-body ul li {
      width: 100%;
      height: 108px;
  }
  .challenge .l-body ul li:nth-child(even) {
    margin-right: 0;
  }
  .challenge .l-body ul li i {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    background-size: cover !important;
  }
  .challenge .l-body ul li h3 {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 10px;
    overflow: visible;
    white-space: normal;
  }
  .challenge .l-body ul li p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    max-height: 100px;
    text-align: center;
  }
}
.step .l-content-top {
  margin-bottom: 30px;
  padding: 0 30px;
}
.step .l-content-top .img-box {
  position: relative;
  text-align: center;
}
.step .l-content-top .img-box img {
  display: inline-block;
  width: 100%;
}
.step .l-content-top .img-box .step-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.step .l-content-top .img-box .step-info a {
  width: 180px;
  height: 100px;
  padding: 15px 18px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 10px 0 #cbd1f3;
  border-radius: 50px;
  margin-top: -50px;
  margin-left: -50px;
  cursor: pointer;
}
.step .l-content-top .img-box .step-info a h3 {
  margin-bottom: 5px;
}
.step .l-content-top .img-box .step-info a:nth-child(1) {
  background: #EE5E2C;
  left: 20%;
  top: 6%;
}
.step .l-content-top .img-box .step-info a:nth-child(1):hover + a + a + a + a + a + a + img {
  opacity: 1;
  visibility: visible;
}
.step .l-content-top .img-box .step-info a:nth-child(2) {
  background: #EE5E2C;
  left: 47%;
  top: 6%;
}
.step .l-content-top .img-box .step-info a:nth-child(2):hover + a + a + a + a + a + img + img {
  opacity: 1;
  visibility: visible;
}
.step .l-content-top .img-box .step-info a:nth-child(3) {
  background: #bb9cd9;
  left: 70%;
  top: 6%;
}
.step .l-content-top .img-box .step-info a:nth-child(3):hover + a + a + a + a + img + img + img {
  opacity: 1;
  visibility: visible;
}
.step .l-content-top .img-box .step-info a:nth-child(4) {
  background: #ea789f;
  left: 94%;
  top: 50%;
}
.step .l-content-top .img-box .step-info a:nth-child(4):hover + a + a + a + img + img + img + img {
  opacity: 1;
  visibility: visible;
}
.step .l-content-top .img-box .step-info a:nth-child(5) {
  background: #9a96dc;
  left: 60%;
  top: 91%;
}
.step .l-content-top .img-box .step-info a:nth-child(5):hover + a + a + img + img + img + img + img {
  opacity: 1;
  visibility: visible;
}
.step .l-content-top .img-box .step-info a:nth-child(6) {
  background: #EE5E2C;
  left: 32%;
  top: 91%;
}
.step .l-content-top .img-box .step-info a:nth-child(6):hover + a + img + img + img + img + img + img {
  opacity: 1;
  visibility: visible;
}
.step .l-content-top .img-box .step-info a:nth-child(7) {
  background: #6181ed;
  left: -1%;
  top: 50%;
}
.step .l-content-top .img-box .step-info a:nth-child(7):hover + img + img + img + img + img + img + img {
  opacity: 1;
  visibility: visible;
}
.step .l-content-top .img-box .step-info img {
  width: 690px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
}
.step .l-content-top .img-box .step-info img:nth-child(12) {
  top: -110px;
}
.step .l-content-top .img-box .step-info img:nth-child(13) {
  top: -110px;
}
.step .l-content-bottom {
  text-align: center;
}
.step .l-content-bottom span {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 60px;
  background: url(/skin/image/step-bottom.svg);
  width: 80%;
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .step .l-body .l-content img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.edm-our1 {
  position: relative;
  height: 808px;
}
.edm-our2 {
  text-align: center;
}
.solution,
.solution-list {
  background: #f3f7fd;
}
.solution .l-body,
.solution-list .l-body {
  display: flex;
  align-items: center;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
  padding-top: 38px;
}
.solution .l-body .l-content-left,
.solution-list .l-body .l-content-left {
  margin-right: 58px;
  width: calc((100% - 68px ) / 2 );
}
.solution .l-body .l-content-right,
.solution-list .l-body .l-content-right {
  width: calc((100% - 60px ) / 2 );
}
.solution-img-box {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.solution-img-box img:hover{
    transform: scale(1.09);
}
.solution .l-body .solution-img-box img,
.solution-list .l-body .solution-img-box img {
  display: inline-block;
  width: 90%;
  border-radius: 18px;
}
.solution .l-body .solution-info-box h3,
.solution-list .l-body .solution-info-box h3 {
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin-bottom: 30px;
}
.solution .l-body .solution-info-box h3 span,
.solution-list .l-body .solution-info-box h3 span {
  display: block;
}
.solution .l-body .solution-info-box p,
.solution-list .l-body .solution-info-box p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 10px;
}

.solution .l-body .solution-info-box ul li,
.solution-list .l-body .solution-info-box ul li {
  padding-left: 15px;
  position: relative;
}
.solution-info-box ul li:hover{
    transform: scale(1.09);
}

.solution .l-body .solution-info-box ul li:after,
.solution-list .l-body .solution-info-box ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #EE5E2C;
  position: absolute;
  left: 0;
  top: 6px;
}
.solution .l-body .solution-info-box div,
.solution-list .l-body .solution-info-box div {
  margin-top: 20px;
}
.solution-list {
  background: #ffffff;
}
@media (max-width: 978px) {
  .solution,
  .solution-list {
    background: #f3f7fd;
  }
  .solution .l-body,
  .solution-list .l-body {
    display: block;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
  }
  .solution .l-body .l-content-left,
  .solution-list .l-body .l-content-left {
    margin-right: 60px;
    width: 100%;
  }
  .solution .l-body .l-content-right,
  .solution-list .l-body .l-content-right {
    width: 95%;
    padding-left: 18px;
  }
  .solution .l-body .solution-img-box img,
  .solution-list .l-body .solution-img-box img {
    display: inline-block;
    width: 90%;
    margin-bottom: 22px;
  }
  .solution .l-body .solution-info-box h3,
  .solution-list .l-body .solution-info-box h3 {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .solution .l-body .solution-info-box h3 span,
  .solution-list .l-body .solution-info-box h3 span {
    display: block;
  }
  .solution .l-body .solution-info-box p,
  .solution-list .l-body .solution-info-box p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .solution .l-body .solution-info-box ul li,
  .solution-list .l-body .solution-info-box ul li {
    padding-left: 15px;
    position: relative;
  }
  .solution .l-body .solution-info-box ul li:after,
  .solution-list .l-body .solution-info-box ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EE5E2C;
    position: absolute;
    left: 0;
    top: 6px;
  }
  .solution .l-body .solution-info-box div,
  .solution-list .l-body .solution-info-box div {
    margin-top: 10px;
  }
  .solution-list {
    background: #ffffff;
  }
}
.ad {
  background: url(/skin/image/ad-bg.svg);
  background-size: cover;
}
.ad .l-container {
  height: 214px;
  display: flex;
  align-items: center;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
}
.ad .ad-info {
  margin-right: 60px;
  width: calc((100% - 60px) / 2);
}
.ad .ad-info h3 {
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 10px;
}
.ad .ad-info p {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}
.ad .btn-box {
  width: calc((100% - 60px) / 2);
}
@media (max-width: 978px) {
  .ad {
    background: url(/skin/image/ad-bg-mb.svg);
    background-size: cover;
  }
  .ad .l-container {
    height: auto;
    padding: 15px 38px;
    display: block;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
  }
  .ad .ad-info {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .ad .ad-info h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .ad .ad-info p {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .ad .btn-box {
    text-align: center;
    width: 100%;
  }
  .ad .l-btn {
    font-size: 14px;
    padding: 0 10px;
  }
}
.recommend .l-body {
  display: flex;
  padding-top: 38px;
}
.recommend .l-content-left {
  width: calc(100% - 420px);
  margin-right: 20px;
  background: #e6edf9;
  padding: 40px 0 0 0;
  position: relative;
}
.recommend .l-content-left h3 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.recommend .l-content-left .l-content-l-top {
  display: flex;
  padding: 0 40px;
}
.recommend .l-content-left .l-content-l-bottom {
  background: #f7f9fd;
  margin-top: 30px;
  padding: 20px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  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: #333333;
  line-height: 22px;
  margin-bottom: 10px;
  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: 12px;
  color: #666666;
  line-height: 17px;
  display: -webkit-box;
  -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 {
  color: #EE5E2C;
}
.recommend .l-content-left .info-box {
  width: calc(100% - 290px);
  margin-right: 20px;
}
.recommend .l-content-left .info-box .l-btn {
  margin-top: 25px;
}
.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;
  margin-bottom: 20px;
  overflow: hidden;
}
.recommend .l-content-left .info-box ul li {
  float: left;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  padding-left: 15px;
  position: relative;
}
.recommend .l-content-left .info-box ul li p {
  margin-bottom: 10px;
}
.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-left .img-box {
  width: 270px;
}
.recommend .l-content-left .img-box img {
  display: block;
  width: 100%;
}
.recommend .l-content-right {
  width: 400px;
}
.recommend .l-content-right .card {
  background: #f4f7fc;
  padding: 15px 20px;
  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: 22px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.recommend .l-content-right .card h3 i {
  width: 24px;
  height: 24px;
  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: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
  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: 0;
  top: 6px;
}
.recommend .l-content-right .card ul a:hover {
  color: #EE5E2C;
}
@media (max-width: 978px) {
  .recommend .l-body {
    display: block;
  }
  .recommend .l-content-left {
    width: 100%;
    margin-right: 20px;
    padding: 20px 0 20px 0;
    position: relative;
  }
  .recommend .l-content-left h3 {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .recommend .l-content-left .l-content-l-top {
    display: block;
    padding: 0 20px;
  }
  .recommend .l-content-left .l-content-l-bottom {
    margin-top: 30px;
    padding: 10px 20px;
    position: static;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .recommend .l-content-left .l-content-l-bottom ul li {
    float: left;
    width: 33.33%;
    padding: 0 30px;
    border-right: 1px solid #aecdd1;
    cursor: pointer;
  }
  .recommend .l-content-left .l-content-l-bottom ul li h3 {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
    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: 12px;
    color: #666666;
    line-height: 17px;
    display: -webkit-box;
    -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 {
    color: #EE5E2C;
  }
  .recommend .l-content-left .info-box {
    width: calc(100% - 0px);
    margin-right: 20px;
  }
  .recommend .l-content-left .info-box p {
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .recommend .l-content-left .info-box ul li {
    float: left;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    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-left .img-box {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 120px;
  }
  .recommend .l-content-left .img-box img {
    display: block;
    width: 100%;
  }
  .recommend .l-content-right {
    width: 100%;
  }
  .recommend .l-content-right > div a {
    font-size: 16px;
    color: #000000;
    line-height: 44px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px;
    border-bottom: none;
    margin-right: 15px;
    float: left;
    width:  calc((100% - 15px) / 2);
    background: #f3f7fd;
    text-align: center;
  }
  .recommend .l-content-right > div a:last-child {
    margin-right: 0;
  }
  .recommend .l-content-right > div a i {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
  }
  .recommend .l-content-right > div a span {
    display: inline-block;
    vertical-align: middle;
  }
  .recommend .l-content-right .card {
    display: none;
  }
  .recommend .l-content-l-bottom ul li {
    margin-top: 4px;
    margin-right: 4px;
    float: left;
    width:  calc((100% - 8px) / 3);
    background: #e5f6f8;
  }
  .recommend .l-content-l-bottom ul li h3 {
    font-size: 12px;
    color: #333;
    line-height: 37px;
    text-align: center;
  }
  .recommend .l-content-l-bottom ul li:last-child {
    margin-right: 0;
  }
}
.jfa_01_t h2 {
    font-size:	28px;
    color: #000;
    font-weight:normal;
    line-height:55px;
}

.in_02_t h5,
.jfa_01_t h5 {
    font-weight: bold;
    font-size: 36px;
    line-height: 0.64rem;
}

.jfa_01_t {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.jfa_01_t h2 {
    font-size: 28px;
    color: #000;
    font-weight: normal;
    line-height: 55px;
}
.jfa_01_t p {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 0.56rem;
}

.jfa_01_c {
    width: 100%;
    overflow: visible;
    margin-top: 0.01rem;
}

.jfa_01_c ul li {
    width: 23.5%;
    float: left;
    overflow: visible;
    margin-right: 2%;
    position: relative;
}

.jfa_01_c ul li:nth-child(4) {
    margin-right: 0px;
}

.jfa_01_c ul li img {
    width: 0.8rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: -0.6rem;
    border-radius: 50%;
}

.jfa_01_c ul li:nth-child(1) img {
    -moz-box-shadow: 8px 0px 18px rgba(255, 102, 112, 0.38);
    -webkit-box-shadow: 8px 0px 18px rgba(255, 102, 112, 0.38);
    box-shadow: 8px 0px 18px rgba(255, 102, 112, 0.38)
}

.jfa_01_c ul li:nth-child(2) img {
    -moz-box-shadow: 8px 0px 18px rgba(57, 151, 252, 0.38);
    -webkit-box-shadow: 8px 0px 18px rgba(57, 151, 252, 0.38);
    box-shadow: 8px 0px 18px rgba(57, 151, 252, 0.38)
}

.jfa_01_c ul li:nth-child(3) img {
    -moz-box-shadow: 8px 0px 18px rgba(48, 188, 246, 0.38);
    -webkit-box-shadow: 8px 0px 18px rgba(48, 188, 246, 0.38);
    box-shadow: 8px 0px 18px rgba(48, 188, 246, 0.38)
}

.jfa_01_c ul li:nth-child(4) img {
    -moz-box-shadow: 8px 0px 18px rgba(165, 76, 212, 0.38);
    -webkit-box-shadow: 8px 0px 18px rgba(165, 76, 212, 0.38);
    box-shadow: 8px 0px 18px rgba(165, 76, 212, 0.38)
}

.jfa_01_c ul {
    display: flex;
    flex-wrap: wrap;
}

.jfa_01_c ul li .jfa_01c_c {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 0.08rem;
    margin-top: 0.4rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-shadow: 8px 0px 18px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 8px 0px 18px rgba(0, 0, 0, 0.06);
    box-shadow: 8px 0px 18px rgba(0, 0, 0, 0.06);
    height: calc(100% - 0.5rem);
}

.jfa_01_c ul li .jfa_01c_c em {
    display: block;
    overflow: hidden;
    font-style: normal;
    margin: 0px 0.23rem;
    margin-top: 0.5rem;
    height: auto !important;
    margin-bottom: 0.37rem;
}

.jfa_01_c ul li .jfa_01c_c em span,
.jfa_01_c ul li .jfa_01c_c em h3 {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
}

.jfa_01_c ul li .jfa_01c_c em i {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #222;
    line-height: 1.5;
    margin-top: 18px;
    font-style: normal;
}
.jfa_01_c ul li .jfa_01c_c em i:hover{
    transform: scale(1.09);
}

.jfa_01_t1 {
    margin-top: 1.04rem;
    margin-bottom: 0.42rem;
}
.wrap_in {
    overflow: visible;
    margin: 8px 15%;
}
.newsTit_grid h2 {
    font-size: 28px;
}
.newsTit_grid h2 {
    font-size: 36px;
}
.newsTit_grid h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: normal;
}
.jfa_01_c ul li {
     width: 100%;
     margin-right: 0px;
}

.jfa_01_c ul li .jfa_01c_c em {
    margin-top: 40px;
}
.jfa_01_c ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .jfa_01_c ul li img {
        width: 60px;
        margin-left: -30px;
    }

    .jfa_01_c ul li .jfa_01c_c {
        padding-bottom: 10px;
    }

    .jfa_01_c ul li .jfa_01c_c em {
        margin-top: 40px;
    }

    .jfa_01_c ul li .jfa_01c_c em span.sp1 {
        font-size: 16px;
        line-height: 30px;
    }

    .jfa_01_c ul li .jfa_01c_c em span.sp2 i {
        font-size: 12px;
        line-height: 24px;
        background-position: 0px 10px;
        padding-left: 10px;
    }

    .jfa_01_c ul li .jfa_01c_c em span,
    .jfa_01_c ul li .jfa_01c_c em h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .jfa_01_c ul li .jfa_01c_c em i {
        font-size: 14px;
        line-height: 24px;
        background-position: 0px 10px;
}

.jfa_01_t p {
    font-size: 16px;
    line-height: 24px;
}
.jfa_01_c ul li {
    width: 19%;
    float: left;
    overflow: visible;
    margin-right: 5px;
    position: relative;
}
@media screen and (max-width:1000px) {
    .wrap_in {padding: 20px 0;}
    .wrap_in {margin: 0px 2%;font-size: 0.4rem;}
    .jfa_01_t h2{font-size: 18px;line-height: 40px;}
    }
@media screen and (max-width:750px) {
    .jfa_01_c ul li {width: 50%;margin-right: 0px;margin-bottom: 0px;}
    .jfa_01_c ul li img {width: 60px;margin-left: -30px;}
    .jfa_01_c ul li .jfa_01c_c {margin-top: 30px;height: auto;padding-bottom: 10px;}
    .jfa_01_c ul li .jfa_01c_c em {margin-top: 40px;}
    .jfa_01_c ul li .jfa_01c_c em i {font-size: 14px;line-height: 24px;background-position: 0px 10px;}
    }

.framework {
  background: -webkit-radial-gradient(#1f51c0cf, #264597);
  padding-bottom: 0;
}
.framework .l-title {
  padding-bottom: 0;
}
.framework .l-title h2 {
  color: #fff;
}
.framework .l-title p {
  color: #fff;  
}
.framework .l-content-top .img-box {
  text-align: center;
  position: relative;
  margin-top: -60px;
}
.framework .l-content-top .img-box img {
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
}
.framework .l-content-top .img-box img:nth-child(3) {
  position: absolute;
  width: 18%;
  left: 26%;
  margin-top: 155px;
  top: 0;
  right: 0;
  z-index: 2;
}
.framework .l-content-top .img-box img:nth-child(2) {
  position: absolute;
  width: 18%;
  left: 37%;
  transform: translateX(-50%) translateY(-50%);
  top: 49%;
  margin-top: -15px;
  animation:mymove 5s infinite;
  -webkit-animation:mymove 5s infinite;
}
.framework .l-content-top .img-box img:nth-child(4) {
  position: absolute;
  top: 50%;
  width: 18%;
  left: 50%;
  margin-top: -204px;
  margin-left: 282px;
  animation: toTop 3s linear infinite;
  -moz-animation: toTop 3s linear infinite;
  /* Firefox */
  -webkit-animation: toTop 3s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: toTop 3s linear infinite;
}
.framework .l-content-top .img-box img:nth-child(5) {
  position: absolute;
  width: 18%;
  z-index: 1;
  top: 83%;
  left: 56%;
  animation: toDo1 6s linear infinite;
  -moz-animation: toDo1 6s linear infinite;
  /* Firefox */
  -webkit-animation: toDo1 6s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: toDo1 6s linear infinite;
}
.framework .l-content-top .img-box img:nth-child(6) {
  position: absolute;
  width: 18%;
  z-index: 1;
  top: 63%;
  left: 75%;
  animation: toDo2 6s 3s linear infinite;
  -moz-animation: toDo2 6s 3s linear infinite;
  /* Firefox */
  -webkit-animation: toDo2 6s 3s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: toDo2 6s 3s linear infinite;
}
.framework .l-content-top .img-box img:nth-child(7) {
  position: absolute;
  width: 18%;
  z-index: 1;
  top: 55%;
  left: 10%;
  animation: toDo3 6s 6s linear infinite;
  -moz-animation: toDo3 6s 6s linear infinite;
  /* Firefox */
  -webkit-animation: toDo3 6s 6s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: toDo3 6s 6s linear infinite;
}
.framework .l-content-top .img-box img:nth-child(8) {
  position: absolute;
  width: 18%;
  z-index: 1;
  top: 78%;
  left: 22%;
  animation: toDo4 6s 9s linear infinite;
  -moz-animation: toDo4 6s 9s linear infinite;
  /* Firefox */
  -webkit-animation: toDo4 6s 9s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: toDo4 6s 9s linear infinite;
}
.framework .l-content-top .img-box img:nth-child(9) {
  opacity: 0;
  position: absolute;
  width: 77px;
  z-index: 1;
  margin-top: -39px;
  margin-left: -20.5px;
  animation: toDo5 6s 12s linear infinite;
  -moz-animation: toDo5 6s 12s linear infinite;
  /* Firefox */
  -webkit-animation: toDo5 6s 12s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: toDo5 6s 12s linear infinite;
}
.framework .l-content-top .img-box i {
  position: absolute;
  top: 45%;
  width: 263px;
  height: 250px;
  left: 50%;
  margin-top: -60px;
  margin-left: 30px;
  transform: translateX(-50%) translateY(-50%);
  animation: fireToTop 3s linear infinite;
  -moz-animation: fireToTop 3s linear infinite;
  /* Firefox */
  -webkit-animation: fireToTop 3s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: fireToTop 3s linear infinite;
}
.framework .l-content-top .img-box .link-box {
  position: absolute;
  width: 250px;
  height: 200px;
  left: 50%;
  margin-left: -125px;
  top: 26%;
  margin-top: -100px;
  z-index: 2;
}
.framework .l-content-top .img-box .link-box a {
  position: absolute;
  width: 94px;
  height: 69px;
  cursor: pointer;
  transition: all 0.3s;
}
.framework .l-content-top .img-box .link-box a:nth-child(1) {
  background: url(/skin/image/link-01.svg);
  left: 7px;
  bottom: 45px;
  animation: toTop 3s linear infinite;
  -moz-animation: toTop 3s linear infinite;
  /* Firefox */
  -webkit-animation: toTop 3s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: toTop 3s linear infinite;
}
.framework .l-content-top .img-box .link-box a:nth-child(1):hover {
  background: url(/skin/image/link-01-h.svg);
}
.framework .l-content-top .img-box .link-box a:nth-child(2) {
  background: url(/skin/image/link-02.svg);
  left: 40px;
  bottom: 94px;
  animation: toTop 3s 1s linear infinite;
  -moz-animation: toTop 3s 1s linear infinite;
  /* Firefox */
  -webkit-animation: toTop 3s 1s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: toTop 3s 1s linear infinite;
}
.framework .l-content-top .img-box .link-box a:nth-child(2):hover {
  background: url(/skin/image/link-02-h.svg);
}
.framework .l-content-top .img-box .link-box a:nth-child(3) {
  width: 85px;
  height: 62px;
  background: url(/skin/image/link-03.svg);
  left: 96px;
  bottom: 139px;
  animation: toTop 3s 3s linear infinite;
  -moz-animation: toTop 3s 3s linear infinite;
  /* Firefox */
  -webkit-animation: toTop 3s 3s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: toTop 3s 3s linear infinite;
}
.framework .l-content-top .img-box .link-box a:nth-child(3):hover {
  background: url(/skin/image/link-03-h.svg);
}
.framework .l-content-top .img-box .link-box a:nth-child(4) {
  width: 101px;
  height: 74px;
  background: url(/skin/image/link-04.svg);
  left: 123px;
  bottom: 8px;
  animation: toTop 3s 1s linear infinite;
  -moz-animation: toTop 3s 1s linear infinite;
  /* Firefox */
  -webkit-animation: toTop 3s 1s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: toTop 3s 1s linear infinite;
}
.framework .l-content-top .img-box .link-box a:nth-child(4):hover {
  background: url(/skin/image/link-04-h.svg);
}
.framework .l-content-top .img-box .link-box a:nth-child(5) {
  background: url(/skin/image/link-05.svg);
  left: 150px;
  bottom: 65px;
  animation: toTop 3s linear infinite;
  -moz-animation: toTop 3s linear infinite;
  /* Firefox */
  -webkit-animation: toTop 3s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: toTop 3s linear infinite;
}
.framework .l-content-top .img-box .link-box a:nth-child(5):hover {
  background: url(/skin/image/link-05-h.svg);
}
.framework .l-content-bottom {
  text-align: center;
}
.framework .l-content-bottom span {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  line-height: 60px;
  background: url(https://www.beisen.com/public/mobile/fer/upimg/zpy/step-bottom.svg);
  width: 80%;
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .framework {
    height: 318px;
    padding-bottom: 0;
  }
  .framework .l-title h2 {
    color: #fff;
  }
  .framework .l-content-top .img-box {
    margin-top: 0;
    width: 345px;
    margin: 0 auto;
  }
  .framework .l-content-top .img-box img {
    display: inline-block;
    width: 345px;
    transition: all 0.3s;
  }
  .framework .l-content-top .img-box img:nth-child(3) {
    width:20%;
    position: absolute;
    top: -60%;
    left: 22%;
    right: 0;
    z-index: 2;
  }
  .framework .l-content-top .img-box img:nth-child(2) {
    width:20%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 56%;
    margin-top: -15px;
  }
  .framework .l-content-top .img-box img:nth-child(4) {
    width:20%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: 34px;
    animation: toTop 3s linear infinite;
    -moz-animation: toTop 3s linear infinite;
    /* Firefox */
    -webkit-animation: toTop 3s linear infinite;
    /* Safari 和 Chrome */
    -o-animation: toTop 3s linear infinite;
  }
  .framework .l-content-top .img-box img:nth-child(5) {
    width:20%;
    position: absolute;
    z-index: 1;
    animation: toDo1 6s linear infinite;
    -moz-animation: toDo1 6s linear infinite;
    /* Firefox */
    -webkit-animation: toDo1 6s linear infinite;
    /* Safari 和 Chrome */
    -o-animation: toDo1 6s linear infinite;
  }
  .framework .l-content-top .img-box img:nth-child(6) {
    width:20%;
    position: absolute;
    z-index: 1;
    animation: toDo2 6s 3s linear infinite;
    -moz-animation: toDo2 6s 3s linear infinite;
    /* Firefox */
    -webkit-animation: toDo2 6s 3s linear infinite;
    /* Safari 和 Chrome */
    -o-animation: toDo2 6s 3s linear infinite;
  }
  .framework .l-content-top .img-box img:nth-child(7) {
    width:20%;
    left: 5%;
    position: absolute;
    z-index: 1;
    animation: toDo3 6s 6s linear infinite;
    -moz-animation: toDo3 6s 6s linear infinite;
    /* Firefox */
    -webkit-animation: toDo3 6s 6s linear infinite;
    /* Safari 和 Chrome */
    -o-animation: toDo3 6s 6s linear infinite;
  }
  .framework .l-content-top .img-box img:nth-child(8) {
    width:20%;
    position: absolute;
    z-index: 1;
    animation: toDo4 6s 9s linear infinite;
    -moz-animation: toDo4 6s 9s linear infinite;
    /* Firefox */
    -webkit-animation: toDo4 6s 9s linear infinite;
    /* Safari 和 Chrome */
    -o-animation: toDo4 6s 9s linear infinite;
  }
  .framework .l-content-top .img-box img:nth-child(9) {
    opacity: 0;
    position: absolute;
    width: 30px;
    z-index: 1;
    margin-top: -20.5px;
    margin-left: -20.5px;
    animation: toDo5 6s 12s linear infinite;
    -moz-animation: toDo5 6s 12s linear infinite;
    /* Firefox */
    -webkit-animation: toDo5 6s 12s linear infinite;
    /* Safari 和 Chrome */
    -o-animation: toDo5 6s 12s linear infinite;
  }
  .framework .l-content-top .img-box i {
    position: absolute;
    top: 45%;
    width: 130px;
    height: 125px;
    left: 50%;
    margin-top: -60px;
    margin-left: 10px;
    transform: translateX(-50%) translateY(-50%);
    background-size: 100% 100% !important;
    animation: fireToTop1 3s linear infinite;
    -moz-animation: fireToTop1 3s linear infinite;
    /* Firefox */
    -webkit-animation: fireToTop1 3s linear infinite;
    /* Safari 和 Chrome */
    -o-animation: fireToTop1 3s linear infinite;
  }
  .framework .l-content-top .img-box .link-box {
    position: absolute;
    width: 120px;
    height: 100px;
    left: 50%;
    margin-left: -60px;
    top: 9%;
    margin-top: -50px;
    z-index: 2;
  }
  .framework .l-content-top .img-box .link-box a {
    position: absolute;
    width: 47px;
    height: 35px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .framework .l-content-top .img-box .link-box a:nth-child(1) {
    background: url(/skin/image/link-01.svg);
    background-size: 100% 100% !important;
    left: 7px;
    bottom: 30px;
  }
  .framework .l-content-top .img-box .link-box a:nth-child(1):hover {
    background: url(/skin/image/link-01-h.svg);
    background-size: 100% 100% !important;
  }
  .framework .l-content-top .img-box .link-box a:nth-child(2) {
    background: url(/skin/image/link-02.svg);
    background-size: 100% 100% !important;
    left: 20px;
    bottom: 47px;
  }
  .framework .l-content-top .img-box .link-box a:nth-child(2):hover {
    background: url(/skin/image/link-02-h.svg);
    background-size: 100% 100% !important;
  }
  .framework .l-content-top .img-box .link-box a:nth-child(3) {
    width: 42px;
    height: 31px;
    background: url(/skin/image/link-03.svg);
    background-size: 100% 100% !important;
    left: 38px;
    bottom: 69px;
  }
  .framework .l-content-top .img-box .link-box a:nth-child(3):hover {
    background: url(/skin/image/link-03-h.svg);
    background-size: 100% 100% !important;
  }
  .framework .l-content-top .img-box .link-box a:nth-child(4) {
    width: 50px;
    height: 37px;
    background: url(/skin/image/link-04.svg);
    background-size: 100% 100% !important;
    left: 61px;
    bottom: 4px;
  }
  .framework .l-content-top .img-box .link-box a:nth-child(4):hover {
    background: url(/skin/image/link-04-h.svg);
    background-size: 100% 100% !important;
  }
  .framework .l-content-top .img-box .link-box a:nth-child(5) {
    background: url(/skin/image/link-05.svg);
    background-size: 100% 100% !important;
    left: 77px;
    bottom: 30px;
  }
  .framework .l-content-top .img-box .link-box a:nth-child(5):hover {
    background: url(/skin/image/link-05-h.svg);
    background-size: 100% 100% !important;
  }
  .framework .l-content-bottom {
    text-align: center;
  }
  .framework .l-content-bottom span {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    background: url(https://www.beisen.com/public/mobile/fer/upimg/zpy/step-bottom.svg);
    width: 80%;
    background-size: 100% 100%;
  }
}