body {
  background: #fff;
}
#banner .swiper-button-prev{
    width: 24px;
    height: 60px;
    display: none;
    background: url(/static/index/img/indeximg/left_btn.png) no-repeat left top;
    background-size: 100% 100%;
    left: 50px;
}
#banner .swiper-button-next{
    width: 24px;
    height: 60px;
    display: none;
    background: url(/static/index/img/indeximg/right_btn.png) no-repeat left top;
    background-size: 100% 100%;
    right: 50px;
}
#banner:hover .swiper-button-prev{
    display: block;
}
#banner:hover .swiper-button-next{
    display: block;
}
#banner .center-box{
    position: absolute;
    left: 50%;
    top: 210px;
    width: 1920px;
    display: flex;
    justify-content: center;
    margin-left: -960px;
}
#banner .banner-text{
    width: 1200px;
    box-sizing: border-box;
}
#banner .swiper-pagination-bullets{
    width: 200px;
    margin-top: 70px;
    justify-content: space-between;
    display: flex;
}
#banner .swiper-pagination-bullet{
    width: 60px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}
.banner-text .title{
    font-size: 34px;
    color: #fff;
    padding-bottom: 20px;
}
.banner-text .sub-title{
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}
.banner-text .create-btn{
    margin-top: 50px;
    width: 200px;
    height: 54px;
    display: block;
    background: #fff;
    color: #5182F0;
    font-size: 24px;
    border-radius: 10px;
    text-align: center;
    line-height: 54px;
}
.header-wrap {
  width: 100%;
  min-width: 1270px;
}
.header-wrap .swiper-container {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1270px;
  height: 780px;
}
.header-wrap .swiper-container .swiper-slide{
    /*width: 100% !important;*/
    overflow: hidden;
    min-width: 1270px;
}
.header-wrap .swiper-container .swiper-slide .banner-img,
.header-wrap .swiper-container .banner-img img {
  display: block;
  /*width: 100%;*/
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.header-wrap .header-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  margin: 0 auto;
}
.header-wrap .header-box .header {
  padding: 15px 0;
  width: 1200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.header-wrap .header-box .header .logo {
  width: 207px;
  height: 50px;
  display: block;
  margin-right: 65px;
}
.header-wrap .header-box .header .logo img {
  width: 100%;
  height: 100%;
}
.header-wrap .header-box .header .nav {
  display: flex;
}
.header-wrap .header-box .header .nav a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 40px;
  margin-right: 45px;
}
.header-wrap .header-box .header .nav a:last-child {
  margin-right: 0;
}
.header-wrap .header-box .header .nav a.active,
.header-wrap .header-box .header .nav a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.header-wrap .header-box .header .user-center-box {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.header-wrap .header-box .header .user-center-box .login-btn {
  width: 80px;
  height: 38px;
  display: block;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  margin-left: 8px;
}
.header-wrap .header-box .header .user-center-box .login-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.header-wrap .header-box .header .user-center-box .user-tx {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #E5E5E5;
  margin-right: 10px;
}
.header-wrap .header-box .header .user-center-box .user-info {
  cursor: pointer;
}
.header-wrap .header-box .header .user-center-box .user-info .phone-num {
  /*padding-bottom: 2px;*/
  line-height: 24px;
  font-size: 18px;
  color: #fff;
}
.header-wrap .header-box .header .user-center-box .user-info .lv {
  color: rgba(255,255,255,.7);
  font-size: 14px;
  text-align: left;
}
.header-wrap .header-box .header .user-center-box:hover #user-info-select{
    display: block;
}
.header-wrap .header-box .header .user-center-box #user-info-select {
  background: url(/static/index/img/user_info_bg.png) no-repeat left top;
  background-size: 100% 100%;
  box-shadow: none;
  width: 136px;
  height: 104px;
  padding: 22px 8px 10px;
  position: absolute;
  bottom: -100px;
  display: none;
}
.header-wrap .header-box .header .user-center-box #user-info-select dd {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrap .header-box .header .user-center-box #user-info-select dd:nth-child(1){
    border-bottom: 1px solid #DADCE0;
}
.header-wrap .header-box .header .user-center-box #user-info-select dd:hover{
    background: #F1F1F1;
}
.header-wrap .header-box .header .user-center-box #user-info-select dd img {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 8px;
}
.header-wrap .header-box .header .user-center-box #user-info-select dd a{
    font-size: 16px;
    color: #333;
}

/*header-box2*/


.header-wrap .header-box2 {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  margin: 0 auto;
  display: none;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}
