@import "common.css";
@import "nav.css";
@import "footer.css";
@import "../swiper/swiper-bundle.min.css";
body {
  background-color: #f9f9f9;
}
.content {
  max-width: 1440px;
  margin: 0 auto;
}
/*--------------------------------------- 首页  ---------------------------------------*/
.banner-swiper {
  margin: 0 auto;
  width: 100%;
}
.banner-swiper .swiper .swiper-slide {
  position: relative;
}
.banner-swiper .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.banner-swiper .swiper .swiper-slide .text-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner-swiper .swiper .swiper-slide .text-wrap .text-wrap-position {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.banner-swiper .swiper .swiper-slide .text-wrap .text-wrap-position .text {
  position: absolute;
  bottom: 30%;
  left: 2%;
  color: #333;
}
@media screen and (max-width:768px) {
  .banner-swiper .swiper .swiper-slide .text-wrap .text-wrap-position .text {
    bottom: 20%;
    left: 3%;
  }
}
.banner-swiper .swiper .swiper-slide .text-wrap .text-wrap-position .text p:nth-child(1) {
  font-size: 36px;
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.5s ease;
}
@media screen and (max-width:992px) {
  .banner-swiper .swiper .swiper-slide .text-wrap .text-wrap-position .text p:nth-child(1) {
    font-size: 28px;
  }
}
@media screen and (max-width:768px) {
  .banner-swiper .swiper .swiper-slide .text-wrap .text-wrap-position .text p:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width:375px) {
  .banner-swiper .swiper .swiper-slide .text-wrap .text-wrap-position .text p:nth-child(1) {
    font-size: 16px;
  }
}
.banner-swiper .swiper .swiper-slide .text-wrap .text-wrap-position .text p:nth-child(2) {
  font-size: 24px;
  margin-top: 20px;
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}
@media screen and (max-width:992px) {
  .banner-swiper .swiper .swiper-slide .text-wrap .text-wrap-position .text p:nth-child(2) {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .banner-swiper .swiper .swiper-slide .text-wrap .text-wrap-position .text p:nth-child(2) {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width:375px) {
  .banner-swiper .swiper .swiper-slide .text-wrap .text-wrap-position .text p:nth-child(2) {
    font-size: 12px;
    margin-top: 5px;
  }
}
.banner-swiper .swiper .swiper-slide.ani-slide .text-wrap > .text-wrap-position > .text p:nth-child(1) {
  transform: translateY(0px);
  opacity: 1;
}
.banner-swiper .swiper .swiper-slide.ani-slide .text-wrap > .text-wrap-position > .text p:nth-child(2) {
  transform: translateY(0px);
  opacity: 1;
}
.banner-swiper .swiper .swiper-pagination {
  bottom: 20px;
}
@media screen and (max-width:768px) {
  .banner-swiper .swiper .swiper-pagination {
    bottom: 10px;
  }
}
.banner-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #DFDFDF;
  border-radius: 5px;
  opacity: 1;
  width: 50px;
  height: 5px;
}
@media screen and (max-width:768px) {
  .banner-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
  }
}
.banner-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF7000;
}
@media screen and (max-width: 768px) {
}
.subpage-banner {
  width: 100%;
  position: relative;
}
.subpage-banner img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.subpage-banner .banner-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width:1440px) {
  .subpage-banner .banner-wrap {
    width: 1440px;
    left: calc((100% - 1440px) / 2);
  }
}
.subpage-banner .banner-wrap .title-box {
  margin-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .subpage-banner .banner-wrap .title-box {
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
.subpage-banner .banner-wrap .title-box .title {
  font-size: 32px;
  color: #333;
}
@media screen and (max-width:768px) {
  .subpage-banner .banner-wrap .title-box .title {
    font-size: 22px;
  }
}
.subpage-banner .banner-wrap .title-box .sub-title {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width:768px) {
  .subpage-banner .banner-wrap .title-box .sub-title {
    font-size: 16px;
    margin-top: 5px;
  }
}
/*--------------------------------------- 联系我们   ---------------------------------------*/
.contactus {
  max-width: 1440px;
  margin: 0 auto;
}
.contactus a {
  color: #666;
}
.contactus .info {
  margin: 100px 0;
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  padding: 0 20px 120px 20px ;
}
@media screen and (max-width:768px) {
  .contactus .info {
    margin: 0;
    padding: 0 20px 20px 20px ;
    border-bottom: none;
  }
}
.contactus .info .info-group {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .contactus .info .info-group {
    flex-direction: column;
  }
}
.contactus .info .info-group .item {
  margin-top: 100px;
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .contactus .info .info-group .item {
    width: auto;
    margin-top: 30px;
  }
}
.contactus .info .info-group .item .title {
  margin-right: 20px;
}
.contactus .info .info-group .item .title img {
  width: 38px;
}
@media screen and (max-width:768px) {
  .contactus .info .info-group .item .title img {
    width: 25px;
  }
}
@media screen and (max-width:768px) {
  .contactus .info .info-group .item .title {
    margin-right: 10px;
  }
}
.contactus .info .info-group .item .text {
  font-weight: 400;
  font-size: 28px;
  color: #666;
}
@media screen and (max-width:768px) {
  .contactus .info .info-group .item .text {
    font-size: 18px;
  }
}
/*--------------------------------------- 联系我们 END ---------------------------------------*/
/*--------------------------------------- 新闻详情   ---------------------------------------*/
.detail {
  padding: 30px;
}
.detail .header {
  padding: 20px 0;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #CFCFCF;
}
.detail .header h3 {
  font-size: 24px;
}
.detail .header p {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail .header p b img {
  width: 26px;
  height: 25px;
}
.detail .body {
  padding: 20px 0;
  font-size: 14px;
  color: #666;
}
.detail .body p {
  margin-top: 10px;
}
.detail .footer {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  .detail .footer {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.detail .footer a {
  cursor: pointer;
  transition: all 0.1s ease-in;
  width: 45%;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width:768px) {
  .detail .footer a {
    width: 100%;
    margin-top: 20px;
  }
}
.detail .footer a .icon {
  width: 35px;
  height: 25px;
  background-image: url("../img/youjiantou@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  margin: 0 10px;
}
.detail .footer a p {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  border-left: 1px solid #ccc;
  height: 100px;
  min-height: 100px;
  padding: 20px;
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail .footer a p span {
  display: block;
  height: 100px;
  overflow: hidden;
}
.detail .footer a:hover {
  background-color: #FF7000;
  color: #fff;
}
.detail .footer a:hover .icon {
  background-image: url("../img/zuojiantou @2x.png");
}
.detail .footer a.prev .icon {
  transform: rotateY(150deg);
}
.detail .footer a.prev:hover .icon {
  transform: rotateY(0deg);
}
.detail .footer a.prev:hover p {
  border-left: 1px solid #fff;
}
.detail .footer a.next {
  flex-direction: row-reverse;
}
.detail .footer a.next p {
  border-right: 1px solid #ccc;
  border-left: none;
}
.detail .footer a.next:hover .icon {
  transform: rotateY(150deg);
}
.detail .footer a.next:hover p {
  border-right: 1px solid #fff;
}
/*--------------------------------------- 新闻详情 END ---------------------------------------*/
/*--------------------------------------- 下载中心   ---------------------------------------*/
.download {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:992px) {
  .download .right img {
    height: 420px;
  }
  .download .left > div {
    width: 250px !important;
    height: 330px !important;
  }
  .download .left > div .icon {
    width: 60px!important;
    height: 60px!important;
  }
  .download .left > div .title {
    font-size: 24px!important;
  }
  .download .left > div .version {
    font-size: 12px!important;
  }
  .download .left > div .btn {
    margin-top: 20px !important;
    font-size: 16px!important;
  }
}
@media screen and (max-width:768px) {
  .download .right {
    display: none !important;
  }
  .download .right img {
    height: 300px;
  }
  .download .left > div {
    width: 40% !important;
    height: auto !important;
  }
  .download .left > div .icon {
    width: 60px!important;
    height: 60px!important;
  }
  .download .left > div .title {
    font-size: 24px!important;
  }
  .download .left > div .version {
    font-size: 12px!important;
  }
  .download .left > div .btn {
    width: 100%!important;
    font-size: 16px!important;
  }
}
.download .left {
  display: flex;
  justify-content: space-evenly;
  width: 900px;
  align-items: flex-end;
}
.download .left > div {
  border-radius: 10px;
  width: 300px;
  height: 400px;
  background-color: #fff;
  padding: 50px;
  margin-left: 20px;
}
@media screen and (max-width:1200px) {
  .download .left > div {
    padding: 30px;
  }
}
.download .left > div .icon {
  margin: 0 auto;
  width: 94px;
  height: 94px;
  background-image: url("../img/ios@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.download .left > div .android {
  background-image: url("../img/Android@2x.png");
}
.download .left > div .title {
  font-size: 30px;
  margin-top: 30px;
  color: #333333;
  text-align: center;
}
@media screen and (max-width:1200px) {
  .download .left > div .title {
    font-size: 24px;
  }
}
.download .left > div .version {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  color: #888888;
}
.download .left > div .btn {
  display: block;
  margin: 35px auto 0 auto;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #FF7000;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.download .left > div .btn:hover {
  background-color: #ff811e;
}
.download .left > div .qrcode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 0 auto;
  font-size: 14px;
  color: #888888;
  width: 100px;
  text-align: center;
}
.download .left > div .qrcode::before {
  content: " ";
  width: 18px;
  height: 18px;
  background: url(../img/erweima@2x.png) no-repeat center;
}
.download .left > div .qrcode:hover {
  color: #666;
}
.download .right {
  width: 540px;
  display: flex;
  justify-content: center;
}
/*--------------------------------------- 下载中心 END ---------------------------------------*/
/*--------------------------------------- 业务板块   ---------------------------------------*/
.services {
  margin: 50px auto 50px auto;
  padding: 30px 100px;
}
@media screen and (max-width:992px) {
  .services {
    padding: 0px 40px;
  }
}
@media screen and (max-width:768px) {
  .services {
    padding: 0px 40px;
  }
}
.services .item {
  width: 100%;
  margin-top: 20px;
  position: relative;
  color: #fff;
}
.services .item img {
  width: inherit;
}
.services .item .text-box {
  position: absolute;
  top: 68px;
  left: 68px;
}
@media screen and (max-width:992px) {
  .services .item .text-box {
    top: 40px;
    left: 50px;
  }
}
@media screen and (max-width:768px) {
  .services .item .text-box {
    top: 20px;
    left: 20px;
  }
}
.services .item .text-box .icon img {
  height: 68px;
}
@media screen and (max-width:992px) {
  .services .item .text-box .icon img {
    height: 50px;
  }
}
@media screen and (max-width:768px) {
  .services .item .text-box .icon img {
    height: 40px;
  }
}
.services .item .text-box .title {
  margin-top: 30px;
  font-size: 30px;
}
@media screen and (max-width:992px) {
  .services .item .text-box .title {
    margin-top: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  .services .item .text-box .title {
    margin-top: 10px;
    font-size: 24px;
  }
}
.services .item .text-box .describe {
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width:992px) {
  .services .item .text-box .describe {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width:768px) {
  .services .item .text-box .describe {
    margin-top: 10px;
    font-size: 14px;
  }
}
/*--------------------------------------- 业务板块 END ---------------------------------------*/
/*--------------------------------------- 关于我们   ---------------------------------------*/
.about {
  margin: 50px auto 50px auto;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .about {
    margin-top: 20px;
  }
}
.about .title-box {
  border-left: 2px solid #FF7000;
  padding-left: 20px;
}
.about .title-box .title {
  font-size: 24px;
  color: #333;
}
@media screen and (max-width:768px) {
  .about .title-box .title {
    font-size: 18px;
  }
}
.about .title-box .sub-title {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}
@media screen and (max-width:768px) {
  .about .title-box .sub-title {
    font-size: 16px;
  }
}
.about .bk1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:992px) {
  .about .bk1 {
    flex-direction: column-reverse;
  }
}
.about .bk1 .article {
  width: 50%;
  margin-right: 20px;
}
@media screen and (max-width:992px) {
  .about .bk1 .article {
    width: 100%;
  }
}
.about .bk1 .article .detail {
  margin-top: 30px;
  padding: 0;
  font-size: 0px;
  color: #333;
}
.about .bk1 .article .detail p {
  font-size: 16px;
  line-height: 32px;
}
.about .bk1 .img {
  position: relative;
  width: 670px;
  height: 500px;
}
@media screen and (max-width:1200px) {
  .about .bk1 .img {
    width: 520px;
  }
}
@media screen and (max-width:992px) {
  .about .bk1 .img {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .about .bk1 .img {
    height: auto;
    margin-bottom: 50px;
  }
}
.about .bk1 .img img {
  width: 600px;
  height: 400px;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0;
}
@media screen and (max-width:1200px) {
  .about .bk1 .img img {
    width: 480px;
    height: 320px;
    top: 30px;
  }
}
@media screen and (max-width:992px) {
  .about .bk1 .img img {
    width: 460px;
    height: 300px;
    left: 10%;
  }
}
@media screen and (max-width:768px) {
  .about .bk1 .img img {
    left: 5%;
    max-width: 100%;
    height: auto;
    top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .about .bk1 .img img {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
}
.about .bk1 .img::before {
  z-index: 0;
  content: " ";
  width: 500px;
  height: 500px;
  display: block;
  position: absolute;
  right: 0;
  background-color: #CBBABC;
}
@media screen and (max-width:1200px) {
  .about .bk1 .img::before {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width:992px) {
  .about .bk1 .img::before {
    width: 360px;
    height: 360px;
    right: 10%;
  }
}
@media screen and (max-width:768px) {
  .about .bk1 .img::before {
    width: 360px;
    height: 360px;
    right: 5%;
  }
}
@media screen and (max-width: 600px) {
  .about .bk1 .img::before {
    display: none;
  }
}
.about .bk2 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  .about .bk2 {
    flex-direction: column;
  }
}
.about .bk2 .img {
  width: 50%;
}
@media screen and (max-width:992px) {
  .about .bk2 .img {
    width: 50%;
  }
}
@media screen and (max-width:768px) {
  .about .bk2 .img {
    width: 100%;
  }
}
.about .bk2 .img img {
  width: 100%;
}
.about .bk2 .detail {
  padding: 0;
  width: 45%;
}
@media screen and (max-width:768px) {
  .about .bk2 .detail {
    width: 100%;
    margin-top: 50px;
  }
}
.about .bk2 .detail > div:first-child {
  margin-top: 0;
}
.about .bk2 .detail .title-box {
  margin-top: 30px;
}
@media screen and (max-width:768px) {
  .about .bk2 .detail .title-box {
    border-left: none;
    text-align: center;
    padding-left: 0;
  }
}
.about .bk2 .detail ul {
  padding: 20px 0;
}
.about .bk2 .detail ul li {
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width:768px) {
  .about .bk2 .detail ul li {
    text-align: center;
  }
}
/*--------------------------------------- 关于我们 END ---------------------------------------*/
/*--------------------------------------- 平台动态   ---------------------------------------*/
.news .newsnav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.news .newsnav div {
  width: 33.33%;
  height: 80px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width:992px) {
  .news .newsnav div {
    height: 60px;
  }
}
@media screen and (max-width:768px) {
  .news .newsnav div {
    height: 50px;
  }
}
.news .newsnav div:last-child {
  border: none;
}
.news .newsnav div a {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #333;
  background-color: #EEEEEE;
  height: inherit;
  line-height: 80px;
}
.news .newsnav div a:hover,
.news .newsnav div a.active {
  background-color: #FF7000;
  color: #fff;
}
@media screen and (max-width:992px) {
  .news .newsnav div a {
    line-height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .news .newsnav div a {
    line-height: 50px;
    font-size: 16px;
  }
}
.news .lst-box {
  margin: 30px 0;
  padding: 0 20px 0 10px;
}
@media screen and (max-width:768px) {
  .news .lst-box {
    padding: 0 20px;
  }
}
.news .lst-box .lst-1 ul li {
  font-size: 22px;
  margin-top: 58px;
}
@media screen and (max-width:992px) {
  .news .lst-box .lst-1 ul li {
    font-size: 16px;
    margin-top: 38px;
  }
}
@media screen and (max-width:768px) {
  .news .lst-box .lst-1 ul li {
    font-size: 16px;
    margin-top: 28px;
  }
}
.news .lst-box .lst-1 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .lst-box .lst-1 ul li a .title {
  padding-left: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  background-repeat: no-repeat;
  background-position: left center;
  color: #555;
  transition: all 0.1s ease-in-out;
  margin-right: 30px;
}
@media screen and (max-width:768px) {
  .news .lst-box .lst-1 ul li a .title {
    padding-left: 0px;
  }
}
.news .lst-box .lst-1 ul li a .title:hover {
  background-image: url("../img/jiantou@2x.png");
  color: #333;
}
@media screen and (max-width:768px) {
  .news .lst-box .lst-1 ul li a .title:hover {
    background-image: none;
  }
}
.news .lst-box .lst-1 ul li a .date {
  color: #555;
  flex-shrink: 0;
  margin-right: 10px;
}
.news .lst-box .lst-2 ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .news .lst-box .lst-2 ul {
    justify-content: space-between;
  }
}
.news .lst-box .lst-2 ul li {
  flex-shrink: 0;
  display: block;
  width: 31.33%;
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  padding: 20px 0 30px 0;
  margin-top: -1px;
  margin-left: 2%;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .news .lst-box .lst-2 ul li {
    width: 45%;
    margin-left: 0;
  }
}
.news .lst-box .lst-2 ul li:hover > .describe {
  color: #333;
}
.news .lst-box .lst-2 ul li span {
  display: block;
}
.news .lst-box .lst-2 ul li .date {
  color: #333333;
  font-size: 16px;
  line-height: 58px;
  position: relative;
}
.news .lst-box .lst-2 ul li .date::before {
  content: " ";
  width: 40px;
  height: 1px;
  background: #FF7000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news .lst-box .lst-2 ul li .title {
  margin-top: 20px;
  font-size: 22px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .news .lst-box .lst-2 ul li .title {
    font-size: 18px;
  }
}
.news .lst-box .lst-2 ul li .describe {
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  font-size: 16px;
  color: #888888;
  line-height: 30px;
}
@media screen and (max-width:768px) {
  .news .lst-box .lst-2 ul li .describe {
    font-size: 14px;
  }
}
.news .lst-3 ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .news .lst-3 ul {
    justify-content: space-between;
  }
}
.news .lst-3 ul li {
  display: block;
  width: 31.33%;
  margin-left: 2%;
  flex-shrink: 0;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width:768px) {
  .news .lst-3 ul li {
    width: 48%;
    margin-left: 0;
  }
}
.news .lst-3 ul li:hover {
  border: 1px solid #FF7000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.news .lst-3 ul li .item img {
  width: 100%;
}
.news .lst-3 ul li .item .title {
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px;
}
@media screen and (max-width:768px) {
  .news .lst-3 ul li .item .title {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.news .lst-3 ul li .item .describe {
  font-size: 16px;
  line-height: 23px;
  color: #888888;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:768px) {
  .news .lst-3 ul li .item .describe {
    font-size: 14px;
    line-height: 22px;
  }
}
.news .pagination-wrap {
  text-align: center;
  margin: 30px 0;
}
.news .pagination {
  display: inline-flex;
  list-style: none;
  padding-left: 0;
  border-radius: 4px;
  margin: 0;
  background-color: transparent;
  font-size: 16px;
}
.news .pagination li {
  display: inline;
}
.news .pagination a,
.news .pagination span {
  position: relative;
  float: left;
  padding: 12px 16px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
}
.news .pagination a:hover,
.news .pagination span:hover,
.news .pagination a:focus,
.news .pagination span:focus {
  z-index: 2;
  color: #FF7000;
  background-color: #eee;
  border-color: #ddd;
}
.news .pagination li:first-child a,
.news .pagination li:first-child span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.news .pagination li:last-child a,
.news .pagination li:last-child span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.news .pagination .active a,
.news .pagination .active span,
.news .pagination .active a:hover,
.news .pagination .active span:hover,
.news .pagination .active a:focus,
.news .pagination .active span:focus {
  z-index: 3;
  color: #fff;
  background-color: #FF7000;
  border-color: #FF7000;
  cursor: default;
}
.news .pagination .disabled a,
.news .pagination .disabled span,
.news .pagination .disabled a:hover,
.news .pagination .disabled span:hover,
.news .pagination .disabled a:focus,
.news .pagination .disabled span:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  pointer-events: none;
}
/*--------------------------------------- 平台动态 END ---------------------------------------*/
/*--------------------------------------- 首页   ---------------------------------------*/
.index-bk1 {
  margin-top: 60px;
}
@media screen and (max-width:768px) {
  .index-bk1 {
    margin-top: 50px;
  }
}
.bk-title-wrap {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.bk-title-wrap .bk-title {
  position: relative;
}
.bk-title-wrap .bk-title .cn {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 36px;
}
@media screen and (max-width:768px) {
  .bk-title-wrap .bk-title .cn {
    font-size: 24px;
    line-height: 24px;
  }
}
.bk-title-wrap .bk-title .en {
  font-family: Gill Sans Ultra Bold;
  font-weight: 400;
  font-size: 36px;
  color: #888888;
  line-height: 52px;
  opacity: 0.3;
}
@media screen and (max-width:768px) {
  .bk-title-wrap .bk-title .en {
    font-size: 24px;
    line-height: 36px;
  }
}
.bk-title-wrap .bk-title::after {
  content: " ";
  width: 45px;
  height: 4px;
  background: #FF7000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bk-title-wrap .more {
  text-align: center;
  width: 130px;
  height: 36px;
  display: block;
  background: #FFFFFF;
  border: 1px solid #333333;
  position: absolute;
  right: 0;
  bottom: 0px;
}
@media screen and (max-width:768px) {
  .bk-title-wrap .more {
    width: 110px;
    height: 28px;
  }
}
.bk-title-wrap .more a {
  color: #333;
  line-height: 36px;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .bk-title-wrap .more a {
    line-height: 28px;
    font-size: 14px;
  }
}
.index-bk1 > .news {
  width: 95%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .index-bk1 > .news {
    flex-direction: column;
  }
}
.index-bk1 > .news .img-news {
  display: block;
  background-color: #EEEEEE;
  width: 40%;
  padding: 30px 50px;
}
@media screen and (max-width:992px) {
  .index-bk1 > .news .img-news {
    padding: 30px 20px;
  }
}
@media screen and (max-width:768px) {
  .index-bk1 > .news .img-news {
    width: 100%;
    padding: 10px 20px;
  }
}
.index-bk1 > .news .img-news .date {
  font-size: 18px;
  color: #888888;
  line-height: 36px;
}
.index-bk1 > .news .img-news .title {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.index-bk1 > .news .img-news .describe {
  font-size: 14px;
  color: #888888;
  line-height: 28px;
}
.index-bk1 > .news .img-news .img {
  margin: 10px 0	;
}
.index-bk1 > .news .img-news .img img {
  width: 100%;
}
.index-bk1 > .news .img-news .link-icon {
  width: 64px;
  height: 32px;
  background-color: #FF7000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-bk1 > .news .text-news {
  width: 55%;
}
@media screen and (max-width:768px) {
  .index-bk1 > .news .text-news {
    width: 100%;
  }
}
.index-bk1 > .news .text-news .item {
  position: relative;
  display: block;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  margin-top: -1px;
  padding: 40px;
}
@media screen and (max-width:992px) {
  .index-bk1 > .news .text-news .item {
    padding: 25px 10px 25px 25px;
  }
}
@media screen and (max-width:768px) {
  .index-bk1 > .news .text-news .item {
    padding: 20px 10px 20px 20px;
  }
}
.index-bk1 > .news .text-news .item::before {
  content: " ";
  height: 8px;
  width: 8px;
  background-color: #666666;
  position: absolute;
  left: 16px;
  top: 45px;
}
@media screen and (max-width:992px) {
  .index-bk1 > .news .text-news .item::before {
    left: 5px;
    top: 28px;
  }
}
@media screen and (max-width:768px) {
  .index-bk1 > .news .text-news .item::before {
    left: 5px;
    top: 23px;
  }
}
.index-bk1 > .news .text-news .item .head {
  display: flex;
  justify-content: space-between;
}
.index-bk1 > .news .text-news .item .head .title {
  font-size: 18px;
  color: #333333;
  line-height: 18px;
}
.index-bk1 > .news .text-news .item .head .date {
  font-size: 18px;
  color: #888888;
  line-height: 18px;
}
.index-bk1 > .news .text-news .item .body {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-bk1 > .news .text-news .item .body .describe {
  width: 80%;
  font-size: 14px;
  color: #888888;
  line-height: 20px;
}
.index-bk1 > .news .text-news .item .body .link-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-left: 20px;
  border-left: 1px solid #CFCFCF;
  padding-left: 40px;
  padding-right: 30px;
}
.bk-title-wrap.type-2 .bk-title {
  margin-top: 80px;
}
@media screen and (max-width:768px) {
  .bk-title-wrap.type-2 .bk-title {
    margin-top: 50px;
  }
}
.bk-title-wrap.type-2 .bk-title p {
  text-align: center;
}
.bk-title-wrap.type-2 .bk-title::after {
  position: relative;
  display: block;
  margin: 0 auto;
}
.index-bk2 {
  width: 95%;
  margin: 0 auto;
}
.index-bk2 .icon-lst {
  width: 80%;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .index-bk2 .icon-lst {
    width: 90%;
  }
}
.index-bk2 .icon-lst .item {
  opacity: 1;
  background: none;
  cursor: pointer;
  width: 170px;
  height: 170px;
  display: flex!important;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 85px;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width:992px) {
  .index-bk2 .icon-lst .item {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width:768px) {
  .index-bk2 .icon-lst .item {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .index-bk2 .icon-lst .item {
    width: 70px;
    height: 70px;
  }
}
.index-bk2 .icon-lst .item .icon {
  width: 59px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:992px) {
  .index-bk2 .icon-lst .item .icon {
    width: 54px;
    height: 47px;
  }
}
@media screen and (max-width:768px) {
  .index-bk2 .icon-lst .item .icon {
    width: 30px;
    height: 26px;
  }
}
.index-bk2 .icon-lst .item .title {
  color: #999;
  font-size: 18px;
  line-height: 2em;
}
@media screen and (max-width:992px) {
  .index-bk2 .icon-lst .item .title {
    font-size: 14px;
  }
}
@media screen and (max-width:768px) {
  .index-bk2 .icon-lst .item .title {
    font-size: 12px;
  }
}
@media screen and (max-width:375px) {
  .index-bk2 .icon-lst .item .title {
    display: none;
  }
}
.index-bk2 .icon-lst .item:nth-child(1) > .icon {
  background-image: url("../img/index-services-icon1-g.png");
}
.index-bk2 .icon-lst .item:nth-child(2) > .icon {
  background-image: url("../img/index-services-icon2-g.png");
}
.index-bk2 .icon-lst .item:nth-child(3) > .icon {
  background-image: url("../img/index-services-icon3-g.png");
}
.index-bk2 .icon-lst .item:nth-child(4) > .icon {
  background-image: url("../img/index-services-icon4-g.png");
}
.index-bk2 .icon-lst .item:hover,
.index-bk2 .icon-lst .item.swiper-pagination-bullet-active {
  background-color: rgba(255, 112, 0, 0.3);
}
.index-bk2 .icon-lst .item:hover .title,
.index-bk2 .icon-lst .item.swiper-pagination-bullet-active .title {
  color: #333;
}
.index-bk2 .icon-lst .item:hover:nth-child(1) > .icon,
.index-bk2 .icon-lst .item.swiper-pagination-bullet-active:nth-child(1) > .icon {
  background-image: url("../img/index-services-icon1-0.png");
}
.index-bk2 .icon-lst .item:hover:nth-child(2) > .icon,
.index-bk2 .icon-lst .item.swiper-pagination-bullet-active:nth-child(2) > .icon {
  background-image: url("../img/index-services-icon2-0.png");
}
.index-bk2 .icon-lst .item:hover:nth-child(3) > .icon,
.index-bk2 .icon-lst .item.swiper-pagination-bullet-active:nth-child(3) > .icon {
  background-image: url("../img/index-services-icon3-0.png");
}
.index-bk2 .icon-lst .item:hover:nth-child(4) > .icon,
.index-bk2 .icon-lst .item.swiper-pagination-bullet-active:nth-child(4) > .icon {
  background-image: url("../img/index-services-icon4-0.png");
}
.bk2-swiper {
  width: 100%;
  max-width: 1440px;
  margin: 30px auto;
}
.bk2-swiper .swiper {
  width: 95%;
}
.bk2-swiper .swiper-slide {
  text-align: right;
  width: 80%;
}
.bk2-swiper .swiper-slide img {
  width: 100%;
}
.bk2-swiper .swiper-slide-next,
.bk2-swiper .swiper-slide-prev {
  filter: brightness(60%);
  transition: filter 0.4s ease-in-out 0.4s;
}
.index-bk3 .bk-title-wrap .bk-title {
  margin-top: 80px;
}
@media screen and (max-width:768px) {
  .index-bk3 .bk-title-wrap .bk-title {
    margin-top: 50px;
  }
}
.index-bk3 .news-lst {
  width: 95%;
  margin: 30px auto;
  overflow-x: hidden;
}
.index-bk3 .news-lst .swiper-slide {
  margin-bottom: 60px;
}
.index-bk3 .news-lst .swiper-pagination .swiper-pagination-bullet {
  border-radius: 3px;
  background-color: #DFDFDF;
  opacity: 1;
  width: 50px;
  height: 5px;
}
@media screen and (max-width:768px) {
  .index-bk3 .news-lst .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
  }
}
.index-bk3 .news-lst .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF7000;
}
.index-bk3 .news-lst .news-lst-swiper .item {
  border-radius: 10px;
  display: block;
  width: 100%;
  background-color: #fff;
}
.index-bk3 .news-lst .news-lst-swiper .item img {
  width: 100%;
}
.index-bk3 .news-lst .news-lst-swiper .item .news-content {
  padding: 20px;
}
.index-bk3 .news-lst .news-lst-swiper .item .news-content .title {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.index-bk3 .news-lst .news-lst-swiper .item .news-content .describe {
  margin-top: 10px;
  font-size: 16px;
  color: #888888;
  line-height: 32px;
}
.index-bk3 .news-lst .news-lst-swiper .item .news-content .link-icon {
  display: block;
  margin-top: 10px;
}
.index-bk3 .news-lst .news-lst-swiper .item .news-content .link-icon::after {
  content: " ";
  display: block;
  width: 31px;
  height: 23px;
  background-image: url("../img/yjth.png");
  background-repeat: no-repeat;
  background-size: cover;
}
/*--------------------------------------- 首页 END ---------------------------------------*/
.animated {
  animation-fill-mode: none!important;
}
