
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



  html {
	color: #000;
	scrollbar-highlight-color: rgba(51, 180, 255, 0);
	scrollbar-3dlight-color: rgba(51, 180, 255, 0);
	scrollbar-darkshadow-color: rgba(51, 180, 255, 0);
	scrollbar-shadow-color: rgba(51, 180, 255, 0);
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
    background-color: #f4f4f4;
    line-height: 1.6;

}
body {
    font-size: 14px;
    font-family: 'Alibaba';
    
}

img {
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle
}
ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
    text-decoration: none;
}


a {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
    color: #000;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

input {
    outline: none;
}

:root {
    --color: #FE7F2A;
    --color-z: #333333
}
p,h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
    font-weight: 400;
}


a:hover {
    color: var(--color) !important;
}


 input[type="radio"]::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999;
    box-sizing: border-box;
    position: absolute;
    top: 48px;
    position: absolute;
    top: 0;
    left: 0;
}
 input[type="radio"]:checked::before {
    background-color:  var(--color);
    background-clip: content-box;
    border: 1px solid  var(--color);
    padding: 1px;
    box-sizing: border-box;
}
input[type="checkbox"]{margin-top: 0; width:16px;height:16px;display: inline-block;text-align: center;vertical-align: middle; line-height: 18px;position: relative;}
input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border: 1px solid #d9d9d9}
input[type="checkbox"]:checked::before{content: "\2713";background-color: #fff;position: absolute;top: 0;left: 0;width:100%;border: 1px solid  var(--color);color: var(--color);font-size: 16px;font-weight: bold;}
.text-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bx-text-p2{
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bx-text-p3{
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.bx-text-p4{
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.bx-img-hover:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}


.header,#header{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    background-color: #fff;
    transition: all 0.5s;
    box-shadow: 0px 3px 10px 0px rgba(0, 46, 91, 0.05);

}

.header.active {
    box-shadow: 0 8px 20px 0px rgba(180, 184, 206, 0.14);
}

.header .header-hidebox {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    background-color: rgba(255,255,255,.9);
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 2;
    display: none;
}





.header001 {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.header001-con {
    padding-left: 5vw;
    padding-right: 5vw;
    margin: 0 auto;
}

.header001 .left{
    display: flex;
    align-items: center;
    height: 100%;
}

.header001-left {
    display: flex;
    align-items: center;
}

.header001 .bx-logo {
    max-height: 70px;
    position: relative;
    z-index: 1;
}

.header001 .bx-logo a {
    display: flex;
    align-items: center;
    max-height: 50px;
}

.header001 .bx-logo img {
    max-height: 40px;
    display: block;
}

.header001 .right {
    display: flex;
    align-items: center;
}



.header001 .bx-nav ul li {
    float: left;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    z-index: 400;
    text-align: center;
    padding: 0 30px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header001 .bx-nav ul li:nth-child(1){
    margin-left: 0;
}
.header001 .bx-nav{
    height: 100%;
}
.header001 .bx-nav ul li a {
    color: #000;
    display: block;
    width: 100%;
    position: relative;
    line-height: 100px;
}
.header001 .bx-nav ul li a::after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}
.header001 .bx-nav ul li.active a::after{
    background-color: var(--color);
}


.header001 .bx-nav ul li i {
    font-size: 20px;
    color: #000;
    vertical-align: middle;
    margin-left: 10px;
    height: 26px;
}

.header001 .bx-nav ul li .bx-nav-fd {
    width: 170px;
    display: none;
    position: absolute;
    top: 100px;
    line-height: 30px;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px 0;
    background-color: rgba(255,255,255,.99);
}

.header001 .bx-nav ul li .bx-nav-fd p{
    width: 100%;
    display: inline-block;
    color: #000;
    font-size: 16px;
    padding: 5px 10px;
    position: relative;
    transition: all 0.5s;
}
.header001 .bx-nav ul li .bx-nav-fd p:hover{
    background-color: var(--color);
   
}
.header001 .bx-nav ul li .bx-nav-fd p:hover a{
    color: #fff !important;
}


.header001 .bx-navigation {
    display: none;
    margin-left: 20px;
}

.header001 .bx-nav ul li:hover a,
.header001 .bx-nav ul li.active a{
    color: var(--color) !important;
}
.header001 .bx-nav ul li:hover i,.header001 .bx-nav ul li.active i{
    color: var(--color);
    transition: all 0.5s;
}
.header001 .bx-nav ul li a.active::before{
    opacity: 1;
}
.header001 .bx-nav ul li .bx-nav-fd  a{
    color: #333 !important;
    font-weight: 400;
}
.header001 .bx-nav ul li .bx-nav-fd  a:hover{
    color: var(--color) !important;
}
.bx-lang{
    font-size: 16px;
    margin-left: 1.3vw;
}
.bx-lang a{
    color: #333;
}
.bx-lang a.active{
    color: var(--color);
}
.bx-lang span{
    font-size: 14px;
    vertical-align: middle;
    color: #CCCCCC;
    margin: 0 5px;
}
.bx-header-tel{
    margin-left: 50px;
    color: #626262;
    font-size: 18px;
    min-width: 16vw;
    padding-left: 50px;
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}
.bx-header-tel p{
    font-size: 16px;
    color: #666666;
}
.bx-header-tel a{
    display: inline-block;
    color: #2475EE !important;
    margin-top: 8px;
}
.bx-header-tel img{
    width: 20px;
    line-height: 1;
    margin-right: 10px;
}

.header_search{
    width: 20px;
    cursor: pointer;
    margin-left: 15px;
}



.bx-navigation {
    display: none;
}

.bx-nav-dh {
    font-size: 18px;
    color: var(--color);
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.bx-nav-dh img {
    width: 20px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.active .bx-nav-dh {
    color: #000;
}

.bx-nav-dh a {
    color: #000;
    display: inline;
    font-weight: 400;
    vertical-align: top;
}

.nav-hide {
    display: none;
}

.bx-header-but {
    position: relative;
}

.bx-header-but .but {
    min-width: 120px;
    line-height: 38px;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding: 0 20px;
    border-radius: 20px;
    transition: all 0.5s;
    border: 1px solid #000000;
}

.bx-header-but .but:hover {
    background-color: var(--color);
    color: #fff !important;
    border-color: var(--color);
}

.bx-header-but .bx-header-ewm {
    position: absolute;
    right: 0;
    top: 70px;
    width: 140px;
    display: none;
}





@media (max-width: 1600px) {
    .header001{
        height: 80px;
    }
    .header001 .bx-nav ul li a{
        line-height: 80px;
    }
    .bx-header-tel{
        font-size: 16px;
    }
    .bx-header-tel a{
        margin-top: 3px;
    }
    .header001 .bx-logo img{
        max-height: 35px;
    }
    .header001 .bx-nav ul li{
        height: 80px;
        padding: 0 25px;
        font-size: 16px;
    }
    .bx-lang{
        font-size: 15px;
    }
    .header001 .bx-nav ul li .bx-nav-fd{
        top: 80px;
    }
}



@media (max-width: 1300px) {
    .header001 .bx-nav ul li{
        font-size: 14px;
        padding: 0 20px;
    }
    .header001 .bx-logo img{
        max-height: 30px;
    }
    .header001 .bx-nav ul li .bx-nav-fd p{
        font-size: 14px;
        padding: 3px 0;
    }
    .bx-header-tel{
        margin-left: 30px;
        padding-left: 30px;
    }
}



@media (max-width: 1000px) {

    .bx-nav-dh {
        font-size: 14px;
        margin-left: 10px;
    }


    .bx-header-but .bx-header-ewm {
        top: 60px;
    }


    .bx-nav-dh i {
        font-size: 16px;
    }

    .header001 {
        height: 60px;
        line-height: 60px;
    }
    .header001::before{
        transform: translate(-75%, 0);
    }

    .header001 .bx-logo img {
        max-height: 28px;
    }

    .header001 .bx-nav {
        position: fixed;
        top: 60px;
        z-index: 500;
        left: -100%;
        height:calc(100vh - 60px);
        z-index: 600;
        width: 100%;
        background-color: #fff;
        margin-left: 0;
        transition: all 0.5s;
        background-color: var(--color);
        overflow-y: scroll;
    }

    .header001 .bx-nav ul li {
        line-height: 50px;
        height: auto;
        text-align: left;
        float: none;
        border-bottom: 1px solid rgba(255,255,255,.5);
        position: relative;
        width: 100%;
        display: block;
        padding: 0 15px;
    }

    .header001 .bx-nav ul li i {
        display: block;
        width: 12px;
        height: 12px;
        color: #fff;
        transition: color .25s;
        position: absolute;
        right: 10px;
        top: 18px;
        display: block;
    }

    .header001 .bx-nav ul li i::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #fff;
        transform: translate(0, -50%);
    }

    .header001 .bx-nav ul li i::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #fff;
        transform: translate(-50%, 0);
    }

    .header001 .bx-nav ul li a {
        padding: 0 10px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        width: auto;
        display: inline-block;
        padding: 0;
        line-height: 50px;
    }
    .header001 .bx-nav ul li.active a,.header001 .bx-nav ul li:hover a{
        color: #fff !important;
    }
    .header001 .bx-nav ul li a::before{
        display: none;
    }

    .header001 .bx-navigation {
        display: block;
    }

    .header001 .bx-nav ul li .bx-nav-fd {
        display: none;
        position: relative;
        top: 0px;
        width: 100%;
        background-color: transparent;
        padding: 0;
    }

    .header001 .bx-nav ul li .bx-nav-fd p {
        display: block;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,.5);
        padding: 5px 0;
    }
    .header001 .bx-nav ul li .bx-nav-fd p:nth-child(1){
        border: none;
    }
    .header001 .bx-nav ul li .bx-nav-fd p::after{
        display: none;
    }

    .bx-navigation {
        display: block;
    }

    .header001 .bx-nav ul li .bx-nav-fd a {
        padding: 0 5px;
        font-size: 14px;
        color: #fff !important;
    }

    .bx-header-tel{
        display: none;
    }
    .bx-header-tel img{
        width: 16px;
        margin-right: 10px;
    }
   
    


    .hamburger .line {
        width: 20px;
        height: 1px;
        background-color: #000;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }



    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }

    .header001 .bx-nav ul li a:hover,
    .header001 .bx-nav ul li a.active {
        color: #fff !important;
        font-weight: bold;
    }
}

.banner{
    position: relative;
  }
.banner .img img{
    width: 100%;
}

.banner .swiper-button-prev,.banner .swiper-button-next{
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255,.3);
    background-size: 13px 20px;
    transition: all 0.5s;
}
.banner .swiper-button-prev{
    left: 20px;
}
.banner .swiper-button-next{
    right: 20px;
}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{
    background-color: var(--color);
}
.swiper-button-prev:after, .swiper-button-next:after{
    font-size: 1.5vw;
    color: #fff;
}


@keyframes first{
    0% {width: 0;}/*091*/
    100% {width: 100%;} /*0915*/
  }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    animation:first 4.2s;
}
.banner .swiper-pagination{
    padding-bottom: 30px;
}

