/* 版心 */
.w {
  /* 版心的宽度不能写死，要考虑到不同屏幕的情况 */
  /* 如果屏幕比1000大，那么就采用1000的版心，
       即max-width:1000px */
  max-width: 1200px;
  /* 如果屏幕比1000小，那么直接100%显示 */
  width: 100%;
  margin: 0 auto;
  /* background-color: pink; */
}
body{
  font-size: 16px;
}

/* 头部 */
.header {
  height: 86px;
  background-color: #fff;
}
.top a {
  color: #4945d9;
  font-size: 14px;
  font-weight: bold;
  font-family: "Source Han Sans CN";
}
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .logo {
  /* float: left; */
  display: inline-block;
  /* width: 270px; */
  width: 40%;
  height: 86px;
  background: url(../img/logo.png) no-repeat center center;
}

.top .logo h1 {
  /* h1里面的文字只是为了提高seo的权重 */
  text-indent: -999em;
}
.top nav {
  width: 55%;
}
.top nav ul {
  /* width: 80%; */
  display: flex;
  justify-content: space-between;
}
/* .top nav {
  float: left;
  margin-left: 16%;
}
.top nav ul li {
  float: left;
  height: 86px;
  line-height: 86px;
  margin-right: 24px;
}
.top nav ul li a{
  font-family: 'Source Han Sans CN';
}
.top nav ul li:last-child {
  margin-right: 0;
}
.top nav ul .login {
  margin-right: 12px;
  margin-left: 16px;
} */
.top nav ul .login {
  margin-left: 20px;
  margin-right: -6px;
}
.top nav ul .register {
}
.top nav ul .register a {
  border: 1px solid #4945d9;
  padding: 0px 8px;
}

.top .icons {
  float: right;
  height: 86px;
  line-height: 86px;
}

.top .icons .iconfont {
  font-size: 24px;
  color: #666;
}

/* banner */
.banner {
  height: 100%;
  width: 100%;
}
.swiper-container {
  /* height: 100%; */
  /* width: 100%; */
}
.swiper-container .swiper-slide img {
  width: 100%;
}

/* 内容 */
.content {
  background-color: rgb(248, 248, 248);
  width: 100%;
}
.content2 {
  width: 100%;
}
.content_box {
  padding: 100px 0;
  display: flex;
}
.content_box .content_box_left {
  width: 20%;
}
.content_box .content_box_left .item {
  height: 86px;
  line-height: 86px;
  font-size: 20px;
  color: #6a6a6a;
  font-weight: bold;
}
.content_box .content_box_left .item .text {
  display: flex;
  justify-content: space-between;
}
.content_box .content_box_left .item .text .text_left {
  margin-left: 30px;
}
.content_box .content_box_left .item .text .text_right {
  margin-right: 20px;
  font-size: 22px;
  font-family: SimHei;
  font-weight: bold;
}
.content_box .content_box_left2 .item .text .text_left2 {
  margin-left: 20px;
  font-size: 22px;
  font-family: SimHei;
  font-weight: bold;
}
.content_box .content_box_left2 .item .text .text_right2 {
  margin-right: 30px;
}
.content_box .content_box_left2 {
  width: 246px;
}
.content_box .content_box_left2 .item {
  height: 82px;
  line-height: 82px;
  font-size: 20px;
  color: #6a6a6a;
  font-weight: bold;
}
.content_box .content_box_left2 .item .text {
  display: flex;
  justify-content: space-between;
}

.content_box .content_box_left .active {
  height: 82px;
  line-height: 82px;
  border-radius: 5px;
  color: #fff;
  background: -webkit-linear-gradient(
    to right,
    rgb(134, 131, 253),
    rgb(76, 72, 219)
  );
  background: linear-gradient(to right, rgb(134, 131, 253), rgb(76, 72, 219));
}
.content_box .content_box_left2 .active {
  height: 82px;
  line-height: 82px;
  border-radius: 5px;
  color: #fff;
  background: -webkit-linear-gradient(
    to right,
    rgb(76, 72, 219),
    rgb(134, 131, 253)
  );
  background: linear-gradient(to right, rgb(76, 72, 219), rgb(134, 131, 253));
}

.content_box .content_box_right {
  width: 80%;
}
.content_box .content_box_right img {
  width: 100%;
  height: 100%;
}
.content_box_right .content_box_right_in {
  display: flex;
}
.content_box_right .content_box_right_in .text_box {
  width: 50%;
  position: relative;
}
.content_box_right_in .text_box .big_text {
  width: 300px;
  font-size: 134px;
  font-weight: bold;
  color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 30%;
  z-index: 1;
  margin-top: 30px;
  letter-spacing: 8px;
}
.content_box_right_in .text_box .text_title {
  color: #4945d9;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0%;
  left: 36%;
  z-index: 2;
  margin-top: 150px;
}
.content_box_right_in .text_box .text_content {
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 36%;
  z-index: 3;
  margin-top: 236px;
}

.content_box_right .content_box_right_in .img_box {
  width: 50%;
  text-align: center;
  height: 430px;
  line-height: 430px;
  z-index: 10;
}
.content_box_right .content_box_right_in .img_box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

/* 第二个盒子的左边 */
.content_box_right .content_box_right2_in {
  display: flex;
}
.content_box_right .houtai {
  position: relative;
}
.content_box_right .houtai .big_text {
  font-size: 130px;
  font-weight: bold;
  color: #f0f0f0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 0;
  letter-spacing: 8px;
}
.content_box_right .houtai .img_box {
  position: absolute;
  top: 0;
  z-index: 2;
}
.content_box_right .houtai img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  /* position: absolute;
  top: 0; */
}
.content_box_right .content_box_right2_in .text_box {
  width: 50%;
  position: relative;
}
.content_box_right2_in .text_box .big_text {
  width: 300px;
  font-size: 134px;
  font-weight: bold;
  color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 4%;
  z-index: 1;
  margin-top: 40px;
  letter-spacing: 8px;
}
.content_box_right2_in .text_box .text_title {
  color: #4945d9;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0%;
  left: 10%;
  z-index: 2;
  margin-top: 166px;
}
.content_box_right2_in .text_box .text_content {
  width: 272px;
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 3;
  margin-top: 252px;
}

