#index .banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#index .banner .swiper-slide {
  position: relative;
}
#index .banner .swiper-slide > img {
  width: 100%;
}
#index .banner .swiper-slide .text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
#index .banner .swiper-slide .text h2 {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #010014;
  margin: 35px 0;
  text-align: left;
}
#index .banner .swiper-slide .text p {
  font-size: 23px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
#index .banner .swiper-slide .text a {
  display: inline-block;
  width: 147px;
  height: 59px;
  background: #fdfffe;
  border: 1px solid #005bac;
  border-radius: 5px;
  text-align: center;
  line-height: 59px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #347abb;
  margin-top: 48px;
  margin-right: 24px;
}
#index .banner .swiper-slide .text .a_s {
  background-color: #146fbf;
  color: #fff;
}
#index .nav {
  background: #438ccc;
}
#index .nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
#index .nav ul li a {
  display: flex;
  align-items: center;
}
#index .nav ul li h3 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
}
#index .nav ul li p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
#index .nav ul li i {
  margin: 0 10px;
}
#index .nav ul > i {
  width: 2px;
  height: 49px;
  background: rgba(255, 255, 255, 0.59);
}
#index .product .core > p {
  text-indent: 2em;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 31px;
  margin: 20px 0;
}
#index .smkx {
  overflow: hidden;
  width: 80.5%;
  height: 317px;
  margin: 56px auto;
  background: #f1f9ff;
  border-radius: 10px;
}
#index .smkx ul {
  display: flex;
  justify-content: space-around;
}
#index .smkx ul li {
  display: flex;
  flex-direction: column;
}
#index .smkx ul p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7e7e7e;
  text-align: center;
  margin: 5px 0;
}
#index .smkx ul a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #438ccc;
  text-align: center;
}
#index .ptys {
  overflow: hidden;
  background: url(../image/img-17.png) no-repeat ;
  background-size: cover;
}
#index .ptys ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index .ptys ul li img{
    width: 155px;
    height: 139px;
}

#index .ptys ul li {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 29px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 56px;
}
#index .ptys ul li p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
#index .akso {
  overflow: hidden;
 height: 482px;
  background: url(../image/img-24.png) no-repeat ;
  background-size: cover;
}
#index .akso ul {
  display: flex;
  justify-content: space-between;
  /*margin-top: 100px;*/
}
#index .akso ul li {
    flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#index .akso ul li p {
  margin-top: 40px;
  width: 70%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
#index .akso h1 {
  color: #fff;
}
#index .banner1 {
  overflow: hidden;
  height: auto;
  padding-bottom: 56px;
}
#index .banner1 .button {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background-color: #b5b5b5;
}
#index .banner1 .button::after {
  color: #fff;
  font-size: 40px;
}
#index .banner1 .button:hover {
  background: #f5a600;
}
#index .banner1 .swiper-button-prev {
  left: -60px;
  right: auto;
}
#index .banner1 .swiper-button-next {
  right: -60px;
  left: auto;
}
#index .banner1 .core {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#index .banner1 .core .swiper {
  /*padding-top: 130px;*/
  height: 100%;
  width: 95%;
  /*padding: 20px 0;*/
}
#index .banner1 .swiper-container {
  width: 100%;
  height: 100%;
}
#index .banner1 .swiper-slide {
padding: 20px 0;
    box-shadow: 1px 11px 8px 1px #6e6c6c85;;
  font-size: 18px;
  background: #fff;
  /*width: 370px;*/
  /*height: auto;*/
  /*background: #bcd8f0;*/
  border-radius: 10px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  transition: 300ms;
  transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:20px;
  border: 1px solid #cccecf;
}
#index .banner1 .swiper-slide>a{
    display: flex;
    flex-direction: column;
   align-items: center;
   width: 100%;
   
}
#index .banner1 .swiper-slide .box{
/*padding:  20px;*/
    
}
#index .banner1 .swiper-slide .box a{
    display: block;
    width: 100%;
    color: #166ff6;
    text-align: left;
    margin-top: 10px;
}
#index .banner1 .swiper-slide i{
   width:  100%;
}
#index .banner1 .swiper-slide i img{
   width: 100%;
}
#index .banner1 .swiper-slide h3 {
    text-align: left;
  margin-bottom: 20px;
}
#index .banner1 .swiper-slide p {
  text-align: left;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
