
.nav ul li:nth-of-type(1){
    background-color: #017eff;
}
/*轮播图*/
.swiper1{
    width: 100%;
}
.swiper1.active{
    margin-top: 50px;
}
.swiper1 .swiper-slide{
    height: 505px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.swiper1 .swiper-button-next, .swiper1 .swiper-button-prev{
    outline: none;
    background-image: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 18px;
    opacity: 0;
    transition: opacity 1s;
}
.swiper1:hover .swiper-button-next, .swiper1:hover .swiper-button-prev{
    opacity: 1!important;
}
.swiper1 .swiper-button-prev{
    left: 80px;
}
.swiper1 .swiper-button-next{
    right: 80px;
}

/*公共标题*/
.common-title{
    text-align: center;
    padding: 44px 0 46px 0;
    margin:auto;
}
.common-title .maintit{
    font-size: 42px;
    letter-spacing: 5px;
}
.common-title .subtit{
    margin-top: 14px;
    font-size: 19px;
    color: #707070;
}
.common-title .line{
    margin-top: 18px;
}

/*优势*/
.features{
    background-color: #f6f6f6;
}
.features .container{
    box-sizing: border-box;
    height: 190px;
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
}
.features li{
    width: 212px;
    height: 130px;
}
.features li a{
    display: block;
    /* width: 100%; */
    height: 100%;
    overflow: hidden;
    background-position: left;
}
.features li p{
    color: #646464;
    text-indent: 30px;
    font-size: 16px;
    margin-top: 80px;
}
.features li:nth-of-type(1) a{
    background-image: url(../new_image/fea1.png);
}
.features li:nth-of-type(2) a{
    background-image: url(../new_image/fea2.png);
}
.features li:nth-of-type(3) a{
    background-image: url(../new_image/fea3.png);
}
/*划过样式*/
.features li:hover p{
    color: #017eff;
}
.features li:nth-of-type(1):hover a{
    background-image: url(../new_image/fea1-1.png);
}
.features li:nth-of-type(2):hover a{
    background-image: url(../new_image/fea2-1.png);
}
.features li:nth-of-type(3):hover a{
    background-image: url(../new_image/fea3-1.png);
}


/*我们能做什么*/
.wecan .container{
    box-sizing: border-box;
    padding: 0 25px 22px 25px;
}
.wecan .container ul{
    display: flex;
    justify-content: space-between;
}
.wecan .container a{
    width: 350px;
    height: 360px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    color: #333;
}
.wecan .container a li{
    padding: 0 35px 30px 35px;
}
.wecan .container a:hover{
    background-color: #017eff;
    color: #fff;
}
.wecan .container a:hover .more{
    color: #017eff;
    background-color: #fff;
}
.wecan .container .img{
    margin: 40px auto 24px auto;
    width: 80px;
    height: 80px;
}
.wecan .container a:nth-of-type(1) li .img{
    background-image: url("../new_image/wecan1.png");
}
.wecan .container a:nth-of-type(2) li .img{
    background-image: url("../new_image/wecan2.png");
}
.wecan .container a:nth-of-type(3) li .img{
    background-image: url("../new_image/wecan3.png");
}
/*划过变图*/
.wecan .container a:nth-of-type(1):hover li .img{
    background-image: url("../new_image/wecan1-1.png");
}
.wecan .container a:nth-of-type(2):hover li .img{
    background-image: url("../new_image/wecan2-1.png");
}
.wecan .container a:nth-of-type(3):hover li .img{
    background-image: url("../new_image/wecan3-1.png");
}

.wecan .container .tit{
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wecan .container .desc{
    margin-top: 20px;
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient:vertical;
    overflow: hidden;
}
.wecan .container .more{
    display: block;
    margin: 15px auto 0 auto;
    text-align: center;
    width: 90px;
    height: 32px;
    line-height: 32px;
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    color: #333;
}
/*解决方案*/
.solution .container{
    box-sizing: border-box;
    padding: 0 25px 80px 25px;
}
.solution .list{
    display: flex;
    justify-content: space-between;
}
.solution .list li{
    width: 105px;
    height: 104px;
    position: relative;
    cursor: pointer;
  	list-style:none;
}
.solution .list li:nth-of-type(1){
    background-image: url(../new_image/so1-1.png);
}
.solution .list li:nth-of-type(2){
    background-image: url("../new_image/so2.png");
}
.solution .list li:nth-of-type(3){
    background-image: url("../new_image/so3.png");
}
.solution .list li:nth-of-type(4){
    background-image: url("../new_image/so4.png");
}
.solution .list li:nth-of-type(5){
    background-image: url("../new_image/so5.png");
}
.solution .list li:nth-of-type(6){
    background-image: url("../new_image/so6.png");
}
.solution .list li:nth-of-type(7){
    background-image: url("../new_image/so7.png");
}
.solution .list li:nth-of-type(8){
    background-image: url("../new_image/so8.png");
}
.solution .list li:nth-of-type(9){
    background-image: url("../new_image/so9.png");
}
.solution .list li:nth-of-type(10){
    background-image: url("../new_image/so9.png");
}

.solution .list li:after{
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -9px;
    content: '';
    width: 16px;
    height: 9px;
    background-image: url("../new_image/so00.png");
    display: none;
}
.solution .list p{
    font-size: 16px;
    text-align: center;
    margin-top: 68px;
    color: #636363;
}
/* 划过样式 */
.solution .list li:nth-of-type(1):hover{
    background-image: url("../new_image/so1-1.png")!important;
}
.solution .list li:nth-of-type(2):hover{
    background-image: url("../new_image/so2-1.png")!important;
}
.solution .list li:nth-of-type(3):hover{
    background-image: url("../new_image/so3-1.png")!important;
}
.solution .list li:nth-of-type(4):hover{
    background-image: url("../new_image/so4-1.png")!important;
}
.solution .list li:nth-of-type(5):hover{
    background-image: url("../new_image/so5-1.png")!important;
}
.solution .list li:nth-of-type(6):hover{
    background-image: url("../new_image/so6-1.png")!important;
}
.solution .list li:nth-of-type(7):hover{
    background-image: url("../new_image/so7-1.png")!important;
}
.solution .list li:nth-of-type(8):hover{
    background-image: url("../new_image/so8-1.png")!important;
}
.solution .list li:nth-of-type(9):hover{
    background-image: url("../new_image/so9-1.png")!important;
}
.solution .list li:nth-of-type(10):hover{
    background-image: url("../new_image/so9-1.png")!important;
}

.solution .list li:hover::after{
    display: block;
}
.solution .list li:hover p{
    color: #fff;
}


/*点击样式*/
.solution .list li.active:after{
    display: block;
}
.solution .list li.active p{
    color: #fff;
}

.solution .info-list{
    margin-top: 50px;
}
.solution .info{
    display: none;
    justify-content: space-between;
}
.solution .info:first-child{
    display: flex;
}
.solution .info .desc{
    width: 440px;
}
.solution .info .tit{
    margin-top: 18px;
    font-size: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.solution .info .word{
    margin-top: 23px;
    line-height: 30px;
    font-size: 16px;
    color: #676767;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient:vertical;
    /*overflow: hidden;*/
}
.solution .info .more{
    margin-top: 63px;
    display: block;
    width: 110px;
    height: 40px;
    background-color: #29c2bb;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
}
.solution .info .img{
    width: 600px;
    height: 360px;
    overflow: hidden;
    text-align: center;
}
.solution .img img{
    width: 100%;
}

/*应用案例*/
.case{
    background-color: #f6f6f6;
}
.case .container{
    box-sizing: border-box;
    padding: 0 25px 10px 25px;
    display: flex;
    flex-wrap: wrap;
}
.case .container li{
    width: 350px;
    height: 265px;
    margin-bottom: 30px;
    margin-right: 35px;
    color: #333;
}
.case .container li:nth-of-type(3n){
    margin-right: 0;
}
.case .container .img{
    width: 350px;
    height: 210px;
    display: block;
}
.case .container .desc{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff;
}
.case .container .desc a{
    display: block;
    color: #333;
}
/*划过效果*/
.case .container li:hover .desc a{
    background-color: #017eff;
    color: #fff;
}

/*广告位*/
.adver{
    width: 100%;
    height: 216px;
    background: url(../new_image/adver.png) center top;
}
.adver a{
    display: block;
    height: 100%;
}

/*产品中心*/
.products .list{
    display: flex;
    justify-content: space-between;
}
.products .list li{
    padding: 10px 14px;
    border: 1px solid #efefef;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
.products .list li:after{
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -9px;
    content: '';
    width: 16px;
    height: 9px;
    background-image: url("../new_image/so00.png");
    display: none;
}
/* 点击效果 */
.products .list li.active{
    background-color: #017eff;
    color: #fff;
    border-color: #017eff;
}
.products .list li.active::after{
    display: block;
}
/* 滑动效果 */
.products .list li:hover{
    background-color: #017eff;
    color: #fff;
    border-color: #017eff;
}
.products .list li:hover::after{
    display: block;
}


.products .info-wrap{
    margin: 50px 25px 0 25px;
}
.products .info-list{
    display: none;
    flex-wrap: wrap;
}
.products .info-list:nth-of-type(1){
    display: flex;
}
.products .info-list li{
    width: 253px;
    height: 250px;
    margin-right: 33px;
    border: 1px solid transparent;
    margin-bottom: 22px;
}
.products .info-list li:hover{
    border-color: #017eff;
}
.products .info-list li:hover .tit{
    color: #017eff;
}
.products .info-list li a{
    display: block;
    height: 100%;
}
.products .info-list li:nth-of-type(4n){
    margin-right: 0;
}
.products .info-list .img{
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.products .info-list .img img{
    width: 252px;
    display: block;
}
.products .info-list .tit{
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.products .info-wrap .img-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.products .info-wrap .img-wrap img{
    max-width: 99%;
}

/*公司介绍*/
.company{
    background-color: #f6f6f6;
    padding: 50px 0 70px 0;
}
.company .container{
    display: flex;
    justify-content: space-between;
}
.company .introduction{
    width: 570px;
    height: 430px;
    background-color: #ffffff;
    padding: 20px 22px 30px 22px;
    box-sizing: border-box;
}
.company .introduction .img-wrap{
    width: 100%;
    height: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.company .img-wrap img{
    display: block;
    width: 100%;
}
.company .introduction .tit{
    margin-top: 14px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company .introduction .desc{
    margin-top: 6px;
    line-height: 24px;
    font-size: 13px;
    color: #626262;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient:vertical;
    overflow: hidden;
}
.company .introduction .desc:hover{
    color: #017eff;
}

.company .introduction .more{
    display: block;
    margin-top: 9px;
    display: block;
    width: 110px;
    height: 30px;
    background-color: #017eff;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}
/*公司介绍右部分*/
.company .news{
    width: 570px;
    height: 430px;
    background-color: #ffffff;
    overflow: hidden;
}
.company .menu{
    height: 46px;
    display: flex;
    line-height: 46px;
    padding-left: 3px;
    border-bottom: 1px solid #eeeeee;
}
.company .menu li{
    width: 105px;
    text-align: center;
    font-size: 16px;
    color: #7e7e7e;
    cursor: pointer;
}
.company .menu li.active{
    background-color: #017eff;
    color: #fff;
}
.company .cont{
    padding: 25px 30px 0 20px;
    display: none;
}
.company .cont:first-child{
    display: block;
}
.company .hot{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
}
.company .hot .img-wrap{
    width: 140px;
    height: 93px;
    overflow: hidden;
}
.company .hot .info{
    width: 360px;
}
/*划过样式*/
.company .hot:hover .tit{
    color: #017eff;
}
.company .hot .tit{
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 8px;
    color: #333;
}
.company .hot .desc{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient:vertical;
    overflow: hidden;
    color: #767676;
    font-size: 13px;
    line-height: 23px;
    margin-top: 13px;
    padding-right: 54px;
}
.company .news .list {
    margin-top: 16px;
}
.company .list li{
    line-height: 32px;
    font-size: 14px;
    color: #999999;
    display: flex;
}
.company .list a{
    color: #2f2f2f;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company .list .date{
    font-size: 13px;
    min-width: 70px;
    text-align: right;
}
/*划过效果*/
.company .list li:hover a{
    color: #017eff;
}
/* 查看大图弹窗 */
.layerbox{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layerbox .main{
    max-width: 60%;
}
.layerbox img{
    display: block;
    width: 100%;
}
.layerbox .desc{
    text-align: center;
    color: #fff;
}


/*解决方案*/
.solution .container{
    box-sizing: border-box;
    padding: 0 25px 80px 25px;
}
.solution .list1{
    display: flex;
    justify-content: space-between;
}
.solution .list1 li{
    width: 105px;
    height: 104px;
    position: relative;
    cursor: pointer;
  	list-style: none;
}
.solution .list1 li:nth-of-type(1){
    background-image: url(../new_image/sn1-1.png);
}
.solution .list1 li:nth-of-type(2){
    background-image: url("../new_image/sn2.png");
}
.solution .list1 li:nth-of-type(3){
    background-image: url("../new_image/sn3.png");
}
.solution .list1 li:nth-of-type(4){
    background-image: url("../new_image/sn4.png");
}
.solution .list1 li:nth-of-type(5){
    background-image: url("../new_image/sn5.png");
}
.solution .list1 li:nth-of-type(6){
    background-image: url("../new_image/sn6.png");
}
.solution .list1 li:nth-of-type(7){
    background-image: url("../new_image/sn7.png");
}
.solution .list1 li:nth-of-type(8){
    background-image: url("../new_image/sn8.png");
}
.solution .list1 li:nth-of-type(9){
    background-image: url("../new_image/so9.png");
}

.solution .list1 li:after{
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -9px;
    content: '';
    width: 16px;
    height: 9px;
    background-image: url("../new_image/so00.png");
    display: none;
}
.solution .list1 p{
    font-size: 16px;
    text-align: center;
    margin-top: 68px;
    color: #636363;
}
/* 划过样式 */
.solution .list1 li:nth-of-type(1):hover{
    background-image: url("../new_image/sn1-1.png")!important;
}
.solution .list1 li:nth-of-type(2):hover{
    background-image: url("../new_image/sn2-1.png")!important;
}
.solution .list1 li:nth-of-type(3):hover{
    background-image: url("../new_image/sn3-1.png")!important;
}
.solution .list1 li:nth-of-type(4):hover{
    background-image: url("../new_image/sn4-1.png")!important;
}
.solution .list1 li:nth-of-type(5):hover{
    background-image: url("../new_image/sn5-1.png")!important;
}
.solution .list1 li:nth-of-type(6):hover{
    background-image: url("../new_image/sn6-1.png")!important;
}
.solution .list1 li:nth-of-type(7):hover{
    background-image: url("../new_image/sn7-1.png")!important;
}
.solution .list1 li:nth-of-type(8):hover{
    background-image: url("../new_image/sn8-1.png")!important;
}
.solution .list1 li:nth-of-type(9):hover{
    background-image: url("../new_image/sn9-1.png")!important;
}

.solution .list1 li:hover::after{
    display: block;
}
.solution .list1 li:hover p{
    color: #fff;
}


/*点击样式*/
.solution .list1 li.active:after{
    display: block;
}
.solution .list1 li.active p{
    color: #fff;
}

.solution .info-list{
    margin-top: 50px;
}
.solution .info{
    display: none;
    justify-content: space-between;
}
.solution .info:first-child{
    display: flex;
}
.solution .info .desc{
    width: 440px;
}
.solution .info .tit{
    margin-top: 18px;
    font-size: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.solution .info .word{
    margin-top: 23px;
    line-height: 30px;
    font-size: 16px;
    color: #676767;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient:vertical;
    overflow: hidden;
}
.solution .info .more{
    margin-top: 63px;
    display: block;
    width: 110px;
    height: 40px;
    background-color: #29c2bb;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
}
.solution .info .img{
    width: 600px;
    height: 360px;
    overflow: hidden;
    text-align: center;
}
.solution .img img{
    width: 100%;
}

/*应用案例*/
.case{
    background-color: #f6f6f6;
}
.case .container{
    box-sizing: border-box;
    padding: 0 25px 10px 25px;
    display: flex;
    flex-wrap: wrap;
}
.case .container li{
    width: 350px;
    height: 265px;
    margin-bottom: 30px;
    margin-right: 35px;
    color: #333;
}
.case .container li:nth-of-type(3n){
    margin-right: 0;
}
.case .container .img{
    width: 350px;
    height: 210px;
    display: block;
}
.case .container .desc{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff;
}
.case .container .desc a{
    display: block;
    color: #333;
}
/*划过效果*/
.case .container li:hover .desc a{
    background-color: #017eff;
    color: #fff;
}


/*产品中心*/
.products .list1{
    display: flex;
    justify-content: space-between;
}
.products .list li{
    padding: 10px 14px;
    border: 1px solid #efefef;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
.products .list1 li:after{
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -9px;
    content: '';
    width: 16px;
    height: 9px;
    background-image: url("../new_image/so00.png");
    display: none;
}
/* 点击效果 */
.products .list1 li.active{
    background-color: #017eff;
    color: #fff;
    border-color: #017eff;
}
.products .list1 li.active::after{
    display: block;
}
/* 滑动效果 */
.products .list1 li:hover{
    background-color: #017eff;
    color: #fff;
    border-color: #017eff;
}
.products .list1 li:hover::after{
    display: block;
}



/*划过样式*/
.company .hot:hover .tit{
    color: #017eff;
}
.company .hot .tit{
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 8px;
    color: #333;
}
.company .hot .desc{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient:vertical;
    overflow: hidden;
    color: #767676;
    font-size: 13px;
    line-height: 23px;
    margin-top: 13px;
    padding-right: 54px;
}
.company .news .list1 {
    margin-top: 16px;
}
.company .list1 li{
    line-height: 32px;
    font-size: 14px;
    color: #999999;
    display: flex;
}
.company .list1 a{
    color: #2f2f2f;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company .list1 .date{
    font-size: 13px;
    min-width: 70px;
    text-align: right;
}
/*划过效果*/
.company .list1 li:hover a{
    color: #017eff;
}
.dropdown-list>ul{list-style:none;}