﻿
.public-banner {
    height: 424px;
    background: url(../images/banner_wy.jpg) no-repeat center top;
    background-size: cover;
}

.public-banner .btn-div .btn-border-blue:hover {
    color: #fe4e52;
}

.public-banner .container {
    position: relative;
    height: 390px;
}

.public-banner .btn-wrap {
    padding-top: 85px;
    width: 600px;
}

.public-banner .btn-div {
    text-align: left;
    margin-top: 40px;
}

.public-banner .btn-div .btn {
    background: #FFFFFF;
    color: #d9271b;
    margin-right: 8px;
	padding:0;
}

.public-banner .btn-wrap .btn-line:hover {
    background: linear-gradient(90deg, #fe203a, #fe7f66);
    color: #FFFFFF;
}

.public-banner .btn-wrap .desc {
    color: #FFFFFF;
    margin-bottom: 35px;
}

.public-banner .btn-wrap .desc h1 {
    font-size:30px;
    font-weight: 600;
    margin-bottom: 20px;
	color:#fff;
}

.public-banner .btn-wrap .desc .bck {
    font-size: 24px;
    background: #ffffff;
    opacity: 0.8;
    color: #0157FD;
    padding: 7px 20px 7px 65px;
    position: relative;
    margin: 13px 0;
    display: inline-block;
}

.public-banner .btn-wrap .desc .bck:after {
    position: absolute;
    content: '';
    background: url("../images/00-banner-icon.png") no-repeat center;
    width: 32px;
    height: 24px;
    left: 20px;
    top: 13px;
}

.public-banner .btn-wrap .desc .title {
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
}

.public-banner .btn-wrap .desc .title p:first-child {
    margin-bottom: 3px;
}

.btn-div {
    text-align: center;
    margin: 100px auto 0;
}

.btn-div .btn {
    border-radius: 2px;
    background: linear-gradient(90deg, #f91f28, #f85e2b);
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
}

.btn:hover {
    opacity: 0.9;
}

.btn-div .btn-border-blue {
    border-radius: 2px;
    line-height: 60px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
}

.btn-div .btn-border-blue:hover {
    background-color: #FFFFFF;
    color: #2C5AF5;
}

.btn-div .btn-border-while {
    border-radius: 2px;
    line-height: 60px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-left: 10px;
    text-align: center;
}

.btn-div .btn-border-while:hover {
    background-color: #ffffff;
    color: #d9271b;
}

.btn-div .btn-border-red {
    line-height: 60px;
    border: 1px solid #FF1C00;
    color: #FF1C00;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}

.btn-div .btn-border-red:hover {
    background-color: #ffffff;
    color: #d9271b;
}

.btn-div .btn-blue {
    line-height: 60px;
    background: linear-gradient(90deg, #2d44f2, #2aa7ff);
    color: #FFFFFF;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-left: 10px;
    text-align: center;
}

.btn-div .btn-blue:hover {
    opacity: 0.9;
}

.btn-red {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: url(../images/button-red.png) no-repeat left top;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border: 0 none;
    cursor: pointer;
}

.btn-red:hover {
    background-position: right top;
    color: #fff;
}

.btn-red2 {
    transition: all .2s;
    font-size: 16px;
    color: #fff;
    width: 130px;
    height: 40px;
    background: #ED3C3F;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin-left: 4px;
    margin-right: 4px;
}

.btn-red2:hover {
    background: #e02629;
    color: #fff;
}

.btn-line {
    transition: all .2s;
    height: 60px;
    width: 200px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
}

.btn-line:hover {
    color: red;
    background: white;
}

.btn-line-big {
    width: 178px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}

.btn-red-line {
    height: 38px;
    width: 128px;
    border: 1px solid #F92028;
    color: #F92028;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
}

.btn-red-shadow {
    background: url(../images/button-red-a.png) no-repeat left top;
    font-size: 18px;
    width: 160px;
    height: 70px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.btn-red-shadow:hover {
    color: #fff;
    background-position: right top;
}

.btn-orange-shadow {
    font-size: 18px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    box-shadow: 0 10px 10px -2px rgba(252, 131, 13, 0.27);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.btn-orange-shadow {
    background: rgb(251, 102, 0);
    background: -moz-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(251, 102, 0, 1)), color-stop(100%, rgba(253, 138, 16, 1)));
    background: -webkit-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: -o-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: -ms-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: linear-gradient(to right, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb6600', endColorstr='#fd8a10', GradientType=1);
}

.btn-orange-shadow:hover {
    color: #fff;
    opacity: .8
}

.btn-blue-shadow {
    background: url(../images/button-blue.png) no-repeat left top;
    font-size: 18px;
    width: 160px;
    height: 70px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.btn-blue-shadow:hover {
    color: #fff;
    background-position: right top;
}

.btn-black-shadow {
    background: url(../images/button-black.png) no-repeat left top;
    font-size: 18px;
    width: 160px;
    height: 70px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.btn-black-shadow:hover {
    color: #fff;
    background-position: right top;
}

.btn-green-shadow {
    background: url(../images/button-green.png) no-repeat left top;
    font-size: 18px;
    width: 200px;
    height: 70px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.btn-green-shadow:hover {
    color: #fff;
    background-position: right top;
}

.btn-green-shadow-s {
    background: url(../images/button-green-s.png) no-repeat left top;
    font-size: 18px;
    width: 160px;
    height: 70px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.btn-green-shadow-s:hover {
    color: #fff;
    background-position: right top;
}







.margin-top-20 {
    margin-top: 40px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}
.padding-bottom-50 {
    padding-bottom: 50px !important;
}
.padding-top-60 {
    padding-top: 50px !important;
}
.padding-bottom-60 {
    padding-bottom: 50px !important;
}
.padding-top-70 {
    padding-top: 70px !important;
}
.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}



.padding-bottom-80 {
    padding-bottom: 120px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-left-100 {
    padding-left: 150px !important;
}


.padding-right-130 {
    padding-right: 130px!important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}



.carousel li {
    margin-right: 5px;
}
.purple-bg {
    background: #3ea3ff;
}

.col-sm-t {
    width: 12.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/*=======================================================
      SECTION
========================================================*/

section {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

/*=======================================================
      HEADINGS
========================================================*/

.waves-effect {
    position: relative;
    vertical-align: middle;
    z-index: 1;
}

.heading-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.heading-block h3 {
    font-size: 30px;
    margin-top: 0px;
    font-weight: 500;
    letter-spacing: 1.5px;
	color:#333;
}

.heading-block span {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin-top: 0px;
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    line-height: 32px;
}
.heading-block hr ,.imgscroll hr{
    width: 172px;
    height: 2px;
    position: absolute;
    background: #3ea3ff;
    margin: -10px auto 10px;
    right: 0;
    left: 0;
    top: 160px;
}

.heading-block .hrup {
    top: 113px;
}

.heading-block .hrspan ,.imgscroll .hrspan{
    background: url(../images/devider.png) no-repeat;
    width: 16px;
    height: 14px;
    content: "";
    left: 0px;
    right: 0px;
    position: absolute;
    margin: 0 auto;
    top: 146px;
}

.heading-block .whriteIcon {
    background: url(../images/devider02.png) no-repeat!important;
    top:97px!important;
}



.blog-post.z-depth-1 {
    box-shadow: none!important;
}



/*=======================================================
      BUTTON
========================================================*/


.feature-btn {
    padding: 15px 52px!important;
}

#wrap .udesk-index {
    height: auto;
}
.udesk-index .btn:hover {
    background: #fff;
    color: #3EA3FF;
}

.row {
    margin-bottom: 0px;
}

/*feature_worksheet*/

.feature-left {
    display: none;
}

.margin-bottom-so {
    margin-bottom: 50px;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}
.imgscroll{
    background-color:rgba(112, 179, 213, 0.05);
    padding-bottom:80px;
    /* background-image: url('../images/fourbg.png'); */
    background-size: cover;
    background-position: center top:
}
.imgscroll h3{
    font-size: 30px;
    margin: 60px 0 15px;
    text-align: center;
	color:#333;
	    font-weight: 500;
}
.case h3{
    /* margin-bottom: 32px; */
}
.imgscroll .scroll-title{
    font-size: 14px;
    padding: 0 117px;
    text-align: center;
    line-height: 24px;
	color:#748598;
	
}
.imgscroll .myscroll{
    width: 100%;
    height: 532px;
    margin: 40px auto 0;
    line-height: 26px;
    font-size: 12px;
}
.imgscroll .myscroll li{
    height: 142px;
    overflow: hidden;
}
.imgscroll .myscroll li a{
    background-size: 88px;
    transition:all 0.1s;
}
.imgscroll .img01{background: url('../images/hzkh1.jpg') no-repeat center;}
.imgscroll .img02{background: url('../images/hzkh2.jpg') no-repeat center;}
.imgscroll .img03{background: url('../images/hzkh3.jpg') no-repeat center;}
.imgscroll .img04{background: url('../images/hzkh4.jpg') no-repeat center;}
.imgscroll .img05{background: url('../images/hzkh5.jpg') no-repeat center;}
.imgscroll .img06{background: url('../images/hzkh6.jpg') no-repeat center;}
.imgscroll .img07{background: url('../images/hzkh7.jpg') no-repeat center;}
.imgscroll .img08{background: url('../images/hzkh8.jpg') no-repeat center;}
.imgscroll .img09{background: url('../images/hzkh9.jpg') no-repeat center;}
.imgscroll .img10{background: url('../images/hzkh10.jpg') no-repeat center;}
.imgscroll .img11{background: url('../images/hzkh11.jpg') no-repeat center;}
.imgscroll .img12{background: url('../images/hzkh12.jpg') no-repeat center;}
.imgscroll .img13{background: url('../images/hzkh13.jpg') no-repeat center;}
.imgscroll .img14{background: url('../images/hzkh14.jpg') no-repeat center;}
.imgscroll .img15{background: url('../images/hzkh15.jpg') no-repeat center;}
.imgscroll .img16{background: url('../images/hzkh16.jpg') no-repeat center;}
.imgscroll .img17{background: url('../images/hzkh17.jpg') no-repeat center;}
.imgscroll .img18{background: url('../images/hzkh18.jpg') no-repeat center;}
.imgscroll .img19{background: url('../images/hzkh19.jpg') no-repeat center;}
.imgscroll .img20{background: url('../images/hzkh20.jpg') no-repeat center;}
.imgscroll .img21{background: url('../images/hzkh21.jpg') no-repeat center;}
.imgscroll .img22{background: url('../images/hzkh22.jpg') no-repeat center;}
.imgscroll .img23{background: url('../images/hzkh23.jpg') no-repeat center;}
.imgscroll .img24{background: url('../images/hzkh24.jpg') no-repeat center;}
.imgscroll .img25{background: url('../images/hzkh25.jpg') no-repeat center;}
.imgscroll .img26{background: url('../images/hzkh26.jpg') no-repeat center;}
.imgscroll .img27{background: url('../images/hzkh27.jpg') no-repeat center;}
.imgscroll .img28{background: url('../images/hzkh28.jpg') no-repeat center;}
.imgscroll .img29{background: url('../images/hzkh29.jpg') no-repeat center;}
.imgscroll .img30{background: url('../images/hzkh30.jpg') no-repeat center;}
.imgscroll .img31{background: url('../images/hzkh31.jpg') no-repeat center;}
.imgscroll .img32{background: url('../images/hzkh32.jpg') no-repeat center;}

.imgscroll .myscroll li a:hover{
    background-color: #fff;
    background-size: 98px;
    box-shadow:0px 0px 16px 0px rgba(4,48,91,0.2);
    transition:all 0.3s;
}
@media (max-width: 1023px){
    .imgscroll{
        display: none;
    }
}
@media (min-width: 1024px){
    .imgscroll .logolist a{
        display: inline-block;
        width: 113px;
        height: 113px;
        margin: 16px 1%;
    }
}
@charset "UTF-8";

.l-wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto; }

.l-column-left {
  float: left; }

.l-column-right {
  float: right; }


.pc-g-btn, .pc-mod-cases-more {
  width: 99px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 16px;
  text-align: center; }

.pc-mod-bussness-scene {
  height: 850px;
 }

.pc-mod-title {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  font-size: 30px;
  color: #333;
  line-height: 58px;
  font-weight: 500; }

.pc-mod-title-describe {
  font-size: 14px;
  text-align: center;
  color: #748598;
  line-height: 32px;
  margin-bottom: 34px; }

.pc-mod-tab-container {
  text-align: center; }

.pc-mod-tab {
  border-bottom: 1px solid #e3f4ff;
  margin-bottom: 60px;
  text-align: center;
  font-size: 0;
  display: inline-block; }

.pc-mod-tab-item, .pc-mod-tab-social, .pc-mod-tab-live, .pc-mod-tab-im, .pc-mod-tab-contact, .pc-mod-tab-scene {
  display: inline-block;
  font-size: 18px;
  margin-right: 68px;
  padding-top: 14px;
  padding-bottom: 14px;
  cursor: pointer;
  margin-bottom: -1px; }

.page-index .pc-mod-tab-item, .page-index .pc-mod-tab-social, .page-index .pc-mod-tab-live, .page-index .pc-mod-tab-im, .page-index .pc-mod-tab-contact, .page-index .pc-mod-tab-scene {
  cursor: text; }

.page-index .pc-mod-tab div {
  cursor: default; }

.pc-mod-bussness-scene .pc-mod-tab-item:before, .pc-mod-bussness-scene .pc-mod-tab-social:before, .pc-mod-bussness-scene .pc-mod-tab-live:before, .pc-mod-bussness-scene .pc-mod-tab-im:before, .pc-mod-bussness-scene .pc-mod-tab-contact:before, .pc-mod-bussness-scene .pc-mod-tab-scene:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 25px;
  margin-right: 10px;
  background-image: url(../images/scene-sprit.png);
  background-repeat: no-repeat;
  background-size: 324px auto;
  cursor: default; }

.pc-mod-tab-item-cur {
  border-bottom: 2px solid #09f;
  color: #09f; }

.pc-mod-tab-live:before {
  background-position: -32px 0; }

.pc-mod-tab-im:before {
  background-position: -64px 0; }

.pc-mod-tab-contact {
  margin-right: 0; }
  .pc-mod-tab-contact:before {
    background-position: -96px 0; }

.pc-mod-tab-social.pc-mod-tab-item-cur:before {
  background-position: -160px 0; }

.pc-mod-tab-live.pc-mod-tab-item-cur:before {
  background-position: -192px 0; }

.pc-mod-tab-im.pc-mod-tab-item-cur:before {
  background-position: -224px 0; }

.pc-mod-tab-contact.pc-mod-tab-item-cur:before {
  background-position: -256px 0; }

.pc-mod-bussness-scene-list {
  position: relative; }

.pc-mod-bussness-scene-item {
  padding-top: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px; }

.pc-mod-tab-content-item {
  display: none;
  font-size: 0; }

.pc-mod-scene-txt {
  width: 537px;
  display: none; }

.pc-mod-scene-img {
  /*float: right;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 579px;
  opacity: 0;
  display: none;
  right: -55px; }

.pc-mod-bussness-scene-application {
  z-index: 1; }

.pc-mod-bussness-scene-application .pc-mod-scene-txt {
  opacity: 1;
  display: block; }

.pc-mod-bussness-scene-application .pc-mod-scene-img {
  opacity: 1;
  display: block;
  right: 0; }

.pc-mod-content {
  width: 100%; }

.pc-mod-bussness-scene .pc-mod-content {
  height: 153px; }

.pc-mod-content .pc-mod-content-title {
  margin-top: 0;
  font-size: 24px;
  line-height: 48px;
  color: #384c78;
  vertical-align: middle;
  margin-bottom: 3px; }

.pc-mod-content .pc-mod-content-describe,
.pc-mod-content .pc-mod-content-describe p {
  font-size: 17px;
  color: #384c78;
  line-height: 30px; }

.pc-mod-list {
  overflow: hidden; }

.pc-mod-item {
  float: left;
  padding-top: 50px;
  font-size: 15px;
  color: #384c78;
  line-height: 44px;
  background: no-repeat center top;
  
  text-align: center; }
  
  .pc-mod-scene-1 {
  
  background: url(../images/wygl_1.png) no-repeat center top;
  }

.pc-mod-bussness-scene-list .pc-mod-list {
  /*padding-top: 52px;*/
  border: none;
  padding-bottom: 0; }

.pc-mod-bussness-scene-list .pc-mod-item {
  width: 104px; }
  .pc-mod-bussness-scene-list .pc-mod-item:hover {
    color: #09f; }

.pc-mod-bussness-scene-list .pc-mod-scene-rce {
  width: 168px; }

.pc-mod-scene-2 {
  background-image: url(../images/wygl_2.png); }

.pc-mod-scene-3 {
  background-image: url(../images/wygl_3.png); }
.pc-mod-scene-4 {
  background-image: url(../images/wygl_4.png); }

.pc-mod-scene-5 {
  background-image: url(../images/wygl_5.png); }
  .pc-mod-scene-6 {
  background-image: url(../images/wygl_6.png); }
.pc-mod-scene-7 {
  background-image: url(../images/wygl_7.png); }
.pc-mod-scene-8 {
  background-image: url(../images/wygl_8.png); }
.pc-mod-scene-9 {
  background-image: url(../images/wygl_9.png); }
.pc-mod-scene-10 {
  background-image: url(../images/wygl_10.png); }
.pc-mod-scene-11 {
  background-image: url(../images/wygl_11.png); }
.pc-mod-scene-12 {
  background-image: url(../images/wygl_12.png); }
.pc-mod-scene-13 {
  background-image: url(../images/wygl_13.png); }
.pc-mod-scene-14 {
  background-image: url(../images/wygl_14.png); }
.pc-mod-scene-15 {
  background-image: url(../images/wygl_15.png); }
.pc-mod-scene-16 {
  background-image: url(../images/wygl_16.png); }
.pc-mod-scene-17 {
  background-image: url(../images/wygl_17.png); }
.pc-mod-scene-18 {
  background-image: url(../images/wygl_18.png); }
.pc-mod-scene-19 {
  background-image: url(../images/wygl_19.png); }
.pc-mod-scene-20 {
  background-image: url(../images/wygl_20.png); }


.pc-mod-scene-index {
  float: left;
  display: block;
  width: 70px;
  height: 28px;
  line-height: 29px;
  text-align: center;
  padding-left: 2px;
  background: #384c78;
  color: #fff;
  border-radius: 4px;
  margin: 11px 22px 0 0;
  font-size: 15px;
  vertical-align: middle; }

.pc-mod-product-more {
  display: inline-block;
  width: 164px;
  height: 46px;
  border: 1px solid #0099ff;
  background: #fff;
  color: #09f;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 86px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .pc-mod-product-more:hover {
    background: #09f;
    color: #fff; }

#deploy-mode .pc-mod-product-more {
  width: 186px; }


/*end*/
#deploy-mode {
  height: 850px;
  background: #fff url(../images/bg.png) center bottom;
  background-size: auto 850px; }

#deploy-mode .pc-mod-title-describe {
  margin-bottom: 40px; }

#deploy-mode .pc-mod-product-more {
  display: block;
  margin: 32px auto 0; }

.pc-mod-deploy-mode-list {
  overflow: hidden;
  position: relative; }



.pc-mod-deploy-mode-public,
.pc-mod-deploy-mode-private {
  margin-bottom: 217px;
  position: relative;
  z-index: 100; }

.pc-mod-deploy-mode-public,
.pc-mod-deploy-mode-exclusive {
  text-align: right;
  padding-right: 59px; }

.pc-mod-deploy-mode-exclusive,
.pc-mod-deploy-mode-overseas {
  padding-bottom: 15px;
  position: relative;
  z-index: 100; }

.pc-mod-deploy-mode-item, .pc-mod-deploy-mode-public, .pc-mod-deploy-mode-private, .pc-mod-deploy-mode-exclusive, .pc-mod-deploy-mode-overseas {
  display: block;
  padding-right: 45px;
  background-repeat: no-repeat;
  background-position: right 5px;
  background-size: 39px 39px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer; }

.pc-mod-deploy-mode-public:hover .pc-mod-content-title,
.pc-mod-deploy-mode-private:hover .pc-mod-content-title,
.pc-mod-deploy-mode-exclusive:hover .pc-mod-content-title,
.pc-mod-deploy-mode-overseas:hover .pc-mod-content-title {
  color: #4199f7; }

.pc-mod-deploy-mode-public {
  background-image: url(../images/mode-icon1.png); }

.pc-mod-deploy-mode-private {
  background-image: url(../images/mode-icon2.png); }

.pc-mod-deploy-mode-exclusive {
  background-image: url(../images/mode-icon3.png); }

.pc-mod-deploy-mode-overseas {
  background-image: url(../images/mode-icon4.png); }

.pc-mod-deploy-mode-0 .pc-mod-deploy-mode-public {
  background-image: url(../images/mode-hover-icon1.png); }

.pc-mod-deploy-mode-1 .pc-mod-deploy-mode-private {
  background-image: url(../images/mode-hover-icon2.png); }

.pc-mod-deploy-mode-3 .pc-mod-deploy-mode-exclusive {
  background-image: url(../images/mode-hover-icon3.png); }

.pc-mod-deploy-mode-2 .pc-mod-deploy-mode-overseas {
  background-image: url(../images/mode-hover-icon4.png); }

.l-column-right .pc-mod-deploy-mode-item, .l-column-right .pc-mod-deploy-mode-public, .l-column-right .pc-mod-deploy-mode-private, .l-column-right .pc-mod-deploy-mode-exclusive, .l-column-right .pc-mod-deploy-mode-overseas {
  padding-left: 45px;
  background-position: left 5px; }

.pc-mod-deploy-img {
  width: 100%;
  height: 100%;
  background: url(../images/mode-banner1.png) no-repeat center center;
  background-size: 436px auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s; }

.pc-mod-deploy-mode-0 .pc-mod-deploy-img {
  background-image: url(../images/mode-banner1.png); }

.pc-mod-deploy-mode-1 .pc-mod-deploy-img {
  background-image: url(../images/mode-banner2.png); }

.pc-mod-deploy-mode-2 .pc-mod-deploy-img {
  background-image: url(../images/mode-banner4.png); }

.pc-mod-deploy-mode-3 .pc-mod-deploy-img {
  background-image: url(../images/mode-banner3.png); }

.pc-mod-decoration {
  width: 618px;
  height: 100%;
  /*background: url(../images/mode-banner3.png) no-repeat center center;
  background-size: 436px auto;*/
  position: absolute;
  /*top:-37px;*/
  left: 50%;
  margin-left: -324px; }

.pc-mod-decoration .pc-mode-outer,
.pc-mod-decoration .pc-mode-inner,
.pc-mod-decoration .pc-mode-small {
  width: 640px;
  height: 640px;
  background: #e5f4ff;
  position: absolute;
  top: 50%;
  margin-top: -320px;
  left: 50%;
  margin-left: -320px;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  -webkit-animation: ballScale 4s 0s linear infinite;
  -moz-animation: ballScale 4s 0s linear infinite;
  -ms-animation: ballScale 4s 0s linear infinite;
  animation: ballScale 4s 0s linear infinite; }

.pc-mod-decoration .pc-mode-inner {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s; }

.pc-mod-decoration .pc-mode-small {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s; }

.pc-mode-circle1, .pc-mode-circle2, .pc-mode-circle3, .pc-mode-circle4 {
  position: absolute;
  top: 287px;
  left: 157px;
  width: 16px;
  height: 16px;
  background: #d7e2f3;
  opacity: 0.4;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ballCircle 2.5s 0s ease infinite alternate;
  -moz-animation: ballCircle 2.5s 0s ease  infinite alternate;
  -ms-animation: ballCircle 2.5s 0s ease infinite alternate;
  animation: ballCircle 2.5s 0s ease infinite alternate; }

.pc-mode-circle2 {
  top: 107px;
  left: 247px;
  width: 12px;
  height: 12px;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.pc-mode-circle3 {
  top: 133px;
  left: 387px;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.pc-mode-circle4 {
  top: 322px;
  left: 427px;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.pc-mod-features-advan {
  width: 100%;
  height: 700px;
  background: url(../images/feature-bg.jpg) no-repeat center top;
  background-size: auto 700px;
 }

.pc-mod-features-advan .pc-mod-title-describe {
  margin-bottom: 1px; }

.pc-mod-advan-data-list {
  text-align: center; }

.pc-mod-advan-data-item {
  position: relative;
  display: inline-block;
  width: 213px;
  margin: 0 41px;
  height:193px;
  padding-top: 70px; }

.pc-mod-advan-data-item-num {
  padding-bottom: 15px;
  font-weight: 900; }

.pc-mod-advan-data-item-num span {
  color: #008eff;
  font-size: 34px;
  letter-spacing: -0.04rem;
  display: inline-block; }

.pc-mod-advan-data-item-num em:nth-child(2) {
  font-size: 17px;
  vertical-align: top;
  letter-spacing: -0.04em;
  color: #008eff;
  font-style: normal; }

.pc-mod-advan-data-item-num em:nth-child(3) {
  font-size: 13px;
  letter-spacing: -0.04em;
  color: #008eff;
  font-style: normal; }

.pc-mod-advan-data-item-name {
  font-size: 17px;
  color: #008eff; }

.pc-mod-features-content-list {
  text-align: center;
  font-size: 0;
  margin-top: 80px; }

.pc-mod-features-content-list-content, .pc-mod-feature-content-stable, .pc-mod-feature-content-complicate, .pc-mod-feature-content-point, .pc-mod-feature-content-safe, .pc-mod-feature-content-extension {
  display: inline-block;
  vertical-align: top;
  width: 174px;
  margin-right: 50px;
  padding-top: 80px;
  background-size: 95px 80px;
  background-repeat: no-repeat;
  background-position: center top; }

.pc-mod-feature-content-stable {
  background-image: url(../images/feature-icon1.png); }

.pc-mod-feature-content-complicate {
  background-image: url(../images/feature-icon2.png); }

.pc-mod-feature-content-point {
  background-image: url(../images/feature-icon3.png); }

.pc-mod-feature-content-safe {
  background-image: url(../images/feature-icon4.png); }

.pc-mod-feature-content-extension {
  background-image: url(../images/feature-icon5.png); }

.pc-mod-feature-content-extension {
  margin-right: 0; }

.pc-mod-features-content-list .pc-mod-content-title {
  color: #384c78;
  font-size: 19px;
  margin-top: 6px; }

.pc-mod-features-content-list .pc-mod-content-describe,
.pc-mod-features-content-list .pc-mod-content-describe p {
  font-size: 15px;
  line-height: 26px;
  color: #748598; }

.pc-mod-cases {
  height: 800px;
  padding-bottom: 34px;
  padding-bottom: 40px;
  background: #152034 url(../images/case-bg.png) center top;
  background-size: auto 846px;
  position: relative; }

.pc-mod-cases .pc-mod-title {
  color: #edf2fd; }

.page-index .pc-mod-cases .pc-mod-title {
  color: #8a9eca; }

.pc-mod-cases-banner {
  height: 650px; }


.pc-mod-cases-banner .pc-mod-content {
  padding-left: 678px;
  padding-top: 100px; }

#cases .pc-mod-swiper-slide,
#pc-mod-cases .pc-mod-swiper-slide {
  background: url(../images/case-banner1.png) no-repeat left top;
  background-size: 603px 494px;
  font-size: 0; }

.pc-mod-cases-banner .pc-mod-content-title {
  margin-bottom: 23px;
  color: #fff;
  font-size: 42px;
  font-weight: 300; }

.pc-mod-cases-banner .pc-mod-content-describe {
  font-size: 19px;
  color: #fff;
  margin-bottom: 108px; }

.pc-mod-cases-more {
  display: inline-block;
  width: 164px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #0099ff;
  color: #0099ff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .pc-mod-cases-more:hover {
    background: #09f;
    color: #fff; }

.pc-mod-cases .pc-mod-swiper-button-prev,
.pc-mod-cases .pc-mod-swiper-button-next {
  display: block; }

.pc-mod-cases-banner {
  width: 1200px;
  margin: 0 auto; }

.pc-mod-cases .pc-mod-swiper-shuffling {
  margin-top: 20px; }

.pc-mod-cases .pc-mod-swiper-pagination1 {
  text-align: center;
  bottom: 15px;
  position: absolute;
  left: 50%;
  margin-left: -600px; }

.pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch {
  display: inline-block;
  width: 133px;
  padding-top: 89px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-radius: 0;
  background: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 82px auto; }

/*首页 案例*/
.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child {
  background-image: url(../images/lujinsuo-icon.png); }

.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span {
  background-image: url(../images/sichuanhangkong-icon.png); }

.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span + span {
  background-image: url(../images/cctv-icon.png); }

.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span + span + span {
  background-image: url(../images/weilaiqiche-icon.png); }

.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span + span + span + span {
  background-image: url(../images/qichezhijia-icon.png); }

.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span + span + span + span + span {
  background-image: url(../images/dedao-icon1.png); }

.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span + span + span + span + span + span {
  background-image: url(../images/xiecheng-icon.png); }

.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span + span + span + span + span + span + span {
  background-image: url(../images/laifeng-icon.png); }

.page-index .pc-mod-swiper-pagination1 .pc-mod-swiper-pagination-switch:first-child + span + span + span + span + span + span + span + span {
  background-image: url(../images/weibo-icon.png); }

.pc-mod-swiper-pagination1 .pc-mod-swiper-active-switch {
  opacity: 1;
  filter: alpha(opacity=100); }

.pc-mod-swiper-button-prev, .pc-mod-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 65px;
  height: 65px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.pc-mod-swiper-button-prev {
  background-image: url(../images/swiper-button-prev.png);
  background-size: 65px auto;
  left: 50%;
  margin-left: -680px;
  right: auto; }

.pc-mod-swiper-button-next {
  background-image: url(../images/swiper-button-next.png);
  background-size: 65px auto;
  right: 50%;
  left: auto;
  margin-right: -680px; }

.pc-mod-swiper-button-prev:hover,
.pc-mod-swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%; }

.pc-mod-partners {
  padding-bottom: 47px;
  background: #e1ecff; }

.pc-mod-partners-list {
  text-align: center;
  font-size: 0;
  margin-top: 36px; }

.pc-mod-partners-item, .index-partner-yanhuang, .index-partner-wanhu, .index-partner-wps, .index-partner-fanwei, .index-partner-donghua, .index-partner-qidi, .index-partner-zhiyuan {
  display: inline-block;
  width: 130px;
  height: 56px;
  margin: 0 17px;
  background-size: 130px auto;
  background-repeat: no-repeat;
  text-indent: -9999px; }

.index-partner-yanhuang {
  margin: 0 30px;
  background-image: url(../images/index-partner1.png); }

.index-partner-wanhu {
  margin: 0 18px 0 0;
  background-image: url(../images/index-partner2.png); }

.index-partner-wps {
  margin: 0 20px;
  background-image: url(../images/index-partner3.png); }

.index-partner-fanwei {
  background-image: url(../images/index-partner4.png);
  background-position: 0 -4px;
  margin: 0px 14px; }

.index-partner-donghua {
  width: 151px;
  margin: 0 15px 0 17px;
  background-position: 0 6px;
  background-size: 131px auto;
  background-image: url(../images/index-partner5.png); }

.index-partner-qidi {
  margin: 0 0 0 14px;
  background-image: url(../images/index-partner6.png); }

.index-partner-zhiyuan {
  margin: 0 30px;
  background-image: url(../images/index-partner7.png); }

.pc-mod-login {
  background: #fff;
  padding-top: 47px;
  padding-bottom: 47px; }

.pc-mod-login-describe,
.pc-mod-login-describe p {
  text-align: center;
  font-size: 19px;
  color: #000;
  line-height: 40px; }

.pc-mod-login-input {
  display: block;
  width: 440px;
  height: 45px;
  border: 1px solid #b7b8b9;
  color: #fff;
  background: #0f1014;
  margin: 30px auto;
  text-align: center;
  padding-left: 15px; }

.pc-mod-login-input:focus {
  text-align: left; }

.pc-mod-login .pc-g-signup {
  display: block;
  float: none;
  margin: 30px auto 0;
  width: 164px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  border: none;
  background: #09f;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .pc-mod-login .pc-g-signup:hover {
    color: #09f;
    background: #fff; }

.pc-mod-link {
  display: none;
  position: fixed;
  right: 30px;
  top: 50%;
  margin-top: -102px;
  z-index: 20; }

.pc-mod-link-item {
  display: block;
  width: 12px;
  height: 12px;
  background: #c9e9ff;
  border-radius: 50%;
  margin-bottom: 20px;
  text-indent: -9999px; }

.pc-mod-link-item-cur {
  background: #0099ff; }

.pc-mod-link-item:last-child {
  display: none; }

.page-index .pc-mod-swiper-pagination-bullet:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #000; }

.page-index .pc-mod-swiper-pagination-bullet-active:before {
  background: #007aff; }
  
.pc-mod-svg {
  position: absolute;
  top: 24px;
  left: 0; }

.pc-mod-ring {
  transition: stroke-dasharray 0.6s linear 0.2s;
  -webkit-transition: stroke-dasharray 0.6s linear 0.2s;
  -moz-transition: stroke-dasharray 0.6s linear 0.2s;
  -ms-transition: stroke-dasharray 0.6s linear 0.2s; }
  
.pc-mod-list {
  border-top: 1px solid #ecf0f9;
  border-bottom: 1px solid #ecf0f9;
  padding: 82px 0;
  font-size: 0; }

.pc-mod-login .pc-g-signup:visited {
  color: #fff; }

.pc-mod-login .pc-g-signup:hover {
  color: #09f;
  background: #fff; }

.pc-mod-rce-icon:before {
  background-position: 0 -162px; }
