*{margin:0;padding:0;}
/* 轮播图 */
#box{
  position: relative;
  min-width: 1200px;
}
.banner-box img {
  display: block;
  width: 100%;
}
.banner-des {
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(44, 52, 65, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(44, 52, 65, 0.1);
}
.banner-des .content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}
.banner-des .des-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 23px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-des .des-box:nth-of-type(1)::after {
  display: none;
}
.banner-des .des-box::after {
  content: '';
  width: 1px;
  height: 40px;
  background: #E6E6E6;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.banner-des .des-box img {
  width: 40px;
  margin-right: 16px;
}
.banner-des .des-box .title {
  color: #111111;
  font-size: 18px;
}
.banner-des .des-box .des {
  color: #666666;
  font-size: 14px;
}
/* 轮播底部区域 */
.banner-footer{
padding-bottom:-30px;
}
.banner-footer-big{
  width:1200px;
  margin:0 auto;
  bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  /* position: absolute;
  top:-25px;
  left:18.2%; */
  position: relative;
  top:-50px;
    z-index: 50;

-webkit-box-shadow:0 2px 15px -3px #666;

        box-shadow:0 2px 15px -3px #666;
}
.banner-footer-list{
  width:16.6%;
  margin: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* border: 1px solid red; */
  padding-left: 35px;
}

.banner-footer-list:hover img{
  transform: scale(1.1);
  transition: all 0.5s ease 0s;
}
.banner-footer-list:hover a{
  color:#0271FF
}
.banner-footer-list a{
  color:#111111
}
.banner-footer-list .rights{
  border-right: 1px solid #D6DBE3 ;
  padding-right: 35px;
  line-height: 30px;
}
.banner-footer-list .list-imgs{
margin-right: 10px;
width:50px;
height:50px;
}
.banner-footer-list:nth-child(6) .rights {
  border: 0;
}
.list-imgs{
  width:50px;
  height:50px;
}

/*公共标题模块*/
.sec-title {
  text-align: center;
  cursor: pointer;
}

.sec-title .title {
  position: relative;
  color: #111111;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
}
.sec-title .bottom{
  background: #0271FF;
  height:5px;
  width:55px;
  display: block;
  margin:0 auto;
  margin-top: 15px;
}

/*产品概述*/
.product-summarize{
  margin-top: 50px;
  padding: 99px 0 70px;
}
.summarize{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width:1200px;
  margin:20px auto;
  margin-top: 80px;
}
.summarize-left .title{
  font-size: 42px;
  color: #111111;
  font-weight: bold;
  line-height: 1em;
}
.summarize-left .text{
  margin:50px 0;
    line-height: 2em;
    font-family: MicrosoftYaHei;
}
.summarize-left .title a,.summarize-left .text a{
  color:#111111
}
.summarize-left .but{
  background: url(../img/trys.png) no-repeat;
  width:174px;
  height:68px;
  line-height: 63px;
  text-align: center;
  color:#fff
}
.summarize-left .but a{
  color:#fff
}
.summarize-left .but .rights{
 margin-left: 15px;
}
.summarize-left .text .bd{
  font-weight: bold;
}
.summarize-right img{
   transition: All 0.4s ease-in-out;
   -webkit-transition: All 0.4s ease-in-out;
   -moz-transition: All 0.4s ease-in-out;
   -o-transition: All 0.4s ease-in-out;
}
.summarize-right img:hover{
 transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);

}


