h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

img {
    width: 100%;
}

.flexBox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img_pic {
    position: relative;
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
}

.img_pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
}

.img_pic:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.item2 {
    width: 48%;
    margin: 0 1% 2%;
}

.item3 {
    width: 31.333%;
    margin: 0 1% 2%;
}

.item4 {
    width: 23%;
    margin: 0 1% 2%;
}

.item5 {
    width: 18%;
    margin: 0 1% 2%;
}

#index .banner {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}

#index .banner .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
}

#index .banner .swiper-slide .bg {
    width: 100%;
    height: auto;
}

#index .banner .swiper-slide .bg img {
    width: 100%;
    height: auto;
}

#index .banner .swiper-slide .main {
    position: absolute;
    top: 0;
    left: 13.33%;
    height: 100%;
}

#index .banner .swiper-slide .texts {
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}

#index .banner .swiper-slide .texts .text1,
#index .banner .swiper-slide .texts .text2 {
    font-size: 60px !important;
    color: #fff;
    line-height: 60px !important;
    margin-top: 20px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    float: left;
    clear: both;
}

#index .banner .swiper-slide .texts .text1 i {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 76px;
    background-color: #fff;
    -webkit-animation-timing-function: cubic-bezier(0.69, 0.01, 0.21, 0.99);
    animation-timing-function: cubic-bezier(0.69, 0.01, 0.21, 0.99);
}

#index .banner .swiper-slide .texts .text1:first-child i {
    height: 42px;
}

#index .banner .swiper-slide .texts .text1:first-child p {
    line-height: 34px !important;
}

#index .banner .swiper-slide .texts .text1 p img {
    /* width: 320px; */
}

#index .banner .swiper-slide .texts .text1 .line {
    width: 83px;
    height: 2px;
    background: #fff;
}

#index .banner .swiper-slide .texts .text1 p,
#index .banner .swiper-slide .texts .text1 span,
#index .banner .swiper-slide .texts .text2 p {
    font-size: 76px !important;
    line-height: 76px !important;
    text-shadow: 0 4px 0 rgb(25 137 66 / 35%);
}

#index .banner .swiper-slide .texts .text1:nth-of-type(2) {
    font-size: 42px !important;
    line-height: 42px !important;
    margin: 27px 0 14px 0;
}


/* #index .banner .swiper-slide .texts .text1:nth-of-type(2) i {
    height: 42px;
} */


/* #index .banner .swiper-slide .texts .text1:nth-of-type(2) p,
#index .banner .swiper-slide .texts .text1:nth-of-type(2) span {
  font-size: 42px !important;
  line-height: 42px !important;
} */

#index .banner .swiper-slide .texts .text2 {
    color: #fff;
    margin-top: 20px;
    padding-right: 5px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
    clear: both;
}

#index .banner .swiper-slide .texts .text2 i {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 76px;
    background-color: #fff;
    -webkit-animation-timing-function: cubic-bezier(0.69, 0.01, 0.21, 0.99);
    animation-timing-function: cubic-bezier(0.69, 0.01, 0.21, 0.99);
}


/* #index .banner .swiper-slide .texts .text2 p,
#index .banner .swiper-slide .texts .text2 span {
    font-size: 20px !important;
    line-height: 20px !important;
} */

#index .banner .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 48px;
}

#index .banner .banner-btn {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 50%;
    cursor: pointer;
    outline: none;
}

#index .banner .banner-btn i {
    display: block;
    width: 32px;
    height: 20px;
    background-size: 32px 9px;
    background-repeat: no-repeat;
    float: left;
}

#index .banner .banner-btn span {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 20px;
}

#index .banner .banner-prev {
    left: 3.6%;
}

#index .banner .banner-prev i {
    background-image: url(../images/04.png);
    background-position: left 4px;
}

#index .banner .banner-prev span {
    margin-left: 16px;
}

#index .banner .banner-next {
    right: 3.6%;
}

#index .banner .banner-next i {
    background-image: url(../images/05.png);
    background-position: right 4px;
}

#index .banner .banner-next span {
    margin-right: 16px;
}

#index .about {
    width: 100%;
    background: #f8f8f8;
}

#index .about .about-main {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/aboutBg.jpg) no-repeat center top;
    background-size: cover;
}

#index .about .about-main .left {
    width: 50%;
    /* height: 540px; */
    background-position: center center;
    background-size: cover;
}

#index .about .about-main .right {
    width: 50%;
    max-width: 690px;
    padding-right: 2.6%;
}

#index .about .about-main .right .name {
    font-size: 30px;
    text-align: left;
    font-weight: bold;
}

#index .about .about-main .right .name::after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background: #0a953d;
    margin-top: 18px;
}

#index .about .about-main .right .desc {
    font-size: 14px;
    line-height: 2.2;
    margin-top: 30px;
}

#index .about .numbers {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin-top: -80px;
    padding: 10px 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

#index .about .numbers .item {
    width: 23%;
    margin-top: 35px;
    text-align: center;
}

#index .about .numbers .item>div {
    position: relative;
    display: inline-block;
}

#index .about .numbers .item .num {
    font-size: 64px;
    line-height: 64px;
    font-family: "DINCondensed";
    color: #0a953d;
    display: inline-block;
    vertical-align: top;
}

#index .about .numbers .item span {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 100px;
    text-align: left;
}

#index .about .numbers .item .text {
    width: 100%;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

#index .about .about-main .right .readmore {
    margin-top: 50px;
}

#index .product {
    width: 100%;
    padding: 50px 0 80px;
}

#index .product .swiper {
    width: 94%;
    margin: 40px auto 0;
    position: relative;
}

#index .product .swiper .swiper-slide {
    width: 24.4%;
    border: 1px solid #e6e6e6;
    position: relative;
}

#index .product .swiper .swiper-slide .img {
    width: 100%;
    background-color: #fff;
}

#index .product .swiper .swiper-slide .img img {
    width: 100%;
    height: auto;
}

#index .product .swiper .swiper-slide .bot-text {
    width: 100%;
    padding: 20px 10px 22px;
    text-align: center;
}

#index .product .swiper .swiper-slide .bot-text .name {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

#index .product .swiper .swiper-slide .bot-text .desc {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    color: #666;
    margin: 12px auto 0;
    text-align: justify;
}

#index .product .swiper .swiper-slide .masklayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

#index .product .swiper .swiper-slide .masklayer .texts {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 4;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#index .product .swiper .swiper-slide .masklayer .texts .name {
    width: 75%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#index .product .swiper .swiper-slide .masklayer .texts .name p {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

#index .product .swiper .swiper-slide .masklayer .texts .desc {
    width: 75%;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    margin: 30px auto 0;
    overflow: hidden;
}

#index .product .swiper .swiper-slide .masklayer .texts .desc p {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#index .product .swiper .swiper-slide .masklayer .texts .icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 60px auto 0;
    overflow: hidden;
}

#index .product .swiper .swiper-slide .masklayer .texts .icon img {
    width: 98%;
    height: 98%;
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#index .product .swiper .swiper-slide .masklayer i {
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    left: -250%;
    background-color: #0a953d;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#index .product .swiper .swiper-slide:hover .masklayer .texts .name p {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#index .product .swiper .swiper-slide:hover .masklayer .texts .desc p {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#index .product .swiper .swiper-slide:hover .masklayer .texts .icon img {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#index .product .swiper .swiper-slide:hover .masklayer i {
    left: -50%;
}

#index .product .swiper .prod-btn {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 50%;
    cursor: pointer;
    outline: none;
    width: 18px;
    height: 32px;
    background-size: 18px 32px;
    background-repeat: no-repeat;
}

#index .product .swiper .prod-prev {
    left: -30px;
    background-image: url(../images/09.png);
}

#index .product .swiper .prod-next {
    right: -30px;
    background-image: url(../images/10.png);
}

#index .product .readmore {
    margin: 20px auto 0;
}

.productList .proListNr {
    position: relative;
    border: 1px solid #fff;
    border-radius: 5px;
    padding-bottom: 62px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#product .productList .proListNr {
    border: 1px solid #f1f1f1;
}

.productList .proListNr:hover {
    border-color: #0a953d;
}

.productList .proListNr .proimg {
    padding-top: 84%;
}

.productList .proListNr .productText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #f8f8f8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.productList .proListNr:hover .productText {
    background-color: #0a953d;
}

.productList .proListNr .productText h3 {
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.productList .proListNr:hover .productText h3 {
    color: #fff;
}

.productList .proListNr .productText p {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 0;
}

.productList .proListNr:hover .productText p {
    height: 56px;
    margin-top: 10px;
}

#index .service {
    width: 100%;
    position: relative;
}

#index .service .bg {
    width: 100%;
    height: 400px;
    background-image: url(../images/35.jpg);
    background-attachment: fixed;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#index .service .texts {
    width: 94%;
    margin: 0 auto;
    padding-top: 95px;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

#index .service .texts .cn {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

#index .service .texts .en {
    font-size: 14px;
    line-height: 30px;
    margin-top: 18px;
    text-transform: uppercase;
}

#index .service .texts img {
    margin-top: 30px;
}

#index .service .swiper {
    width: 94%;
    max-width: 1400px;
    margin: 45px auto 0;
    background-color: #0a953d;
    padding: 45px 0 55px;
    position: relative;
    z-index: 2;
}

#index .service .swiper .swiper-slide {
    width: 25%;
    color: #fff;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#index .service .swiper .swiper-slide .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

#index .service .swiper .swiper-slide .icon img {
    width: 100%;
    height: 100%;
}

#index .service .swiper .swiper-slide .big {
    width: 80%;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 18px;
}

#index .service .swiper .swiper-slide .line {
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    margin: 12px auto 0;
}

#index .service .swiper .swiper-slide .small {
    width: 80%;
    margin: 12px auto 0;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#index .service .swiper .swiper-slide .border {
    width: 1px;
    height: 40px;
    background-color: #f7c67f;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
}

#index .service .swiper .swiper-slide:hover .icon {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
    transform: rotate3d(0, 1, 0, 360deg);
    transition: -webkit-transform 0.8s ease-in-out;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

#index .service .swiper .service-btn {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 50%;
    cursor: pointer;
    outline: none;
    width: 16px;
    height: 28px;
    background-size: 16px 28px;
    background-repeat: no-repeat;
}

#index .service .swiper .service-prev {
    left: 30px;
    background-image: url(../images/18.png);
}

#index .service .swiper .service-next {
    right: 30px;
    background-image: url(../images/19.png);
}

#index .app {
    width: 100%;
    padding: 70px 0 90px;
    background: #f8f8f8;
}

#index .app .sub-cate .slick-list {
    padding: 0 !important;
}

#index .app .list {
    width: 100%;
    margin-top: 0;
    overflow: inherit;
    display: block;
}

#index .app .list .slick-list {
    overflow: hidden;
}

#index .app .item {
    width: 31.42%;
    position: relative;
    margin-bottom: 0;
    float: left;
    margin-left: 0;
}

.product-list #index .app .item {
    margin-bottom: 1%;
}

#index .app .item .tops {
    width: 100%;
    position: relative;
}

#index .app .item .tops .img {
    width: 100%;
    background-color: #fff;
}

#index .app .item .tops .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#index .app .item .tops .masklayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

#index .app .item .tops .masklayer .texts {
    width: 100%;
    height: 100%;
    padding: 40px;
    position: relative;
    z-index: 2;
}

#index .app .item .tops .masklayer .texts .name {
    width: 100%;
    font-size: 24px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#index .app .item .tops .masklayer .texts .name p {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

#index .app .item .tops .masklayer .texts .desc {
    width: 100%;
    font-size: 16px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

#index .app .item .tops .masklayer .texts .desc p {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

#index .app .item .tops .masklayer .texts .text {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin: 30px auto 0;
    overflow: hidden;
}

#index .app .item .tops .masklayer .texts .text p {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#index .app .item .tops .masklayer .texts .icon {
    display: block;
    width: 25px;
    height: 12px;
    position: absolute;
    left: 40px;
    bottom: 40px;
    overflow: hidden;
}

#index .app .item .tops .masklayer .texts .icon img {
    width: 100%;
    height: 100%;
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#index .app .item .tops .masklayer i {
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    left: -250%;
    background-color: #0a953d;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#index .app01 .item .bots {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 30px;
    background: rgb(10 149 61 / 85%);
    width: 312px;
    color: #fff;
    border-top-right-radius: 80px;
}

#index .app01 .item .bots .name {
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#index .app .item:hover .bots .name {
    color: #0a953d;
}

#index .app .item .bots .desc {
    font-size: 15px;
    line-height: 2;
    color: #666;
    margin: 12px 0 0;
}

#index .app .item .bots .desc.more {
    padding: 17px 40px;
    border-radius: 20px;
    background: #fff url(../picture/jt-1.png) no-repeat 0 center;
    background-size: 26px;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#index .app .item:hover .bots .desc.more {
    background: #0a953d url(../picture/jt-2.png) no-repeat center;
    background-size: 26px;
}

#index .app .item:nth-child(3n + 1) {
    margin-left: 0;
}

#index .app .item:hover .tops .masklayer .texts .name p {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#index .app .item:hover .tops .masklayer .texts .desc p {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#index .app .item:hover .tops .masklayer .texts .text p {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#index .app .item:hover .tops .masklayer .texts .icon img {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#index .app .item:hover .tops .masklayer i {
    left: -50%;
}

#index .app .readmore {
    margin: 30px 0 0;
}

.applicaMain {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    padding: 5% 5% 3%;
}

#index .app .applicaNav {
    width: 350px;
    max-width: inherit;
    overflow: hidden;
}

#index .app.app01 .sub-cate .items a {
    position: relative;
    background: none;
    color: #333;
    text-align: left;
    height: 60px;
    line-height: 60px;
}

#index .app.app01 .sub-cate .items a::before {
    content: '';
    width: 25px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background: #cccccc;
    margin-right: 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#index .app.app01 .sub-cate .items a.slick-current {
    color: #0a953d;
}

#index .app.app01 .sub-cate .items a.slick-current::before {
    width: 50px;
    background-color: #0a953d;
}

#index .app01 .app-list {
    width: calc(100% - 350px);
    padding-left: 50px;
    padding-right: 80px;
}

#index .app.app01 {
    padding-bottom: 0;
}

#index .app.app01 .item .tops .img img {
    height: 570px;
    -o-object-fit: cover;
    object-fit: cover;
}

#news {
    width: 100%;
}

.newsNav {
    text-align: center;
    margin: 50px 0;
}

.newsNav a {
    display: inline-block;
    border: 1px solid #cccccc;
    margin: 0 5px;
    padding: 13px 50px;
    border-radius: 40px;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.newsNav a.active,
.newsNav a:hover {
    background: #0a953d;
    border: 1px solid #0a953d;
    color: #fff;
}

#news .pages {
    margin: 80px auto;
}

.newsView_img {
    width: 47%;
    height: calc(100% - 32px);
    overflow: hidden;
}

.newsView_img>div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.48s;
    transition: all 0.48s;
}

.newsLi {
    position: relative;
}

.newsLi .news_img {
    padding-top: 0;
    height: 470px;
}

.newsView_img img {
    width: 100%;
}

.newsLi p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(10 149 61 / 81%);
    padding: 12px 60px 12px 20px;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.newsView_img .slick-dots {
    right: 10px;
    z-index: 9999;
}

.newsView_img .slick-dots li {
    margin: 12px 0;
}

.newsView_img .slick-dots li.slick-active {
    border: none;
}

.newsView_img .slick-dots li::before {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.newsView_img .slick-dots li.slick-active::before {
    background: #fff;
}

.newsView_img .slick-dots li {
    display: inline-block;
}

.newsView_list {
    width: 53%;
    padding-left: 30px;
    display: inline-block;
    text-align: left;
}

.newsView_item {
    display: block;
    cursor: pointer;
    padding: 32px 20px;
    background: #fafafa;
    margin-bottom: 20px;
    -webkit-transition: all 0.68s ease-in-out;
    transition: all 0.68s ease-in-out;
}

.newsView_item:last-of-type {
    border: 0;
}

.newsView_item * {
    -webkit-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.newsList_info .newsList_con {
    display: inline-block;
    vertical-align: top;
}

.newsList_info .newsList_con {
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
}

.newsList_time {
    position: relative;
    margin-right: 16px;
    width: 120px;
    font-family: "DINCondensed";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* .newsList_time::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 12px;
    height: 2px;
    background: #031f48;
} */

.newsList_time span {
    display: block;
    width: 60px;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}

.newsList_time em {
    width: calc(100% - 60px);
    display: block;
    font-style: inherit;
    font-size: 20px;
}

.newsList_time em sub {
    display: block;
    font-style: inherit;
}

.newsList_con {
    width: calc(100% - 142px);
}

.newsList_con h1 {
    font-size: 18px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsList_con p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
}

.newsView_item:hover .newsList_time,
.newsView_item:hover .newsList_con h1 {
    color: #0a953d;
    /* background: #031f48; */
}

.newsView_item:hover * {
    /* color: #fff; */
}

.newsView_item:hover .newsList_time::after {
    background: #fff;
}

.newsView>.innerwrap:hover .newsView_img>div {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .newsView_item {
        padding: 24px 30px;
    }
    .newsView_img {
        width: calc(50% - 16px);
    }
    .newsView_list {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .item3,
    .item4 {
        width: 48%;
    }
    #index .banner .swiper-slide .texts .text1 p img {
        width: 260px;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) {
        margin: 14px 0 4px 0;
    }
    .productList .proListNr .productText h3 {
        font-size: 15px;
    }
    .newsView {
        padding: 48px 0;
    }
    .newsView_img img {
        position: static;
    }
    .newsLi p {
        font-size: 16px;
    }
    .newsLi .news_img {
        height: auto;
    }
    .newsView_img {
        width: 100%;
    }
    .newsView_img img {
        display: block;
    }
    .newsView_list {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .newsView_item {
        padding: 36px 24px 24px;
    }
    .newsList_time span {
        font-size: 53px;
    }
}

@media (max-width: 768px) {
    #index .banner .swiper-slide .texts .text1 p img {
        width: 210px;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) {
        margin: 9px 0 4px 0;
    }
    #index .banner .swiper-slide .texts .text1 .line {
        width: 63px;
    }
    #index .banner .swiper-slide .texts .text1:first-child i {
        height: 32px;
    }
}