.content_box_right .content_box_right2_in .img_box {
  width: 50%;
  text-align: center;
  height: 492px;
  line-height: 492px;
}
.content_box_right .content_box_right2_in .img_box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

/* 图片显示板块 */
.content_img_box {
  width: 100%;
}
.content_img_box img {
  width: 100%;
}

/* 脚部 */
.footer {
  color: #fff;
  /* width: 100vw; */
}
.footer01 {
  height: 80px;
  /* width: 100vw; */
  background-color: #2639ad;
  border-bottom: 1px solid #fff;
  line-height: 80px;
  font-size: 12px;
}
.footer01_box {
  display: flex;
}

.footer01_box .ft01_left {
  /* border: 1px solid red; */
  /* width: 200px; */
}
.footer01_box .ft01_left img {
  width: 100%;
}

.footer01_box .ft01_right {
  margin-left: 20%;
  display: flex;
}
.footer01_box .ft01_right p {
  margin-right: 20px;
}
.footer01_box .ft01_right p:last-child {
  margin-right: 0;
}

.footer02 {
  height: 120px;
  background-color: #2639ad;
  border-bottom: 1px solid #fff;
  font-size: 12px;
}
.footer02_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.footer02_left ul li {
  height: 18px;
  /* transform: scale(0.95); */
}
.footer02_center {
  margin-top: 30px;
  transform: scale(0.95);
}
.footer02_center a {
  color: #fff;
}
.footer02_right {
  display: flex;
}
.footer02_right .qrcode_box {
  display: flex;
  margin-right: 2px;
}
.footer02_right .qrcode_box:last-child {
  margin-right: 0;
}
.footer02_right .qrcode_box img {
  width: 50px;
  height: 50px;
}
.footer02_right .qrcode_box .text {
  margin-top: 16px;
  margin-left: 0px;
  font-size: 10px;
  transform: scale(0.9);
}

.footer03 {
  height: 60px;
  background-color: #2639ad;
  line-height: 70px;
  text-align: center;
}

/* 公司简介 */
.companyBox{
  padding-top: 100px;
}
.company_textBox{
  text-align: center;
  position: relative;
}
.company_textBox .company_Bigtitle{
  font-size: 120px;
  font-weight: bold;
  color: transparent;  
  -webkit-text-stroke: 3px #f0f0f0; 
}
.company_textBox .company_text{
  color: #4945d9;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
}
.companyBox .Img_box{
  width: 100%;
}
.companyBox .Img_box img{
  width: 100%;
}

/* 使用价值 */
.useValue {
  /* padding: 100px 0; */
  padding-bottom: 100px;
}
.useValue_box {
  background-color: #fff;
}
.useValue_box .useValue_title {
  text-align: center;
  position: relative;
}
.useValue_title .big_title {
  font-size: 134px;
  font-weight: bold;
  color: #f0f0f0;
  letter-spacing: 15px;
}
.useValue_title .content_text {
  color: #4945d9;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%);
}
.useValue_title .content_tips {
  color: #404040;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 84%;
  left: 50%;
  transform: translate(-50%);
}
.useValue_imgBox {
  display: flex;
  justify-content: space-around;
  padding: 20px 40px;
  margin-top: 50px;
}
.useValue_imgBox .img_box {
  width: 20%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px #cbd9f7;
  overflow: hidden;
}
.useValue_imgBox .img_box img {
  width: 100%;
  transition: transform 0.5s;
}
.useValue_imgBox .img_box:hover img {
  transform: scale(1.08);
}

/* 降本增效 */
.priceBox {
}
.price_textBox {
  text-align: center;
  position: relative;
  padding: 60px 0;
}
.price_textBox .price_Bigtitle {
  font-size: 134px;
  font-weight: bold;
  color: #f0f0f0;
  letter-spacing: 15px;
}
.price_textBox .price_text {
  color: #4945d9;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%);
}
.price_textBox .price_tips {
  color: #404040;
  font-size: 20px;
  font-weight: bold;
}
.priceBox .Img_box {
  width: 100%;
}
.priceBox .Img_box img {
  width: 100%;
}

/* 合作伙伴 */
.partnerBox {
}
.partner_textBox {
  text-align: center;
  position: relative;
  padding: 60px 0;
  padding-top: 110px;
}
.partner_textBox .partner_Bigtitle {
  font-size: 134px;
  font-weight: bold;
  color: #f0f0f0;
  letter-spacing: 15px;
}
.partner_textBox .partner_text {
  color: #4945d9;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%);
}
.partner_textBox .partner_tips {
  color: #404040;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%);
}
.partnerBox .Img_box {
  width: 100%;
}
.partnerBox .Img_box img {
  width: 100%;
}

/* 服务体系 */
.serviceBox {
  /* padding: 50px 0; */
  padding-bottom: 50px;
}
.service_textBox {
  text-align: center;
  position: relative;
  padding-top: 100px;
}
.service_textBox .service_Bigtitle {
  font-size: 134px;
  font-weight: bold;
  color: #f0f0f0;
  letter-spacing: 15px;
}
.service_textBox .service_text {
  color: #4945d9;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%);
}
.serviceBox .Img_box {
  width: 100%;
}
.serviceBox .Img_box img {
  width: 100%;
}
