@charset"utf-8";
/*自定义分页符样式*/
.head {
  padding: 1% 0%;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.guanbi{
  position: absolute;
  top: 10%;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  width: 10%;
  right: 10%;
  box-sizing: border-box;
  /* height: 90%; */
  z-index: 0;
  cursor: pointer;
}
.lf{float: left;}
.rt{float: right;}
.inner{width: 1200px;margin:0 auto;}
.inners{width: 1500px;margin:0 auto;}
.clears:after{
  display: block;
  content: "";
  clear: both;
}
/***
    首页banner
***/
.banner{
    position: relative;
}
.banner>img{
    width: 100%;
}
.section1wenzi{
  position: absolute;
  top:20%;
  width: 50%;
  left: 10%;
}
.section1wenzi h1{
  color:#00a0e9;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 2%;
  /* background: -moz-linear-gradient(to right,#e93d4b,#aa8ee0,#9f9cfb);
  background: -webkit-linear-gradient(to right,#e93d4b,#aa8ee0,#9f9cfb);
  background: -o-linear-gradient(to right,#e93d4b,#aa8ee0,#9f9cfb);
  background: -ms-linear-gradient(to right,#e93d4b,#aa8ee0,#9f9cfb);
  background: linear-gradient(to right,#e93d4b,#aa8ee0,#9f9cfb); */
  /* -moz-background-clip: text; */
  /* -webkit-background-clip: text;
  /* -o-background-clip: text;
  -ms-background-clip: text; */
  /* color: transparent; */
  /* -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image:linear-gradient(to right,#e93d4b,#aa8ee0,#9f9cfb); */
  /* -webkit-text-fill-color:transparent; */ 
  font-family: "Microsoft YaHei";
}
.section1wenzi p{
  color:#fff;
  font-size: 25px;
  font-family: Arial;
}
.section1more{
  border:1px solid #fff;
  border-radius: 50px;
  height:45px;
  width: 30%;
  line-height: 45px;
  position: absolute;
  left: 5%;
  padding:0 1%;
  bottom:10%;
}
.section1more h2{
  color:#fff;
  font-family: Arial;
  font-weight: bold;
  line-height: inherit;
}
.section1more span{
  float: right;
}
.section1more img{
  vertical-align: middle;
}
.shu{
    position: absolute;
    bottom:40px;
    width: 100%;
    text-align: center;
}
.shu_line span{
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255,255,255,1);
    margin:0 auto 6px;
}
.shu_line span:nth-child(1){
    -webkit-animation: ico_fi1 0.8s infinite linear alternate;
    animation: ico_fi1  0.8s infinite linear alternate;
}
.shu_line span:nth-child(2){
    -webkit-animation: ico_fi2  0.8s infinite linear alternate;
    animation: ico_fi2  0.8s infinite linear alternate;
}
.shu_line span:nth-child(3){
    -webkit-animation: ico_fi3  0.8s infinite linear alternate;
    animation: ico_fi3  0.8s infinite linear alternate;
}
@-webkit-keyframes ico_fi1{
    0%{
        background: rgba(255,255,255,0.2);
    }
    50%{
        background: rgba(255,255,255,0.3);
    }
    100% {
        background: rgba(255,255,255,0.5);
    }
}
@keyframes ico_fi1{
    0%{
        background: rgba(255,255,255,0.2);
    }
    50%{
        background: rgba(255,255,255,0.3);
    }
    100% {
        background: rgba(255,255,255,0.5);
    }
}
@-webkit-keyframes ico_fi2{
    0%{
        background: rgba(255,255,255,0.4);
    }
    50%{
        background: rgba(255,255,255,0.6);
    }
    100% {
        background: rgba(255,255,255,0.4);
    }
}
@keyframes ico_fi2{
    0%{
        background: rgba(255,255,255,0.4);
    }
    50%{
        background: rgba(255,255,255,0.6);
    }
    100% {
        background: rgba(255,255,255,0.4);
    }
}
@-webkit-keyframes ico_fi3{
    0%{
        background: rgba(255,255,255,1);
    }
    50%{
        background: rgba(255,255,255,0.7);
    }
    100% {
        background: rgba(255,255,255,0.4);
    }
}
@keyframes ico_fi3{
    0%{
        background: rgba(255,255,255,1);
    }
    50%{
        background: rgba(255,255,255,0.7);
    }
    100% {
        background: rgba(255,255,255,0.4);
    }
}
.padd{
    padding: 0 220px;
}
.place_tit p{
    /* width: 780px; */
    line-height: 35px;
    color: #666666;
}
.place{
    width: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center 0;
    background-attachment: fixed;
    background-size: cover;
}
.pageWrapper{position: absolute;top:0px;left: 0px;bottom:0px;right:0;height: 100%;width: 100%;overflow: hidden;}
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{z-index: 101;}
.case_fixed_img{
    padding-top: 12%;
    padding-bottom: 2%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
    image-rendering: auto;
}
.case_fixed_img .before{position: absolute;left: 0;top: 0px;height: 100%;width: 14%;background: #fff;-webkit-transform: translateX(0);transform: translateX(0);}
.case_fixed_img .after{position: absolute;right: 0;top: 0px;height: 100%;width: 14%;background: #fff;-webkit-transform: translateX(0);transform: translateX(0);}
.place_inner{
    width: 1200px;
    margin: auto;
}
.place_lf{
    float: left;
    width: 540px;
    padding-right: 75px;
}
.place_rt{
    margin-left: 540px;
}
.place_lf h1,.place_rt h4{
    color: #fff;
}
.place_lf p,.place_rt p{
    color: #8190D8;
    line-height: 30px;
    height: 200px;
    overflow: hidden;
}
.place_lf p{
  height: auto;
}
.place_lf h1{
    line-height: 40px;
}
.place_rt ul{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}
.place_rt ul li h4{
    margin-bottom: 20px;
    margin-top: 20px;
}
.place_rt ul li{
    width: 50%;
    margin-bottom: 50px;
    padding-right: 65px;

}
.innovate{
    position: absolute;
    width: 780px;
    top:30%;
    left: 30%;
}
.innovate_ps{
    position: relative;
}
.innovate h1{
    color: #fff;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.innovate p{
    color: #8190D8;
    line-height: 25px;
    margin-top: 20px;
}
.innovate  span{
    color: #CCCCCC;
}
.innovate b img{
    display: block;
    margin-top: 50px;
}
.innovate:hover h1{
    transform:translateY(-150px);
}
.innovate_hide{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform:translateY(120px);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.innovate:hover .innovate_hide{
    opacity: 1;
    transform:translateY(0px);
}
.innovate_bottom{
    top:68%;
    left: 50%;
}
.aim_inner{
    margin: auto;
    background: url("../images/index/xian.png") no-repeat top center ;
    padding-bottom: 10%;
}
.aim_list{
    width: 1500px;
    margin: auto;
}
.aim_list ul{
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content: center;
}
.aim_list ul li{
    width: 250px;
    margin: 0 5%;
    text-align: center;
    color: #fff;
}
.aim_list ul li:nth-child(1){padding-top: 60px;}
.aim_list ul li:nth-child(2){padding-top: 10px;}
.aim_list ul li:nth-child(3){padding-top: 20px;}
.aim_list ul li i{
  /*display: block;*/
  /*margin: 0 auto;*/
  /*width: 10px;*/
  /*border-radius: 100%;*/
  /*height: 10px;*/
  /*background: #fff;*/
  /*z-index: 100;*/
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../images/index/cen.png");
}
.aim_list ul li span{
    font-size: 22px;
    display: block;
    margin: 40px 0;

}
.aim_list ul li b{
    display: block;
    margin-bottom: 40px;
}
.aim_list ul li em{
  width:45px;
  height:45px;
  padding: 7%;
  display: block;
  margin: -20px auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border:1px solid transparent;
  z-index: 10;
  background: transparent;
}
.aim_list ul li.active em,.aim_list ul li:hover em{
  width:45px;
  height:45px;
  padding: 7%;
  display: block;
  margin: -20px auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border:1px solid #be1b20;
  background: #000000;
  z-index: 10;
}
.aim_list ul li.active i,.aim_list ul li:hover i{
  background: url("../images/index/cens.png");
}




/*第五屏-解决方案*/
.jjfanr{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
}
.jjfa-title{
  margin:5% 0;
  text-align: center;
}
.jjfa-title h1{
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  /* background:linear-gradient(to right,#e93d4b,#aa8ee0,#9f9cfb);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent; */
}
.jjfa-title p{
  font-size: 18px;
  color:#ffffff;
  margin-top:10px;
}
.jjfanr ul{
  margin-top: 10%;
}
.jjfanr ul li{
  width: 25%;
  float: left;
  text-align: left;
  padding-right: 5%;
  /*border: 1px solid;*/
  margin-bottom: 10%;
  animation: aa;
  animation-delay: 0.5s;
}
.jjfanr ul li h2{
  margin:15px 0;
  color:#fff;
  font-size: 16px;
}
.jjfanr ul li p{
  color:#8190d8;
  height:42px;
  font-size: 14px;
  text-align: left;
}
.jjfanr ul li i img{
  width: 45px;
  height: 45px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  /*animation: bottom_arrow_flash 1.3s ease-in-out infinite;*/
  /*animation-direction: alternate;*/
}
.jjfanr ul li:hover i img{
  transform: translate(0,-10px);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
/*第六屏*/
.carlist{
  padding:0 5% 15% 5%;
  overflow: hidden;
}
.guanggao{display: block;}
.guanggaos{display: none;}
.guanggaos ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.guanggaos ul li{width:33.33%;
  text-align: center;
}
.guanggaos ul li img{
  width: 100%;
  height: 50px;
  margin-bottom: 20px
}
.guanggao>ul{
  width: 100%;
  float: left;
  /*margin-bottom: 5%;*/
}
.guanggao>ul>li{
  width: 20%;
  float: left;
  margin-bottom: 5%;
}
.carlist>ul>li{
  float: left;
  width:20%;
  text-align: center;
  margin-bottom: 5%;
}
.carlist>ul>li img{
  max-width: 100%;
  display: block;
  margin:0 auto;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.carlist>ul>li:hover img{
  transform: scale(1.1);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;

}
.threebtn ul{display: flex;justify-content: center;}
.threebtn ul li{
  padding: 5px 10px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 20%;
  margin: 0 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.threebtn ul li a{
  font-weight: bold;
  font-size: 20px;
  background:linear-gradient(to right,#e93d4b,#aa8ee0,#9f9cfb);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
@keyframes aa {
  0% {
   opacity: 0;
  }
  100% {
    opacity: 1.0;
    transition: all ease-in 0.5s;
  }
}
@keyframes bottom_arrow_flash {
  0% {
    /*top: -20px;*/
    /*opacity: 1.0;*/
    transform: translate(0,0px);
    transition: all ease-in-out .5s;
  }
  100% {
    /*top: -35px;*/
    /*opacity: 0.3;*/
    transform: translate(0,-10px);
    transition: all ease-in-out .5s;
  }
}
/*@media screen and (max-width: 1800px) and (min-width: 1700px){*/
  /*.head {*/
    /*padding: 1% 6%;*/
  /*}*/
/*}*/
/*@media screen and (max-width: 1799px) and (min-width: 1600px){*/
  /*.head {*/
    /*padding: 1% 6%;*/
  /*}*/
/*}*/
.picMarquee-left{
  margin-bottom: 40px;
}
.picMarquee-left ul{
  overflow: hidden;
}
.picMarquee-left ul li{
  float: left;
  width: 20%;
  text-align: center;
}
.picMarquee-left ul li img{
  margin-bottom: 30px;
  width: 70%;
  height: 50px;

}
@media screen and (max-width: 1500px) and (min-width: 1400px){
  .jjfanr ul {
    margin-top: 0;
  }
  .jjfa-title {
    margin: 5% 0 3% 0;
  }
  .aim_list ul li:nth-child(1) {padding-top: 65px;}
  .aim_list ul li:nth-child(2) { padding-top: 20px;}
  .aim_list ul li:nth-child(3) { padding-top: 0;}
  .innovate{width: 50%;}
  .inners {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1300px){
  .inners { width: 95%;}
  .innovate{ width: 50%; left: 25%;}
  .innovate_bottom{left: 45%;}
  .aim_list {width: 100%;}
  .aim_list ul li:nth-child(2) { padding-top: 10px;}
  .aim_list ul li:nth-child(3) { padding-top: 30px;}
  .padd {
    padding: 0 15%;
  }
  .jjfa-title{margin:5% 0 2% 0;}
  .jjfanr ul {
    margin-top: 0;
  }
}
@media screen and (max-width: 1299px) and (min-width: 1200px){
  .section1wenzi h1{font-size: 40px;}
  .section1wenzi p{font-size: 20px;}
  /* .navlist_mo>li { padding: 15% 5% 15% 5%; } */
  .place_post{padding:0 2%;}
  .place_lf {
    width: 40%;
    padding-right: 5%;
  }
  .place_rt {
    width: 55%;
    margin-left: 0;
    float: right;
  }
  .innovate{width: 50%;left: 20%;top:25%;}
  .innovate_bottom{left: 40%;top:55%;}
  .aim_list {
    width: 95%;
  }
  .aim_list ul li:nth-child(3) {
    padding-top: 40px;
  }
  .jjfa-title {
    margin: 5% 0 2% 0;
  }
  .jjfanr ul{margin-top: 0;}
  .jjfanr ul li {
    padding: 0 2%;
    margin-bottom: 5%;
  }
  .threebtn{ margin-top: 5%;}
  .inners {
    width: 97%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px){
  .section1wenzi h1{font-size: 30px;}
  .section1wenzi p{font-size: 16px;}
  .place_inner{
    width: 95%;
  }
  .padd {
    padding: 0 5%;
  }
  .place_lf {
    float: left;
    width: 40%;
    padding: 0 3%;
  }
  .place_rt {
    padding: 0 5% 0 0;
    margin-left: 0;
    width: 60%;
    float: right;
  }
  .innovate{width: 50%;left: 20%;top:25%;}
  .innovate_bottom{left: 40%;top:55%;}
  .innovate h1{font-size: 22px;}
  .innovate_hide{bottom:-15px;}
  .innovate_bottom {
    left: 47%;
    top: 55%;
  }
  .aim_inner{padding-bottom: 10%;}
  .aim_list {
    width: 95%;
    margin: auto;
  }
  .aim_list ul li:nth-child(2) {
    padding-top: 10px;
  }
  .aim_list ul li:nth-child(3) {
    padding-top: 55px;
  }
  .inner {
    width: 97%;
    margin: 0 auto;
  }
  .inners{width: 95%;}
  .jjfanr ul li{padding-right:0;text-align: center;margin-bottom: 2%;}
  .jjfanr ul li p {
    font-size: 14px;
    text-align: center;
  }
  .jjfanr ul{margin-top: 0;}
  .threebtn{margin-top:5%;}
  .threebtn ul li{width:25%;}
}
@media screen and (max-width: 1023px) and (min-width: 768px){
  
  .guanbi{top:0;}
  .section1more{height:40px;line-height: 40px;}
  .section1wenzi h1{font-size: 30px;}
  .section1wenzi p{font-size: 16px;}
  .section1more h2{font-size: 12px;}
  .section1more span img{
    max-width: 80%;
  }
  .place_inner{
    width: 95%;
  }
  .padd {
    padding: 0 5%;
  }
  .place_lf {
    float: left;
    width: 45%;
    padding: 0 2%;
  }
  .place_rt {
    padding: 0;
    margin-left: 0;
    width: 55%;
    float: right;
  }
  .place_rt ul li{
    margin-bottom: 5%;
  }
  .innovate{width: 60%;left: 20%;top:30%;}
  .innovate_bottom{left: 40%;top:55%;}
  .innovate h1{font-size: 22px;}
  .innovate p{height:60px;overflow: hidden;}
  .innovate b img {
    display: block;
    margin-top: 10px;
  }
  .innovate_hide{bottom:0;}
  .innovate_bottom {
    left: 40%;
    top: auto;
    bottom:15%;
  }
  .aim_list ul li{margin:0 3%;}
  .aim_list ul li.active em, .aim_list ul li:hover em{padding:8%;}

  .aim_inner{padding-bottom: 10%;}
  .aim_list {
    width: 95%;
    margin: auto;
  }
  .aim_list ul li:nth-child(1) {
    padding-top: 55px;
  }
  .aim_list ul li:nth-child(2) {
    padding-top: 10px;
  }
  .aim_list ul li:nth-child(3) {
    padding-top: 65px;
  }
  .banner>img.solve{height:500px;}
  .inner {
    width: 97%;
    margin: 0 auto;
  }
  .inners{width: 95%;}
  .jjfanr ul li{padding-right:0;text-align: left;margin-bottom: 5%;}
  .jjfanr ul li p {
    font-size: 14px;
    text-align: left;
  }
  .carlist>ul>li img {
    max-width: 80%;
  }
  .carlist{padding:5% 0;}
  .carlist>ul>li{height: 50px;}
  .jjfanr ul{margin-top: 0;}
  .threebtn{margin-top:5%;}
  .threebtn ul li{width:25%;}
}

@media screen and (max-width: 767px){
  .picMarquee-left{
    display: none;
  }
  .head {
    padding: 2% 0;
  }
  .banner>img{min-height:500px;}
  .guanbi{top:0;right: 8%;}

  .section1more{width:90%;padding:0 3%;height:40px;line-height: 40px;}
  .section1wenzi{width:80%;top:30%;}
  .section1wenzi h1{font-size: 23px;}
  .section1wenzi p{font-size: 12px;}
  .shu{display: none;}
  .section1more h2{font-size: 12px;}
  .section1more span img{
    max-width: 80%;
  }
  .place_tit p{width:100%;text-align: justify;}
  .place_inner{
    width: 95%;
  }
  .padd {
    padding: 0 5%;
  }
  .place_lf {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 2%;
  }
  .place_rt {
    padding: 0;
    margin-left: 0;
    width: 100%;
    float: right;
    margin-top: 5%;
  }
  .place_rt ul li{
    text-align: center;
    margin-bottom: 5%;
    padding-right: 20px;
  }
  .innovate{width: 90%;left: 5%;top:30%;}
  .innovate h1{font-size: 18px;}
  .innovate p{height:60px;overflow: hidden;}
  .innovate b img {
    display: block;
    max-width: 10%;
    margin-top: 10px;
  }
  .innovate_hide{bottom:0;}
  .innovate_bottom {
    left: 5%;
    top: auto;
    bottom:10%;
  }
  .innovate_bottom b img{float: right;}
  .innovate_bottom h1{text-align: right;}
  .aim_list ul li{margin:0;width: 33%;}
  .aim_list ul li i{
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
  }
  .aim_list ul li.active i, .aim_list ul li:hover i{
    background-size: 100% 100%;
    /*padding:8%;*/
  }

  .aim_inner{padding-bottom: 10%;}
  .aim_list {
    width: 95%;
    margin: auto;
  }
  .aim_list ul li:nth-child(1) {
    padding-top: 25px;
  }
  .aim_list ul li:nth-child(2) {
    padding-top: 15px;
  }
  .aim_list ul li:nth-child(3) {
    padding-top: 50px;
  }
  .aim_list ul li p{font-size: 12px;text-align: center;}
  .banner>img.solve{height:750px;}
  .jjfa-title h1{font-size: 25px;}
  .jjfa-title p{font-size: 14px;}
  .jjfanr ul li i img {
    width: 27px;
    height: 27px;
  }
  .inner {
    width: 97%;
    margin: 0 auto;
  }
  .inners{width: 95%;}
  .jjfanr ul li{
    width: 50%;
    padding-right:0;
    text-align: center;
    margin-bottom: 5%;
  }
  .jjfanr ul li p {
    height:63px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
  }
  .carlist>ul>li img {
    max-width: 100%;
  }
  .carlist{padding:5% 0;}
  .carlist>ul>li{height: 50px;}
  .jjfanr ul{margin-top: 0;}
  .threebtn{margin-top:5%;}
  .threebtn ul li{width:33%;padding:5px 0;}
  .threebtn ul li a{font-size: 12px;}
  .guanggao{display: none;}
  .guanggaos{display: block;}
  .guanggao>ul>li{
    margin-bottom:0;
  }
}