body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFFFFF;
  color: #000;
  font-family: Microsoft YaHei, SimHei, Arial, sans-serif;
  font-size: 12px;
  padding: 0;
  text-align: left;
}

select {
  font-size: 12px;
}

table {
  border-collapse: collapse;
}

fieldset,
img {
  border: 0 none;
}

fieldset {
  margin: 0;
  padding: 0;
}

fieldset p {
  margin: 0;
  padding: 0 0 0 8px;
}

legend {
  display: none;
}

address,
caption,
em,
strong,
th,
i {
  font-style: normal;
  font-weight: 400;
}

table caption {
  margin-left: -1px;
}

hr {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #E4E4E4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0;
  overflow: hidden;
}

ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ””;
}

html,body{
  width: 100%;
  overflow-x: hidden;
}

.center-box {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

input {
  outline: none;
}

a {
  text-decoration: none;
  color: #000;
}

::-webkit-input-placeholder {
  color: #878787;
}

:-moz-placeholder {
  color: #878787;
  opacity: 1;
}

::-moz-placeholder {
  color: #878787;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #878787;
}

.banner-box .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.global-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.global-header:hover, .global-header-active{
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
}

.global-header-bg{
  background-color: #fff;
}

.global-header .nav-bar{
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 20px;
  display: none;
}


.global-header .sun-nav-box{
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 20;
  display: none;
  line-height: 1.5;
  height: 416px;
  padding-top: 3px;
  box-sizing: border-box;
}

.global-header .sun-nav-box::before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 2px;
  border-top: 1px solid #e9e9e9;
}

/* 产品介绍二级导航 start */
.global-header .product-nav{
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 40px;
}

.global-header .product-nav .sub-item{
  margin-top: 20px;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}


.global-header .product-nav .sub-item a{
  display: flex;
}

.global-header .product-nav .sub-item .img-box{
  flex-shrink: 0;
  width: 78px;
  height: 65px;
}

.global-header .product-nav .sub-item .main{
  flex: 1;
  overflow: hidden;
  padding-top:10px;
}
.global-header .product-nav .sub-item .main strong{
  display: block;
  font-size: 20px;
  line-height: 20px;
}

.global-header .product-nav .sub-item .main p{
  line-height: 16px;
  color:#3e3e3e;
  margin-top: 8px;
}

.global-header .product-nav .sub-item .other{
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #006bff;
  font-size: 20px;
  line-height: 20px;
  opacity: 0; 
}

.global-header .product-nav .sub-item:hover {
  background-color: #d6e7ff;
}

.global-header .product-nav .sub-item:hover strong{
  color:#006bff;
}

.global-header .product-nav .sub-item:hover .other{
  opacity: 1; 
}


/* 产品介绍二级导航end */

/* 解决方案二级导航 start */
.global-header .solution-nav {
  display: flex;
  height: 100%;
}

.global-header .solution-nav .aside {
  width: 260px;
  padding-top: 40px;
  padding-bottom: 80px;
  border-right: 1px solid #e9e9e9;
}

.global-header .solution-nav .aside li{
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  color: #3f3f3f;
  cursor: pointer;
}

.global-header .solution-nav .aside li.active{
  color: #006bff;
}

.global-header .solution-nav .main{
  flex: 1;
  overflow: hidden;
  padding-left: 60px;
  padding-top: 20px;
}

.global-header .solution-nav .main ul{
  display: flex;
  flex-wrap: wrap;
}

.global-header .solution-nav .main li{
  width: 325px;
  padding: 10px;
  box-sizing: border-box;
}

.global-header .solution-nav .main li a{
  display: flex;
}

.global-header .solution-nav .main .img-box{
  flex-shrink: 0;
  width: 80px;
  height: 90px;
}

.global-header .solution-nav .sub-main{
  flex: 1;
  overflow: hidden;
  padding-top: 24px;
}

.global-header .solution-nav .sub-main strong{
  display: block;
  line-height: 20px;
  font-size: 20px;
}

.global-header .solution-nav .sub-main p{
  color: #3e3e3e;
  line-height: 16px;
  font-size: 16px;
  margin-top: 8px;
}

