/*幻灯片*/

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 800px;
}

.banner .item a {
    display: block;
}

.banner .img {
    display: block;
    width: 100%;
}



.banner-b {
    position: absolute;
    bottom: 0;
}




.banner-btn a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

.banner-btn a.prev {
    left: -54px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.banner-btn a.next {
    right: -54px;
    background-repeat: no-repeat;
    background-position: -49px 0;
}

.banner:hover .banner-btn a.prev {
    left: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner:hover .banner-btn a.next {
    right: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner .banner-btn a.prev:hover,
.banner:hover .banner-btn a.next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

.banner .slick-arrow {
    font-size: 0;
    text-indent: 9999px;
    z-index: 5;
    cursor: pointer;
    outline: 0;
    top: 50%;
    border: none;
    margin-top: -52px;
    background-position: 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../images/20201126100325_1671150766.png);
    width: 49px;
    height: 104px;
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.banner .slick-prev {
    left: -54px;
}

.banner .slick-next {
    right: -54px;
    background-position: -49px 0;
}

.banner:hover .slick-prev {
    left: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner:hover .slick-next {
    right: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner .slick-arrow:hover {
    opacity: .8;
}

.banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.banner .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 10px;
    background-color: #ccc;
    cursor: pointer;
    margin: 0 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.banner .slick-dots button {
    display: none;
}

.banner .slick-dots li.slick-active {
    width: 32px;
    background-color: #006fb4;
}


/*实力*/
.row-a1 {
    background: #fff;
    height: 230px;
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.05)
}
.ul-strength{
    overflow: hidden;
}
.ul-strength li {
    float: left;
    width: 25%;
    height: 230px;
    text-align: center;
    padding-top: 60px;
}

.ul-strength li+li {
    background: url(../images/20201125134651_650513267.jpg)no-repeat left center #fff;
}

.ul-strength li p {
    font-size: 72px;
    color: #333;
    font-weight: bold;
}

.ul-strength li p:after {
    content: '+';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    background: #006fb4;
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    line-height: 24px;
    position: relative;
    top: -40px;
    left: 5px;
}

.ul-strength .d {
    font-size: 18px;
    color: #666;
}


.ul-strength li:last-child p:after {
    content: 'h';
    font-size: 14px;
}



/*服务项目*/
.row-a2 {
  margin-bottom: 50px;
}

.ul-prod_list {
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    margin: 20px 0 40px;
}

.ul-prod_list li {
    width: 220px;
    height: 60px;
    background: #006fb4;
    display: inline-block;
    cursor: pointer;
}

.ul-prod_list li a {
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}

.ul-prod_list li+li {
    margin-left: 20px;
}

.ul-prod_list li.on {
    background: #0987d5;
}


.ul-listb1 {
    overflow: hidden;
    margin: 0 -16px;
}

.ul-listb1 li {
    float: left;
    width: 33.33%;
}

.ul-listb1 .con {
    display: block;
    margin: 0 16px 32px;
}

.ul-listb1 .pic {
    display: block;
    position: relative;
    height: 0;
    padding-top: 75.05617%;
    overflow: hidden;
}

.ul-listb1 .pic::after {
    content: '查看详情+';
    width: 100%;
    height: 0px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    line-height: 334px;
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease all;
    opacity: 0;
}

.ul-listb1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.ul-listb1 .txt {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 0 16px;
    height: 80px;
    line-height: 80px;
    font-size: 0;
    position: relative;
}

.ul-listb1 .txt .fl {
    width: 80%;
    overflow: hidden;
}

.ul-listb1 .txt .fr {
    width: 20%;
    overflow: hidden;
}

.ul-listb1 .t1 {
    display: block;
    font-size: 16px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.ul-listb1 .txt:before {
    content: '';
    height: 2px;
    width: 0%;
    display: block;
    background: #006fb4;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease all;
}

.ul-listb1 .a1 {
    float: left;
    width: 29px;
    height: 29px;
    background: #094 url(../images/20201125202323_750645776.png)no-repeat center;
    background-size: 10px;
    border-radius: 50%;
    margin-top: 25px;

}

.ul-listb1 .a1.link {
    margin-left: 10px;
    background-color: #006fb4;
    background-image: url(../images/20201125202422_1769723464.png);
}

.ul-listb1 .con:hover .pic::after {
    opacity: 1;
    height: 100%;
}
.ul-listb1 .con:hover .t1{
    color: #006fb4;
}
.ul-listb1 .con:hover .txt::before{
    width: 100%;
}



/*对比*/
.row-a3 {
    background: url(../images/20201125142149_2083906261.jpg) no-repeat top center;
    overflow: hidden;
}

.m-compared .g-titb1 {
    margin-bottom: 20px;
}

.m-compared .g-titb1 h3 {
    color: #fff;
}

.m-compared .tit dd {
    color: #57afe5;
}

.m-compared .top {
    position: relative;
    overflow: hidden;
}

.m-compared .top .fl,
.m-compared .top .fr {
    width: 50%;
}

.m-compared .top .fl {
    padding-right: 19px;
}

.m-compared .top img {
    display: block;
    width: 100%;
}

.m-compared .top .fr {
    padding-left: 19px;
}

.m-compared .vs {
    position: absolute;
    top: 0;
    width: 100%;
}

.m-compared .vs .icon {
    width: 166px;
    height: 166px;
    display: block;
    background: url(../images/20201125143058_1215582320.png)no-repeat center #006fb4;
    border: 20px solid #fff;
    border-radius: 50%;
    margin: 85px auto;
    animation: Zoom 3s infinite linear;
}

.ul-listb2 {
    overflow: hidden;
    margin: 35px -19px 0;
}

.ul-listb2 li {
    overflow: hidden;
}

.ul-listb2 .item {
    float: left;
    width: 50%;
}

.ul-listb2 .box {
    height: 88px;
    background: #fff;
    padding: 0 30px 30px;
    overflow: hidden;
    transition: 0.3s ease all;
    border-radius: 10px;
    margin: 0 19px;
}

.ul-listb2 .box p {
    font-size: 26px;
    color: #006fb4;
    line-height: 88px;
    font-weight: bold;
    transition: 0.3s ease all;
    position: relative;
}

.ul-listb2 .item:nth-child(2) .box p {
    color: #009944;
}

.ul-listb2 li {
    margin-bottom: 15px;
    height: 88px;
    overflow: hidden;
    transition: 0.3s ease all;
}

.ul-listb2 li p:after {
    width: 26px;
    height: 26px;
    content: '';
    border-radius: 50%;
    display: block;
    background: #006fb4 url(../images/20201125153246_317878749.png) no-repeat;
    background-size: 26px;
    position: absolute;
    right: 20px;
    top: 31px;
    transition: 0.3s ease all;
}

.ul-listb2 .item:nth-child(2) .box p:after {
    background-color: #094;
}

.ul-listb2 li.on,
.ul-listb2 li.on .box {
    height: 260px;
}

.ul-listb2 li.on p {
    border-bottom: 2px solid #eee;
}

.ul-listb2 li.on p:after {
    transform: rotate(90deg);
}

.ul-listb2 li.on .info {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    margin-top: 20px;
    display: block;
    height: 120px;
    overflow-x: hidden;
}

.ul-listb2 li .info::-webkit-scrollbar {
    width: 3px;
    height: 389px;
    scrollbar-arrow-color: #006fb4;
}

.ul-listb2 li .info::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #006fb4;
    background: rgba(0, 0, 0, 0.2);
    scrollbar-arrow-color: #006fb4;
}

.ul-listb2 .info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #ffffff;
    border-radius: 0;
    background: #ffffff;
}

.ul-listb2 .item:nth-child(2) .box .info::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #009944;
    background: rgba(0, 0, 0, 0.2);
    scrollbar-arrow-color: #009944;
}

.m-compared_b {
    padding: 0 30px;
    background: #2e91ce;
    margin: 0 auto 106px;
    display: inline-block;
    text-align: center;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    transition: 0.3s ease all;
    cursor: pointer;
}


.tac {
    text-align: center;
}

.m-compared_b p {
    font-size: 18px;
    color: #fff;
}

.m-compared_b d {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.m-compared_b:hover {
    transform: scale(1.05);
}

@keyframes Zoom {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

/*流程*/
.row-a4 {
   
    overflow: hidden;
}

.m-step {
    background: url(../images/20201125154313_384239708.png) no-repeat center;
    background-size: 100%;
    height: 349px;
    width: 100%;
}
.m-step_m{
    display: none;
}
.m-step ul {
    width: 86.86%;
    margin: 0 auto;
}

.m-step li {
    width: 195px;
    float: left;
    text-align: center;
}

.m-step li i {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: linear-gradient(127deg, #015285, #006fb4);
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease all;
}

.m-step li i img {
    display: block;
    width: 100%;
}

.m-step li:hover i {
    background-image: linear-gradient(127deg, #03642e, #094);
}

.m-step li {
    margin-right: 50px;
}

.m-step li:nth-child(5n) {
    margin-right: 0;
}

.m-step li:nth-child(-n+5) {
    margin-bottom: 60px;
}

.m-step li p {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.m-step .desc {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}


.row-a5 {
    
}

.m-case {
    width: 90%;
    margin: 0 auto;
}

.m-case .swiper-slide img {
    transform: scale(0.8);
}

.m-case .swiper-slide img {
    width: 100%;
}

.m-case .swiper-slide.swiper-slide-active img {
    border: 1px solid #eee;
    transform: scale(1);
}

.m-case .swiper-slide .text {
    display: none;
}

.m-case .swiper-slide.swiper-slide-active .text {
    display: block;
    width: 390px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #006fb4;
    border-radius: 30px;
    margin: 30px auto 0;
    color: #fff;
    transition: 0.3s ease all;
    font-size: 16px !important;
}

.m-case .swiper-slide:hover .text {
    background: #0987d5;
}

/*优势*/
.row-a6 {
    background: #0770b1;
}

.row-a6 .g-titb1 h3,
.row-a6 .g-titb1 p {
    color: #fff;
}

.ul-listb3 {
    padding: 50px 55px 0;
    background: #fff;
    box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin: 0 -17px 29px;
}

.ul-listb3 li {
    float: left;
    width: 50%;
    padding-bottom: 42px;
}

.ul-listb3 .con {
    margin: 0 17px;
}

.ul-listb3 .img {
    height: 398px;
    overflow: hidden;
}

.ul-listb3 .img img {
    display: block;
    width: 100%;
}

.ul-listb3 li p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 20px 0;
}

.ul-listb3 .desc {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    height: 84px;
}

.ul-listb3 .desc p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    height: 84px;
    font-weight: normal;
}

.ul-listb3:after {
    content: '';
    background: url(../images/20201125172527_530307588.png)no-repeat center;
    width: 100%;
    height: 29px;
    display: block;
    position: absolute;
    bottom: -29px;
    left: 0;
}

/*合作客户*/
.row-a7 .box {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.row-a7 .counter {
    display: inline;
    color: #094;
}

.ul-listb4 {

    overflow: hidden;
    margin: 0 -18px;
}

.ul-listb4 li {
    float: left;
    width: 25%;
}

.ul-listb4 .con {
    display: block;
    margin: 0 18px 36px;
}

.ul-listb4 .pic {
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}

.ul-listb4 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
}

.ul-listb4 .txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 24px 0px;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
}

.ul-listb4 .txt::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 100%;
    background: #006fb4;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ul-listb4 .con:hover .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.ul-listb4 .con:hover .txt {
    color: #fff;
}

.ul-listb4 .con:hover .txt::after {
    width: 100%;
}

.seemore {
    width: 423px;
    height: 86px;
    line-height: 86px;
    display: block;
    margin: 40px auto 0;
    text-align: center;
    font-size: 18px;
    color: #666;
    background: #eee;
    transition: 0.3s ease all;
}

.seemore:hover {
    border: 2px solid #006fb4;
    transform: scale(0.95);
}


/*简介*/
.row-a8 {
    background: url(../images/20201125174418_437108417.jpg)no-repeat center;
    padding: 88px 0 60px 0;
}

.m-about {
    background: #fff;
    padding: 30px 35px;
    overflow: hidden;
}

.m-about .left {
    width: 47%;
}

.m-about .left p {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-top: 40px;
}

.m-about .left .desc {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    line-height: 26px;
}

.m-about .left span {
    width: 100px;
    height: 3px;
    background: #006fb4;
    display: block;
    margin: 10px 0 30px;
}

.m-about .left .info {
    font-size: 15px;
    color: #666;
    color: #666;
    line-height: 28px;
}
.m-about .left .info p {
    font-size: 15px;
    color: #666;
    color: #666;
    line-height: 28px;
    font-weight: normal;
}

.m-about .left .info a {
    color: #006fb4;
}

.m-about .right {
    width: 50%;
}

.m-about .right img {
    display: block;
    width: 100%;
    height: auto;
}

.ul-listb5 {
    margin-top: 50px;
}

.ul-listb5 li {
    float: left;
    text-align: center;
    width: 198px;
}

.ul-listb5 i img {
    height: 57px;
}

.ul-listb5 li p {
    font-size: 20px;
    color: #006fb4;
    margin-top: 10px;
}

.ul-listb5 li .d {
    text-transform: lowercase;
}


/*新闻*/
.ul-news_list {
    width: 602px;
    margin: 0 auto;
}

.ul-news_list li {
    width: 200px;
    height: 70px;
    background: #f5f5f5;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 70px;
    cursor: pointer;
}

.ul-news_list li+li {
    margin-left: 1px;
}

.ul-news_list li.on {
    background: #006fb4;
    color: #fff;
}

.m-news .box .item:nth-child(-n+2) {
    width: 390px;
    height: 480px;
}

.m-news .box .item:nth-child(-n+2) .pic img {
    width: 390px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.m-news .box .item:nth-child(-n+2) .pic {
    position: absolute;
    top: 0;
    width: 390px;
    display: block;
}

.m-news .box .item:nth-child(-n+2) .date {
    position: absolute;
    top: 440px;
    width: 390px;
    font-size: 12px;
    color: #333;
}

.m-news .box .item:nth-child(-n+2) .date:after {
    content: 'Read more  →';
    font-size: 12px;
    color: #222;
    margin-left: 15px;
    float: right;
}

.m-news .year,
.m-news .month,
.m-news .day {
    display: inline-block;
}

.m-news .box .item:nth-child(-n+2) .content {
    position: absolute;
    top: 300px;
    width: 390px;
}

.m-news .box .item:nth-child(-n+2) .month:after {
    content: '-';
}

.m-news .a {
    font-size: 16px !important;
    color: #333;
    line-height: 55px;
}

.m-news .body {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 55px;
}

.m-news .box .item:nth-child(2) {
    margin-left: 30px;
}

.m-news .box .item {
    width: 530px;
    height: 120px;
    border-bottom: 1px dotted #999;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.m-news .box .item:nth-child(n+3) {
    margin-left: 60px;
}

.m-news .pic {
    display: none;
}

.m-news .box .item:nth-child(n+3) .content {
    width: 430px;
    position: absolute;
}

.m-news .box .item:nth-child(n+3) .date {
    position: absolute;
    right: 0px;
    font-size: 12px;
    top: 70px;
}

.m-news .box .item:nth-child(n+3) .day {
    position: absolute;
    top: -47px;
    font-size: 41px;
    left: -4px;
}

.m-news .box .item:nth-child(n+3) .a {
    height: 120px;
}

.m-news .box .a {
    display: block;
    width: 100%;
    height: 184px;
    position: absolute;
}

/*广告条*/
.ban_ad {
    background: url(../images/20201125190245_1656823652.jpg)no-repeat;
    height: 618px;
    padding: 169px 0;
}

.ban_ad .con {
    width: 730px;
    height: 280px;
    background: rgba(255, 255, 255, 0.2);
    padding: 14px;
    margin: 0 auto;
}

.ban_ad .txt {
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 40px;
}

.ban_ad .txt p {
    font-size: 40px;
    color: #333;
    font-weight: bold;
}

.ban_ad .txt d {
    color: #006fb4;
}

.ban_ad .txt .dd {
    font-size: 30px;
    font-weight: bold;
    color: #094;
}

.ban_ad .txt .tel {
    width: 570px;
    height: 60px;
    line-height: 60px;
    background: #006fb4;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

.ban_ad .txt .tel span {
    font-size: 30px;
    font-weight: bold;
}


@media only screen and (min-width: 1199px) and (max-width: 1920px) {
    /*幻灯片*/

    .banner {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-height: 41.66vw;
    }

    .banner .item a {
        display: block;
    }

    .banner .img {
        display: block;
        width: 100%;
    }



    .banner-b {
        position: absolute;
        bottom: 0;
    }




    .banner-btn a {
        display: block;
        width: 2.552vw;
        height: 5.416vw;
        position: absolute;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out
    }

    .banner-btn a.prev {
        left: -2.812vw;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    .banner-btn a.next {
        right: -2.812vw;
        background-repeat: no-repeat;
        background-position: -2.552vw 0;
    }

    .banner:hover .banner-btn a.prev {
        left: 2.812vw;
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
    }

    .banner:hover .banner-btn a.next {
        right: 2.812vw;
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
    }

    .banner .banner-btn a.prev:hover,
    .banner:hover .banner-btn a.next:hover {
        filter: alpha(opacity=80);
        -moz-opacity: .8;
        -khtml-opacity: .8;
        opacity: .8;
    }

    .banner .slick-arrow {
        font-size: 0;
        text-indent: 520.7vw;
        z-index: 5;
        cursor: pointer;
        outline: 0;
        top: 50%;
        border: none;
        margin-top: -2.708vw;
        background-position: 0 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url(../images/20201126100325_1671150766.png);
        background-size: 5vw;
        width: 2.552vw;
        height: 5.416vw;
        position: absolute;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

    .banner .slick-prev {
        left: -2.812vw;
    }

    .banner .slick-next {
        right: -2.812vw;
        background-position: -2.552vw 0;
    }

    .banner:hover .slick-prev {
        left: 2.812vw;
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
    }

    .banner:hover .slick-next {
        right: 2.812vw;
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
    }

    .banner .slick-arrow:hover {
        opacity: .8;
    }

    .banner .slick-dots {
        position: absolute;
        left: 0;
        bottom: 5%;
        width: 100%;
        text-align: center;
        font-size: 0;
        z-index: 1;
    }

    .banner .slick-dots li {
        display: inline-block;
        width: 1.041vw;
        height: 0.520vw;
        background-color: #ccc;
        cursor: pointer;
        margin: 0 0.260vw;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        border-radius: 1.041vw;
        -webkit-border-radius: 1.041vw;
        -moz-border-radius: 1.041vw;
        -ms-border-radius: 1.041vw;
        -o-border-radius: 1.041vw;
    }

    .banner .slick-dots button {
        display: none;
    }

    .banner .slick-dots li.slick-active {
        width: 1.666vw;
        background-color: #006fb4;
    }


    /*实力*/
    .row-a1 {
        background: #fff;
        height: 11.97vw;
        box-shadow: 0.520vw 0 1.041vw rgba(0, 0, 0, 0.05)
    }

    .ul-strength li {
        float: left;
        width: 25%;
        height: 11.97vw;
        text-align: center;
        padding-top: 3.125vw;
    }

    .ul-strength li+li {
        background: url(../images/20201125134651_650513267.jpg)no-repeat left center #fff;
    }

    .ul-strength li p {
        font-size: 3.75vw;
        color: #333;
        font-weight: bold;
    }

    .ul-strength li p:after {
        content: '+';
        width: 1.145vw;
        height: 1.145vw;
        border-radius: 50%;
        display: inline-block;
        background: #006fb4;
        font-size: 0.833vw;
        color: #fff;
        font-weight: lighter;
        line-height: 1.25vw;
        position: relative;
        top: -2.083vw;
        left: 0.260vw;
    }

    .ul-strength li d {
        font-size: 0.937vw;
        color: #666;
    }


    .ul-strength li:last-child p:after {
        content: 'h';
        font-size: 0.729vw;
    }



    /*服务项目*/
    .row-a2 {
       margin-bottom: 50px;
    }

    .ul-prod_list {
        text-align: center;
        margin: 1.041vw 0 2.083vw;
    }

    .ul-prod_list li {
        width: 11.45vw;
        height: 3.125vw;
        background: #006fb4;
        display: inline-block;
        cursor: pointer;
    }

    .ul-prod_list li a {
        line-height: 3.125vw;
        color: #fff;
        font-size: 0.937vw;
    }

    .ul-prod_list li+li {
        margin-left: 1.041vw;
    }

    .ul-prod_list li.on {
        background:#0987d5;
    }


    .ul-listb1 {
        overflow: hidden;
        margin: 0 -0.833vw;
    }

    .ul-listb1 li {
        float: left;
        width: 33.33%;
    }

    .ul-listb1 .con {
        display: block;
        margin: 0 0.833vw 1.666vw;
    }

    .ul-listb1 .pic {
        display: block;
        position: relative;
        height: 0;
        padding-top: 75.05617%;
        overflow: hidden;
    }

    .ul-listb1 .pic::after {
        content: '查看详情+';
        width: 100%;
        height: 0vw;
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        line-height: 17.39vw;
        color: #fff;
        font-size: 0.833vw;
        transition: 0.3s ease all;
        opacity: 0;
    }

    .ul-listb1 .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .ul-listb1 .txt {
        background-color: #f5f5f5;
        overflow: hidden;
        padding: 0 0.833vw;
        height: 4.166vw;
        line-height: 4.166vw;
        font-size: 0;
    }

    .ul-listb1 .txt .fl {
        width: 80%;
        overflow: hidden;
    }

    .ul-listb1 .txt .fr {
        width: 20%;
        overflow: hidden;
    }

    .ul-listb1 .t1 {
        display: block;
        font-size: 0.833vw;
        color: #666;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;

    }

    .ul-listb1 .a1 {
        float: left;
        width: 1.510vw;
        height: 1.510vw;
        background: #094 url(../images/20201125202323_750645776.png)no-repeat center;
        background-size: 0.520vw;
        border-radius: 50%;
        margin-top: 1.302vw;

    }

    .ul-listb1 .a1.link {
        background-color: #006fb4;
        background-image: url(../images/20201125202422_1769723464.png);
    }

    .ul-listb1 .con:hover .pic::after {
        opacity: 1;
        height: 100%;
    }





    /*对比*/
    .row-a3 {
       background: #0255bf;
    }

    .m-compared .g-titb1 {
        margin-bottom: 1.041vw;
    }

    .m-compared .g-titb1 h3 {
        color: #fff;
    }

    .m-compared .tit dd {
        color: #57afe5;
    }

    .m-compared .top {
        position: relative;
        overflow: hidden;
    }

    .m-compared .top .fl,
    .m-compared .top .fr {
        width: 50%;
    }

    .m-compared .top .fl {
        padding-right: 0.989vw;
    }

    .m-compared .top img {
        display: block;
        width: 100%;
    }

    .m-compared .top .fr {
        padding-left: 0.989vw;
    }

    .m-compared .vs {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .m-compared .vs .icon {
        width: 8.645vw;
        height: 8.645vw;
        display: block;
        background: url(../images/20201125143058_1215582320.png)no-repeat center #006fb4;
        border: 1.041vw solid #fff;
        border-radius: 50%;
        margin: 4.427vw auto;
        animation: Zoom 3s infinite linear;
    }

    .ul-listb2 {
        overflow: hidden;
        margin: 1.822vw -0.989vw 0;
    }

    .ul-listb2 li {
        overflow: hidden;
    }

    .ul-listb2 .item {
        float: left;
        width: 50%;
    }

    .ul-listb2 .box {
        height: 4.583vw;
        background: #fff;
        padding: 0 1.562vw 1.562vw;
        overflow: hidden;
        transition: 0.3s ease all;
        border-radius: 0.520vw;
        margin: 0 0.989vw;
    }

    .ul-listb2 .box p {
        font-size: 1.354vw;
        color: #006fb4;
        line-height: 4.583vw;
        font-weight: bold;
        transition: 0.3s ease all;
        position: relative;
    }

    .ul-listb2 .item:nth-child(2) .box p {
        color: #009944;
    }

    .ul-listb2 li {
        margin-bottom: 0.781vw;
        height: 4.583vw;
        overflow: hidden;
        transition: 0.3s ease all;
    }

    .ul-listb2 li p:after {
        width: 1.354vw;
        height: 1.354vw;
        content: '';
        border-radius: 50%;
        display: block;
        background: #006fb4 url(../images/20201125153246_317878749.png) no-repeat;
        background-size: 1.35416vw;
        position: absolute;
        right: 1.041vw;
        top: 1.614vw;
        transition: 0.3s ease all;
    }

    .ul-listb2 .item:nth-child(2) .box p:after {
        background-color: #094;
    }

    .ul-listb2 li.on,
    .ul-listb2 li.on .box {
        height: 13.54vw;
    }

    .ul-listb2 li.on p {
        border-bottom: 0.104vw solid #eee;
    }

    .ul-listb2 li.on p:after {
        transform: rotate(90deg);
    }

    .ul-listb2 li.on .info {
        font-size: 0.781vw;
        color: #666;
        line-height: 1.562vw;
        margin-top: 1.041vw;
        display: block;
        height: 6.25vw;
        overflow-x: hidden;
    }

    .ul-listb2 li .info::-webkit-scrollbar {
        width: 0.156vw;
        height: 20.26vw;
        scrollbar-arrow-color: #006fb4;
    }

    .ul-listb2 li .info::-webkit-scrollbar-thumb {
        border-radius: 0.260vw;
        -webkit-box-shadow: inset 0 0 0.260vw #006fb4;
        background: rgba(0, 0, 0, 0.2);
        scrollbar-arrow-color: #006fb4;
    }

    .ul-listb2 .info::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0.260vw #ffffff;
        border-radius: 0;
        background: #ffffff;
    }

    .ul-listb2 .item:nth-child(2) .box .info::-webkit-scrollbar-thumb {
        border-radius: 0.260vw;
        -webkit-box-shadow: inset 0 0 0.260vw #009944;
        background: rgba(0, 0, 0, 0.2);
        scrollbar-arrow-color: #009944;
    }

    .m-compared_b {
        padding: 0 1.562vw;
        background: #2e91ce;
        margin: 0 auto 5.52vw;
        display: inline-block;
        text-align: center;
        height: 4.166vw;
        line-height: 4.166vw;
        border-radius: 2.083vw;
        transition: 0.3s ease all;
        cursor: pointer;
    }


    .tac {
        text-align: center;
    }

    .m-compared_b p {
        font-size: 0.937vw;
        color: #fff;
    }

    .m-compared_b d {
        font-size: 1.875vw;
        color: #fff;
        font-weight: bold;
    }

    .m-compared_b:hover {
        transform: scale(1.05);
    }

    @keyframes Zoom {
        0% {
            transform: scale(0.9);
        }

        50% {
            transform: scale(1);
        }

        100% {
            transform: scale(0.9);
        }
    }

    /*流程*/
    .row-a4 {
        
        overflow: hidden;
    }

    .m-step {
        background: url(../images/20201125154313_384239708.png) no-repeat center;
        height: 18.17vw;
        background-size: 100%;
        width: 100%;
    }

    .m-step ul {
        margin: 0 auto;
    }

    .m-step li {
        width: 10.15vw;
        float: left;
        text-align: center;
    }

    .m-step li i {
        width: 5.208vw;
        height: 5.208vw;
        border-radius: 50%;
        background-image: linear-gradient(127deg, #015285, #006fb4);
        display: inline-block;
        cursor: pointer;
        transition: 0.3s ease all;
    }

    .m-step li i img {
        display: block;
        width: 100%;
    }

    .m-step li:hover i {
        background-image: linear-gradient(127deg, #03642e, #094);
    }

    .m-step li {
        margin-right: 2.604vw;
    }

    .m-step li:nth-child(5n) {
        margin-right: 0;
    }

    .m-step li:nth-child(-n+5) {
        margin-bottom: 3.125vw;
    }

    .m-step li p {
        font-size: 0.937vw;
        color: #333;
        line-height: 2.083vw;
    }

    .m-step .desc {
        font-size: 0.729vw;
        color: #666;
        line-height: 1.25vw;
        height: 2.5vw;
    }


    .row-a5 {
        
    }

    .m-case {
        width: 90%;
        margin: 0 auto;
    }

    .m-case .swiper-slide img {
        transform: scale(0.8);
    }

    .m-case .swiper-slide img {
        width: 100%;
    }

    .m-case .swiper-slide.swiper-slide-active img {
        border: 0.052vw solid #eee;
        transform: scale(1);
    }

    .m-case .swiper-slide .text {
        display: none;
    }

    .m-case .swiper-slide.swiper-slide-active .text {
        display: block;
        width: 20.31vw;
        height: 3.125vw;
        line-height: 3.125vw;
        text-align: center;
        background: #006fb4;
        border-radius: 1.562vw;
        margin: 1.562vw auto 0;
        color: #fff;
        transition: 0.3s ease all;
        font-size: 0.833vw !important;
    }

    .m-case .swiper-slide:hover .text {
        background:#f9ac1a;
    }

    /*优势*/
    .row-a6 {
        background: #0770b1;
    }

    .row-a6 .g-titb1 h3,
    .row-a6 .g-titb1 p {
        color: #fff;
    }

    .ul-listb3 {
        padding: 2.604vw 2.864vw 0;
        background: #fff;
        box-shadow: 0.520vw 1.041vw 1.041vw rgba(0, 0, 0, 0.1);
        position: relative;
        overflow: hidden;
        margin: 0 -0.885vw 1.510vw;
    }

    .ul-listb3 li {
        float: left;
        width: 50%;
        padding-bottom: 2.187vw;
    }

    .ul-listb3 .con {
        margin: 0 0.885vw;
    }

    .ul-listb3 .img {
        height: 20.72vw;
        overflow: hidden;
    }

    .ul-listb3 .img img {
        display: block;
        width: 100%;
    }

    .ul-listb3 li p {
        font-size: 1.25vw;
        color: #333;
        font-weight: bold;
        margin: 1.041vw 0;
    }

    .ul-listb3 .desc {
        font-size: 0.781vw;
        color: #666;
        line-height: 1.458vw;
        height: 4.375vw;
    }

    .ul-listb3 .desc p {
        font-size: 0.781vw;
        color: #666;
        line-height: 1.458vw;
        height: 4.375vw;
        font-weight: normal;
    }

    .ul-listb3:after {
        content: '';
        background: url(../images/20201125172527_530307588.png)no-repeat center;
        width: 100%;
        height: 1.510vw;
        display: block;
        position: absolute;
        bottom: -1.510vw;
        left: 0;
    }

    /*合作客户*/
    .row-a7 .box {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }

    .ul-listb4 {

        overflow: hidden;
        margin: 0 -0.937vw;
    }

    .ul-listb4 li {
        float: left;
        width: 25%;
    }

    .ul-listb4 .con {
        margin: 0 0.937vw 1.875vw;
    }

    .ul-listb4 .pic {
        position: relative;
        height: 0;
        padding-top: 75%;
        overflow: hidden;
    }

    .ul-listb4 .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        transition: .6s;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -ms-transition: .6s;
        -o-transition: .6s;
    }

    .ul-listb4 .txt {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        width: 100%;
        text-align: center;
        padding: 1.25vw 0vw;
        z-index: 2;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 0.833vw;
    }

    .ul-listb4 .txt::after {
        content: '';
        position: absolute;
        top: 0vw;
        left: 0vw;
        width: 0;
        height: 100%;
        background: #006fb4;
        z-index: -1;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .ul-listb4 .con:hover .pic img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    .ul-listb4 .con:hover .txt {
        color: #fff;
    }

    .ul-listb4 .con:hover .txt::after {
        width: 100%;
    }

    .seemore {
        width: 22.03vw;
        height: 4.479vw;
        line-height: 4.479vw;
        display: block;
        margin: 2.083vw auto 0;
        text-align: center;
        font-size: 0.937vw !important;
        color: #666;
        background: #eee;
        transition: 0.3s ease all;
    }

    .seemore:hover {
        border: 0.104vw solid #006fb4;
        transform: scale(0.95);
    }


    /*简介*/
    .row-a8 {
        background: url(../images/20201125174418_437108417.jpg)no-repeat center;
        padding: 4.583vw 0 3.125vw 0;
    }

    .m-about {
        background: #fff;
        padding: 1.562vw 1.822vw;
        overflow: hidden;
    }

    .m-about .left {
        width: 47%;
    }

    .m-about .left p {
        font-size: 1.458vw;
        color: #333;
        font-weight: bold;
        margin-top: 2.083vw;
    }

    .m-about .left .desc {
        font-size: 0.825vw;
        color: #999;
        text-transform: uppercase;
        line-height: 1.354vw;
    }

    .m-about .left span {
        width: 5.208vw;
        height: 0.156vw;
        background: #006fb4;
        display: block;
        margin: 0.520vw 0 1.562vw;
    }

    .m-about .left .info {
        font-size: 0.781vw;
        color: #666;
        color: #666;
        line-height: 1.458vw;
    }
    .m-about .left .info p{
        font-size: 0.781vw;
        color: #666;
        color: #666;
        line-height: 1.458vw;
        font-weight: normal;
    }

    .m-about .left .info a {
        color: #006fb4;
    }

    .m-about .right {
        width: 50%;
    }

    .m-about .right img {
        display: block;
        width: 100%;
    }

    .ul-listb5 {
        margin-top: 2.604vw;
    }

    .ul-listb5 li {
        float: left;
        text-align: center;
        width: 10.31vw;
    }

    .ul-listb5 i img {
        height: 2.968vw;
    }

    .ul-listb5 li p {
        font-size: 1.041vw;
        color: #006fb4;
        margin-top: 0.520vw;
    }

    .ul-listb5 li .d {
        text-transform: lowercase;
    }


    /*新闻*/
    .ul-news_list {
        width: 31.35vw;
        margin: 0 auto;
    }

    .ul-news_list li {
        width: 10.41vw;
        height: 3.645vw;
        background: #f5f5f5;
        float: left;
        text-align: center;
        font-size: 0.937vw;
        color: #333;
        line-height: 3.645vw;
        cursor: pointer;
    }

    .ul-news_list li+li {
        margin-left: 0.052vw;
    }

    .ul-news_list li.on {
        background: #006fb4;
        color: #fff;
    }

    .m-news .box .item:nth-child(-n+2) {
        width: 20.31vw;
        height: 25vw;
    }

    .m-news .box .item:nth-child(-n+2) .pic img {
        width: 20.31vw;
        border: 0.052vw solid #eee;
        box-sizing: border-box;
    }

    .m-news .box .item:nth-child(-n+2) .pic {
        position: absolute;
        top: 0;
        width: 20.31vw;
        display: block;
    }

    .m-news .box .item:nth-child(-n+2) .date {
        position: absolute;
        top: 22.91vw;
        width: 20.31vw;
        font-size: 0.625vw;
        color: #333;
    }

    .m-news .box .item:nth-child(-n+2) .date:after {
        content: 'Read more  →';
        font-size: 0.625vw;
        color: #222;
        margin-left: 0.781vw;
        float: right;
    }

    .m-news .year,
    .m-news .month,
    .m-news .day {
        display: inline-block;
    }

    .m-news .box .item:nth-child(-n+2) .content {
        position: absolute;
        top: 15.62vw;
        width: 20.31vw;
    }

    .m-news .box .item:nth-child(-n+2) .month:after {
        content: '-';
    }

    .m-news .a {
        font-size: 0.833vw !important;
        color: #333;
        line-height: 2.864vw;
    }

    .m-news .body {
        font-size: 0.729vw;
        color: #666;
        line-height: 1.354vw;
        margin-top: 2.864vw;
    }

    .m-news .box .item:nth-child(2) {
        margin-left: 1.562vw;
    }

    .m-news .box .item {
        width: 27.60vw;
        height: 6.25vw;
        border-bottom: 0.052vw dotted #999;
        float: left;
        position: relative;
        box-sizing: border-box;
    }

    .m-news .box .item:nth-child(n+3) {
        margin-left: 3.125vw;
    }

    .m-news .pic {
        display: none;
    }

    .m-news .box .item:nth-child(n+3) .content {
        width: 22.39vw;
        position: absolute;
    }

    .m-news .box .item:nth-child(n+3) .date {
        position: absolute;
        right: 0vw;
        font-size: 0.625vw;
        top: 3.645vw;
    }

    .m-news .box .item:nth-child(n+3) .day {
        position: absolute;
        top: -2.447vw;
        font-size: 2.135vw;
        left: -0.208vw;
    }

    .m-news .box .item:nth-child(n+3) .a {
        height: 6.25vw;
    }

    .m-news .box .a {
        display: block;
        width: 100%;
        height: 9.583vw;
        position: absolute;
    }

    /*广告条*/
    .ban_ad {
        background: url(../images/20201125190245_1656823652.jpg)no-repeat;
        height: 32.18vw;
        padding: 8.802vw 0;
    }

    .ban_ad .con {
        width: 38.02vw;
        height: 14.58vw;
        background: rgba(255, 255, 255, 0.2);
        padding: 0.729vw;
        margin: 0 auto;
    }

    .ban_ad .txt {
        background: #fff;
        width: 100%;
        height: 100%;
        text-align: center;
        padding-top: 2.083vw;
    }

    .ban_ad .txt p {
        font-size: 2.083vw;
        color: #333;
        font-weight: bold;
    }

    .ban_ad .txt d {
        color: #006fb4;
    }

    .ban_ad .txt .dd {
        font-size: 1.562vw;
        font-weight: bold;
        color: #094;
    }

    .ban_ad .txt .tel {
        width: 29.68vw;
        height: 3.125vw;
        line-height: 3.125vw;
        background: #006fb4;
        margin: 0 auto;
        color: #fff;
        font-size: 1.041vw;
        margin-top: 0.520vw;
    }

    .ban_ad .txt .tel span {
        font-size: 1.562vw;
        font-weight: bold;
    }






}

@media screen and (max-width: 1199px) {
    .row-a2,
    .row-a1{
        height: auto;
    }
    .g-titb1{
        padding-top: 4vw;
    }
    .g-titb1 h3 {
        font-size: 18px;
    }

    .g-titb1 p {
        font-size: 14px;
        line-height: 1.5;
    }

    .ul-strength li p {
        font-size: 32px;
    }

    .ul-strength li p:after {
        width: 12px;
        height: 12px;
        line-height: 12px;
        top: -17px;
    }

    .ul-strength .d {
        font-size: 14px;
    }

    .ul-strength li {
        padding: 4vw 0;
        height: auto;
    }

    .ul-prod_list li {
        width: auto;
        padding: 0 2vw;
        height: 35px;
    }

    .ul-prod_list li a {
        font-size: 14px;
        line-height: 35px;
    }

    .ul-listb1 .txt {
        height: 60px;
        line-height: 60px;
        padding: 0 8px;
    }
    .ul-listb1 .txt .fl{
        width: 75%;
    }
    .ul-listb1 .txt .fr{
        width: 25%;
    }
    .ul-listb1 .a1{
        margin-top: 15px;
    }
    .ul-listb1 .t1 {
        font-size: 14px;
    }

    .ul-listb2 {
        margin: 0 -5px;
    }

    .ul-listb2 .box {
        padding: 0 10px 10px;
        margin: 0 5px;
    }

    .ul-listb2 .box p {
        font-size: 16px;
        line-height: 45px;
    }

    .ul-listb2 li p:after {
        right: 0;
        top: 9px;
        transform: scale(.6);
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
    }

    .ul-listb2 li.on p:after {
        transform: rotate(90deg) scale(.6);
        -webkit-transform: rotate(90deg) scale(.6);
        -moz-transform: rotate(90deg) scale(.6);
        -ms-transform: rotate(90deg) scale(.6);
        -o-transform: rotate(90deg) scale(.6);
    }
    .ul-listb2 li.on .info,
    .ul-listb2 li .info{
        font-size: 12px;
        line-height: 1.5;
        margin-top: 8px;
        height: 7.5em;
    }
    .ul-listb2 li.on, .ul-listb2 li.on .box{
        height: 160px;
    }
    .m-compared .vs .icon{
        margin: 9vw auto 0;
        zoom: .6;
    }
    .m-compared .top .fl{
        padding-right: 5px;
    }
    .m-compared .top .fr{
        padding-left: 5px;
    }



    .m-compared_b {
        height: 60px;
        line-height: 60px;
        padding: 0 10px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }

    .m-compared_b p,
    .m-compared_b d {
        font-size: 16px;
    }

    .m-step {
        height: auto;
        background: none;
    }
    .m-step{
        display: none;
    }
    .m-step.m-step_m{
        display: block;
    }
    .m-step ul {
        width: auto;
    }

    .m-step li {
        width: 20%;
        padding: 0 10px;
        margin: 0 0 15px !important;
    }

    .m-step li i {
        width: 50px;
        height: 50px;
    }

    .m-step li p {
        font-size: 16px;
    }

    .m-case .swiper-slide.swiper-slide-active .text {
        width: auto;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }


    .ul-listb3 {
        padding: 4vw;
    }

    .ul-listb3 .img {
        height: 250px;
    }

    .ul-listb3 li p {
        font-size: 16px;
    }

    .seemore {
        width: 250px;
        padding: 0 3vw;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }

    .m-about{
        padding: 15px;
    }

    .m-about .right {
        float: none;
        width: auto;
        height: 300px;
        overflow: hidden;
    }

    .m-about .left {
        float: none;
        width: auto;
    }

    .m-about .left p {
        font-size: 14px;
        margin-top: 2vw;
    }

    .m-about .left .info {
        font-size: 14px;
        line-height: 1.5;
    }


    .ul-listb5 {
        text-align: center;
        margin: 2vw 0;
    }

    .ul-listb5 li {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 25%;
    }

    .ul-listb5 i img {
        height: 30px;
    }

    .ul-news_list {
        width: auto;
        text-align: center;
    }

    .ul-news_list li {
        display: inline-block;
        float: none;
        width: auto;
        padding: 0 3vw;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }

    .m-news .box .item {
        width: 50px;
        height: auto;
        padding: 0 10px;
        border: none;
    }

    .m-news .box .item:nth-child(-n+2) {
        width: 50%;
        height: auto;
        margin: 0;
    }

    .m-news .box .item:nth-child(-n+2) .pic img {
        display: block;
        width: 100%;
    }

    .m-news .box .item:nth-child(-n+2) .pic {
        position: static;
        width: auto;
    }

    .m-news .box .a {
        position: static;
        height: 2em;
        line-height: 2;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .m-news .body {
        height: 52px;
        overflow: hidden;
        margin: 5px 0;
    }

    .m-news .box .item:nth-child(-n+2) .content {
        position: static;
        width: auto;
    }

    .m-news .box .item:nth-child(-n+2) .date {
        position: static;
        width: auto;
    }

    .m-news .item:nth-child(n+3) {
        display: none;
    }

    .ban_ad {
        height: auto;
        padding: 3vw 0;
    }

    .ban_ad .con {
        height: auto;
    }

    .ban_ad .txt {
        padding-bottom: 3vw;
    }

    .ban_ad .txt p {
        font-size: 20px;
    }

    .ban_ad .txt .tel span,
    .ban_ad .txt .dd {
        font-size: 16px;
    }

    .ban_ad .txt .tel {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    .m-step .desc{
        font-size: 12px;
    }
}

@media screen and (max-width: 950px) {
    /* .m-step li{
        width: 25%;
    } */

    .ban_ad .con{
        width: auto;
    }
    .ban_ad .txt .tel{
        width: 90%;
    }
    .ul-listb1 li{
        width: 50%;
    }
    .ul-listb3 .img{
        height: 210px;
    }

    .ul-listb4 li{
        width: 33.33%;
    }
    .ul-listb4 .txt{
        padding: 2vw 0;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .banner-b{
        display: none;
    }
    .ul-strength li{
        width: 50%;
        margin-bottom: 10px;
    }
    .ul-strength li:nth-child(3){
        background: none;
    }
    .ul-prod_list li+li{
        margin-left: 4px;
    }
    .ul-listb1{
        margin-left: 0;
        margin-right: 0;
    }
    .ul-listb1 li{
        float: none;
        width: auto;
    }
    .ul-listb1 .con{
        margin: 0 0 10px;
    }
    .m-compared .vs .icon{
        zoom: .2;
        margin-top: 33vw;
    }
    .m-compared_b{
        text-align: center;
        height: auto;
        line-height: 2;
        margin-bottom: 10px;
    }
    .m-compared_b .fl{
        float: none;
        width: auto;
    }
    .m-step li{
        width: 50%;
    }
    .ul-listb3 {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 3vw;
    }
    .ul-listb3 li{
        float: none;
        width: auto;
        padding-bottom: 3vw;
    }
    .ul-listb3 .con{
        margin: 0 0 10px;
    }
    .ul-listb3 .img{
        height: auto;
    }
    .ul-listb3 li p{
        margin: 1vw 0;
    }
    .ul-listb3 .desc{
        font-size: 14px;
        height: auto;
        line-height: 1.5;
    }
    .ul-listb4 {
        margin-left: 0;
        margin-right: 0;
    }
    .ul-listb4 li{
        float: none;
        width: auto;
    }
    .ul-listb4 .con{
        margin: 0 0  10px;
    }
    .row-a8{
        padding: 5vw 0;
    }
    .ul-listb5 li{
        width: 32%;
    }

    .m-about .right{
        height: auto;
    }

    .m-news .box .item:nth-child(-n+2){
        float: none;
        width: auto;
        padding: 0 0 10px;
    }
}