body {
  overflow-x: hidden;
}

/* 头部下拉菜单 */
#dropDownList {
  position: absolute;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-top: 1px solid #F0F0F0;
}

.detail-list {
  position: relative;
  display: flex;
  padding: 55px 0 23px 0;
}

.detail-list ul {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin-left: 53px;

}

.detail-list ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  margin-left: 135px;
  height: 175px;
  /* width: 1px; */
  background: #E8E8E8;
}

.detail-list ul li dl dt {
  color: #999;
}

.detail-list ul li dl dt,
dd {
  height: 16px;
  line-height: 16px;
}

.detail-list ul li dl .tips::after {
  content: '推荐';
  margin-left: 8px;
  width: 30px;
  height: 17px;
  background: #FF3D00;
  color: #FFFFFF;
  font-size: 12px;
}

.detail-list ul li dl dd {
  margin-top: 18px;
  color: #333333;
  cursor: pointer
}

.detail-list ul li dl dd:hover {
  color: #2F8AF1;
}

.area-box {
  background: #F5F8FB;
  width: 100%;
  height: 565px;
}

.area-box .show-area {
  display: flex;
  padding: 100px 0 92px 0;
}

.area-box .show-area .words {
  padding: 48px 55px 48px 28px;
  background: #FFFFFF;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
}

.area-box .show-area img {
  /* width: 400px!important;
  height: 200px!important; */
  width: 588px;
  height: 371px;

  /* height: 100%; */
  display: block;
}

.area-box .show-area>.words p {
  margin-top: 27px;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
}

.area-box .show-area h4 {
  height: 35px;
  line-height: 35px;
  font-size: 36px;
  font-weight: 400;
}

.pro-trait .memo {
  color: #A9A9A9
}

.succeed-box ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro-trait .title h1 {
  position: relative;
  margin-top: 100px;
  height: 35px;
  line-height: 35px;
  font-weight: 400;
  font-size: 36px;
  color: #323232;
  text-align: center;
}

.pro-trait .title h1::after {
  content: '';
  position: absolute;
  width: 92px;
  height: 3px;
  background: #2F8AF1;
  border-radius: 2px;
  top: 58px;
  left: 50%;
  margin-left: -46px;
}

.pro-trait .swiper-pagination-bullet-active {
  width: 37px !important;
  border-radius: 6px;
}

.pro-trait .proSwiper-container {
  position: relative;
  margin: 143px 0 54px 0;
  overflow: hidden;
}

.pro-trait .proSwiper-container ul {
  display: flex;
  justify-content: space-around;
}

.pro-trait .proSwiper-container ul li {
  width: 185px;
  text-align: center;
}

.pro-trait .proSwiper-container ul li img {
  width: 185px;
  height: 185px;

}

.pro-trait .proSwiper-container ul li h6 {
  margin-top: 33px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
  color: #444;
}

.pro-trait .proSwiper-container ul li p {
  margin-top: 18px;
  height: 60px;
  height: 60px;
  font-size: 14px;
  color: #444444;
}

.pro-trait .pro-pagination {
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.pro-trait .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

/* .pro-trait .proSwiper-container .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
   background-image: url(../images/pro/proTrait/Left.png);
   width: 51px;
   height: 51px;
   background-size: 100%;
 }
 .pro-trait .proSwiper-container .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
   background-image: url(../images/pro/proTrait/right.png);
   width: 51px;
   height: 51px;
   background-size: 100%;
 } */


.proTraitOne {
  position: relative;
  font-size: 16px;

}

.proTraitOne .pro-pagination {
  position: relative;
  height: 100%;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
  margin-top: 60px;

}

.proTraitOne .swiper-button-next {
  background-image: url(../images/pro/proTrait/Left.png);
  width: 51px;
  height: 51px;
  background-size: 100%;
  position: absolute;
  border-radius: 510px;
  margin-top: 25px;
  left: 15%;
  top: 60%;
}

.proTraitOne .swiper-button-prev {
  background-image: url(../images/pro/proTrait/right.png);
  width: 51px;
  height: 51px;
  background-size: 100%;
  position: absolute;
  margin-top: 25px;
  left: 83%;
  top: 60%;
}


.fun-app {
  padding: 56px 0 86px 0;
  background: #F5F8FB;
}

.fun-app .title h1 {
  position: relative;
  height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: #323232;
  line-height: 36px;
}

.fun-app .title h1::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 54px;
  margin-left: -57px;
  width: 105px;
  height: 3px;
  background: #2F8AF1;
  border-radius: 2px;
}