@media (max-width: 680px) {
    .pages .prev,
    .pages .next,
    .pages .num {
        width: 30px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 2px;
    }
    #index .banner .swiper-slide .texts .text1 p img {
        width: 170px;
    }
    #index .banner .swiper-slide .texts .text1:first-child i {
        height: 20px;
        top: 8px;
    }
    #index .banner .swiper-slide .texts .text1 .line {
        width: 53px;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) {
        margin: 2px 0 2px 0;
    }
    .newsView>.innerwrap {
        padding: 14px;
    }
    .newsView_item {
        padding: 28px 20px 20px;
    }
}

@media (max-width: 480px) {
    .sub-menu {
        display: none;
    }
    .newsView {
        padding: 32px 0;
    }
    .newsView_item {
        padding: 14px;
    }
    .newsList_info>div {
        margin-bottom: 10px;
    }
    .newsList_time {
        width: 48px;
        margin-right: 0;
    }
    .newsList_time span {
        font-size: 24px;
    }
    .newsList_time em {
        font-size: 12px;
        line-height: 1;
        display: inline-block;
    }
    .newsList_info .newsList_con {
        display: block;
        width: 100%;
    }
}

#index .app.news01 {
    background: #fff;
    position: relative;
    margin-top: -5px;
}

#index .app.news01 .slick-list {
    padding: 0 !important
}

#index .app.news01 .item {
    margin-right: 30px;
}

#index .app.news01 .flexBox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

#index .app.news01 .mod-title {
    text-align: left;
}

#index .app.news01 .mod-title .cn {
    margin-top: 0;
}

#index .app.news01 .mod-title i {
    margin: 15px 0 0;
}

#index .app.news01 .sub-cate {
    width: 237px;
    overflow: hidden;
}

#index .app.news01 .sub-cate .items {
    position: relative;
    border-bottom: 2px solid #cccccc;
    min-width: auto;
}

#index .app.news01 .sub-cate a {
    position: relative;
    color: #333;
    padding: 0;
    margin-right: 15px;
    font-weight: bold;
}

#index .app.news01 .sub-cate a:last-child {
    margin-left: 15px;
    margin-right: 0;
}

#index .app.news01 .sub-cate a.active::before,
#index .app.news01 .sub-cate a:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -2px;
    left: 0;
    background: #0a953d;
}

#index .app.news01 .sub-cate a.active,
#index .app.news01 .sub-cate a:hover {
    background: none;
    color: #0a953d;
}

.indexNews {
    margin-bottom: 30px;
}

.indexNews .slick-dots {
    width: 100%;
    left: 0;
    text-align: center;
    bottom: -70px
}

.indexNews .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.current {
    position: relative;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

#news .big-title {
    width: 100%;
    padding: 0 3%;
    text-align: center;
    margin-top: 70px;
}

#news .big-title .big {
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
}

#news .big-title .small {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    margin-top: 14px;
}

#news .news-list {
    width: 100%;
    margin-top: 0;
}

#news .news-list .item {
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #e6e6e6;
}

#news .news-list .item a {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#news .news-list .item a:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#news .news-list .item a:hover .right .title {
    color: #0a953d;
}

#news .news-list .item .img {
    width: 386px;
    height: 272px;
    float: left;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

#news .news-list .item .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#news .news-list .item .right {
    width: calc(100% - 424px);
    margin-left: 38px;
    float: left;
    position: relative;
}

#news .news-list .item .right .title {
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-top: 15px;
}

#news .news-list .item .right .date {
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-top: 20px;
}

#news .news-list .item .right .desc {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
}

#news .news-list .item .right .readmore {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 40px;
    border: none;
    display: block;
}

#news .news-detail {
    margin-top: 20px;
}

#news .news-detail .tops {
    width: 100%;
    /* background-color: #ebebeb; */
    padding: 25px 30px 30px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

#news .news-detail .tops h1 {
    font-size: 24px;
}

#news .news-detail .tops .date {
    font-size: 14px;
    line-height: 14px;
    color: #666;
    margin-top: 14px;
}

#news .news-detail .news-content {
    width: 100%;
    padding: 50px 0;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

#news .news-detail .news-content img {
    max-width: 100%;
    width: auto;
}

#news .news-detail .news-content table {
    word-break: break-all;
    width: auto;
}

#news .news-detail .prev-next {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 0;
    border-top: 1px solid #e6e6e6;
}

#news .news-detail .prev-next a {
    width: 35%;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#news .news-detail .prev-next a:hover {
    color: #0a953d;
}

#news .news-detail .prev-next .next {
    text-align: right;
}

#news .news-detail .back {
    width: 170px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #e6e6e6;
    display: block;
    font-size: 18px;
    color: #999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    line-height: 50px;
    margin: 50px auto 90px;
}

#news .news-detail .back:hover {
    background-color: #0a953d;
    border-color: #0a953d;
    color: #fff;
}

#news .news-list .item .readmore i {
    width: 100%;
    height: 100%;
    background-image: url(../picture/jt-1.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#news .news-list .item:hover .readmore {
    background-color: #0a953d;
}

#news .news-list .item:hover .readmore i {
    background-image: url(../picture/jt-2.png);
    background-position: center center;
    margin: 0 auto;
}

#app .app-list .top-title {
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 70px;
}

#app .app-list .pages {
    margin: 50px auto 100px;
}

#product {
    width: 100%;
}

#product .sub-cate {
    margin-top: 50px;
    display: none;
}

#product .product-list .top-title {
    font-size: 28px;
    line-height: 28px;
    margin-top: 70px;
}

#product .product-list .bots {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

#product .product-list .bots .subs {
    width: 280px;
    margin-right: 50px;
    border: 1px solid #f1f1f1;
    border-left: 3px solid #0a953d;
    float: left;
    padding: 20px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

#product .product-list .bots .subs a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 5px 0;
    padding: 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

#product .product-list .bots .subs a:hover,
#product .product-list .bots .subs a.active {
    background-color: #0a953d;
    background-image: url(../images/next.png);
    color: #fff;
    border-radius: 5px;
}

#product .product-list .bots .right-list {
    float: right;
    width: calc(100% - 330px);
}

#product .product-list .bots .right-list .list {
    width: 100%;
    overflow: hidden;
}

#product .product-list .bots .right-list .list .item {
    width: 48.6%;
    float: left;
    margin-left: 2.8%;
    margin-bottom: 20px;
}

#product .product-list .bots .right-list .list .item .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

#product .product-list .bots .right-list .list .item .img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#product .product-list .bots .right-list .list .item .text {
    width: 100%;
    height: 24px;
    margin-top: 20px;
    line-height: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

#product .product-list .bots .right-list .list .item .text span {
    display: block;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}

#product .product-list .bots .right-list .list .item .text i {
    display: block;
    width: 32px;
    height: 9px;
    float: right;
    margin-top: 7px;
    background-image: url(../images/65.png);
    background-repeat: no-repeat;
    background-position: -48px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#product .product-list .bots .right-list .list .item:nth-child(2n + 1) {
    margin-left: 0;
}

#product .product-list .bots .right-list .list .item:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#product .product-list .bots .right-list .list .item:hover .text {
    color: #0a953d;
}

#product .product-list .bots .right-list .list .item:hover .text i {
    background-position: 0 0;
}

#product .product-list .bots .right-list .pages {
    margin: 50px auto 100px;
}

#product .prod-detail {
    width: 100%;
}

#product .prod-detail .pd-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#product .prod-detail .pd-top .gallery {
    width: 520px;
    height: 426px;
    border: 1px solid #e6e6e6;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

#product .prod-detail .pd-top .gallery .galleryBig {
    height: 426px;
}

#product .prod-detail .pd-top .gallery img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
}

#product .prod-detail .pd-top .gallery:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#product .prod-detail .pd-top .right {
    position: relative;
    width: 100%;
    padding-left: 60px;
}

#product .prod-detail .pd-top .right .text1 {
    font-size: 26px;
    color: #0a953d;
    font-weight: bold;
    padding-right: 60px;
}

#product .prod-detail .pd-top .right .text2 {
    font-size: 24px;
}

#product .prod-detail .pd-top .right .text3 {
    width: 100%;
    height: 150px;
    display: block;
    /* border-top: 1px solid #e6e6e6;
    padding-top: 20px; */
    margin-top: 15px;
    line-height: 30px;
    /* color: #666; */
}

#product .prod-detail .pd-top .right .thumb {
    margin-top: 30px;
    /* display: flex; */
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
    left: 60px;
    padding: 0 30px 0 50px;
}

#product .prod-detail .pd-top .right .thumb .item {
    width: 180px;
    /* height: 156px; */
    border: 1px solid #e6e6e6;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#product .prod-detail .pd-top .right .thumb .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 5%;
}

#product .prod-detail .pd-top .right .thumb .item.slick-current,
#product .prod-detail .pd-top .right .thumb .item:hover {
    border-color: #0a953d;
}

#product .prod-detail .pd-top .right .thumb.thumb1 {
    display: none;
}

#product .prod-detail .pd-bot {
    margin-top: 70px;
    width: 100%;
    background-color: #fff;
}

#product .prod-detail .pd-bot .tab {
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    border-bottom: none;
    overflow: hidden;
}

#product .prod-detail .pd-bot .tab .item {
    display: block;
    float: left;
    min-width: 136px;
    height: 45px;
    padding: 6px 15px 0;
    white-space: nowrap;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#product .prod-detail .pd-bot .tab .item:hover,
#product .prod-detail .pd-bot .tab .item.active {
    background: url(../images/proTop.png) no-repeat center top;
    color: #0a953d;
}

#product .prod-detail .pd-bot .details {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 40px;
    font-size: 16px;
    line-height: 36px;
}

#product .prod-detail .pd-bot .details .content {
    display: none;
}

#product .prod-detail .pd-bot .details .content img {
    max-width: 100%;
    width: auto;
}
#product .prod-detail .pd-bot .details .content table {
    word-break: break-all;
    width: auto;
}

#product .prod-detail .back {
    position: absolute;
    top: 3px;
    right: 0;
    width: 50px;
    height: 30px;
    background: url(../images/back.png) no-repeat center;
    display: block;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

#product .prod-detail .back:hover {
    background: url(../images/back-1.png) no-repeat center;
}

#product .prod-detail .recom {
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
}

#product .prod-detail .recom .tops {
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-weight: bold;
    color: #0a953d;
    font-size: 22px;
}

#product .prod-detail .recom .swiper {
    width: 100%;
    margin-top: 10px;
}

#product .prod-detail .recom .swiper .swiper-slide {
    width: 32%;
}

#product .prod-detail .recom .swiper .swiper-slide .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

#product .prod-detail .recom .swiper .swiper-slide .img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#product .prod-detail .recom .swiper .swiper-slide .text {
    width: 100%;
    height: 24px;
    margin-top: 20px;
    line-height: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

#product .prod-detail .recom .swiper .swiper-slide .text span {
    display: block;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}

#product .prod-detail .recom .swiper .swiper-slide .text i {
    display: block;
    width: 32px;
    height: 9px;
    float: right;
    margin-top: 7px;
    background-image: url(../images/65.png);
    background-repeat: no-repeat;
    background-position: -48px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#product .prod-detail .recom .swiper .swiper-slide:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#product .prod-detail .recom .swiper .swiper-slide:hover .text {
    color: #0a953d;
}

#product .prod-detail .recom .swiper .swiper-slide:hover .text i {
    background-position: 0 0;
}

.productList .dlp-btn {
    top: 18px;
    width: 30px;
    height: 30px;
    right: 40px;
    left: auto;
    border: 2px solid #333;
    border-radius: 50%;
    background: url(../images/01.png) no-repeat center;
    background-size: 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.productList .dlp-prev:hover {
    background: #0a953d url(../images/01-1.png) no-repeat center;
    background-size: 8px;
    border: 2px solid #0a953d;
}

.productList .dlp-next {
    right: 0;
    background: url(../images/02.png) no-repeat center;
    background-size: 8px;
}

.productList .dlp-next:hover {
    background: #0a953d url(../images/02-1.png) no-repeat center;
    background-size: 8px;
    border: 2px solid #0a953d;
}

#contact .main-tops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 100px;
    margin-bottom: 70px;
}

#contact .main-tops .item {
    width: 45.8%;
    /* overflow: hidden; */
}

#contact .main-tops .item.texts {
    position: relative;
    padding-left: 40px;
    padding-bottom: 30px;
}

#contact .main-tops .item.texts::before {
    position: absolute;
    content: '';
    width: 140%;
    height: 85%;
    bottom: -40px;
    left: 0;
    background: #f4f4f4;
    z-index: -1;
}

#contact .main-tops .item.texts .inner-mod-title {
    margin-left: -40px;
}

#contact .main-tops .item.form {
    width: 50%;
}

#contact .main-tops .item .b-title {
    position: relative;
    width: auto;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

#contact .main-tops .item .b-title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 20px;
    left: 0;
    background: #cccccc;
    z-index: -2;
}

#contact .main-tops .item .b-title::after {
    position: absolute;
    content: '';
    width: 260px;
    height: 50px;
    top: 0;
    left: 50%;
    margin-left: -130px;
    background: #f4f4f4;
    z-index: -1;
}

#contact .main-tops .texts .cn {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 80px;
}

#contact .main-tops .texts .en {
    font-size: 16px;
    color: #999;
}

#contact .main-tops .texts .line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    line-height: 21px;
    font-size: 16px;
}

#contact .main-tops .texts .line .label {
    color: #999999;
    white-space: nowrap;
    padding-left: 30px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 16px;
}

#contact .main-tops .texts .line .label.icon1 {
    background-image: url(../images/55.png);
}

#contact .main-tops .texts .line .label.icon2 {
    background-image: url(../images/56.png);
    background-size: 14px;
}

#contact .main-tops .texts .line .label.icon3 {
    background-image: url(../images/57.png);
    background-size: 18px;
}

#contact .main-tops .texts .line .label.icon4 {
    background-image: url(../images/58.png);
    background-size: 19px;
}

#contact .main-tops.messageCon {
    background: #f4f4f4;
    margin-top: 120px;
    display: block;
    padding: 60px 0 70px;
    margin-bottom: 0;
}

#contact .main-tops.messageCon .item.form {
    width: 100%;
}

#contact .main-tops .form form {
    margin-top: 40px;
}

#contact .main-tops .form .line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

#contact .main-tops .form .messList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#contact .main-tops .form .messList .line {
    width: calc(50% - 10px);
}

#contact .main-tops .form .line .input {
    width: 100%;
}

#contact .main-tops .form .line .input input {
    width: 100%;
    height: 60px;
    border: 1px solid transparent;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 0;
}

#contact .main-tops .form .line .textarea {
    width: 100%;
    height: 170px;
}

#contact .main-tops .form .line .textarea textarea {
    width: 100%;
    height: 170px;
    border: 1px solid transparent;
    padding: 16px 20px;
    resize: none;
    background-color: #fff;
    border-radius: 0;
}

#contact .main-tops .form .line.hasyzm .input input {
    width: calc(100% - 154px);
    margin-right: 15px;
}

#contact .main-tops .form .line.hasyzm img {
    width: 138px;
}

#contact .main-tops .form .line .input input::-webkit-input-placeholder,
#contact .main-tops .form .line .textarea textarea::-webkit-input-placeholder {
    color: #999;
}

#contact .main-tops .form .line .input input:-moz-placeholder,
#contact .main-tops .form .line .textarea textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

#contact .main-tops .form .line .input input:-moz-placeholder,
#contact .main-tops .form .line .textarea textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

#contact .main-tops .form .line .input input:-ms-input-placeholder,
#contact .main-tops .form .line .textarea textarea:-ms-input-placeholder {
    color: #999;
}

#contact .main-tops .form .line.hasyzm {
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#contact .main-tops .form .line.hasyzm .input {
    width: 36.36%;
}

#contact .main-tops .form .line.hasyzm .img {
    width: 22.72%;
    border: 1px solid #e6e6e6;
}

#contact .main-tops .form .line.hasyzm .img img {
    width: 100%;
    height: 60px;
}

#contact .main-tops .form .line.hasyzm .button {
    width: 150px;
    height: 50px;
    border: none;
    background-color: #0a953d;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer;
}

#contact .main-tops .form .line.hasyzm .button:hover {
    background-color: #076f2d;
}

