
/* CSS Document */
*,
*:before,
*:after {
}
body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: '微软雅黑', '黑体';
  color: #898989;
  line-height: 1;
  background: #fff;
}
ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
form,
input {
  margin: 0px;
  padding: 0px;
}
input,
textarea {
  font-family: '微软雅黑';
  border: none;
  outline: none;
  background: none;
}
ul,
li {
  list-style: none;
}
img {
  border: 0px;
  padding: 0px;
  display: block;
}
a {
  color: #5c5c5c;
  text-decoration: none;
}

.w1440 {
  width: 1440px;
  margin: 0 auto;
}

.shPop {
  z-index: 99;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  background: #0052fe;
}
.shPop ul {
  width: 100%;
}
.shPop ul li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.shPop ul li .icon {
  width: 100%;
  height: 60px;
  position: relative;
}
.shPop ul li .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.shPop ul li p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
}

.top {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: 0.5s;
}
.top .logo {
  float: left;
  height: 100px;
  line-height: 100px;
  position: relative;
}
.top .logo img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  height: 46px;
  width: auto;
}
.top .logo img.on {
  opacity: 0;
}
.top.page .logo img {
  opacity: 0;
}
.top.page .logo img.on {
  opacity: 1;
}
.top.page .nav li a {
  color: #5527e5;
}
.top.page .nav li a.enter {
  border: 1px solid #5527e5;
  color: #5527e5;
}
.top.on .logo img {
  opacity: 0;
}
.top.on .logo img.on {
  opacity: 1;
}
.top.on .nav li a {
  color: #333;
}
.top.on .nav li a.enter {
  border: 1px solid #0052ff;
  background: #0052ff;
  color: #fff;
}
.top.on .nav li:hover {
  border-bottom: 4px solid #4e33dc;
}
.top.on .nav li.on {
  border-bottom: 4px solid #4e33dc;
}
.top .nav li.on {
  border-bottom: 4px solid #4e33dc;
}
.top.on {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top .nav {
  float: right;
}
.top .nav ul {
  float: right;
  overflow: hidden;
}
.top .nav li {
  box-sizing: border-box;
  float: left;
  line-height: 96px;
  line-height: 96px;
  margin-left: 85px;
}
.top .nav li a {
  transition: 0.5s;
  font-size: 18px;
  color: #fff;
}
.top .nav li .enter {
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  vertical-align: middle;
  text-align: center;
  width: 110px;
  height: 50px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 6px;
}

.sideNr {
  display: none;
  width: 100%;
  height:auto!important;
  position: absolute;
  top: 100px;
  padding: 60px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: 0;
}
.sideNr .sideBox {
  overflow: hidden;
  padding-left: 24%;
  box-sizing: border-box;
}
.sideNr .sideBox .text {
  float: left;
  width: 50%;
}
.sideNr .sideBox .text ul {
  overflow: hidden;
  width: 100%;
}
.sideNr .sideBox .text ul li {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 16px;
  background: url(../image/sideNav_03.jpg) left center no-repeat;
  height: 39px;
  float: left;
  margin-bottom: 12px;
}
.sideNr .sideBox .text ul li a {
  display: inline-block;
  height: 39px;
  line-height: 37px;
  font-size: 18px;
  color: #333333;
}
.sideNr .sideBox .text ul li:hover a {
  border-bottom: 2px solid #4e33dc;
  color: #4e33dc;
}
.sideNr .sideBox .text ul li:hover {
  background: url(../image/sideNav_06.jpg) left center no-repeat;
}
.sideNr .sideBox .icon {
  float: right;
  width: 50%;
  border-left: 1px dashed #7d7e7f;
  box-sizing: border-box;
  padding-left: 15%;
  box-sizing: border-box;
}
.sideNr .sideBox .icon img {
  width: 100%;
  height: auto;
}

.swMain {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.swMain .NrWarp {
  width: 100%;
  height: 100%;
}
.banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .bannerBg {
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
}
.banner video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swMain .NrWarp:last-child {
  height: auto !important;
}
.swMain .layer1 {
  width: 100%;
  height: calc(100% - 100px);
  background: url(../image/bg2_03.jpg);
  padding-top: 100px;
  position: relative;
  background-size: cover;
  position: relative;
}
.swMain .layer1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: none;
}
.swMain .layer1 .loadBox {
  /*display: none;*/
  /*position: absolute;*/
  /*width: 420px;*/
  /*height: 615px;*/
  /*left: 58%;*/
  /*top: 30%;*/
  /*transform: translateY(-50%);*/
  /*background: #fff;*/
  /*z-index: 11;*/
  /*border-radius: 15px;*/
  /*-webkit-border-radius: 15px;*/
  /*padding: 10px;*/
  /*box-sizing: border-box;*/
  display: none;
  position: absolute;
  width: 420px;
  height: auto;
  left: calc(50% - 210px);
  top: calc(50% - 313px);
  transform: translate(50%,50%);
  background: #fff;
  z-index: 11;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 10px;
  box-sizing: border-box;
}
.swMain .layer1 .loadBox ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swMain .layer1 .loadBox ul li {
  width: 50%;
  float: left;
  height: auto;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  transition: 0.5s;
  margin: 10px auto;
}
.swMain .layer1 .loadBox ul li .icon {
  width: 100%;
  height: 90px;
  position: relative;
}
.swMain .layer1 .loadBox ul li .icon img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swMain .layer1 .loadBox ul li p {
  text-align: center;
  font-size: 15px;
  color: #333;
  line-height: 20px;
}
.swMain .layer1 .loadBox ul li:hover {
  background: #f2f6ff;
}
.swMain .layer1 .loadBox .close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: -28px;
  right: -44px;
  color: #666;
  font-size: 20px;
}

.swMain .layer1Side {
  position: absolute;
  right: 0;
  border-bottom: 0;
  width: 240px;
  height: calc(100% - 100px);
  background: #fff;
}
.swMain .layer1Side ul {
  width: 100%;
  height: 100%;
}
.swMain .layer1Side li {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 25%;
  transition: 0.5s;
  position: relative;
}
.swMain .layer1Side li .bg {
  background: url(../image/bg_02.png);
  width: 78px;
  height: 74px;
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: 0.5s;
}
.swMain .layer1Side li .nr {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 60px;
}
.swMain .layer1Side li .nr img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.swMain .layer1Side li .nr img.on {
  opacity: 0;
}
.swMain .layer1Side li .nr p {
  width: 100%;
  text-align: center;
  transition: 0.5s;
  font-size: 18px;
  color: #646c78;
}
.swMain .layer1Side li:hover .bg {
  left: 0;
}
.swMain .layer1Side li:hover .nr p {
  color: #fff;
}

.swMain .layer1Side li.on:nth-child(1) {
  background: #00a3ff;
}
.swMain .layer1Side li.on:nth-child(2) {
  background: #00d2ad;
}
.swMain .layer1Side li.on:nth-child(3) {
  background: #9117f0;
}
.swMain .layer1Side li.on:nth-child(4) {
  background: #0052ff;
}
.swMain .layer1Side li.on p {
  color: #fff;
}

.swMain .layer1Side li img.default {
  display: block;
}
.swMain .layer1Side li img.active {
  display: none;
}
.swMain .layer1Side li.on img.default {
  display: none;
}
.swMain .layer1Side li.on img.active {
  display: block;
}


.swMain .layer1Side li.on img.default{
  display: none;
}
.swMain .layer1Side li.on img.active{
  display: block;
}
.swMain .layer1Side li:hover img.default {
  display: none;
}
.swMain .layer1Side li:hover img.active {
  display: block;
}
/*.swMain .layer1Side li.on img.on{*/
/*	opacity: 1 !important;*/
/*}*/
.swMain .layer1Side li:nth-child(1):hover {
  background: #00a3ff;
}
.swMain .layer1Side li:nth-child(2):hover {
  background: #00d2ad;
}
.swMain .layer1Side li:nth-child(3):hover {
  background: #9117f0;
}
.swMain .layer1Side li:nth-child(4):hover {
  background: #0052ff;
}