/* 平台特点 */
.platform{
    padding: 99px 0 70px;
    background: url(../img/platform-bg.png) repeat;
}
.platform-big{
  width:1200px;
  margin:0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../img/platform-bgs.png) repeat;
  margin-top: 50px;
}
.platform-big .platform-list{
    width:360px;
    text-align: center;
    padding:50px 30px;
    transition: all 0.5s ease 0s;
}
.platform-big .platform-list:hover{
   cursor:pointer;
   background: rgba(27,133,255,0.7);
   color:#FFF
}
.platform-big .platform-list .platform-title{
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}
.platform-big .platform-list .platform-text{
  line-height: 1.5em;
  margin-top: 10px;
}
/* 关键特性 */
.character{
      padding: 99px 0 70px;
      background: #fff;
}
.character .container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width:1200px;
  margin:0 auto;
  margin-top: 30px;
   cursor:pointer;
}
.character .container .container-center img {
        transition: all 0.5s ease 0s;
}
.character .container .container-center img:hover{
-webkit-transform: scale(1.05);
        transform: scale(1.05);
}
.character .container .container-left{
 width:20%;
}
.character .container .container-center{
  width:50%;
}
.character .container .container-right{
  width:21%;
}
.character .container  .crux-box{
  margin-bottom: 40px;
}
.character .container  .crux-box .box-title{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.character .container .container-center .cx{
  vertical-align: middle;
  height:400px
}
/* 产品优势 */
.advantage{
    padding: 99px 0 70px;
    background: url(../img/advantage-bg.png) repeat;
    height:500px;
}
.advantage-big{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin:0 auto;
  margin-top: 30px;
  width:1200px;
}
.advantage-big .advantage-list{
      background: url(../img/once-bg.png) repeat;
      width:340px;
      height:380px;
      padding:0 20px;
      cursor:pointer;

}
.advantage-big .advantage-list:hover{
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
          transition: all 0.5s ease 0s;
}
.advantage-big .advantage-list-s:hover{
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
          transition: all 0.5s ease 0s;
}
.advantage-big .advantage-list-x:hover{
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
          transition: all 0.5s ease 0s;
}
.advantage-big .advantage-list-s{
      background: url(../img/twice-bg.png) repeat;
      width:340px;
      height:380px;
      padding:0 20px;
      cursor:pointer;

}
.advantage-big .advantage-list-x{
      background: url(../img/three-bg.png) repeat;
      width:340px;
      height:380px;
      padding:0 20px;
      cursor:pointer;

}
.advantage-big  .advantage-title{
  font-weight: bold;
  font-size: 20px;
  margin-top:120px;
}
.advantage-big .advantage-box{
  margin:20px 0;
  line-height: 1.5em;
  font-size: 15px;
}
/* 成功案例 */
.sucsses{
    padding: 99px 0 70px;
  background: #fff;

}
.sucsses .mySwiper{
  width: 1200px;
}
.sucsses img{
  width:100%;
}
.sucsses-big{
  width:1000px;
  margin:0 auto;
  background: #F7F8FC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding:50px;
  margin-top: 50px;
}
.sucsses-left{
  width:35%;
}
.sucsses-right{
  /* border: 1px solid red; */
  width:57%;
}
.sucsses-right .square{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top:20px;
}
.sucsses-right .square .bgs{
  width:5px;
  height:5px;
  display: block;
  background: #FDCE63;
  margin-right: 10px;
}
.sucsses-right .sucsses-title{
  font-weight: bold;
  font-size: 30px;
}
.sucsses-right .box{
  margin-top: 20px;
}
.sucsses-right .box .box-texts{
  line-height: 1.5em;
}
/* 合作伙伴 */
.partner {
  padding: 99px 0 70px;
  background: #EEEFF4;
}
.partner .partner-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 64px;
}
.partner .partner-box .partner-img {
  width: 224px;
  height: 100px;
  margin-bottom: 22px;
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.partner .partner-box .partner-img:nth-of-type(5n) {
  margin-right: 0;
}
.partner .partner-box .partner-img:hover {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(44, 52, 65, 0.16);
          box-shadow: 0px 4px 20px 0px rgba(44, 52, 65, 0.16);
}
.swiper{
  position: relative;
}
.btn-right{
  width:50px;
  height:50px;
  position: absolute;
  top:240px;
  right:0;
  z-index: 1;
}
.btn-left{
  width:50px;
  height:50px;
    position: absolute;
  top:240px;
  left:0;
  z-index: 1;
}
/* 弹窗部分 */
.apply {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 558px;
    z-index: 66;
    background: #fff;
    width: 666px;
    padding: 50px;
}

.apply form input {
    outline: none;
    padding-left: 15px;
}

.apply .title {
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}

.apply .text {
    text-align: center;
    line-height: 50px;
}


form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 30px;
}

form .topbox {
    width: 48%;
    height: 61px;
}
form .liu label{
    width: 80%;
    /* border: 1px solid red; */
    margin-right: 28px;
}
form .topbox span {
    color: red;
}

form .tishi {
    color: red;
    font-size: 12px;
}

form .top {
    line-height: 35px;
    display: flex;
    justify-content: space-between;
}

form .top:last-child {
    width: 100%;
}



form .top:last-child textarea {
    width: 100%;
    outline: none;
}

form .top label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100px;

    font-size: 14px;
}

form .top input {
    line-height: 25px;
    width: 180px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

form .top .tishi {
    font-size: 12px;
}

.foot-but {
    text-align: center;
    margin-top: 30px;
}

#but {
    width: 120px;
    margin: 0 auto;
    background: #3387FF;
    color: #fff;
    line-height: 35px;
    border: 0;
    text-align: center;
    border-radius: 5px;
}

#textareas {
    width: 100%;
    padding-left: 10px;
}

.apply .but {
    text-align: center;
}

#submit {
    background: #0271ff;
    width: 120px;
    border: 0;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
}

.box-bg {
    background-color: rgba(26, 24, 24, 0.5);
    width: 100%;
    height: 5150px;
    position: absolute;
    top: 0;
    z-index: 65;
}

form .tishi {
    display: block;
    margin-left: 120px;
    margin-top: 5px;
}