#contact .main-tops .form .line.hasyzm .button i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/54.png);
    background-size: 100% 100%;
    margin-left: 10px;
}

#contact .main-map #allmap {
    width: 100%;
    height: 380px;
}

#service .section1 {
    position: relative;
    width: 100%;
    padding: 70px 0;
    background: #f7f7f7;
}

#service .section1 .serviceBg {
    position: absolute;
    width: 1346px;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#service .section1 .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#service .section1 .main .left {
    width: 590px;
    min-height: 296px;
    background-image: url(../images/76.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#service .section1 .main .left img {
    display: none;
}

#service .section1 .main .right {
    width: 100%;
    text-align: center;
}

#service .section1 .main .right .big {
    font-size: 34px;
    font-weight: bold;
}

#service .section1 .main .right .small {
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
}

#service .section1 .main .right .desc {
    font-size: 14px;
    line-height: 2;
    margin-top: 75px;
    margin-bottom: 30px;
}

#service .section1 .main .right .desc p {
    margin: 12px 0;
}

#service .section1 .main .right .desc span {
    font-size: 18px;
    color: #0a953d;
}

#service .section1 .main .right .line {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-top: 90px;
}

#service .section1 .main .right .line .text {
    display: block;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    font-style: italic;
}

#service .section1 .main .right .line .text.spac {
    letter-spacing: 9px;
}

#service .section1 .main .right .line .big {
    font-size: 28px;
    background: url(../images/serviceBbg.png) no-repeat center;
    width: 424px;
    height: 72px;
    display: block;
    margin: 0 auto;
    line-height: 72px;
    margin-top: 20px;
}

#service .section1 .main .right .line .big::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 31px;
    background: url(../images/serviceTel.png) no-repeat center;
    background-size: 32px;
    margin-right: 17px;
    vertical-align: middle;
}

#service .section2 {
    width: 100%;
    padding: 45px 0 55px;
    background-color: #f7f7f7;
}

#service .section2 .serv-tops,
#service .section3 .serv-tops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#service .section2 .serv-tops .right,
#service .section3 .serv-tops .right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

#service .section2 .serv-tops .right .btn,
#service .section3 .serv-tops .right .btn {
    width: 40px;
    height: 40px;
    border: 1px solid #c3c3c3;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #f2f2f2;
    outline: none;
    cursor: pointer;
}

#service .section2 .serv-tops .right .btn:hover,
#service .section3 .serv-tops .right .btn:hover {
    border-color: #0a953d;
    background-color: #0a953d;
}

#service .section2 .serv-tops .right .prev,
#service .section3 .serv-tops .right .prev {
    margin-right: 10px;
    background-image: url(../images/01.png);
}

#service .section2 .serv-tops .right .prev:hover,
#service .section3 .serv-tops .right .prev:hover {
    background-image: url(../images/01-1.png);
}

#service .section2 .serv-tops .right .next,
#service .section3 .serv-tops .right .next {
    background-image: url(../images/02.png);
}

#service .section2 .serv-tops .right .next:hover,
#service .section3 .serv-tops .right .next:hover {
    background-image: url(../images/02-1.png);
}

#service .section2 .swiper {
    width: 100%;
    margin-top: 40px;
}

#service .section2 .swiper .swiper-slide {
    width: 23.85%;
}

#service .section2 .swiper .swiper-slide .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#service .section2 .swiper .swiper-slide .img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#service .section2 .swiper .swiper-slide .bots {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 15px;
}

#service .section2 .swiper .swiper-slide .bots img {
    width: 60px;
    height: 60px;
}

#service .section2 .swiper .swiper-slide .bots p {
    display: block;
    width: 100%;
    font-size: 16px;
}

#service .section2 .swiper .swiper-slide .bots i {
    display: block;
    width: 1px;
    height: 36px;
    background-color: #dcdcdc;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#service .section2 .swiper .swiper-slide:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#service .applicaNav {
    width: 350px;
    margin-top: 30px;
    max-width: inherit;
    overflow: hidden;
}

#service .sub-cate .items a {
    position: relative;
    background: none;
    color: #999999;
    text-align: left;
    height: 60px;
    line-height: 60px;
}

#service .sub-cate .items a::before {
    content: '';
    width: 0;
    height: 6px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    background: #cccccc;
    margin-right: 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#service .sub-cate .items a.slick-current {
    color: #333;
    font-size: 22px;
}

#service .sub-cate .items a.slick-current::before {
    width: 24px;
    background-color: #0a953d;
}

#service .app-list {
    width: calc(100% - 350px);
    padding-left: 50px;
}

#service .item .tops .img img {
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
}

#service .app-list .item {
    margin-left: 40px;
    border: 3px solid transparent;
}

#service .app-list .item.slick-current {
    border: 3px solid #0a953d;
}

#service .app-list .list {
    margin-top: 0;
}

#service .section3 {
    width: 100%;
    padding: 65px 0 55px;
    background-color: #fff;
}

#service .section3 .serv-tops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#service .section3 .serv-tops .right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

#service .section3 .serv-tops .right .btn {
    width: 40px;
    height: 40px;
    border: 1px solid #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    outline: none;
    cursor: pointer;
}

#service .section3 .serv-tops .right .btn:hover {
    border-color: #0a953d;
    background-color: #0a953d;
}

#service .section3 .down-list {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

#service .section3 .down-list .item {
    width: 49%;
    float: left;
    border: 1px solid #e1e1e1;
    height: 70px;
    line-height: 70px;
    margin-top: -1px;
    padding: 0 40px 0 60px;
    background: url(../picture/downIcon1.png) no-repeat left 21px center;
    background-size: 24px;
}

#service .section3 .down-list .item:nth-child(1),
#service .section3 .down-list .item:nth-child(2) {
    border-top: 2px solid #e1e1e1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#service .section3 .down-list .item.downBg {
    background-color: #f7f7f7;
}

#service .section3 .down-list .item span {
    display: block;
    float: left;
    width: calc(100% - 60px);
    height: 100%;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#service .section3 .down-list .item:hover span {
    color: #0a953d;
}

#service .section3 .down-list .item i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../picture/downIcon2.png);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    float: right;
    margin: 23px 0;
}

#service .section3 .down-list .item:hover i {
    background-image: url(../picture/downIcon3.png);
}


/* #service .section3 .down-list .item:nth-child(2n + 1) {
    margin-left: 0;
} */

#service .section3 .pages {
    margin: 55px auto 0;
}

#service .section3 .swiper {
    width: 100%;
    margin-top: 40px;
}

#service .section3 .swiper .swiper-slide {
    width: 23.85%;
}

#service .section3 .swiper .swiper-slide .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

#service .section3 .swiper .swiper-slide .img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#service .section3 .swiper .swiper-slide .bots {
    width: 100%;
    height: 52px;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 0 20px;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#service .section3 .swiper .swiper-slide .bots p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
}

#service .section3 .swiper .swiper-slide .bots i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/90.png);
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#service .section3 .swiper .swiper-slide:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#service .section3 .swiper .swiper-slide:hover .bots {
    background-color: #0a953d;
    border-color: #0a953d;
}

#service .section3 .swiper .swiper-slide:hover .bots p {
    color: #fff;
}

#service .section3 .swiper .swiper-slide:hover .bots i {
    background-image: url(../images/91.png);
}

#about .section1 {
    width: 100%;
    padding: 70px 0 90px;
}

#about .section1 .main {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#about .section1 .main .name {
    text-align: center;
    font-size: 34px;
    color: #0a953d;
}

#about .section1 .main .desc {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    line-height: 40px;
}

#about .section1 .main .slogan-cn {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
}

#about .section1 .main .slogan-en {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 29px;
    color: #999;
    text-transform: uppercase;
}

#about .section1 .main .numbers {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 10px 0 30px 0;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

#about .section1 .main .numbers .item {
    width: 23%;
    margin-top: 35px;
    text-align: center;
}

#about .section1 .main .numbers .item>div {
    position: relative;
    display: inline-block;
}

#about .section1 .main .numbers .item .num {
    font-size: 64px;
    line-height: 50px;
    font-family: "DINCondensed";
    color: #0a953d;
    display: inline-block;
    vertical-align: top;
}

#about .section1 .main .numbers .item span {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 100px;
    text-align: left;
}

#about .section1 .main .numbers .item .text {
    width: 100%;
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

#about .section1 .main .numbers i {
    display: block;
    width: 1px;
    height: 34px;
    background-color: #eaeaea;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 50px 50px 0;
}

#about .section1 .main .swiper {
    width: 100%;
    margin-top: 60px;
    position: relative;
}

#about .section1 .main .swiper .swiper-slide {
    width: 23.85%;
    overflow: hidden;
}

#about .section1 .main .swiper .swiper-slide img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#about .section1 .main .swiper .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#about .section1 .main .swiper .btn {
    width: 40px;
    height: 40px;
    border: 1px solid #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
}

#about .section1 .main .swiper .btn:hover {
    border-color: #0a953d;
    background-color: #0a953d;
}

#about .section1 .main .swiper .prev {
    left: -20px;
    background-image: url(../images/96.png);
}

#about .section1 .main .swiper .prev:hover {
    background-image: url(../images/98.png);
}

#about .section1 .main .swiper .next {
    right: -20px;
    background-image: url(../images/97.png);
}

#about .section1 .main .swiper .next:hover {
    background-image: url(../images/99.png);
}

.aboutText {
    width: 66.666%;
    padding-right: 50px;
    margin-top: 40px;
}

.aboutTitle h3 {
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 15px;
}

.aboutTitle p {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
}

.aboutTitle span {
    font-size: 12px;
    line-height: 12px;
    color: #ccc;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.aboutTitle hr {
    display: block;
    width: 48px;
    height: 3px;
    background: #0a953d;
    margin: 15px 0 0;
}

.aboutText .sub-cate {
    width: 100%;
    height: 500px;
    margin-top: 20px;
}

.aboutText .sub-cate p {
    color: #666666;
    font-size: 14px;
    line-height: 2.5;
    margin-top: 20px;
}

.aboutImg {
    width: 33.33%;
}

#about .section2 {
    width: 100%;
    padding: 70px 0 120px;
    background-image: url(../picture/curtureBg.jpg);
    background-attachment: fixed;
    background-position: center;
}

#about .section2 .swiper {
    width: 100%;
    margin-top: 70px;
    position: relative;
}

#about .section2 .swiper .swiper-slide {
    position: relative;
    width: 23.85%;
    /* overflow: hidden; */
}

#about .section2 .swiper .swiper-slide::before {
    content: '';
    position: absolute;
    width: 30%;
    height: 1px;
    top: 100px;
    right: -19%;
    background: rgba(255, 255, 255, 0.2);
}

#about .section2 .swiper .swiper-slide:nth-child(4n)::before {
    content: none;
}

#about .section2 .swiper .swiper-slide .img {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    /* overflow: hidden; */
    border: 1px solid #cccccc;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-top: 10px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#about .section2 .swiper .swiper-slide .img::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    left: -11px;
    top: -11px;
    border-radius: 50%;
    border: 1px dashed transparent;
}

#about .section2 .swiper .swiper-slide .img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 8px solid transparent;
}

#about .section2 .swiper .swiper-slide:hover .img::before {
    border-color: #0a953d;
}

#about .section2 .swiper .swiper-slide:hover .img::after {
    border-color: #16853e;
}

#about .section2 .swiper .swiper-slide:hover .img {
    border: 1px solid #16853e;
    background: #0a953d;
}

#about .section2 .swiper .swiper-slide .img img {
    width: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 40px auto 15px;
    display: block;
}

#about .section2 .swiper .swiper-slide .img h3 {
    font-size: 18px;
    color: #fff;
}

#about .section2 .swiper .swiper-slide .img i {
    display: block;
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#about .section2 .swiper .swiper-slide .bots {
    width: 100%;
    padding: 10px 12%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

#about .section2 .swiper .swiper-slide .bots .left {
    /* width: 157px; */
    margin: 0 auto;
}

#about .section2 .swiper .swiper-slide .bots .left .big {
    font-size: 20px;
    line-height: 24px;
}

#about .section2 .swiper .swiper-slide .bots .left .small {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/* #about .section2 .swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

#about .section2 .swiper .swiper-slide:hover .bots {
    background-color: #0a953d;
    border-color: #0a953d;
    color: #fff;
} */

#about .section2 .swiper .swiper-slide:hover .bots .left .small {
    color: #fff;
}

#about .section2 .swiper .swiper-slide:hover .bots i.icon1 {
    background-image: url(../images/119.png);
}

#about .section2 .swiper .swiper-slide:hover .bots i.icon2 {
    background-image: url(../images/120.png);
}

#about .section2 .swiper .swiper-slide:hover .bots i.icon3 {
    background-image: url(../images/121.png);
}

#about .section2 .swiper .swiper-slide:hover .bots i.icon4 {
    background-image: url(../images/122.png);
}

#about .section2 .swiper .swiper-slide:hover .bots i.icon5 {
    background-image: url(../images/123.png);
}

#about .section2 .swiper .swiper-slide:hover .bots i.icon6 {
    background-image: url(../images/124.png);
}

#about .section2 .swiper .swiper-slide:hover .bots i.icon7 {
    background-image: url(../images/125.png);
}

#about .section2 .swiper .swiper-slide:hover .bots i.icon8 {
    background-image: url(../images/126.png);
}

#about .section2 .swiper .swiper-slide:hover .bots i.icon9 {
    background-image: url(../images/127.png);
}

#about .section2 .swiper .btn {
    width: 40px;
    height: 40px;
    border: 1px solid #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
}

#about .section2 .swiper .btn:hover {
    border-color: #0a953d;
    background-color: #0a953d;
}

#about .section2 .swiper .prev {
    left: -20px;
    background-image: url(../images/96.png);
}

#about .section2 .swiper .prev:hover {
    background-image: url(../images/98.png);
}

#about .section2 .swiper .next {
    right: -20px;
    background-image: url(../images/97.png);
}

#about .section2 .swiper .next:hover {
    background-image: url(../images/99.png);
}

#about .section3 {
    width: 100%;
    padding: 70px 0 70px;
}

#about .section3 .swiper {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

#about .section3 .swiper .swiper-slide {
    width: 220px;
    height: 220px;
    text-align: center;
    padding-top: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: -webkit-grab;
    cursor: grab;
}

#about .section3 .swiper .swiper-slide .year {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #666;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#about .section3 .swiper .swiper-slide .dot {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    margin: 10px auto;
    position: relative;
    z-index: 2;
}

#about .section3 .swiper .swiper-slide .col {
    width: 100%;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: 95px;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#about .section3 .swiper .swiper-slide .line {
    width: 1px;
    height: 38px;
    background-color: #ccc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    margin: 10px auto;
}

#about .section3 .swiper .swiper-slide .desc {
    width: 100%;
    padding: 0 40px;
    font-size: 14px;
    line-height: 30px;
    height: 60px;
}

#about .section3 .swiper .swiper-slide:hover,
#about .section3 .swiper .swiper-slide.active {
    background-color: #0a953d;
}

#about .section3 .swiper .swiper-slide:hover .year,
#about .section3 .swiper .swiper-slide.active .year {
    color: #fff;
    font-size: 30px;
}

#about .section3 .swiper .swiper-slide:hover .dot,
#about .section3 .swiper .swiper-slide.active .dot {
    background-color: #0a953d;
    border-color: #fff;
}

#about .section3 .swiper .swiper-slide:hover .col,
#about .section3 .swiper .swiper-slide.active .col {
    background-color: #fff;
}

#about .section3 .swiper .swiper-slide:hover .line,
#about .section3 .swiper .swiper-slide.active .line {
    height: 1px;
}

#about .section3 .swiper .swiper-slide:hover .desc,
#about .section3 .swiper .swiper-slide.active .desc {
    color: #fff;
}

#about .section3 .swiper .btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 77px;
    z-index: 2;
}

#about .section3 .swiper .btn:hover {
    background-color: #0a953d;
}

#about .section3 .swiper .prev {
    left: -20px;
    background-image: url(../images/98.png);
}

#about .section3 .swiper .next {
    right: -20px;
    background-image: url(../images/99.png);
}

#about .section3 .hr {
    width: 25px;
    height: calc(100% - 15px);
    background: url(../picture/historyLine.png) no-repeat center bottom;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: calc(45% + 50px);
}

.historyWrap {
    position: relative;
}

.historyImg {
    width: 45%;
    height: 500px;
    padding-top: 0;
}

.historyText {
    width: 55%;
}

.historyTitle {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-left: 100px;
}

.historyTitle h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 5px;
}

.hisNr {
    padding-left: 100px;
    width: 100%;
    height: 387px;
    margin-bottom: 30px;
}

.hisNr li {
    position: relative;
    margin-top: 20px;
    margin-bottom: 70px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 50px;
}

.hisNr li .dian {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #333;
    top: 2px;
    left: -47px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 9;
}

.hisNr li:hover .dian {
    border-color: #0a953d;
}

.hisNr li .dian::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #333;
    top: 6px;
    left: 6px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.hisNr li span {
    position: relative;
    width: 80px;
    height: 25px;
    line-height: 25px;
    background: #e5e5e5;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.hisNr li span::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 1px;
    background: #e1e1e1;
    top: 12px;
    left: -93px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.hisNr li:hover span::before,
.hisNr li:hover .dian::before {
    background: #0a953d;
}

.hisNr li p {
    width: calc(100% - 100px);
    padding-left: 15px;
    color: #666;
}

.hisNr li:hover span {
    background: #0a953d;
    color: #fff;
}

.hisNr li:hover p {
    color: #0a953d;
}

#about .section3 .hr::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    top: 0;
    left: 10px;
    z-index: 1;
}