.swMain .layer1Box {
  padding-top: 100px;
}
.swMain .layer1Box .bdBox {
  width: 100%;
  overflow: hidden;
}
.swMain .layer1Box .icon {
  float: left;
  max-width: 840px;
  width: 40vw;
  border-radius: 25px;
  overflow: hidden;
  z-index: 2;
}
.swMain .layer1Box .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.swMain .layer1Box .text {
  width: calc(100% - 40vw);
  float: right;
  padding-left: 11%;
  box-sizing: border-box;
  padding-top: 5%;
  z-index: 1;
}
.swMain .layer1Box .text h2 {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 40px;
}
.swMain .layer1Box .text p {
  font-size: 26px;
  line-height: 42px;
  color: #646c78;
  margin-bottom: 60px;
  max-width: 20vw;
}
.swMain .layer1Box .text .enter {
  display: block;
  border-radius: 12px;
  width: 220px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  background: linear-gradient(to right, #00a1ff, #0053ff);
  font-size: 18px;
  color: #fff;
}
.swMain .layer1Box .text .enter img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.swMain .layer1Box .bdBox:nth-child(1) .text h2 {
  color: #00a3ff;
}
.swMain .layer1Box .bdBox:nth-child(2) .text h2 {
  color: #00d2ad;
}
.swMain .layer1Box .bdBox:nth-child(3) .text h2 {
  color: #9117f0;
}
.swMain .layer1Box .bdBox:nth-child(4) .text h2 {
  color: #0052ff;
}
.swMain .layer1Box .bdBox:nth-child(1) .text .enter {
  background: linear-gradient(to right, #0055ff, #00a2ff);
}
.swMain .layer1Box .bdBox:nth-child(2) .text .enter {
  background: linear-gradient(to right, #00a4fe, #01d1ae);
}
.swMain .layer1Box .bdBox:nth-child(3) .text .enter {
  background: linear-gradient(to right, #5033dc, #931def);
}
.swMain .layer1Box .bdBox:nth-child(4) .text .enter {
  background: linear-gradient(to right, #00a1ff, #0055ff);
}
.swMain .layer2 {
  width: 100%;
  height: calc(100% - 100px);
  padding-top: 100px;
  background: url(../image/bg2_04.jpg);
  background-size: 100% 100%;
}
.swMain .layer2Box img {
  width: 100%;
  height: auto;
}
.swMain .layer2Box a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
}
.swMain .layer2Box a img {
  display: block;
  transition: 0.5s;
}
.swMain .layer2Box a:hover img {
  transform: scale(1.1);
}
.swMain .title {
  width: 100%;
  text-align: center;
  line-height: 180px;
  text-align: center;
  font-size: 54px;
  color: #333;
}
.swMain .layer2Box {
  width: 100%;
  padding: 0 6%;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 75px;
}
.swMain .layer2Box .swiper-pagination {
  bottom: 0;
  width: 100%;
  left: 0;
}
.swMain .layer2Box .swiper-pagination span {
  transition: 0.5s;
  width: 60px;
  height: 2px;
  margin: 0 9px;
  background: #c6cbd1;
  border-radius: 0;
  opacity: 1;
}
.swMain .layer2Box .swiper-pagination span.swiper-pagination-bullet-active {
  background: #4e32dc;
}
.swMain .enterMain {
  text-align: center;
  padding-top: 65px;
  line-height: 18px;
}
.swMain .enterMain a {
  color: #5a40de;
  font-size: 18px;
  transition: 0.5s;
}
.swMain .enterMain a:hover {
  font-size: 22px;
}
.swMain .enterMain img {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-2px);
  margin-left: 10px;
}
.swMain .layer3 {
  background: url(../image/bg2_05.jpg);
  width: 100%;
  height: calc(100% - 100px);
  padding-top: 100px;
}
.swMain .layer3Box {
  height: 485px;
}
.swMain .layer3Left {
  float: left;
  width: 740px;
  float: left;
}
.swMain .layer3Left ul {
}
.swMain .layer3Left li {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  float: left;
  width: 330px;
  margin-right: 40px;
  border-radius: 25px;
  overflow: hidden;
}
.swMain .layer3Left li:last-child {
  margin-right: 0;
}
.swMain .layer3Left li .icon {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.swMain .layer3Left li .icon img {
  display: block;
  transition: 0.5s;
}
.swMain .layer3Left li:hover .icon img {
  transform: scale(1.1);
}

.swMain .layer3Left li .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.swMain .layer3Left li .text {
  width: 100%;
  background: #fff;
  padding: 30px 40px 0 40px;
  box-sizing: border-box;
  height: 295px;
}
.swMain .layer3Left li .text h2 {
  font-size: 22px;
  line-height: 32px;
  color: #333;
  margin-bottom: 25px;
}
.swMain .layer3Left li .text p {
  font-size: 14px;
  color: #646c78;
  line-height: 24px;
  padding-bottom: 65px;
}
.swMain .layer3Left li .text span {
  font-size: 14px;
  color: #646c78;
}

.swMain .layer3Right {
  box-sizing: border-box;
  width: calc(100% - 740px);
  float: right;
  height: 485px;
  padding: 50px;
  position: relative;
  border-radius: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -wibkit-border-radius: 25px;
}
.swMain .layer3Right img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 1s;
}
.swMain .layer3Right .text {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.swMain .layer3Right .text h2 {
  font-size: 32px;
  color: #fff;
}
.swMain .layer3Right .text p {
  padding-top: 25px;
  font-size: 14px;
  color: #fff;
}
.swMain .layer3Right .text span {
  border-radius: 17px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 88px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.swMain .layer3Right:hover img {
  transform: scale(1.1);
}
.swMain .layer4 {
  width: 100%;
  height: calc(100% - 100px);
  padding-top: 100px;
  background: #0052ff;
  position: relative;
}
.swMain .layer4 .bt {
  padding: 70px 0;
}
.swMain .layer4 .layer4Box {
  position: relative;
  z-index: 10;
}
.swMain .layer4 .bg1 {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 0.5%;
  z-index: 2;
}
.swMain .layer4 .bg2 {
  height: 50%;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.swMain .layer4 .bt p {
  font-size: 30px;
  color: #fff;
}
.swMain .layer4 .bt h2 {
  height: 120px;
  line-height: 120px;
  font-size: 56px;
  font-weight: bold;
  color: #fff;
}
.swMain .layer4 .bt span {
  display: block;
  font-size: 52px;
  color: #00d2ad;
}
.swMain .layer4 ul {
  width: 100%;
  overflow: hidden;
  padding-bottom: 55px;
}
.swMain .layer4 ul li {
  width: 345px;
  float: left;
}

.fz-next{
  right: 30px !important;left: auto;
}
.fz-prev{
  left: 30px !important;
}
.swMain .layer4 ul li h2 {
  height: 100px;
  font-size: 56px;
  color: #fff;
  font-weight: bold;
}
.swMain .layer4 ul li p {
  font-size: 22px;
  color: #fff;
}

.swMain .layer5 {
  width: 100%;
  height: calc(100% - 100vh);
  padding-top: 160px;
  box-sizing: border-box;
}
.swMain .layer5Box {
  padding: 0 50px;
  box-sizing: border-box;
  overflow: hidden;
}
.swMain .layer5Box ul {
  width: 100%;
  overflow: hidden;
}
.swMain .layer5Box ul li {
  width: 14%;
  height: 88px;
  margin: 0 1.2%;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  float: left;
}
/*.swMain .layer5Box ul li:nth-child(6n) {*/
/*  margin-right: 0;*/
/*}*/
.swMain .layer5Box ul li img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.swMain .layer5Box ul li:hover img {
  transform: scale(1.1);
}
.footer {
  width: 100%;
  background: #252932;
  padding-top: 100px;
  z-index: 10;
}
.footerBox {
  padding-bottom: 95px;
  padding-top: 80px;
  overflow: hidden;
}
.footerLeft {
  width: 360px;
  float: left;
}
.footerLeft .phone {
  padding-top: 60px;
}
.footerLeft .phone p {
  padding-left: 32px;
  background: url(../image/footerIcon_06.jpg) left center no-repeat;
  height: 22px;
  line-height: 22px;
  margin-bottom: 15px;
  font-size: 16px;
}
.footerLeft .phone span {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.footer .footerRight {
  float: left;
  width: calc(100% - 360px);
}
.footer .footerRight ul {
  float: left;
  margin-right: 100px;
}
.footer .footerRight ul h2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 35px;
}
.footer .footerRight ul li {
  font-size: 16px;
  padding-bottom: 15px;
}
.footer .footerRight ul li a {
  font-size: 16px;
  color: #aaabad;
  transition: 0.5s;
}
.footer .footerRight ul li:hover a {
  color: #fff;
}
.footer .footerRight ul h3 {
  font-size: 18px;
  color: #fff;
  margin: 35px 0 35px 0;
}
.footer .footerRight dl {
  width: 100%;
  /*overflow: hidden;*/
}
.footer .footerRight dl dd {
  width: 44px;
  height: 44px;
  padding: 10px;
  box-sizing: border-box;
  background: #4f33dc;
  border-radius: 10px;
  float: left;
  margin-right: 20px;
  transition: 0.5s;
  position: relative;
}
.footer .footerRight dl dd .icon {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer .footerRight dl dd .iconWarp {
  transition: 0.5s;
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .footerRight dl dd .iconBox {
  width: 100%;
  height: 50%;
  display: block;
  position: relative;
}
.footer .footerRight dl dd .iconBox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer .footerRight dl dd:hover .iconWarp {
  transform: translateY(-50%);
}
.footer .footerRight dl dd:hover {
  background: #fff;
}
.friendLink {
  border: 1px solid #3b3f47;
  border-left: 0;
  border-right: 0;
  padding: 35px 0;
}
.friendLink ul {
  overflow: hidden;
}
.friendLink ul li {
  margin-bottom: 25px;
  float: left;
  padding: 0 20px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
}
.friendLink ul li:first-child {
  border-right: 1px solid #3b3f47;
  padding-left: 0;
}
.friendLink ul li a {
  color: #909295;
  transition: 0.5s;
}
.friendLink ul li a:hover {
  color: #fff;
}
.friendLink ul:last-child li {
  margin-bottom: 0;
}
.copyRight {
  padding: 30px 0;
}
.copyRight ul {
  text-align: center;
  margin-bottom: 18px;
}
.copyRight ul li {
  border-right: 1px solid #7b7d80;
  display: inline-block;
  padding: 0 10px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
}
.copyRight ul li a {
  color: #7b7d80;
}
.copyRight ul li:last-child {
  border: 0;
}
.copyRight p {
  text-align: center;
  font-size: 14px;
  color: #7b7d80;
}

.AppTop {
  display: none;
}
.sideBar {
  display: none;
}

.banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .bannerBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Noto Sans SC;
}
.banner .bannerBox h2 {
  font-size: 58px;
  color: #fff;
  margin-bottom: 25px;
  line-height: 78px;
  font-weight: 400;
}
.banner .bannerBox p {
  font-size: 24px;
  line-height: 44px;
  color: #fff;
}

.CoopBox {
  padding-bottom: 110px;
  width: 100%;
  overflow: hidden;
  background: url(../image/coopBg.png) left top no-repeat;
}
.CoopBox .tit {
  height: 270px;
  text-align: center;
  line-height: 270px;
  color: #333;
  font-size: 44px;
}
.CoopBox .Tp {
  float: left;
  width: 780px;
  height: 520px;
  float: left;
  overflow: hidden;
}
.CoopBox .Tp img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.CoopBox .Tp:hover img {
  transform: scale(1.1);
}
.CoopBox .text {
  width: calc(100% - 780px);
  float: left;
  padding-left: 120px;
  box-sizing: border-box;
  padding-top: 40px;
}
.CoopBox .text p {
  padding-bottom: 80px;
  font-size: 18px;
  color: #686868;
  line-height: 36px;
  color: #606060;
}
.CoopBox .text ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0 0 25px;
}
.CoopBox .text ul li {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
}
.CoopBox .text ul li .icon {
  height: 62px;
  position: relative;
}
.CoopBox .text ul li .icon img {
  transition: 0.5s;
  display: block;
  margin: 0 auto;
}
.CoopBox .text ul li p {
  padding: 0;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.CoopBox .text ul li:hover img {
  transform: rotateY(360deg) scale(1.2);
}
.CoopBox .bt {
  text-align: center;
  padding-bottom: 75px;
  font-size: 22px;
  color: #808080;
}
.CoopBox dl {
  overflow: hidden;
}
.CoopBox dl dd {
  transition: 0.5s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 26px;
  color: #333;
  float: left;
  margin-right: 2%;
  width: 18.4%;
  margin-bottom: 50px;
  border-radius: 8px;
  text-align: center;
  line-height: 100px;
}
.CoopBox dl dd img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.CoopBox dl dd:hover {
  transform: translateY(-10px);
}
.CoopBox dl dd:nth-child(5n) {
  margin-right: 0;
}

.CoopBox:nth-child(2n) {
  background: url(../image/coopBg2.png) right top no-repeat;
}
.CoopBox:nth-child(2n) .Tp {
  float: right;
}
.CoopBox:nth-child(2n) .text {
  padding: 40px 120px 0 0;
  float: left;
}

.store {
  width: 100%;
}
.storeBox {
  width: 100%;
  padding: 110px 0;
}
.storeBox .Nr {
  overflow: hidden;
}
.storeBox .Tp {
  float: right;
  width: 780px;
  height: 520px;
  overflow: hidden;
}
.storeBox .Tp img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.storeBox .Tp:hover img {
  transform: scale(1.1);
}
.storeBox .text {
  padding: 75px 0 0 0;
  float: left;
  width: calc(100% - 780px);
  float: left;
}
.storeBox .text h2 {
  font-size: 34px;
  color: #333;
  padding-bottom: 30px;
}
.storeBox .text span {
  display: block;
  width: 58px;
  height: 4px;
  background: #0052fe;
  margin-bottom: 15px;
}
.storeBox .text p {
  line-height: 40px;
  font-size: 18px;
  color: #3e4c57;
  padding-left: 48px;
  padding-left: 48px;
  background: url(../image/store_06.png) left center no-repeat;
}
.storeBox .text ul {
  overflow: hidden;
  padding-top: 85px;
  display: block;
  justify-content: space-between;
}
.storeBox .text ul li {
  float: left;
  margin-right: 55px;
}
.storeBox .text ul li .icon {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 80px;
}
.storeBox .text ul li .icon img {
  display: block;
  height: 60px;
  margin: 10px auto;
}
.storeBox .text ul li:hover .icon img {
  transform: scale(1.1) rotateY(360deg);
}
.storeBox .text ul li p {
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  text-align: center;
  background: none;
}
.storeBox:nth-child(2n) {
  background: #f7faff;
}
.storeBox:nth-child(2n) .icon {
  float: left;
}
.storeBox:nth-child(2n) .text {
  float: right;
  padding: 75px 0 0 120px;
  box-sizing: border-box;
}
.storeBox:nth-child(2n) .text ul li {
  margin-right: 30px;
}
.case {
  padding: 110px 0 50px 0;
}
.caseBox {
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 2px solid #f7f7f7;
}
.caseBox .icon {
  overflow: hidden;
  width: 575px;
  height: 370px;
  float: right;
}
.caseBox .icon:hover img {
  transform: scale(1.1);
}
.caseBox .icon img {
  display: block;
  width: 100%;
  transition: 0.5s;
  height: auto;
}
.caseBox .text {
  width: calc(100% - 575px);
  float: left;
  padding: 80px 0 0 0;
}
.caseBox .text .bt {
  color: #0052fe;
  font-size: 16px;
  background: url(../image/case_06.png);
  background-size: 100% 100%;
  text-align: center;
  width: 164px;
  height: 44px;
  text-align: center;
  line-height: 44px;
}
.caseBox .text p {
  padding-top: 35px;
  font-size: 26px;
  color: #333;
}

.caseBox.yello .text .bt {
  background: url(../image/case_10.png);
  background-size: 100% 100%;
  color: #f99015;
}
.caseBox.blue .text .bt {
  background: url(../image/case_13.png);
  background-size: 100% 100%;
  color: #03c5f1;
}

.abroad .title {
  text-align: center;
  font-size: 44px;
  color: #333;
  height: 235px;
  line-height: 235px;
}
.abroadLayer1 {
  position: relative;
}
.abroadLayer1 .swiper-container {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.abroadLayer1 .NrBox {
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
  height: 360px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.abroadLayer1 .NrBox:hover {
  transform: translateY(-10px);
}
.abroadLayer1 .NrBox .icon {
  width: 100%;
  height: 140px;
  position: relative;
}
.abroadLayer1 .NrBox .icon img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.abroadLayer1 .NrBox p {
  font-size: 22px;
  color: #767676;
  line-height: 38px;
}
.abroadLayer1 .ConBox {
  position: relative;
}
.abroadLayer1 .swiper-button-next {
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/arrow.png);
  width: 18px;
  height: 33px;
}
.abroadLayer1 .swiper-button-prev {
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/arrow2.png);
  width: 18px;
  height: 33px;
}
.abroadLayer1 .swiper-button-next::after {
  display: none;
}
.abroadLayer1 .swiper-button-prev::after {
  display: none;
}

.abroadLayer2 ul {
  height: 395px;
  padding-bottom: 190px;
}
.abroadLayer2 ul li {
  transition: 0.5s;
  float: left;
  position: relative;
  height: 100%;
  width: 22.5%;
  margin-right: 2%;
}
.abroadLayer2 ul li:last-child {
  margin-right: 0;
}
.abroadLayer2 ul li.on {
  width: 25.5%;
}
.abroadLayer2 ul li .NrBox {
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  height: auto;
  transition: 0.5s;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.abroadLayer2 ul li .NrBox img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.abroadLayer2 ul li .text {
  position: absolute;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  padding-bottom: 35px;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.abroadLayer2 ul li .text h2 {
  text-align: center;
  height: 26px;
  line-height: 26px;
  color: #fff;
  transition: 0.5s;
  position: relative;
}
.abroadLayer2 ul li .text h2 span {
  display: inline-block;
  font-size: 19px;
  line-height: 19px;
  font-weight: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.abroadLayer2 ul li .text p {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  overflow: hidden;
  transition: 0.5s;
  height: 0;
}
.abroadLayer2 ul li.on .text h2 {
  padding-bottom: 15px;
}
.abroadLayer2 ul li.on .text p {
  height: auto !important;
}
.abroadLayer2 ul li.on .text {
  padding-bottom: 30px;
}
.abroadLayer2 ul li.on .text h2 span {
  left: 0;
  transform: translateX(0);
}

.navGation {
  padding: 115px 80px 0 80px;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  margin-bottom: 115px;
}
.navGation ul {
  overflow: hidden;
}
.navGation ul li {
  padding: 0 35px;
  float: left;
  margin-right: 90px;
  height: 82px;
  line-height: 82px;
  text-align: center;
}
.navGation ul li a {
  font-size: 26px;
  color: #4f4f4f;
}
.navGation ul li.on a {
  color: #0a58fe;
}
.navGation ul li.on {
  border-bottom: 2px solid #0052fe;
}

.about .title {
  padding-bottom: 85px;
  text-align: center;
  font-size: 44px;
  color: #333;
}
.aboutLayer1 {
  padding: 85px 80px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 15px;
}
.aboutLayer1 p {
  font-size: 20px;
  line-height: 38px;
  color: #333;
  margin-bottom: 35px;
}

.aboutLayer1 p span{
  white-space:inherit !important;
}

.aboutLayer1 p:last-child {
  margin-bottom: 0;
}
.aboutLayer2 {
  padding: 115px 0 100px 0;
}
.aboutLayer2Box {
  position: relative;
}
.aboutLayer2 .swiper-container {
  width: 100%;
}
.aboutLayer2 .swiper-button-next {
  right: -100px;
  background: url(../image/arrow.png);
  width: 18px;
  height: 33px;
  background-size: 100% 100%;
}
.aboutLayer2 .swiper-button-prev {
  left: -100px;
  background: url(../image/arrow2.png);
  width: 18px;
  height: 33px;
  background-size: 100% 100%;
}
.aboutLayer2 .nrBox {
  width: 100%;
  padding-bottom: 6px;
  position: relative;
}
.aboutLayer2 .nrBox p {
  font-size: 22px;
  color: #666;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  padding: 0 20px;
}
.aboutLayer2 .nrBox h2 {
  height: 82px;
  line-height: 82px;
  font-size: 28px;
  color: #333;
  border-bottom: 6px solid #d8e3ff;
  padding-left: 20px;
}
.aboutLayer2 .nrBox span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0052fe;
}
.aboutLayer2 .swiper-button-next::after {
  display: none;
}
.aboutLayer2 .swiper-button-prev::after {
  display: none;
}

.aboutLayer3 {
  width: 100%;
}
.aboutLayer3 img {
  display: block;
  width: 100%;
  height: auto;
}
.aboutLayer4 .tit {
  color: #333;
  font-size: 44px;
  height: 240px;
  line-height: 240px;
  text-align: center;
  line-height: 240px;
}
.aboutLayer4 .swiper-container {
  padding: 10px;
  box-sizing: border-box;
}
.aboutLayer4 ul {
  height: 380px;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.aboutLayer4 ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  border-radius: 10px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}

.aboutLayer4 ul li:last-child {
  margin-right: 0;
}
.aboutLayer4 ul li .icon {
  width: 100%;
  height: 310px;
  padding: 20px 0 0 0;
  box-sizing: border-box;
}
.aboutLayer4 ul li .icon img {
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  width: 90%;
}
.aboutLayer4 ul li p {
  text-align: center;
  height: 74px;
  line-height: 74px;
  font-size: 26px;
}
.aboutLayer5 .tit {
  font-size: 44px;
  color: #333;
  height: 240px;
  line-height: 240px;
  text-align: center;
  line-height: 240px;
}
.aboutLayer5 .swMain {
  height: auto;
  padding-bottom: 40px;
}

.about .case {
  padding: 0;
}
.caseBox .text span {
  display: block;
  font-size: 18px;
  color: #666;
  padding-top: 20px;
  line-height: 24px;
}
.new {
  padding-bottom: 40px;
}
.newBox {
  width: 100%;
}
.newBox .tit {
  text-align: center;
  font-size: 44px;
  color: #333;
  padding-top: 115px;
}
.newBox .bt {
  width: 100%;
  overflow: hidden;
}
.newBox .bt a {
  text-align: right;
  background: url(../image/more_03.png) right center no-repeat;
  display: block;
  float: right;
  height: 45px;
  width: 270px;
  font-size: 16px;
  color: #0656fe;
  border-bottom: 1px solid #0052fe;
  padding-right: 35px;
  line-height: 45px;
}
.newBox .bt p {
  line-height: 100px;
  text-align: center;
  font-size: 46px;
  color: #333;
}
.newBox ul {
  width: 100%;
  padding: 30px 0;
}
.newBox ul li {
  line-height: 58px;
}
.newBox ul li a {
  font-size: 24px;
  color: #666;
}
.newBox ul li b {
  display: inline-block;
  background: #ff5967;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
}
.newBox ul li span {
  display: inline-block;
  float: right;
  color: #999;
  font-size: 24px;
}

.mapLayer1 {
  width: 100%;
  padding-bottom: 110px;
  background: #f7faff;
}
.mapLayer1 .nrBox {
  background: url(../image/MapBg.png) top left no-repeat;
  height: 100%;
}
.mapLayer1 .nrBox .bt {
  padding: 90px 0 25px 0;
}
.mapLayer1 .nrBox .bt h2 {
  padding-bottom: 30px;
  font-size: 32px;
  color: #333;
}
.mapLayer1 .nrBox .bt span {
  display: block;
  width: 54px;
  height: 4px;
  background: #0052fe;
}
.mapLayer1 .nrBox ul {
  width: 100%;
  height: 180px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.mapLayer1 .nrBox ul li {
  width: 33.33%;
  height: 100%;
  float: left;
  position: relative;
}
.mapLayer1 .nrBox ul li .nr {
  padding-left: 60px;
  box-sizing: border-box;
  width: calc(100% - 70px);
  padding-right: 45px;
  box-sizing: border-box;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.mapLayer1 .nrBox ul li .nr p {
  font-size: 16px;
  color: #737a80;
  padding-bottom: 12px;
}
.mapLayer1 .nrBox ul li .nr h2 {
  font-size: 22px;
  line-height: 34px;
  color: #798085;
}
.mapLayer1 .nrBox ul li .nr img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mapLayer2 {
  padding-bottom: 135px;
  min-height: 420px;
}
.mapLayer2 .bt {
  width: 328px;
  height: 100%;
  float: left;
  padding: 194px 45px 0 45px;
  box-sizing: border-box;
  background: #0052fe;
  padding-bottom: 50px;
}
.mapLayer2 .bt span {
  display: block;
  width: 54px;
  height: 4px;
  background: #fff;
}
.mapLayer2 .bt h2 {
  line-height: 100px;
  color: #fff;
  font-size: 36px;
}
.mapLayer2 .bt p {
  font-size: 28px;
  color: #fff;
}
.mapLayer2 .nr {
  width: calc(100% - 328px);
  height: 100%;
  float: left;
  padding: 75px 0 0 100px;
  box-sizing: border-box;
  background: #fff;
}
.mapLayer2 .nr h2 {
  font-size: 30px;
  color: #333;
  margin-bottom: 28px;
}
.mapLayer2 .nr p {
  font-size: 20px;
  color: #666;
  padding-bottom: 85px;
}
.mapLayer2 .nr ul {
  width: 100%;
  overflow: hidden;
}
.mapLayer2 .nr ul li {
  width: 25%;
  float: left;
}
.mapLayer2 .nr ul li span {
  display: block;
  font-size: 45px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
.mapLayer2 .nr ul li b {
  display: block;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: normal;
}

.mapLayer3 {
  width: 100%;
  background: #f7faff;
}
.mapLayer3 .tit {
  text-align: center;
  line-height: 230px;
  font-size: 34px;
  color: #333;
}
.mapLayer3 img {
  /*display: block;*/
  /*margin: 0 auto;*/
	/*width: calc(100% - 328px);*/
}

.Marketing .title {
  padding: 85px 0;
}
.Marketing .title h2 {
  font-size: 44px;
  text-align: center;
  color: #333;
  padding-bottom: 38px;
}
.Marketing .title p {
  text-align: center;
  font-size: 28px;
  color: #999;
}

.MarkLayer1 {
  position: relative;
  height: 430px;
}
.MarkLayer1 .swiper-container {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.MarkLayer1 .NrBox {
  transition: 0.5s;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.MarkLayer1 .NrBox .icon {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.MarkLayer1 .NrBox .icon img {
  display: block;
  margin: 0 auto;
}
.MarkLayer1 .NrBox .icon p {
  text-align: center;
  font-size: 28px;
  color: #333;
  padding-top: 35px;
}
.MarkLayer1 .swiper-container .swiper-slide {
  transform: scale(0.8);
  transition: 0.5s;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.MarkLayer1 .swiper-container .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.MarkLayer1 .swiper-container .swiper-slide.swiper-slide-active .NrBox {
  border-bottom: 10px solid #0052fe;
}

.MarkLayer1 .swiper-button-next {
  background: url(../image/arrow.png);
  width: 18px;
  height: 33px;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.MarkLayer1 .swiper-button-prev {
  background: url(../image/arrow2.png);
  width: 18px;
  height: 33px;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.MarkLayer1 .swiper-button-next::after {
  display: none;
}
.MarkLayer1 .swiper-button-prev::after {
  display: none;
}

.MarkLayer2 .tit2 {
  width: 100%;
  border-bottom: 2px solid #eaeaea;
}
.MarkLayer2 .tit2 ul {
  overflow: hidden;
}
.MarkLayer2 .tit2 ul li {
  float: left;
  width: 180px;
  text-align: center;
  padding-bottom: 35px;
  margin-left: 80px;
  font-size: 26px;
  color: #333;
}
.MarkLayer2 .tit2 ul li.on {
  border-bottom: 3px solid #0052fe;
}
.MarkLayer2 .tit2 ul li.on a {
  color: #0153fe;
}
.MarkLayer2 .bd {
  width: 100%;
  padding: 100px 90px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-top: 55px;
}
.MarkLayer2 .bd .bdBox {
  overflow: hidden;
}
.MarkLayer2 .bd .bdBox .icon {
  max-width: 700px;
  width: 45%;
  float: right;
}
.MarkLayer2 .bd .bdBox .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.MarkLayer2 .bd .bdBox .text {
  width: 45%;
  float: left;
}
.MarkLayer2 .bd .bdBox .text h2 {
  font-size: 40px;
  color: #333;
  margin-bottom: 40px;
}
.MarkLayer2 .bd .bdBox .text ul {
  width: 100%;
}
.MarkLayer2 .bd .bdBox .text ul li {
  line-height: 60px;
  font-size: 22px;
  color: #616161;
}
.MarkLayer2 .bd .bdBox .text ul li span {
  font-weight: bold;
  margin-right: 8px;
}

.MarkLayer3 {
  padding-bottom: 140px;
}
.MarkLayer3 .tit {
  text-align: center;
  line-height: 260px;
  font-size: 44px;
  color: #333;
}
.MarkLayer3 .tit h2 {
  font-size: 42px;
  color: #333;
}
.MarkLayer3 ul {
  display: flex;
  align-items: stretch;
  padding: 5px;
}
.MarkLayer3 ul li {
  flex: 1;
  display: flex;
  align-items: stretch;
  padding: 0 80px;
  box-sizing: border-box;
  width: 32%;
  float: left;
  margin-right: 2%;
  padding-top: 110px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-bottom: 40px;
}
.MarkLayer3 ul li:before{
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.MarkLayer3 ul li:last-child {
  margin-right: 0;
}
.MarkLayer3 ul li img {
  display: block;
  margin: 0 auto;
  transition: 0.5s;
}
.MarkLayer3 ul li h2 {
  text-align: center;
  line-height: 110px;
  font-size: 28px;
  color: #2b2b2b;
}
.MarkLayer3 ul li p {
  font-size: 20px;
  color: #5b5b5b;
  line-height: 44px;
}
.MarkLayer3 ul li:hover img {
  transform: scale(1.2);
}
.listTit {
  height: 60px;
  background: #f8f8f8;
  margin: 100px auto 75px auto;
}
.listTit span {
  display: inline-block;
  background: url(../image/listBg_03.png) right center no-repeat #0052fe;
  padding: 0 65px 0 40px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
}
.pageMain {
  height: 38px;
  overflow: hidden;
}
.pageMain dl {
  overflow: hidden;
  height: 100%;
  float: right;
}
.pageMain dl dd {
  font-size: 14px;
  line-height: 38px;
  float: left;
  height: 38px;
  margin-left: 15px;
  color: #333;
}
.pageMain dl dd a {
  display: inline-block;
  padding: 0 12px;
  line-height: 36px;
  height: 36px;
  border: 1px solid #bbbbbb;
  color: #bbbbbb;
  font-size: 14px;
  border-radius: 5px;
}
.pageMain dl dd input {
  text-align: center;
  width: 76px;
  height: 38px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 12px;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.pageMain dl dd:last-child {
  color: #bbb;
}
.pageMain dl dd span {
  color: #858585;
}
.pageMain dl dd.on a {
  background: #0052fe;
  border: 1px solid #0052fe;
  color: #fff;
}

.bgTop {
  width: 100%;
  height: 160px;
  background: linear-gradient(#dcf2fa, #fff);
}

.newDetailsBox .title {
  width: 100%;
  padding: 45px 85px;
  box-sizing: border-box;
  border-bottom: 2px solid #e5e5e5;
}
.newDetailsBox .title h2 {
  font-size: 36px;
  color: #2b2b2b;
  padding-bottom: 30px;
}
.newDetailsBox .title {
  color: #5a5a5a;
  font-size: 22px;
}
.newDetailsBox .nr {
  padding: 65px 0;
}
.newDetailsBox .nr p {
  text-indent: 52px;
  font-size: 26px;
  color: #2b2b2b;
  line-height: 50px;
  padding-bottom: 80px;
}
.newDetailsBox .nr img {
  display: block;
  margin: 0 auto 80px auto;
}
.newDetailsBox .enter {
  text-align: right;
}
.newDetailsBox .enter a {
  color: #0857fe;
  font-size: 22px;
}
.join {
  padding: 100px 0;
}
.join table {
  width: 100%;
}
.join table th {
  font-size: 27px;
  color: #0b3999;
  height: 70px;
  border: 2px solid #eaeaea;
  border-left: 0;
  border-right: 0;
  text-align: center;
}
.join table td {
  color: #5a5a5a;
  height: 64px;
  font-size: 22px;
  text-align: center;
}

.Merchant .storeBox .text {
  padding: 0;
}
.Merchant .storeBox .text .textTop {
  background: #0052fe;
  padding: 0 100px;
  padding-bottom: 48px;
}
.Merchant .storeBox .text h2 {
  padding: 0;
  color: #fff;
  line-height: 105px;
}
.Merchant .storeBox .text span {
  background: #fff;
}
.Merchant .storeBox .text p {
  background: url(../image/store2.png) left center no-repeat;
  color: #fff;
}
.Merchant .storeBox .text ul {
  text-align: left;
}
.Merchant .storeBox .text ul li {
  display: inline-block;
  float: inherit;
  margin: 0 20px;
}
.Merchant .storeBox .text ul li p {
  padding: 0;
  color: #333;
  background: none;
}
.Merchant .storeBox:nth-child(2n) .Tp {
  width: calc(100% - 780px);
}
.Merchant .storeBox:nth-child(2n) .text {
  width: 780px;
}
.Merchant .storeBox:nth-child(2n) .text ul {
  padding-left: 100px;
}
.Merchant .storeBox:nth-child(2n) .text .enter {
  margin-left: 100px;
}
.MerchantBox {
  padding: 105px 0;
}
.MerchantBox ul {
  overflow: hidden;
}
.MerchantBox ul li {
  transition: 0.5s;
  position: relative;
  width: 19%;
  float: left;
  height: 575px;
  overflow: hidden;
}
.MerchantBox ul li img {
  width: auto;
  height: 100%;
}
.MerchantBox ul li.on {
  width: 62%;
}
.MerchantBox ul li .bg {
  transition: 0.5s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}
.MerchantBox ul li .nrBox {
  padding: 90px 40px 0 40px;
  box-sizing: border-box;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: 2;
}
.MerchantBox ul li .nrBox h2 {
  font-size: 30px;
  color: #fff;
  padding-bottom: 25px;
}
.MerchantBox ul li .nrBox span {
  margin-bottom: 10px;
  display: block;
  width: 38px;
  height: 4px;
  background: #fff;
}
.MerchantBox ul li .nrBox dl.list1 {
  opacity: 0;
  width: 100%;
  transition: 1s;
}
.MerchantBox ul li .nrBox dl.list1 dd {
  line-height: 36px;
  padding-left: 40px;
  background: url(../image/store2.png) left center no-repeat;
  font-size: 16px;
  color: #fff;
}
.MerchantBox ul li .nrBox dl.list2 {
  opacity: 0;
  transition: 1s;
  width: 100%;
  overflow: hidden;
  padding-top: 25px;
}
.MerchantBox ul li .nrBox dl.list2 dd {
  float: left;
  width: 70px;
  margin-right: 50px;
}
.MerchantBox ul li .nrBox dl.list2 dd .icon {
  width: 100%;
  height: 80px;
  position: relative;
}
.MerchantBox ul li .nrBox dl.list2 dd .icon img {
  width: 70%;
  height: auto;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.MerchantBox ul li .nrBox dl.list2 dd p {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.MerchantBox ul li .nrBox .enter {
  opacity: 0;
  transition: 1s;
  display: block;
  margin-top: 40px;
  width: 180px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 16px;
}
.Merchant .storeBox .text ul {
  padding-top: 25px;
}
.Merchant .storeBox .text a.enter {
  display: block;
  width: 180px;
  height: 54px;
  border: 1px solid #0b5afe;
  margin-top: 60px;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  text-align: center;
  line-height: 52px;
  color: #0b5afe;
}
.Merchant .storeBox .text a.enter img {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.MerchantBox ul li.on .nrBox dl.list1 {
  opacity: 1;
}
.MerchantBox ul li.on .nrBox dl.list2 {
  opacity: 1;
}
.MerchantBox ul li.on .nrBox .enter {
  opacity: 1;
}
.MerchantBox ul li.on .bg {
  opacity: 0.5;
}

.Merchant2 .storeBox .Tp {
  height: auto;
}
.Merchant2 .storeBox .Tp img {
  height: auto;
  width: 100%;
}
.Merchant2 .storeBox .text ul {
  padding-top: 45px;
}
.Merchant2 .storeBox .text .enter {
  display: block;
  margin-top: 60px;
  border-radius: 8px;
  width: 180px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: 1px solid #0052fe;
  font-size: 16px;
  color: #0052fe;
}
.Merchant2 .storeBox .text .enter img {
  height: 10px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.Merchant3 .storeBox .text {
  padding: 0;
}
.Merchant3 .storeBox .text .enter {
  display: block;
  margin-top: 60px;
  border-radius: 8px;
  width: 180px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: 1px solid #0052fe;
  font-size: 16px;
  color: #0052fe;
}
.Merchant3 .storeBox .text .enter img {
  height: 10px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.Merchant3 .storeBox .text ul li {
  width: 110px;
  margin-right: 20px;
  float: left;
  margin-bottom: 40px;
}
.Merchant3 .storeBox .text ul li p {
  text-align: center;
}
.Merchant3 .storeBox .text ul {
  padding-top: 45px;
}
.Merchant3 .storeBox .text {
  float: right;
  padding: 0 0 0 80px;
  box-sizing: border-box;
}
.Merchant3 .storeBox .Tp {
  float: left;
}
.Merchant3 .storeBox:nth-child(2n) .Tp {
  float: right;
}
.Merchant3 .storeBox:nth-child(2n) .text {
  float: left;
}

.scheme {
  /*width: ;*/
}
.scheme .title {
  text-align: center;
  height: 165px;
  text-align: center;
  line-height: 165px;
  color: #333;
  font-size: 44px;
}
.scheme .hd {
  height: 95px;
  border-bottom: 2px solid #eaeaea;
}
.scheme .hd ul {
  width: 100%;
  text-align: center;
  height: 94px;
}
.scheme .hd ul li {
  cursor: pointer;
  position: relative;
  height: 94px;
  font-size: 16px;
  color: #666;
  display: inline-block;
  margin: 0 35px;
  padding: 0 12px;
  line-height: 94px;
}
.scheme .hd ul li:first-child{
  border-bottom: 3px solid #007aff;
}
.scheme .hd ul li:hover{
  border-bottom: 3px solid #007aff;
}
.scheme .hd ul li span {
  display: none;
  width: 80px;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 1px);
  background: #0052fe;
}
.schemeBox {
  padding-bottom: 80px;
  padding-top: 110px;
}
.scheme .hd ul li.on span {
  display: block;
}
.schemeBox img.bg {
  width: 100%;
  height: auto;
}
.schemeBox .nr {
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  padding: 0 60px 65px 60px;
  box-sizing: border-box;
  margin: -160px auto 0 auto;
}
.schemeBox .nr .bt {
  padding: 50px 0;
}
.schemeBox .nr .bt h2 {
  text-align: center;
  font-size: 34px;
  color: #333;
  margin-bottom: 30px;
}
.schemeBox .nr .bt p {
  text-align: center;
  font-size: 22px;
  color: #3b3b3b;
}
.schemeBox .nr ul {
  width: 100%;
  height: 260px;
}
.schemeBox .nr ul li {
  box-sizing: border-box;
  width: 32%;
  float: left;
  margin-right: 2%;
  height: 260px;
  background: #fff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0 10px;
}
.schemeBox .nr ul li .icon {
  width: 100%;
  height: 140px;
  position: relative;
}
.schemeBox .nr ul li .icon img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.schemeBox .nr ul li p {
  font-size: 22px;
  line-height: 36px;
  color: #333;
}
.schemeBox .nr ul li:last-child {
  margin-right: 0;
}
.collection {
  background: url(../image/MapBg.png) top center no-repeat;
}
.collection .title {
  text-align: center;
  padding-top: 125px;
  text-align: center;
  font-size: 45px;
  color: #333;
}
.collBox {
  padding: 80px 0;
  overflow: hidden;
}
.collBox .nr {
  overflow: hidden;
}
.collBox .icon {
  max-width: 780px;
  width: 60%;
  float: left;
}
.collBox .icon img {
  width: 100%;
  height: auto;
}
.collBox .text {
  float: right;
  width: calc(40% - 20px);
  padding: 80px 0 0 20px;
  box-sizing: border-box;
}
.collBox .text h2 {
  font-size: 34px;
  color: #333;
  padding-bottom: 20px;
}
.collBox .text p {
  font-size: 24px;
  line-height: 46px;
  padding-left: 45px;
  position: relative;
  color: #5b5b5b;
}
.collBox .text p img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.collBox:nth-child(2n) {
  background: #f7faff;
}
.collBox:nth-child(2n) .text {
  float: left;
  padding: 105px 0 0 110px;
}
.collBox:nth-child(2n) .icon {
  float: right;
}

.collection .layer2 {
  padding-bottom: 135px;
  background: url(../image/MapBg.png) center top no-repeat;
}
.collection .layer2 .bt {
  text-align: center;
  height: 275px;
  line-height: 275px;
  font-size: 42px;
  color: #333;
}
.collection .layer2 .swiper-container {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.collection .layer2 .nr {
  width: 100%;
}
.collection .layer2 .layer2Box {
  position: relative;
}
.collection .layer2 .layer2Box .nr {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.collection .layer2 .layer2Box .nr .icon {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.collection .layer2 .layer2Box .nr .icon img {
  width: 100%;
  height: auto;
}
.collection .layer2 .layer2Box .nr p {
  text-align: center;
  height: 115px;
  line-height: 115px;
  font-size: 28px;
  color: #333;
}
.collection .layer2 .layer2Box .swiper-button-next {
  background: url(../image/arrow.png);
  width: 18px;
  height: 33px;
  right: -95px;
  top: 50%;
  transform: translateY(-50%);
}
.collection .layer2 .layer2Box .swiper-button-prev {
  background: url(../image/arrow2.png);
  width: 18px;
  height: 33px;
  left: -95px;
  top: 50%;
  transform: translateY(-50%);
}
.collection .layer2 .layer2Box .swiper-button-prev::after {
  display: none;
}
.collection .layer2 .layer2Box .swiper-button-next::after {
  display: none;
}
.footer.footerPage {
  padding-top: 0;
}

.pro {
  overflow: hidden;
  padding: 70px 0;
}
.proBox {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.proBox:last-child {
  margin-right: 0;
}
.proBox .bt {
  font-size: 26px;
  width: 100%;
  height: 66px;
  border-bottom: 2px solid #eaeaea;
  line-height: 66px;
  color: #0052fe;
}
.proBox .bt a {
  display: inline-block;
  float: right;
  height: 66px;
  line-height: 66px;
  font-weight: bold;
  color: #0052fe;
}
.proBox ul {
  width: 100%;
}
.proBox ul li {
  padding: 25px 0;
  border-bottom: 1px solid #f1f1f1;
}
.proBox ul li h2 {
  font-size: 24px;
  color: #5a5a5a;
  margin-bottom: 25px;
  font-weight: normal;
}
.proBox ul li h2 span {
  display: inline-block;
  float: right;
  color: #a0a0a0;
}
.proBox ul li p {
  color: #a0a0a0;
  font-size: 20px;
}
.proBox ul li:hover h2 {
  color: #0052fe;
}
.honor {
  padding: 0 0 135px 0;
}
.honor .icon {
  margin-bottom: 85px;
}
.honor .icon img {
  display: block;
  margin: 0 auto;
}
.honor .icon:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .swMain .layer1Box .text {
    width: 50%;
    padding-top: 70px;
  }
  .swMain .layer1Box .icon {
    width: 50%;
    height: auto;
  }
  .top .nav ul li {
    margin-left: 45px;
  }
  .abroadLayer1 .swiper-button-next {
    display: none;
  }
  .abroadLayer1 .swiper-button-prev {
    display: none;
  }
  .w1440 {
    width: 90%;
  }
  .swMain .layer1Side {
    width: 200px;
  }
  .swMain .layer4 ul li {
    width: 25%;
  }
  .CoopBox .Tp {
    width: 50%;
    height: auto;
  }
  .CoopBox .Tp img {
    width: 100%;
    height: auto;
  }
  .CoopBox .text {
    width: 50%;
  }
  .CoopBox .text ul li {
    display: block;
    float: left;
    width: 20%;
  }
  .CoopBox .text ul li .icon {
    width: 100%;
  }
  .CoopBox .text ul li p {
    font-size: 14px;
    text-align: center;
  }
  .storeBox .Tp {
    width: 50%;
    height: auto;
  }
  .storeBox .text {
    width: 50%;
  }
  .abroadLayer1 .NrBox p {
    font-size: 14px;
  }
  .swMain .layer4 .bt {
    padding: 65px 0;
  }
  .swMain .layer4 ul {
    padding-bottom: 35px;
  }
  .swMain .layer4 ul li h2 {
    font-size: 48px;
    height: 80px;
  }
  .swMain .layer4 ul li p {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .w1440 {
    width: 100%;
  }
  .swMain .layer4 .bt span{
    color: #fff;
    font-weight: 400;
  }

  .top {
    display: none;
  }
  body {
    padding-top: 60px;
  }
  .top {
    display: none;
  }
  .AppTop {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 99;
    background: #fff;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .AppTop .logo {
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
  }
  .AppTop .logo img {
    display: inline-block;
    vertical-align: middle;
    height: 40%;
    width: auto;
  }
  .sideClick {
    position: absolute;
    width: 28px;
    height: 22px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sideClick span {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #9117f0;
    transition: 0.5s;
    position: absolute;
  }
  .sideClick span:nth-child(1) {
    top: 0;
  }
  .sideClick span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .sideClick span:nth-child(3) {
    bottom: 0;
  }
  .sideClick.on span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .sideClick.on span:nth-child(2) {
    width: 0;
  }
  .sideClick.on span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .sideBar {
    display: block;
    left: -100%;
    transition: 0.5s;
    z-index: 100;
    width: 70%;
    height: 100vh;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    background: #fff;
  }
  .sideBar .logo {
    padding: 40px 0;
  }
  .sideBar .logo img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .sideBar ul {
    width: 70%;
    margin: 0 auto;
  }
  .sideBar ul li {
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 14px;
  }
  .serach ul li .code {
    width: 40%;
    height: auto;
  }
  .serach ul li .code img {
    display: block;
  }
  .sideBar ul li .jt {
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    width: 32px;
    background: url(../image/appJt.png) center center no-repeat;
    background-size: auto 12px;
  }

  .sideBar ul li.on .jt {
    transform: rotate(90deg);
  }
  .sideBar ul li dl {
    display: none;
    padding: 10px 0;
  }
  .sideBar ul li dl dd {
    font-size: 14px;
    color: #333;
    line-height: 32px;
  }
  .sideBar ul li dl dd span {
    line-height: 24px;
    display: block;
    font-weight: bold;
    margin-right: 5px;
    float: left;
  }
  .swMainWarp {
    display: block;
  }
  .swMain {
    width: 100%;
    height: auto;
  }
  .swMain .layer1 {
    padding: 0 0 30px 0;
    height: auto;
  }
  .swMain .layer1Side {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .swMain .layer1Side ul {
    width: 100%;
    height: 90px;
  }
  .swMain .layer1Side ul li {
    width: 25%;
    float: left;
    height: 100%;
  }
  .swMain .layer1Side li .nr {
    padding: 0;
  }
  .swMain .layer1Side li .nr p {
    font-size: 12px;
  }
  .swMain .layer1Side li .nr img {
    position: relative;
    width: 30%;
    height: auto;
    margin: 0 auto 20px auto;
    transform: none;
    left: auto;
    top: auto;
  }
  .swMain .layer1Box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .swMain .layer1Box .icon {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .swMain .layer1Box .icon img {
    width: 100%;
    height: auto;
  }
  .swMain .layer1Box .text {
    width: 100%;
    padding: 35px 0;
  }
  .swMain .layer1Box .text h2 {
    text-align: center;
    font-size: 26px;
    line-height: 60px;
    margin: 0;
  }
  .swMain .layer1Box .text p {
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
  }
  .swMain .layer1Box .text .enter {
    width: 180px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
  }
  .swMain .layer2 {
    padding: 0;
  }
  .swMain .title {
    line-height: 80px;
    font-size: 22px;
  }
  .swMain .layer2Box {
    padding: 0 0 40px 0;
  }
  .swMain .layer2Box img {
    display: block;
    width: 100%;
    height: auto;
  }
  .swMain .layer2Box .swiper-pagination span {
    width: 20px;
    margin: 0 3px;
  }
  .swMain .enterMain {
    padding: 30px 0;
  }
  .swMain .layer3 {
    padding: 0 15px 30px 15px;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
  }
  .swMain .layer3Left {
    width: 100%;
  }
  .swMain .layer3Left ul {
    width: 100%;
  }
  .swMain .layer3Left ul li {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .swMain .layer3Left ul li .icon {
    width: 100%;
    height: auto;
  }
  .swMain .layer3Left ul li .icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .swMain .layer3Left li .text {
    padding: 20px 15px;
    height: auto;
  }
  .swMain .layer3Left li .text p {
    padding-bottom: 20px;
  }
  .swMain .layer3Right {
    padding: 30px 15px;
    width: 100%;
    height: 300px;
  }
  .swMain .layer3Right .text h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .swMain .layer4 {
    width: 100%;
    padding: 0;
    background-size: auto 100%;
    background-position: top right;
  }
  .swMain .layer4 .bt {
    padding: 30px 0;
    text-align: center;
  }
  .swMain .layer4 .bt p {
    font-size: 14px;
  }
  .swMain .layer4 .bt h2 {
    font-size: 18px;
    line-height: 40px;
    height: auto;
  }
  .swMain .layer4 .bt span {
    font-size: 18px;
  }
  .swMain .layer4 ul li {
    width: 33%;
    text-align: center;
  }
  .swMain .layer4 ul li h2 {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
  }
  .swMain .layer4 ul li p {
    font-size: 14px;
  }
  .swMain .layer4 ul {
    padding-bottom: 25px;
  }
  .swMain .layer4 ul:last-child li {
    margin-bottom: 25px;
    width: 50%;
  }
  .swMain .layer5 {
    padding: 0;
  }
  .swMain .layer5Box {
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
  }
  .swMain .layer5Box ul {
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .swMain .layer5Box ul li {
    width: 48%;
    margin:0 1% 10px 1%;
    margin-bottom: 10px;
  }
  .swMain .layer5Box ul li:nth-child(2n) {
    margin-right: 0;
  }
  .footer {
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 30px;
  }
  .footerBox {
    padding-top: 35px;
    padding-bottom: 0;
  }
  .footerLeft {
    width: 100%;
    text-align: center;
  }
  .footerLeft img {
    display: block;
    margin: 0 auto;
  }
  .footerLeft .phone {
    display: none;
  }
  .footer .footerRight {
    width: 100%;
    padding: 30px 0;
  }
  .footer .footerRight ul {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .footer .footerRight ul h2 {
    width: 100%;
    text-align: left;
    line-height: 60px;
    margin: 0;
  }
  .footer .footerRight ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    text-align: left;
  }
  .footer .footerRight ul li:nth-child(3n) {
    margin-right: 0;
  }
  .footer .footerRight ul li a {
    font-size: 12px;
  }
  .friendLink {
    display: none;
  }
  .copyRight {
    border-top: 1px solid #666;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .copyRight p {
    line-height: 18px;
    font-size: 12px;
  }
  .swMain .layer1 .bg {
    position: fixed !important;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .swMain .layer1 .loadBox {
    height: 480px;
    position: fixed !important;
    width: 90%;
    left: 5%;
    top: 20vh;
    transform: translate(-50%, -50%);
  }
  .swMain .layer1 .loadBox ul li {
    height: 160px;
  }
  .swMain .layer1 .loadBox .close {
    left: 50%;
    bottom: -50px;
    top: auto;
    transform: translateX(-50%);
  }
  .swMain .layer1 .loadBox ul li .icon {
    height: 100px;
  }

  .banner {
    height: 300px;
    width: auto;
    overflow: hidden;
  }
  .banner img {
    width: 100%;
    height: 80%;
  }
  .banner .bannerBox {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    top: 40% !important;
  }

  .banner .bannerBox h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner .bannerBox p {
    font-size: 16px;
    line-height: 32px;
  }
  .CoopBox {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .CoopBox .tit {
    height: 100px;
    line-height: 100px;
    font-size: 18px;
  }
  .CoopBox .Tp {
    width: 100%;
  }
  .CoopBox .Tp img {
    display: block;
    width: 100%;
    height: auto;
  }
  .CoopBox .text {
    width: 100%;
    padding: 20px 0;
  }
  .CoopBox .text p {
    padding-bottom: 30px;
  }
  .CoopBox .text ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .CoopBox:nth-child(2n) .text {
    padding: 15px 0;
  }
  .CoopBox dl {
    padding: 35px 0;
  }
  .CoopBox dl dd {
    transition: 0.5s;
    width: 32%;
    margin-right: 2%;
    font-size: 12px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
  }
  .CoopBox dl dd img {
    height: 35%;
    width: auto;
  }
  .CoopBox dl dd:nth-child(5n) {
    margin-right: 2%;
  }
  .CoopBox dl dd:nth-child(3n) {
    margin-right: 0;
  }
  .CoopBox .bt {
    font-size: 12px;
    padding-bottom: 15px;
  }

  .storeBox {
    padding: 30px 15px;
    box-sizing: border-box;
  }
  .storeBox .Tp {
    width: 100%;
    height: auto;
  }
  .storeBox .Tp img {
    display: block;
    width: 100%;
    height: auto;
  }
  .storeBox .text {
    width: 100%;
    padding: 0;
  }
  .storeBox .text ul {
    padding: 45px 0;
    overflow: hidden;
  }
  .storeBox .text ul li {
    width: 25%;
    margin: 0;
    float: left;
  }
  .storeBox .text ul li p {
    font-size: 14px;
    text-align: center;
  }
  .storeBox:nth-child(2n) .text {
    width: 100%;
    padding: 0;
  }
  .storeBox:nth-child(2n) .text ul li {
    margin: 0;
  }

  .case {
    padding: 30px 0;
  }
  .caseBox {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .caseBox .icon {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .caseBox .icon img {
    transition: 0.5s;
  }
  .caseBox .text {
    width: 100%;
    height: auto;
    padding: 35px 0;
  }
  .caseBox .icon:hover img {
    transform: scale(1.1);
  }

  .abroadLayer1 .NrBox {
    padding: 0 15px;
    text-align: center;
  }
  .abroad .title {
    font-size: 24px;
    line-height: 100px;
    height: 100px;
  }
  .abroadLayer2 ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .abroadLayer2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .abroadLayer2 ul {
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .abroadLayer2 ul li .NrBox {
    width: 100%;
    height: 100%;
    transform: none;
    position: relative;
    left: auto;
    top: auto;
  }
  .abroadLayer2 ul li.on .NrBox {
    width: 100%;
    height: 100%;
  }
  .abroadLayer2 ul li.on {
    width: 49%;
  }
  .abroadLayer2 ul li .text {
    padding: 0 10px 10px 10px;
  }
  .abroadLayer2 ul li .text h2 {
    padding-bottom: 5px;
  }
  .abroadLayer2 ul li .text h2 span {
    left: auto;
    position: relative;
    font-size: 16px;
    transform: none;
  }
  .abroadLayer2 ul li .text p {
    display: block;
    font-size: 12px;
    height: 12px;
    padding-bottom: 5px;
  }
  .abroadLayer2 ul li.on .text p {
    height: 12px;
    font-size: 12px;
  }
  .abroadLayer2 ul li.on .text {
    padding-bottom: 10px;
  }
  .abroadLayer2 ul li.on .text h2 {
    padding-bottom: 5px;
  }

  .navGation {
    margin: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .navGation ul li {
    width: 32%;
    line-height: 50px;
    height: 50px;
    margin-right: 2%;
    padding: 0;
    font-size: 16px;
  }
  .navGation ul li:last-child {
    margin-right: 0;
  }
  .navGation ul li a {
    font-size: 16px;
  }
  .about .title {
    line-height: 100px;
    font-size: 26px;
    margin: 0;
    padding: 0;
  }
  .aboutLayer1 {
    padding: 20px;
    box-sizing: border-box;
  }
  .aboutLayer1 p {
    font-size: 16px;
    line-height: 24px;
  }
  .aboutLayer2 {
    padding: 15px;
    box-sizing: border-box;
  }
  .aboutLayer4 .tit {
    font-size: 24px;
    line-height: 100px;
    height: 100px;
  }
  .aboutLayer4 ul {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .aboutLayer4 ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .aboutLayer4 ul li .icon {
    width: 100%;
    height: auto;
    padding: 15px 15px 0 15px;
  }
  .aboutLayer4 ul li .icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .aboutLayer4 ul li p {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
  .aboutLayer5 .tit {
    font-size: 26px;
    line-height: 100px;
    height: 100px;
  }

  .newBox {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .newBox ul li {
    overflow: hidden;
    margin-bottom: 15px;
  }
  .newBox ul li a {
    display: block;
    float: left;
    width: 70%;
    line-height: 36px;
    /*height: 58px;*/
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .newBox ul li span {
    font-size: 14px;
  }
  .newBox .tit {
    font-size: 26px;
    height: 100px;
    margin: 0;
    line-height: 100px;
    padding: 0;
  }
  .newBox .bt a {
    width: 100%;
  }

  .mapLayer1 {
    padding-bottom: 30px;
  }
  .mapLayer1 .nrBox .bt {
    padding: 35px 0;
  }
  .mapLayer1 .nrBox .bt h2 {
    text-align: center;
    font-size: 24px;
  }
  .mapLayer1 .nrBox .bt span {
    margin: 0 auto;
  }
  .mapLayer1 .nrBox ul {
    width: 96%;
    margin: 0 auto;
    height: auto;
    padding: 20px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .mapLayer1 .nrBox ul li:nth-child(1), .mapLayer1 .nrBox ul li:nth-child(2) {
    height: 90px!important;
  }
  .mapLayer1 .nrBox ul li {
    width: 100%;
    height: 100px;
  }
  .mapLayer1 .nrBox ul li .nr {
    width: 100%;
    padding: 0 40px 0 50px;
    left: 20px;
  }

  .mapLayer1 .nrBox ul li .nr h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .mapLayer2 .bt {
    width: 100%;
    padding: 30px 0;
    height: auto;
  }
  .mapLayer2 .bt span {
    margin: 0 auto;
  }
  .mapLayer2 .bt h2 {
    font-size: 26px;
    text-align: center;
    line-height: 60px;
  }
  .mapLayer2 .bt p {
    font-size: 18px;
    text-align: center;
  }
  .mapLayer2 .nr h2 {
    text-align: center;
    font-size: 24px;
  }
  .mapLayer2 .nr {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
  }
  .mapLayer2 .nr p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
  }
  .mapLayer2 .nr ul li {
    width: 50%;
    height: 120px;
    text-align: center;
  }
  .mapLayer2 .nr ul li span {
    font-size: 26px;
  }
  .mapLayer3 .tit {
    width: 100%;
    font-size: 22px;
    line-height: 100px;
  }
  .mapLayer3 img {
    width: 90%;
    height: auto;
  }

  .Marketing .title {
    padding: 25px 0;
  }
  .Marketing .title h2 {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .Marketing .title p {
    font-size: 14px;
  }
  .MarkLayer1 {
    height: 230px;
  }
  .MarkLayer1 .NrBox .icon img {
    width: 20%;
    height: auto;
  }
  .MarkLayer1 .NrBox .icon p {
    font-size: 14px;
  }
  .MarkLayer2 .tit2 ul {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .MarkLayer2 .tit2 ul li {
    padding-bottom: 25px;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-left: 0;
  }
  .MarkLayer2 .tit2 ul li:last-child {
    margin-right: 0;
  }
  .MarkLayer2 .tit2 ul li a {
    font-size: 16px;
  }
  .MarkLayer2 .bd {
    width: 96%;
    padding: 15px;
    margin: 0 auto;
  }
  .MarkLayer2 .bd .bdBox .icon {
    width: 100%;
    height: auto;
  }
  .MarkLayer2 .bd .bdBox .icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .MarkLayer2 .bd .bdBox .text {
    width: 100%;
  }
  .MarkLayer2 .bd .bdBox .text h2 {
    line-height: 60px;
    font-size: 20px;
    margin: 0;
  }
  .MarkLayer2 .bd .bdBox .text ul li {
    font-size: 14px;
    line-height: 28px;
  }
  .MarkLayer3 .tit {
    line-height: 100px;
    font-size: 24px;
    color: #333;
    height: 100px;
  }
  .MarkLayer3 {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .MarkLayer3 ul li {
    width: 100%;
    margin-bottom: 15px;
    padding: 50px 30px;
    height: auto;
  }
  .listTit {
    margin: 50px auto;
  }
  .listTit span {
    width: auto;
  }
  .Marketing {
    overflow: hidden;
  }
  .bgTop {
    height: 30px;
  }
  .newDetailsBox .title {
    padding: 0 15px 30px 15px;
  }
  .newDetailsBox .title h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .newDetailsBox .title p {
    font-size: 14px;
  }
  .newDetailsBox .nr {
    padding: 30px 15px;
  }
  .newDetailsBox .nr p {
    font-size: 14px;
    line-height: 32px;
    text-indent: 28px;
    padding-bottom: 30px;
  }
  .newDetailsBox .nr img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .newDetailsBox .enter a {
    font-size: 16px;
  }

  .banner.joinBanner {
    height: 300px !important;
  }
  .banner.joinBanner img {
    height: 100%;
    width: auto;
  }
  .join {
    padding: 25px 0;
    overflow-x: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .join table {
    width: 200%;
  }
  .join table th {
    font-size: 14px;
  }
  .join table td {
    font-size: 12px;
  }
  .Merchant .storeBox .text .textTop {
    padding: 15px;
  }
  .storeBox .text p {
    font-size: 12px;
    padding-left: 30px;
  }
  .Merchant .storeBox .text h2 {
    line-height: 80px;
    font-size: 26px;
  }
  .Merchant .storeBox:nth-child(2n) .text {
    width: 100%;
  }
  .storeBox:nth-child(2n) .text ul li {
    margin: 0 20px;
  }

  .Merchant .storeBox .text ul li {
    width: 25%;
    float: left;
    margin: 0;
  }
  .Merchant .storeBox .text ul {
    padding: 25px 0;
  }
  .Merchant .storeBox .text a.enter {
    margin: 0 auto 25px auto;
  }
  .Merchant .storeBox:nth-child(2n) .text ul {
    padding: 25px 0;
  }
  .MerchantBox ul li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .MerchantBox ul li.on {
    width: 100%;
  }
  .MerchantBox {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .MerchantBox ul li .nrBox {
    padding: 40px 20px;
  }
  .MerchantBox ul li .nrBox dl.list1 {
    opacity: 1;
    padding-top: 15px;
  }
  .MerchantBox ul li .nrBox dl.list1 dd {
    font-size: 16px;
    padding-left: 30px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .MerchantBox ul li .nrBox dl.list2 {
    opacity: 1;
  }
  .MerchantBox ul li .nrBox dl.list2 dd {
    width: 25%;
    margin: 0;
  }
  .MerchantBox ul li .nrBox .enter {
    opacity: 1;
  }
  .Merchant2 .storeBox .text ul {
    width: 100% !important;
    padding: 25px 0;
    overflow: hidden;
  }
  .Merchant2 .storeBox .text ul li {
    margin: 0;
    width: 25%;
    float: left;
  }
  .Merchant2 .storeBox .text .enter {
    margin: 0 auto 25px auto;
  }
  .Merchant2 .storeBox:nth-child(2n) .text ul li {
    margin: 0;
  }
  .Merchant3 .storeBox .text {
    padding: 0;
  }
  .Merchant3 .storeBox .text ul li {
    width: 25%;
    margin: 0;
  }
  .Merchant3 .storeBox .text ul {
    padding: 25px 0;
  }
  .Merchant3 .storeBox .text .enter {
    margin: 0 auto 25px auto;
  }

  .scheme .title {
    font-size: 24px;
    line-height: 100px;
    height: 100px;
  }
  .scheme .hd {
    height: auto;
  }
  .scheme .hd ul {
    height: auto;
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .scheme .hd ul li {
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    width: 25%;
    float: left;
    padding: 0;
    margin: 0;
  }
  .scheme .hd ul li span {
    height: 2px;
  }
  .schemeBox {
    padding-top: 50px;
  }
  .schemeBox .nr {
    padding: 0 15px;
    margin: 0;
  }
  .schemeBox .nr .bt h2 {
    font-size: 22px;
  }
  .schemeBox .nr .bt p {
    font-size: 12px;
  }
  .schemeBox .nr .bt {
    padding: 25px 0;
  }
  .schemeBox .nr ul li {
    height: auto;
    width: 32%;
    padding: 0 5px 15px 5px;
    margin-bottom: 15px;
  }
  .schemeBox .nr ul li p {
    font-size: 12px;
    line-height: 24px;
  }
  .schemeBox .nr ul li .icon img {
    width: 30%;
    height: auto;
  }
  .schemeBox .nr ul li .icon {
    height: 90px;
  }

  .banner .bannerBox h2 {
    font-size: 24px;
  }
  .collection .title {
    padding: 0;
    line-height: 100px;
    font-size: 24px;
  }
  .collBox {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .collBox .icon {
    width: 100%;
    height: auto;
  }
  .collBox .text {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .collBox .text h2 {
    font-size: 18px;
  }
  .collBox .text p {
    font-size: 14px;
    line-height: 40px;
  }
  .collBox:nth-child(2n) .text {
    padding: 20px 0;
  }
  .collection .layer2 .layer2Box .nr .icon {
    height: auto;
  }
  .collection .layer2 .layer2Box .nr p {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
  }
  .collection .layer2 .layer2Box .swiper-button-next {
    display: none;
  }
  .collection .layer2 .layer2Box .swiper-button-prev {
    display: none;
  }
  .collection .layer2 .bt {
    height: 100px;
    font-size: 24px;
    line-height: 100px;
  }
  .collection .layer2 {
    padding-bottom: 60px;
  }

  .proBox {
    width: 100%;
  }
  .pro {
    padding: 30px 15px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .proBox ul li h2 {
    font-size: 16px;
  }
  .proBox ul li p {
    font-size: 12px;
    height: 12px;
    overflow: hidden;
  }
  .honor {
    padding: 0 15px;
    box-sizing: border-box;
    padding-bottom: 35px;
  }
  .honor .icon {
    margin-bottom: 35px;
  }
  .honor .icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .shPop {
    display: none;
  }
  .newBox .bt p {
    font-size: 24px;
  }
  .newBox .bt {
    margin-bottom: 15px;
  }
}
@media  (max-width: 1200px){
  .mapLayer2 .nr ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .mapLayer2 {
    min-height: 500px;
  }
  .mapLayer1 .nrBox ul li:nth-child(1), .mapLayer1 .nrBox ul li:nth-child(2) {
    width: 50%;
    height: 50%;
  }
  .mapLayer1 .nrBox ul li:nth-child(3) {
    width: 100%;
    height: 50%;
  }
  .mapLayer1 .nrBox ul {
    height: 360px;
  }
  .Merchant2 .storeBox .text ul{
    width: 120%;
  }
  .collBox .text{
    padding-top: 10px;
  }
  .collBox:nth-child(2n) .text{
    padding-top: 10px;
    padding-left: 10px;
  }
  .top .nav ul li{
    margin-left: 25px;
  }
  .top .nav ul li a{
    font-size: 16px;
  }

  .fz-next{
    right: 0px;left: auto
  }
  .fz-prev{
    left: 0px
  }
}
.qr-box {
  display: flex;
}
.qr-list {
  position: relative;
}
.qr-active {
  background: #4f33dc;
  display: inline-block;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  display: none;
  margin-right: 10px;
}
.qr-default {
  background: #bdbfc2;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 10px;
}
.qr-list:hover .qr-default {
  display: none;
}
.qr-list:hover .qr-active {
  display: inline-block;
}
.newDetailsBox .nr img {
  max-width: 100% !important;
}
.cu-login-header {
  height: 100px;
  background: #4E33DC;
  display: flex;
  align-items: center;
}
.cu-login-header {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.cu-login-header .menu-box {
  display: flex;
  align-items: center;
}
.cu-login-header .menu-box img {
  height: 46px;
}
.cu-login-header .menu-box .menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.cu-login-header .menu-box .menu a {
  color: #FFFFFF;
}
.login-body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.login-title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 60px;
  height: 60px;
  margin-top: 120px;
  text-align: center;
}
.login-box {
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
  border-radius: 16px;
  display: flex;
}
.part-more {
  display: block;
  margin-top: 60px;
  border-radius: 8px;
  width: 180px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: 1px solid #0052fe;
  font-size: 16px;
  color: #0052fe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-sub-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 25px;
  margin-bottom: 20px;
}
.job-sub-content {
  white-space: pre-wrap;
  word-break: break-all;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 28px;
  color: #333;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0;
}
.top.active {
  background: rgb(255,255,255,.5);
}