.header-wrap .header-box2 .header {
  padding: 15px 0;
  width: 1200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.header-wrap .header-box2 .header .logo {
  width: 207px;
  height: 50px;
  display: block;
  margin-right: 65px;
}
.header-wrap .header-box2 .header .logo img {
  width: 100%;
  height: 100%;
}
.header-wrap .header-box2 .header .nav {
  display: flex;
}
.header-wrap .header-box2 .header .nav a {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  margin-right: 45px;
}
.header-wrap .header-box2 .header .nav a:last-child {
  margin-right: 0;
}
.header-wrap .header-box2 .header .nav a.active,
.header-wrap .header-box2 .header .nav a:hover {
  color: #1C4BB4;
  border-bottom: 1px solid #1C4BB4;
}
.header-wrap .header-box2 .header .user-center-box {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.header-wrap .header-box2 .header .user-center-box .login-btn {
  width: 80px;
  height: 38px;
  display: block;
  border-radius: 4px;
  border: 1px solid #1C4BB4;
  color: #1C4BB4;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  margin-left: 8px;
}
.header-wrap .header-box2 .header .user-center-box .login-btn:hover {
  background: #1C4BB4;
  color: #fff;
}
.header-wrap .header-box2 .header .user-center-box .user-tx {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #E5E5E5;
  margin-right: 10px;
}
.header-wrap .header-box2 .header .user-center-box .user-info {
  cursor: pointer;
}
.header-wrap .header-box2 .header .user-center-box .user-info .phone-num {
  /*padding-bottom: 2px;*/
  line-height: 24px;
  font-size: 18px;
  color: #222222;
}
.header-wrap .header-box2 .header .user-center-box .user-info .lv {
  color: #626365;
  font-size: 14px;
  text-align: left;
}
.header-wrap .header-box2 .header .user-center-box:hover #user-info-select{
    display: block;
}
.header-wrap .header-box2 .header .user-center-box #user-info-select {
  background: url(/static/index/img/user_info_bg.png) no-repeat left top;
  background-size: 100% 100%;
  box-shadow: none;
  width: 136px;
  height: 104px;
  padding: 22px 8px 10px;
  position: absolute;
  bottom: -100px;
  display: none;
}
.header-wrap .header-box2 .header .user-center-box #user-info-select dd {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrap .header-box2 .header .user-center-box #user-info-select dd:nth-child(1){
    border-bottom: 1px solid #DADCE0;
}
.header-wrap .header-box2 .header .user-center-box #user-info-select dd:hover{
    background: #F1F1F1;
}
.header-wrap .header-box2 .header .user-center-box #user-info-select dd img {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 8px;
}
.header-wrap .header-box2 .header .user-center-box #user-info-select dd a{
    font-size: 16px;
    color: #333;
}





