﻿html,
body {
  position: relative;
  height: 100%;
  font-family: '微软雅黑';
}

.phone {
  display: none;
}

body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  background: #fff;
}

.banner_1 {
  background: url(../image/wallpaper1_1.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner_2 {
  background: url(../image/wallpaper1_2.jpg) no-repeat;
  background-size: cover;
}

.banner_3 {
  background: url(../image/wallpaper1_3.jpg) no-repeat;
  background-size: cover;
}

.banner_1 .box {
  width: 420px;
  height: 235px;
  display: flex;
}

.banner_1 .box .Seven {
  width: 158px;
  height: 231px;
  background: url(../image/words.png) no-repeat top right;
}

.banner_1 .box .content {
  flex: 1;
}

.banner_1 .box .content p {
  font-size: 36px;
  color: #fff;
  text-align: left;
}

.banner_1 .box .content i {
  margin-bottom: 5px;
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #008FFF;
  text-align: left;
  padding-left: 30px;
  border-bottom: 2px solid #008FFF;
}

.banner_1 .box .content span {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  color: #fafafa;
  margin: 10px 0 0 25px;
}

.banner_1 .line {
  width: 604px;
  height: 410px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -205px;
  margin-left: -302px;
  border: 2px dashed #fafafa;
}

.banner_1 .shade {
  position: absolute;
  top: 80px;
  width: 100%;
  height: 100%;
  background: url(../image/swiper_nth1_shade.png) no-repeat center center;
}

.swiper-pagination-v {
  position: absolute;
  z-index: 999;
  bottom: 190px !important;
}

.swiper-pagination-v .swiper-pagination-bullet {
  border-radius: 0;
  width: 45px;
  background-color: #fff;
  opacity: 1;
  height: 4px;
  transition: 0.3s;
}

.swiper-pagination-v .swiper-pagination-bullet-active {
  background-color: #008FFF;
}

.slide_1 {
  position: relative;
}

.slide_1 .movedownbox {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  z-index: 9999;
}

.slide_1 .movedownbox a.movedown {
  display: block;
  margin: 0 auto;
  width: 47px;
  height: 47px;
  background: url(../image/icons.png) no-repeat 0 -60px;
  cursor: pointer;
}

.slide_1 .movedownbox a.movedown:hover {
  background: url(../image/icons.png) no-repeat 0 -112px;
}

.banner_2 .left {
  background-color: rgba(11, 21, 26, 0.75);
  width: 50%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.banner_2 .left .box {
  padding-right: 50px;
}

.banner_2 .left .box p {
  font-size: 30px;
  color: #fff;
}

.banner_2 .left .box i {
  display: block;
  color: #008FFF;
  font-size: 30px;
  text-align: center;
  border-bottom: 2px solid #008FFF;
  margin: 50px 0;
  font-style: normal;
  padding-bottom: 20px;
}

.banner_2 .left .box span {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}


.banner_3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_3 .box p {
  font-size: 30px;
  color: #fff;
}

.banner_3 .box i {
  display: block;
  color: #008FFF;
  font-size: 30px;
  text-align: center;
  border-bottom: 2px solid #008FFF;
  margin: 50px 0;
  font-style: normal;
  padding-bottom: 20px;
  font-weight: bold;
}

.banner_3 .box span {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}


.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  height: 90px;
  display: flex;
  width: 100%;
}

.header .left {
  width: 30%;
}

.header .left img {
  margin-left: 20px;
  margin-top: 30px;
}

.header .right {
  width: 30%;
  position: relative;
  margin-top: 20px;
}

.header .right u {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/icons.png) no-repeat;
  position: absolute;
  top: 20px;
  right: 180px;
}

.header .right div {
  float: right;
  color: #008fff;
  font-family: Arial;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
  margin-right: 10px;
  margin-top: 10px;
}


.nav {
  display: inline-block;
  display: flex;
  flex: 1;
  color: #fff;
  position: relative;
}

.nav .item {
  flex: 1;
  line-height: 90px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.nav .item_this {
  color: #008FFF;
}

.nav .line {
  width: calc(100% / 7);
  height: 4px;
  background-color: #008FFF;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}

.nav .item:hover {
  color: #008FFF;
}


.slide_2 {
  background: url(../image/wallpaper2.jpg) no-repeat;
  background-size: cover;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide_2 .box .caption {
  width: 100%;
  text-align: center;
}

.slide_2 .box .caption i {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 214px;
  height: 35px;
  background: url(../image/words.png) no-repeat -32px -292px;
}

.slide_2 .box .caption span {
  font-size: 24px;
  letter-spacing: 3px;
}

.slide_2 .box ul {
  width: 918px;
  list-style: none;
}

.slide_2 .box ul.items {
  margin: 0 auto;
  margin-top: 60px;
}

.slide_2 .box ul.items li {
  width: 200px;
  height: 300px;
  margin: 0 8px;
  background: url(../image/bg_green.png) no-repeat 0 400px;
  overflow: hidden;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.slide_2 .box ul.items li strong {
  display: block;
  margin-top: 70px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.slide_2 .box ul.items li p {
  position: relative;
  top: 200px;
  color: White;
  font-family: 'Microsoft YaHei', "微软雅黑", Arial;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.slide_2 .box ul.items li:hover p {
  transition: all .2s ease-in-out 0.5s;
  top: 0;
}

.slide_2 .box ul.items li u.cl {
  clip: rect(0px, 156px, 156px, 78px);
}

.slide_2.active .box ul.items li u.cr {
  clip: rect(0px, 78px, 156px, 0px);
}

.slide_2 .box ul.items li.pc>u {
  display: block;
  position: absolute;
  width: 156px;
  height: 156px;
  margin-left: 22px;
  background: url(../image/words.png) no-repeat -172px -945px;
  transition: all .5s ease-in-out 0s;
}

.slide_2 .box ul.items li.mobi>u {
  display: block;
  position: absolute;
  width: 156px;
  height: 156px;
  margin-left: 22px;
  background: url(../image/words.png) no-repeat 0 -945px;
  transition: all .5s ease-in-out 0s;
}

.slide_2 .box ul.items li.sys>u {
  display: block;
  position: absolute;
  width: 156px;
  height: 156px;
  margin-left: 22px;
  background: url(../image/words.png) no-repeat 0 -1113px;
  transition: all .5s ease-in-out 0s;
}

.slide_2 .box ul.items li.app>u {
  display: block;
  position: absolute;
  width: 156px;
  height: 156px;
  margin-left: 22px;
  background: url(../image/words.png) no-repeat -344px -945px;
  transition: all .5s ease-in-out 0s;
}

.slide_2 .box ul.items li i {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 43px;
  height: 69px;
}

.slide_2 .box ul.items li.pc i {
  width: 69px;
  background: url(../image/words.png) no-repeat -245px -357px
}

.slide_2 .box ul.items li.mobi i {
  width: 76px;
  background: url(../image/words.png) no-repeat -416px -291px
}

.slide_2 .box ul.items li.sys i {
  width: 76px;
  background: url(../image/words.png) no-repeat -415px -362px
}

.slide_2 .box ul.items li.app i {
  width: 74px;
  background: url(../image/words.png) no-repeat -244px -439px
}

.slide_2 .box ul.items li.host i {
  width: 79px;
  background: url(../image/words.png) no-repeat -419px -439px
}

.slide_2 .box ul.items li u.cr {
  clip: rect(0px, 78px, 156px, 0px);
}

.slide_2 .box ul.items li:hover u.cr {
  clip: rect(156px, 78px, 156px, 0px);
}

.slide_2 .box ul.items li u.cl {
  clip: rect(0px, 156px, 156px, 78px);
}

.slide_2 .box ul.items li:hover u.cl {
  clip: rect(0px, 156px, -10px, 78px);
}

.slide_2 .box ul.items li:hover {
  transition: all .2s ease-in-out 0.5s;
  background-color: #0491FF;
}

.slide_2 .box ul.items li:hover i {
  -webkit-transition: all .5s ease-in-out .4s;
  -moz-transition: all .5s ease-in-out .4s;
  -ms-transition: all .5s ease-in-out .4s;
  -o-transition: all .5s ease-in-out .4s;
  transition: all .5s ease-in-out .4s
}

.slide_2 .box ul.items li.pc:hover i {
  background: url(../image/words.png) no-repeat -168px -357px
}

.slide_2 .box ul.items li.mobi:hover i {
  background: url(../image/words.png) no-repeat -327px -291px
}

.slide_2 .box ul.items li.sys:hover i {
  background: url(../image/words.png) no-repeat -327px -362px
}

.slide_2 .box ul.items li.app:hover i {
  background: url(../image/words.png) no-repeat -164px -439px
}

.slide_2 .box ul.items li.host:hover i {
  background: url(../image/words.png) no-repeat -335px -439px
}

.slide_2 .box ul.items li:hover u.cl {
  clip: rect(0px, 156px, -10px, 78px)
}

.slide_2 .box ul.items li:hover u.cr {
  clip: rect(156px, 78px, 156px, 0px)
}

.slide_2 .box ul.items li:hover strong {
  color: White;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.slide_2 .box ul.items_m {
  width: 200px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: left;
  display: none;
}

.slide_2 .box ul.items_m li {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-left: 45px;
}

.slide_2 .box ul.items_m li i {
  display: inline-block;
  position: absolute;
  left: -20px;
  top: -11px;
  margin: 0 auto;
  height: 69px;
  transform: scale(0.4);
}


.slide_2 .box ul.items_m li.pc i {
  width: 69px;
  background: url(../image/words.png) no-repeat -245px -357px
}

.slide_2 .box ul.items_m li.mobi i {
  width: 76px;
  background: url(../image/words.png) no-repeat -416px -291px
}

.slide_2 .box ul.items_m li.sys i {
  width: 76px;
  background: url(../image/words.png) no-repeat -415px -362px
}

.slide_2 .box ul.items_m li.app i {
  width: 74px;
  background: url(../image/words.png) no-repeat -244px -439px
}

.slide_2 .box ul.items_m li.host i {
  width: 79px;
  background: url(../image/words.png) no-repeat -419px -439px
}

.slide_3 {
  background: url(../image/wallpaper3.jpg) no-repeat;
  background-size: cover;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide_3 .box .caption {
  width: 100%;
  text-align: center;
}

.slide_3 .box .caption i {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 129px;
 height: 37px;
  background: url(../image/words.png) no-repeat  0 -528px;;
}

.slide_3 .box .caption span {
  font-size: 24px;
  letter-spacing: 3px;
}

.slide_3 .cases {
  width: 940px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.slide_3 .cases_m {
  display: none;
}

.slide_3 .cases .item {
  width: 30%;
  margin-top: 40px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.slide_3 .cases .item img {
  width: 100%;
  float: left;
}

.slide_3 .cases .item .images {
  overflow: hidden;
}

.slide_3 .cases .item .title {
  line-height: 40px;
  border-bottom: 2px solid #0491FF;
  background-color: #fff;
  transition: 0.3s;
}

.slide_3 .cases .item:hover .title {
  color: #fff;
  background: #0491FF;
}

.slide_4 {
  background: url(../image/wallpaper4.jpg) no-repeat;
  background-size: cover;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide_4 .box .caption i {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 299px;
  height: 37px;
  color: #fafafa;
  background: url(../image/words.png) no-repeat -152px -528px;
}

.slide_4 .box .caption span {
  font-size: 24px;
  letter-spacing: 3px;
  color: #fafafa;
}

.slide_4 .box ul.items {
  margin: 0 auto;
  width: 1155px;
  height: 450px;
  font-size: 0;
  overflow: hidden;
  background-color: White;
  position: relative;
  top: 50px;
  padding: 0;
  margin: 0;
}

.slide_4 .box ul.items li {
  position: relative;
  padding: 0;
  width: 230px;
  height: 150px;
  overflow: hidden;
  z-index: 10;
}

.slide_4 .box ul.items li.cctv {
  background: url(../image//clients.png) no-repeat;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.cctv.active {
  background: url(../image/clients.png) no-repeat 0 -150px
}

.slide_4.active .box ul.items li.cctv {
  top: 0
}

.slide_4 .box ul.items li.unicom {
  background: url(../image/clients.png) no-repeat -230px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.unicom.active {
  background: url(../image/clients.png) no-repeat -230px -150px
}

.slide_4.active .box ul.items li.unicom {
  top: 0
}

.slide_4 .box ul.items li.tsinghua {
  background: url(../image/clients.png) no-repeat -460px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.tsinghua.active {
  background: url(../image/clients.png) no-repeat -460px -150px
}

.slide_4.active .box ul.items li.tsinghua {
  top: 0
}

.slide_4 .box ul.items li.cas {
  background: url(../image/clients.png) no-repeat -690px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.cas.active {
  background: url(../image/clients.png) no-repeat -690px -150px
}

.slide_4.active .box ul.items li.cas {
  top: 0
}

.slide_4 .box ul.items li.sipo {
  background: url(../image/clients.png) no-repeat -920px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.sipo.active {
  background: url(../image/clients.png) no-repeat -920px -150px
}

.slide_4.active .box ul.items li.sipo {
  top: 0
}

.slide_4 .box ul.items li.apple {
  background: url(../image/clients.png) no-repeat -1144px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.apple.active {
  background: url(../image/clients.png) no-repeat -1144px -150px
}

.slide_4.active .box ul.items li.apple {
  top: 0
}

.slide_4 .box ul.items li.das {
  background: url(../image/clients.png) no-repeat -1380px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.das.active {
  background: url(../image/clients.png) no-repeat -1380px -150px
}

.slide_4.active .box ul.items li.das {
  top: 0
}

.slide_4 .box ul.items li.hunantv {
  background: url(../image/clients.png) no-repeat -1623px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.hunantv.active {
  background: url(../image/clients.png) no-repeat -1623px -150px
}

.slide_4.active .box ul.items li.hunantv {
  top: 0
}

.slide_4 .box ul.items li.sino {
  background: url(../image/clients.png) no-repeat -1840px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.sino.active {
  background: url(../image/clients.png) no-repeat -1840px -150px
}

.slide_4.active .box ul.items li.sino {
  top: 0
}

.slide_4 .box ul.items li.report {
  background: url(../image/clients.png) no-repeat -2070px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.report.active {
  background: url(../image/clients.png) no-repeat -2070px -150px
}

.slide_4.active .box ul.items li.report {
  top: 0
}

.slide_4 .box ul.items li.gedu {
  background: url(../image/clients.png) no-repeat -2281px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.gedu.active {
  background: url(../image/clients.png) no-repeat -2281px -150px
}

.slide_4.active .box ul.items li.gedu {
  top: 0
}

.slide_4 .box ul.items li.bgg {
  background: url(../image/clients.png) no-repeat -2508px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.bgg.active {
  background: url(../image/clients.png) no-repeat -2508px -150px
}

.slide_4.active .box ul.items li.bgg {
  top: 0
}

.slide_4 .box ul.items li.bsec {
  background: url(../image/clients.png) no-repeat -2747px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.bsec.active {
  background: url(../image/clients.png) no-repeat -2747px -150px
}

.slide_4.active .box ul.items li.bsec {
  top: 0
}

.slide_4 .box ul.items li.huadan {
  background: url(../image/clients.png) no-repeat -2979px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.huadan.active {
  background: url(../image/clients.png) no-repeat -2979px -150px
}

.slide_4.active .box ul.items li.huadan {
  top: 0
}

.slide_4 .box ul.items li.zd {
  background: url(../image/clients.png) no-repeat -3217px 0;
  -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s
}

.slide_4 .box ul.items li.zd.active {
  background: url(../image/clients.png) no-repeat -3217px -150px
}

.slide_4.active .box ul.items li.zd {
  top: 0
}

.slide_4 .box ul.items li.r {
  border-right: 1px dotted #bbe1fe
}

.slide_4 .box ul.items li.b {
  border-bottom: 1px dotted #bbe1fe
}

.slide_4 .box ul.items li span {
  position: absolute;
  bottom: -30px
}

.slide_4 .box ul.items li.bg.all {
  position: absolute;
  width: 1155px;
  height: 450px;
  background-color: White
}

.slide_4 .box ul.items li.bg.one {
  position: absolute;
  left: 0;
  top: 0;
  background: #bbe1fe;
  -moz-opacity: .6;
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  width: 0;
  height: 0;
}

.slide_4 .box ul.mini {
  display: none
}

.slide_4 .box ul.items li {
  float: left;
}

.slide_5 {
  background: url(../image/wallpaper7.jpg) no-repeat;
  background-size: cover;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slide_5 .box {
  width: 960px;
}

.slide_5 .box .item {
  box-sizing: border-box;
  float: left;
  width: 47%;
  background: #fff;
  padding: 20px;
}

.slide_5 .box .item img {
  width: 100%;
}

.slide_5 .box .item h1 {
  border-left: 4px solid #007EFF;
  font-size: 16px;
  text-align: left;
  padding-left: 10px;
  color: #007EFF;
  font-weight: inherit;
}

.slide_5 .box .item .content {
  text-align: left;
}

.slide_5 .box .item .content p {
  margin: 0;
  line-height: 1.8;
}

.slide_5 table.exp {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.2);
}

.slide_5.active table.exp {
  bottom: 0
}

.slide_5 table.exp td {
  width: 20%;
  height: 70px;
  color: #fafafa;
  text-align: center
}

.slide_5 table.exp u {
  margin-right: 10px;
  color: #008fff;
  font-family: Arial;
  font-size: 30px;
  text-decoration: none
}

.slide_6 {
  position: relative;
  background: #443d5c;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slide_6 .footerNumber {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 80px;
}

.slide_6 .box {
  position: relative;
  width: 1000px;
  height: 330px;
}

.slide_6 .box .above {
  overflow: hidden;
}

.slide_6 .box .above .left {
  float: left;
  width: 300px;
  margin-right: 30px;
}

.slide_6 .box .above .right {
  float: right;
  width: 400px;
  color: #323232;
  line-height: 32px;
  background: #FFF;
  border-radius: 6px;
  padding: 20px;
}

.right_title_en {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.right_title_ch {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}

.slide_6 .box .above .right ul {
  list-style: none;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.company_information li div {
  float: left;
  width: 70px;
  text-align: right;
}

.footer {
  text-align: center;
  line-height: 80px;
  background-color: #443D5C;
  color: #fff;
}

.infoContent {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
}

.infoContent .content {
  padding: 20px;
}

.infoContent .content .title {
  height: 56px;
  line-height: 62px;
  background: url(../image/border.png) center center no-repeat;
  background-size: 140px;
  text-align: center;
  margin-bottom: 20px;
  color: #008FFF;
  font-size: 16px;
}
.infoContent .content .effect{
  overflow: hidden;
  margin-bottom: 20px;
}
.infoContent .content img{
  width: 50%;
  float: left;
}



@media screen and (max-width: 938px) {

  .header .right,
  .header .left {
    display: none;
  }

  .banner_1 .box {
    transform: scale(0.7, 0.7);
  }

  .banner_1 .line {
    display: none;
  }

  .banner_1 .shade {
    display: none;
  }

  .banner_2 .left {
    width: 100%;
  }

  .banner_2 .left .box {
    padding: 0;
    width: 100%;
  }

  .banner_2 .left .box p {
    font-size: 24px;
  }

  .banner_2 .left .box i {
    font-size: 24px;
  }

  .banner_2 .left .box span {
    font-size: 14px;
  }

  .swiper-pagination-v {
    bottom: 50px !important;
  }

  .slide_2 .box .caption i,
  .slide_2 .box .caption span {
    transform: scale(0.7, 0.7);
    margin-bottom: 5px;
  }

  .slide_2 .box .caption span {
    font-size: 18px;
  }

  .slide_2 .box ul.items {
    display: none;
  }

  .slide_2 .box ul.items_m {
    display: block;
  }

  .slide_3 .box .caption {
    margin-bottom: 50px;
  }

  .slide_3 .box .caption i,
  .slide_3 .box .caption span {
    transform: scale(0.7, 0.7);
    margin-bottom: 5px;
  }

  .slide_3 .box {
    width: 100%;
  }

  .slide_3 .box .caption span {
    font-size: 18px;
  }

  .slide_3 .cases {
    display: none;
    width: 100%;
  }

  .slide_3 .swiper-slide {
    background-color: inherit;
  }

  .slide_3 .cases_m {
    display: block;
  }

  .slide_3 .cases .item {
    width: 60%;
    margin: 0 auto;
    margin-top: 0px;
    display: block;
  }

  .slide_4 .box {
    width: 100%;
  }

  .slide_4 .box .caption i {
    display: block;
    margin: 0 auto;
    width: 200px;
  }

  .slide_5 .box .item {
    width: 300px;
    padding: 10px;
    float: inherit !important;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .slide_5 .box .item:last-child {
    display: none;
  }

  .slide_5 table.exp {
    display: none;
  }

  .slide_5 .box .item .content {
    height: 100px;
    overflow: hidden;
  }

  .slide_6 .box .above .left {
    display: none;
  }

  .slide_6 .box {
    width: 100%;
  }

  .slide_6 .box .above .right {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
  }

  .slide_6 .footerNumber {
    line-height: 40px;
  }

  .slide_4 .box ul.items {
    display: none;
  }

  .phone {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 40px;
    background-color: rgba(250, 183, 39, 1);
    z-index: 99999;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }

  .slide_1 .movedownbox a.movedown {
    margin-bottom: 30px;
  }

  .footer {
    line-height: 30px;
    margin-bottom: 40px;
  }
  .infoContent .content img{
    width: 100%;
  }
}