/* ==========================================================================
   公共样式
   ========================================================================== */

body {
  font-family: "Microsoft YaHei", -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
}

.space-wrap {
  width: 1320px;
  margin: 0 auto;
}

.space-header {
  position: relative;
  z-index: 1;
}

.space-header-wrap {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 1280px) {
  .space-wrap {
    width: 1240px;
    margin: 0 auto;
  }
}


/* ==========================================================================
   第1部分，顶部蓝色部分
   ========================================================================== */

.space-top {
  width: 100%;
  background: #2C40B1;
  background: linear-gradient(#2C40B1, #373a9c);
  overflow: hidden;
  position: relative;
  /* height: 820px; */
}


/*space-top-header*/

.space-logo {
  width: 270px;
  height: 80px;
  background: url('../img/logo2.png') center center no-repeat;
  float: left;
  text-indent: -9999px;
  cursor: default;
}

.space-navs {
  float: right;
  list-style: none;
  margin: 0;
}

.space-navs li {
  float: left;
  padding: 25px 13px;
  margin-left: 10px;
  position: relative;
}

.space-navs li.selected::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: #4090fd;
  display: block;
}

.space-navs li a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 16px;
}

.space-navs li.selected a {
  color: #4090fd;
}

.space-navs .goods {
  position: relative;
  width: 90px;
  height: 60px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.01);
}

.goods-item {
  cursor: pointer;
}

.drop-menu {
  position: absolute;
  left: 2px;
  top: 60px;
  display: none;
  width: 94px;
  background: #464DD6;
  border-radius: 4px;
}

.space-navs .goods .drop-menu a {
  display: inline-block;
  color: #fff;
  width: 94px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
}

.drop-menu a:hover {
  background: #4090FD;
}

.triangle {
  position: absolute;
  display: none;
  width: 0px;
  height: 0px;
  border-width: 6px 6px 0;
  border-style: solid;
  right: -4px;
  top: 34px;
  border-color: #798CF6 transparent transparent;
}


/* space-top-banner */

.space-banners {
  position: relative;
  height: 820px;
  z-index: 0;
}

.space-banner {
  height: 820px;
  left: 0;
  position: absolute;
}

.space-slogan {
  position: absolute;
  background: url('../img/slogan.png') center center no-repeat;
  width: 584px;
  height: 154px;
  top: 315px;
  left: 20px;
}

.space-img1 {
  width: 490px;
  height: 258px;
  position: absolute;
  top: 230px;
  background: url('../img/img1.png') center center no-repeat;
  left: 700px;
}

.space-img2 {
  width: 604px;
  height: 387px;
  position: absolute;
  top: 95px;
  left: 675px;
  background: url('../img/img2.png') center center no-repeat;
}

.space-thumb-one {
  width: 130px;
  height: 270px;
  background: url('../img/thumb1.png');
  position: absolute;
  bottom: -130px;
  left: 0px;
  background-size: contain;
}

.space-thumb-two {
  width: 202px;
  height: 318px;
  background: url('../img/thumb3.png');
  position: absolute;
  bottom: -100px;
  left: 80px;
  background-size: contain;
}

.space-thumb3 {
  bottom: -170px;
  left: 210px;
}

.space-thumb4 {
  bottom: -270px;
  right: 280px;
  left: auto;
}

.space-thumb5 {
  bottom: -150px;
  right: 110px;
  left: auto;
}


/*******主体部分公共样式*****/


/*1级标题*/

.space-item-title {
  font-size: 24px;
  color: #333;
  margin: 0;
}


/*2级标题*/

.space-item-subtitle {
  font-size: 15px;
  color: #666;
}


/****第一部分主体****/

.space-item1 {
  padding-top: 60px;
  background: #fff;
  width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}

.space-item1 p {
  text-align: center;
}

.space-item1-content {
  width: 1210px;
  height: 420px;
  padding: 0 15px;
  margin-top: 40px;
  /* overflow: hidden; */
}

.space-item1-content-inner {
  width: 1400px;
  height: 420px;
}

.space-item1-brick {
  width: 280px;
  height: 338px;
  float: left;
  margin-right: 30px;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.09);
  background: url(../img/png02.png) center center no-repeat;
  background-size: contain;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.space-item1-brick:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.19);
  transition: all 0.3s ease-in-out;
}

.space-item1-brick:hover p {
  color: #4179f7;
}