.global-header .solution-nav .other {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #006bff;
  font-size: 20px;
  line-height: 20px;
  opacity: 0; 
}

.global-header .solution-nav .main li:hover{
  background-color: #d6e7ff;
}
.global-header .solution-nav .main li:hover strong{
  color: #006bff;
}
.global-header .solution-nav .main li:hover .other{
  opacity: 1;
}
/* 解决方案二级导航 end */

.global-header-inner {
  display: flex;
  height: 80px;
  align-items: center;
}

.global-header-inner .logo {
  width: 175px;
  height: 80px;
  background: url('../images/logo.png') left center no-repeat;
  overflow: hidden;
  font-size: 0;
  flex-shrink: 0;
  padding-right: 62px;
}

.global-header-inner .nav-box{
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.global-header-inner .nav {
  flex: 1;
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 16px;
}

.global-header-inner .nav .item {
  margin-left: 28px;
}

.global-header-inner .nav .active .sun-nav-box{
  display: block;
}

/* .global-header-inner .nav .item:hover .sun-nav-box{
  display: block;
} */

.global-header-inner .nav .item>a {
  font-weight: bold;
  display: block;
  position: relative;
  z-index: 21;
  height: 80px;
  line-height: 80px;
}


.global-header-inner .nav .item>a::after{
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 78%;
  height: 3px;
  transform: translateX(-50%);
  background-color: #006bff;
  display: none;
}



.global-header-inner .nav .item:hover>a::after,.global-header-inner .nav .mous>a::after{
  display: block;
}


.global-header-inner .nav .item:nth-child(1) {
  margin-right: 20px;
}

.global-header-inner .tools {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.global-header-inner .tools li {
  padding-left: 20px;
}

.global-header-inner .tools li a {
  display: flex;
  align-items: center;
}

.global-header-inner .tools li span {
  font-size: 18px;
  font-weight: bold;
}

.global-header-inner .tools img {
  display: block;
  margin-right: 10px;
}

.global-header-inner .tools li:nth-child(1) img {
  width: 21px;
  height: 17px;
}

.global-header-inner .tools li:nth-child(2) img {
  width: 18px;
  height: 20px;
}

.global-header-inner .tools li+li {
  margin-left: 20px;
  position: relative;
}

.global-header-inner .tools li+li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 35px;
  border-left: 1px solid #ebebeb;
  transform: translateY(-50%);
}

.banner-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.global-footer {
  padding-top: 25px;
  padding-bottom: 134px;
  background-color: #0d0d0d;
  color: #fff;
  font-size: 16px;
}

.global-footer .advantage {
  display: flex;
  padding-top: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #fff;
  flex-wrap: wrap;
}

.global-footer .advantage li {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.global-footer .advantage img {
  margin-right: 10px;
}

.global-footer .nav-box {
  display: flex;
}

.global-footer .info-box {
  width: 260px;
  flex-shrink: 0;
  padding-top: 46px;
  margin-right: 136px;
}

.global-footer .info-box .logo {
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 30px;
}

.global-footer .info-box .logo img {
  margin-right: 16px;
}

.global-footer .info-box .name {
  margin-top: 24px;
  line-height: 20px;
  font-size: 20px;
  padding-bottom: 40px;
}

.global-footer .info-box .address {
  padding-top: 13px;
  line-height: 40px;
  font-size: 20px;
}

.global-footer .info-box .address span {
  display: block;
  font-size: 16px;
}

.global-footer .nav-item {
  width: 240px;
  padding-top: 46px;
}

.global-footer .nav-item a {
  color: #fff;
  font-size: 16px;
}

.global-footer .nav-item .title {
  line-height: 56px;
  font-size: 20px;
}

.global-footer .nav-item li {
  line-height: 46px;
}

.global-footer .code-box {
  padding-top: 28px;
  width: 240px;
}

.global-footer .code-box div {
  margin-top: 22px;
  width: 178px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.global-footer .service-inner, .global-footer .code-wrap{
  display: flex;
}


.global-new-guest {
  height: 541px;
  background-image: url('../images/global-new-guest-bg.jpg');
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 126px;
  box-sizing: border-box;
}

.global-new-guest .title {
  line-height: 54px;
  font-size: 40px;
}

.global-new-guest p {
  font-size: 20px;
  color: #5f5f5f;
  line-height: 20px;
  margin-top: 24px;
  font-weight: normal;
}

.global-new-guest .btn {
  display: block;
  width: 190px;
  height: 62px;
  background-color: #006bff;
  margin-top: 44px;
  text-align: center;
  line-height: 62px;
  font-size: 24px;
  color: #fff;
  border-radius: 16px;
}

.global-new-guest .btn:hover{
  opacity: 0.8;
}

.global-partners ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

.global-partners ul::before {
  content: "";
  height: 1px;
  z-index: 2;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  background-color: #fff;
}

.global-partners ul::after {
  content: "";
  width: 1px;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
}

.global-partners ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 150px;
  flex-shrink: 0;
  box-sizing: border-box;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
}

.note-money-plan {
  padding-bottom: 76px;
}

.note-money-plan .title{
  padding-top: 80px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  letter-spacing: 5px;
  font-weight: 500;
}

.note-money-plan .summary{
  line-height: 20px;
  font-size: 18px;
  margin-top: 36px;
  color: #676767;
  text-align: center;
}

.note-money-plan ul{
  display: flex;
  margin-top: 80px;
}

.note-money-plan ul li{
  flex: 1;
  box-sizing: border-box;
  border: 1px solid #a3a3a3;
  border-radius: 10px;
  padding: 38px 48px 40px;
}

.note-money-plan li .plan-title{
  font-size: 24px;
  line-height: 24px;
  color: #141414;
  font-weight: 500;
}

.note-money-plan li + li {
  margin-left: 98px;
}

.note-money-plan .item-head{
  display: flex;
  justify-content: space-between;
}

.note-money-plan .item-head .more{
  line-height: 20px;
  color: #676767;
  font-size: 14px;
  white-space: nowrap;
}

.note-money-plan li .plan-summary{
  line-height: 16px;
  font-size: 16px;
  color: #676767;
  margin-top: 16px;
}

.note-money-plan li table{
  width: 100%;
  margin-top: 12px;
}

.note-money-plan li table th{
  height: 76px;
  line-height: 76px;
  color: #006bff;
  font-size: 18px;
}

.note-money-plan li tbody tr{
  border-top: 1px dashed #c5c5c5;
}

.note-money-plan li tbody td{
  line-height: 54px;
  font-size: 16px;
  color: #676767;
}

.note-money-plan li .btn{
  margin-top: 13px;
  display: block;
  width: 146px;
  height: 42px;
  background-color: #006bff;
  color: #fff;
  line-height: 42px;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
}

/* 邀请注册strt */
.advert-regisetr-box{
  height: 150px;
  background: url('../images/advert-bg.jpg') no-repeat center top;
  display: flex;
  color: #fff;
  font-size: 24px;
  justify-content: center;
  background-color: #006bff;
  align-items: center;
}

.advert-regisetr-box a{
  display: block;
  width: 200px;
  height: 50px;
  background-color: #fff;
  color: #006bff;
  font-size: 22px;
  margin-left: 28px;
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
}
.advert-regisetr-box a:hover{
  opacity: 0.8;
}
/* 邀请注册end */

/* 短信发送流程 */
.message-send-step .step-box{
  padding-top: 18px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 76px;
}

.message-send-step .step-box::before{
  content: "";
  position: absolute;
  top: -52px;
  left: 50%;
  width: 120px;
  height: 3px;
  background-color: #006bff;
  transform: translateX(-50%);
}

.message-send-step .step-box .item{
  flex: 1;
  padding-left: 34px;
  padding-right: 34px;
  height: 140px;
}

.message-send-step .step-box .bar{
  flex-shrink: 0;
  width: 70px;
  height: 1px;
  background-color: #d6d9e7;
}

.message-send-step .step-box .item img{
  display: block;
  width: 100px;
  height: 94px;
  margin-left: auto;
  margin-right: auto;
}

.message-send-step .step-box .item strong{
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  white-space: nowrap;
}
/* 短信发送流程end */
