﻿body {
  /* overflow-x: hidden; */

  /* min-width: 320px;
  width: 10rem;
  font-size: 16px!important; */
  margin: 0 auto;
}

h1 {
  height: 35.000064px;
  line-height: 35.000064px;
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}

.subhead {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 300;
  color: #999898;
}

/* 轮播图 */
.swiper-container {
  width: 100%;
  /* height: 750px; */
}

.swiper-container .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.swiper-wrapper .swiper-slide {
  width: 100%;
}

.swiper-wrapper .swiper-slide>img {
  height: 100%;
  width: 100%;
}

.swiper-wrapper .swiper-slide .desc .title {
  width: 12.5%;
  height: 7.38%;
  /* width: 20%;
  height: 10%; */
  width: 100%;
  font-size: 48px;
  text-align: left;
  font-weight: bold;
}

.swiper-wrapper .swiper-slide .desc .memo {
  color: #FFFFFF;
  line-height: 48px;
  margin-top: 45px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 1536.01152px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-container .swiper-active-switch {
  background: #fff;
}

.swiper-container .swiper-pagination-bullet {
  height: 10px !important;
  width: 10px !important;
  background: #FFFFFF !important;
  opacity: 1 !important;
}

.swiper-container .swiper-pagination-bullet-active {
  background: #FFFFFF !important;
  width: 25px !important;
  border-radius: 5px !important;
}

.swiper-container>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px !important;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  display: block;
}

.swiper-container .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  display: none;
  height: 60px !important;
  width: 60px !important;
  background-image: url(../images/banner/Left-slip-icon.png) !important;
  background-size: 100% !important;
  left: 30px !important;
}

.swiper-container .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  display: none;
  height: 60px !important;
  width: 60px !important;
  background-image: url(../images/banner/Slide-right-icon.png) !important;
  background-size: 100% !important;
  right: 30px !important;
}

.swiper-container>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 18px !important;
}

.swiper-container .btn-jump {
  position: absolute;
  /* bottom: 149px; */
  left: 17.5%;
  z-index: 1;
  display: flex;
  height: 60px;
  width: 485px;
  justify-content: space-around;
  align-items: center;
  top: 68%;
}

.swiper-container .btn-jump .btn1-img,
.btn2-img {
  transform: scale(.8);
  cursor: pointer;
}

.desc {
  position: absolute;
  top: 27.69%;
  left: 18.75%;
  color: #ffffff;
  text-align: left;
  /* width: 30%; */
  width: 33%;
}

.slogan {
  border-bottom: 1px solid #EFEFEF;
  width: 100%;
}

.advertising {
  display: flex;
  align-items: center;
  height: 70px;
}

.advertising span {
  height: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
}

.advertising .select {
  margin-right: 40px;
  padding: 9px;
  color: red;
  border: 1px solid red;
  cursor: pointer;
  border-radius: 3px;
}

.advertising .news {
  flex: 1;
  display: flex;
  justify-content:flex-start;
  padding: 0 8px;
  flex-wrap: wrap;
  height: 50px;
    line-height: 50px;
}
.advertising .news a{
  width:32%;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px 0px 0 0;
  /* margin-right:60px; */
}

.advertising .news .hot {
  position: relative;
  cursor: pointer;
}

.advertising .news .hot::after {
  content: 'Hot';
  position: absolute;
  top: 2px;
  margin-left: -12px;
  padding: 3px 4px;
  height: 9px;
  font-size: 11px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 9px;
  background: #FC6632;
  border-radius: 8px 0 8px 0;
}


.region {
  padding-top: 63px;
  height: 900px;
  width: 100%;
}

.region .subhead {
  margin-top: 41px;
}

.region .pro-ul {
  display: flex;
  justify-content: space-around;
  margin-top: 63px;
}

.region .pro-ul li {
  text-align: center;
  font-size: 0;
}

.region .pro-ul li img {
  width: 116px;
  height: 116px;
  /* border: 1px solid #2F8AF1; */
  /* opacity: 0.72; */
  border-radius: 50%;
}