#index .banner1 .swiper-slide-active,
#index .banner1 .swiper-slide-duplicate-active {
  /*background: #f1f9ff;*/
  transform: none;
  z-index: 5;
}
/*#index .make {*/
/*  overflow: hidden;*/
/*  background: url(../img/img-29.png) no-repeat ;*/
/*  background-size: cover;*/
/*  height: 279px;*/
/*}*/
#index .make h2 {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-top: 56px;
  margin-bottom: 18px;
}
#index .make p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  /*line-height: 56px;*/
  text-align: center;
}
#index .make a {
  margin-left: 50%;
  transform: translate(-50%);
  display: block;
  width: 275px;
  height: 70px;
  background: #ffffff;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index .make a span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e81d2;
  margin-left: 10px;
}
#index h4 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  margin: 10px 0;
}
#index h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #010101;
  text-align: center;
  margin-top: 5px;
}
#index h2 {
  margin: 32px 0;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #000000;
  line-height: 33px;
  text-align: center;
}
#index h1 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 56px 0;
}
#programme .banner .swiper-slide img {
  width: 100%;
}
#programme .khtd {
  margin: 56px auto;
  position: relative;
  display: flex;
}
#programme .khtd img{
    height: 100%;
}
#programme .khtd span {
    margin-bottom: 20px;
  position: relative;
  z-index: 5;
  width: auto;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0d61af;
  line-height: 33px;
  border-bottom: 4px solid #f6a700;
}
#programme .khtd .khtd_l {
  padding: 2%;
  padding-bottom: 0;
  background: #f7f7f7;
  position: relative;
}
#programme .khtd .bgc {
  position: absolute;
  z-index: 1;
  font-size: 71px;
  font-family: Impact;
  font-weight: 400;
  color: #e1f4ff;
  top: 0;
}
#programme .khtd dl {
  position: relative;
  z-index: 5;
}
#programme .khtd dl dd {
  margin-top: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(62, 62, 62, 0.8);
  line-height: 26px;
  text-indent: 2em;
}
#programme .jjfa {
  background: url(../image/img-34.png) no-repeat ;
  background-size: cover;
  overflow: hidden;
  /*margin: 20px auto;*/
}
.ldys{
    margin: 40px 0;
}
#programme .jjfa h1 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 56px 0;
}
#programme .jjfa .brief {
  align-items: center;
}
#programme .jjfa .brief>div{
    flex:4;
}
#programme .jjfa .brief>div:nth-child(1){
    flex:5;
}
#programme .jjfa .brief span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 13px;
}
#programme .jjfa .brief p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
  text-indent: 2em;
  margin-top: 20px;
  text-align: justify;
}
#programme .jjfa .brief_r {
  margin-left: 6%;
}
#programme .jjfa .a_box {
  justify-content: space-between;
}
#programme .jjfa .a_box a {
  display: block;
  width: 178px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.4);
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e81d2;
}
#programme .jjfa .a_box .a_s {
  color: #fff;
  background-color: #f6a700;
}
#programme .jjfa .item {
  margin-bottom: 56px;
  margin-top: 30px;
  background: #fff;
  align-items: center;
  padding: 53px;
  /*border-radius: 20px;*/
}
#programme .jjfa .item span {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  border-bottom: 2px solid #000;
  padding-bottom: 18px;
}
#programme .jjfa .item p {
  margin-top: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
  text-indent: 2em;
  width: 78%;
}
#programme .jjfa h2{
      display: flex;
  justify-content: center;
}

