﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: hsl(0, 0%, 20%);
    font: 16px/1.3 "Microsoft Yahei", "Hiragino Sans GB", arial, sans-serif;
    min-width: 1200px;
    overflow-x: hidden;
    box-sizing: border-box;
    padding-top:80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal
}

ol,
ul {
    list-style: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #f50;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

input::-ms-clear,
::-ms-reveal {
    display: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.mask {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    zoom: 1;
}

:root .mask {
    filter: none\9;
}

.box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    max-height: 99999999px;
    /* overflow: hidden; */
}
.flex{
  display:flex;
  align-items: center;
  flex-wrap: wrap;
}
.wxPic{
	display:none;
}
.box-container .box{
  box-sizing: border-box;
  padding:58px 0
}
.title h2{
  font-size:32px;
  font-weight:600;
  color:#000;
  margin-bottom:8px;
  padding-bottom:8px;
  text-align: center;
  position: relative;
}
/* .title h2::after{
  position:absolute;
  content:"";
  top:45px;
  left:50%;
  width:68px;
  height:4px;
  background:#2c6eea;
  z-index:1;
  border-radius: 2px;
  transform: translateX(-50%);
} */
.title p{
  text-align: center;
  font-size:20px;
  color:#777;
  margin-bottom:42px;
}
.purchaser{
  display:block
}
.supplier{
  display:none;
}
/* header */
.header {
  height:80px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header .box{
  justify-content: space-between;
  height:80px;
}
.header h1 a{
  display: block;
  width:294px;
  height:45px;
  background:url(../images/logo.jpg) no-repeat;
  font-size:0px;
}
.header .box>div{
  gap:20px
}
.header .box>div a{
  font-size:18px;
  display:block;
  box-sizing: border-box;
  padding: 8px 10px;
}
.header .box>div a:hover{
   background: #2c6eeaaa;
  color: #fff;
  border-radius:5px;
}
.header .box>div a.active,.header .box>div a.active:hover{
  background: #2c6eea;
  color: #fff;
  border-radius:5px;
}
/* header end */
/* banner */
.banner {
  background: url(../images/bannerbg.jpg) no-repeat top center;
  height:440px;
  overflow:hidden;
}

.banner .box {
  position: relative;
  height:520px;
  padding-top:68px;
  box-sizing: border-box;
}

.banner .title{
  display:flex;
  justify-content: center;
  flex-direction: column;
  gap:20px;
  box-sizing: border-box;
  padding:0 0 0 24px;
}
.banner-box{
  display:flex;
  flex-direction: column;
  width:600px;
}
.banner .title>span{
	font-size:0;
  width:816px;
  height:65px;
  display: block;
  background:url(../images/ico1.png) no-repeat;
}
.banner .title p{
  font-size:30px;
}
.subtit{
  margin-bottom:12px;
}
.subtit>em{
  width:498px;
  height:64px;
  line-height:62px;
  display:flex;
  box-sizing: border-box;
  justify-content:center;
  align-items:center;
  animation: suban 1.6s infinite linear;
  color:#fff;
  font-size:26px;
  font-weight:600;
  letter-spacing:2px;
  background:#ffffff33;
  border:solid 1px #ffffffdd;
  border-radius:12px;
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}
@keyframes suban{
	0%{transform: scale(1);}
	50%{transform: scale(1.05);}
	100%{transform: scale(1);}
}
.bannerDownLoad{
  gap:24px;
}
.bannerDownLoad a{
  display:flex;
  gap:12px;
  width:235px;
  height:56px;
  background:#ffffff22;
  border:solid 1px #ffffff99;
  color:#fff;
  border-radius:5px;
  transition:all .4s;
  align-items:center;
  justify-content: center;
  box-shadow:0 0 8px rgba(0,0,0,0.1);
}
.bannerDownLoad a span{
  position: relative;
  width: 28px;
  height: 22px;
  background: url(../images/ico20.png) no-repeat;
}
.bannerDownLoad a span::before{
  position: absolute;
  content:"";
  position: absolute;
  left:0;
  top:0;
  width:28px;
  height:22px;
  display: block;
  background:url(../images/ico21.png) no-repeat;
}
.bannerDownLoad a:hover span::before{
  animation: downloadan .8s infinite linear;
}
.bannerDownLoad a i{
  display:block;
  font-size:12px;
}i
.banner-right{
  position:relative;
}
.banner-right-bg{
  position:absolute;
  bottom:0;
  left:50%;
  width:683px;
  height:301px;
  margin-left:100px;
  background:url(../images/ico3.png) no-repeat;
}
.banner-right-img{
  position:absolute;
  bottom:0;
  left:50%;
  width:426px;
  height:445px;
  margin-left:229px;
}
.banner-right-img img{
  animation:imgan 2s infinite linear;
}
@keyframes imgan{
  0%{transform: translateY(0);}
  50%{transform: translateY(-10px);}
  100%{transform: translateY(0);}
}
/* banner end */
/* role */
.role{
  justify-content: center;
  gap:32px;
  margin:-56px 0 58px 0;
  position:sticky;
  top:92px;
  left:0;
  z-index:2;
}
.role-left,.role-right{
  width: 550px;
  background:#fff;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  border-radius: 20px;
  gap:24px;
  border:solid 2px #ffffff;
  align-items:flex-start;
}
.active{
  border:solid 2px #0189ff;
  box-shadow: 0 0 8px rgba(44,130,234,0.4);
}
/* .role-right{
  background:#ffffff;
  background:linear-gradient(to bottom,#f68113 -8%,#ffffff 8%,#ffffff);
  box-shadow: 0 2px 4px rgba(229,45,24,.3)
}
.role-right:hover{
  box-shadow: 0 4px 8px rgba(229,45,24,.4)
} */
.role-left:hover{
  box-shadow: 0 4px 8px rgba(44,130,234,0.2);
}
.role-left:hover .role-img,.role-right:hover .role-img, .role-right:hover .role-content,.role-left:hover .role-content{
  transform: translateY(-10px);
}
.role-img{
  width:168px;
  height:168px;
  box-sizing: border-box;
  border:solid 1px #e1e1e1;
  border-radius: 20px;
  padding: 8px;
  transition:all .4s;
}
.role-img img{
  border-radius: 20px;
}
.role-content{
  width:310px;
  transition:all .4s;
}
.role-title{
  font-size:20px;
  color:#000;
  margin-bottom:10px;
}
.role-text{
  font-size:26px;
  font-weight:600;
  color:#2c6eea;
  margin-bottom:10px;
}
.role-right .role-text{
  color:#ff6728;
  margin-bottom:10px;
}
.role-tips{
  font-size:16px;
  color:#888;
  letter-spacing:2px;
}
.role-more{
  text-align:right;
}
.role-more>span{
  font-size:14px;
  color:#2c6eea;
  cursor: pointer;
}
/* role end */
/* databox */
.databox {
  justify-content: center;
  gap:128px;
  background:#f9fafb;
  box-sizing: border-box;
  padding:58px 0;
}
.data-item{
  flex-direction: column;
  align-items: center;
  gap:12px;
}
.data-num{
  font-size:32px;
  font-weight:600;
  color:#2c6eea;
  transition:all .4s;
}
.data-item:hover .data-num{
  transform: translateY(-10px);
}
/* databox end */
/* rows1 */
.rows1 {
    height: 716px;
    overflow: hidden;
}
.rows1-box {
    gap: 24px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.rows1-item{
  width: calc(50% - 36px);
  background:#2c6eea;
  background:linear-gradient(to right, #2c6eea,#5d91f4);
  box-sizing: border-box;
  border-radius:15px;
}
.rows1-item-tit{
  box-sizing: border-box;
  padding:10px 24px;
  color:#fff;
  justify-content: space-between;
}
.rows1-item-tit p{
  font-size:26px;
  color:#fff;
  position: relative;
  letter-spacing:2px;
}
.rows1-item-tit p::after{
  position:absolute;
  content:"";
  left:0;
  top:38px;
  display: block;
  width:52px;
  height:4px;
  background:#fff;
  z-index:1;
  border-radius: 2px;
}
.rows1-item-tit img{
  transition:all .4s;
}
.rows1-item:hover{
  box-shadow: 0 0 10px rgba(9,74,253,0.4);
}
.rows1-item:hover .rows1-item-tit img{
  transform: translateY(-10px);
}
.rows1-item-text{
  background:#fff;
  width:calc(100% - 2px);
  margin: 0 1px 1px 1px;
  box-sizing: border-box;
  padding:24px;
  border-radius:15px;
  letter-spacing:2px;
  line-height:28px;
}
/* rows1 end */
/* rows2 */
.rows2 {
    background: #f9fafb;
    height: 484px;
    overflow: hidden;
}
.rows2-box{
  justify-content: center;
  gap:10px;
  margin-top:76px;
}
.rows2-item{
  position: relative;
  width:322px;
  height:208px;
  background:#2c6eea;
  background:linear-gradient(to right,#5d91f4,#2c6eea);
  color:#fff;
  border-radius:20px;
  box-sizing: border-box;
  padding:56px 16px 24px 16px;
  border:solid 2px #fff;
  box-shadow: 0 0 10px rgba(9,74,253,0.4);
}
.rows2-item-num{
  position: absolute;
  z-index:1;
  left:50%;
  top:-36px;
  width:72px;
  height:72px;
  background:#2c6eea;
  border-radius:50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:36px;
  font-weight:600;
  transform: translateX(-50%);
  border:solid 2px #fff;
  box-shadow: 0 0 10px rgba(9,74,253,0.4);
  transition:all .4s;
}
.rows2-item-tit{
  text-align:center;
  font-size:26px;
  font-weight:600;
  letter-spacing:2px;
  margin-bottom:24px;
}
.rows2-item-txt{
  font-size:17px;
  letter-spacing:2px;
  line-height:28px;
}
.rows2-arrow{
  width:64px;
  height:64px;
  background:url(../images/ico8.png) no-repeat;
}
.rows2-item:hover{
  box-shadow: 0 0 10px rgba(9,74,253,0.8);
}
.rows2-item:hover .rows2-item-num{
 transform: translate(-50%,-10px);
}
/* rows2 end */
/* rows3 */
.rows3{
  background:#f9fafb;
}
.rows3-box{
  gap:20px;
}
.rows3-item{
  width:calc(25% - 15px);
  box-sizing: border-box;
  border:solid 1px #e8e8e8;
  border-radius:15px;
  padding:12px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:12px;
}
.rows3-item-img{
  width:72px;
  height:72px;
  border-radius:36px;
  background:#f3f6fd;
  overflow: hidden;
  transition:all .4s;
}
.rows3-item:hover{
  box-shadow: 0 0 10px rgba(9,74,253,0.2);
}
.rows3-item:hover .rows3-item-img{
  background: #dfe9fe;
}
.rows3-item-tit{
  font-size:24px;
  letter-spacing:2px;
}
.rows3-item-txt{
  letter-spacing:2px;
  color:#888;
}
/* rows3 end */
/* rows4 */
.rows4{
  background:#fff;
  height:862px;
  overflow:hidden;
}
.rows4-box{
  position: relative;
}
.rows4-bg{
  justify-content: center;
  gap:16px;
}
.row4-bg-left,.row4-bg-right{
  width:435px;
  height:620px;
  background:#e1e7f5;
  background:linear-gradient(to top left,#e1e7f5,#eff4ff);
  border-radius:32px;
  box-sizing: border-box;
  padding:32px 72px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.row4-bg-right{
  background:#0258df;
  background:linear-gradient(to top left,#0258df,#40aff7);
}
.rows4-left-tit,.rows4-right-tit{
  height:56px;
  border-radius:28px;
  background:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:28px;
  letter-spacing:2px;
}
.rows4-right-tit{
  color:#0268df;
}
.row4-bg-center{
  border-radius:32px;
  width:200px;
  height:620px;
  background:#fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  text-align: center;
}
.rows4 .title h2 strong{
  color:#2c6eea;
  padding:0 15px;
}
.rows4-data{
  position: absolute;
  z-index:1;
  width:1154px;
  left:50%;
  top:116px;
  margin-left: -577px;
  flex-direction: column;
  gap:30px;
}
.rows4-data-item{
  width:100%;
  height:66px;
  background:rgba(255,255,255,.8);
  border-radius:33px;
  box-sizing: border-box;
  border:solid 1px #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  justify-content:center;
  gap:16px;
  font-size:22px;
  transition:all .4s;
}
.rows4-data-item:hover{
  background:rgba(255,255,255,.8);
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(9,74,253,0.4);
}
.rows4-data-center{
  width:220px;
  text-align: center;  
}
.rows4-data-left,.rows4-data-right{
  width:450px;
  gap:16px;
  box-sizing: border-box;
  padding-left:120px;
}
.rows4-data-left{
  color:#999
}
.rows4-data-right{
  color:#2c6eea;
  padding-left:80px;
}
.purchaser .rows4-data-left{
  padding-left:68px;
  font-size:18px;
}
.purchaser .rows4-data-right{
 padding-left:16px;
  font-size:18px;
}
.purchaser .rows4-data{
  gap:14px
}
/* rows4 end */
/* rows5 */
.rows5-box{
  gap:52px;
}
.rows5-content{
  width: calc(100% - 470px);
  gap:32px;
  letter-spacing:2px;
}
.rows5-content-txt{
  line-height:28px;
  text-indent:2em;
}
.rows5-item{
  width:calc(50% - 16px);
  box-sizing: border-box;
  height:208px;
  padding:24px;
  background:#f9fafb;
  border:solid 2px #fff;
  border-radius:16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all .4s;
}
.rows5-item:hover{
  transform: translateY(-10px);
}
.rows5-item-tit{
  font-size:22px;
  margin-bottom:28px;
}
.rows5-item>p{
  background:url(../images/ico18.png) no-repeat left center;
  box-sizing: border-box;
  padding-left:40px;
  color:#888;
  margin-bottom:12px;
}
/* rows5 end */
/* rows6 */
.rows6{
  background:#f9fafb;
}
.rows6-box{
  gap:90px;
  justify-content: center;
}
a.rows6-item{
  width:425px;
  height:210px;
  background:#1ba30d;
  color:#fff;
  border:solid 2px #fff;
  border-radius:25px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-sizing: border-box;
  padding:24px;
  display:flex;
  flex-direction: column;
  align-items: center;
  gap:12px;
}
.rows6-item-tit{
  font-size:28px;
}
.rows6-item-tips{
  display: flex;
  align-items: center;
}
.rows6-item-tips span{
  padding-right:16px
}
.rows6-item-download{
  margin-top:24px;
  width:240px;
  height:48px;
  background: #ffffff22;
  border:solid 1px #ffffff88;
  border-radius:8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:22px;
  gap:12px;
  transition:all .4s;
}
.rows6-item-download span{
  position: relative;
  width:28px;
  height:22px;
  background:url(../images/ico20.png) no-repeat;
}
.rows6-item-download span::before{
  content:"";
  position: absolute;
  content:"";
  z-index:1;
  left:0;
  top:0;
  width:28px;
  height:22px;
  display: block;
  background:url(../images/ico21.png) no-repeat;
}
.rows6-item:hover .rows6-item-download{
  background: #ffffff33;
  transform: translateY(5px);
}
.rows6-item:hover .rows6-item-download span::before{
  animation: downloadan .8s infinite linear;
}
@keyframes downloadan{
  0%{transform: translateY(0);}
  50%{transform: translateY(-5px);}
  100%{transform: translateY(0);}
}
/* rows6 end */
/* footer */
.footer{
  background:#414752;
  box-sizing: border-box;
  padding:48px 0 32px 0;
  color:#ffffffdd;
}
.footer .box{
  gap:64px;
}
.footer-left,.footer-right{
  flex-direction: column;
  gap:5px;
  align-items:flex-start;
}
.footer-right{
  align-items:flex-end;
  margin-left:auto;
}
.footer-tit{
  font-size:22px;
  margin-bottom:10px;
}
.footer a{
  color:#fff;
}
.footer a:hover{
  color:#ffffff99
}
.footer-code{
  text-align: center;
}
.footer-code img{
  width:100px;
  height:100px;
  transition:all .4s;
  border:solid 2px #fff;
}
.footer-code p{
  font-size:12px;
  text-align: center;
}
.mobile{
  display:none;
}
/* footer end */
/* flexbox */
.fixed-box{
  position: fixed;
  z-index:9;
  right:10px;
  top:50%;
  width:120px;
  height:237px;
  transform:translateY(-50%);
  background:#fff;
  box-sizing: border-box;
  padding:8px;
  border:solid 2px #0189ff22;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius:10px;
}
.fixed-code img{
  max-width:100%;
}
.fixed-box p{
 font-size:14px;
 color:#999;
 text-align: center;
 line-height:22px;
}
.fixed-phone{
  font-size:14px;
  box-sizing: border-box;
  margin-top:5px;
  padding:5px 0 2px 0;
  border-top:dashed 1px #e1e1e1;
  border-bottom:dashed 1px #e1e1e1;
  color:#999;
}
.fixed-phone em{
  color:#0189ff;
  display:block;
  text-align: center;
  padding-top:5px;
}
.fixed-box>span{
  display:block;
  background:#0189ff;
  height:32px;
  border-radius:5px;
  color:#fff;
  text-align: center;
  line-height:32px;
  cursor: pointer;
  box-sizing: border-box;
  margin:5px 0;
  font-size:14px;
}
.fixed-box>span:hover{
  background:#0189ffee;
}
.mobile-copay,.copytips{
  display:none;
}
/* flexbox end */
@media screen and (max-width:1199px) {
	body {
		min-width:auto;
    font-size:16px;
    width:100%;
	}
  .box{
    width:100%;
  }
  .fixed-box{
    display:none;
  }
  /* .header .box>div{
    display:none;
  } */
  .banner-right-bg{
    margin-left:10px;
  }
  .banner-right-img{
    width:363px;
    height:379px;
    margin-left:138px;
  }
  .banner-right-img img,.role-img img{
    max-width:100%;
    max-height:100%;
  }
  .role-left, .role-right{
    width:calc(50% - 48px);
    padding:16px;
  }
  .role-img{
    width:128px;
    height:128px;
  }
  .role-content{
    width:calc(100% - 152px);
  }
  .role-title{
    font-size:16px;

  }
  .role-text,.rows4-left-tit, .rows4-right-tit,.rows3-item-tit,.rows5-item-tit{
    font-size:20px;
  }
  .role-left:hover .role-img, .role-right:hover .role-img, .role-right:hover .role-content, .role-left:hover .role-content{
    transform: translateY(0px);
  }
  .rows1-item-tit p,.rows2-item-tit{
    font-size:22px;
  }
  .rows2-item{
    width:258px;
  }
  .rows2-item-tit{
    margin-bottom:14px;
  }
  .row4-bg-left, .row4-bg-right{
    width:345px;
  }
  .rows4-data{
    width:100%;
    left:0;
    margin-left:0;
  }
  .rows4-data-item{
    width:calc(100% - 48px);
  }
  .rows4-data-left, .rows4-data-right{
    width:360px;
    padding-left:28px;
    font-size:15px;
  }
  .purchaser .rows4-data-left{
    padding-left:28px;
    font-size:15px;
  }
  .purchaser .rows4-data-right{
    font-size:15px;
  }
  .rows3-box,.rows5-box{
    box-sizing: border-box;
    padding: 0 20px;
  }
  .rows3-item-txt,.rows5-item>p{
    font-size:14px;
    
  }
  .rows3-item,.rows5-item{
    padding:10px;
  }
  .rows5-box img{
    max-width:300px;
  }
  .rows5-item>p{
    background-size:20px 20px;
    padding-left:32px;
  }
  .rows5-content{
    width: calc(100% - 362px);
  }
  .footer .box,.header .box{
    padding:0 20px;
    box-sizing: border-box;
  }
  .bannerDownLoad,.pc,.pcdown{
    display:none;
  }
  .mobile{
    display:block;
  }
  .mobile>em{
    color:#0189ff;
  }
  .mobile-copay{
    display:flex;
    justify-content:center;
    align-items: center;
  }
  .mobile-copay-txt{
    width: 280px;
    height: 90px;
    background: #1ba30d;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:22px;
  }
  .copytips.show{
    position: fixed;
    z-index:999;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .copytips-txt{
    display: flex;
    box-sizing: border-box;
    padding:24px;
    background: #fff;
    color:#333;
    border-radius:8px;
  }
}
@media screen and (max-width:1023px) {
  .nav{
    display: none;
  }
  .banner .title>span{
    width:100%;
    background-size:100% auto;
  }
  .subtit>em{
    width:60%;
    font-size:20px;
  }
  .bannerDownLoad,.role-img{
    display:none;
  }
  .banner-right-bg {
    margin-left: -115px;
  }
  .banner-right-img{
    margin-left: 10px;
  }
  .role-content{
    width:100%;
  }
  .role-tips{
    font-size:15px;
  }
  .databox{
    gap:42px;
  } 
  .data-num,.title h2{
    font-size:26px;
  }
  .title p{
    font-size:16px;
  }
  .rows1-item-tit{
    padding:10px;
  }
  .rows1-item{
    width:calc(100% - 40px);
  }
  .rows1{
    height:auto
  }
  .rows2-item {
    width: 186px;
    padding: 44px 16px 16px 16px;
    height: 190px;
  }
  .rows2-item-num{
    top: -28px;
    width: 56px;
    height: 56px;
    font-size: 28px;
  }
  .rows1-item-tit p, .rows2-item-tit {
    font-size: 18px;
  }
  .rows2-item-txt{
    font-size:14px;
    line-height:22px;
  }
  .row4-bg-center,.rows4-data-center{
    width:162px;
  }
  .row4-bg-left, .row4-bg-right {
    width: 256px;
    padding:20px;
  }
  .rows4-data-item span{
    width: calc(100% - 65px);
  }
  .rows4-data-item {
    width: calc(100% - 20px);
    font-size:16px;
  }
  .rows4-data-left, .rows4-data-right{
    width: calc(50% - 97px);
  }
  .rows3-item{
    height:180px;
  }
  .rows5-box img{
    max-width:212px;
  }
  .rows5-content {
    width: calc(100% - 232px);
  }
  .rows5-content-txt{
    font-size:14px;
    line-height:22px;
  }
  .rows5-box,.rows6-box{
    gap:20px
  }
  a.rows6-item{
    width:calc(50% - 40px);
    
  }
  .rows6-item-tit{
    font-size:22px;
  }
  .footer .box {
    gap: 12px;
  }
}
@media screen and (max-width:767px) {
	.header h1 a{
    height:32px;
    background-size:auto 32px;
  }
  .banner .title{
    padding:0;
  }
  .banner-box{
    width:calc(100% - 40px);
    display:block;
    margin:0 auto;
  }
  .banner .title{
    width:100%;
  }
  .banner .title>span{
    height:30px;
  }
  .subtit>em{
    width:90%;
    display:block;
    margin:0 auto;
    text-align:center;
    font-size:16px;
  }
  .banner-right-bg{
    width:70%;
    background-size: 100% auto;
    height:200px;
    margin-left:-35%;
  }
  .banner-right-img{
    width:187px;
    height:196px;
    margin-left:-93px;
    bottom:95px;
  }
  .role{
    gap:10px;
    margin-bottom:32px;
  }
  .role-left, .role-right {
    width: calc(50% - 14px);
    padding: 10px;
  }
  .role-tips{
    font-size:14px;
  }
  .role-text, .rows4-left-tit, .rows4-right-tit, .rows3-item-tit, .rows5-item-tit {
    font-size: 18px;
  }
  .databox,.box-container .box{
    padding:32px 0;
  }
  .data-num, .title h2 {
    font-size: 22px;
  }
  .title p{
    padding:0 20px;
  }
  .rows2,.rows4{
    height:auto;
  }
  .rows2-box{
    flex-direction: column;
  }
  .rows2-item{
    width:calc(100% - 40px);
    height:150px;
  }
  .rows2-arrow{
    width:48px;
    height:48px;
    background-size:100%;
    transform: rotate(90deg) !important;
    margin-bottom:32px;
  }
  .row4-bg-left, .row4-bg-right{
    width:calc(40% - 24px);
    padding:16px 5px;
    border-radius:12px;
    height:576px;
  }
  .row4-bg-center{
    border-radius:12px;
  }
  .row4-bg-center, .rows4-data-center{
    width:20%;

  }
  .row4-bg-center img{
    max-width:100%;
  }
  .rows4-left-tit, .rows4-right-tit{
    font-size:14px;
    height:42px;
    border-radius:12px;
  }
  .rows4-data-item{
    font-size:14px;
  }
  .rows4-data{
    top:76px;
  }
  .purchaser .rows4-data-left {
    padding-left: 0px;
    font-size: 14px;
  }
  .rows4-data-left, .rows4-data-right {
    width: calc(50% - 58px);
    gap:5px;
  }
  .rows4-data-item{
     height:auto;
     border-radius:12px;
  
  }
  .rows4-data-item span {
    width: calc(100% - 40px);
  }
  .purchaser .rows4-data-right{
    padding-left: 6px;
  }
  .row4-bg-center{
    height: 576px;
  }
  .rows3-item{
    width: calc(50% - 15px);
  }
  .rows5-box{
    flex-direction: column;
  }
  .rows5-box img{
    max-width:70%;
  }
  .rows5-content,.rows5-item{
    width:100%;
    height: auto;
  }
  .footer{
    padding:20px 10px;
    font-size:14px;
  }
  .footer-right{
    margin-left:0;
    align-items:flex-start;
  }
  .rows4-data-left, .rows4-data-right{
    padding-left: 4px;
    height: auto;
  }
}
@media screen and (max-width: 413px) {
     .role-tips {
        font-size: 15px;
    }
    .rows4{
      height: 862px
    }
    .row4-bg-left, .row4-bg-right,.row4-bg-center{
      height: 700px;
    }
}
@media screen and (max-width: 374px) {
    .rows4-left-tit, .rows4-right-tit {
      font-size: 12px;
      letter-spacing: 0;
    }
    .purchaser .rows4-data-left,.purchaser .rows4-data-right,.role-title,.role-tips,.role-more>span,.data-text,.title p,.rows1-item-text,.rows3-item-txt{
      font-size: 12px;
    }
    .role-text,.rows1-item-tit p, .rows2-item-tit,.rows3-item-tit,.rows5-item-tit{
      font-size: 14px;
      letter-spacing: 0;
    }
    .data-num, .title h2{
      font-size: 16px;
    }
    .data-item{
      width: calc(50% - 24px);
    }
    .databox{
      gap:16px
    }
    .rows1-item-text{
      line-height: 18px;
    }
    .rows1-item-text{
      padding: 12px;
    }
    .rows5-item-tit{
      margin-bottom: 12px;
    }
    .mobile a.rows6-item{
      width: calc(100% - 40px);
    }
    .rows6-item-tit,.rows6-item-download{
      font-size: 18px;
    }
    .rows6-item-download{
      margin-top: 16px;
    }
    .mobile a.rows6-item{
      height: 155px;
    }
    .footer-left, .footer-right{
      align-items: center;
      width: 100%;
    }
    .footer-code{
      margin:0 auto;
    }
}
