*,
html,
body {
  margin                 : 0px;
  padding                : 0px;
  -webkit-box-sizing     : border-box;
  -moz-box-sizing        : border-box;
  box-sizing             : border-box;
  font-family            : Microsoft Yahei, 'Avenir', Helvetica, Arial, sans-serif, PingFangSC-Regular, PingFang SC;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* scroll-behavior     : smooth; */
}

html,
body {
  width           : 100%;
  min-width       : 1200px;
  overflow        : auto;
}

ul,
li {
  list-style: none;
}

/*去掉a链接的默认样式*/
a {
  color          : #419EFF;
  text-decoration: none;
}


.float_left, .fl {float: left;}
.float_right {float: right;}
.clearfix:after, .clearfix:before {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
/*滚动条样式*/
::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 30px;
  border-radius        : 30px;
  background           : rgba(0, 0, 0, .5);
}

::-webkit-scrollbar {
  width : 6px;
  height: 10px;
}

header {
  width             : 100%;
  min-width         : 1200px;
  height:auto;
  position          : fixed;
  z-index           : 10000;
  height            : 64px;
  line-height       : 64px;
  padding           : 0 45px;
  background:rgba(0,0,0,0.85);
  color:#0B4A8E;
}

.headerLeft a{
  display: inline-block;
  height: 64px;
  width: 148px;
  position: relative;
}
.headerLeft .img1, .headerLeft .img2 {
  width: 148px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
}
.headerLeft .img2 {
  width: 222px;
}
.headerLeft .line{
  display: inline-block;
  width:1px;
  height:42px;
  background:rgba(255,255,255,0.3);
  vertical-align: top;
  margin: 11px 18px;
}
/***滚动的时候出现***/
.nav.is-active {
  background        : #fff;
  color             : #1890FF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(10, 21, 70, 0.2);
  -moz-box-shadow   : 0px 2px 4px 0px rgba(10, 21, 70, 0.2);
  box-shadow        : 0px 2px 4px 0px rgba(10, 21, 70, 0.2);
}

.nav.is-active a {
  color: #303133;
}

.nav.is-active .icon {
  background             : url('/static/1d/images/ic_phone_hover.png') 100% 100% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
}

.headerRight {
  float: right;
  width: 65%;
  text-align: right;
}
.headerRight ul {
  height: 64px;
}
.headerRight ul li {
  position   : relative;
  display    : inline-block;
  margin-left: 32px;
  cursor     : pointer;
  vertical-align: top;
}
@media screen and (max-width: 1425px) {
  .headerRight ul {
    margin-left: 40px;
  }
  .headerRight ul li, .headerRight ul li:nth-child(5) {
    margin-left: 16px !important;
  }
}
@media screen and (max-width: 1360px) {
  .headerRight ul {
    margin-left: 10px;
  }
  .headerRight ul li, .headerRight ul li:nth-child(5) {
    margin-left: 16px !important;
  }
}
@media screen and (max-width: 1360px) {
  header {
    padding-right: 2px;
  }
  .headerRight ul li a#registerBtn, .headerRight ul li a#loginBtn {
    width: 100px !important;
  }
}

.headerRight ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.nav .headerRight ul li:hover a {
  color: #1890FF;
}
.nav .headerRight ul li:last-child {
  margin-left: 22px;
}
.headerRight ul li a#registerBtn, .headerRight ul li a#loginBtn {
  display: inline-block;
  width:120px;
  height:42px;
  line-height: 38px;
  border-radius:2px;
  border:2px solid rgba(0,122,255,1);
  text-align: center;
  outline: none;
  background: none;
  color: #007AFF !important;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 11px;
}
.headerRight ul li:nth-child(5) {
  margin-left: 48px;
}
.headerRight #registerBtn:hover, .headerRight #loginBtn:hover {
  background: rgba(0,122,255,1);
  color: #fff !important;
}