.region .pro-ul .pointing p {
  color: #2F8AF1;
}

.region .pro-ul li[class~=pointing]::after {
  content: '';
  position: absolute;
  margin-top: -24px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 24px solid #F5F8FB;
}

.region .pro-ul li img {
  cursor: pointer;
}

.region .pro-ul li img[class~=pro-img] {
  border-radius: 50%;
  height: 116px;
  width: 116px;
  /* box-shadow: 0 0 3px #cbcbcb; */
}

.region .pro-ul li .row img {
  border-radius: 50%;
  box-shadow: 0 0 5px #6a6a6a;
}

.region .pro-ul li p {
  margin: 26px 0 38px 0;
  height: 19px;
  line-height: 19px;
  font-size: 20px;
  font-weight: 400;
  color: #999999;
}

.region .choose-box {
  background: #F5F8FB;
  width: 100%;
  height: 568px;
  background: #F5F8FB;
}

.region .choose-box .oa-office {
  display: flex;

}

/* .region .choose-box .cstion-img{
  width: 806px;
  height: 483px;
  flex: 1;
  padding: 65px  0;
}
.region .choose-box .detail{
  margin-top: 80px;
  flex: 1;
}
.region .choose-box .detail ul{
  display: flex;
  width: 560px;
  height: 400px;
  vertical-align: middle;
  text-align: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.region .choose-box .detail ul li{
  width: 200px;
  height: 180px;
}
.region .choose-box .detail ul li img {
  height: 69px;
  width: 69px;
}
.region .choose-box .detail ul li h6{
  margin-top: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.region .choose-box .detail ul li p{
  margin-top: 9.999936px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  text-align: left;
}
.region .choose-box .detail .row-btn{
  margin-left: 50px;

  margin-top: 15px;

height: 40px;
border-radius: 20px;
}
.region .choose-box .detail .row-btn img{
  margin-right: 22px;
} */

.region .choose-box .cstion-img {
  padding: 65px 0;
}

.region .choose-box .detail {
  margin-top: 60px;
}

.region .choose-box .detail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.region .choose-box .detail ul li {
  width: 200px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.region .choose-box .detail ul li h6 {
  margin-top: 23px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

.region .choose-box .detail ul li p {
  margin-top: 22px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.region .choose-box .detail .row-btn {
  margin-left: 65px;
}

.region .choose-box .detail .row-btn img {
  margin-right: 22px;
}

#appManager .txt {
  color: #9e9e9e;
  font-size: 14px;
}

.rtbar {
  position: fixed;
  top: calc((100vh - 300px) / 2);
  right: 0;
  text-align: center;
  background: #2F8BF2;
  z-index: 12;
}

.rtbar ul li {
  padding: 10px;
  cursor: pointer;
}

.rtbar ul li:not(:first-child) {
  border-top: 1px solid #FFFFFF;
}

.rtbar ul li>p {
  font-size: 12px;
  color: #FFFFFF;
}

.with-wx {
  padding: 61px 0;
}

.with-wx .title .subhead {
  margin-top: 41px;
}

.with-wx .selection {
  margin-top: 52px;
}

.with-wx .selection ul {
  position: relative;
  display: flex;
  padding-left: 54px;
}

.with-wx .selection ul::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #E7E7E7;
}

.with-wx .selection ul li p span {
  display: block;
  cursor: pointer;
  /* height: 2px; */
  line-height: 23px;
  font-size: 24px;
  font-weight: 300;
}

.with-wx .selection ul li .employee,
.manager {
  padding: 26px 73px;
}

.with-wx .selection ul li p[class~=active] {
  color: #2F8AF1;
  border-bottom: 2px solid #2F8AF1;

}

.with-wx .wx-content {
  position: relative;
}

.with-wx .wx-content .employee-cont {
  display: flex;
}

.with-wx .wx-content .employee-cont .employee-lf,
.employee-rt {
  flex: 1;
}

.with-wx .employee-lf {

  padding-top: 91px;
}

.with-wx .wx-content .employee-cont .employee-lf h4 {
  height: 33px;
  line-height: 33px;
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}

.with-wx .wx-content .employee-cont .employee-lf .caption {
  height: 30px;
  line-height: 30px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #999999;
}

.with-wx .wx-content .employee-cont .employee-lf .caption,
.nope {
  margin-top: 32px;
}

.with-wx .wx-content .employee-cont .employee-lf .caption {
  color: #B5B5B5;
}

.with-wx .wx-content .employee-cont .employee-lf .nope {
  width: 470px;
  height: 55px;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 38px;
}

.with-wx .wx-content .employee-cont .employee-lf .btn-icon {
  margin-top: 58px;
}

.with-wx .wx-content .employee-cont .employee-lf .btn-icon>img {
  margin-right: 5px;
  cursor: pointer;
  border-radius: 4px;
}

.with-wx .wx-content .employee-cont .employee-rt .employee-rt-img {
  width: 340px;
  height: 388px;
  margin-left: 44px;
  margin-top: 64px;
}

.with-wx .wx-content .manager-cont {
  position: absolute;
  top: 0;
}

.app-manager {
  padding: 38px 0 23px 0;
  background: #F5F8FB;
}

.app-manager .title .subhead {
  margin-top: 42px;
}

.app-manager .detail-manager .gab {
  margin-top: 62px;
}

.app-manager .detail-manager .detail-manager-row ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}