.block-bg1 {
  width: 100%;
  min-width: 1270px;
  background: #F3FAFB;
  padding: 0px 0 70px;
}
.block-bg1 .feature-box {
  position: relative;
  z-index: 2;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: -100px auto 0;
}
.block-bg1 .feature-box .feature-item {
  padding: 48px 40px 40px;
  width: 380px;
  height: 190px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  transition: .4s;
}
.block-bg1 .feature-box .feature-item:hover{
  transform: translateY(-10px);
}
.block-bg1 .feature-box .feature-item .item-img {
  position: absolute;
  right: 40px;
  top: 0;
  display: block;
}
.block-bg1 .feature-box .feature-item .item-img.img1 {
  width: 126px;
  height: 140px;
  margin-top: -70px;
}
.block-bg1 .feature-box .feature-item .item-img.img2 {
  width: 119px;
  height: 133px;
  margin-top: -66px;
}
.block-bg1 .feature-box .feature-item .item-img.img3 {
  width: 152px;
  height: 120px;
  margin-top: -60px;
}
.block-bg1 .feature-box .feature-item h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.block-bg1 .feature-box .feature-item .info {
  width: 300px;
  height: 62px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.block-bg1 .title {
  font-size: 24px;
  text-align: center;
  padding: 80px 0 20px;
}
.block-bg1 .title-tips {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-bottom: 70px;
}
.block-bg1 .feature-create-box {
  display: flex;
  width: 1200px;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
.block-bg1 .feature-create-box .feature-create-item {
  display: flex;
  cursor: pointer;
}

.block-bg1 .feature-create-box .feature-create-item:hover .feature-create-info {
  display: block;
  padding: 45px 50px;
  width: 570px;
}
.block-bg1 .feature-create-box .feature-create-item .feature-create-img {
  display: block;
  width: 210px;
  height: 100%;
}
.block-bg1 .feature-create-box .feature-create-item .feature-create-info {
  width: 0px;
  height: 100%;
  overflow: hidden;
  padding: 0;
  background: #fff;
  position: relative;
  transition: .7s;
}
.block-bg1 .feature-create-box .feature-create-item .feature-create-info.create-info1{
    display: block;
    padding: 45px 50px;
    width: 570px;
}
.block-bg1 .feature-create-box .feature-create-item .feature-create-info .creat-title {
  min-width: 470px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 24px;
}
.block-bg1 .feature-create-box .feature-create-item .feature-create-info .info {
    min-width: 470px;
  display: flex;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 18px;
  padding-bottom: 20px;
}
.block-bg1 .feature-create-box .feature-create-item .feature-create-info .info::before {
  content: '';
  line-height: 18px;
  display: inline-block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  background: #00a1b4;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 6px;
}
.block-bg1 .feature-create-box .feature-create-item .feature-create-info .go-create {
  min-width: 90px;
  color: #0078ff;
  font-size: 18px;
  position: absolute;
  bottom: 40px;
}
.container{
    overflow: hidden;
    width: 100%;
    min-width: 1270px;
    
}
.content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 130px;
}
.content .title {
  font-size: 24px;
  text-align: center;
  padding: 80px 0 20px;
}
.content .title-tips {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-bottom: 70px;
}
.content .core-feature-box {
  display: flex;
  flex-wrap: wrap;
}
.content .core-feature-box .core-feature-item {
  width: 240px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content .core-feature-box .core-feature-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.content .core-feature-box .core-feature-item:hover .info {
  display: block;
}
.content .core-feature-box .core-feature-item .item-img {
  width: 60px;
  height: 60px;
}
.content .core-feature-box .core-feature-item .name {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  margin-top: 20px;
}
.content .core-feature-box .core-feature-item .info {
  display: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 18px;
  margin-top: 20px;
  max-width: 60%;
  text-align: center;
}
.content .case-nav {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  /*overflow-x: scroll;*/
  border-bottom: 1px solid #eee;
}
.content .case-nav .case-nav-item {
  width: 96px;
  height: 46px;
  color: #666666;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}
.content .case-nav .case-nav-item.active,
.content .case-nav .case-nav-item:hover {
  border-bottom: 2px solid #5182F0;
  color: #5182F0;
}
.content .case-list {
  display: none;
}
.content .case-list.active {
  display: flex;
}
.content .case-list .case-item {
  width: 240px;
  height: 520px;
  margin-right: 40px;
}
.content .case-list .case-item:nth-child(3n) {
  margin-right: 0;
}
.content .case-list .case-item .case-item-img {
  display: block;
  width: 100%;
  height: 100%;
}
.content .phone-qrcode-box {
  width: 563px;
  height: 624px;
  position: absolute;
  right: -220px;
  bottom: 0;
}
.content .phone-qrcode-box .phone-qrcode-bg {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.content .phone-qrcode-box .phone-bg {
  width: 204px;
  border-radius: 10px;
  position: absolute;
  z-index: 0;
  left: 54px;
  top: 12px;
}
.content .phone-qrcode-box .qrcode-box {
  position: absolute;
  z-index: 2;
  left: 93px;
  top: 140px;
  width: 130px;
  height: 154px;
  background: #fff;
  border-radius: 4px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .phone-qrcode-box .qrcode-box .qrcode {
  width: 120px;
  height: 120px;
  display: block;
}
.content .phone-qrcode-box .qrcode-box p {
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.block-bg2 {
  width: 100%;
  min-width: 1270px;

  background-size: 100% 100%;
}
.block-bg2 .block2-box {
  width: 1200px;
  margin: 0 auto;
}
.block-bg2 .block2-box .title {
  font-size: 24px;
  text-align: center;
  color: #fff;
  padding: 80px 0 20px;
}
.block-bg2 .block2-box .title-tips {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-bottom: 70px;
}
.block-bg2 .block2-box .why-list {
  padding-bottom: 199px;
  display: flex;
  justify-content: space-between;
}
.block-bg2 .block2-box .why-list .why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.block-bg2 .block2-box .why-list .why-item .info-box.box1{
    display: block;
}
.block-bg2 .block2-box .why-list .why-item .img-off,
.block-bg2 .block2-box .why-list .why-item .img-on {
  width: 84px;
  height: 84px;
  display: block;
  margin-bottom: 9px;
}
.block-bg2 .block2-box .why-list .why-item .img-on {
  display: none;
}
.block-bg2 .block2-box .why-list .why-item .img-on.block {
  display: block;
}
.block-bg2 .block2-box .why-list .why-item .img-off.hide {
  display: none;
}
.block-bg2 .block2-box .why-list .why-item .why-item-name {
  font-size: 16px;
  color: #fff;
}
.block-bg2 .block2-box .why-list .why-item .info-box {
  display: none;
  position: absolute;
  bottom: -120px;
  width: 1200px;
  height: 108px;
  background-size: 100% 100%;
  padding: 26px 30px;
}
.block-bg2 .block2-box .why-list .why-item .info-box.box1 {
  background: url(/static/index/img/indeximg/why1_bg.png) no-repeat left top;
  left: 0;
}
.block-bg2 .block2-box .why-list .why-item .info-box.box2 {
  background: url(/static/index/img/indeximg/why2_bg.png) no-repeat left top;
  left: -276px;
}
.block-bg2 .block2-box .why-list .why-item .info-box.box3 {
  background: url(/static/index/img/indeximg/why3_bg.png) no-repeat left top;
  left: -552px;
}
.block-bg2 .block2-box .why-list .why-item .info-box.box4 {
  background: url(/static/index/img/indeximg/why4_bg.png) no-repeat left top;
  left: -828px;
}
.block-bg2 .block2-box .why-list .why-item .info-box.box5 {
  background: url(/static/index/img/indeximg/why5_bg.png) no-repeat left top;
  left: -1104px;
}
.block-bg2 .block2-box .why-list .why-item .info-box .info-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}
.block-bg2 .block2-box .why-list .why-item .info-box .info-list li {
  font-size: 16px;
  color: #fff;
  width: 50%;
  list-style: disc;
  margin-bottom: 20px;
}
.block-bg3 {
  width: 100%;
 
  background-size: 100% 100%;
  padding: 52px 0 56px;
  min-width: 1270px;
}
.block-bg3 .title-tips {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.block-bg3 .create-btn {
  width: 200px;
  height: 54px;
  background: #0170ec;
  display: block;
  line-height: 54px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  border-radius: 10px;
  cursor: pointer;
}
#footer {
  min-width: 1270px;
  width: 100%;
  background: #1F2940;
}
#footer .footer-box {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 45px;
  display: flex;
  justify-content: space-between;
}
#footer .footer-box .footer-left .logo {
  width: 207px;
  height: 50px;
  display: block;
  margin-bottom: 14px;
}
#footer .footer-box .footer-left p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
#footer .footer-box .footer-left .mb {
  margin-bottom: 10px;
}
#footer .footer-box .footer-center .logo-box{
    margin-bottom: 17px;
}
#footer .footer-box .footer-center .logo-box img {
  height: 44px;
  width: auto;
}
#footer .footer-box .footer-center .logo-box img:nth-child(1) {
  margin-right: 32px;
}
#footer .footer-box .footer-center .record {
  /*margin-top: 30px;*/
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-align: center;
}
#footer .footer-box .footer-right {
  display: flex;
}
#footer .footer-box .footer-right img {
  display: block;
  width: 96px;
  height: 96px;
  margin-right: 14px;
}
#footer .footer-box .footer-right .contact-way {
  margin-left: 30px;
}
#footer .footer-box .footer-right .contact-way p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.contact-us {
    width: 60px;
    height: 130px;
    position: fixed;
    right: 34px;
    top: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99999;
  }

  .contact-us .img-box {
    width: 100%;
    position: relative;
    height: 60px;
  }

  .contact-us .box1:hover,
  .contact-us .box2:hover {
    /*opacity: .8;*/
  }

  .contact-us .box1:hover .wx-bgbox {
    display: flex;
    justify-content: space-between;
  }

  .contact-us .box2:hover .phone-bgbox {
    display: block;
  }

  .contact-us .img-box .wx-bgbox {
    display: none;
    padding: 26px 27px 22px;
    box-sizing: border-box;
    width: 324px;
    height: 216px;
    background: url(/static/index/img/wx_bg.png) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    left: -320px;
    top: -85px;
  }

  .contact-us .img-box .wx-bgbox .wx {
    width: 130px;
    height: 130px;
  }

  .contact-us .img-box .wx-bgbox .wx img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .contact-us .img-box .wx-bgbox .name {
    text-align: center;
    color: #5282F0;
    font-size: 16px;
  }

  .contact-us .img-box .wx-bgbox .time {
    text-align: center;
    color: #676767;
    font-size: 14px;
  }

  .contact-us .img-box .phone-bgbox {
    display: none;
    padding: 20px 30px 19px 23px;
    box-sizing: border-box;
    width: 204px;
    height: 106px;
    background: url(/static/index/img/phone_bg.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    left: -204px;
    top: -20px;
  }

  .phone-bgbox .title {
    font-size: 16px;
    color: #3A3A3A;
    padding-bottom: 10px;
  }

  .phone-bgbox .phone-num {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
  }

  .phone-bgbox .phone-num a {
    font-size: 14px;
    color: #5182F0;
  }

  .contact-us .img-box img {
    width: 100%;
    height: 100%;
  }
