﻿@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;
}
/* footer end */
@media screen and (max-width:1200px) {
	body {
		min-width: 0;
    font-size:16px;
	}
  
}
@media screen and (max-width:999px) {
	
}
@media screen and (max-width:767px) {
	
}
@media screen and (max-width: 374px) {
 
}