.app-manager .detail-manager .detail-manager-row ul li {
  padding: 31px 0 56px 0;
  margin-bottom: 25px;
  text-align: center;
  width: 23%;
  font-size: 0;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}

.app-manager .detail-manager .detail-manager-row ul li h6 {
  margin-top: 26px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #444444;
  line-height: 18px;
}

.app-manager .detail-manager .detail-manager-row ul li img {
  border-radius: 50%;
  /* box-shadow: 0 0 3px #adadad; */
}

.app-manager .detail-manager .detail-manager-row ul li:hover {
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
}

.app-manager .detail-manager .detail-manager-row ul li p {
  margin-top: 30px;
  height: 34px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}

.app-manager .detail-manager .detail-manager-row ul li .txt-oa {
  padding: 0 36px;
}

.app-manager .detail-manager .detail-manager-row ul li .txt-qigl {
  padding: 0 32px;
}

.app-manager .detail-manager .detail-manager-row ul li .txt-smgl {
  padding: 0 25px;
}

.app-manager .detail-manager .detail-manager-row ul li .txt-sggl {
  padding: 0 32px;
}

.app-manager .detail-manager .detail-manager-row ul li .txt-zhgd {
  padding: 0 26px;
}

.app-manager .detail-manager .detail-manager-row ul li .txt-wzgl {
  padding: 0 32px;
}

.app-manager .detail-manager .detail-manager-row ul li .txt-yzgl {
  padding: 0 27px;
}

.app-manager .detail-manager .detail-manager-row ul li .txt-dsjfs {
  padding: 0 33px;
}