#programme .jjfa h2 span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
    margin-bottom: 30px;
    margin-top: 56px;
    /*margin-left: 290px;*/
  border-bottom: 2px solid #ffffff;
    padding-bottom: 13px;
  
}
#programme .ldys h1 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 20px;
}
#programme .ldys ul {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#programme .ldys ul li {
  margin-top: 59px;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  width: 29.5%;
}
#programme .ldys ul li i {
  margin-bottom: -50px;
  position: relative;
  z-index: 5;
}
#programme .ldys ul li h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
#programme .ldys ul li p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #747474;
  line-height: 33px;
  text-align: center;
   display: -webkit-box;
            -webkit-line-clamp:4;
            -webkit-box-orient: vertical;
            overflow: hidden;
  
}
#programme .ldys ul li div {
  border: 2px solid #f5f5f5;
  border-radius: 10px;
  padding: 28px;
  padding-bottom: 10px;
  background-color: #f4faff;
  padding-top: 50px;
  height: 227px;
}
#programme .khpy {
  overflow: hidden;
 height: 585px;
  background: url(../image/img-45.png) no-repeat ;
  background-size: cover;
  position: relative;
  padding-bottom: 56px;
}
#programme .khpy h1 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 56px 0;
}
#programme .khpy .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
     bottom: 65px;
}
#programme .khpy .swiper-pagination-bullet-active{
        background: rgba(255, 255, 255, 0);
    border: solid 2px #fff;
    cursor: default;
}
#programme .khpy .button_box {
  z-index: 999;
  left: 50%;
  position: absolute;
  width: 820px;
  transform: translate(-50%);
  bottom: 16%;
}
/*#programme .khpy .button::before{*/
/*  content: '';*/
/*    display: block;*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    border: 1px solid  #328bd6;*/
/*    position: absolute;*/
/*    border-radius: 50% ;*/
        
/*}*/
#programme .khpy .button {
  z-index: 999;
  top: auto;
  bottom: 55px;
  width: 37px;
  height: 37px;
  /*background: #1f7cca;*/
  border-radius: 50%;
}
#programme .khpy .button::after {
 font-size: 57px;
  color: #fff;
}
#programme .khpy .swiper-button-next{
    right: -50px;
}
#programme .khpy .banner1:hover .swiper-button-next{
    right: 10px;
    transition: all 0.3s ease-in-out;
}
#programme .khpy .swiper-button-prev{
    left:-50px;
}
#programme .khpy .banner1:hover .swiper-button-prev{
   left: 10px;
    transition: all 0.3s ease-in-out;
}
#programme .khpy .pagination {
  display: flex;
  flex-direction: column;
  margin: 0 3%;
}
#programme .banner1 {
  margin-top: 56px;
  position: relative;
}
#programme .banner1 .button:after{
    color: #bdbfc2;
    font-weight:bold;
    
}
#programme .banner1 .swiper-pagination span{
        width: 12px;
    height: 12px;
    display: block;
    background: #5C5F6A;
    background: rgba(92, 95, 106, 1);
    cursor: pointer;
    opacity: 1;
    margin:0 10px ;
}
#programme .banner1 .swiper {
  overflow: hidden;
}
#programme .banner1 .swiper-slide {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
  line-height: 42px;
  padding: 0 50px;
}
#programme .banner1 .swiper-slide img{
    width: 90px;
}
#white_paper .download {
  height: 120px;
  background: #005bac;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
}
#white_paper .download a {
  display: block;
  width: 188px;
  height: 53px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 53px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  margin-right: 2%;
}
#white_paper .nr {
  background: url(../image/img-46.png)  no-repeat;
background-size: cover;
  position: relative;
  width: 100%;
  max-width: 1920px;
  /*height: 1148px;*/
  margin: 0 auto;
  overflow: hidden;
}
#white_paper .nr img {
  height: 100%;
}
#white_paper .nr .text img{
    width: 100%;
}
#zxzx .details_nr dl span{
        font-size: 16px;
    line-height: 32px;
}
#zxzx .details_nr dl img{
    width: 100%;
}
#white_paper .nr .text {
  max-width: 1600px;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 0 40px;
  padding-right: 46px;
  padding: 72px 20px;
  overflow: hidden;
  