.fun-app .fun-nav {
  margin-top: 100px;
  box-shadow: 0px 4px 13px 0px rgba(11, 40, 73, 0.24);
}

.fun-app .fun-nav .nav-box {
  display: flex;
  box-sizing: border-box;
}

.fun-app .fun-nav .nav-box .scroll-box {
  flex: 1;
  overflow: auto;
}

.fun-app .fun-nav .nav-box .scroll-box ul li .actImg {
  opacity: 1 !important;
}

.fun-app .fun-nav .nav-box .scroll-box div img:last-child {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  opacity: 0;
}

.fun-app .fun-nav .nav-box .scroll-box .item-imgs-cbgl img:last-child {
  margin-left: -12px;
}

.fun-app .fun-nav .nav-box .scroll-box .item-imgs-htgl img:last-child {
  margin-left: -11px;
}

.fun-app .fun-nav .nav-box .scroll-box .item-imgs-jdgl img:last-child {
  margin-left: -11px;
}

.fun-app .fun-nav .nav-box .scroll-box::-webkit-scrollbar {
  display: none;
}

.fun-app .fun-nav .nav-box .btn-lf button,
.btn-rt button {
  width: 30px;
  height: 100%;
  color: #FFFFFF;
  background: #125AAC;
}

.fun-app .fun-nav ul {
  position: relative;
  width: 1597px;
  display: flex;
  background: #2F8AF1;
  transition: margin-left 1s;
}

.fun-app .fun-nav ul li {
  position: relative;
  width: 229px;
  padding: 12px 0;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  color: #FFFFFF;
}

.fun-app .fun-nav ul li:not(:last-child)::after {
  /* content: '';
   position: absolute;
   top: 24px;
   right: 0;
   width: 1px;
   height: 30px;
   background: #FFFFFF; */
}

.fun-app .fun-nav ul li p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.fun-app .fun-nav ul .fun-active {
  background: #FFFFFF;
  color: #2F8AF1;
}

.fun-app .fun-nav .fun-container {
  height: 606px;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.use-app-cover .title {
  margin-top: 110px;
}

.use-app-cover .title h1 {
  position: relative;
  height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: #323232;
  line-height: 36px;
}

.use-app-cover .title h1::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 3px;
  left: 50%;
  margin-left: -80px;
  top: 54px;
  background: #2F8AF1;
  border-radius: 2px;
}

.use-app-cover ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
}

.use-app-cover ul li {
  margin-top: 23px;
  width: 280px;
  text-align: center;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}

.use-app-cover ul li>* {
  margin-top: 30px;
}

.use-app-cover ul li p {
  margin-top: 20px;
  padding: 0 14px 24px 14px;
  height: 77px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}

.cooperator .title h1 {
  position: relative;
  margin-top: 120px;
  height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: #323232;
  line-height: 36px;
}

.cooperator .title h1::after {
  content: '';
  position: absolute;
  width: 108px;
  height: 3px;
  left: 50%;
  margin-left: -54px;
  top: 54px;
  background: #2F8AF1;
  border-radius: 2px;
}

.cooperator .cooperator-box {
  margin: 90px 0 108px 0;
}

.cooperator .cooperator-box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 20px;
}

.cooperator .cooperator-box ul li {
  /* margin-top: 24px;  */
  padding: 23px 20px 22px 20px;
  /* padding: 10px; */
  border: 1px solid #ECECEC;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cooperator .cooperator-box ul li:hover {
  background: #2F8AF1;
  color: #FFFFFF;
}

.cooperator .cooperator-box ul li span {
  height: 17px;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.download-app {
  padding-top: 58px;
  padding-bottom: 112px;
}

.download-app .title h1 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  color: #323232;
  line-height: 36px;
}

.download-app .title h1::after {
  content: '';
  position: absolute;
  width: 98px;
  height: 3px;
  left: 50%;
  margin-left: -49px;
  top: 54px;
  background: #2F8AF1;
  border-radius: 2px;
}

.download-app .qrcode {
  margin-top: 169px;
  padding: 0 81px;
}

.download-app .qrcode ul {
  display: flex;
  text-align: center;
  /* justify-content: space-around; */
}

.download-app .qrcode li {
  margin: 0 auto;
  width: 314px;
  box-sizing: border-box;
  padding: 27px 0 35px 0;
  border: 1px solid #DDDDDD;
}