.app-manager .detail-manager .unfold-field {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-manager .detail-manager .unfold-field .unflod-field_mask {
  line-height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #BDBDBD;
}

.app-manager .detail-manager .unfold-field .control-img {
  cursor: pointer;
}

.app-manager .detail-manager .to-active {
  position: relative;
}

.app-manager .detail-manager .to-act-box {
  animation: show .1s;
}

.app-manager .detail-manager .to-act-box .wd {
  width: 1200px;
  z-index: 2;
  background: #F5F8FB;
}

.animated .employee-lf:hover {}

@keyframes show {
  from {
    height: 0px;
  }

  to {
    height: 228px;
  }
}

.app-manager .detail-manager .to-act-box ul {
  display: flex;
  justify-content: space-between;
}

.app-manager .detail-manager .to-act-box ul li {
  background: #FFFFFF;
}

.solution {
  padding: 83px 0 71px 0;

}

.solution .title .subhead {
  margin-top: 42px;
}

.solution .container .bg-img {

  margin-top: 52px;
}

.solution .container .bg-img ul {
  display: flex;
  justify-content: space-between;
}

.solution .container .bg-img ul li {
  position: relative;
}

.solution .container .bg-img ul li:hover .hover-txt {
  display: block;
}

.solution .container .bg-img ul li:hover .solution_title {
  display: none;
}

.solution .container .bg-img ul li .hover-txt {
  position: absolute;
  display: none;
  top: 8px;
  left: 8px;
  height: 416px;
  width: 282px;
  background: rgba(47, 138, 241, 0.7);
}

/* .solution .container .bg-img ul li .solution_title{
  position: absolute;
  display: block;
  bottom: 55x;
  left: 8px;
  height: 40px;
  width: 282px;
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
} */

.solution .container .bg-img ul li .solution_title {
  position: absolute;
  display: block;
  bottom: 55px;
  left: 8px;
  height: 40px;
  width: 282px;
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.solution .container .bg-img ul li .hover-txt p {
  margin-top: 80px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
}

.solution .container .bg-img ul li .hover-txt dd {
  margin-top: 25px;
  padding: 0 23px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}

.isccc {
  padding: 48px 0;
  background: #F5F8FB;
}

.isccc .container .title .subhead {
  margin-top: 41px;
}

.isccc .container ul {
  display: flex;
  margin-top: 62px;
  justify-content: space-around;
  text-align: center;
}

.isccc .container ul li {
  font-size: 0;
}

.isccc .container ul li img {
  margin-bottom: 10px;
}

.isccc .container ul li p {
  margin-top: 10px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.certificate {
  padding: 81px 0 45px 0;
}

.certificate .cer-box {
  display: flex;
  margin-top: 83px;
  justify-content: space-between;
}

.certificate .cer-box .item {
  text-align: center;
  width: 370px;
  padding: 74px 0;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 0px 10px 0px rgba(15, 71, 145, 0.15);
}

.certificate .cer-box .item .ct-txt {
  margin-top: 56px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3C3C3C;
}

.certificate .cer-box .item ul {
  margin-top: 100px;
}

.certificate .cer-box .item ul li {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #3C3C3C;
}

.certificate .cer-box .item ul>li:not(:first-child) {
  margin-top: 24px;
}

.news {
  padding: 45px 0;
}

.news ul {
  position: relative;
  margin-top: 25px;
  padding-left: 22px;
  overflow: hidden;
}

.news ul::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #EFEFEF;
  z-index: -1;
}

.news ul>li:not(:last-child) {
  float: left;
  margin-right: 87px;
}

.news ul .p-txt,
.more p {
  cursor: pointer;
  height: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 13px 0;
}

.news ul .more a p:hover {
  color: #2F8AF1;
}

.news ul .more {
  float: right;
}

.news ul p.active {
  color: #2F8AF1;
  border-bottom: 3px solid #2F8AF1;
}

.news .news-content .com-news-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-size: 0;
}

.news .news-content .comnews-lf h6 {
  margin-top: 25px;
  height: 23px;
  line-height: 23px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.news .news-content .comnews-lf a {
  color: #333333;
}

.news .news-content .comnews-lf .time {
  margin-top: 15px;
  height: 11px;
  line-height: 11px;
  font-size: 14px;
  font-weight: 400;
  color: #B7B7B7;
}

.news .news-content .comnews-lf .described {
  margin-top: 23px;
  line-height: 28px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 可以显示的行数，超出部分用...表示*/
  -webkit-box-orient: vertical;
}

.news .news-content .comnews-lf .lf-img {
  width: 598px;
  height: 362px;
}

.news .news-content .comnews-lf,
.comnews-rt {
  width: 49%;
}

.news .news-content .comnews-lf,
.comnews-rt .lf-img {
  display: blocks;
  width: 598px;
  height: 362px;
}

.news .news-content .comnews-rt-row {
  display: flex;
  padding-bottom: 15px;
}

.news .news-content .comnews-rt-row .tp {
  width: 172px;
  height: 103px;
}

.news .news-content .comnews-rt-row .tp img {
  width: 172px;
  height: 103px;
}

.news .news-content .comnews-rt-row:not(:first-child) {
  padding-top: 15px;
}

/* .news .news-content .comnews-rt-row:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
} */
.news .news-content .border_under:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}
.news .news-content .comnews-rt-row .the-news{
  margin-left: 16px;
}
.news .news-content .comnews-rt-row .the-news .contents {
  
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 可以显示的行数，超出部分用...表示*/
  -webkit-box-orient: vertical;
}

.news .news-content .comnews-rt-row .the-news .news-title {
  height: 17px;
  line-height: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: normal;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}

.news .news-content .comnews-rt-row .the-news .date {
  margin-top: 11px;
  height: 9px;
  line-height: 9px;
  font-size: 12px;
  font-weight: 400;
  color: #B7B7B7;
}

.news .news-content .comnews-rt-row .the-news .contents {
  margin-top: 18px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #999999
}

.news ul .infos .trade {
  position: absolute;
  left: 0;
}

.news-content .comnews-rt .the-news .news-title:hover {
  color: #007AFF;
}

.clients {
  padding: 40px 0px 40px 0px
}

.clients .title .subhead {
  margin-top: 42px;
}

.clients .clients-swiper-container {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
  /* height: 210px; */
  height: 420px;
}

.clients .clients-swiper-container .swiper-wrapper {
  padding-top: 20px;
  height: 180px;
}

.clients .clients-swiper-container .swiper-wrapper .swiper-slide .slide_lit {
  display: grid;
  grid-template-columns: repeat(6, 178px);
  grid-template-rows: repeat(2, 70px);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.clients .clients-swiper-container .swiper-wrapper .swiper-slide .slide_lit div {
  width: 179px !important;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEEEEE;
}

.clients .clients-swiper-container .swiper-wrapper .swiper-slide .slide_lit div img {
  /* width: 179.000064px;
height: 71.000064px; */
  background: #FFFFFF;
  /* box-shadow: 0px 0px 10px 0px rgba(15, 71, 145, 0.15); */
}

.clients .clients-swiper-container .swiper-wrapper .swiper-slide .slide_lit div:hover {
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
}

#clientsPagination {
  bottom: -4px;
}

.clients .clients-swiper-container .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.clients .clients-swiper-container .swiper-pagination-bullet-active {
  background: #007AFF !important;
  width: 20px;
  border-radius: 4px;
}

.clients .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.apply {
  padding: 39px 0 35px 0;
  background: #2F8AF1;
}

.apply .title .title-txt {
  height: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  font-weight: 400;
  color: #FFFFFF;
}

.apply .ipts {
  display: flex;
  justify-content: space-around;
  margin-top: 56px;
}

.apply .ipts .inpt {
  height: 63px;
  width: 222px;
  border-radius: 50px;
  padding: 0 31px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.apply-btn {
  height: 63px;
  width: 190px;
  padding: 0 20px;
  border-radius: 50px;
  background: #2F8AF1;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  text-align: center;
  position: relative;
}

.apply-btn a {
  display: block;
  text-align: center;
  height: 63px;
  line-height: 63px;
  width: 170px;
  margin-right: 10px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 50%;
  top: 0;

  transform: translateX(-50%);


}

.apply-btn:hover {
  background-color: #fff;
  color: #2F8AF1;
}

.apply-btn a:hover {

  color: #2F8AF1 !important;
}

.aboutme {
  width: 219px;
  height: 59px;
  /* background: #FFFFFF; */
  opacity: 0.99;
  border-radius: 30px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 55px;
  cursor: pointer;
  text-align: center;
  border-radius: 30px;
  background: unset;
  border: 1px solid #ffffff;
}

.approval {
  width: 219px;
  height: 59px;
  background: #FFFFFF;
  opacity: 0.99;
  border-radius: 30px;
  line-height: 55px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2F8AF1;
  cursor: pointer;
  text-align: center;
}

.aboutus {
  width: 152px;
  height: 42px;
  display: inline-block;
  border-radius: 21px;
  color: #2F8AF1;
  background: unset;
  border: 1px solid #2F8AF1;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  -webkit-border-radius: 21px;
}

.touse {
  /* padding: 7px 35px; */
  width: 152px;
  height: 42px;
  display: inline-block;
  border-radius: 21px;
  color: #ffffff;
  background: #2F8AF1;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  -webkit-border-radius: 21px;
  margin-left: 22px;
}

.boxlit {
  transition: all 0.5s ease-in-out;
}

.btn-jump a * {
  vertical-align: middle;
}

.btn-jump a {
  margin-left: 14px;
  display: inline-block;
  transition: all 0.5s ease-in-out;

}

.btn-jump a:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

.detail_btn {
  display: inline-block;
  position: absolute !important;
  font-size: 16px;
  bottom: 50px;
  left: 80px;
  width: 120px;
  height: 36px;
  border: #ffffff 1px solid;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.detail_btn:hover {
  background: #ffffff;
  color: #007dff !important;
}

#rightBar ul li a {
  color: #ffffff;
}

#rightBar ul li {
  color: #ffffff;
}