margin: 56px auto;
}
#white_paper .nr .text dl P{
      text-indent: 2em;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 32px;
  margin: 20px 0;
}
#white_paper .nr h1 {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #bfbfbf;
}
#white_paper .nr h1 span {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
  border-bottom: 4px solid #005bac;
  padding-bottom: 11px;
}
#white_paper .nr dl dd {
  text-indent: 2em;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 32px;
  margin: 20px 0;
}
#demonstration {
  overflow: hidden;
  background: #fafbfe;
  
}
#demonstration .img_box{
    position: relative;
}
#demonstration .nr .core{
    height: 100%;
        display: flex;
    justify-content: flex-end;
    align-items: center;
    
    
}
#demonstration h1 {
  /*text-align: center;*/
  /*font-size: 48px;*/
  /*font-family: Microsoft YaHei;*/
  /*font-weight: bold;*/
  /*color: #202020;*/
  /*line-height: 39px;*/
  /*margin-top: 76px;*/
  /*margin-bottom: 18px;*/
  font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1063af;
    text-align: center;
    margin: 45px 0;
}
#demonstration > p {
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #202020;
}
#demonstration>img{
    /*width: 100%;*/
}
#demonstration .nr {
    /*background: url(/img/img-75.png) no-repeat;*/
    /*position: absolute;*/
  /*  right: 0;*/
  /*  top: 0;*/
  /*background-size:cover;*/
  /*display: flex;*/
  /*margin: 67px auto;*/
  /*max-width: 1200px;*/
  position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
   
    top: 0;
    right: 0;
}
#demonstration .nr .nr_l {
  width: 544px;
  margin-right: 2%;
  
}
#demonstration .nr .nr_l div {
  text-indent: 2em;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #202020;
  line-height: 35px;
}
#demonstration .nr video {
  width: 544px;
  height: 305px;
  background: #000;
}
#demonstration .nr .nr_r .submit{
    margin-left: 50% ;
     transform: translate(-50%);
    
}
#demonstration .nr .nr_r {
  /*max-width: 566px;*/
  /*width: 100%;*/
  /*height: 404px;*/
  /*background: #ffffff;*/
  /*box-shadow: 0px 4px 17px 0px rgba(30, 129, 210, 0.39);*/
  /*border-radius: 15px;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  direction: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  
    width: 748px;
    height: 527px;
    background: #ffffff;
    box-shadow: 0px 4px 17px 0px rgb(30 129 210 / 17%);
    border-radius: 15px;
   /*margin-top: -125px;*/
   
}
#demonstration .nr .nr_r input {
  width: 550px;
  height: 46px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  outline: none;
  padding-left: 5px;
}
#demonstration .nr .nr_r .radio_box {
  display: flex;
  align-items: center;
  width: 56%;
}
#demonstration .nr .nr_r .radio_box input {
  width: auto;
  height: auto;
}

#free .radio_box input {
  width: auto;
  height: auto;
}