.historyTitle span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #ccc;
}

#about .section4 {
    width: 100%;
    padding: 70px 0 0;
    background: url(../picture/honorBg.jpg) no-repeat center bottom;
    background-size: cover;
}

#about .section4 .honor-list {
    width: 100%;
    margin-top: 50px;
    padding: 0 10% 140px;
    background: url(../picture/honorImg.png) no-repeat center bottom;
}

#about .section4 .honor-list .item {
    width: 23.85%;
    float: left;
}

#about .section4 .honor-list .item .img {
    -webkit-transform: scale(0.85);
    transform: scale(0.85)
}

#about .section4 .honor-list .item .img {
    background: #fff;
    /* border: 1px solid #e6e6e6; */
    padding: 8px;
}

#about .section4 .honor-list .dlp-btn {
    top: 34%;
}

#about .section4 .honor-list .dlp-prev {
    left: 3%;
}

#about .section4 .honor-list .dlp-next {
    right: 3%;
}

#about .section4 .honor-list .item.swiper-slide-active .img {
    background: #0a953d;
    -webkit-transform: scale(1);
    transform: scale(1)
}

#about .section4 .honor-list .item .img img {
    width: 100%;
}


/* #about .section4 .honor-list .swiper-wrapper {
    padding: 0 4%;
} */

#about .section4 .honor-list .item .label {
    width: 100%;
    height: 50px;
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-top: -10%;
    line-height: 50px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#about .section4 .honor-list .item.swiper-slide-active .label {
    color: #0a953d;
    margin-top: 10px;
}

#about .section4 .honor-list .item:nth-child(1) {
    margin-left: 0;
}

#about .section4 .pages {
    margin: 45px auto 0;
}

#search .search-box {
    width: 100%;
    margin: 40px 0 30px;
    height: 54px;
    position: relative;
}

#search .search-box .main {
    height: 100%;
}

#search .search-box .left {
    width: 540px;
    max-width: 38.57%;
    height: 100%;
    display: inline-block;
    float: left;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

#search .search-box .left .select {
    display: inline-block;
    float: left;
    width: 90px;
    height: 100%;
    padding: 0 10px 0 0;
    position: relative;
}

#search .search-box .left .select>span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 54px;
    font-size: 18px;
    padding: 0 14px 0 14px;
    background-image: url("../images/67.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#search .search-box .left .select .sub {
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    z-index: 99;
    display: none;
}

#search .search-box .left .select .sub span {
    display: block;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

#search .search-box .left .select .sub span:hover,
#search .search-box .left .select .sub span.active {
    background-color: #0a953d;
    color: #fff;
}

#search .search-box .left .input {
    display: inline-block;
    float: left;
    width: calc(100% - 90px);
    height: 100%;
    border-left: 1px solid #e6e6e6;
}

#search .search-box .left .input input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: none;
    background-color: #fff;
    border-radius: 0;
    font-size: 18px;
}

#search .search-box .btn {
    display: inline-block;
    float: left;
}

#search .search-box .btn button {
    width: 117px;
    height: 54px;
    background-color: #0a953d;
    border: none;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

#search .search-box .btn button span {
    display: inline-block;
    line-height: 18px;
}

#search .search-box .btn button i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../images/68.png");
    background-size: 100% 100%;
    margin-left: 5px;
}

#search .search-result {
    width: 100%;
}

#search .search-result .item {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #e6e6e6;
}

#search .search-result .item .title {
    width: 100%;
    line-height: 16px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#search .search-result .item .title i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #0a953d;
    margin-right: 10px;
}

#search .search-result .item .title p {
    display: inline-block;
    width: calc(100% - 14px);
}

#search .search-result .item .date {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-top: 10px;
    padding-left: 14px;
}

#search .search-result .pages {
    margin-top: 50px;
}

.app-list .list {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.app-list .item {
    width: 31.42%;
    position: relative;
    margin-bottom: 40px;
    float: left;
    margin-left: 2.87%;
}

.app-list .item .tops {
    width: 100%;
    position: relative;
}

.app-list .item .tops .img {
    width: 100%;
    background-color: #fff;
}

.app-list .item .tops .img img {
    width: 100%;
    height: auto;
}

.app-list .item .tops .masklayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.app-list .item .tops .masklayer .texts {
    width: 100%;
    height: 100%;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.app-list .item .tops .masklayer .texts .name {
    width: 100%;
    font-size: 24px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.app-list .item .tops .masklayer .texts .name p {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.app-list .item .tops .masklayer .texts .desc {
    width: 100%;
    font-size: 16px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.app-list .item .tops .masklayer .texts .desc p {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.app-list .item .tops .masklayer .texts .text {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin: 30px auto 0;
    overflow: hidden;
}

.app-list .item .tops .masklayer .texts .text p {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.app-list .item .tops .masklayer .texts .icon {
    display: block;
    width: 32px;
    height: 9px;
    position: absolute;
    left: 40px;
    bottom: 40px;
    overflow: hidden;
}

.app-list .item .tops .masklayer .texts .icon img {
    width: 100%;
    height: 100%;
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.app-list .item .tops .masklayer i {
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    left: -250%;
    background-color: #0a953d;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.app-list .item .bots {
    width: 100%;
    padding: 20px 0 0;
}

#service .app-list .item .bots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    opacity: 0;
}

#service .slick-arrow {
    display: none !important;
}

#service .app-list .item.slick-current .bots {
    opacity: 1;
}

.app-list .item .bots .name {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

#service .app-list .item .bots .name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

.app-list .item .bots .desc {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    margin: 12px 0 0;
}

.app-list .item:nth-child(3n+1) {
    margin-left: 0;
}

.app-list .item:hover .tops .masklayer .texts .name p {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.app-list .item:hover .tops .masklayer .texts .desc p {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.app-list .item:hover .tops .masklayer .texts .text p {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.app-list .item:hover .tops .masklayer .texts .icon img {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.app-list .item:hover .tops .masklayer i {
    left: -50%;
}

@media screen and (max-width: 1440px) {
    #service .app-list .item {
        margin-left: 20px;
    }
    #service .item .tops .img img {
        height: 300px;
    }
    #product #index .app01 .item .bots .name {
        font-size: 15px;
    }
    #index .app .item .tops .masklayer .texts .name {
        font-size: 18px;
    }
    #index .app .item .tops .masklayer .texts .desc {
        font-size: 15px;
    }
    #product #index .app01 .item .bots {
        width: 80%;
    }
    #product .prod-detail .pd-top .gallery,
    #product .prod-detail .pd-top .gallery .galleryBig {
        width: 430px;
        height: 376px;
    }
    #product .prod-detail .pd-top .right .thumb {
        left: 40px;
    }
    #product .prod-detail .pd-top .right .thumb,
    #product .prod-detail .pd-top .right {
        padding-left: 40px;
    }
    #product .prod-detail .pd-top .right .thumb .item {
        margin-right: 10px;
    }
    #index .banner .swiper-slide .main {
        left: 13.33%;
    }
    #index .banner .swiper-slide .texts .text1 {
        font-size: 40px !important;
        line-height: 40px !important;
        margin-top: 15px;
    }
    #index .banner .swiper-slide .texts .text1 i {
        height: 40px;
    }
    #index .banner .swiper-slide .texts .text1 p,
    #index .banner .swiper-slide .texts .text1 span {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) {
        font-size: 34px !important;
        line-height: 34px !important;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) i {
        height: 34px;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) p,
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) span {
        font-size: 34px !important;
        line-height: 34px !important;
    }
    #index .banner .swiper-slide .texts .text2 {
        font-size: 40px !important;
        line-height: 40px !important;
        margin-top: 15px;
    }
    #index .banner .swiper-slide .texts .text2 i {
        height: 40px;
    }
    #index .banner .swiper-slide .texts .text2 p,
    #index .banner .swiper-slide .texts .text2 span {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    #index .banner .swiper-pagination-bullet {
        border-radius: 4px;
    }
    #index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px;
    }
    #index .banner .banner-btn {
        top: 50%;
    }
    #index .banner .banner-btn i {
        width: 32px;
        height: 20px;
        background-size: 32px 9px;
    }
    #index .banner .banner-btn span {
        font-size: 16px;
        line-height: 16px;
    }
    #index .banner .banner-prev {
        left: 3%;
    }
    #index .banner .banner-prev i {
        background-position: left 4px;
    }
    #index .banner .banner-prev span {
        margin-left: 16px;
    }
    #index .banner .banner-next {
        right: 3%;
    }
    #index .banner .banner-next i {
        background-position: right 4px;
    }
    #index .banner .banner-next span {
        margin-right: 16px;
    }
    #index .product {
        padding: 50px 0 80px;
    }
    #index .product .swiper {
        width: 94%;
        margin: 40px auto 0;
    }
    #index .product .swiper .swiper-slide {
        width: 24.4%;
    }
    #index .product .swiper .swiper-slide .bot-text {
        padding: 20px 10px 26px;
    }
    #index .product .swiper .swiper-slide .bot-text .name {
        font-size: 24px;
        line-height: 24px;
    }
    #index .product .swiper .swiper-slide .bot-text .desc {
        font-size: 14px;
        line-height: 22px;
        margin: 12px auto 0;
    }
    #index .product .swiper .swiper-slide .masklayer .texts {
        top: 50%;
        left: 0;
    }
    #index .product .swiper .swiper-slide .masklayer .texts .name {
        width: 75%;
        font-size: 24px;
    }
    #index .product .swiper .swiper-slide .masklayer .texts .desc {
        width: 75%;
        font-size: 14px;
        line-height: 32px;
        margin: 30px auto 0;
    }
    #index .product .swiper .swiper-slide .masklayer .texts .icon {
        width: 40px;
        height: 40px;
        margin: 40px auto 0;
    }
    #index .product .swiper .swiper-slide .masklayer i {
        position: absolute;
        width: 200%;
        height: 100%;
        top: 0;
        left: -250%;
    }
    #index .product .swiper .swiper-slide:hover .masklayer i {
        left: -50%;
    }
    #index .product .swiper .prod-btn {
        top: 50%;
        width: 18px;
        height: 32px;
        background-size: 18px 32px;
    }
    #index .product .swiper .prod-prev {
        left: -30px;
    }
    #index .product .swiper .prod-next {
        right: -30px;
    }
    #index .product .readmore {
        margin: 70px auto 0;
    }
    #contact .main-map #allmap{
        overflow: auto;
    }
    #contact .main-map #allmap::-webkit-scrollbar{
        width: 0.05rem;
        height: 0.05rem;
    }
    #contact .main-map #allmap::-webkit-scrollbar-thumb{
        background-color: #076f2d;
    }
    #contact .main-map #allmap img{
        width: auto;
    }
}

