/* 轮播图开始 */
.lunbotubg {
    width: 100%;
    background-color: #ffffff;
    /*height: 500px;*/
    margin-top: 81px;
}
.lunbotu {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-pagination01 {
      display: none;
  }
/* 产品推荐开始 */
.chanpinbg {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 60px;
}
.chanpin {
    width: 1200px;
    margin: 0 auto;
}
.chanpin1 {
    position: relative;
}
.chanpin1 h2 {
    font-size: 36px;
    color: #1e2678;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
    .chanpin1 h3 {
        font-size: 75px;
        color: #e5e5e5;
        font-weight: bold;
        display: block;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
    }
.chanpin2 {
    margin-top: 30px;
}
.chanpin2 ul li {
    float: left;
    width: 24%;
    margin: 0px 0.5% 10px 0.5%;
    padding: 10px;
    background-color: #ffffff;
}
.chanpin2 ul li a div {
    width: 100%;
    overflow: hidden;
}
.chanpin2 ul li a div img {
    width: 100%;
    height:200px;
    object-fit:cover;
}
.chanpin2 ul li a div:hover img {
    transform: scale(1.4);
    transition: all 1s ease;
}
.chanpin2 ul li a span {
    position: relative;
    display: block;
    width: 100%;
    height: 33px;
    border-left: 3px solid #1e2677;
    padding-left: 10px;
    transition: all 1s ease;
}
.chanpin2 ul li a span em {
    display: block;
    width: 100%;
    line-height: 33px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    z-index: 100;
    position: absolute;
    left: 0;
    bottom: 0;
}
.chanpin2 ul li a span i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: url(..//images/index-chanpin2.png)#8e92bb no-repeat right;
    transition: all 1s ease;
}
.chanpin2 ul li a span:hover i {
    width: 100%;
}
/* 应用开始 */
.yingyongbg {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 40px;
}
.yingyong {
    width: 1200px;
    margin: 0 auto;
}
.yingyong1 {
    position: relative;
}
.yingyong1 h2 {
    font-size: 36px;
    color: #1e2678;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
    .yingyong1 h3 {
        font-size: 75px;
        color: #e5e5e5;
        font-weight: bold;
        display: block;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
    }
.yingyong2 {
    margin-top: 35px;
}
.yingyong2 ul {
    margin: 0 auto;
    width: 120px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}
.yingyong2 ul li {
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 6px;
    margin: 0px 7px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.yingyong2 ul li a {
    font-size: 20px;
    color: #000;
}
.yingyong2 ul li:hover,.yingyong2 ul li.tabin {
    border: 1px solid #ed1b24;
    background: #ed1b24;
}
.yingyong2 ul li:hover a,.yingyong2 ul li.tabin a {
    color: #ffffff;
}

.yingyong3 {
    margin-top: 20px;
}
.yingyong3 ul li {
    float: left;
    width: 31%;
    margin: 0px 1% 20px 1%;
    padding: 10px;
    background-color: #ffffff;
}
.yingyong3 ul li a div {
    width: 100%;
    overflow: hidden;
}
.yingyong3 ul li a div img {
    width: 100%;
    height:200px;
    object-fit:cover;
}
.yingyong3 ul li a div:hover img {
    transform: scale(1.4);
    transition: all 1s ease;
}
.yingyong3 ul li a span {
    position: relative;
    display: block;
    width: 100%;
    height: 33px;
    border-left: 3px solid #1e2677;
    padding-left: 10px;
    transition: all 1s ease;
}
.yingyong3 ul li a span em {
    display: block;
    width: 100%;
    line-height: 33px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    z-index: 100;
    position: absolute;
    left: 0;
    bottom: 0;
}
.yingyong3 ul li a span i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: url(..//images/index-chanpin2.png)#8e92bb no-repeat right;
    transition: all 1s ease;
}
.yingyong3 ul li a span:hover i {
    width: 100%;
}
.contentfirst{ display:none;}
.contentin{ display:block;}
.yingyong2 ul li a:hover .contentfirst {
    display: block;
}
.tabin{ background:#eb1b24;}
.tabin a {
    color: #ffffff !important;
}
/* 新闻中心开始 */
.xinwenbg {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 55px;
}
.xinwen {
    width: 1200px;
    margin:  0 auto;
}
.xinwen1 {
    position: relative;
}
.xinwen1 h2 {
    font-size: 36px;
    color: #1e2678;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
    .xinwen1 h3 {
        font-size: 75px;
        color: #e5e5e5;
        font-weight: bold;
        display: block;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
    }
.xinwen2 {
    margin-top: 35px;
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 40px 0 30px;
}
.xinwen2-left {
    float: left;
    width: 50%;
    padding: 0 20px;
}
.xinwen2-left h4 {
    font-weight: normal;
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
}
.xinwen2-left h4 i {
    display: inline-block;
    padding-left: 5px;
    font-size: 16px;
    color: #000000;
}
.xinwen2-left ul li {
    margin-bottom: 10px;
}
.xinwen2-left ul li a {
    float: left;
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    background: url(..//images/index-xinwen1.png)no-repeat left;
}
.xinwen2-left ul li a:hover {
    color: #fd0000;
}
.xinwen2-left ul li span {
    float: right;
    font-size: 16px;
    color: #000000;
}
.xinwen2-right {
    float: left;
    width: 50%;
    padding: 0 20px;
}
.xinwen2-right h4 {
    font-weight: normal;
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
}
.xinwen2-right h4 i {
    display: inline-block;
    padding-left: 5px;
    font-size: 16px;
    color: #000000;
}
.xinwen2-right ul li {
    margin-bottom: 10px;
}
.xinwen2-right ul li a {
    float: left;
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    background: url(..//images/index-xinwen1.png)no-repeat left;
}
.xinwen2-right ul li a:hover {
    color: #fd0000;
}
.xinwen2-right ul li span {
    float: right;
    font-size: 16px;
    color: #000000;
}
/* 客户案例开始 */
.anlibg {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 35px;
}
.anli {
    width: 1200px;
    margin: 0 auto;
}
.anli1 {
    position: relative;
}
.anli1 h2 {
    font-size: 36px;
    color: #1e2678;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
    .anli1 h3 {
        font-size: 75px;
        color: #e5e5e5;
        font-weight: bold;
        display: block;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
    }
.anli2 {
    margin-top: 35px;
}
.anli2 ul {
    margin: 0 auto;
    width: 220px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}
.anli2 ul li {
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 6px;
    margin: 0px 7px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.anli2 ul li a {
    font-size: 20px;
    color: #000;
}
.anli2 ul li:hover {
    border: 1px solid #ed1b24;
    background: #ed1b24;
}
.anli2 ul li:hover a {
    color: #ffffff;
}
.anli3 {
    margin-top: 20px;
}
.anli3 ul li {
    float: left;
    width: 23%;
    margin: 0px 1% 20px 1%;
    padding: 10px;
    background-color: #ffffff;
}
.anli3 ul li a div {
    width: 100%;
    overflow: hidden;
}
    .anli3 ul li a div img {
        width: 100%;
        height: 192px;
    }
.anli3 ul li a div:hover img {
    transform: scale(1.4);
    transition: all 1s ease;
}
.anli3 ul li a span {
    position: relative;
    display: block;
    width: 100%;
    height: 33px;
    border-left: 3px solid #1e2677;
    padding-left: 10px;
    transition: all 1s ease;
}
.anli3 ul li a span em {
    display: block;
    width: 100%;
    line-height: 33px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    z-index: 100;
    position: absolute;
    left: 0;
    bottom: 0;
}
.anli3 ul li a span i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: url(..//images/index-chanpin2.png)#8e92bb no-repeat right;
    transition: all 1s ease;
}
.anli3 ul li a span:hover i {
    width: 100%;
}
.contentfirst1{ display:none;}
.contentin1{ display:block;}
.anli2 ul li a:hover .contentfirst1 {
    display: block;
}
/* 技术支持开始 */
.jishubg {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 45px;
}
.jishu {
    width: 1200px;
    margin: 0 auto;
}
.jishu1 {
    position: relative;
}
.jishu1 h2 {
    font-size: 36px;
    color: #1e2678;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
    .jishu1 h3 {
        font-size: 75px;
        color: #e5e5e5;
        font-weight: bold;
        display: block;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
    }
.jishu2 {
    margin-top: 20px;
}

.jishu2 ul li {
    float: left;
    width: 23%;
    margin: 0px 1% 20px 1%;
    padding: 10px;
    background-color: #ffffff;
}
.jishu2 ul li a div {
    width: 100%;
    overflow: hidden;
}
.jishu2 ul li a div img {
    width: 100%;
}
.jishu2 ul li a div:hover img {
    transform: scale(1.4);
    transition: all 1s ease;
}
.jishu2 ul li a span {
    position: relative;
    display: block;
    width: 100%;
    height: 33px;
    border-left: 3px solid #1e2677;
    padding-left: 10px;
    transition: all 1s ease;
}
.jishu2 ul li a span em {
    display: block;
    width: 100%;
    line-height: 33px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    z-index: 100;
    position: absolute;
    left: 0;
    bottom: 0;
}
.jishu2 ul li a span i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: url(..//images/index-chanpin2.png)#8e92bb no-repeat right;
    transition: all 1s ease;
}
/* 合作伙伴开始 */
.hezuobg {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 65px;
    padding-bottom: 35px;
}
.hezuo {
    width: 1200px;
    margin: 0 auto;
}
.hezuo1 {
    position: relative;
}
.hezuo1 h2 {
    font-size: 36px;
    color: #1e2678;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
    .hezuo1 h3 {
        font-size: 75px;
        color: #e5e5e5;
        font-weight: bold;
        display: block;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
    }
.hezuo2 {
    margin-top: 45px;
}
.hezuo2 a img {
    width: 100%;
}