#demonstration .nr .nr_r .radio_box span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1b1a1a;
  margin-right: 47px;
}
#demonstration .nr .nr_r > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
}
#demonstration .nr .nr_r > div > span {
  width: 140px;
  text-align: right;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #393939;
}
#demonstration .nr .nr_r .submit {
  width: 272px;
  height: 46px;
  background: #1e81d2;
  border-radius: 7px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-top: 30px;
}
#fwzc .banner {
  /*max-width: 1920px;*/
  margin: 0 auto;
}
#fwzc .banner .swiper-slide img {
  width: 100%;
}
#fwzc .akso{
    padding-top: 56px ;
}
#fwzc h1 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 33px;
  text-align: center;
  /*margin-top: 30px;*/
}
#fwzc .akso .introduce {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  text-align: center;
  width: 41%;
  margin: 31px auto;
}
#fwzc .akso ul li {
  display: flex;
  margin: 56px 0;
}
#fwzc .akso ul li .title {
  margin-bottom: 27px;
}
#fwzc .akso ul li .title .number {
  font-size: 60px;
  font-family: Impact;
  font-weight: 400;
  color: #f6a700;
}
#fwzc .akso ul li .title span {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #474747;
}
#fwzc .akso ul li .text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6d6d6d;
  line-height: 33px;
  text-indent: 2em;
}
#fwzc .akso ul li .li_l {
  width: 50%;
}
#fwzc .akso ul li .li_l img {
  width: 100%;
}
#fwzc .akso ul li .li_r {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5.5%;
}
#fwzc .akso ul .li_s {
  flex-direction: row-reverse;
}
#fwzc .akso ul .li_s .li_r {
  margin-left: 0;
  margin-right: 5.5%;
}
#fwzc .zgkh {
  background: #f1f9ff;
  padding: 56px 0;
  /*padding-top: 17px;*/
  /*padding-bottom: 83px;*/
}
#fwzc .zgkh .nav {
  margin-top: 56px;
  display: flex;
}
#fwzc .zgkh .nav div {
  flex: 1;
  height: 60px;
  background: #ffffff;
  border: 1px solid #1e81d2;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1e81d2;
}
#fwzc .zgkh .nav .div_s {
  background-color: #1e81d2;
  color: #fff;
}
#fwzc .zgkh .items{
    display: none;
}
#fwzc .zgkh .items:nth-child(1){
    display:block;
}
#fwzc .zgkh .item {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
#fwzc .zgkh .item > div {
  padding: 21px;
  padding-top: 0;
  height: 354px;
  width: 32.5%;
  background-color: #fff;
  border-top: 4px solid #1e81d2;
  position: relative;
}
#fwzc .zgkh .item > div h2 {
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e81d2;
  margin: 30px 0;
}
#fwzc .zgkh .item > div .text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 27px;
}
#fwzc .zgkh .item > div i {
  position: absolute;
  bottom: 0;
  right: 0;
}
#fwzc .zgkh .item > div i img {
  width: 100%;
}
#fwzc .fwys {
  overflow: hidden;
  background: url(../image/img-62.png) center no-repeat;
  background-size: cover;
  /*height: 692px;*/
  padding: 56px 0;
}
#fwzc .fwys ul {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
}
#fwzc .fwys ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 482px;
  background: #1e81d2;
  border-radius: 10px;
  padding: 0 15px;
  padding-top: 39px;
}
/*#fwzc .fwys ul li:hover {*/
/*  background: url(../img/img-63.png) no-repeat center;*/
/*  align-items: flex-end;*/
/*  border: 10px solid #1e81d2;*/
/*}*/
#fwzc .fwys ul li:hover{
    background: #fff;
    box-shadow: 3px 4px 17px #624e4efc;
}
#fwzc .fwys ul li:hover h3{
    color: #333;
}
#fwzc .fwys ul li:hover .text{
    color: #333;
}
/*#fwzc .fwys ul li:hover .text {*/
/*  margin-top: 50px;*/
/*}*/
/*#fwzc .fwys ul li:hover i {*/
/*  position: absolute;*/
/*  width: auto;*/
/*  height: auto;*/
/*  left: 10px;*/
/*}*/
/*#fwzc .fwys ul li:hover h3 {*/
/*  color: #1e81d2;*/
/*}*/
/*#fwzc .fwys ul li:hover .text {*/
/*  color: #000;*/
/*}*/
#fwzc .fwys ul li h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 33px;
  margin: 20px 0;
}
#fwzc .fwys ul li .text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}
#fwzc .fwys ul li i {
  width: 152px;
  height: 152px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#zxzx .banner img {
  width: 100%;
}
#zxzx .nav {
  height: 100px;
}
#zxzx .nav .core {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#zxzx .nav .crumbs{
    width: 30%;
    align-items: flex-end;
}
#zxzx .nav .crumbs i{
    margin-right: 5px ;
}
#zxzx .nav .a_box {
  display: flex;
  width: 90%;
  justify-content: flex-end;
}
#zxzx .nav .a_box img{
display: none;
}
#zxzx .nav .a_box a {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  border-radius: 5px;
  margin-left: 1%;
  padding: 0 20px;
  font-size: 18px;
  color: #9e9e9f;
}
#zxzx .nav .a_box a i {
  margin-left: 10px;
}
#zxzx .nav .a_box .a_s {
  background-color: #005bac;
  color: #fff;
}
#zxzx .nr {
  background-color: #f4f5fb;
  overflow: hidden;
}
#zxzx .nr .core {
  background: #fff;
  padding:56px 50px;
  padding-bottom: 20px;
  margin-bottom: 56px;
  margin-top: 56px;
}
#zxzx .nr .core h1 {
  font-size: 29px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0a0904;
  text-align: center;
}
#zxzx .nr .core > .df {
  padding: 20px 0;
  justify-content: center;
  border-bottom: 1px solid #dddcd8;
}
#zxzx .nr .core > .df span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-right: 35px;
}
#zxzx .nr .core dl p{
    line-height: 32px;
    font-size: 18px;
}
#zxzx .nr .core dl {
    padding: 20px 0;
  border-bottom: 1px solid #dddcd8;
}
#zxzx .nr .core dl img{
   max-width: 100%;
    
}
#zxzx .nr .core dl span{
    font-size: 16px;
    line-height: 32px;
}
#zxzx .details_nr dl span{
    font-size: 16px;
    line-height: 32px;
}
#zxzx .details_nr dl img{
    max-width: 100%;
}
#zxzx .nr .core dd {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #454545;
  line-height: 21px;
  margin: 20px 0;
}
#zxzx .nr .core .img_box {
  width: 57.9%;
  margin: 0 auto;
}
#zxzx .nr .core .img_box img {
  width: 100%;
}
#zxzx .nr .xw_b {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
#zxzx .nr .xw_b > div {
  display: flex;
  align-items: center;
}
#zxzx .nr .xw_b > div span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0a0904;
  line-height: 27px;
  margin: 0 20px;
}
#zxzx .nr .xw_b a {
  margin: 0 20px;
  display: flex;
}
#zxzx .list h3 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
}
#zxzx .list h3 span {
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  border-bottom: 3px solid #1e81d2;
  padding-bottom: 17px;
}
#zxzx .list li {
  padding: 41px 0;
  border-bottom: 1px solid #ececec;
}
#zxzx .list li h4 {
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}
#zxzx .list li .li_r {
  margin-left: 5%;
}
#zxzx .list li > a {
  display: flex;
}
#zxzx .list li p {
  margin: 20px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7c7c7c;
  line-height: 24px;
}
#zxzx .list li span {
  color: #878787;
  margin-right: 35px;
}
#zxzx .details_nr {
  background: #ffffff;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.14);
  margin-top: -85px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  margin-bottom: 29px;
}
#zxzx .details_nr .title {
  background: #005bac;
  height: 85px;
  display: flex;
  align-items: center;
}
#zxzx .details_nr dl p{
    font-size: 16px;
    line-height: 32px;
}
#zxzx .details_nr i {
  margin: 0 31px;
}
#zxzx .details_nr .gs {
  font-weight: bold;
}
#zxzx .details_nr span {
  font-size: 24px;
  color: #fff;
}
#zxzx .details_nr dl {
  padding: 20px 45px;
  margin-top: 29px;
}
#zxzx .details_nr dl dt,
#zxzx .details_nr dl dd {
  font-size: 14px;
  color: #222222;
}
#zxzx .details_nr dl dt {
  font-weight: bold;
}
#zxzx .details_nr dl dd {
  line-height: 24px;
  margin-bottom: 20px;
}
#free .box {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
#free .form_box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#free .core1 {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#free form {
  float: right;
  width: 748px;
  height: 527px;
  background: #ffffff;
  box-shadow: 0px 4px 17px 0px rgba(30, 129, 210, 0.17);
  border-radius: 15px;
}
#free form h1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1063af;
  text-align: center;
  margin: 45px 0;
}
#free form > div {
  display: flex;
  margin: 10px 0;
  /*justify-content: fs;*/
  align-items: center;
}
#free .radio_box span{
    width: auto;
    margin-right: 47px;
    font-weight: bold期望了解产品：;
}
#free form > div input {
  width: 550px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  outline: none;
  padding-left: 10px;
}
#free form > div span {
  width: 140px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #393939;
  text-align: right;
}
#free form .yz input {
  width: 369px;
}
#free form .yz button {
  margin-left: 8px;
  width: 173px;
  height: 51px;
  background: #1e81d2;
  border-radius: 3px;
  border: none;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