@media screen and (max-width: 1280px) {
    #about .section2 .swiper .swiper-slide::before {
        width: 19%;
        right: -13%;
    }
    #service .sub-cate .items a {
        height: 50px;
        line-height: 50px;
    }
    #service .app-list .item .bots .name {
        font-size: 16px;
    }
    #service .sub-cate .items a.slick-current {
        font-size: 20px;
    }
    #product #index .app01 .item .bots {
        padding: 12px 10px;
    }
    .hisNr {
        height: 338px;
    }
    .hisNr li {
        margin-bottom: 40px;
    }
    .aboutText .sub-cate {
        height: 310px;
    }
    .aboutTitle h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .aboutTitle p {
        font-size: 19px;
        line-height: 19px;
    }
    #index .app01 .app-list {
        padding-left: 0;
    }
    #index .product {
        padding: 50px 0 80px;
    }
    #index .product .swiper {
        width: 94%;
        margin: 40px auto 0;
    }
    #index .product .swiper .swiper-slide {
        width: 24.4%;
    }
    #index .product .swiper .swiper-slide .bot-text {
        padding: 20px 10px 20px;
    }
    #index .product .swiper .swiper-slide .bot-text .name {
        font-size: 20px;
        line-height: 20px;
    }
    #index .product .swiper .swiper-slide .bot-text .desc {
        font-size: 14px;
        line-height: 22px;
        margin: 12px auto 0;
    }
    #index .product .swiper .swiper-slide .masklayer .texts {
        top: 50%;
        left: 0;
    }
    #index .product .swiper .swiper-slide .masklayer .texts .name {
        width: 75%;
        font-size: 20px;
    }
    #index .product .swiper .swiper-slide .masklayer .texts .desc {
        width: 75%;
        font-size: 14px;
        line-height: 24px;
        margin: 20px auto 0;
    }
    #index .product .swiper .swiper-slide .masklayer .texts .icon {
        width: 30px;
        height: 30px;
        margin: 30px auto 0;
    }
    #index .product .swiper .swiper-slide .masklayer i {
        position: absolute;
        width: 200%;
        height: 100%;
        top: 0;
        left: -250%;
    }
    #index .product .swiper .swiper-slide:hover .masklayer i {
        left: -50%;
    }
    #index .product .swiper .prod-btn {
        top: 50%;
        width: 18px;
        height: 32px;
        background-size: 18px 32px;
    }
    #index .product .swiper .prod-prev {
        left: -22px;
    }
    #index .product .swiper .prod-next {
        right: -22px;
    }
    #index .product .readmore {
        margin: 50px auto 0;
    }
    #index .service .bg {
        height: 400px;
    }
    #index .service .texts {
        width: 94%;
        padding-top: 95px;
    }
    #index .service .texts .cn {
        font-size: 24px;
        line-height: 24px;
    }
    #index .service .texts .en {
        font-size: 14px;
        line-height: 30px;
        margin-top: 18px;
    }
    #index .service .texts img {
        margin-top: 30px;
    }
    #index .service .swiper {
        width: 94%;
        max-width: 1400px;
        margin: 45px auto 0;
        padding: 45px 0 55px;
    }
    #index .service .swiper .swiper-slide {
        width: 25%;
    }
    #index .service .swiper .swiper-slide .icon {
        width: 80px;
        height: 80px;
    }
    #index .service .swiper .swiper-slide .big {
        width: 80%;
        margin: 20px auto 0;
        font-size: 18px;
        line-height: 18px;
    }
    #index .service .swiper .swiper-slide .line {
        width: 10px;
        height: 1px;
        margin: 12px auto 0;
    }
    #index .service .swiper .swiper-slide .small {
        width: 80%;
        margin: 12px auto 0;
        font-size: 14px;
        line-height: 20px;
    }
    #index .service .swiper .swiper-slide .border {
        width: 1px;
        height: 40px;
        top: 50%;
        right: 0;
        margin-top: -25px;
    }
    #index .service .swiper .service-btn {
        top: 50%;
        width: 16px;
        height: 28px;
        background-size: 16px 28px;
    }
    #index .service .swiper .service-prev {
        left: 10px;
    }
    #index .service .swiper .service-next {
        right: 10px;
    }
    #index .app {
        padding: 70px 0 90px;
    }
    #index .app .sub-cate {
        margin-top: 0;
    }
    #index .app.app01 .item .tops .img img {
        height: 500px;
    }
    #index .app .item {
        width: 31.42%;
        margin-bottom: 0;
        margin-left: 0;
    }
    #index .app .item .tops .masklayer .texts {
        padding: 30px;
    }
    #index .app .item .tops .masklayer .texts .name {
        font-size: 16px;
    }
    #index .app .item .tops .masklayer .texts .desc {
        font-size: 14px;
        margin-top: 10px;
    }
    #index .app .item .tops .masklayer .texts .text {
        font-size: 14px;
        line-height: 26px;
        margin: 20px auto 0;
    }
    #index .app .item .tops .masklayer .texts .icon {
        width: 32px;
        height: 9px;
        left: 30px;
        bottom: 30px;
    }
    #index .app .item .tops .masklayer i {
        width: 200%;
        height: 100%;
        top: 0;
        left: -250%;
    }
    #index .app .item .bots .desc {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0 0;
    }
    #index .app .item:nth-child(3n+1) {
        margin-left: 0;
    }
    #index .app.app01 .sub-cate .items a {
        height: 50px;
        line-height: 50px;
    }
    #index .app .readmore {
        margin: 30px 0 0;
    }
    #news .news-detail {
        margin-top: 60px;
    }
    #news .news-detail .tops {
        padding: 25px 30px 30px;
    }
    #news .news-detail .tops h1 {
        font-size: 24px;
    }
    #news .news-detail .tops .date {
        font-size: 14px;
        line-height: 14px;
        margin-top: 14px;
    }
    #news .news-detail .news-content {
        padding: 50px 50px;
        font-size: 14px;
        line-height: 30px;
    }
    #news .news-detail .prev-next {
        padding: 30px 0;
    }
    #news .news-detail .prev-next a {
        width: 35%;
    }
    #news .news-detail .back {
        width: 170px;
        height: 50px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 50px;
        margin: 50px auto 70px;
    }
    #contact .main-tops {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #contact .main-tops .item {
        width: 46%;
    }
    #contact .main-tops .item .b-title {
        height: 32px;
        line-height: 32px;
        padding: 0 16px;
        font-size: 20px;
    }
    #contact .main-tops .texts .cn {
        font-size: 22px;
        margin-top: 40px;
    }
    #contact .main-tops .texts .en {
        font-size: 14px;
    }
    #contact .main-tops .texts .line {
        margin-top: 14px;
        line-height: 21px;
        font-size: 14px;
    }
    #contact .main-tops .texts .line .label {
        padding-left: 30px;
    }
    #contact .main-tops .form form {
        margin-top: 40px;
    }
    #contact .main-tops .form .line {
        margin-top: 20px;
    }
    #contact .main-tops .form .line .input input {
        height: 50px;
        padding: 0 20px;
    }
    #contact .main-tops .form .line .textarea {
        height: 150px;
    }
    #contact .main-tops .form .line .textarea textarea {
        height: 150px;
        padding: 16px 20px;
    }
    #contact .main-tops .form .line.hasyzm {
        height: 50px;
    }
    #contact .main-tops .form .line.hasyzm .input {
        width: 36.36%;
    }
    #contact .main-tops .form .line.hasyzm .img {
        width: 22.72%;
    }
    #contact .main-tops .form .line.hasyzm .img img {
        height: 50px;
    }
    #contact .main-tops .form .line.hasyzm .input {
        width: auto;
    }
    #contact .main-tops .form .line.hasyzm .input input {
        width: 232px;
    }
    #contact .main-tops .form .line.hasyzm .button {
        height: 50px;
        font-size: 15px;
    }
    #contact .main-tops .form .line.hasyzm .button i {
        width: 16px;
        height: 16px;
        margin-left: 10px;
    }
    #service .section1 {
        padding: 60px 0;
    }
    #service .section1 .main {
        display: block;
    }
    #service .section1 .main .left {
        width: 100%;
        min-height: auto;
    }
    #service .section1 .main .left img {
        display: block;
        width: 100%;
    }
    #service .section1 .main .right {
        padding-left: 0;
        margin-top: 30px;
    }
    #service .section1 .main .right .big {
        font-size: 34px;
    }
    #service .section1 .main .right .small {
        font-size: 16px;
    }
    #service .section1 .main .right .desc {
        font-size: 14px;
        line-height: 30px;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    #service .section1 .main .right .line {
        width: 100%;
        margin-top: 10px;
    }
    #service .section1 .main .right .line i {
        width: 30px;
        height: 30px;
        margin-right: 12px;
    }
    #service .section1 .main .right .line .text {
        font-size: 18px;
    }
    #service .section1 .main .right .line .text.spac {
        letter-spacing: 9px;
    }
    #service .section1 .main .right .line .big {
        font-size: 28px;
    }
    #about .section1 {
        padding: 60px 0 60px;
    }
    #about .section1 .main .name {
        font-size: 26px;
    }
    #about .section1 .main .desc {
        margin-top: 20px;
        line-height: 30px;
    }
    #about .section1 .main .slogan-cn {
        font-size: 20px;
        margin-top: 15px;
    }
    #about .section1 .main .slogan-en {
        font-size: 14px;
        line-height: 29px;
    }
    #about .section1 .main .numbers .item {
        margin-top: 25px;
    }
    #about .section1 .main .numbers .item .num {
        font-size: 64px;
        line-height: 50px;
    }
    #about .section1 .main .numbers .item .text {
        font-size: 14px;
        margin-top: 15px;
    }
    #about .section1 .main .numbers i {
        height: 34px;
        margin: 50px 30px 0;
    }
    #about .section1 .main .swiper {
        margin-top: 50px;
    }
    #about .section1 .main .swiper .swiper-slide {
        width: 23.85%;
    }
    #about .section1 .main .swiper .btn {
        width: 40px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
    }
    #about .section1 .main .swiper .prev {
        left: -20px;
    }
    #about .section1 .main .swiper .next {
        right: -20px;
    }
    #about .section2 {
        padding: 70px 0 70px;
    }
    #about .section2 .swiper {
        margin-top: 50px;
    }
    #about .section2 .swiper .swiper-slide {
        width: 23.85%;
    }
    #about .section2 .swiper .swiper-slide .bots {
        margin-top: 0;
    }
    #about .section2 .swiper .swiper-slide .bots .left {
        padding-right: 10px;
    }
    #about .section2 .swiper .swiper-slide .bots .left .big {
        font-size: 20px;
        line-height: 24px;
    }
    #about .section2 .swiper .swiper-slide .bots .left .small {
        font-size: 14px;
        margin-top: 10px;
    }
    #about .section2 .swiper .swiper-slide .bots i {
        width: 36px;
        height: 36px;
    }
    #about .section2 .swiper .btn {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    #about .section2 .swiper .prev {
        left: -20px;
    }
    #about .section2 .swiper .next {
        right: -20px;
    }
    #about .section3 {
        padding: 70px 0 70px;
    }
    #about .section3 .swiper {
        margin-top: 30px;
    }
    #about .section3 .swiper .swiper-slide {
        width: 220px;
        height: 220px;
        padding-top: 50px;
    }
    #about .section3 .swiper .swiper-slide .year {
        height: 30px;
        line-height: 30px;
        font-size: 22px;
    }
    #about .section3 .swiper .swiper-slide .dot {
        width: 10px;
        height: 10px;
        margin: 10px auto;
    }
    #about .section3 .swiper .swiper-slide .col {
        top: 95px;
    }
    #about .section3 .swiper .swiper-slide .line {
        height: 38px;
        margin: 10px auto;
    }
    #about .section3 .swiper .swiper-slide .desc {
        padding: 0 40px;
        font-size: 14px;
        line-height: 30px;
        height: 60px;
    }
    #about .section3 .swiper .swiper-slide:hover .year,
    #about .section3 .swiper .swiper-slide.active .year {
        font-size: 30px;
    }
    #about .section3 .swiper .btn {
        width: 36px;
        height: 36px;
        top: 77px;
    }
    #about .section3 .swiper .prev {
        left: -20px;
    }
    #about .section3 .swiper .next {
        right: -20px;
    }
    #product .prod-detail {
        margin-top: 0;
    }
    #product .prod-detail .pd-top .gallery,
    #product .prod-detail .pd-top .gallery .galleryBig {
        width: 400px;
        height: 354px;
    }
    #product .prod-detail .pd-top .right {
        padding-left: 40px;
    }
    #product .prod-detail .pd-top .right .text1 {
        font-size: 24px;
    }
    #product .prod-detail .pd-top .right .text2 {
        font-size: 24px;
    }
    #product .prod-detail .pd-top .right .text3 {
        padding-top: 7px;
        margin-top: 0;
        line-height: 26px;
    }
    #product .prod-detail .pd-top .right .thumb {
        margin-top: 20px;
    }
    #product .prod-detail .pd-top .right .thumb .item {
        width: 120px;
        margin-right: 10px;
    }
    .app-list .list {
        margin-top: 50px;
    }
    .app-list .item {
        width: 31.42%;
        margin-bottom: 40px;
        margin-left: 2.87%;
    }
    .app-list .item .tops .masklayer .texts {
        padding: 30px;
    }
    .app-list .item .tops .masklayer .texts .name {
        font-size: 20px;
    }
    .app-list .item .tops .masklayer .texts .desc {
        font-size: 16px;
        margin-top: 10px;
    }
    .app-list .item .tops .masklayer .texts .text {
        font-size: 14px;
        line-height: 26px;
        margin: 20px auto 0;
    }
    .app-list .item .tops .masklayer .texts .icon {
        width: 32px;
        height: 9px;
        left: 30px;
        bottom: 30px;
    }
    .app-list .item .tops .masklayer i {
        width: 200%;
        height: 100%;
        top: 0;
        left: -250%;
    }
    .app-list .item .bots {
        padding: 20px 0 0;
    }
    .app-list .item .bots .name {
        font-size: 18px;
        line-height: 18px;
    }
    .app-list .item .bots .desc {
        font-size: 14px;
        line-height: 14px;
        margin: 10px 0 0;
    }
    .app-list .item:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    #about .section2 .swiper .swiper-slide::before {
        top: 87px;
    }
    #product #index .app .item {
        width: 48%;
        margin: 0 1% 2%;
    }
    #contact .main-tops.messageCon {
        margin-top: 50px;
    }
    #contact .main-tops {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #contact .main-tops .item.texts,
    #contact .main-tops .item.form {
        width: 100%;
        padding-left: 0;
    }
    #contact .main-tops .item.texts .inner-mod-title {
        margin-left: 0;
    }
    #contact .main-tops .item.texts::before {
        content: none;
    }
    #contact .main-tops .texts .cn {
        font-size: 19px;
    }
    #service .sub-cate .items a.slick-current {
        font-size: 16px;
    }
    #service .sub-cate .items {
        display: block;
        margin-bottom: 20px;
    }
    #service .applicaNav,
    #service .app-list {
        width: 100%;
        padding-left: 0;
        margin-top: 0px;
    }
    #product .prod-detail .pd-top .gallery,
    #product .prod-detail .pd-top .gallery .galleryBig {
        height: auto;
    }
    .historyTitle h3 {
        font-size: 18px;
    }
    .historyImg {
        height: 450px;
    }
    .hisNr li span::before {
        width: 44px;
        left: -33px;
    }
    .hisNr li {
        margin-bottom: 30px;
        padding-left: 0;
    }
    .historyTitle {
        margin-bottom: 10px;
    }
    .swiper-pagination {
        bottom: -30px;
    }
    #about .section2 .swiper .swiper-slide .img h3 {
        font-size: 16px;
    }
    #about .section2 .swiper .swiper-slide .img {
        width: 150px;
        height: 150px;
    }
    #about .section2 .swiper .swiper-slide .img::before {
        width: 170px;
        height: 170px;
    }
    #about .section2 .swiper .swiper-slide .img img {
        width: 45px;
        margin: 30px auto 12px;
    }
    #index .app .applicaNav {
        width: 290px;
    }
    .slick-dots {
        right: -35px;
    }
    .slick-dots li {
        width: 18px;
        height: 18px;
        margin: 8px 0;
    }
    .slick-dots li::before {
        width: 10px;
        height: 10px;
        margin: 3px;
    }
    #index .app01 .item .bots .name {
        font-size: 15px;
    }
    #index .app01 .app-list {
        padding-right: 50px;
        width: calc(100% - 290px);
    }
    #index .banner .swiper-slide .main {
        left: 13.33%;
    }
    #index .banner .swiper-slide .texts .text1 {
        font-size: 40px !important;
        line-height: 40px !important;
        margin-top: 15px;
    }
    #index .banner .swiper-slide .texts .text1 i {
        height: 40px;
    }
    #index .banner .swiper-slide .texts .text1 p,
    #index .banner .swiper-slide .texts .text1 span {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) {
        font-size: 34px !important;
        line-height: 34px !important;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) i {
        height: 34px;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) p,
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) span {
        font-size: 34px !important;
        line-height: 34px !important;
    }
    #index .banner .swiper-slide .texts .text2 {
        font-size: 40px !important;
        line-height: 40px !important;
        margin-top: 15px;
    }
    #index .banner .swiper-slide .texts .text2 i {
        height: 40px;
    }
    #index .banner .swiper-slide .texts .text2 p,
    #index .banner .swiper-slide .texts .text2 span {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    #index .banner .swiper-pagination-bullet {
        border-radius: 4px;
    }
    #index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px;
    }
    #index .banner .banner-btn {
        top: 50%;
    }
    #index .banner .banner-btn i {
        width: 32px;
        height: 20px;
        background-size: 32px 9px;
    }
    #index .banner .banner-btn span {
        font-size: 16px;
        line-height: 16px;
    }
    #index .banner .banner-prev {
        left: 3%;
    }
    #index .banner .banner-prev i {
        background-position: left 4px;
    }
    #index .banner .banner-prev span {
        margin-left: 16px;
    }
    #index .banner .banner-next {
        right: 3%;
    }
    #index .banner .banner-next i {
        background-position: right 4px;
    }
    #index .banner .banner-next span {
        margin-right: 16px;
    }
    #index .about .about-main {
        margin-top: 50px;
    }
    #index .about .about-main .left {
        width: 50%;
        /* height: 540px; */
    }
    #index .about .about-main .right {
        width: 50%;
        max-width: 690px;
        padding: 0 2.6%;
    }
    #index .about .about-main .right .name {
        font-size: 24px;
    }
    #index .about .about-main .right .desc {
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px;
        height: 2.5rem;
    }
    #index .about .numbers {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #index .about .numbers .item {
        width: 48%;
        margin-top: 25px;
    }
    #index .about .numbers .item .num {
        font-size: 64px;
        line-height: 50px;
        font-family: "DINCondensed";
        color: #0a953d;
    }
    #index .about .numbers .item .text {
        width: 100%;
        font-size: 14px;
        color: #999;
        margin-top: 10px;
    }
    #index .about .about-main .right .readmore {
        margin-top: 20px;
    }
    #index .service .bg {
        height: 400px;
    }
    #index .service .texts {
        width: 94%;
        padding-top: 95px;
    }
    #index .service .texts .cn {
        font-size: 24px;
        line-height: 24px;
    }
    #index .service .texts .en {
        font-size: 14px;
        line-height: 30px;
        margin-top: 18px;
    }
    #index .service .texts img {
        margin-top: 30px;
    }
    #index .service .swiper {
        width: 94%;
        max-width: 1400px;
        margin: 45px auto 0;
        padding: 30px 0 30px;
    }
    #index .service .swiper .swiper-slide {
        width: 25%;
    }
    #index .service .swiper .swiper-slide .icon {
        width: 60px;
        height: 60px;
    }
    #index .service .swiper .swiper-slide .big {
        width: 80%;
        margin: 20px auto 0;
        font-size: 16px;
        line-height: 16px;
    }
    #index .service .swiper .swiper-slide .line {
        width: 10px;
        height: 1px;
        margin: 10px auto 0;
    }
    #index .service .swiper .swiper-slide .small {
        width: 80%;
        margin: 10px auto 0;
        font-size: 14px;
        line-height: 20px;
    }
    #index .service .swiper .swiper-slide .border {
        width: 1px;
        height: 40px;
        top: 50%;
        right: 0;
        margin-top: -25px;
    }
    #index .service .swiper .service-btn {
        top: 50%;
        width: 16px;
        height: 28px;
        background-size: 16px 28px;
    }
    #index .service .swiper .service-prev {
        left: 10px;
    }
    #index .service .swiper .service-next {
        right: 10px;
    }
    #index .app {
        padding: 50px 0 50px;
    }
    #index .app .sub-cate {
        margin-top: 0;
    }
    #index .app .item {
        width: 48%;
        margin-bottom: 0;
        margin-left: 0;
    }
    #index .app .item .tops .masklayer .texts {
        padding: 30px;
    }
    #index .app .item .tops .masklayer .texts .name {
        font-size: 20px;
    }
    #index .app .item .tops .masklayer .texts .desc {
        font-size: 16px;
        margin-top: 10px;
    }
    #index .app .item .tops .masklayer .texts .text {
        font-size: 14px;
        line-height: 26px;
        margin: 20px auto 0;
    }
    #index .app .item .tops .masklayer .texts .icon {
        width: 32px;
        height: 9px;
        left: 30px;
        bottom: 30px;
    }
    #index .app .item .tops .masklayer i {
        width: 200%;
        height: 100%;
        top: 0;
        left: -250%;
    }
    #index .app.app01 .item .tops .img img {
        height: 490px;
    }
    #index .app .item .bots .desc {
        font-size: 14px;
        margin: 10px 0 0;
    }
    #index .app .item:nth-child(3n+1) {
        margin-left: 0;
    }
    #index .app .item:nth-child(2n+1) {
        margin-left: 0;
    }
    #index .app .readmore {
        margin: 20px 0 0;
    }
    #news .big-title {
        margin-top: 50px;
    }
    #news .big-title .big {
        font-size: 28px;
        line-height: 28px;
    }
    #news .big-title .small {
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
    }
    #news .news-list {
        margin-top: 0;
    }
    #news .news-list .item {
        padding: 30px 0;
    }
    #news .news-list .item .img {
        width: 280px;
        height: 197px;
    }
    #news .news-list .item .right {
        width: calc(100% - 310px);
        margin-left: 30px;
    }
    #news .news-list .item .right .title {
        font-size: 18px;
        line-height: 18px;
        margin-top: 8px;
    }
    #news .news-list .item .right .date {
        font-size: 14px;
        line-height: 14px;
        margin-top: 14px;
    }
    #news .news-list .item .right .desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 14px;
    }
    #news .pages {
        margin: 50px auto;
    }
    #news .news-detail {
        margin-top: 50px;
    }
    #news .news-detail .tops {
        padding: 20px 20px 20px;
    }
    #news .news-detail .tops h1 {
        font-size: 20px;
    }
    #news .news-detail .tops .date {
        font-size: 14px;
        line-height: 14px;
        margin-top: 14px;
    }
    #news .news-detail .news-content {
        padding: 30px 30px;
        font-size: 14px;
        line-height: 30px;
    }
    #news .news-detail .prev-next {
        padding: 20px 0;
    }
    #news .news-detail .prev-next a {
        width: 40%;
    }
    #news .news-detail .back {
        width: 120px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 40px;
        margin: 50px auto 50px;
    }
    #app .app-list .top-title {
        font-size: 26px;
        line-height: 26px;
        margin-top: 50px;
    }
    #app .app-list .pages {
        margin: 30px auto 50px;
    }
    #product .sub-cate {
        display: block;
    }
    #product .product-list .top-title {
        font-size: 26px;
        line-height: 26px;
        margin-top: 50px;
    }
    #product .product-list .bots {
        margin-top: 40px;
    }
    #product .product-list .bots .subs {
        display: none;
    }
    #product .product-list .bots .right-list {
        width: 100%;
    }
    #product .product-list .bots .right-list .list .item {
        width: 48.6%;
        margin-left: 2.8%;
        margin-bottom: 20px;
    }
    #product .product-list .bots .right-list .list .item .text {
        height: 24px;
        margin-top: 20px;
        line-height: 24px;
    }
    #product .product-list .bots .right-list .list .item .text i {
        width: 32px;
        height: 9px;
        margin-top: 7px;
        background-position: -48px 0;
    }
    #product .product-list .bots .right-list .pages {
        margin: 30px auto 50px;
    }
    #product .prod-detail {
        margin-top: 0;
    }
    #product .prod-detail .pd-top {
        display: block;
    }
    #product .prod-detail .pd-top .gallery {
        width: 100%;
        height: auto;
    }
    #product .prod-detail .pd-top .right {
        width: 100%;
        padding-left: 0;
    }
    #product .prod-detail .pd-top .right .text1 {
        position: relative;
        font-size: 22px;
        margin-top: 30px;
    }
    #product .prod-detail .pd-top .right .text2 {
        font-size: 20px;
    }
    #product .prod-detail .pd-top .right .text3 {
        padding-top: 10px;
        margin-top: 10px;
        line-height: 24px;
        height: auto;
    }
    #product .prod-detail .pd-top .right .thumb {
        margin-top: 20px;
    }
    #product .prod-detail .pd-top .right .thumb .item {
        width: 120px;
        margin-right: 10px;
    }
    #product .prod-detail .pd-top .right .thumb.thumb1 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
    }
    #product .prod-detail .pd-top .right .thumb.thumb1 .item {
        width: 32%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }
    #product .prod-detail .pd-top .right .thumb.thumb1 .item img {
        width: 100%;
        height: auto;
    }
    #product .prod-detail .pd-top .right .thumb.thumb2 {
        position: relative;
        left: 0;
        width: 100%;
    }
    #product .prod-detail .pd-bot {
        margin-top: 50px;
    }
    #product .prod-detail .pd-bot .tab .item {
        min-width: 136px;
        height: 40px;
        padding: 0 15px;
        line-height: 40px;
        font-size: 16px;
        margin-right: 10px;
    }
    #product .prod-detail .pd-bot .details {
        padding: 30px;
        font-size: 14px;
        line-height: 28px;
    }
    #product .prod-detail .back {
        top: 0;
    }
    #product .prod-detail .recom {
        margin-top: 50px;
        margin-bottom: 60px;
    }
    #product .prod-detail .recom .tops {
        height: 64px;
        line-height: 64px;
        font-size: 18px;
    }
    #product .prod-detail .recom .swiper .swiper-slide {
        width: 32%;
    }
    #product .prod-detail .recom .swiper .swiper-slide .text {
        height: 24px;
        margin-top: 20px;
        line-height: 24px;
    }
    #product .prod-detail .recom .swiper .swiper-slide .text i {
        width: 32px;
        height: 9px;
        margin-top: 7px;
        background-image: url(../images/65.png);
        background-position: -48px 0;
    }
    #about .section1 .main .numbers .item .num {
        font-size: 50px;
        line-height: 40px;
    }
    #about .section1 .main .numbers .item .text {
        font-size: 14px;
    }
    .app-list .list {
        margin-top: 50px;
    }
    .app-list .item {
        width: 48%;
        margin-bottom: 40px;
        margin-left: 4%;
    }
    .app-list .item .tops .masklayer .texts {
        padding: 30px;
    }
    .app-list .item .tops .masklayer .texts .name {
        font-size: 20px;
    }
    .app-list .item .tops .masklayer .texts .desc {
        font-size: 16px;
        margin-top: 10px;
    }
    .app-list .item .tops .masklayer .texts .text {
        font-size: 14px;
        line-height: 26px;
        margin: 20px auto 0;
    }
    .app-list .item .tops .masklayer .texts .icon {
        width: 32px;
        height: 9px;
        left: 30px;
        bottom: 30px;
    }
    .app-list .item .tops .masklayer i {
        width: 200%;
        height: 100%;
        top: 0;
        left: -250%;
    }
    .app-list .item .bots {
        padding: 20px 0 0;
    }
    .app-list .item .bots .name {
        font-size: 18px;
        line-height: 18px;
    }
    .app-list .item .bots .desc {
        font-size: 14px;
        line-height: 14px;
        margin: 10px 0 0;
    }
    .app-list .item:nth-child(3n+1) {
        margin-left: 4%;
    }
    .app-list .item:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .historyTitle h3::before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #333;
        top: 10px;
        left: -40px;
        z-index: 1;
    }
    #about .section2 .swiper .swiper-slide:nth-child(2n):before {
        content: none;
    }
    #product .prod-detail .pd-top .right .text1 {
        font-size: 19px;
    }
    .newsList_con h1 {
        font-size: 16px;
    }
    .newsList_time {
        width: 103px;
    }
    .newsList_time span {
        font-size: 42px;
        width: 48px;
    }
    .newsList_time em {
        font-size: 16px;
    }
    #service .section1 .main .right .desc span {
        font-size: 16px;
    }
    #service .section1 .main .right .line .big {
        width: 334px;
        background-size: contain;
    }
    #service .section3 .down-list .item span {
        font-size: 14px;
    }
    #service .app-list .item {
        margin-left: 6px;
    }
    #service .sub-cate .items {
        margin-bottom: 0;
    }
    #service .app-list .item .bots .name {
        font-size: 14px;
    }
    #service .app-list .item .bots {
        padding: 10px 0;
    }
    #service .sub-cate .items a::before {
        content: none;
    }
    #service .item .tops .img img {
        height: auto;
    }
    .productList .dlp-btn {
        width: 25px;
        height: 25px;
        top: 11px;
        background-size: 7px;
        right: 30px;
    }
    .productList .dlp-next {
        right: 0;
        background-size: 7px;
    }
    #about .section3 .hr::before {
        content: none;
    }
    #about .section3 .hr {
        left: 0;
        display: none;
    }
    .historyImg {
        width: 100%;
        height: auto;
    }
    .historyImg img {
        position: static;
    }
    .historyText {
        width: 100%;
        margin-top: 24px;
        background: url(../picture/historyLine.png) no-repeat left bottom;
    }
    .historyTitle {
        padding-left: 50px;
        margin-top: -3px;
    }
    .hisNr {
        padding-left: 50px;
        height: 248px;
        margin-bottom: 30px;
    }
    .swiper-pagination {
        bottom: -10px;
    }
    .aboutText .sub-cate {
        height: auto;
        margin-top: 0px;
    }
    .aboutText {
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }
    .aboutTitle h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .aboutTitle p {
        font-size: 16px;
        line-height: 16px;
    }
    .aboutImg {
        display: none;
    }
    #index .app.news01 .item {
        margin-right: 10px;
    }
    #index .app .readmore {
        display: none;
    }
    .slick-dots li::before {
        width: 8px;
        height: 8px;
    }
    .slick-dots {
        width: 100%;
        left: 0;
        bottom: -11px;
        text-align: center;
    }
    .slick-dots li {
        display: inline-block;
    }
    .newsView_img .slick-dots {
        bottom: 42px;
    }
    .newsLi p {
        font-size: 14px;
    }
    #index .app.app01 .item .tops .img img {
        height: auto;
    }
    #index .app.app01 .sub-cate .items a {
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    #index .app.app01 .sub-cate .items a.slick-current {
        background: #076f2d;
        color: #fff;
    }
    #index .app.app01 .sub-cate .items a::before {
        content: none;
    }
    #index .app.app01 .sub-cate .items {
        display: block;
    }
    #index .app .applicaNav,
    #index .app01 .app-list {
        width: 100%;
        padding-right: 0;
    }
    #index .app.app01 .sub-cate .items a {
        /* width: 100px !important; */
    }
    #index .banner .swiper-slide .main {
        left: 18%;
    }
    #index .banner .swiper-slide .texts .text1 {
        font-size: 24px !important;
        line-height: 24px !important;
        margin-top: 10px;
    }
    #index .banner .swiper-slide .texts .text1 i {
        height: 24px;
    }
    #index .banner .swiper-slide .texts .text1 p,
    #index .banner .swiper-slide .texts .text1 span {
        font-size: 24px !important;
        line-height: 24px !important;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) {
        font-size: 18px !important;
        line-height: 18px !important;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) i {
        height: 18px;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) p,
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) span {
        font-size: 18px !important;
        line-height: 18px !important;
    }
    #index .banner .swiper-slide .texts .text2 {
        font-size: 24px !important;
        line-height: 24px !important;
        margin-top: 10px;
    }
    #index .banner .swiper-slide .texts .text2 i {
        height: 24px;
    }
    #index .banner .swiper-slide .texts .text2 p,
    #index .banner .swiper-slide .texts .text2 span {
        font-size: 24px !important;
        line-height: 24px !important;
    }
    #index .banner .swiper-pagination-bullet {
        border-radius: 4px;
    }
    #index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px;
    }
    #index .banner .banner-btn {
        top: 50%;
    }
    #index .banner .banner-btn i {
        width: 16px;
        height: 14px;
        background-size: 16px 4px;
    }
    #index .banner .banner-btn span {
        font-size: 14px;
        line-height: 14px;
    }
    #index .banner .banner-prev {
        left: 2%;
    }
    #index .banner .banner-prev i {
        background-position: left center;
    }
    #index .banner .banner-prev span {
        margin-left: 10px;
    }
    #index .banner .banner-next {
        right: 2%;
    }
    #index .banner .banner-next i {
        background-position: right center;
    }
    #index .banner .banner-next span {
        margin-right: 10px;
    }
    #index .about {
        padding: 40px 0 10px;
    }
    #index .about .about-main {
        display: block;
        margin-top: 40px;
        padding-top: 30px;
        padding-bottom: 130px;
        background: url(../images/aboutBg-m.jpg) no-repeat center bottom;
        background-size: cover;
    }
    #index .about .about-main .left {
        width: 94%;
        /* height: 260px; */
        margin: 0 auto;
    }
    #index .about .about-main .right {
        width: 100%;
        max-width: none;
        padding: 30px 2.6% 0;
    }
    #index .about .about-main .right .name {
        font-size: 18px;
    }
    #index .about .about-main .right .desc {
        font-size: 14px;
        line-height: 28px;
        height: 2.8rem;
        margin-top: 10px;
    }
    #index .about .numbers .item {
        width: 48%;
        margin-top: 26px;
    }
    #index .about .numbers .item .num {
        font-size: 50px;
        line-height: 40px;
    }
    #index .about .numbers .item .text {
        font-size: 14px;
        color: #999;
        margin-top: 10px;
    }
    #index .about .about-main .right .readmore {
        margin-top: 30px;
    }
    #index .product {
        padding: 40px 0 40px;
    }
    #index .product .swiper {
        width: 94%;
        margin: 40px auto 0;
    }
    #index .product .swiper .swiper-slide {
        width: 49.6%;
    }
    #index .product .swiper .swiper-slide .bot-text {
        padding: 20px 10px 20px;
    }
    #index .product .swiper .swiper-slide .bot-text .name {
        font-size: 20px;
        line-height: 20px;
    }
    #index .product .swiper .swiper-slide .bot-text .desc {
        font-size: 14px;
        line-height: 22px;
        margin: 12px auto 0;
    }
    #index .product .swiper .swiper-slide .masklayer .texts {
        top: 50%;
        left: 0;
    }
    #index .product .swiper .swiper-slide .masklayer .texts .name {
        width: 75%;
        font-size: 20px;
    }
    #index .product .swiper .swiper-slide .masklayer .texts .desc {
        width: 75%;
        font-size: 14px;
        line-height: 24px;
        margin: 20px auto 0;
    }
    #index .product .swiper .swiper-slide .masklayer .texts .icon {
        width: 30px;
        height: 30px;
        margin: 30px auto 0;
    }
    #index .product .swiper .swiper-slide .masklayer i {
        position: absolute;
        width: 200%;
        height: 100%;
        top: 0;
        left: -250%;
    }
    #index .product .swiper .swiper-slide:hover .masklayer i {
        left: -50%;
    }
    #index .product .swiper .prod-btn {
        top: 50%;
        width: 18px;
        height: 32px;
        background-size: 18px 32px;
    }
    #index .product .swiper .prod-prev {
        left: -9px;
    }
    #index .product .swiper .prod-next {
        right: -9px;
    }
    #index .product .readmore {
        margin: 30px auto 0;
    }
    #index .service .bg {
        height: 300px;
    }
    #index .service .texts {
        width: 94%;
        padding-top: 60px;
    }
    #index .service .texts .cn {
        font-size: 18px;
        line-height: 18px;
    }
    #index .service .texts .en {
        font-size: 12px;
        line-height: 20px;
        margin-top: 15px;
    }
    #index .service .texts img {
        margin-top: 20px;
        width: 18px;
    }
    #index .service .swiper {
        width: 94%;
        max-width: 1400px;
        margin: 45px auto 0;
        padding: 30px 0 30px;
    }
    #index .service .swiper .swiper-slide {
        width: 50%;
    }
    #index .service .swiper .swiper-slide .icon {
        width: 60px;
        height: 60px;
    }
    #index .service .swiper .swiper-slide .big {
        width: 80%;
        margin: 20px auto 0;
        font-size: 16px;
        line-height: 16px;
    }
    #index .service .swiper .swiper-slide .line {
        width: 10px;
        height: 1px;
        margin: 10px auto 0;
    }
    #index .service .swiper .swiper-slide .small {
        width: 80%;
        margin: 10px auto 0;
        font-size: 14px;
        line-height: 20px;
    }
    #index .service .swiper .swiper-slide .border {
        width: 1px;
        height: 40px;
        top: 50%;
        right: 0;
        margin-top: -25px;
    }
    #index .service .swiper .service-btn {
        top: 50%;
        width: 16px;
        height: 28px;
        background-size: 16px 28px;
    }
    #index .service .swiper .service-prev {
        left: 10px;
    }
    #index .service .swiper .service-next {
        right: 10px;
    }
    #index .app {
        padding: 40px 0 40px;
    }
    #index .app .sub-cate {
        margin-top: 0;
    }
    #index .app .list {
        margin-top: 40px;
    }
    #index .app.news01 .list {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #index .app .item {
        width: 48%;
        margin-bottom: 0;
        margin-left: 0;
    }
    #index .app .item .tops .masklayer .texts {
        padding: 20px;
    }
    #index .app .item .tops .masklayer .texts .name {
        font-size: 18px;
    }
    #index .app .item .tops .masklayer .texts .desc {
        font-size: 14px;
        margin-top: 10px;
    }
    #index .app .item .tops .masklayer .texts .text {
        font-size: 14px;
        line-height: 24px;
        margin: 16px auto 0;
    }
    #index .app .item .tops .masklayer .texts .icon {
        width: 32px;
        height: 9px;
        left: 20px;
        bottom: 20px;
    }
    #index .app .item .tops .masklayer i {
        width: 200%;
        height: 100%;
        top: 0;
        left: -250%;
    }
    #index .app .item .bots .desc {
        font-size: 14px;
        margin: 10px 0 0;
    }
    #index .app .item:nth-child(3n+1) {
        margin-left: 0;
    }
    #index .app .item:nth-child(2n+1) {
        margin-left: 0;
    }
    #index .app .readmore {
        margin: 30px auto 0;
    }
    #news .big-title {
        margin-top: 40px;
    }
    #news .big-title .big {
        font-size: 22px;
        line-height: 22px;
    }
    #news .big-title .small {
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
    }
    #news .news-list {
        margin-top: 0;
    }
    #news .news-list .item {
        padding: 20px 0;
    }
    #news .news-list .item .img {
        width: 200px;
        height: 141px;
    }
    #news .news-list .item .right {
        width: calc(100% - 220px);
        margin-left: 20px;
    }
    #news .news-list .item .right .title {
        font-size: 16px;
        line-height: 16px;
    }
    .newsNav a {
        padding: 9px 30px;
        font-size: 14px;
    }
    .newsNav {
        margin: 30px 0;
    }
    #news .news-list .item .right .date {
        font-size: 14px;
        line-height: 14px;
        margin-top: 8px;
    }
    #news .news-list .item .right .desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
    }
    #news .pages {
        margin: 40px auto;
    }
    #app .app-list .top-title {
        font-size: 20px;
        line-height: 20px;
        margin-top: 40px;
    }
    #app .app-list .pages {
        margin: 20px auto 40px;
    }
    #product .sub-cate {
        margin-top: 40px;
    }
    #product .product-list .top-title {
        font-size: 20px;
        line-height: 20px;
        margin-top: 40px;
    }
    #product .product-list .bots .right-list .pages {
        margin: 20px auto 40px;
    }
    #product .prod-detail {
        margin-top: 0;
    }
    #product .prod-detail .pd-bot {
        margin-top: 40px;
    }
    #product .prod-detail .pd-bot .tab .item {
        min-width: 136px;
        height: 40px;
        padding: 0 15px;
        line-height: 40px;
        font-size: 16px;
        margin-right: 10px;
    }
    #product .prod-detail .pd-bot .details {
        padding: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    #product .prod-detail .back {
        border-radius: 20px;
        font-size: 14px;
        background-size: 16px;
        top: -3px;
    }
    #product .prod-detail .recom {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #product .prod-detail .recom .tops {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    #product .prod-detail .recom .swiper .swiper-slide {
        width: 48%;
    }
    #product .prod-detail .recom .swiper .swiper-slide .text {
        height: 24px;
        margin-top: 20px;
        line-height: 24px;
    }
    #product .prod-detail .recom .swiper .swiper-slide .text i {
        width: 16px;
        height: 5px;
        margin-top: 9px;
        background-position: -24px 0;
        background-size: 40px 5px;
    }
    #contact .main-tops {
        margin-top: 40px;
        margin-bottom: 40px;
        display: block;
    }
    #contact .main-tops .item {
        width: 100%;
    }
    #contact .main-tops .item .b-title {
        height: 32px;
        line-height: 32px;
        padding: 0 16px;
        font-size: 18px;
    }
    #contact .main-tops .texts .cn {
        font-size: 18px;
        margin-top: 20px;
    }
    #contact .main-tops .texts .en {
        font-size: 14px;
    }
    #contact .main-tops .texts .line {
        margin-top: 14px;
        line-height: 21px;
        font-size: 14px;
    }
    #contact .main-tops .texts .line .label {
        padding-left: 30px;
    }
    #contact .main-tops .form form {
        margin-top: 20px;
    }
    #contact .main-tops .form .line {
        margin-top: 14px;
    }
    #contact .main-tops .form .line .input input {
        height: 50px;
        padding: 0 14px;
    }
    #contact .main-tops .form .line .textarea {
        height: 150px;
    }
    #contact .main-tops .form .line .textarea textarea {
        height: 150px;
        padding: 10px 14px;
    }
    #contact .main-tops .form .line.hasyzm {
        height: 50px;
    }
    #contact .main-tops .form .line.hasyzm .img {
        width: 22.72%;
    }
    #contact .main-tops .form .line.hasyzm .img img {
        height: 50px;
    }
    #contact .main-tops .form .line.hasyzm .button {
        height: 50px;
    }
    #contact .main-tops .form .line.hasyzm .button i {
        width: 16px;
        height: 16px;
        margin-left: 10px;
    }
    #service .section1 {
        padding: 40px 0;
    }
    #service .section1 .main .right {
        margin-top: 30px;
    }
    #service .section1 .main .right .big {
        font-size: 24px;
    }
    #service .section1 .main .right .small {
        font-size: 14px;
    }
    #service .section1 .main .right .desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #service .section1 .main .right .line {
        margin-top: 10px;
    }
    #service .section1 .main .right .line i {
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }
    #service .section1 .main .right .line .text {
        font-size: 16px;
    }
    #service .section1 .main .right .line .text.spac {
        letter-spacing: 8px;
    }
    #service .section1 .main .right .line .big {
        font-size: 20px;
    }
    #service .section2 {
        padding: 40px 0 40px;
    }
    #service .section2 .serv-tops .right {
        height: 40px;
    }
    #service .section2 .serv-tops .right .btn {
        width: 40px;
        height: 40px;
    }
    #service .section2 .serv-tops .right .prev {
        margin-right: 10px;
    }
    #service .section2 .swiper {
        margin-top: 30px;
    }
    #service .section2 .swiper .swiper-slide {
        width: 49.23%;
    }
    #service .section2 .swiper .swiper-slide .bots {
        padding: 10px;
    }
    #service .section2 .swiper .swiper-slide .bots img {
        width: 40px;
        height: 40px;
    }
    #service .section2 .swiper .swiper-slide .bots p {
        font-size: 14px;
    }
    #service .section2 .swiper .swiper-slide .bots i {
        height: 20px;
        right: -5px;
    }
    #service .section3 {
        padding: 40px 0 40px;
    }
    #service .section3 .serv-tops .right {
        height: 40px;
    }
    #service .section3 .serv-tops .right .btn {
        width: 40px;
        height: 40px;
    }
    #service .section3 .serv-tops .right .prev {
        margin-right: 10px;
    }
    #service .section3 .pages {
        margin: 40px auto 0;
    }
    #service .section3 .swiper {
        margin-top: 30px;
    }
    #service .section3 .swiper .swiper-slide {
        width: 49.23%;
    }
    #service .section3 .swiper .swiper-slide .bots {
        height: 40px;
        margin-top: 10px;
        padding: 0 10px;
    }
    #service .section3 .swiper .swiper-slide .bots p {
        width: 80%;
        font-size: 14px;
    }
    #service .section3 .swiper .swiper-slide .bots i {
        width: 18px;
        height: 18px;
    }
    #about .section1 {
        padding: 40px 0 40px;
    }
    #about .section1 .main .name {
        font-size: 22px;
    }
    #about .section1 .main .desc {
        margin-top: 14px;
        line-height: 30px;
    }
    #about .section1 .main .slogan-cn {
        font-size: 18px;
        margin-top: 14px;
    }
    #about .section1 .main .slogan-en {
        font-size: 14px;
        line-height: 24px;
    }
    #about .section1 .main .numbers .item {
        width: 40%;
        margin-top: 25px;
    }
    #about .section1 .main .numbers .item .num {
        font-size: 44px;
        line-height: 40px;
    }
    #about .section1 .main .numbers .item .text {
        font-size: 14px;
        margin-top: 10px;
    }
    #about .section1 .main .numbers i {
        height: 34px;
        margin: 50px 30px 0;
    }
    #about .section1 .main .numbers i:nth-of-type(2) {
        display: none;
    }
    #about .section1 .main .swiper {
        margin-top: -10px;
    }
    #about .section1 .main .swiper .swiper-slide {
        width: 49.23%;
    }
    #about .section1 .main .swiper .btn {
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top: -15px;
    }
    #about .section1 .main .swiper .prev {
        left: -10px;
    }
    #about .section1 .main .swiper .next {
        right: -10px;
    }
    #about .section2 {
        padding: 40px 0 40px;
        background-attachment: inherit;
    }
    #about .section2 .swiper {
        margin-top: 30px;
    }
    #about .section2 .swiper .swiper-slide {
        width: 49.23%;
    }
    #about .section2 .swiper .swiper-slide .bots .left {
        padding-right: 10px;
    }
    #about .section2 .swiper .swiper-slide .bots .left .big {
        font-size: 18px;
        line-height: 22px;
    }
    #about .section2 .swiper .swiper-slide .bots .left .small {
        font-size: 14px;
        margin-top: 10px;
    }
    #about .section2 .swiper .swiper-slide .bots i {
        width: 36px;
        height: 36px;
    }
    #about .section2 .swiper .btn {
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top: -15px;
    }
    #about .section2 .swiper .prev {
        left: -10px;
    }
    #about .section2 .swiper .next {
        right: -10px;
    }
    #about .section3 {
        padding: 40px 0 40px;
    }
    #about .section3 .swiper {
        margin-top: 30px;
    }
    #about .section3 .swiper .swiper-slide {
        width: 220px;
        height: 220px;
        padding-top: 50px;
    }
    #about .section3 .swiper .swiper-slide .year {
        height: 30px;
        line-height: 30px;
        font-size: 22px;
    }
    #about .section3 .swiper .swiper-slide .dot {
        width: 10px;
        height: 10px;
        margin: 10px auto;
    }
    #about .section3 .swiper .swiper-slide .col {
        top: 95px;
    }
    #about .section3 .swiper .swiper-slide .line {
        height: 38px;
        margin: 10px auto;
    }
    #about .section3 .swiper .swiper-slide .desc {
        padding: 0 40px;
        font-size: 14px;
        line-height: 30px;
        height: 60px;
    }
    #about .section3 .swiper .swiper-slide:hover .year,
    #about .section3 .swiper .swiper-slide.active .year {
        font-size: 30px;
    }
    #about .section3 .swiper .btn {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        top: 95px;
    }
    #about .section3 .swiper .prev {
        left: -10px;
    }
    #about .section3 .swiper .next {
        right: -10px;
    }
    #about .section4 {
        padding: 40px 0 40px;
    }
    #about .section4 .honor-list {
        margin-top: 30px;
        background-size: contain;
        padding-bottom: 100px;
    }
    #about .section4 .honor-list .item {
        width: 49%;
        margin-bottom: 30px;
    }
    #about .section4 .honor-list .item .img {
        border: 1px solid #e6e6e6;
        padding: 10px;
    }
    #about .section4 .honor-list .item .img img {
        width: 100%;
    }
    #about .section4 .honor-list .item .label {
        height: 40px;
        font-size: 14px;
        margin-top: 10px;
        line-height: 40px;
    }
    #about .section4 .honor-list .item:nth-child(2n+1) {
        margin-left: 0;
    }
    #about .section4 .pages {
        margin: 20px auto 0;
    }
    .app-list .list {
        margin-top: 40px;
    }
    .app-list .item {
        width: 48%;
        margin-bottom: 40px;
        margin-left: 4%;
    }
    .app-list .item .tops .masklayer .texts {
        padding: 20px;
    }
    .app-list .item .tops .masklayer .texts .name {
        font-size: 18px;
    }
    .app-list .item .tops .masklayer .texts .desc {
        font-size: 14px;
        margin-top: 10px;
    }
    .app-list .item .tops .masklayer .texts .text {
        font-size: 14px;
        line-height: 24px;
        margin: 16px auto 0;
    }
    .app-list .item .tops .masklayer .texts .icon {
        width: 32px;
        height: 9px;
        left: 20px;
        bottom: 20px;
    }
    .app-list .item .tops .masklayer i {
        width: 200%;
        height: 100%;
        top: 0;
        left: -250%;
    }
    .app-list .item .bots {
        padding: 20px 0 0;
    }
    .app-list .item .bots .name {
        font-size: 18px;
        line-height: 18px;
    }
    .app-list .item .bots .desc {
        font-size: 14px;
        line-height: 14px;
        margin: 10px 0 0;
    }
    .app-list .item:nth-child(3n+1) {
        margin-left: 4%;
    }
    .app-list .item:nth-child(2n+1) {
        margin-left: 0;
    }
    #search .search-box {
        margin: 40px 0 30px;
        height: 40px;
    }
    #search .search-box .left {
        width: calc(100% - 80px);
        max-width: unset;
        height: 100%;
        display: inline-block;
        float: left;
        border: 1px solid #e6e6e6;
        border-radius: 0;
    }
    #search .search-box .left .select {
        display: inline-block;
        float: left;
        width: 70px;
        height: 100%;
        padding: 0 10px 0 0;
        position: relative;
    }
    #search .search-box .left .select>span {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 40px;
        font-size: 14px;
        padding: 0 14px 0 14px;
        background-image: url("../images/67.png");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 6px 4px;
        cursor: pointer;
    }
    #search .search-box .left .select .sub {
        width: 100%;
        position: absolute;
        top: 41px;
        left: 0;
        border: 1px solid #e6e6e6;
        background-color: #fff;
        z-index: 99;
        display: none;
    }
    #search .search-box .left .select .sub span {
        display: block;
        width: 100%;
        text-align: center;
        height: 30px;
        line-height: 30px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
    }
    #search .search-box .left .select .sub span:hover,
    #search .search-box .left .select .sub span.active {
        background-color: #0a953d;
        color: #fff;
    }
    #search .search-box .left .input {
        display: inline-block;
        float: left;
        width: calc(100% - 70px);
        height: 100%;
        border-left: 1px solid #e6e6e6;
    }
    #search .search-box .left .input input {
        width: 100%;
        height: 100%;
        padding: 0 10px;
        border: none;
        background-color: #fff;
        border-radius: 0;
        font-size: 14px;
    }
    #search .search-box .btn {
        display: inline-block;
        float: left;
    }
    #search .search-box .btn button {
        width: 80px;
        height: 40px;
        background-color: #0a953d;
        border: none;
        color: #fff;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
    }
    #search .search-box .btn button span {
        display: inline-block;
        line-height: 14px;
    }
    #search .search-box .btn button i {
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url("../images/68.png");
        background-size: 100% 100%;
        margin-left: 5px;
    }
    #search .search-result .item {
        padding: 14px 0;
    }
    #search .search-result .item .title {
        width: 100%;
        line-height: 14px;
        font-size: 14px;
    }
    #search .search-result .item .title i {
        width: 4px;
        height: 4px;
        margin-right: 10px;
    }
    #search .search-result .item .title p {
        width: calc(100% - 14px);
    }
    #search .search-result .item .date {
        font-size: 12px;
        line-height: 12px;
        margin-top: 10px;
        padding-left: 14px;
    }
    #search .search-result .pages {
        margin-top: 30px;
    }
    #index .app.news01 .mod-title {
        margin-bottom: 20px;
    }
    .indexNews .slick-dots {
        bottom: -20px;
    }
}