#rightBar ul li p {
  font-size: 12px;
}

#rightBar ul li i {
  font-size: 18px !important;
}

#rightBar ul li {
  position: relative;
}

#rightBar ul li .hide-list {
  position: absolute;
  padding: 20px;
  background: #ffffff;
  left: -50px;
  top: 0;
  color: #666;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.20);
  display: none;
}

#rightBar ul li .show-list {
  padding: 6px 0px;

  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFEFE;
}

#rightBar ul li .tel {
  left: -168px;
  margin-top: 0px;
}

#rightBar ul li .question {
  left: -313px;
  margin-top: 0px;
}

#rightBar ul li .we-chat-pub {
  left: -200px;
  padding-bottom: 10px;
  margin-top: -64px;
}

#rightBar ul li .we-chat-pub::after,
#rightBar ul li .tel::after,
#rightBar ul li .question::after {
  content: '';
  position: absolute;
  right: -14px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  box-sizing: border-box;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid #ffffff;
  /* box-shadow: 0 5px 10px 0 rgba(0,0,0,0.50); */
}

#rightBar ul li .we-chat-pub img {
  width: 140px;
}

.install_btn {
  width: 200px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  background: #318AF1;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.install_btn span img {
  width: 24px;
  height: 19px;

}

.reg_btn {
  width: 200px;
  height: 40px;
  display: inline-block;
  border: #2F8AF1 1px solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  line-height: 40px;
  text-align: center;
  color: #2F8AF1;
}

