.link-arw {
  color: #000;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.banner {
  background: url(/resource/images/about/banner-bg.png) #1663d6 no-repeat center;
  background-size: cover;
}
.banner-content {
  padding: 180px 0;
}
@media screen and (max-width: 1300px) {
  .banner {
    padding-bottom: 236px;
  }
}
.content {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 0 15px;
  }
}
.banner-title {
  float: left;
  font-size: 100px;
  font-weight: 700;
  color: #fff;
  line-height: 180px;
  text-shadow: 0 10px 0 rgba(0, 0, 0, 0.2);
}
.circle {
  float: left;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 57px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.miaosu {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .banner-title {
    float: none;
    text-align: center;
  }
  .circle {
    float: none;
    margin: 0 auto;
  }
  .miaosu {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .banner-content {
    padding: 10px 0;
  }
  .banner-title {
    font-size: 60px;
  }
}
.news {
  max-width: 1200px;
  background: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(66, 110, 252, 0.5);
  box-shadow: 0 10px 40px 0 rgba(66, 110, 252, 0.5);
  border-radius: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .news {
    padding: 0 15px;
  }
}
.news-t {
  float: left;
  width: 90px;
  height: 60px;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 24px;
  font-weight: 700;
  color: #111;
  border-right: 1px solid #ccc;
  line-height: 30px;
  text-align: center;
  margin: 30px 30px;
}
.news-t p {
  width: 60px;
  height: 60px;
  color: #111;
}
.swiper-container {
  float: left;
  max-width: 1000px;
  width: 100%;
}
.swiper-slide {
  width: 100%;
}
.swiper-slide-active {
  width: 100%;
}
.news-list li {
  float: left;
  margin: 28px 0 28px 50px;
  font-size: 18px;
  font-weight: 400;
  color: #111;
}
.news-list li:nth-child(1) {
  margin-left: 60px;
}
.gonew {
  display: block;
  overflow: hidden;
}
.n-t {
  float: left;
  max-width: 288px;
  line-height: 32px;
  margin-left: 10px;
}
.newsimg {
  float: left;
}
.swbtn1,
.swbtn2 {
  position: absolute;
  width: 20px;
  height: 30px;
  background: url(/resource/images/about/abackup-icon-small-all.png) no-repeat;
}
.swbtn1 {
  background-position: -786px -120px;
}
.swbtn1:hover {
  background-position: -840px -120px;
}
.swbtn2 {
  background-position: -896px -120px;
}
.swbtn2:hover {
  background-position: -950px -120px;
}
@media screen and (max-width: 1200px) {
  .news-t {
    width: 100%;
    margin: 20px 0;
    text-align: center;
    border-right: none;
  }
  .news-t p {
    width: 100%;
  }
  .news-list {
    display: table;
    margin: 0 auto;
  }
  .news-list li {
    float: none;
    margin: 20px 0 20px 0;
  }
  .news-list li:nth-child(1) {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .news {
    transform: translateY(-20%);
  }
}
@media screen and (max-width: 600px) {
  .gonew {
    text-align: center;
  }
  .n-t,
  .newsimg {
    float: none;
    display: block;
    margin: 0 auto;
    font-size: 16px;
  }
}
.introduce {
  padding-bottom: 140px;
  background: url(/resource/images/about/bg1.png) no-repeat center;
  background-size: cover;
}
.introduce .content {
  max-width: 1200px;
  margin: 0 auto;
}
.int-title {
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #111;
  line-height: 70px;
  text-align: center;
  padding-top: 87px;
}
.int-text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin-top: 34px;
}
.int-text #int_txt {
  display: none;
  max-width: 90%;
  margin: 20px auto;
  text-align: left;
  text-indent: 2em;
  color: #333;
}
.int-logo {
  width: 26px;
  height: 20px;
  background: url(/resource/images/about/abackup-icon-small-all.png) no-repeat;
  background-position: -1070px -125px;
  margin: 40px auto 0;
}
.int-logo:hover {
  cursor: pointer;
  background-position: -1004px -125px;
}
.visit {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
}
.visit a {
  color: #333 !important;
}
.vicon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/resource/images/about/abackup-icon-small-all.png) no-repeat;
  background-position: -328px -10px;
  vertical-align: middle;
}
.visit:hover .vicon {
  background-position: -383px -10px;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.visit:hover a {
  color: #4551b6 !important;
}
.strength {
  margin-top: 99px;
}
.strength li {
  float: left;
  width: 360px;
  height: 430px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.strength li img {
  width: 120px;
  height: 120px;
  margin-top: 40px;
}
.strength li .icons-text {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #111;
  line-height: 30px;
}
.strength li .icons-miaosu {
  max-width: 272px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 30px;
  text-align: center;
  margin: 30px auto 0;
}
.strength li:hover {
  -webkit-box-shadow: 0 10px 40px 0 rgba(66, 110, 252, 0.5);
  box-shadow: 0 10px 40px 0 rgba(66, 110, 252, 0.5);
}
.li-margin {
  margin-left: 60px;
}
@media screen and (max-width: 1200px) {
  .strength li {
    float: none;
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    padding-bottom: 40px;
  }
  .icons-miaosu {
    max-width: 80% !important;
  }
  .li-margin {
    margin: 0;
  }
}
.product {
  width: 100%;
  background: #f7f7f7;
}
.product .content {
  max-width: 1300px;
  margin: 0 auto;
}
.product .content .series {
  margin-top: 100px;
  width: 300px;
  height: 80px;
  background: url(/resource/images/about/title1.png) no-repeat center;
  background-size: 300px 80px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #fff;
  line-height: 80px;
  text-align: center;
}
.product .backups {
  margin-top: 60px;
}
.product .backups li {
  float: left;
  width: 230px;
  height: 340px;
  background: #fff;
  -webkit-box-shadow: 0 10px 28px 2px rgba(66, 110, 252, 0.1);
  box-shadow: 0 10px 28px 2px rgba(66, 110, 252, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .product .backups li {
    margin: 20px 0 0 20px;
  }
}

.product .backups li:hover {
  cursor: pointer;
  background: #4551b6;
}
.product .backups li:hover .r-img {
  display: block;
}
.product .backups li:hover .r-img2 {
  display: none;
}
.product .backups li:hover .gourl {
  display: block;
  cursor: pointer;
}
.product .backups li:hover .img-hover {
  display: block;
}
.product .backups li:hover .logo-hover {
  display: block;
}
.product .backups li:hover .li-text {
  color: #fff;
}
.product .backups li:hover .logos {
  display: none;
}
.product .backups li:hover .li-title {
  color: #fff;
}
.product .img-hover {
  display: none;
  float: left;
  margin: 25px 0 0 25px;
}
.product .left-logos {
  float: right;
  width: 50px;
  height: 50px;
  background: url(/resource/images/about/abackup-icon1.png) no-repeat;
  margin: 25px 20px 0 0;
}
.product .logo-hover {
  display: none;
}
.product .logos1 {
  background-position: -11px -240px;
}
.product .logos1-1 {
  background-position: -85px -240px;
}
.product .logos2 {
  background-position: -160px -240px;
}
.product .logos2-2 {
  background-position: -236px -240px;
}
.product .logos3 {
  background-position: -310px -242px;
}
.product .logos3-3 {
  background-position: -395px -240px;
}
.product .logos4 {
  background-position: -478px -242px;
}
.product .logos4-4 {
  background-position: -560px -240px;
}
.product .logos5 {
  background-position: -650px -240px;
}
.product .logos5-5 {
  background-position: -730px -240px;
}
.product .li-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #111;
  line-height: 30px;
  margin: 0 0 0 20px;
}
.product .li-text {
  max-width: 182px;
  height: 150px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
  margin-left: 20px;
}
.product .li-footer .gourl {
  display: none;
  float: left;
  width: 16px;
  height: 10px;
  background: url(/resource/images/about/abackup-icon-small-all.png) no-repeat;
  background-position: -215px -10px;
  margin: 39px 0 0 107px;
}
.product .li-footer .r-img {
  display: none;
  float: left;
  margin: 5px 0 0 27px;
}
.product .li-footer .r-img2 {
  float: right;
  margin: 5px 0 0 27px;
}
.product .backups-li {
  margin-left: 13px;
}
.product .software {
  margin-top: 120px;
  width: 300px;
  height: 80px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #fff;
  line-height: 80px;
  text-align: center;
  background: url(/resource/images/about/title2.png) no-repeat;
}
.product .softlist {
  max-width: 1200px;
  background: #fff;
  margin-top: 60px;
}
.product .prolist {
  margin-top: 60px;
  border-radius: 20px;
}
.product .prolist li {
  float: left;
  width: 50%;
  min-height: 180px;
  background: #fff;
  padding: 60px 0 45px 55px;
  position: relative;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.product .prolist li:hover {
  z-index: 2;
  -webkit-box-shadow: 20px 10px 28px 20px rgba(66, 110, 252, 0.1);
  box-shadow: 20px 10px 28px 20px rgba(66, 110, 252, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.product .slogo {
  float: left;
  width: 48px;
  height: 48px;
  background: url(/resource/images/about/abackup-icon1.png) no-repeat;
  background-position: -800px -240px;
  margin-top: 5px;
}
.product .stext {
  float: left;
  margin: 0 0 0 25px;
}
.product .stext h6 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  line-height: 30px;
}
.product .stext p {
  max-width: 420px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
  margin-top: 5px;
}
.product .soft-2 {
  background-position: -883px -240px;
}
.product .soft-3 {
  background-position: -965px -240px;
}
.product .soft-4 {
  background-position: -1045px -240px;
}
@media screen and (max-width: 1200px) {
  .product .prolist li {
    text-align: center;
    padding: 0;
  }
  .product .slogo,
  .product .stext {
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .product .prolist,
  .product .backups {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: flex-start;
  }
  .product .prolist li,
  .product .backups li {
    float: none;
    margin: 20px 0;
    width: 48%;
    max-width: 400px;
  }
  .product .li-text {
    max-width: 100%;
    height: auto;
  }
  .product .backups li {
    height: auto;
  }
}
@media screen and (max-width: 650px) {
  .product .backups li,
  .product .prolist li {
    float: none;
    width: 90%;
    margin: 30px auto;
  }
}
.product .official {
  max-width: 700px;
  background: url(/resource/images/about/tu.png) no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin: 120px auto 0;
  padding: 40px 0 40px 145px;
}
.product .official-img {
  float: left;
  width: 80px;
  height: 80px;
}
.product .official-img img {
  width: 80px;
  height: 80px;
}
.product .official-tit {
  position: relative;
  float: left;
  margin-left: 28px;
}
.product .official-tit .p1 {
  max-width: 90px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
}
.product .official-tit .p1:hover {
  cursor: pointer;
  color: #c9b2b2;
}
.product .official-tit .sj {
  display: none;
  position: absolute;
  top: 10px;
  left: 130px;
  width: 12px;
  height: 26px;
  background: url(/resource/images/about/abackup-icon-small-all.png) no-repeat;
  background-position: -178px -123px;
}
.product .official-tit .wx {
  display: none;
  position: absolute;
  left: 142px;
  top: -70px;
}
.product .official-tit .p1:hover ~ .wx {
  display: block;
}
.product .official-tit .p1:hover ~ .sj {
  display: block;
}
.product .official-tit .p2 {
  max-width: 302px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}
@media screen and (max-width: 750px) {
  .product .official {
    padding: 40px 0 40px 0;
  }
  .product .official-img {
    float: none;
    margin: 0 auto;
  }
  .product .official-tit {
    float: none;
    margin: 0 auto;
  }
  .product .p1,
  .product .p2 {
    max-width: 100%;
    margin: 0 auto;
  }
}
.quality {
  width: 100%;
  background: url(/resource/images/about/bg3.png) no-repeat;
  background-size: cover;
  margin-top: 104px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .quality {
    padding: 0 15px;
  }
}
.quality-title {
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 100px;
}
.qua-ms {
  max-width: 974px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.qua-top {
  max-width: 650px;
  margin: 98px auto 0;
}
.qua-center {
  max-width: 1300px;
  margin: 20px auto 0;
}
.qua-footer {
  max-width: 1600px;
  margin: 60px auto 0;
}
@media screen and (max-width: 750px) {
  .qua-center,
  .qua-footer,
  .qua-top {
    margin: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .qua-top {
    margin-top: 30px;
  }
  .qua-center > div,
  .qua-footer > div,
  .qua-top > div {
    width: 50%;
  }
  .experience,
  .user {
    margin: 10px 0;
  }
}
.user {
  float: left;
}
.usernum {
  font-size: 60px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
}
.usertext {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
  opacity: 0.7;
  text-align: center;
}
.experience {
  float: right;
}
@media screen and (max-width: 750px) {
  .experience,
  .user {
    float: none;
  }
  .usernum {
    font-size: 48px;
    text-align: center;
  }
}
.lunbo {
  position: relative;
  max-width: 1200px;
  height: 190px;
  background: rgba(41, 40, 146, 0.5);
  border-radius: 20px;
  margin: 0 auto;
}
.lb-tit {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  text-align: center;
  padding-top: 38px;
}
#wrap {
  max-width: 1200px;
  height: 60px;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}
#ul {
  position: absolute;
  left: 0;
  top: 0;
}
#ul li {
  float: left;
  width: 178px;
  height: 108px;
  margin-left: 50px;
}
#ul li img {
  padding: 10px 20px;
  text-align: center;
}
.culture {
  position: relative;
  padding-bottom: 120px;
  background: url(/resource/images/about/bg-honer.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .culture {
    padding: 0 15px;
  }
}
.culture-title {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 60px;
  text-align: center;
  padding-top: 110px;
}
.cul-list {
  float: left;
}
.cul-1 {
  max-width: 620px;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(66, 110, 252, 0.2);
  box-shadow: 0 10px 30px 0 rgba(66, 110, 252, 0.2);
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  margin: 94px 0 0 419px;
  padding: 30px 35px;
}
.cul-r {
  float: left;
}
.cu-margin1 {
  margin: 40px 0 0 319px;
}
.cu-margin2 {
  max-width: 500px;
  margin: 40px 0 0 520px;
}
.cul-img {
  margin: 50px 0 0 110px;
  width: 465px;
  height: 317px;
}
@media screen and (max-width: 1700px) {
  .cul-r {
    float: none;
  }
  .cul-list {
    float: none;
    margin: 80px auto 0;
  }
  .cu-margin1,
  .cu-margin2,
  .cul-1 {
    text-align: left;
    margin: 40px auto;
  }
  .cu-margin2 {
    max-width: 620px;
  }
}
@media screen and (max-width: 1700px) {
  .cul-img {
    display: none;
  }
}
.contact {
  width: 100%;
  background: #f7f7f7;
}
.con-tit {
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #111;
  text-align: center;
  padding-top: 100px;
}
.con-ms {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 35px;
  text-align: center;
}
.con-info {
  margin-top: 275px;
  background: url(/resource/images/about/bg5-1.png) no-repeat center;
  background-size: cover;
}
.infobox {
  max-width: 1200px;
  background: #fff;
  border-radius: 20px;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  margin: 0 auto;
  padding: 70px 60px;
}
@media screen and (max-width: 1200px) {
  .con-info {
    margin: 50px 0;
    background: 0 0;
  }
  .infobox {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 10px 15px;
  }
}
.map {
  float: left;
  max-width: 100% !important;
}
.info {
  float: left;
  margin-left: 44px;
}
.name {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 22px;
}
.o-info {
  margin-top: 10px;
}
.aomei-footer {
  margin-top: 58px;
}
.aomei-tit {
  float: left;
  line-height: 140px;
  font-size: 22px;
  font-weight: 700;
  color: #2f2f2f;
}
.aomei-img {
  float: left;
  margin-left: 42px;
}
@media screen and (max-width: 1200px) {
  .aomei-img,
  .aomei-tit,
  .info,
  .map {
    float: none;
    text-align: center;
    margin: 30px auto;
  }
  .aomei-footer {
    margin: 0;
  }
}