#free form .submit {
  margin-top: 53px;
  width: 272px;
  height: 59px;
  background: #1e81d2;
  border-radius: 7px;
  margin-left: 50%;
  transform: translate(-50%);
  border: none;
  color: #ffffff;
  font-size: 18px;
}
#customer .nav {
  margin-top: 56px;
}
#customer .nav .core {
  height: 108px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.14);
  align-items: center;
  /*border-radius: 5px;*/
  display: flex;
  justify-content: space-around;
}
#customer .nav a {
  font-size: 16px;
}
#customer .nav a:nth-child(1) {
  font-weight: bold;
}
#customer .nav .a_s {
  text-align: center;
  width: 165px;
  line-height: 51px;
  height: 51px;
  background: #f6a700;
  border-radius: 26px;
  color: #fff;
}
#customer .list {
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.14);
  padding: 20px 13px;
  margin: 56px auto;
}
#customer .list li {
  border-bottom: 1px solid #ececec;
  padding: 33px 0;
}
#customer .list li a {
  display: flex;
}
#customer .list li .li_r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 29px;
}
#customer .list li .li_r h4 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #292929;
}
#customer .list li .li_r p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin: 22px 0;
}
#customer .list li .li_r p:nth-child(3) {
  margin: 0;
}
#about_we .banner {
  width: 100%;
  /*max-width: 1920px;*/
  margin: 0 auto;
}
#about_we .banner img {
  width: 100%;
}
#about_we h1 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #010101;
  text-align: center;
  margin-bottom: 56px;
  margin-top: 56px;
}
#about_we .enterprise {
  background: #ffffff;
  /*margin: 50px 0;*/
  overflow: hidden;
  padding: 56px 0;
}
#about_we .enterprise .core {
  display: flex;
  align-items: center;
}
#about_we .enterprise .core .img_box {
  margin-right: 3%;
}
#about_we .enterprise .core .img_box img {
  box-shadow: 12px 12px 0px #1e81d2;
}
#about_we .enterprise .core div {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 38px;
}
#about_we .fzjl {
  /*margin-top: 93px;*/
  background: #f4f4f4;
  position: relative;
  overflow: hidden;
  height: 536px;
  width: 100%;
  
  /*max-width: 1920px;*/
      padding:  56px 0;
      padding-top:0 ;
}
#about_we .fzjl .line {
  position: absolute;
  width: 960px;
  height: 3px;
  background: #c1c3c4;
  left: 50%;
  transform: translate(-50%);
  top: 45%;
}
#about_we .fzjl .pagination_active .pagination_text {
  color: #1e81d2;
}
#about_we .fzjl .pagination_active .pagination_icon {
  background: #1e81d2;
}
#about_we .fzjl .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  top: 31%;
  height: 123px;
}
#about_we .fzjl .pagination_icon {
  margin-top: 26px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
