.header {
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(217, 217, 217, 0.15);
}
.header .top-area {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.header .top-area .logo img {
  width: 100%;
}
.header .top-area .head_nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 280px;
  height: 100%;
}
.header .top-area .head_nav li a {
  display: inline-block;
  height: 80px;
  font-size: 17px;
  line-height: 80px;
}
.header .top-area .menu {
  width: 250px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .top-area .menu .down-menu {
  position: relative;
  height: 100%;
}
.header .top-area .menu .down-menu a {
  display: block;
  height: 100%;
  line-height: 80px;
  font-size: 17px;
}
.header .top-area .menu .down-menu > a.active {
  border-bottom: 4px solid #F51600;
  color: #F5222D;
}
.header .top-area .menu .down-menu ul {
  display: none;
  position: absolute;
  top: 80px;
  left: -100%;
  z-index: 99;
  width: 164px;
  border-radius: 4px;
  opacity: 0.8;
  background-color: #fff;
}
.header .top-area .menu .down-menu ul li {
  height: 55px;
  padding: 0 20px;
}
.header .top-area .menu .down-menu ul li a {
  text-align: center;
  height: 100%;
  line-height: 55px;
  font-size: 16px;
  color: #000000;
}
.header .top-area .menu .down-menu ul li a.active {
  color: #E20019;
}
.header .top-area .menu .down-menu ul li .border {
  border-bottom: 1px solid #D9D9D9;
}
.header .top-area .menu .down-menu:hover ul {
  display: block;
}
.header .top-area .menu .down-menu:hover a i {
  transform: rotate(180deg);
}
.header .top-area .phone {
  padding-left: 350px;
}
.header .top-area .noLogin {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 190px;
  height: 36px;
}
.header .top-area .noLogin a {
  display: block;
  width: 88px;
  height: 36px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 8px;
  line-height: 36px;
}
.header .top-area .noLogin a:active {
  background: #eff0f1;
  border: 1px solid #d3d6d9;
  border-radius: 8px;
  color: #e20019;
}
.footer {
  width: 100%;
  background-color: #ececee;
}
.footer .map_area {
  height: 240px;
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}
.footer .map_area .map_left {
  display: flex;
  justify-content: space-around;
}
.footer .map_area .map_left .map_li {
  margin-right: 65px;
}
.footer .map_area .map_left .map_li dt {
  font-size: 16px;
  padding-bottom: 10px;
}
.footer .map_area .map_left .map_li dd {
  font-size: 13px;
  padding-bottom: 10px;
}
.footer .map_area .map_right {
  display: flex;
  justify-content: space-between;
}
.footer .map_area .map_right .connect {
  margin-right: 65px;
}
.footer .map_area .map_right .connect dt {
  font-size: 16px;
  padding-bottom: 16px;
}
.footer .map_area .map_right .connect dd {
  font-size: 13px;
  padding-bottom: 16px;
}
.footer .map_area .map_right .qrcode div {
  font-size: 16px;
  margin-bottom: 16px;
}
.footer .map_area .map_right .qrcode img {
  height: 90px;
  width: 90px;
}
.footer .copyright {
  text-align: center;
  height: 60px;
  width: 100%;
  line-height: 60px;
  color: #fff;
  font-size: 15px;
  background-color: #272727;
}
.footer .copyright a {
  color: #fff;
}
.wrapper {
  width: 100%;
  min-width: 1200px;
  margin: auto;
  height: 600px;
}
.wrapper .img {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('../images/aky_bg.jpg') center center;
  background-size: cover;
}
.wrapper .img .left_ .title {
  /* 安全文印管控软件 */
  text-align: left;
  height: 77px;
  padding-top: 155px;
  font-family: "Alimama ShuHeiTi";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
  color: #2355e6;
}
.wrapper .img .left_ .title span {
  font-size: 45px;
}
.wrapper .img .left_ .sub_title1 {
  width: 498px;
  height: 56px;
  padding-top: 100px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  color: #ffffff;
}
.wrapper .img .left_ .sub_title {
  width: 498px;
  height: 56px;
  padding-top: 100px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}
.wrapper .img .left_ a {
  display: block;
  width: 212px;
  height: 64px;
  margin-top: 130px;
  background: linear-gradient(65.56deg, #f51600 30.72%, #ff7875 81.03%);
  border-radius: 50px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 64px;
  text-align: center;
  color: #ffffff !important;
}
.wrapper .img .demand-special {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 88px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.wrapper .img .demand-special ul {
  display: flex;
  align-items: center;
}
.wrapper .img .demand-special ul li {
  display: flex;
  align-items: center;
  padding: 10px 24px;
  width: 25%;
  background: rgba(255, 255, 255, 0.3);
}
.wrapper .img .demand-special ul li .special_img {
  height: 42px;
  width: 85px;
}
.wrapper .img .demand-special ul li .special_img img {
  height: 100%;
}
.wrapper .img .demand-special ul li .special_text {
  margin-left: 6px;
}
.wrapper .img .demand-special ul li .special_text .special_title {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
}
.wrapper .img .demand-special ul li .special_text .special_subTitle {
  margin-top: 6px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #424242;
}
.service {
  width: 100%;
  background-color: #fff;
}
.service .service_box h2 {
  padding: 80px 0 12px 0;
  font-weight: 600;
  font-size: 32px;
  font-family: "PingFang SC";
  line-height: 45px;
  text-align: center;
  color: #000000;
}
.service .service_box .nav_tab {
  overflow: hidden;
  margin: 0 auto;
  width: 906px;
}
.service .service_box .nav_tab li {
  float: left;
  width: 12.5%;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
}
.service .service_box .product_card {
  display: none;
  padding: 33px 0 85px 0;
}
.service .service_box .product_card .product_card_left {
  width: 33.33%;
  padding: 14px 12px 14px 0;
}
.service .service_box .product_card .product_card_left .left_tit img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: sub;
}
.service .service_box .product_card .product_card_left .left_tit span {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.service .service_box .product_card .product_card_left a.btn {
  display: block;
  margin-top: 16px;
  width: 116px;
  height: 40px;
  border: none;
  border-radius: 8px;
  font-family: 'PingFang SC';
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  background: #F4222D;
}
.service .service_box .product_card .product_card_left a.btn:active {
  background: #FF4D4F;
}
.service .service_box .product_card .product_card_left .card_item {
  padding-top: 16px;
}
.service .service_box .product_card .product_card_left .card_item h3 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.service .service_box .product_card .product_card_left .card_item h3::before {
  display: inline-block;
  margin: 0 17px 0 4px;
  content: url(../images/Rectangle10.png);
  width: 12px;
  height: 12px;
}
.service .service_box .product_card .product_card_left .card_item p {
  font-size: 16px;
  line-height: 24px;
  padding-left: 32px;
}
.service .service_box .product_card .product_card_right {
  width: 66.66%;
  height: 400px;
  border-radius: 10px;
  background-color: #EFF6FF;
}
.service .service_box .product_card .product_card_right .img1 {
  display: block;
  margin: 45px auto;
  width: 784px;
  height: 317px;
}
.service .service_box .product_card .product_card_right .img2 {
  width: 100%;
  height: 100%;
}
.service .service_box .show_card {
  display: flex;
}
.card_active {
  background-color: #000000;
  color: #fff;
}
.introduce {
  height: 580px;
  width: 100%;
  padding-top: 60px;
  background-color: #fbfbfb;
}
.introduce h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #000000;
}
.introduce .row_mess {
  padding-top: 10px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
.introduce .intro_content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 125px;
  padding: 0 105px;
  height: 260px;
}
.introduce .intro_content .intro_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.introduce .intro_content .intro_text h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}
.introduce .intro_content .intro_text p {
  margin-top: 16px;
}
.introduce .intro_content .intro_img {
  padding: 0 84px;
}
.introduce .intro_content .intro_img .bgImg {
  position: relative;
  height: 180.27px;
  width: 371.32px;
  background: url(../images/Group47393.png) no-repeat;
  background-size: cover;
}
.introduce .intro_content .intro_img .bgImg .fuheji {
  position: absolute;
  left: 50%;
  top: -96px;
  transform: translateX(-50%);
  width: 134.69px;
  height: 234.67px;
}
.introduce .intro_content .intro_img .bgImg .imgs {
  position: absolute;
  width: 100px;
  height: 100px;
}
.introduce .intro_content .intro_img .bgImg .lefttop {
  left: -50px;
  top: -50px;
}
.introduce .intro_content .intro_img .bgImg .leftbottom {
  left: -50px;
  bottom: -50px;
}
.introduce .intro_content .intro_img .bgImg .righttop {
  right: -50px;
  top: -50px;
}
.introduce .intro_content .intro_img .bgImg .rightbottom {
  right: -50px;
  bottom: -50px;
}
.workOut {
  padding: 60px 0;
  background-color: #fff;
}
.workOut h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #000000;
}
.workOut .row_mess {
  padding: 10px 0 50px 0;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
.workOut .anli {
  padding: 0 16px;
}
.workOut .anli li {
  display: inline-block;
  width: 24%;
  padding: 16px 8px;
}
.workOut .anli li .anli_card {
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(217, 217, 217, 0.25);
  border-radius: 4px;
  width: 100%;
}
.workOut .anli li .anli_card img {
  width: 100%;
  transition: all 0.3s ease-in;
}
.workOut .anli li .anli_card p {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  text-align: center;
}
.workOut .anli li .anli_card:hover img {
  transform: scale(1.1);
}
.guarantee {
  padding: 60px 0;
  background-color: #fbfbfb;
}
.guarantee h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #000000;
}
.guarantee .row_mess {
  padding: 10px 0 50px 0;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
.guarantee .guarantee_ul {
  margin-top: 24px;
  display: flex;
}
.guarantee .guarantee_ul li {
  width: 25%;
  text-align: center;
}
.guarantee .guarantee_ul li .ul-Img {
  height: 100px;
}
.guarantee .guarantee_ul li .ul-Img img {
  height: 100%;
}
.guarantee .guarantee_ul li h3 {
  margin: 20px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}
.guarantee .guarantee_ul li p {
  padding: 0 18px;
  font-size: 13px;
  line-height: 18px;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.process {
  background-color: #fff;
  padding-bottom: 208px;
}
.process h2 {
  padding: 80px 0 42px 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
}
.process .process_img {
  display: flex;
  justify-content: space-around;
}
.process .process_img .proceess_itemImg {
  box-sizing: content-box;
  position: relative;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  border: 4px solid #fff1f0;
}
.process .process_img .proceess_itemImg .ling_img {
  position: absolute;
  width: 120px;
  height: 20px;
  right: -115%;
  transform: translateY(-50%);
  top: 50%;
}
.process .process_img .proceess_itemImg .i {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  box-sizing: border-box;
  background: #ff7875;
  border: 2px solid #ffffff;
  font-size: 13px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
.process .process_img .proceess_itemImg .img_box {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 88px;
  height: 88px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(45.75deg, #f4222d 36.99%, #ffccc7 80.18%);
}
.process .process_img .proceess_itemImg .img_box img {
  margin-top: 50%;
  transform: translateY(-50%);
}
.process .process_msg {
  display: flex;
  justify-content: space-around;
}
.process .process_msg li {
  margin-top: 60px;
  position: relative;
}
.process .process_msg li h3 {
  height: 28px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #424242;
}
.process .process_msg li p {
  position: absolute;
  font-size: 13px;
  height: 36px;
  max-width: 208px;
  min-width: 160px;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 18px;
  line-clamp: 2;
  text-align: center;
  color: #424242;
}
.showTable {
  background-color: #fbfbfb;
  width: 100%;
  height: 712px;
}
.showTable h2 {
  padding: 60px 0 18px 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
}
.showTable p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #757575;
}
.card_active {
  background-color: #000000;
  color: #fff;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 50px;
  border: 1px solid #ddd;
}
th {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(89.77deg, #f4222d 41.12%, #ff7875 88.58%);
}
th,
td {
  width: 120px;
  height: 44px;
  text-align: center;
  padding: 4px;
}
td {
  font-size: 13px;
  /*texts*/
  line-height: 18px;
  color: #424242;
}
tr:nth-child(even) {
  background-color: #f7f7f9;
}
tr:nth-child(odd) {
  background-color: #fff;
}
.advantage {
  width: 100%;
  background-color: #fbfbfb;
}
.advantage .title {
  padding: 80px 0 12px 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #000000;
}
.advantage .message {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #757575;
}
.advantage .details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
.advantage .details .details_item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 582px;
  height: 210px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(217, 217, 217, 0.15);
  border-radius: 8px;
}
.advantage .details .details_item .item_icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(332.05deg, #efeafe 23.32%, #e7f7fd 74.61%);
  text-align: center;
  line-height: 120px;
}
.advantage .details .details_item .details_msg h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
.advantage .details .details_item .details_msg p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  width: 345px;
  color: #424242;
}
.main {
  position: relative;
  width: 100%;
  background: url(../images/shadow.jpg) center center;
  background-size: cover;
}
.main .title {
  padding-top: 140px;
  font-family: "Alimama ShuHeiTi";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
  text-align: center;
}
.main .message {
  padding-top: 36px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #424242;
}
.main .download {
  padding: 70px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .download .download_card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 500px;
  height: 230px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(217, 217, 217, 0.25);
  border-radius: 18px;
}
.main .download .download_card .download_name {
  padding: 22px 0;
}
.main .download .download_card .download_name .hidden_txt {
  display: none;
}
.main .download .download_card .download_msg {
  overflow: hidden;
  height: 0;
  font-weight: 400;
  transition: all 0.2s ease-out;
  font-size: 13px;
  width: 404px;
  margin: 0 auto;
  line-height: 18px;
  text-align: center;
  color: #757575;
}
.main .download .download_card:hover .download_msg {
  height: auto;
}
.main .download .download_card:hover .download_name .hidden_txt {
  display: inline;
}
.box {
  position: relative;
  z-index: 1;
}
.softlight {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  mix-blend-mode: soft-light;
}