@media screen and (max-width: 480px) {
    .hisNr {
        height: 265px;
        margin-bottom: 40px;
    }
    #about .section2 .swiper .swiper-slide:before {
        content: none;
    }
    #contact .main-tops .form .line.hasyzm .button {
        height: 40px;
        width: 130px;
    }
    .newsList_info>div {
        width: 200px;
    }
    #contact .main-tops .form .line.hasyzm img {
        width: 98px;
    }
    #contact .main-tops.messageCon {
        padding: 40px 0;
    }
    #contact .main-tops .form .line.hasyzm {
        height: auto;
    }
    #contact .main-tops .form .line.hasyzm .button {
        margin-top: 16px;
    }
    #contact .main-tops .form .line.hasyzm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #contact .main-tops .form .line.hasyzm .input {
        width: 100%;
    }
    #contact .main-tops .form .messList .line {
        width: 100%;
    }
    #service .section1 .main .right .desc span {
        font-size: 14px;
    }
    #service .section1 .main .right .line .big::before {
        width: 30px;
        background-size: 27px;
        margin-right: 9px;
    }
    #service .section1 .main .right .line .big {
        width: 234px;
    }
    #service .app-list .item .bots .name {
        font-size: 13px;
    }
    #service .sub-cate .items a.slick-current {
        font-size: 15px;
    }
    #about .section4 {
        padding-bottom: 10px;
    }
    #about .section4 .honor-list {
        padding-bottom: 50px;
    }
    .swiper-pagination {
        bottom: -20px;
    }
    #about .section1 .main .numbers .item .text {
        font-size: 13px;
    }
    #about .section1 .main .numbers .item span {
        font-size: 12px;
    }
    #about .section1 .main .numbers .item {
        margin-top: 20px;
    }
    .aboutTitle h3 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .aboutText .sub-cate p {
        line-height: 2;
    }
    .aboutTitle p {
        font-size: 15px;
        line-height: 15px;
    }
    .aboutText {
        margin-top: 0;
    }
    #index .app.news01 {
        padding-bottom: 10px;
    }
    .indexNews .slick-dots {
        bottom: 10px;
    }
    .productList .proListNr .productText h3 {
        font-size: 14px;
    }
    .productList .proListNr .productText p {
        font-size: 13px;
    }
    #index .banner .swiper-slide .main {
        left: 14%;
    }
    #index .banner .swiper-slide .texts .text1 {
        font-size: 18px !important;
        line-height: 18px !important;
        margin-top: 10px;
    }
    #index .banner .swiper-slide .texts .text1 i {
        height: 18px;
    }
    #index .banner .swiper-slide .texts .text1 p,
    #index .banner .swiper-slide .texts .text1 span {
        font-size: 18px !important;
        line-height: 18px !important;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) {
        font-size: 14px !important;
        line-height: 14px !important;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) i {
        height: 14px;
    }
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) p,
    #index .banner .swiper-slide .texts .text1:nth-of-type(2) span {
        font-size: 14px !important;
        line-height: 14px !important;
    }
    #index .banner .swiper-slide .texts .text2 {
        font-size: 18px !important;
        line-height: 18px !important;
        margin-top: 10px;
    }
    #index .banner .swiper-slide .texts .text2 i {
        height: 18px;
    }
    #index .banner .swiper-slide .texts .text2 p,
    #index .banner .swiper-slide .texts .text2 span {
        font-size: 18px !important;
        line-height: 18px !important;
    }
    #index .banner .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 3px;
    }
    #index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 20px;
    }
    #index .banner .banner-btn {
        top: 50%;
    }
    #index .banner .banner-btn i {
        width: 16px;
        height: 14px;
        background-size: 16px 4px;
    }
    #index .banner .banner-btn span {
        font-size: 14px;
        line-height: 14px;
        display: none;
    }
    #index .banner .banner-prev {
        left: 2%;
    }
    #index .banner .banner-prev i {
        background-position: left center;
    }
    #index .banner .banner-prev span {
        margin-left: 10px;
    }
    #index .banner .banner-next {
        right: 2%;
    }
    #index .banner .banner-next i {
        background-position: right center;
    }
    #index .banner .banner-next span {
        margin-right: 10px;
    }
    #index .about {
        padding: 0 0 10px;
    }
    #index .about .about-main {
        display: block;
        margin-top: 0;
    }
    #index .about .about-main .left {
        width: 94%;
        /* height: 170px; */
        margin: 0 auto;
    }
    #index .about .about-main .right {
        width: 100%;
        max-width: none;
        padding: 20px 2.6% 0;
    }
    #index .about .about-main .right .name {
        /* font-size: 16px; */
    }
    #index .about .about-main .right .desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        height: 3.2rem;
    }
    #index .about .numbers .item {
        width: 48%;
        margin-top: 20px;
    }
    #index .about .numbers .item .num {
        font-size: 44px;
        line-height: 40px;
    }
    #index .about .numbers .item span {
        font-size: 12px;
    }
    #index .about .numbers .item .text {
        font-size: 13px;
        color: #999;
        margin-top: 0;
    }
    #index .about .about-main .right .readmore {
        margin-top: 20px;
    }
    #index .product {
        padding: 30px 0 30px;
    }
    #index .product .swiper {
        margin: 20px auto 0;
    }
    #index .product .swiper .swiper-slide {
        width: 49.6%;
    }
    #index .product .swiper .swiper-slide .bot-text {
        padding: 16px 10px 16px;
    }
    #index .product .swiper .swiper-slide .bot-text .name {
        font-size: 16px;
        line-height: 16px;
    }
    #index .product .swiper .swiper-slide .bot-text .desc {
        margin: 6px auto 0;
    }
    #index .product .swiper .swiper-slide .masklayer .texts {
        top: 50%;
        left: 0;
    }
    #index .product .swiper .swiper-slide .masklayer .texts .name {
        width: 75%;
        font-size: 16px;
    }
    #index .product .swiper .swiper-slide .masklayer .texts .desc {
        width: 75%;
        font-size: 14px;
        line-height: 20px;
        margin: 15px auto 0;
    }
    #index .product .swiper .swiper-slide .masklayer .texts .icon {
        width: 20px;
        height: 20px;
        margin: 15px auto 0;
    }
    #index .product .swiper .swiper-slide .masklayer i {
        position: absolute;
        width: 200%;
        height: 100%;
        top: 0;
        left: -250%;
    }
    #index .service .bg {
        height: 300px;
    }
    #index .service .texts {
        width: 94%;
        padding-top: 50px;
    }
    #index .service .texts .cn {
        font-size: 18px;
        line-height: 18px;
    }
    #index .service .texts .en {
        font-size: 12px;
        line-height: 20px;
        margin-top: 15px;
    }
    #index .service .texts img {
        margin-top: 20px;
        width: 18px;
    }
    #index .service .swiper {
        width: 94%;
        max-width: 1400px;
        margin: 27px auto 0;
        padding: 20px 0 20px;
    }
    #index .service .swiper .swiper-slide {
        width: 50%;
    }
    #index .service .swiper .swiper-slide .icon {
        width: 60px;
        height: 60px;
    }
    #index .service .swiper .swiper-slide .big {
        width: 80%;
        margin: 20px auto 0;
        font-size: 14px;
        line-height: 14px;
    }
    #index .service .swiper .swiper-slide .line {
        width: 10px;
        height: 1px;
        margin: 10px auto 0;
    }
    #index .service .swiper .swiper-slide .small {
        width: 80%;
        margin: 10px auto 0;
        font-size: 12px;
        line-height: 20px;
        overflow-y: auto;
        text-overflow: unset;
        -webkit-line-clamp: 999;
        height: 50px;
    }
    #index .service .swiper .swiper-slide .border {
        width: 1px;
        height: 40px;
        top: 50%;
        right: 0;
        margin-top: -25px;
    }
    #index .service .swiper .service-btn {
        top: 50%;
        width: 12px;
        height: 21px;
        background-size: 12px 21px;
    }
    #index .service .swiper .service-prev {
        left: 4px;
    }
    #index .service .swiper .service-next {
        right: 4px;
    }
    #index .app {
        padding: 30px 0 30px;
    }
    #index .app .sub-cate {
        margin-top: 0;
    }
    #index .app .list {
        margin-top: 20px;
    }
    #index .app .item {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }
    #product #index .app .item {
        width: 48%;
        margin: 0 1% 2%;
    }
    #product #index .app01 .item .bots .name {
        font-size: 12px;
    }
    #product #index .app01 .item .bots {
        padding: 8px 10px;
    }
    #product #index .app .item .tops .masklayer .texts .name {
        font-size: 14px;
    }
    #index .app .item .tops .masklayer .texts {
        padding: 20px;
    }
    #index .app .item .tops .masklayer .texts .name {
        font-size: 18px;
    }
    #index .app .item .tops .masklayer .texts .desc {
        font-size: 14px;
        margin-top: 10px;
    }
    #index .app .item .tops .masklayer .texts .text {
        font-size: 14px;
        line-height: 24px;
        margin: 30px auto 0;
    }
    #index .app .item .tops .masklayer .texts .icon {
        width: 32px;
        height: 9px;
        left: 20px;
        bottom: 20px;
    }
    #index .app .item .tops .masklayer i {
        width: 200%;
        height: 100%;
        top: 0;
        left: -250%;
    }
    #index .app .item .bots {
        padding: 10px 10px;
        width: 80%;
    }
    #index .app.news01 .item .bots {
        width: 100%;
    }
    #index .app .item .bots .name {
        font-size: 14px;
    }
    #index .app .item .bots .desc {
        font-size: 12px;
        line-height: 16px;
        margin: 10px 0 0;
    }
    #index .app .item:nth-child(3n+1) {
        margin-left: 0;
    }
    #index .app .item:nth-child(2n+1) {
        margin-left: 0;
    }
    #index .app .readmore {
        margin: 10px auto 0;
    }
    #news .big-title {
        margin-top: 30px;
    }
    #news .big-title .big {
        font-size: 20px;
        line-height: 20px;
    }
    #news .big-title .small {
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
    }
    #news .news-list {
        margin-top: 0;
    }
    #news .news-list .item {
        padding: 20px 0;
    }
    #news .news-list .item a {
        display: block;
    }
    #news .news-list .item .img {
        width: 100%;
        height: auto;
    }
    #news .news-list .item .img img {
        height: auto;
    }
    #news .news-list .item .right {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    #news .news-list .item .right .title {
        font-size: 16px;
        line-height: 16px;
    }
    #news .news-list .item .right .date {
        font-size: 14px;
        line-height: 14px;
        margin-top: 12px;
    }
    #news .news-list .item .right .desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 12px;
    }
    #news .news-list .item .right .readmore {
        position: static;
        margin-top: 12px;
    }
    #news .pages {
        margin: 30px auto;
    }
    #news .news-detail {
        margin-top: 30px;
    }
    #news .news-detail .tops {
        padding: 14px;
    }
    #news .news-detail .tops h1 {
        font-size: 16px;
    }
    #news .news-detail .tops .date {
        font-size: 12px;
        line-height: 12px;
        margin-top: 10px;
    }
    #news .news-detail .news-content {
        padding: 20px 0;
        font-size: 14px;
        line-height: 24px;
    }
    #news .news-detail .prev-next {
        padding: 15px 0;
        display: block;
    }
    #news .news-detail .prev-next a {
        width: 100%;
    }
    #news .news-detail .prev-next .next {
        text-align: left;
        margin-top: 10px;
    }
    #news .news-detail .back {
        width: 120px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 40px;
        margin: 30px auto 30px;
    }
    #app .app-list .top-title {
        font-size: 18px;
        line-height: 18px;
        margin-top: 30px;
    }
    #app .app-list .pages {
        margin: 10px auto 30px;
    }
    #product .sub-cate {
        margin-top: 30px;
    }
    #product .product-list .top-title {
        font-size: 18px;
        line-height: 18px;
        margin-top: 30px;
    }
    #product .product-list .bots {
        margin-top: 30px;
    }
    #product .product-list .bots .right-list .list .item {
        width: 48.6%;
        margin-left: 2.8%;
        margin-bottom: 20px;
    }
    #product .product-list .bots .right-list .list .item .text {
        height: 24px;
        margin-top: 10px;
        line-height: 24px;
    }
    #product .product-list .bots .right-list .list .item .text span {
        font-size: 14px;
    }
    #product .product-list .bots .right-list .list .item .text i {
        width: 16px;
        height: 5px;
        margin-top: 9px;
        background-position: -24px 0;
        background-size: 40px 5px;
    }
    #product .product-list .bots .right-list .pages {
        margin: 10px auto 30px;
    }
    #product .prod-detail {
        margin-top: 0;
    }
    #product .prod-detail .pd-top {
        display: block;
    }
    #product .prod-detail .pd-top .gallery {
        width: 100%;
        height: auto;
    }
    #product .prod-detail .pd-top .right {
        width: 100%;
        padding-left: 0;
    }
    #product .prod-detail .pd-top .right .text1 {
        font-size: 18px;
        margin-top: 20px;
    }
    #product .prod-detail .pd-top .right .text2 {
        font-size: 16px;
    }
    #product .prod-detail .pd-top .right .text3 {
        padding-top: 10px;
        margin-top: 10px;
        line-height: 24px;
    }
    #product .prod-detail .pd-top .right .thumb {
        margin-top: 20px;
    }
    #product .prod-detail .pd-top .right .thumb .item {
        width: 120px;
        height: 85px;
        margin-right: 10px;
    }
    #product .prod-detail .pd-top .right .thumb.thumb1 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
    }
    #product .prod-detail .pd-top .right .thumb.thumb1 .item {
        width: 32%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }
    #product .prod-detail .pd-top .right .thumb.thumb1 .item img {
        width: 100%;
        height: auto;
    }
    #product .prod-detail .pd-top .right .thumb.thumb2 {
        display: none;
    }
    #product .prod-detail .recom .swiper .swiper-slide .text {
        height: 24px;
        margin-top: 10px;
        line-height: 24px;
    }
    #product .prod-detail .recom .swiper .swiper-slide .text span {
        font-size: 14px;
    }
    #product .prod-detail .recom .swiper .swiper-slide .text i {
        width: 16px;
        height: 5px;
        margin-top: 9px;
        background-position: -24px 0;
        background-size: 40px 5px;
    }
    #service .section1 {
        padding: 30px 0 10px;
    }
    #service .section1 .main .right {
        margin-top: 20px;
    }
    #service .section1 .main .right .big {
        font-size: 18px;
    }
    #service .section1 .main .right .small {
        font-size: 14px;
    }
    #service .section1 .main .right .desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #service .section1 .main .right .line {
        margin-top: 10px;
    }
    #service .section1 .main .right .line i {
        width: 20px;
        height: 20px;
        margin-right: 7px;
    }
    #service .section1 .main .right .line .text {
        font-size: 14px;
    }
    #service .section1 .main .right .line .text.spac {
        letter-spacing: 7px;
    }
    #service .section1 .main .right .line .big {
        font-size: 16px;
        margin-top: 0;
    }
    #service .section2 {
        padding: 30px 0 10px;
    }
    #service .section2 .serv-tops .right {
        height: 40px;
    }
    #service .section2 .serv-tops .right .btn {
        width: 35px;
        height: 35px;
    }
    #service .section2 .serv-tops .right .prev {
        margin-right: 10px;
    }
    #service .section2 .swiper {
        margin-top: 30px;
    }
    #service .section2 .swiper .swiper-slide {
        width: 49.23%;
    }
    #service .section2 .swiper .swiper-slide .bots {
        padding: 10px;
    }
    #service .section2 .swiper .swiper-slide .bots img {
        width: 40px;
        height: 40px;
    }
    #service .section2 .swiper .swiper-slide .bots p {
        font-size: 14px;
    }
    #service .section2 .swiper .swiper-slide .bots i {
        height: 20px;
        right: -5px;
    }
    #service .section3 {
        padding: 30px 0 30px;
    }
    #service .section3 .serv-tops .right {
        height: 40px;
    }
    #service .section3 .serv-tops .right .btn {
        width: 35px;
        height: 35px;
    }
    #service .section3 .serv-tops .right .prev {
        margin-right: 10px;
    }
    #service .section3 .down-list {
        width: 100%;
        padding-right: 1px;
        overflow: hidden;
    }
    #service .section3 .down-list .item {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin-top: 12px;
        margin-left: 0;
        border-radius: 5px !important;
    }
    #service .section3 .down-list .item {
        background-color: #fff !important;
    }
    #service .section3 .down-list .item:nth-child(2n) {
        background-color: #f7f7f7 !important;
    }
    #service .section3 .down-list .item span {
        width: calc(100% - 60px);
        font-size: 14px;
    }
    #service .section3 .down-list .item i {
        width: 24px;
        height: 24px;
        margin: 7px 0;
    }
    #service .section3 .down-list .item:nth-child(2n+1) {
        margin-left: 0;
        border-width: 1px;
    }
    #service .section3 .down-list .item:nth-child(1),
    #service .section3 .down-list .item:nth-child(2) {
        border-width: 1px;
    }
    #service .section3 .pages {
        margin: 30px auto 0;
    }
    #service .section3 .swiper {
        margin-top: 30px;
    }
    #service .section3 .swiper .swiper-slide {
        width: 49.23%;
    }
    #about .section2 {
        padding: 30px 0 30px;
    }
    #about .section2 .swiper {
        margin-top: -20px;
    }
    #about .section2 .swiper .swiper-slide {
        width: 100%;
    }
    #about .section2 .swiper .swiper-slide .bots .left {
        padding-right: 10px;
    }
    #about .section2 .swiper .swiper-slide .bots .left .big {
        font-size: 18px;
        line-height: 22px;
    }
    #about .section2 .swiper .swiper-slide .bots .left .small {
        font-size: 14px;
        margin-top: 10px;
    }
    #about .section2 .swiper .swiper-slide .bots i {
        width: 36px;
        height: 36px;
    }
    #about .section3 {
        padding: 30px 0 30px;
    }
    #about .section3 .hr {
        top: 0;
    }
    .historyTitle h3 {
        font-size: 16px;
    }
    #about .section3 .swiper {
        margin-top: 20px;
    }
    #about .section3 .swiper .swiper-slide {
        width: 220px;
        height: 220px;
        padding-top: 50px;
    }
    #about .section3 .swiper .swiper-slide .year {
        height: 30px;
        line-height: 30px;
        font-size: 22px;
    }
    #about .section3 .swiper .swiper-slide .dot {
        width: 10px;
        height: 10px;
        margin: 10px auto;
    }
    #about .section3 .swiper .swiper-slide .col {
        top: 95px;
    }
    #about .section3 .swiper .swiper-slide .line {
        height: 38px;
        margin: 10px auto;
    }
    #about .section3 .swiper .swiper-slide .desc {
        padding: 0 40px;
        font-size: 14px;
        line-height: 30px;
        height: 60px;
    }
    #about .section3 .swiper .swiper-slide:hover,
    #about .section3 .swiper .swiper-slide.active,
    #about .section3 .swiper .swiper-slide.swiper-slide-active {
        background-color: #0a953d;
    }
    #about .section3 .swiper .swiper-slide:hover .year,
    #about .section3 .swiper .swiper-slide.active .year,
    #about .section3 .swiper .swiper-slide.swiper-slide-active .year {
        color: #fff;
        font-size: 30px;
    }
    #about .section3 .swiper .swiper-slide:hover .dot,
    #about .section3 .swiper .swiper-slide.active .dot,
    #about .section3 .swiper .swiper-slide.swiper-slide-active .dot {
        background-color: #0a953d;
        border-color: #fff;
    }
    #about .section3 .swiper .swiper-slide:hover .col,
    #about .section3 .swiper .swiper-slide.active .col,
    #about .section3 .swiper .swiper-slide.swiper-slide-active .col {
        background-color: #fff;
    }
    #about .section3 .swiper .swiper-slide:hover .line,
    #about .section3 .swiper .swiper-slide.active .line,
    #about .section3 .swiper .swiper-slide.swiper-slide-active .line {
        height: 38px;
    }
    #about .section3 .swiper .swiper-slide:hover .desc,
    #about .section3 .swiper .swiper-slide.active .desc,
    #about .section3 .swiper .swiper-slide.swiper-slide-active .desc {
        color: #fff;
    }
    #about .section3 .swiper .btn {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        top: 95px;
    }
    #about .section3 .swiper .prev {
        left: -10px;
    }
    #about .section3 .swiper .next {
        right: -10px;
    }
    .app-list .list {
        margin-top: 30px;
    }
    .app-list .item {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }
    .app-list .item .tops .masklayer .texts {
        padding: 20px;
    }
    .app-list .item .tops .masklayer .texts .name {
        font-size: 18px;
    }
    .app-list .item .tops .masklayer .texts .desc {
        font-size: 14px;
        margin-top: 10px;
    }
    .app-list .item .tops .masklayer .texts .text {
        font-size: 14px;
        line-height: 24px;
        margin: 30px auto 0;
    }
    .app-list .item .tops .masklayer .texts .icon {
        width: 32px;
        height: 9px;
        left: 20px;
        bottom: 20px;
    }
    .app-list .item .tops .masklayer i {
        width: 200%;
        height: 100%;
        top: 0;
        left: -250%;
    }
    .app-list .item .bots {
        padding: 20px 0 0;
    }
    .app-list .item .bots .name {
        font-size: 18px;
        line-height: 18px;
    }
    .app-list .item .bots .desc {
        font-size: 14px;
        line-height: 14px;
        margin: 10px 0 0;
    }
    .app-list .item:nth-child(3n+1) {
        margin-left: 0;
    }
    .app-list .item:nth-child(2n+1) {
        margin-left: 0;
    }
}