#about_we .fzjl .pagination_text {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #aaaaaa;
}
#about_we .fzjl .pagination {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-left: 50px;
}
#about_we .fzjl .banner1 {
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about_we .fzjl .swiper-slide {
  display: flex;
  padding: 0 100px;
  height: 150px;
}
#about_we .fzjl .swiper-slide > div {
  height: 150px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 30px;
}
#about_we .fzjl .swiper-slide > div:nth-child(2) {
    
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#about_we .fzjl .swiper-slide > div span {
  font-size: 47px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1e81d2;
}
#about_we .fzjl .button {
  z-index: 999;
}
#about_we .fzjl .button::after {
  color: #c2c2c2;
}
#about_we .bgc {
  background: url(../image/img-82.png) center no-repeat;
  background-size: cover;
  height: auto;
  display:block  !important;
  overflow: hidden;
}
#about_we .banner2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about_we .banner2 .core {
    position: relative;
    margin: 56px auto;
  display: flex;
  align-items: center;
}
#about_we .banner2 .zscq {
  width: 56px;
  height: 249px;
  background: #1e81d2;
  border-radius: 3px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  line-height: 56px;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
#about_we .banner2 .swiper-slide {

  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  transition: 300ms;
  transform: none;
  justify-content: center;
  align-items: center;
}
#about_we .banner2 .swiper-slide img{
    height: 100%;