.download-app .qrcode li:hover {
  color: #FFFFFF;
  background: #2F8AF1;
  box-shadow: 0px 10px 29px 2px rgba(103, 103, 103, 0.5);
}

.download-app .qrcode li:last-child {
  margin-left: 0%;
}

.download-app .qrcode li p {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.download-app .qrcode li .line {
  width: 270px;
  margin-left: 20px;
  height: 1px;
  background: #DDDDDD;
}

.download-app .qrcode li>*:not(:first-child) {
  margin-top: 22px;
}

.download-app .qrcode li .imgs {
  position: relative;
  font-size: 0;
}

.download-app .qrcode li .imgs .btnimg {
  position: relative;
  font-size: 0;
  width: 272px;
  height: 66px;
  background: #FFFFFF;
  border-radius: 33px;
}

.download-app .qrcode li .btnimg2 {
  width: 272px;
  height: 66px;
  background: #FFFFFF;
  border-radius: 33px;
  position: absolute;
  left: 50%;
  margin-left: -136px;
  opacity: 0;
}

.download-app .qrcode li:hover .imgs .btnimg2 {
  opacity: 1;
}

.con {
  width: 1200px;
  height: 704px;
  margin: auto;
}

.con img {
  /* width: 6.25rem; */
  width: 993px;
  height: 574px;
  /* width: 1060px;
    height: 704px; */
  margin-top: 20px;
  margin-left: 70px;
  box-shadow: 1px 0px 14px 0px rgba(47, 138, 241, 0.2);
}

.content {
  /* background-color: #FFFFFF; */
  width: 100%;
  height: 300px;
  margin-top: 230px;
  display: flex;

}

.content .lf {
  width: 300px;
  height: 200px;
  margin-left: 90px;
  margin-top: -57px
}

.content .lf h4 {
  /* width: 114px;
  height: 27px; */
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-bottom: 40px;
}

.content .lf p {
  width: 358px;
  height: 82px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #6F6F6F;
  line-height: 32px;
}

/* .content .lf .img{
   margin-top: 40px;
   cursor: pointer;
   transition:all 0.5s ease-in-out;
 }
 .content .lf .img:hover{
  margin-top: 40px;
  cursor: pointer;
  transform:translateY(-8px); box-shadow:0 5px 8px rgba(0,0,0,0.1);
} */


.content .lf .btn-jump span a {
  display: block;
  width: 200px;
  height: 54px;
  overflow: hidden;
}

.content .lf .btn-jump span {
  width: 219px;
  height: 59px;
  position: absolute;
  left: 7.65%;
  bottom: 18%;
  cursor: pointer;
  background: #ffffff;
  color: #2F8AF1;
  text-align: center;
  border: 1px solid #2F8AF1;
  border-radius: 27px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 59px !important;
  font-size: 24px !important;
  font-size: 22px !important;
  font-family: PingFang SC;
  transition: all 0.5s ease-in-out;
}

.content .lf .btn-jump span:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}




.content .right {
  margin-left: 50px;
  margin-top: -5px;
  /* box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08); */
  border-radius: 0.9%;
}

.content .right img {
  width: 993px;
  height: 574px;

  margin-top: -57px;
  /* width: 100%;
   height: 500px; */
}

.content .right .im {
  margin-top: -119px;
}

.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;
}

#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;
}


/* 媒体查询 */
@media screen and (max-width: 1366px) {
  .proTraitOne .swiper-button-next {
    background-image: url(../images/pro/proTrait/Left.png);
    width: 51px;
    height: 51px;
    background-size: 100%;
    position: absolute;
    border-radius: 510px;
    margin-top: 25px;
    left: 4%;
    top: 60%;
  }

  .proTraitOne .swiper-button-prev {
    background-image: url(../images/pro/proTrait/right.png);
    width: 51px;
    height: 51px;
    background-size: 100%;
    position: absolute;
    margin-top: 25px;
    left: 92%;
    top: 60%;
  }

  .top-banner .btn-concroller span {
    width: 165px;
    height: 46px;
    position: absolute;
    left: 13.65%;
    top: 73% !important;
    cursor: pointer;
    background: #ffffff;
    color: #2F8AF1;
    text-align: center;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    line-height: 46px !important;
    font-family: PingFang SC;
    transition: all 0.5s ease-in-out;
    font-size: 16px !important;
  }
}