.cloud-service .card-area {
  margin: 82px auto 0;
  height: 560px
}
.cloud-service .card-area .bg-e8e8e8 {
  background: #e8e8e8
}
.cloud-service .card-area .bg-e1e1e1 {
  background: #e1e1e1
}
.cloud-service .card-area .card-item {
  z-index: 4;
  transition: all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
  position: relative;
  float: left;
  width: 17%;
  height: 521px;
  background-color: transparent
}
.cloud-service .card-area .card-item+.card-item {
  margin-left: -1px
}
.cloud-service .card-area .card-item .card {
  transition: all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff
}
.cloud-service .card-area .card-item .card .card-content {
  width: 100%;
  line-height: 2
}
.cloud-service .card-area .card-item .card .card-content.content-first {
  transition: all .12s cubic-bezier(.4,0,.2,1) .18s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.cloud-service .card-area .card-item .card .card-content.content-second {
  transition: all .12s cubic-bezier(.4,0,.2,1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  line-height: 2
}
.cloud-service .card-area .card-item .card .card-content.content-second li {
  float: left;
  width: 50%
}
.cloud-service .card-area .card-item .card .card-content,.cloud-service .card-area .card-item .card .card-title {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1
}
.cloud-service .card-area .card-item .card .card-title {
  padding-top: 1px;
  transition: all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
  height: 145px;
  line-height: 26px;
  font-size: 14px;
  top: 0;
  background: #1b77b9;
  border-left: 1px solid #3285c0
}
.cloud-service .card-area .card-item .card .card-title .content {
  position: absolute;
  bottom: -2px;
  width: 100%
}
.cloud-service .card-area .card-item .card .card-title h1 {
  font-size: 22px;
  font-weight: 700;
  color: #d9efff;
  margin-bottom: 0
}
.cloud-service .card-area .card-item .card .card-title .short-info {
  color: #8dbbdc;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 20px
}
.cloud-service .card-area .card-item .card .card-title .zq-product-img {
  width: 40px;
  height: 40px;
  margin: 10px auto;
  position: relative
}
.cloud-service .card-area .card-item .card .card-title .zq-product-img img {
  position: absolute;
  left: 0;
  width: 100%
}
.cloud-service .card-area .card-item .card .card-title .zq-product-img .un-hover {
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.cloud-service .card-area .card-item .card .card-title .zq-product-img .with-hover {
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}
.cloud-service .card-area .card-item .card .card-title .short-info,.cloud-service .card-area .card-item .card .card-title .zq-product-img img,.cloud-service .card-area .card-item .card .card-title h1 {
  transition: all .15s cubic-bezier(.4,0,.2,1) 0s
}
.cloud-service .card-area .card-item .card .card-content {
  height: 376px;
  position: absolute;
  top: 145px
}
.cloud-service .card-area .card-item .card .card-content.content-first .content-first-list {
  width: 100%;
  max-width: 250px;
  font-size: 16px;
  color: #373d41;
  margin-top: 47px;
  margin-bottom: 47px
}
.cloud-service .card-area .card-item .card .card-content.content-first .content-first-list li {
  margin-bottom: 30px
}
.cloud-service .card-area .card-item .card .card-content.content-second {
  width: 90%;
  left: 25px;
  font-size: 14px;
  color: #a9b0b4;
  text-align: left;
  padding-top: 26px
}
.cloud-service .card-area .card-item .card .card-content.content-second .main-head {
  color: #0066cc;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px
}
.cloud-service .card-area .card-item .card .card-content.content-second p {
  margin: 5px 0
}
.cloud-service .card-area .card-item .card .card-content.content-second .main-tip {
  color: #232933
}
.cloud-service .card-area .card-item .card .card-content.content-second .main-desc {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 22px
}
.cloud-service .card-area .card-item .card .card-content.content-second .main-btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 160px;
  height: 38px;
  line-height: 38px;
  font-size: 16px!important;
  color: #fff;
  margin-top: 22px;
  margin-bottom: 33px;
  border-radius: 19px;
  background: #0066cc;
  border: none;
  transition: color .3s ease-in-out,background .3s ease-in-out
}
.cloud-service .card-area .card-item .card .card-content.content-second .main-btn:hover {
  color: #fff;
  background: #1b77b9
}
.cloud-service .card-area .card-item .card .card-content.content-second .main-white-btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 160px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #0066cc;
  font-size: 16px!important;
  color: #0066cc;
  margin-top: 22px;
  margin-bottom: 33px;
  border-radius: 19px;
  background: #fff;
  transition: color .3s ease-in-out,background .3s ease-in-out
}
.cloud-service .card-area .card-item .card .card-content.content-second .main-white-btn:hover {
  color: #fff;
  background: #0066cc
}
.cloud-service .card-area .card-item .card .card-content .other-info {
  width: 105%;
  height: 70px;
  overflow: hidden;
  line-height: 22px;
  padding-top: 20px;
  font-size: 12px
}
.cloud-service .card-area .card-item .card .card-content .other-info .other-info-list {
  width: 27%;
  height: 70px;
  background: #f2f2f2;
  margin-right: 25px;
  padding: 0 0 0 10px;
  position: relative
}
.cloud-service .card-area .card-item .card .card-content .other-info .other-info-list .c-a-arrow {
  position: absolute;
  right: 10px;
  top: 15px;
  background-position: -200px 0
}
.cloud-service .card-area .card-item .card .card-content .other-info .other-info-list:hover {
  background: #0066cc
}
.cloud-service .card-area .card-item .card .card-content .other-info .other-info-list:hover .c-a-arrow {
  background-position: -200px -17px
}
.cloud-service .card-area .card-item .card .card-content .other-info .other-info-list:hover .other-desc,.cloud-service .card-area .card-item .card .card-content .other-info .other-info-list:hover .other-head {
  color: #fff
}
.cloud-service .card-area .card-item .card .card-content .other-info .other-info-list .list-context {
  color: #00c1de
}
.cloud-service .card-area .card-item .card .card-content .other-info .other-head {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0
}
.cloud-service .card-area .card-item .card .card-content .other-info .other-desc {
  margin-top: 2px;
  font-size: 12px;
  color: #999
}
.cloud-service .card-area .card-item.active {
  z-index: 6;
  box-shadow: 0 0 30px rgba(0,0,0,.2);
  width: 49%;
  height: 535px
}
.cloud-service .card-area .card-item.active .card .card-title {
  background-color: #0066cc;
  height: 159px;
  top: -15px;
  border: none
}
.cloud-service .card-area .card-item.active .card .card-title .short-info {
  color: #9ed8f5
}
.cloud-service .card-area .card-item.active .card .card-title h1 {
  color: #fff
}
.cloud-service .card-area .card-item.active .card .card-content.content-first {
  transition: all .12s cubic-bezier(.4,0,.2,1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}
.cloud-service .card-area .card-item.active .card .card-content.content-second {
  transition: all .12s cubic-bezier(.4,0,.2,1) .18s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.solution .solution-slide-body {
  position: relative;
  height: 850px;
  overflow: hidden
}
@media screen and (min-width: 1500px) {
  .solution .solution-slide-body {
    height:850px
  }
}
.solution .solution-slide-body .solution-btn {
  width: 40px;
  height: 350px;
  background: rgba(0,0,0,.1);
  position: absolute;
  top: 0
}
.solution .solution-slide-body .solution-btn:hover {
  background: rgba(0,0,0,.3);
  cursor: pointer
}
.solution .solution-slide-body .next {
  right: 0
}
.solution .solution-slide-body .prev {
  left: 0
}
.solution .solution-slide-body .slide-content {
  position: absolute;
  *zoom:1;
  left: 0%;
  margin-left: 0px;
  top: 0
}
.solution .solution-slide-body .slide-content:after,.solution .solution-slide-body .slide-content:before {
  content: "";
  display: table
}
.solution .solution-slide-body .slide-content:after {
  clear: both
}
.solution .solution-slide-body .slide-content .slide-item {
  position: relative;
  float: left;
  color: #000;
  font-size: 0;
  text-align: center;
  cursor: pointer
}
.solution .solution-slide-body .slide-content .slide-item .item-bg {
  width: 480px;
  height: 960px;
  cursor: pointer;
}
.solution .solution-slide-body .slide-content .slide-item .mask {
  background: url(/img/ty.png) center 300px no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}
.solution-slide-body .slide-content .slide-item .mask:hover {
  background: url(/img/quan1.png) center 300px no-repeat;
  filter: alpha(opacity=10);
  cursor: pointer;
}
.solution .solution-slide-body .slide-content .slide-item .mask .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .6;
  filter: alpha(opacity=60);
  transition: all .4s cubic-bezier(.4,0,.2,1)
}
.solution .solution-slide-body .slide-content .slide-item .mask .bg.other-bg {
  opacity: .82;
  filter: alpha(opacity=82);
}
.solution .solution-slide-body .slide-content .slide-item .mask .content {
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  top: 300px;
  bottom: 0;
  transition: all .4s cubic-bezier(.4,0,.2,1);
}
@media screen and (min-width: 1500px) {
  .solution .solution-slide-body .slide-content .slide-item .mask .content {
    top: 240px;
    height: 300px;
  }
}
.solution .solution-slide-body .slide-content .slide-item .mask .content .line-panel {
  padding: 0;
  margin: 0;
  font-size: 0;
  margin: 18px auto;
  line-height: 0;
  transition: all .4s cubic-bezier(.4,0,.2,1);
}
.solution .solution-slide-body .slide-content .slide-item .mask .content .line-panel .item-line {
  width: 55px;
  height: 1px;
  background: #fff;
  display: inline-block;
  opacity: 0.6;
  filter: alpha(opacity=100);
  transition: all .4s cubic-bezier(.4,0,.2,1);
}
.solution .solution-slide-body .slide-content .slide-item .mask .content .item-img-panel {
  position: relative;
  width: 25%;
  height: 54px;
  display: inline-block
}
.solution .solution-slide-body .slide-content .slide-item .mask .content .item-img-panel .item-img,.solution .solution-slide-body .slide-content .slide-item .mask .content .item-img-panel .item-img-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .4s cubic-bezier(.4,0,.2,1)
}
.solution .solution-slide-body .slide-content .slide-item .mask .content .item-img-panel .item-img-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .4s cubic-bezier(.4,0,.2,1)
}
.solution .solution-slide-body .slide-content .slide-item .mask .content .item-title {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  opacity: 1;
  font-weight: 100;
  overflow: hidden;
  /* height: 60px; */
  text-align: center;
  font-family: arial;
  /* width: 180px; */
  letter-spacing: 0px;
  margin: 80px auto 0px;
  padding: 0;
  transition: all .4s cubic-bezier(.4,0,.2,1);
}
.solution .solution-slide-body .slide-content .slide-item .mask .content .item-desc {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-family: arial;
  margin-bottom: 0;
  line-height: 20px;
  margin: 0 auto;
  /* height: 60px; */
  overflow: hidden;
  /* width: 180px; */
}
.solution .solution-slide-body .slide-content .slide-item .mask .content .item-link {
  display: inline-block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: #e30b18;
  text-decoration: none;
}
.solution .solution-slide-body .slide-content .slide-item .mask .content .item-link:hover {
  color: #ffffff;
  background: #e30b18;
}
.solution .solution-slide-body .slide-content .slide-item .mask .content .item-desc{
  opacity: 1;
  filter: alpha(opacity=0);
  transition: all .4s cubic-bezier(.4,0,.2,1);
}
.solution .solution-slide-body .slide-content .slide-item .mask .content .item-link {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .4s cubic-bezier(.4,0,.2,1);
}
.solution .solution-slide-body .slide-content .slide-item:hover .bg {
  background: #000;
}
.solution .solution-slide-body .slide-content .slide-item:hover .bg,.solution .solution-slide-body .slide-content .slide-item:hover .bg.other-bg {
  opacity: .6;
  filter: alpha(opacity=90);
}
.solution .solution-slide-body .slide-content .slide-item:hover .content {
  top: 13%
}
.solution .solution-slide-body .slide-content .slide-item:hover .content .item-img-panel .item-img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.solution .solution-slide-body .slide-content .slide-item:hover .content .item-img-panel .item-img-hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.solution .solution-slide-body .slide-content .slide-item:hover .content .line-panel {
  margin: 30px auto;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.solution .solution-slide-body .slide-content .slide-item:hover .content .line-panel .item-line {
  opacity: 1;
  filter: alpha(opacity=0);
  margin: 40px auto;
    background: rgba(255,255,255);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
}
.solution .solution-slide-body .slide-content .slide-item:hover .content .item-title {
  margin-top: 22%;
  width: 500px;
  font-size: 26px;
}
.solution .solution-slide-body .slide-content .slide-item:hover .content .item-desc,.solution .solution-slide-body .slide-content .slide-item:hover .content .item-link {
  opacity: 1;
  filter: alpha(opacity=100);
}
.solution .solution-slide-body .slide-content .slide-item:hover .content .item-desc {
  margin-top: 22px;
  display: none;
}
.solution .solution-slide-body .slide-content .slide-item:hover .content .item-link {
  margin-top: 0%;
}
.popular-application-content .popular-application-item {
  width: 25%;
  float: left;
}
.popular-application-content .popular-application-item .item-detail {
  padding: 0 15px;
  text-align: center;
}
.popular-application-content .popular-application-item .item-detail h3 {
  font-size: 20px;
  color: #373d41;
}
.popular-application-content .popular-application-item .item-detail .item-info {
  color: #0066cc;
  margin: 20px 0;
}
.popular-application-content .popular-application-item .item-detail .item-info a {
  color: #0066cc;
}
.popular-application-content .popular-application-item .item-detail .item-desc {
  color: #a7a7a7;
  line-height: 24px;
}
.popular-application-content .popular-application-item .item-detail .p-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  background: #a7a7a7;
  border-radius: 3px;
}
.popular-application-content .popular-application-item .item-img-panel {
  display: inline-block;
}
.choice-zhongqi-content .choice-w30 {
  width: 30%;
}
.choice-zhongqi-content .choice-w40 {
  width: 40%;
}
.choice-zhongqi-content .choice-zhongqi-item {
  float: left;
}
.choice-zhongqi-content .choice-zhongqi-item .item-detail h3,.choice-zhongqi-content .choice-zhongqi-item .item-detail p {
  color: #fff;
}
.choice-zhongqi-content .choice-zhongqi-item .item-detail h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.choice-zhongqi-content .choice-zhongqi-item .item-detail .item-btn,.choice-zhongqi-content .choice-zhongqi-item .item-detail .item-desc {
  margin: 5px 0;
}
.choice-zhongqi-content .choice-zhongqi-item .item-detail a {
  color: #0066cc;
}
.choice-zhongqi-content .choice-zhongqi-item .item-detail a:hover {
  color: #1297d9;
}
.index-top-banner {
  width: 100%;
  height: 490px;
  overflow: hidden;
  background: #001526;
  padding-top: 1px;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .index-top-banner {
    height:600px;
  }
}
.index-top-banner .slide-wrap {
  width: 1280px;
  height: 490px;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .index-top-banner .slide-wrap {
    width:1500px;
    height: 600px;
  }
}
.index-top-banner .slide-group {
  width: 100%;
}
.index-top-banner .slide-group .y-row {
  width: 40%;
  margin: 100px 0 0;
}
@media screen and (min-width: 1500px) {
  .index-top-banner .slide-group .y-row {
    margin:160px 0 0;
  }
}
.index-top-banner .slide-group .banner-row {
  width: 60%;
}
.index-top-banner .slide-group .left-header {
  position: relative;
  z-index: 7;
}
@media screen and (min-width: 1500px) {
  .index-top-banner .slide-group .left-header {
    padding:0 0 0 10%;
  }
}
.index-top-banner .slide-group .left-header h1 {
  font-size: 44px;
  font-weight: 400;
  color: #fff;
}
.index-top-banner .slide-group .left-header p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin: 5px 0;
}
.index-top-banner .slide-group .left-header .layer-btn {
  width: 160px;
  border: 1px solid #fff;
  background: none;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
}
.index-top-banner .slide-group .left-header .layer-btn a,.index-top-banner .slide-group .left-header .layer-btn a:hover {
  color: #fff;
}
.index-top-banner .slide-group .left-header .layer-btn:hover {
  background: #1297d9;
  border-color: #1297d9;
}
.index-top-banner .slide-group .img-slide {
  position: relative;
  height: 490px;
}
@media screen and (min-width: 1500px) {
  .index-top-banner .slide-group .img-slide {
    height:600px;
  }
}
.index-top-banner .slide-group .img-slide img {
  position: absolute;
  bottom: 0;
  width: 100%
}
.index-top-banner .none {
  display: none;
}
.index-top-banner .s-dot-warp {
  position: absolute;
  bottom: 25px;
  left: 50%;
}
.index-top-banner .s-dot-warp .s-dot {
  width: 40px;
  height: 6px;
  border-radius: 3px;
  display: block;
  float: left;
  background: #808d98;
  margin: 0 10px 0 0;
}
.index-top-banner .s-dot-warp .active,.index-top-banner .s-dot-warp .s-dot:hover {
  cursor: pointer;
  background: #fff;
}
.cloud-service {
  padding-bottom: 1px;
}
.solution-slide {
  background: #333;
}
.choice-zhongqi-bg {
  background: url(../images/choice-zhongiq-bg.jpg) no-repeat 0;
}
.choice-zhongqi .zq-main-head h1,.choice-zhongqi .zq-main-head p {
  color: #fff;
}
.banner-row {
  cursor: pointer;
  width: 100%;
  position: relative;
  z-index: 0;
}
.banner-con {
  z-index: 5;
  width: 100%;
  height: 490px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all .5s ease-out;
}
@media screen and (min-width: 1500px) {
  .banner-con {
    height:600px;
    padding: 80px 0 0;
    box-sizing: border-box;
  }
}
.layer {
  position: absolute;
  right: 60px;
  width: 800px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.layer,.layer img {
  transition: all .5s;
}
.layer img {
  width: 80%;
}