width: 175px;
}
#about_we .banner2 .swiper2 {
  width: 90%;
  height: 250px;
}
#about_we .banner2 .swiper-slide-active,
#about_we .banner2 .swiper-slide-duplicate-active {
  /*transform: scale(1.5);*/
}
#about_we .banner2 .button::after {
  color: #9ba0a7;
  font-weight: 300;
}
#about_we .zxns {
  overflow: hidden;
  padding-bottom: 56px;
  background-color: #1e81d2;
}
#about_we .zxns h1 {
  color: #fff;
}
#about_we .zxns .nav {
  display: flex;
  justify-content: center;
}
#about_we .zxns .nav a {
  width: 152px;
  height: 45px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-right: 65px;
}
#about_we .zxns .nav .a_active {
  background-color: #fff;
  color: #1e81d2;
}
#about_we .zxns .core {
  height: auto;
  background: #e2ebf4;
  border-radius: 15px;
  margin-top: 56px;
}
#about_we .zxns .title {
  display: flex;
  justify-content: center;
  border-bottom: 4px solid #bfbfbf;
  padding: 30px 45px;
}
#about_we .zxns .title > span {
  flex: 1;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
#about_we .zxns ul {
  padding: 0 45px;
}
#about_we .zxns ul li {
  flex-direction: column;
  padding: 32px 0;
  border-bottom: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  position: relative;
}
#about_we .zxns ul li .df > span {
  flex: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4a4a4a;
}
#about_we .zxns ul li > i {
  position: absolute;
  right: 78px;
  top: 32px;
}
#about_we .zxns ul li > i img {
  width: 30px;
}
#about_we .zxns ul li .i_active img {
  transform: rotate(180deg);
  transition: all 0.3s;
}
#about_we .zxns ul li dl {
  margin-top: 26px;
  display: none;
  background-color: #fff;
  border-radius: 32px;
  padding: 30px 65px;
  padding-top: 0;
}
#about_we .zxns ul li dl dt {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 14px;
}
#about_we .zxns ul li dl dd {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #545454;
  line-height: 24px;
}
#about_we .zxns ul li dl dd span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  margin-top: 25px;
}
#about_we .zxns ul li dl .line {
  height: 3px;
  background: #bfbfbf;
  margin: 22px 0;
}
#about_we .lxwm ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}
#about_we .lxwm ul li {
 width: 27%;
    height: 304px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about_we .lxwm ul li i {
  width: 141px;
  height: 141px;
  background: #f4f5f7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about_we .lxwm ul li p {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  /*line-height: 64px;*/
  margin-top: 10px;
}
#about_we .map {
    padding: 56px 0;
    background: #f4f5fb;
  width: 100%;
  /*max-width: 1920px;*/
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#about_we .map .core> div {
  flex: 1;
}
#about_we .map span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #005bac;
  padding-bottom: 13px;
  border-bottom: 4px solid #005bac;
}
#about_we .map .map_r {
  background-color: #f4f5fb;
  padding-top: 85px;
  padding-left: 66px;
}
#about_we .map dl {
  margin-top: 30px;
}
#about_we .map dl dd {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  line-height: 38px;
  display: flex;
}
#about_we .map dl dd p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  text-align: center;
}
#about_we .map dl dd > div {
  margin: 0 20px;
  margin-top: 10px;
}
#about_we .map .maps3 {
    border-radius: 20px;
    overflow: hidden;;
  height: 459px;
}
#customer .banner{
    /*max-width: 1920px;*/
    margin: 0 auto;
    width: 100%;
    
}
#customer .banner img {
width: 100%;
    
}
#programme .banner1 .swiper-slide .text{
    height: 80px;
     display: -webkit-box;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
            overflow: hidden;

}
#programme .khpy .tt{
font-size: 36px;
color: #444444;
}
#programme .khpy .bt{
font-size: 16px;
margin: 15px 0;
}
#programme .khpy .swiper-pagination span{
         width: 12px;
    height: 12px;
    display: block;
    background: #5C5F6A;
    background: rgba(92, 95, 106, 1);
    cursor: pointer;
    opacity: 1;
    margin:0 10px ;
}