.reg_btn span img {
  width: 25px;
  height: 20px;
}

.reg_btn img,
.install_btn img {
  margin-right: 10px;
  margin-top: -5px;
}

/* 媒体查询首页 */
@media screen and (max-width: 1366px) {

  .swiper-container .btn-jump {
    position: absolute;
    left: 7%;
    z-index: 1;
    display: flex;
    height: 45px;
    width: 355px;
    justify-content: space-around;
    align-items: center;
    top: 75%;
  }

  .swiper-wrapper .swiper-slide .desc {
    height: 7.38%;
    left: 8%;
    width: 100%;
    font-size: 48px;
    text-align: left;
    font-weight: bold;
  }

  /* 放大背景图跟着放大 */
  .swiper-wrapper .swiper-slide>img {
    height: 100%;
    width: 100%;
  }

  .aboutme {
    width: 155px;
    height: 45px;
    /* background: #FFFFFF; */
    opacity: 1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background: unset;
    border: 1px solid #ffffff;
  }

  .approval {
    width: 155px;
    height: 45px;
    background: #FFFFFF;
    opacity: 0.99;
    border-radius: 30px;
    line-height: 45px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F8AF1;
    cursor: pointer;
    text-align: center;
  }

  .swiper-wrapper .swiper-slide .desc .title {
    /* width: 12.5%; */
    height: 7.38%;
    width: 100%;
    font-size: 38px;
    text-align: left;
    font-weight: bold;

  }

  .swiper-wrapper .swiper-slide .desc .memo {
    color: #FFFFFF;
    line-height: 48px;
    margin-top: 75px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    width: 36%;
    font-size: 20px;
  }

}