.banner_con{
  width:100%;
  height: 100vh;
  background: url("../image/banner_bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.banner_content {
  width: 1040px;
  height: 693px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -520px;
  margin-top: -310px;
  padding-left: 10px;
  z-index: 3;
}
.banner_con .phone_box {
  width: 382px;
  height: 100%;
  position: relative;
  float: left;
}
.banner_con .phone_box img{
  position: absolute;
  width: 382px;
  height: 693px;
  z-index: 2;
}
.banner_con .phone_box .video {
  width: 259px;
  height: 565px;
  position: absolute;
  top: 45px;
  left: 60px;
  overflow: hidden;
}
.banner_con .character-box {
  float: left;
  margin-left: 26px;
  padding-top: 98px;
}
.banner_con .character_bg {
  width: 1102px;
  height: 328px;
  background: url("../image/pic_words_bg.png")no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -543px;
  margin-top: -164px;
}
.banner_con .character-box .title_bg {
  width: 236px;
  height: 40px;
  background: url("/static/1d/images/banner_pic_mwjt.png")no-repeat;
  background-size: cover;
}
.banner_con .character-box .character-content {
  width: 528px;
  height: 258px;
  background: url("../image/pic_words.png")no-repeat;
  background-size: cover;
  margin-top: 48px;
}
.banner_con .character-box .subtitle {
  font-size:32px;
  color:rgba(255,255,255,1);
  margin-top: 64px;
  line-height: 1;
}
.banner_con .character-box .title {
  font-size:48px;
  font-weight:bold;
  color:rgba(255,255,255,1);
  margin-top: 18px;
  line-height: 1;
}
.banner_con .character-box .desc{
  width:620px;
  font-size:18px;
  color:rgba(255,255,255,0.75);
  margin-top: 18px;
  line-height:28px;
}
.banner_con .character-box .benefit_box {
  margin-top: 95px;
}
.benefit_box li {
  position: relative;
  height: 48px;
  margin-bottom: 8px;
}
.benefit_box li span {
  display: inline-block;
  position: absolute;
}
.benefit_box li span.icon {
  bottom: 8px;
  left: 0;
  width: 16px;
  height: 32px;
  background: url("../image/pic_sjx.png")no-repeat;
  background-size: cover;
}
.benefit_box li span.icon_style1 {
  width: 170px;
  background: url("../image/pic_sbx1.png")no-repeat;
  background-size: cover;
}
.benefit_box li span.icon_style2 {
  width: 250px;
  background: url("../image/pic_sbx2.png")no-repeat;
  background-size: cover;
}
.benefit_box li span.icon_style3 {
  width: 218px;
  background: url("../image/pic_sbx4.png")no-repeat;
  background-size: cover;
}
.benefit_box li span.charac {
  height: 48px;
  left: 4px;
  top: 0;
  text-align: center;
  line-height: 48px;
  color: #007AFF;
  font-weight: 600;
  font-size: 18px;
}

.banner1 {
  width: 100%;
  height: 100vh;
  background: url("../image/pic_banner_zm_bg.jpg")no-repeat;
  background-size: cover;
}
.banner1 .banner1_cont {
  width: 630px;
  height: 302px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -151px;
  margin-left: -315px;
  background: url("../image/pic_banner_zm_words.png")no-repeat;
  background-size: cover;
}
.banner1 .banner1_cont #cooperateBtn {
  width: 178px;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 224px;
  cursor: pointer;
}
.banner2 {
  width: 100%;
  height: 100vh;
  background: url("../image/bg_1.jpg")no-repeat;
  background-size: cover;
}
.banner2 .banner2_cont {
  width: 1125px;
  height: 545px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -277.5px;
  margin-left: -562.5px;
  display: flex;
  justify-content: space-between;
}
.banner2_cont .con_left {
  width: 496px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.banner2_cont .con_left div {
  width: 496px;
}
.banner2_cont .con_left img {
  width: 248px;
  height: 467px;
}
.banner2_cont .con_left .con_icon {
  width: 128px;
  height: 32px;
  line-height: 32px;
  font-size:16px;
  font-weight:600;
  color:rgba(228,230,237,1);
  text-align: center;
  background: url("../image/pic_bq.png")no-repeat;
  background-size: cover;
  margin: 10px auto;
}
.banner2_cont .con_right {
  width: 584px;
  height: 426px;
  background: url("../image/pic_blue_line.png")no-repeat;
  background-size: cover;
  margin-top: 25px;
}
.con_right .title {
  font-size:48px;
  font-weight:bold;
  color:rgba(0,122,255,1);
  margin-top: 75px;
  margin-left: 54px;
  margin-bottom: 38px;
}
.con_right .benefit1 .subtitle, .con_right .benefit2 .subtitle {
  width: 400px;
  height: 48px;
  line-height: 60px;
  padding-left: 48px;
  font-size:20px;
  color: #fff;
  background: url("../image/pic_blue_m.png")no-repeat;
  background-size: cover;
  margin-left: 6px;
}
.con_right .benefit1 .benef_box, .con_right .benefit2 .benef_box {
  width: 464px;
  height: 48px;
  line-height:24px;
  margin-left: 54px;
  margin-top: 16px;
  position: relative;
  padding-left: 64px;
  color:rgba(255,255,255,0.75);
  font-size: 16px;
}
.con_right .benefit2 .benef_box {
  line-height: 48px;
}
.con_right .benefit1 .benef_box img, .con_right .benefit2 .benef_box img{
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
}
.con_right .benefit2 {
  margin-top: 32px;
}

.section1 {
  width: 100%;
  height: 768px;
  background: #1D64FE;
}
.section1 .section1_cont {
  width: 1090px;
  height: 100%;
  margin: 0 auto;
  padding-top: 100px;
}
.section1 .section1_cont .title {
  text-align: center;
  font-size:48px;
  color:#fff;
  font-weight: bold;
}
.section1 .section1_cont .detail_cont {
  width: 100%;
  height: 420px;
  margin-top: 80px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.section1 .section1_cont .detail_cont .cont {
  width: 352px;
  height: 420px;
  position: relative;
}
.section1_cont .detail_cont .cont .level1 {
  width: 352px;
  height: 420px;
  padding-top: 120px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all linear .1s;
}
.section1_cont .detail_cont .cont1 .level1 {
  background: url("../image/pic_1.png")no-repeat;
  background-size: cover;
}
.section1_cont .detail_cont .cont2 .level1 {
  background: url("../image/pic_2.png")no-repeat;
  background-size: cover;
}
.section1_cont .detail_cont .cont3 .level1 {
  background: url("../image/pic_3.png")no-repeat;
  background-size: cover;
}
.section1_cont .detail_cont .subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.section1_cont .detail_cont .title {
  font-size: 40px;
  font-weight: 600;
  color: #F7B500;
  margin-top: 8px;
}
.section1_cont .detail_cont .introduct {
  position: absolute;
  width: 272px;
  height: 48px;
  bottom: 62px;
  text-align: center;
  left: 50%;
  margin-left: -136px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
}
.section1_cont .detail_cont .level2 {
  width: 352px;
  height: 420px;
  background: rgba(1, 2, 4, .5);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40px;
  padding-left: 24px;
  opacity: 0;
  transition: all linear .4s;
}
.section1_cont .detail_cont .level2::before {
  display: block;
  content: "";
  clear: both;
}
.section1_cont .detail_cont .level2 .title {
  font-size: 24px;
  font-weight: 600;
  color: #F7B500;
  text-align: left;
}
.detail_cont .level2 ul {
  margin-top: 32px;
}
.detail_cont .level2 li {
  position: relative;
  height: auto;
  padding-left: 64px;
  margin-bottom: 16px;
}
.detail_cont .level2 li p {
  width: 240px;
  font-size: 16px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  min-height: 44px;
}
.detail_cont .cont1 .level2 li:last-child p, .detail_cont .cont3 .level2 li p {
  line-height: 44px;
}
.detail_cont .level2 img {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -22px;
}
.section1_cont .detail_cont .cont:hover .level1 {
  opacity: 0;
}
.section1_cont .detail_cont .cont:hover .level2 {
  opacity: 1;
}
.section2 {
  width: 100%;
  height: 540px;
  background: url("../image/bg_2.png")no-repeat;
  background-size: cover;
}
.section2 .section2_cont {
  width: 1054px;
  height: 100%;
  margin: 0 auto;
  padding-top: 100px;
}
.section2 .title {
  font-size:48px;
  font-weight:600;
  color:rgba(255,255,255,1);
  text-align: center;
}
.section2 .list {
  margin-top: 80px;
  width: 100%;
  height: 198px;
  display: flex;
  justify-content: space-between;
}
.section2 .list li {
  width: 214px;
  height: 198px;
  position: relative;
}
.section2 .list li div {
  position: absolute;
}
.section2 .list li .list_title {
  width: 198px;
  height: 198px;
  padding-top: 32px;
  left: 0;
  top: 0;
  text-align: center;
  transition: all .5s;
}
.section2 .list li:hover .list_title {
  opacity: 0;
} 
.section2 .list li:hover .list_desc {
  opacity: 1;
}
.list_title img{
  width: 80px;
  height: 80px;
}
.list_title p {
  font-size:24px;
  color:rgba(255,255,255,1);
  margin: 16px auto;
}
.section2 .list li .list_desc {
  width: 198px;
  height: 198px;
  line-height:24px;
  background: rgba(1, 2, 4, 0.5);;
  border-radius:4px;
  font-size:16px;
  color: #fff;
  text-align: left;
  padding: 48px 24px 24px;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all .5s;
}
.section2 .list li .line {
  width: 16px;
  height: 100%;
  padding-top: 56px;
  text-align: center;
  left: 198px;
}
.section2 .list li .line span {
  display: inline-block;
  width: 2px;
  height: 32px;
  background:rgba(255,255,255,0.3);
}

.section3 {
  width: 100%;
  height: 768px;
  background:rgba(250,250,250,1);
}
.section3 .section3_cont {
  width: 1076px;
  height: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
.section3 .section3_cont .title {
  text-align: center;
  font-size:48px;
  color:rgba(0,0,0,0.75);
}
.section3 .section3_cont .subtitle {
  text-align: center;
  font-size:18px;
  color:rgba(0,0,0,0.75);
  margin-top: 24px;
}
.section3 .section3_cont .detail {
  margin-top: 48px;
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: space-between;
}
.section3_cont .detail .detail_lf {
  width: 640px;
  height: 420px;
  background: url("../image/pic_1.jpg")no-repeat;
  background-size: cover;
  padding-top: 32px;
  padding-left: 24px;
}
.section3_cont .detail .detail_rt {
  width: 420px;
  height: 420px;
}
.section3_cont .detail .detail_rt .rt1 {
  width: 420px;
  height: 202px;
  margin-bottom: 16px;
  background: url("../image/pic_3.jpg")no-repeat;
  background-size: cover;
  padding-top: 32px;
  padding-left: 24px;
}
.section3_cont .detail .detail_rt .rt2 {
  width: 420px;
  height: 202px;
  background: url("../image/pic_2.jpg")no-repeat;
  background-size: cover;
  padding-top: 32px;
  padding-left: 24px;
}
.section3_cont .detail .detail_lf .lf_title, .section3_cont .detail .rt1 .rt1_title, .section3_cont .detail .rt2 .rt2_title {
  font-size:24px;
  font-weight:600;
  color:rgba(255,255,255,1);
  padding-bottom: 16px;
}
.section3_cont .detail .detail_lf li {
  width: 344px;
  font-size:16px;
  font-weight:400;
  color:rgba(255,255,255,0.85);
  position: relative;
  padding-left: 16px;
}
.detail .detail_lf li span {
  width:8px;
  height:8px;
  background:rgba(255,255,255,0.85);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.detail .detail_lf li:nth-child(2) {
  margin-top: 4px;
  line-height:24px;
}
.detail .detail_lf li:nth-child(2) span {
  margin-top: -17px;
}
.detail .detail_rt li {
  display: flex;
  justify-content: space-between;
  width: 274px;
  font-size:16px;
  font-weight:400;
  color:rgba(255,255,255,0.85);
  margin-bottom: 6px;
}
.detail .detail_rt li p {
  position: relative;
  padding-left: 24px;
}
.detail .detail_rt li p span {
  width:8px;
  height:8px;
  background:rgba(255,255,255,0.85);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.detail .detail_rt .rt2 li p:nth-child(2) {
  width: 104px;
}

.section4 {
  width: 100%;
  height: 540px;
  background:url("../image/bg_3.jpg")no-repeat;
  background-size: cover;
}
.section4 .section4_cont {
  width: 1076px;
  height: 100%;
  margin: 0 auto;
  padding-top: 132px;
}
.section4 .section4_cont .title {
  font-size:48px;
  font-weight:600;
  color:#F7B500;
}
.section4 .section4_cont .subtitle {
  font-size:32px;
  color:rgba(255,255,255,1);
  margin-top: 8px;
}
.section4 .section4_cont .desc {
  margin-top: 60px;
}
.section4 .section4_cont .desc p {
  position: relative;
  margin-bottom: 24px;
}
.section4 .section4_cont .desc p img {
  width: 16px;
  height: 32px;
  vertical-align: baseline;
}
.section4 .section4_cont .desc span {
  position: absolute;
  width: 372px;
  height: 32px;
  line-height: 32px;
  background: url("../image/pic_w_bg1.png")no-repeat;
  background-size: cover;
  padding-left: 32px;
  font-size:16px;
  color:rgba(255,255,255,1);
  left: 20px;
}

.section5 {
  width: 100%;
  height: 540px;
  background:url("../image/bg_4.png")no-repeat;
  background-size: cover;
}
.section5 .section5_cont {
  width: 1112px;
  height: 100%;
  margin: 0 auto;
  padding-top: 140px;
  text-align: right;
}
.section5 .section5_cont .title {
  font-size:48px;
  font-weight:600;
  color:rgba(255,255,255,1);
}
.section5 .section5_cont .subtitle {
  font-size:32px;
  color:rgba(255,255,255,1);
  margin-top: 8px;
}
.section5 .section5_cont .desc {
  margin-top: 60px;
}
.section5 .section5_cont .desc p {
  height: 32px;
  line-height: 32px;
  font-size:18px;
  color:rgba(255,255,255,0.5);
  position: relative;
  margin-bottom: 16px;
  padding-right: 144px;
}
.section5_cont .desc p span {
  position: absolute;
  width: 128px;
  height: 32px;
  background: url("../image/pic_w_bg2.png")no-repeat;
  background-size: cover;
  font-size:16px;
  font-weight:600;
  text-align: center;
  line-height: 32px;
  color:#F7B500;
  right: 20px;
}
.section5_cont .desc img {
  width: 16px;
  height: 32px;
  position: absolute;
  right: 0;
}

.section6 {
  width: 100%;
  height: 768px;
  background:#FAFAFA;
  position: relative;
}
.section6 .cont1 {
  width: 100%;
  height: 373px;
  padding-top: 48px;
  background: url("../image/bg_5.jpg")no-repeat;
  background-size: cover;
}
.section6 .cont1 .title {
  font-size:48px;
  color:rgba(255,255,255,1);
  text-align: center;
}
.section6 .section6_cont {
  width: 1112px;
  height: 100%;
  position: absolute;
  top: 165px;
  left: 50%;
  margin-left: -579px
}
.section6 .section6_cont .cont_lf {
  padding-top: 68px;
  width: 384px;
}
.section6 .section6_cont .cont_lf .title{
  font-size:48px;
  font-weight:600;
  color:rgba(255,255,255,1);
}
.section6 .section6_cont .cont_lf .subtitle{
  font-size:18px;
  color:rgba(255,255,255,1);
  margin-top: 16px;
}
.section6 .section6_cont .cont_lf .desc {
  width: 100%;
  font-size:16px;
  color:rgba(109,114,120,1);
  line-height:24px;
  margin-top: 80px;
}
.section6 .section6_cont .cont_rt {
  margin-left: 124px;
}
.section6 .section6_cont .cont_rt img {
  width: 303px;
  height: 563px;
}
.section6 .section6_cont .swiper-pagination-one {
  width: 288px;
  height: 160px;
  position: absolute;
  right: 0;
  top: 224px;
  z-index: 2;
}
.section6 .section6_cont .swiper-pagination-bullet {
  width: 48px;
  height: 160px;
  outline: none;
  padding-top: 41px;
  padding-right: 10px;
  font-size:18px;
  color:rgba(200,206,220,1);
  font-weight:500;
  letter-spacing: 14px;
  opacity: 1;
}
.section6 .section6_cont .swiper-pagination-bullet {
  border-radius: 0;
  background: none;
  writing-mode:tb-rl;
  position: relative;
}
.section6 .section6_cont .swiper-pagination-bullet a {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 160px;
  background: url("../image/pic_selected@2x.png")no-repeat;
  background-size: cover;
  font-size:24px;
  font-weight:600;
  z-index: -1;
  opacity: 0;
  transition: all .5s;
}
.section6 .section6_cont .swiper-pagination-bullet-active {
  /* background: url("../image/pic_selected@2x.png")no-repeat;
  background-size: cover; */
  font-size:24px;
  font-weight:600;
  color:rgba(0,0,0,0.85);
  transition: all .2s;
}
.section6 .section6_cont .swiper-pagination-bullet-active a {
  opacity: 1;
}
.swiper-container-one .swiper-slide{opacity:0!important;}
.swiper-container-one .swiper-slide-active{opacity:1!important;} 
.section6 .section6_cont .swiper-pagination-bullet:hover {
  font-weight:600;
  color:rgba(0,0,0,0.85);
}

footer {
  width      : 100%;
  height     : 458px;
  color:rgba(255,255,255,0.5);
  background:rgba(37,40,58,1);
  clear: both;
}
.footerWrap {
  width                  : 1200px;
  /* height: 285px; */
  margin                 : 0 auto;
  border-bottom          : 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 80px;
  padding-bottom         : 32px;
  padding-left: 20px;
  box-sizing: border-box;
}
.footerWrap::after {
  content: '';
  display: block;
  clear: both;
}
.footerWrap h6 {
  font-size    : 24px;
  font-weight  : 500;
  color        : #fff;
  margin-bottom: 24px;
}
.footerWrap ul li {
  font-size  : 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin     : 12px 0;
}
.footerWrap ul li a {
  color: #3E6AFD;
}
.footLeft {
  width: 96px;
}
.footCenter {
  margin-left: 80px;
}

.footLeft ul li {
  cursor: pointer;
}
.footLeft ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.footRight {
  margin-top: 37px;
  font-size: 14px;
  color: #fff;
}
.footRight img {
  width: 136px;
  height: 136px;
  margin-bottom: 8px;
}
.beianText {
  font-size : 14px;
  margin-top    : 24px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

.beianImg {
  text-align: center;
}

.beianImg img {
  width         : 50px;
  margin-right  : 20px;
  vertical-align: top;
}

.beianImg img:last-child {
  width: 40px;
}

/* 百度商桥UI修改 */
#newBridge.newStyle .nb-icon-skin-0 .nb-icon-inner-wrap {
  background:rgba(0,0,0,0.75);
  border-radius:4px;
}
#newBridge.newStyle .nb-nodeboard-base,#newBridge.newStyle .nb-icon-base  {
  border-radius: 4px;
}
#newBridge.newStyle .nb-icon-skin-0 .nb-icon-inner-wrap .nb-icon-bridge-base {
	width: 48px;
	height: 48px;
	background: url("../image/ic_zxzx@2x.png")no-repeat;
	background-size: cover;
	position: relative;
	color: #fff;
}
#newBridge.newStyle .nb-icon-skin-0 .nb-icon-inner-wrap::before {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  background: rgb(0, 174, 243);
}
#newBridge.newStyle .nb-icon-skin-0 .nb-icon-inner-wrap:after {
	content: "在线咨询";
	color: #fff;
	font-size: 14px;
	display: inline-block;
  position: relative;
  left: 60px;
  top: -10px;
}
#newBridge.newStyle  .nb-icon-skin-0 .nb-icon-bridge0{
  margin-left: -64px;
  margin-top: -24px;
}
#newBridge.newStyle .icon-right-center{
  top: auto;
  bottom: 104px;
  right: 48px;
}
.contact_us {
  width: 128px;
  height: 48px;
  position: fixed;
  bottom: 48px;
  right: 48px;
  background:rgba(0,0,0,0.75);
  color: #fff;
  font-size: 14px;
  border-radius: 8px 4px 4px 8px;
  padding-left: 60px;
  padding-top: 14px;
  cursor: pointer;
  z-index: 999;
}
.contact_us span {
  position: absolute;
  width: 48px;
	height: 48px;
	background: url("../image/ic_lxsw.png")no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.videoBox {
  width: 100%;
  height: 768px;
  background: url("../image/pic_5g.jpg")no-repeat;
  background-size: cover;
}
.videoBox .video_cont {
  width: 820px;
  height: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
.videoBox .video_cont .title {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.videoBox .video_cont .subtitle {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 16px;
  text-align: center;
}
.videoBox .video_cont .playVideo {
  width: 768px;
  height: 432px;
  margin: 0 auto;
  margin-top: 32px;
  position: relative;
}
.playVideo .bg_box {
  width: 768px;
  height: 432px;
  position: absolute;
  top: 0;
  z-index: 999;
  background: url("../image/bgcover.png")no-repeat;
  background-size: cover;
}
.playVideo .BKplayer_box {
  width: 768px;
  height: 432px;
  position: absolute;
  top: 0;
}
.playVideo .bg_box img {
  position: absolute;
}
.playVideo .bg_box .img1 {
  width: 322px;
  height: 322px;
  top: 50%;
  left: 50%;
  margin-top: -161px;
  margin-left: -161px;
  /* -webkit-transform: rotate(-360deg);
  animation: rotation1 4s linear infinite;
  -moz-animation: rotation1 4s linear infinite;
  -webkit-animation: rotation1 4s linear infinite;
  -o-animation: rotation1 4s linear infinite; */
}
.playVideo .bg_box .img2 {
  width: 210px;
  height: 210px;
  top: 50%;
  left: 50%;
  margin-top: -105px;
  margin-left: -105px;
  /* -webkit-transform: rotate(360deg);
  animation: rotation2 6s linear infinite;
  -moz-animation: rotation2 6s linear infinite;
  -webkit-animation: rotation2 6s linear infinite;
  -o-animation: rotation2 6s linear infinite; */
}
.playVideo .bg_box .playBtn {
  width: 128px;
  height: 128px;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
  cursor: pointer;
  z-index: 99999;
}
@-webkit-keyframes rotation1{
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(-360deg);}
}
@-webkit-keyframes rotation2{
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}
  
/* 立即体验弹窗的样式 */
.guide_dialog .el-dialog {
  position: absolute;
  left: 50%;
  margin-left: -420px;
  z-index: 1000;
  height: 650px;
  border-radius:12px;
  margin-top: 18vh !important;
}
.guide_dialog .el-dialog__body {
  padding-left: 32px;
  padding-top: 0;
  height: 100%;
}
.guide_dialog .el-dialog__body .left_con {
  position: absolute;
  width: 562px;
  height: 636px;
  bottom: 54px;
  left: 52px;
  background: url("../image/iphone@2x.png")no-repeat;
  background-size: cover;
  z-index: 2;
}
.guide_dialog .el-dialog__body .right_con {
  width: 408px;
  float: left;
  margin-left: 352px;
  margin-top: 159px;
}
.right_con  .content .title {
  font-size: 32px;
  color: #1990FF;
  font-weight: 600;
  }
.right_con  .content .line {
  display: inline-block;
  width:64px;
  height:6px; 
  background: #1990FF;
  margin-top: 4px;
}
.right_con  .content .subtitle {
  margin-top: 12px;
  font-size: 16px;
  color:rgba(0,0,0,.6);
  line-height:24px;
  width: 100%;
  word-break: normal;
}
.right_con  .content .bottom_line {
  display: inline-block;
  width:352px;
  height:1px;
  background:rgba(0,0,0,0.3);
  margin-top: 80px;
}
.right_con .experice {
  font-size: 16px;
  margin-top: 42px;
  color: #E6A23C;
}
.right_con .experice .title {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight:600;
  color:rgba(0,0,0,0.85);
}
.right_con .experice .title span {
  color: #F0940A;
  font-size: 16px;
  font-weight: 600;
}
.right_con .experice .subtitle {
  font-weight:600;
  color:rgba(240,148,10,1);
  margin-bottom: 2px;
  font-size: 14px;
  margin-top: 6px;
}
.right_con .experice .mobile, .right_con .experice .tel {
  font-size: 14px;
  position: relative;
  font-weight: 600;
  color:rgba(38,38,38,1);
  line-height:20px;
  
}
.right_con .experice .mobile span, .right_con .experice .tel span {
  margin-right: 24px;
}
.right_con .tips {
  position: relative;
  width:408px;
  height:65px;
  background:rgba(230,162,60,.2);
  border-radius:5px;
  color: rgba(0,0,0,.6);
  padding-left: 40px;
  padding-top: 13px;
  margin-top: 16px;
}
.right_con .tips .icon {
  position: absolute;
  left: 9px;
  top: 14px;
  width: 24px;
  height: 24px;
  background: url("../image/ydy_ic_yellow@2x.png")no-repeat;
  background-size: cover;
}
.right_con .tips p{
  font-size: 14px;
  line-height:20px;
}
.guide_dialog .el-dialog__header {
  padding-bottom: 0px;
}
.guide_dialog .el-dialog__headerbtn {
  width: 16px;
  height: 18px;
  top: 18px;
  right: 18px;
}
.video {
  position:absolute;
  width:243px;
  height:515px;
  top:48px;
  left:64px;
  overflow:hidden
}
.swiper-container-two .swiper-pagination-two{
  position: absolute;
  z-index: 999;
  width: 195px;
  margin: 0 auto;
  bottom: 64px;
  left: 50%;
  margin-left: -65px;
  text-align: center;
}
.swiper-pagination-two .swiper-pagination-bullet {
  width: 52px;
  height: 8px;
  background: url("../image/pic_lb_white@2x.png")no-repeat;
  background-size: cover;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
}
.swiper-pagination-two .swiper-pagination-bullet:first-child,.swiper-pagination-two .swiper-pagination-bullet:second-child {
  margin-right: 12px !important;
  margin-left: 0 !important;
}
.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url("../image/pic_lb_yellow@2x.png")no-repeat;
  background-size: cover;
}
body {
  padding-right: 0 !important;
}