
.banner img{
    width: 100%;
}
.banner-wrap{
    position: relative;
}
.banner-txt{
    position: absolute;
    left: 0;
    top: -260px;
}
.banner-txt h3{
    font-size: 28px;
    color: #fff;
}
.banner-txt span{
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
}

.title{
    font-size: 32px;
    color: #000;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
.title-ul{
    text-align: center;
    font-size: 0;
    width:100%;
}
.title-ul li{
    display: inline-block;
}
.title-ul li a{
    display: block;
    font-size: 16px;
    padding: 0 20px;
    /*height: 40px;*/
    line-height: 40px;
    background: #fff;
    border: 1px solid #c5c5c5;
    color: #000;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.title-ul li.on a{
    border: 1px solid #005ca2;
}
.title-ul li.on a{
    color: #005ca2;
}
.title-ul li:hover a{
    border: 1px solid #005ca2;
}
.title-ul li:hover a{
    color: #005ca2;
}
.product{
    background: #f6f6f6;
    padding-top: 100px;
    padding-bottom: 100px;
}
.product h3.title{
    margin-top:0px;
}

/*图标*/
.product-main1{
    margin-top: 80px;
}
.product-main1-li{
    float: left;
    width: 20%;
    height: 250px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
}
.product-main1-li h5{
    font-size: 16px;
    color: #333;
    margin: 20px 0 12px;
}


/*相关产品*/
.product-main2-bg{
    background: #f6f6f6;
    margin-top: 100px;
    padding: 100px 0;
}
.product-main2{
    position: relative;
}
.product-main2 h3{
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    color: #000;
    margin-bottom: 80px;
}
.swiper-slide-box{
    width: 320px;
    height: 340px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.swiper-slide-box img{
    width: 300px;
    height: 190px;
    margin: 40px 0;
    transition: all ease 0.7s;
}
.swiper-slide-title{
    font-size: 16px;
    color: #000;
}
.swiper-slide-box:hover img{
    transform: scale(1.1);
}
.swiper-slide-box:hover .swiper-slide-title{
    color: #005CA2;
    cursor: pointer;
}

.productSwiper-next{
    right: -80px;
    top: 60%;
    width: 53px;
    height: 53px;
    background: url(../img/icon15.png) no-repeat;
    outline: none;
}
.productSwiper-next:hover{
    background: url(../img/icon16.png) no-repeat;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: '';
}
.productSwiper-prev{
    left: -90px;
    top: 60%;
    width: 53px;
    height: 53px;
    background: url(../img/icon13.png) no-repeat;
    outline: none;
}
.productSwiper-prev:hover{
    background: url(../img/icon14.png) no-repeat;
}

/*移动轮播图*/
.phone-banner{
    display: none;
}
.phone-productSwiper{
    width: 100%;
}
.phone-productSwiper .swiper-slide-box{
    width: 100%;
    height: 300px;
}
.phone-productSwiper .swiper-slide-box img{
    width: 100%;
    height: 190px;
    margin: 20px 0;
}


.product-list-ul li{
    float: left;
    width: 23%;
    height: 340px;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 10px;
    background: #ffffff;
    text-align: center;
    margin-bottom: 50px;
}
.product-list-ul li img{
    width: 100%;
    height:65%;
    margin: 30px 0;
}
.product-list-ul li span{
    font-size: 16px;
    color: #000;
}
.product-list-ul li:hover span{
    color: #005CA2;
}









/*解决方案*/
.solution-ul{
    margin-top: 80px;
}
.solution-li{
    float: left;
    width: 20%;
    height: 280px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
}
.solution-li h5{
    font-size: 16px;
    color: #333;
    margin: 20px 0 12px;
}
.solution-main2-bg{
    background: #f6f6f6;
    margin-top: 100px;
    padding: 100px 0;
}
.solution-main2{
    position: relative;
}
.solution-main2 h3{
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    color: #000;
    margin-bottom: 80px;
}

.solution-list-ul li{
    float: left;
    width: 22%;
    margin: 0 20px 50px;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 30px;
    cursor: pointer;
}
.solution-list-ul li img{
    width: 100%;
    height: 198px;
}
.solution-list-ul li h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 10px;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
}
.solution-list-ul li p{
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    color: #959595;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.solution-list-ul li:hover h3{
    color: #005CA2;
}
.solution-list-ul li:hover p{
    color: #005CA2;
}

/*解决方案列表*/
.solutionList-ul li{
    background: #f6f6f6;
    margin-bottom: 50px;
}
.solutionList-l img{
    width: 570px;
    height: 311px;
}
.solutionList-r{
    width: 780px;
    height: 311px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.solutionList-r h3{
    font-size: 20px;
    color: #000;
}
.solutionList-r p{
    font-size: 16px;
    line-height: 30px;
    color: #848484;
}
.solutionList-r a{
    font-size: 16px;
    color: #848484;
    display: block;
    width: 168px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
}
.solutionList-r a:hover{
    color: #005CA2;
    border: 1px solid #005CA2;
}
.solution-info{
    margin-top: 5%;
    margin-bottom:5%;
}
.solution-info-hd{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cfcfcf;
}
.solution-info h3{
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
}
.solution-info-bd p{
    font-size: 16px;
    line-height: 35px;
    color: #545454;
    text-indent: 2em;
}
.solution-info-bd-img{
    width: 1280px;
    height: 720px;
}

.solutionInfo-main1{
    margin-top: 50px;
}
.solutionInfo-main1-l{
    width: 700px;
    height: 410px;
    padding: 6px;
    border: 1px solid #EBEBEB;
}
.solutionInfo-main1-l img{
    width: 100%;
    height: 100%;
}
.solutionInfo-main1-r{
    width: 600px;
}
.solutionInfo-main1-r h3{
    font-size: 26px;
    font-weight: 400;
    color: #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;;
}
.solutionInfo-main1-r p{
    font-size: 16px;
    line-height: 35px;
    color: #929292;
}
.solutionInfo-main1-r a{
    margin-top: 100px;
    display: block;
    width: 215px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 8px;
    background: #005ca2;
    font-size: 16px;
    color: #fff;
}

.solutionInfo-main2{
    margin-top: 5%;
    margin-bottom: 5%;
}
.solutionInfo-main2-hd{
    height: 50px;
    background: #f2f2f2;
    font-size: 0;
}
.solutionInfo-main2-hd a{
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #000;
    display: inline-block;
    width: 150px;
}
.solutionInfo-main2-hd a.on{
    background: #005ca2;
    color: #fff;
}
.solutionInfo-main2-bd{
    display: none;
}
.solutionInfo-main2-bd-l{
    width: 670px;
    text-align: justify;
}
.solutionInfo-main2-bd-l h3{
    font-size: 28px;
    color: #000;
    margin-top: 60px;
    margin-bottom: 40px;
}
.solutionInfo-main2-bd-l p{
    font-size: 16px;
    line-height: 35px;
    color: #000;
}
.first-dot{
    margin-top: 50px;
}
.solutionInfo-main2-bd-l .dot {
    display: flex;
    align-items: center;
}
.solutionInfo-main2-bd-l .dot i{
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 7px;
    display: inline-block;
    margin-right: 8px;
}
.solutionInfo-main2-bd-r{
    border: 1px dashed #707070;
    padding: 20px;
    margin-top: 120px;
}
.solutionInfo-main2-bd-r img{
    width: 100%;
}
.downData-ul{
    margin-top: 60px;
}
.downData-ul li{
    margin-left: 50px;
    margin-bottom: 50px;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 6px;
    width: 40%;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
.downData-li-l h6{
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
}
.downData-li-l span{
    font-size: 16px;
    color: #A7A7A7;
}
.downData-li-r{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 54px;
    border-radius: 54px;
    background: #005CA2;
    color: #fff;
    cursor: pointer;
}
.downData-li-r img{
    margin-right: 10px;
}
.downData-li-r:hover{
    color: #fff;
}


.news-list-ul{
    margin-top: 60px;
    margin-bottom: 50px;
}
.news-list-ul li{
    float: left;
    width: 22%;
    margin: 0 20px 20px;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 30px;
    cursor: pointer;
}
.news-list-ul li img{
    width: 100%;
    height: 198px;
    transition: all .3s;
}
.news-list-ul li img:hover{
    box-shadow: 0 1px 6px rgba(0,2,2,0.3);
    transform: translateY(-10px);
}
.news-list-ul li h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 10px;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
}
.news-list-ul li p{
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    color: #959595;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list-ul li:hover h3{
    color: #005CA2;
}
.news-list-ul li:hover p{
    color: #005CA2;
}
.news-list-ul li:hover .date-d{
    color: #005CA2;
}
.news-list-ul li:hover .date-m{
    color: #005CA2;
}
.date-d{
    font-weight: bold;
    font-size: 32px;
    color: #6e6e6e;
    text-align: center;
}
.date-m{
    font-size: 14px;
    color: #a7a7a7;
}

/*新闻详情*/
.news-info{
    margin-top: 60px;
}
.news-info-hd{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cfcfcf;
}
.news-info h3{
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
}
.news-info-date{
    font-size: 26px;
    color: #9f9f9f;
}
.news-info-bd img{
    max-width: 100%;
}
.news-info-bd{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #cfcfcf;
}
.news-info-ft-item{
    font-size: 16px;
    color: #7a7a7a;
    margin-bottom: 14px;
}


.service-tab{
    margin-top: 5%;
    margin-bottom: 5%;
}
.tab-hd{
    border-bottom: 5px solid #EBEBEB;
}
.tab-hd-item{
    float: left;
    font-size: 20px;
    color: #000;
    margin-right: 80px;
    padding-bottom: 30px;
    margin-bottom: -5px;
    cursor: pointer;
}
.tab-hd-item.on{
    border-bottom: 5px solid #005CA2;
    color: #005CA2;
    font-weight: bold;
}

.tab-bd{
    margin-top: 50px;
    width: 100%;
    display: none;
}
.tab-bd h6{
    font-size: 16px;
    color: #005ca2;
    margin-bottom: 20px;
}
.tab-bd p{
    font-size: 16px;
    line-height: 35px;
    color: #000;
}
.iframe-box{
    margin-top: 50px;
}


.brandSwiper-box{
    margin-top: 3%;
    position: relative;
    height: 360px;
    margin-bottom: 3%;
}
.brandSwiper-box .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.brandSwiper-box .swiper-slide {
    margin-top: 0px !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);

    /* 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;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.brandSwiper-box .swiper-pagination{
    bottom: -15px;
}

.brandSwiper-phone-box{
    margin-top: 10%;
    position: relative;
    height: 300px;
    margin-bottom: 10%;
    display: none;
}
.brandSwiper-phone-box .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.brandSwiper-phone-box .swiper-slide {
    margin-top: 0px !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);

    /* 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;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.brandSwiper-phone-box .swiper-pagination-phone{
    text-align: center;
}
.service-contact-box{
    margin-top: 50px;
}
.service-contact-box li{
    margin-bottom: 50px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    padding: 30px 40px;
    color: #000;
}
.contact-l-l img{
    width: 250px;
}
.contact-l-r{
    width: 450px;
    margin-left: 20px;
}
.contact-l-r h5{
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-l-r p{
    font-size: 18px;
    line-height: 35px;
}
.contact-r{
    width: 550px;
}
.contact-r p{
    font-size: 16px;
    line-height: 35px;
    color: #000;
}
.contact-r h6{
    font-size: 18px;
    margin-bottom: 10px;
}






/*加入我们*/
.join-search{
    width: 900px;
    margin: 0 auto;
}
.join-search-item{
    float: left;
    display: flex;
    justify-content: space-between;
    border: 1px solid #E1E1E1;
    width: 400px;
    margin-right: 40px;
    position: relative;
}
.join-search input{
    border: none;
    outline: none;
    height: 50px;
    line-height: 50px;
    width: 330px;
    padding-left: 10px;
    font-size: 16px;
}
.join-search button{
    border: none;
    outline: none;
    height: 52px;
    width: 50px;
    background: #005CA2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.join-search-down{
    position: absolute;
    right: 0;
    top: 52px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    display: none;
    background: #fff;
    z-index: 8;
}
.join-search-down li{
    width: 400px;
    height: 38px;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.join-search-down li:last-child{
    border-bottom: none;
}
.table{
    margin-top: 50px;
}
.table-hd{
    height: 70px;
    line-height: 70px;
    background: #f0f5fa;
}
.table-hd span{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.table-bd li{
    border: 1px solid #E1E1E1;
    padding: 30px 0;
    margin-top: 20px;
}
.table-bd li span{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.table-bd li span:nth-of-type(1){
    color: #005CA2;
    font-weight: bold;
}

/*详情*/
.join-position{
    font-size: 26px;
    color: #005CA2;
    font-weight: normal;
    padding-bottom: 30px;
    border-bottom: 2px solid #DCDCDC;
    margin-bottom: 20px;
}
.join-info p{
    color: #434343;
    font-size: 16px;
    line-height: 35px;
}
.join-info b{
    color: #000;
}
.join-info-dl{
    margin-top: 50px;
}
.join-info-dl dt{
    color: #000;
    font-size: 16px;
}
.join-info-dl dd{
    color: #434343;
    font-size: 16px;
}

.join-info-p{
    margin-top: 50px;
}
.join-info-p i{
    color: #0B63A6;
}
.return-btn{
    width: 170px;
    height: 50px;
    background: #005ca2;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
}



.about-con-box{
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    min-height: 650px;
}
.about-con-bg{
    position: absolute;
    left: 31%;
    top: 0;
    min-height: 650px;
    width: 2000px;
    background: #f2f7fa;
    z-index: 0;
}
.about-con{
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
.about-con-l{
    width: 687px;
    /*height: 524px;*/
}
.about-con-l img{
    width: 100%;
}
.about-con-r{
    width: 620px;
    position: relative;
}
.about-con-r h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}
.about-con-r p{
    font-size: 16px;
    color: #5B5B5B;
    line-height: 35px;
    text-align: justify;
}
.about-con-line{
    position: absolute;
    left: 270px;
    top: 15px;
    width: 74px;
    height: 1px;
    background: #005CA2;
}



/*搜索*/
.search-box{
    padding: 30px 0;
    background: #f0f5fa;
    margin-top: 50px;
}
.search-box-con{
    display: flex;
    justify-content: space-between;
    border: 1px solid #E1E1E1;
    width: 600px;
    margin: 0 auto;
}
.search-box-con input{
    border: none;
    outline: none;
    height: 50px;
    line-height: 50px;
    width: 450px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    box-sizing: border-box;
}
.search-box-con button{
    border: none;
    outline: none;
    height: 52px;
    width: 150px;
    background: #005CA2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.search-list-item{
    border-top: 1px solid #ccc;
    margin-top: 50px;
    overflow: hidden;
}
.search-list-item h3{
    font-size: 20px;
    margin: 20px 0;
    color: #333;
}
.search-list-item-l img{
    width: 200px;
    height: 150px;
}
.search-list-item-r{
    width: 1140px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.search-list-item-r p{
    color: #333;
    font-size: 16px;
    line-height: 35px;
}
.search-list-item-r span{
    color: #999;
}
.search-more a{
    height: 50px;
    line-height: 50px;
    background: #999999;
    font-size: 16px;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 50px;
}
.search-more a:hover{
    background: #005ca2;
}