.banner .swiper-pagination-bullet{
    width: 40px;
    height: 5px;
    border-radius: 0;
    background-color: #D8DADF;
    transition: all 0.5s;
    opacity: 1;
    position: relative;
}

.banner .swiper-pagination-bullet::before{
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background-color: var(--color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.pt120{
    padding-top: 120px;
}
.pb150{
    padding-bottom: 150px;
}
.mt50{
    margin-top: 50px;
}

.buts {
    display: inline-block;
    min-width: 150px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    border: 1px solid #2475EE;
    background-color: #2475EE;
    cursor: pointer;
  }
  
  .buts.border{
    background-color: transparent;
    color: #2475EE;
  }
  
  .buts:hover {
    opacity: 0.8;
    background-color: #2475EE;
    color: #fff !important;
  }

.max1520{
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}
.max1200{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.box-title{
    padding-left: 30px;
    position: relative;
}
.box-title::before{
    content: '';
    display: block;
    width: 4px;
    height: 30px;
    background-color: #2475EE;
    position: absolute;
    left: 0;
    top: 11px;
}
.box-title-h3{
    position: relative;
    
}
.box-title-h3 h3{
    font-size: 32px;
    color: #000000;
    position: relative;
    z-index: 2;
}
.box-title-h3 span{
    font-size: 60px;
    color: #EEEEEE;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0,-30%);
}
.box-title>p{
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
}
.box-title.center{
    text-align: center;
    padding-left: 0;
}
.box-title.center::before{
    display: none;
}
.box-title.center .box-title-h3 span{
    left: 50%;
    transform: translate(-50%, -30%);
}
.index-sol-item ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.8vw;
}
.index-sol-item ul li{
    width: 33.33%;
    padding: 0 1.8vw;
    margin-top: 3.6vw;
}

.index-sol-list{
    background-color: #fff;
    padding: 70px 50px;
    transition: all 0.5s;
    height: 100%;
}
.index-sol-list .icons{
    text-align: center;
}
.index-sol-list .icons img{
    height: 65px;
}
.index-sol-list .icons .i2{
    display: none;
}
.index-sol-list .text{
    text-align: center;
    margin-top: 50px;
}
.index-sol-list .text h3{
    font-size: 24px;
    color: #000000;
}
.index-sol-list .text p{
    font-size: 18px;
    color: #666666;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E9E9E9;
}
.index-sol-list:hover{
    background-color: var(--color);
    transform: translateY(-5px);

}
.index-sol-list:hover .icons .i2{
    display: inline-block;
}
.index-sol-list:hover .icons .i1{
    display: none;
}
.index-sol-list:hover .text h3,.index-sol-list:hover .text p{
    color: #fff;
}
.index-sol-list:hover .text p{
    border-top-color: rgba(255,255,255,.3);
}
.index-vetour-item{
    background-image: url(../images/index-vetour-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 640px;
}
.index-vetour-item .max1520{
    height: 100%;
}

.index-vetour-box{
    height: 100%;
}

.index-vetour-box ul{
    display: flex;
    height: 100%;
}
.index-vetour-box ul li{
    flex: 1;
    height: 100%;
}
.index-vetour-list {
    height: 100%;
    display: flex;
    align-items: flex-end;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.index-vetour-list .index-vetour-bottom{
    width: 100%;
    transition: all 0.8s;
    position: absolute;
    bottom: -100%;
    padding: 75px 40px;
}
.index-vetour-list .index-vetour-bottom h3{
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    width: 100%;
    padding: 20px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.index-vetour-list .index-vetour-bottom p{
    font-size: 18px;
    color: #FFFFFF;
    white-space: pre-line;
    margin-top: 30px;
}
.index-vetour-list .index-vetour-top{
    width: 100%;
    padding: 60px 40px;
    background-color: rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(255,255,255,.3);
}

.index-vetour-list .index-vetour-top h3{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}
.index-vetour-list .index-vetour-top p{
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 80px;
}
.index-vetour-list:hover .index-vetour-top{
    display: none;
}
.index-vetour-list:hover .index-vetour-bottom{
    height: 100%;
    background-color: rgba(254,127,42,.87);
    bottom: 0;
}

.footer-top{
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 40px;
}
.footer-top-item{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-top-item .footer-tel{
    width: 31%;
    border-right: 1px solid #EEEFF0;
}
.footer-top-item .footer-nav{
    width: 40%;
    padding: 0 4vw;
}

.footer-tel-list:nth-child(1){
    margin-top: 0;
}

.footer-tel-list{
    padding-left: 70px;
    position: relative;
    margin: 15px 0;
}
.footer-tel-list img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);

}
.footer-tel-list h3{
    font-size: 16px;
    color: #666666;
}
.footer-tel-list  p{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.footer-ewm-list{
    display: inline-block;
    width: 140px;
    margin-left: 50px;
    text-align: center;
}
.footer-ewm-list img{
    width: 100%;
    margin-top: 20px;
}
.f-title{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.footer-nav ul{
    display: flex;
    justify-content: space-between;
}
.footer-nav ul li{
    display: inline-block;
    vertical-align: top;
    min-width: 45%;
}

.footer-nav-p a{
    display: block;
    font-size: 16px;
    color: #333333;
}
.footer-nav-p{
    display: flex;
    flex-wrap: wrap;
}
.footer-nav-p p{
    width: 49%;
    margin-top: 15px;
}

.footer-bottom{
    background-color: #f4f4f4;
}

.footer-bottom-item{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo{
    max-width: 255px;
}

.footer-txt{
    max-width: 80%;
    font-size: 16px;
    color: #333333;
}
.footer-txt a{
    vertical-align: baseline;
}

.nei-banner{
    position:relative;
}
.nei-banner .img {
    width: 100%;
}
    .nei-banner .img img {
        width:100%;
        object-fit:cover;
    }

    .nei-banner .text{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
    }
    .nei-banner .text .max1520{
        width:100%;
        height:100%;
    }
        .nei-banner .text .texts{
            width:100%;
            height:100%;
            padding-top: 17%;
            
        }
        .nei-banner .text .p1,  .nei-banner .text .p2{
            font-size: 20px;
            color: #FFFFFF;
        }
        .nei-banner .text .h3{
            font-size: 48px;
            font-weight: bold;
            color: #FFFFFF;
            margin:20px 0;
            line-height: 1;
        }
        .nei-banner .text .buts{
            margin-top: 50px;
        }
        .Solution-list{
            display: none;
        }

        .Solution-list-flex{
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #fff;
        }
        .Solution-list-flex .img{
            width: 50%;
            overflow: hidden;
        }
        .Solution-list-flex .img img{
            width: 100%;
        }
        .Solution-list-flex .text{
            width: 50%;
            padding: 50px;
        }
        .Solution-list-flex .text .s-title{
            padding-left: 55px;
            position: relative;
            font-size: 24px;
            color: #2475EE;
            padding-bottom: 30px;
            border-bottom: 1px solid #E9E9E9;
        }
        .Solution-list-flex .text .s-title img{
            position: absolute;
            top: 0;
            left: 0;
            width: 35px;

        }
        .Solution-list-flex .text .desc{
            font-size: 18px;
            color: #666666;
            white-space: pre-line;
        }
        .Solution-list-flex .text .source{
            font-size: 14px;
            color: var(--color);
            margin-top: 20px;
        }

        .Solution-nav{
            margin-top: 100px;
            position: relative;
            padding-left: 60px;
            padding-right: 60px;
        }
        .Solution-nav::after{
            content: '';
            display: block;
            width: 100%;
            height: 10px;
            border-radius: 10px;
            background-color: #fff;
            position: absolute;
            top: 55px;
            left: 0;
        }
        .Solution-nav ul{
            display: flex;
            justify-content: space-between;
            position: relative;
            z-index: 2;
        }
        .Solution-nav-list{
            cursor: pointer;
        }
        .Solution-nav-list .img{
            width: 120px;
            height: 120px;
            background-color: #fff;
            border-radius: 50%;
            border: 1px solid #2475EE;
            text-align: center;
            line-height: 120px;
            transition: all 0.3s;
        }
        .Solution-nav-list .img img{
            max-width: 50%;
            max-height: 50%;
        }
        .Solution-nav-list .img .i2{
            display: none;
        }
        .Solution-nav-list p{
            text-align: center;
            font-size: 20px;
            color: #000000;
            margin-top: 20px;
        }
        .Solution-nav-list:hover .img,.active .Solution-nav-list .img{
            background-color: #2475EE;
            border: 10px solid #fff;
            line-height: 100px;
        }
        .Solution-nav-list:hover .img .i2,.active .Solution-nav-list .img .i2{
            display: inline-block;
        }
        .Solution-nav-list:hover .img .i1,.active .Solution-nav-list .img .i1{
            display: none;
        }
        .Solution-nav-list:hover p,.active .Solution-nav-list p{
            color: #2475EE;
        }
        .news-flex-item ul {
            margin: 0 -1vw;
            display: flex;
            flex-wrap: wrap;
        }
        
            .news-flex-item ul li {
                width: 33.33%;
                padding: 0 1vw;
                margin: 1vw 0;
            }
        
        .news-flex-list {
            display: block;
            box-shadow: 0 0 25px rgba(146,163,180,.2);
        }
        
            .news-flex-list .img {
                height: 0;
                padding-bottom: 66%;
                overflow: hidden;
                position: relative;
                width: 100%;
            }
            .news-flex-list .img img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
                left: 0;
                top: 0;
            }
            .news-flex-list .text {
                padding: 30px;
                background-color: #fff;
                transition: all 0.5s;
            }
        
                .news-flex-list .text h3 {
                    font-size: 22px;
                    color: #000000;
                    line-height: 30px;
                    height: 60px;
                    transition: all 0.5s;
                }
        
                .news-flex-list .text span {
                    width: 100%;
                    display: block;
                    font-size: 16px;
                    color: #666666;
                    margin-top: 25px;
                    transition: all 0.5s;
                    border-top: 1px solid #EAEEF5;
                }
        
                .news-flex-list .text p {
                    font-size: 16px;
                    color: #666666;
                    margin-top: 25px;
                    transition: all 0.5s;
                }
        
                .news-flex-list .text small {
                    margin-top: 20px;
                    display: inline-block;
                    font-size: 16px;
                    color: #2475EE;
                    transition: all 0.5s;
                    font-weight: bold;
                    text-decoration: underline;

                }
        
            .news-flex-list:hover .text {
                background-color: var(--color);
            }
        
                .news-flex-list:hover .text h3, .news-flex-list:hover .text p, .news-flex-list:hover .text span, .news-flex-list:hover .text small {
                    color: #fff;
                }
                .page_div {

                    color: #666;
                    text-align: center;
                }
                
                /* 页数按钮样式 */
                .page_div button {
                    display: inline-block;
                    min-width: 30px;
                    height: 30px;
                    cursor: pointer;
                    color: #666;
                    font-size: 13px;
                    line-height: 28px;
                    background-color: #f9f9f9;
                    border: 1px solid #dce0e0;
                    text-align: center;
                    margin: 0 4px;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    border-radius: 5px;
                }
                
                #firstPage,
                #lastPage,
                #nextPage,
                #prePage {
                    width: 50px;
                    color: #2475EE;
                    border: 1px solid  #2475EE;
                }
                
                #nextPage,
                #prePage {
                    width: 70px
                }
                
                .page_div .current {
                    background-color:  #2475EE;
                    border-color:  #2475EE;
                    color: #FFF
                }
                
                /* 页面数量 */
                .totalPages {
                    margin: 0 10px
                }
                
                .totalPages span,
                .totalSize span {
                    color:  #2475EE;
                    margin: 0 5px
                }
                
                /*button禁用*/
                .page_div button:disabled {
                    opacity: .5;
                    cursor: no-drop
                }

                .NewsDetail001-box{
                    background-color: #FFFFFF;
                    padding: 50px 40px;
                }
                .NewsDetail001-title{
                    text-align: left;
                    border-bottom: 1px solid #E6E6E6;
                    padding-bottom: 20px;
                }
                .NewsDetail001-title h3{
                    font-size: 24px;
                    color: #000;
                }
                .tit_bar {
                    margin-top: 15px;
                }
                
                .social-share {
                    display: inline-block;
                }
                
                .tit_bar .text {
                    font-size: 16px;
                    color: #000;
                    display: inline-block;
                    margin-right: 2%;
                }
                
                .NewsDetail001-item {
                    padding: 30px 0;
                    font-size: 16px;
                    color: #000;
                    line-height: 2;
                }

                .NewsDetail001-item .source{
                    font-size: 14px;
                    color: var(--color);
                    margin-top: 20px;
                    line-height: 1.6;
                }

                .NewsDetail001-item .source a{
                    color: #0000EE;
                    word-break: break-all;
                }

                .bx-siteMAbout013-top {
                    display: flex;
                    justify-content: space-between;
                    overflow: hidden;
                    padding-bottom: 80px;
                }
                
                .bx-siteMAbout013-top .left {
                    width: 38%;
                    position: relative;
                
                }
                
                .bx-siteMAbout013-top .left .img {
                    width: 34%;
                    position: absolute;
                    left: 100px;
                    top: 0;
                
                }
                
                .bx-siteMAbout013-top .right {
                    width: 62%;
                }
                
                .bx-siteMAbout013-top .right .nei-title {
                    text-align: left;
                    padding-bottom: 40px;
                    position: relative;
                }
                .bx-siteMAbout013-top .right .nei-title h3{
                    font-size: 48px;
                }
                .bx-siteMAbout013-top .right .nei-title p{
                    font-size: 28px;
                    color: #000000;
                    margin-top: 10px;
                }
                
                .bx-siteMAbout013-top .right .nei-title::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    display: block;
                    width: 100%;
                    height: 2px;
                    background-color: #2475EE;
                }
                
                .bx-siteMAbout013-top .right .texts {
                    padding-top: 30px;
                }
                
                .bx-siteMAbout013-top .right .texts .p1 {
                    font-size: 20px;
                    color: #000000;
                }
                
                .bx-siteMAbout013-top .right .texts .p2 {
                    font-size: 20px;
                    color: #6A6A6A;
                    margin-top: 40px;
                    white-space: pre-line;
                    line-height: 1.9;
                }
                .bx-siteMAbout013-bottom{
                    text-align: center;
                }
                .bx-siteMAbout013-bottom img{
                    width: 100%;
                }
                .about-history{
                    background-color: #F4F4F4;
                    position: relative;
                }

                .about-history .img{
                    position: absolute;
                    width: 60%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    overflow: hidden;
                }
                .about-history .img img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
                .about-history{
                    padding: 125px 0;
                    text-align: right;
                    position: relative;
                    
                }
                .about-history-item{
                    display: inline-block;
                    text-align: left;
                    background-color: #fff;
                    padding: 80px;
                    width: 780px;
                    min-height: 600px;
                    vertical-align: middle;
                }
                .about-history-box{
                    position: relative;
                    z-index: 2;
                }

                .about-history-text .desc{
                    font-size: 16px;
                    color: #666666;
                    white-space: pre-line;
                }
                .about-history-title{
                    position: relative;
                }
                .about-history-text .about-history-title h3{
                    font-size: 20px;
                    color: #000000;
                    position: absolute;
                    left: 0;
                    bottom: 20px;
                }
                .about-history-text .about-history-title span{
                    font-size: 90px;
                    line-height: 1;
                    color: rgba(254,127,42,.15);
                }
                .about-history-nav{
                    display: inline-block;
                    vertical-align: middle;
                    width: 180px;
                }
                .about-history-nav ul{
                    position: relative;
                }
                .about-history-nav ul::before{
                    content: '';
                    display: block;
                    width: 1px;
                    height: 100%;
                    border-left: 1px dashed #CBCBCB;
                    position: absolute;
                    right: 12px;
                    top:0;
                }
                .about-history-nav ul li{
                    margin: 50px 0;
                    font-size: 16px;
                    color: #666666;
                    position: relative;
                    padding-right: 35px;
                    line-height: 24px;
                    cursor: pointer;
                }
                .about-history-nav ul li::before{
                    content: '';
                    display: block;
                    width: 20px;
                    height: 20px;
                    background-color: #fff;
                    border-radius: 50%;
                    border: 2px solid #CBCBCB;
                    position: absolute;
                    right: 0;
                    top: 0;
                }
                .about-history-nav ul li.active::before{
                    border: 5px solid var(--color);
                    width: 14px;
                    height: 14px;
                }
                .about-history-nav ul li.active{
                    font-size: 24px;
                    color: var(--color);
                }
                .about-history-list{
                    display: none;
                }

                .about-honor-swiper .swiper-slide.swiper-slide-active {
                    transform: scale(1);
                }
              
                .about-honor-swiper .swiper-slide.swiper-slide-prev{
                    transform: scale(0.9);
                    transform-origin:left center;
                }
                .about-honor-swiper .swiper-slide.swiper-slide-next {
                    transform: scale(0.9);
                    transform-origin: right center;
                }
                .about-honor-swiper .swiper-slide {
                    transform: scale(0.8);
                    transition: all 0.5s;
                    padding: 0 0.5vw;
                }

                .about-honor-swiper .swiper-slide .img img{
                    width: 100%;
                }

                .about-honor-swiper{
                    position: relative;
                }
                .about-honor-swiper .swiper-button-prev, .about-honor-swiper .swiper-button-next{
                    width: 60px;
                    height: 60px;
                    background-color: rgba(255,255,255,.3);
                    border-radius: 50%;
                    overflow: hidden;
                    transition: all 0.5s;
                }
                .about-honor-swiper  .swiper-button-prev:after, .about-honor-swiper  .swiper-button-next:after{
                    color: #404856;
                    font-size: 1.2vw;
                }
                .about-honor-swiper .swiper-button-prev{
                    left: -80px;
                }
                .about-honor-swiper .swiper-button-next{
                    right: -80px;
                }
                .about-honor-swiper .swiper-button-prev:hover, .about-honor-swiper .swiper-button-next:hover{
                    background-color: #FFD890;
                }
                .about-honor-swiper .swiper-button-prev:hover:after, .about-honor-swiper .swiper-button-next:hover:after{
                    color: #fff;
                }
                .about-case-item{
                    width:100%;
                    overflow:hidden;
                }
                .about-case-item ul {
                    overflow: hidden;
                    margin: 0 -2px;
                }
                .about-case-item ul li {
                    width: 33.33%;
                    float: left;
                    padding:0 2px;
                    margin-bottom:4px;
                }
                    .about-case-item ul li:nth-child(1) .about-case-item-list .img {
                        padding-bottom: calc(126% + 4px);
                    }
                
                .about-case-item-list{
                    display:block;
                    overflow: hidden;
                    position: relative;
                }
                .about-case-item-list .img{
                    padding-bottom:63%;
                    position: relative;
                }
                .about-case-item-list .img img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    position: absolute;
                    left: 0;
                    top: 0;
                }
                .about-case-item-list .h3{
                    font-size: 20px;
                    color: #FFFFFF;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%,-50%);
                    width: 80%;
                    text-align: center;
                }

                @media (max-width: 1600px) {
                    .max1520{
                        max-width: 1200px;
                    }
                    .max1200{
                        max-width: 1050px;
                    }
                    .pt120{
                        padding-top: 100px;
                    }
                    .pb150{
                        padding-bottom: 120px;
                    }
                    .mt50{
                        margin-top: 40px;
                    }
                    .nei-banner .text .texts{
                        padding-top: 15%;
                    }
                    .nei-banner .text .h3{
                        font-size: 36px;
                        margin: 15px 0;
                    }
                    .nei-banner .text .p1, .nei-banner .text .p2{
                        font-size: 16px;
                    }
                    .nei-banner .text .buts{
                        margin-top: 40px;
                    }
                    .index-sol-list{
                        padding: 50px 30px;

                    }
                    .index-sol-list .icons img{
                        height: 55px;
                    }
                    .index-sol-list .text{
                        margin-top: 40px;
                    }
                    .index-sol-list .text p{
                        margin-top: 20px;
                        padding-top: 20px;
                        font-size: 16px;
                    }
                    .index-sol-list .text h3{
                        font-size: 20px;
                    }
                    .index-vetour-list .index-vetour-top p{
                        margin-top: 60px;
                    }
                    .index-vetour-list .index-vetour-bottom{
                        padding: 60px 30px;
                    }
                    .index-vetour-list .index-vetour-bottom h3{
                        font-size: 20px;
                        padding: 15px 0;
                    }
                    .footer-tel-list p{
                        font-size: 15px;
                    }
                    .footer-ewm-list{
                        width: 120px;
                        margin-left: 30px;
                    }
                    .footer-txt{
                        font-size: 14px;
                    }
                    .footer-logo{
                        max-width: 220px;
                    }
                    .footer-top{
                        padding-top: 65px;
    padding-bottom: 30px;
                    }
                    .footer-nav-p p{
                        margin-top: 10px;
                    }
                    .footer-ewm-list img{
                        margin-top: 10px;
                    }
                    .footer-tel-list{
                        margin: 10px 0;
                    }
                    .footer-bottom-item{
                        padding: 20px 0;
                    }
                    .f-title{
                        font-size: 16px;
                    }
                    .footer-nav-p a{
                        font-size: 14px;
                    }
                    .index-vetour-item{
                        height: 500px;
                    }
                    .index-vetour-list .index-vetour-bottom p{
                        font-size: 16px;
                    }
                    .box-title-h3 h3{
                        font-size: 28px;
                    }
                    .box-title-h3 span{
                        font-size: 52px;
                        width: 100%;
                    }
                    .box-title>p{
                        font-size: 16px;
                        margin-top: 15px;
                    }
                    .box-title::before{
                        top: 10px;
                    }

                    .Solution-list-flex .text .s-title{
                        font-size: 20px;
                        padding-left: 50px;
                        padding-bottom: 25px;
                    }
                    .Solution-list-flex .text .s-title img{
                        width: 30px;
                    }
                    .Solution-list-flex .text .desc{
                        font-size: 16px;
                    }
                    .Solution-list-flex .text{
                        padding: 40px;
                    }
                    .Solution-nav-list .img{
                        width: 110px;
                        height: 110px;
                        line-height: 110px;
                    }
                    .Solution-nav-list:hover .img, .active .Solution-nav-list .img{
                        line-height: 85px;
                    }
                    .Solution-nav-list p{
                        font-size: 18px;
                        margin-top: 15px;
                    }
                    .Solution-nav{
                        margin-top: 80px;
                    }
                    .news-flex-list .text h3{
                        font-size: 20px;
                    }
                    .bx-siteMAbout013-top .right .nei-title h3{
                        font-size: 36px;
                    }
                    .bx-siteMAbout013-top .right .nei-title{
                        padding-bottom: 30px;
                    }
                    .bx-siteMAbout013-top .right .texts .p1{
                        font-size: 18px;
                    }
                    .bx-siteMAbout013-top .right .texts .p2{
                        font-size: 18px;
                    }
                    .about-history-item{
                        width: 650px;
                        min-height: 500px;
                    }
                    .about-history-nav{
                        width: 140px;
                    }
                    .about-history-text .about-history-title span{
                        font-size: 70px;
                    }
                    .about-history-text .about-history-title h3{
                        font-size: 18px;
                    }
                    .about-history-nav ul li{
                        margin: 40px 0;
                    }
                    .about-honor-swiper .swiper-button-prev, .about-honor-swiper .swiper-button-next{
                        width: 50px;
                        height: 50px;
                    }
                    .about-honor-swiper .swiper-button-prev{
                        left: -60px;
                    }
                    .about-honor-swiper .swiper-button-next{
                        right: -60px;
                    }
                    .about-case-item-list .h3{
                        font-size: 16px;
                    }
                    .NewsDetail001-title h3{
                        font-size:20px;
                    }
                }

                @media (max-width: 1000px) {
                    .max1520,.max1200{
                        padding-left: 15px;
                        padding-right: 15px;
                    }
                    .pt120{
                        padding-top: 30px;
                    }
                    .pb150{
                        padding-bottom: 30px;
                    }
                    .mt50{
                        margin-top: 20px;
                    }
                    .nei-banner .text .texts{
                        padding-top: 8%;
                    }
                    .nei-banner .text .h3{
                        font-size: 16px;
                        margin: 5px 0;
                    }
                    .nei-banner .text .p1, .nei-banner .text .p2{
                        font-size: 12px;
                        line-height: 1.4;
                    }
                    .banner .swiper-button-prev, .banner .swiper-button-next{
                        display: none;
                    }
                    .nei-banner .text .buts{
                        margin-top: 10px;

                    }
                    .banner .swiper-pagination{
                        display: none;
                    }
                    .buts{
                        min-width: 90px;
                        line-height: 28px;
                        font-size: 12px;
                    }
                    .box-title-h3 span{
                        font-size: 24px;
                    }
                    .box-title-h3 h3{
                        font-size: 18px;
                    }
                    .box-title{
                        padding-left: 15px;
                    }
                    .box-title::before{
                        width: 2px;
                        height: 20px;
                        top: 5px;
                    }
                    .box-title>p{
                        font-size: 14px;
                        margin-top: 10px;
                    }
                    .index-sol-item ul{
                        margin: 0;
                    }
                    .index-sol-item ul li{
                        width: 100%;
                        padding: 0;
                    }
                    .index-sol-list{
                        padding: 30px 15px;
                    }
                    .index-sol-list .icons img{
                        height: 40px;
                    }
                    .index-sol-list .text{
                        margin-top: 20px;
                    }
                    .index-sol-list .text h3{
                        font-size: 16px;
                    }
                    .index-sol-list .text p{
                        margin-top: 10px;
                        padding-top: 10px;
                        font-size: 14px;
                    }
                    .index-vetour-box ul{
                        flex-wrap: wrap;
                    }
                    .index-vetour-box ul li{
                        flex: none;
                        width: 100%;
                    }
                    .index-vetour-item{
                        height: auto;
                    }
                    .index-vetour-list .index-vetour-top{
                        display: none;
                    }
                    .index-vetour-list .index-vetour-bottom{
                        display: block;
                        position: relative;
                        bottom: 0;
                        padding: 15px;
                    }
                    .index-vetour-list .index-vetour-bottom h3{
                        font-size: 16px;
                        padding: 5px 0;
                        border-top: 1px solid #fff;
                        border-bottom: 1px solid #fff;
                    }
                    .index-vetour-list .index-vetour-bottom p{
                        font-size: 14px;
                        margin-top: 10px;
                    }
                    .index-vetour-box{
                        padding: 20px 0;
                    }
                    .footer-top{
                        padding: 30px 0;
                    }
                    .footer-top-item{
                        display: block;
                    }
                    .footer-top-item .footer-tel{
                        width: 100%;
                    }
                    .footer-top-item .footer-nav{
                        width: 100%;
                        margin-top: 15px;
                        display: none;
                    }
                    .footer-ewm{
                        margin-top: 15px;
                        text-align: center;
                    }
                    .footer-tel-list{
                        padding-left: 50px;
                    }
                    .footer-tel-list img{
                        width: 35px;
                    }
                    .footer-tel-list h3{
                        font-size: 14px;
                    }
                    .f-title{
                        font-size: 14px;
                    }
                    .footer-nav-p p{
                        margin-top: 5px;
                    }
                    .footer-ewm-list{
                        margin: 0 10px;
                    }
                    .footer-logo{
                        display: none;
                    }
                    .footer-txt{
                        max-width: 100%;
                    }
                    .footer-bottom-item{
                        padding: 10px 0;
                    }
                    .Solution-list-flex{
                        flex-direction: column;
                    }
                    .Solution-list-flex .img{
                        width: 100%;
                    }
                    .Solution-list-flex .text{
                        width: 100%;
                        padding: 15px;
                    }
                    .Solution-list-flex .text .s-title{
                        font-size: 16px;
        padding-left: 35px;
        padding-bottom: 10px;
                    }
                    .Solution-list-flex .text .s-title img{
                        width: 22px;
                    }
                    .Solution-list-flex .text .desc{
                        font-size: 14px;
                    }
                    .Solution-nav{
                        margin-top: 30px;
                    }
                    .Solution-nav-list .img{
                        width: 60px;
                        height: 60px;
                        line-height: 58px;
                        margin: 0 auto;
                    }
                    .Solution-nav::after{
                        top: 28px;
                        height: 4px;
                    }
                    .Solution-nav{
                        padding: 0;
                        width: 100%;
                        overflow-x: auto;
                    }
                    .Solution-nav ul{
                        display: block;
                        white-space: nowrap;
                    }
                    .Solution-nav ul li{
                        display: inline-block;
                        text-align: center;
                        margin: 0 10px;
                    }
                    .Solution-nav-list p{
                        font-size: 14px;
                    }
                    .Solution-nav-list:hover .img, .active .Solution-nav-list .img{
                        border: 4px solid #fff;
                        line-height: 48px;
                    }
                    .news-flex-item ul{
                        margin: 0;
                    }
                    .news-flex-item ul li{
                        width: 100%;
                        padding: 0;
                    }
                    .news-flex-list .text{
                        padding: 15px;
                    }
                    .news-flex-list .text h3{
                        font-size: 16px;
                    }
                    .news-flex-list .text span{
                        font-size: 14px;
                        margin-top: 5px;
                    }
                    .news-flex-list .text p{
                        font-size: 14px;
                        margin-top: 5px;
                    }
                    .news-flex-list .text small{
                        font-size: 14px;
                        margin-top: 15px;
                    }
                    .bx-siteMAbout013-top .left{
                        display: none;
                    }
                    .bx-siteMAbout013-top .right{
                        width: 100%;
                    }
                    .bx-siteMAbout013-top .right .nei-title h3{
                        font-size: 18px;
                    }
                    .bx-siteMAbout013-top .right .nei-title{
                        padding-bottom: 10px;
                    }
                    .bx-siteMAbout013-top .right .texts{
                        padding-top: 10px;
                    }
                    .bx-siteMAbout013-top .right .texts .p1{
                        font-size: 14px;
                    }
                    .bx-siteMAbout013-top .right .texts .p2{
                        font-size: 14px;
                        margin-top: 10px;
                        line-height: 1.6;
                    }
                    .bx-siteMAbout013-top{
                        padding-bottom: 20px;
                    }
                    .about-history .img{
                        width: 100%;
                    }
                    .about-history{
                        padding: 30px 0;
                    }
                    .about-history-item{
                        width: 100%;
                        padding: 20px;
                        min-height: 350px;
                    }
                    .about-history-text .about-history-title span{
                        font-size: 45px;
                    }
                    .about-history-text .about-history-title h3{
                        font-size: 16px;
                        bottom: 10px;
                    }
                    .about-history-text .desc{
                        font-size: 14px;
                    }
                    .about-history-nav{
                        width: 100%;
                        overflow-x: auto;
                        text-align: left;
                        margin-top: 15px;
                    }
                    .about-history-nav ul{
                        white-space: nowrap;
                    }
                    .about-history-nav ul li{
                        display: inline-block;
                        margin: 0 10px;
                        color: #fff;
                        padding: 0;
                        padding-bottom: 20px;
                        line-height: 24px;
                        vertical-align: top;
                    }
                    .about-history-nav ul::before{
                        width: 100%;
                        height: 1px;
                        border-bottom: 1px dashed #CBCBCB;
                        bottom: 6px;
                        top: auto;
                    }
                    .about-history-nav ul li::before{
                        width: 8px;
                        height: 8px;
                        right: auto;
                        top: auto;
                        bottom: 0;
                        left: 50%;
                        transform: translate(-50%,0);
                    }
                    .about-history-nav ul li.active::before{
                        border: 2px solid var(--color);
                        width: 10px;
                        height: 10px;
                    }
                    .about-honor-swiper .swiper-button-prev, .about-honor-swiper .swiper-button-next{
                        display: none;
                    }
                    .about-case-item{
                        padding-left: 15px;
                        padding-right: 15px;
                    }
                    .about-case-item ul{
                        margin: 0;
                    }
                    .about-case-item ul li{
                        width: 100%;
                        padding: 0;
                    }
                    .about-case-item-list .h3{
                        font-size: 14px;
                    }
                    .NewsDetail001-box{
                        padding:15px;
                    }
                    .NewsDetail001-item{
                        font-size:14px;
                        padding:15px 0;
                    }
                    .NewsDetail001-title h3{
                        font-size: 16px;
                    }
                    .tit_bar{
                        margin-top: 10px;
                    }
                    .tit_bar .text{
                        font-size: 14px;
                    }
                }