.space-item1-brick .fimg {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../img/png01.png);
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}

#fimg01 {
  background-position: -25px -16px;
}

#fimg02 {
  background-position: -125px -16px;
}

#fimg03 {
  background-position: -225px -16px;
}

#fimg04 {
  background-position: -325px -16px;
}

.space-item1-brick .t_3 {
  margin-top: 18px;
  font-size: 20px;
}

.space-item1-brick .t_4 {
  font-size: 14px;
  color: #666;
  margin: 18px 18px 0 18px;
  line-height: 24px;
  text-align: justify;
}


/****第二部分主体****/

.space-item2 {
  width: 100%;
  height: 385px;
  background: #F6FAFE;
  text-align: center;
  padding-top: 60px;
}

.space-item2-content {
  width: 1210px;
  height: 340px;
  margin-top: 45px;
  padding: 0 15px;
  overflow: hidden;
  box-shadow: 0 6px 13px 5px rgba(0, 0, 0, 0.09);
  background: #fff;
}

.space-item2-brick {
  width: 25%;
  float: left;
  padding: 25px;
  box-sizing: border-box;
}

.space-item2-brick:hover p {
  color: #5757fe;
}

.space-item2-brick .simg {
  width: 100px;
  margin: 40px auto 0 auto;
  height: 115px;
  /* background: url(../img/png01.png); */
}

.space-item2-brick {
  font-size: 16px;
  color: #333;
}

#simg01 {
  background: url(../img/s1.png) center center no-repeat;
  /* background-position: -10px -291px; */
}

#simg02 {
  background: url(../img/s2.png) center center no-repeat;
}

#simg03 {
  background: url(../img/s3.png) center center no-repeat;
}

#simg04 {
  background: url(../img/s4.png) center center no-repeat;
}

.space-item2-brick .t_3 {
  font-size: 20px;
}

.space-item2-brick .t_4 {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #666;
}


/*第三部分*/

.space-item3 {
  padding: 150px 0 80px 0;
  background: url('../img/bottom-cover.png') left bottom no-repeat;
  background-position: -535px 400px;
  overflow: hidden;
}

.space-item3 p {
  text-align: center;
}

.space-item3-content {
  width: 1250px;
  height: 340px;
  margin-top: 45px;
  padding: 0 5px;
  /* overflow: hidden; */
}

.space-item3-brick {
  width: 406px;
  height: 280px;
  margin-right: 15px;
  float: left;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.09);
  transition: all 0.3s ease-in-out;
}

.space-item3-brick:hover {
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.19);
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

.space-item3-brick1 {
  background: url(../img/demo1.png);
  background-size: cover;
}

.space-item3-brick2 {
  background: url(../img/demo2.png);
  background-size: cover;
}

.space-item3-brick3 {
  background: url(../img/demo3.png);
  background-size: cover;
}

.space-item3-content-inner {
  width: 1310px;
}


/* footer */

.space-footer {
  height: 86px;
  background: #232323;
  text-align: center;
  color: #F4F5E9;
  font-size: 14px;
  margin: 0;
  padding: 15px 0px;
  text-align: center;
  box-sizing: border-box;
}

.space-footer span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
}

.rslides_tabs {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  list-style: none;
  z-index: 99;
}

.rslides_tabs li {
  display: inline-block;
  margin: 0 10px;
}

.rslides_tabs li a {
  display: block;
  width: 14px;
  height: 14px;
  background: #3977f0;
  border-radius: 7px;
}

.rslides_tabs li.rslides_here a {
  width: 28px;
  background: #92a9fd;
}

.space-goto-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: block;
  background: #3599fc;
  opacity: 0.9;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  z-index: 999;
  cursor: pointer;
}

.space-goto-top:hover {
  opacity: 1;
}

.space-goto-top-img {
  width: 28px;
  height: 24px;
  background: url(../img/top.png) center center;
  display: inline-block;
  vertical-align: middle;
}

.position-relative {
  position: relative;
}

.kpzg-btn {
  display: inline-block;
  width: 270px;
  height: 148px;
  background: url(../img/kpzg.png) center center;
  position: fixed;
  top: 490px;
  z-index: 111;
}

.kpzg-btn .kpzg-close {
  display: inline-block;
  width: 13px;
  height: 12px;
  background: url(../img/kpzg-close.png) center center;
  position: absolute;
  z-index: 112;
  top: 10px;
  right: 10px;
}