* {
    outline: none !important;
}

.g_bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pcNav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0.4s all ease;
}

.pcNav.active {
    border-color: #eaeaea;
    background: rgba(255, 255, 255, 0.85);
}

.pcNav_w {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
    margin: 0 auto;
    background: #fff;
    height: 110px;
    border-radius: 55px;
}

.n-pcNav {
    background: #fff;
}

.n-pro .pcNav {
    background: rgba(0, 0, 0, 0.5);
}

.pcNav-b {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pcNav-l img {
    transition: 0.4s all ease;
}

.pcNav-l a:nth-child(2) {
    display: none;
}

.pcNav.active .pcNav-l a:nth-child(1) {
    display: none;
}

.pcNav.active .pcNav-l a:nth-child(2) {
    display: block;
}

.pcNav-r {
    margin-left: 100px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 9;
}

.pcNav-r .pcNav-r-en {
    width: 56px;
    font-size: 20px;
    font-weight: normal;
    height: 56px;
    margin-left: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    background: #1f8a5d;
    color: #fff;
}

/* .pcNav-r .pcNav-r-search{position: relative;padding-left: 10px;margin-left: 40px;} */
.pcNav-r .pcNav-r-search {
    position: relative;
    padding: 17px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #1f8a5d;
}

.pcNav-r i {
    color: #004098;
    font-size: 20px;
    transition: 0.4s all ease;
}

.pcNav-r.active i {
    color: #525252;
}

.pcNav-r i:hover {
    color: #004098;
    transition: 0.4s all ease;
}

.pcNav-r input {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 2px #dfdfdf;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    width: 0;
    opacity: 0;
    padding: 0;
    transition: 0.4s all ease;
    overflow: hidden;
}

.pcNav-r a {
    font-size: 18px;
    color: #fff;
    font-family: SONGJIAN;
    font-weight: 600;
}

.pcNav-r .pcNav-r-search:hover input {
    width: 180px;
    opacity: 1;
    right: 100%;
    padding: 0 20px;
    transition: 0.4s all ease;
}

.pcNav-r .pcNav-r-search:hover a {
    width: 140px;
    opacity: 1;
    right: 100%;
    padding: 0 10px;
    transition: 0.4s all ease;
}

/*.pcNav.active .pcNav-r i{color: #003b95}*/
/*.pcNav.active .pcNav-r a{color: #003b95;border-bottom: 1px solid #003b95;}*/

.pcNav-c {
    display: flex;
    align-items: center;
    position: relative;
}

.pcNav .g_w {
    position: relative;
}

.h-nav1 {
    display: flex;
    position: relative;
    z-index: 9;
}

.h-nav1>li {
    margin-left: 44px;
    min-width: 80px;
    display: flex;
    align-items: center;
    position: relative;
}

.h-nav1>li:nth-child(1) {
    margin-left: 0;
}

.h-nav1>li>a {
    width: 100%;
    height: 110px;
    line-height: 110px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    transition: 0.4s all ease;
}

.h-nav1>li>a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 7px;
    transform: translateX(-50%);
    background-image: url(../images/mini-logo-green.png);
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: 0.4s all ease;
}

.pcNav_dow .h-nav1>li>a {
    height: 80px;
    line-height: 80px;
}

.pcNav_dow .pcNav-l img {
    transition: 0.4s all ease;
}

.pcNav.active .h-nav1>li>a {
    color: #525252;
}

.pcNav.active .h-nav1>li>a:after {
    background: #1f8a5d;
}

.h-nav1>li.active>a {
    color: #1f8a5d !important;
}

.h-nav1>li.active>a:after {
    opacity: 1 !important;
}

.h-nav1>li:hover>a {
    color: #1f8a5d;
    transition: 0.4s all ease;
}

/* .h-nav1 > li:hover > a:after{width: 62px;transition: .4s all ease} */
.pcNav.active .h-nav1>li.active>a {
    color: #1f8a5d;
}

.pcNav.active .h-nav1>li.active>a:after {
    width: 100%;
}

.pcNav.active .h-nav1>li:hover>a {
    color: #1f8a5d;
    transition: 0.4s all ease;
}

.pcNav.active .h-nav1>li:hover>a:after {
    width: 100%;
    transition: 0.4s all ease;
}

.h-nav1>li:hover .h-nav2 {
    display: block;
}

.pcNav_u1_2 {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    opacity: 0;
    z-index: 9;
    overflow: hidden;
    animation: navU 0.5s ease forwards;
    -webkit-animation: navU 0.5s ease forwards;
}

.pcNav_u1_2 li {
    font-size: 0;
    margin-top: 2px;
    background: rgba(31, 138, 93, 0.8);
}

.pcNav_u1_2 li>a {
    display: block;
    width: 246px;
    height: 36px;
    transition: 0.4s all ease;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.pcNav_u1_2L {
    display: inline-block;
    vertical-align: text-top;
}

.pcNav_u1_2R {
    display: inline-block;
    width: 400px;
    margin-left: 20px;
    vertical-align: text-top;
}

.pcNav_u1_2 li:hover>a {
    background: #fff;
    color: #1f8a5d;
    border: 1px solid #1f8a5d;
    transition: 0.4s all ease;
}

.h-nav1>li:hover .pcNav_u1_2 {
    display: block;
}

.h-right ul li:hover .h-right-hover {
    display: block;
}

/* .i-pcNav .pcNav-c:after{width: 100vw;height: 149px;position: absolute;left: 0;top: 0;content: ''; z-index: 2;
     background: url("../images/navbg.png")no-repeat; background-size: 1600px 100%} */
.i-pcNav {
    margin-top: 30px;
}

.i-pcNav .h-nav1>li>a i {
    color: #e8311f;
    font-style: normal;
}

/* .i-pcNav .pcNav-c{padding-top: 48px;} */

@keyframes navU {
    0% {
        opacity: 0;
        transform: translate(-50%, -20px);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes navU {
    0% {
        opacity: 0;
        transform: translate(-50%, -20px);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.f-b {
    background: #333333;
}

.n-f .f-b {
    background: #f75d5d;
}

.f-b-a {
    width: 256px;
    height: 79px;
    margin: 0 auto;
}

.f-b-top {
    padding-top: 66px;
    padding-bottom: 80px;
    display: flex;
    border-bottom: 1px solid #959595;
}

.f-b-top-l {
    width: 480px;
    min-width: 480px;
    max-width: 100%;
}

.f-b-top-lBox>div {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    opacity: 0.5;
}

/* .f-b-top-l .text{width: 380px;} */
.f-b-top-l .code {
    width: 98px;
}

.f-b-top-lBox h4 {
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.f-b-top-l-item {
    margin-top: 12px;
    display: flex;
    align-items: self-start;
    font-size: 16px;
}

.f-b-top-l-item img,
.f-b-top-l-item span,
.f-b-top-l-item a {
    display: block;
    color: #fff;
}

.f-b-top-l-item img {
    margin-right: 20px;
    width: 18px;
    margin-top: 3px;
}

.f-b-top-l-item span {
    min-width: 42px;
    text-align: left;
}

.f-b-top-r {
    /* width: 644px; */
    margin-left: 300px;
    opacity: 0.5;
}

.f-b-top-r ul {
    display: flex;
    justify-content: space-between;
}

.f-b-top-r ul li a {
    margin-top: 14px;
    display: block;
    color: #fff;
    transform: translate3D(0, 0, 0);
    transition: 0.3s all linear;
    padding-right: 10px;
}

.f-b-top-r ul li a:hover {
    color: #1f8a5d;
    transform: translate3D(4px, -4px, 0);
    transition: 0.3s all linear;
}

.f-b-top-r ul li a:nth-child(1) {
    margin-top: 0;
    margin-bottom: 26px;
    font-size: 20px;
    color: #fff;
}

.f-b-top-r ul li a:nth-child(1) i {
    color: #1f8a5d;
    font-style: normal;
}

.f-b .f-b-top-r ul li a:nth-child(1) i {
    color: #fff;
}

.f-b-b {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.5;
    font-size: 16px;
}

.f-b-b-l {
    display: flex;
    white-space: nowrap;
    color: #fff;
}

.f-b-b-l a {
    color: #fff;
    margin-right: 20px;
}

.f-b-b-l a:hover {
    color: #1f8a5d;
}

.f-b-b-r {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-size: 16px;
}

.f-b-b-r i {
    font-size: 24px;
    color: #848484;
}

.f-b-b-r a {
    color: #fff;
}

.f-bottom {
    height: 120px;
    background: #161616;
}

.n-f .f-bottom {
    background: #0574a2;
}

.f-bottom .g_w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-bottom .g_w span {
    color: #fff;
}

.toTop {
    cursor: pointer;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #1f8a5d;
    border-radius: 50%;
}

.toTop i {
    color: #fff;
    font-size: 16px;
}

.i-banner-swiper {
    position: relative;
}

.i-banner-swiper .swiper-button-prev1 {
    left: calc(100% - 225px);
    top: 795px !important;
    background-size: 20px 30px;
}

.i-banner-swiper .swiper-button-next1 {
    top: 795px !important;
    right: 160px !important;
    background-size: 20px 30px;
}

.swiper-button-prev2,
.swiper-button-next2,
.swiper-button-prev3,
.swiper-button-next3,
.swiper-button-prev4,
.swiper-button-next4 {
    width: 70px;
    height: 70px;
    border: 1px solid #1f8a5d;
    border-radius: 50%;
    background-size: 50% 50%;
}

.jian-l,
.jian-r {
    width: 70px;
    height: 70px;
    position: absolute;
    border: 1px solid #1f8a5d;
    border-radius: 50%;
    background-size: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #1f8a5d;
    z-index: 990;
}

.jian-l:hover {
    background: #1f8a5d;
    color: #fff;
}

.jian-r:hover {
    background: #1f8a5d;
    color: #fff;
}

.jian-l .demo,
.jian-r .demo {
    font-size: 35px;
}

.jian-r {
    transform: rotate(180deg);
}

.jian-l3 {
    top: 290px;
}

.jian-r3 {
    left: 105px;
    top: 290px;
}

.i-examples .com {
    position: relative;
}

.i-box0 .con {
    position: relative;
}

.jian-l1 {
    top: 310px;
}

.jian-r1 {
    top: 310px;
    left: 101px;
}

.jian-l4 {
    bottom: -90px;
    right: 100px;
}

.jian-r4 {
    bottom: -90px;
    right: 0;
}

.swiper-l1,
.swiper-l2 {
    width: 15px;
    height: 26px;
    position: absolute;
    z-index: 999;
    bottom: 68px;
}

.swiper-l1 {
    right: 230px;
}

.swiper-l2 {
    right: 150px;
    transform: rotate(180deg);
}

.i-count {
    position: absolute;
    z-index: 999;
    left: 159px;
    bottom: 68px;
    height: 24px;
    display: flex;
    align-items: center;
}

.i-count span {
    display: inline-block;
    font-size: 36px;
    font-family: SourceHanSerifSC;
    font-weight: 500;
    color: #ffffff;
}

.i-count .i-img {
    width: 24px;
    height: 24px;
    margin-left: 30px;
}

.i-banner {
    padding-top: 45.8%;
    background-size: cover;
    background-position: center;
}

.i-banner-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.i-about {
    height: 780px;
    padding-top: 219px;
    background: url(../images/i-about.jpg) no-repeat center 100%;
}

.i-about .con {
    display: flex;
}

.i-about .con-l {
    width: 50%;
}

.i-about .con-l span {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    line-height: 46px;
    display: block;
    margin-bottom: 36px;
}

.i-about .con-l i {
    font-family: "MONTSERRAT-BOLD";
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    line-height: 46px;
}

.i-about .con-l .detail {
    margin-top: 194px;
    width: 240px;
    height: 60px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.i-about .con-r {
    width: 50%;
    color: #fff;
}

.i-about .con-r .con {
    max-width: 100%;
    display: flex;
}

.i-about .con-r .title .img {
    width: 38px;
}

.i-about .con-r .left {
    padding-left: 36px;
}

.i-about .con-r .tab-nav {
    display: flex;
    margin-top: 120px;
    height: 106px;
}

.i-about .con-r .tab-nav .i-about-z {
    padding-top: 10px;
    margin-right: 40px;
    width: 240px;
    height: 106px;
    border-radius: 50px 0 50px 0;
    line-height: 42px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    color: #1f8a5d;
    font-size: 18px;
    transition: 0.4s all ease;
}

.i-about .con-r .tab-nav .i-about-z.active {
    background: #1f8a5d;
    color: #fff;
}

.i-about .con-r .tab-nav .i-about-z:hover {
    background: #1f8a5d;
    color: #fff;
    transition: 0.4s all ease;
}

.i-about .con-r .tab-nav .i-about-z .demo {
    font-size: 30px;
}

.i-about .con-r .tab-nav a:last-child .i-about-z {
    margin-right: 0;
}

.i-about .con-r .tab-con {
    display: none;
}

.i-about .con-r .tab-con.active {
    display: block;
}

.i-about .con-r .tab-con .text {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 42px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* .i-about .con-r .tab-con .more{display: block; margin-top: 24px; width: 120px; height: 38px; color: #fff; line-height: 36px; text-align: center; border: 1px solid #fff;border-radius: 30px;font-size: 12px;}
 .i-about .con-r .tab-con .more i{font-size: 18px;margin-left: 6px;display: inline-block;vertical-align: middle} */

.i-title {}

.font_sj {
    font-family: SONGJIAN;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.i-title i {
    font-style: normal;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    font-family: Arial;
}

.i-pro {
    padding-top: 56px;
    padding-bottom: 100px;
}

.i-pro .title {
    text-align: center;
}

.i-pro .title span {
    font-size: 36px;
    color: #1f8a5d;
    line-height: 46px;
    display: block;
    margin-bottom: 27px;
}

.i-pro .title i {
    font-family: "MONTSERRAT-BOLD";
    font-size: 60px;
    font-weight: bold;
    color: #1f8a5d;
    line-height: 46px;
}

.i-pro .pro-body {
    margin-top: 52px;
}

/* 大系列 */
.i-pro .pro-nav {
    display: flex;
    justify-content: center;
}

.i-pro .pro-nav .i-pro-z {
    width: 500px;
    height: 160px;
    background: #f4f4f4;
    border-radius: 80px 0px 80px 0px;
    margin-right: 49px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    color: #1f8a5d;
}

.i-pro .pro-nav .i-pro-z.active {
    background: #1f8a5d;
}

.i-pro .pro-nav .i-pro-z.active p {
    color: #fff;
}

.i-pro .pro-nav .i-pro-z.active .img img:nth-child(1) {
    display: none;
}

.i-pro .pro-nav .i-pro-z.active .img img:nth-child(2) {
    display: flex;
}

.i-pro .pro-nav .i-pro-z .img img:nth-child(1) {
    display: flex;
}

.i-pro .pro-nav .i-pro-z .img img:nth-child(2) {
    display: none;
}

.i-pro .pro-nav a:last-child {
    margin-right: 0;
}

.i-pro .pro-nav .i-pro-z .img {
    width: 77px;
    height: 62px;
    margin: 22px 0 0 0;
}

.i-pro .pro-nav .i-pro-z p {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #1f8a5d;
}

/* 小系列 */
.pro-centent {
    margin-top: 70px;
    display: none;
}

.pro-centent.active {
    display: flex;
}

.pro-aside-nav {
    margin-right: 105px;
}

.pro-centent .i-aside {
    display: block;
    /* width: 173px; */
    border: 1px solid #9f9f9f;
    border-radius: 30px;
    text-align: center;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    color: #9f9f9f;
    margin-bottom: 36px;
    padding: 20px 5px;
}

.pro-centent a:last-child .i-aside {
    margin-bottom: 0;
}

.pro-centent .i-aside.active {
    border: 1px solid #1f8a5d;
    color: #1f8a5d;
}

.pro-swiper {
    width: 73.75%;
    display: none;
}

.pro-swiper.active {
    display: block;
}

.pro-swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.pro-swiper .swi-left {
    width: 56%;
    padding-bottom: 70px;
}

.pro-swiper .swi-left h4 {
    font-size: 30px;
    font-weight: bold;
    color: #1f8a5d;
    margin-bottom: 30px;
    word-break: break-all;
    width: 160%;
}

.pro-swiper .swi-left h4>a {
    color: #1f8a5d;
}

.pro-swiper .swi-left p {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.pro-swiper .swi-right {
    width: 44%;
    height: 657px;
    position: relative;
    top: 60px;
}

.bottom {
    border-radius: 20px;
    overflow: hidden;
    margin-top: -70px;
    position: relative;
}

.bottom .detail {
    position: absolute;
    left: 50%;
    bottom: 108px;
    margin-left: -120px;
    width: 240px;
    height: 60px;
    background: #1f8a5d;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.botom-img {
    display: none;
}

.botom-img.active {
    display: block;
}

.i-examples {
    padding: 116px 53px 146px 0;
}

.i-examples .top {
    display: flex;
    align-items: center;
    position: relative;
}

.i-examples .i-img {
    position: absolute;
    top: 0;
    right: -160px;
    width: 1168px;
    height: 80px;
}

.i-examples .i-title span {
    font-size: 36px;
    color: #1f8a5d;
    line-height: 46px;
}

.i-examples .i-title i {
    font-family: "MONTSERRAT-BOLD";
    margin: 24px 0 14px 0;
    font-size: 60px;
    color: #1f8a5d;
    line-height: 46px;
}

.i-examples .com {
    display: flex;
}

.i-examples .com .text {
    width: 525px;
    margin-right: 69px;
}

.i-examples .com .text span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #1f8a5d;
    line-height: 46px;
    margin: 30px 0 20px;
}

.i-examples .com .text p {
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.i-examples .com .text a {
    font-size: 18px;
    font-weight: bold;
    color: #1f8a5d;
    line-height: 36px;
}

.i-examples-item {
    display: none;
}

.i-examples-item.active {
    display: block;
}

.i-examples .com .com-r {
    max-width: 1160px;
}

/* .i-history{padding: 80px 0}
 .i-history .font_sj{color: #0d0d0d}
 .i-history .i-title i{color: #0d0d0d}
 .i-history .con {margin-top: 20px;}
 .i-history .swiper-wrapper{ width: auto;background: url("../images/i-historyline.png") repeat-x 0% 42%;}

 .i-history .swiper-slide:nth-child(2n) .item{display: flex; flex-direction: column-reverse; padding-top: 0;padding-bottom: 90px;}
 .i-history .item {margin: 20px 40px;padding-top: 90px;}
 .i-history .item .img{ margin: 24px 0; width: 194px; max-width: 100%; border: 9px solid #e7ecee;background-color: #fff;overflow: hidden;border-radius: 50%;}
 .i-history .item .g_bg{padding-top: 100%;border-radius: 50%;}
 .i-history .item .top b{font-family: SONGJIAN;font-size: 30px; line-height: 30px;display: block;color: #121212}
 .i-history .item .top span{font-size: 18px;display: block;color: #121212;margin-top: 6px;}
 .i-history .item p{margin-top:16px; position: relative;padding-left: 14px; }
 .i-history .item p:before{width: 7px; height: 7px; border-radius: 50%;background: #e8311f;position: absolute;left: 0;top: 6px;content: ''}
 .i-history .swiper-scrollbar{width:254px;height: 14px;background: #d9e2e6; left: 50%;transform: translateX(-50%)}
 .i-history .swiper-scrollbar-drag{background: #1F8A5D} */
.i-box0 {
    background: url(../images/i-news-bg.png) no-repeat;
}

.i-box1 {
    margin-top: 56px;
    background: url(../images/i-box1.jpg) no-repeat center 100%;
}

.i-box1 .g_w {
    display: flex;
    justify-content: space-around;
}

.i-left .title {
    font-size: 40px;
    color: #1f8a5d;
    font-weight: 500;
    line-height: 60px;
    margin-top: 200px;
    margin-bottom: 30px;
}

.i-left .img {
    width: 200px;
    height: 60px;
}

.i-center {
    margin-top: 192px;
}

.i-center .i-wechat {
    width: 176px;
    height: 176px;
    margin-bottom: 10px;
}

.i-center p {
    font-size: 18px;
    color: #1f8a5d;
}

.i-news {
    width: 100%;
    height: 800px;
}

.i-news .top {
    display: flex;
    justify-content: flex-end;
}

.i-news .more2 i {
    background: #fff !important;
    animation: none !important;
}

.i-news .i-title {
    text-align: end;
}

.i-news .i-title span {
    font-size: 36px;
    color: #1f8a5d;
    line-height: 46px;
}

.i-news .i-title i {
    font-family: "MONTSERRAT-BOLD";
    margin: 24px 0 14px 0;
    font-size: 60px;
    color: #1f8a5d;
    line-height: 46px;
}

.i-news .con {
    display: flex;
    justify-content: space-between;
}

.i-news .con-l {
    margin-top: 56px;
}

.i-news .con-l .item {
    position: relative;
}

.i-news .con-l .item .con-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 126px;
    height: 126px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i-news .con-l .item .con-logo-img {
    width: 57px;
    height: 57px;
}

.con-logo-img img {
    width: 100%;
    height: 100%;
}

.i-news .con-l .item a {}

.i-news .con-l .item .img {
    max-width: 896px;
    height: 525px;
    overflow: hidden;
    border-radius: 0 0 0 120px;
}

.i-news .con-l .item .img img {
    width: 100%;
    height: 100%;
}

.i-news .con-l .item .g_bg {
    padding-top: 71.7%;
    transition: 0.8s all ease;
}

.i-news .con-l .item .text {
    color: #fff;
    padding-top: 24px;
}

.i-news .con-l .item .text h4 {
    line-height: 30px;
}

.i-news .con-l .item .text span {
    display: block;
    font-size: 14px;
}

.i-news .con-l .item .text p {
    line-height: 24px;
    margin-top: 30px;
    opacity: 0.66;
    height: 48px;
    overflow: hidden;
}

.i-news .con-l .item:hover .g_bg {
    transform: scale(1.1);
    transition: 0.8s all ease;
}

.i-news .con-r {
    max-width: 600px;
}

.i-news .con-r .item {}

.i-news .con-r .item a {
    display: flex;
    color: #474747;
}

.i-news .con-r .item .time {
    width: 106px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #e5e5e5;
    transition: 0.4s all ease;
    margin: 30px 0 20px;
}

.i-news .con-r .item .time b {
    font-size: 32px;
    line-height: 32px;
}

.i-news .con-r .item .text {
    width: 601px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    transition: 0.4s all ease;
}

.i-news .con-r .item .text h4 {
    font-size: 24px;
    line-height: 36px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.i-news .con-r .item .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
}

.i-news .con-r .item:nth-child(1) {
    margin-top: 0;
}

.i-news .con-r .item:last-child .text {
    border-bottom: 0;
}

.i-news .con-r .item:hover h4 {
    color: #1f8a5d;
    transition: 0.4s all ease;
}

.i-news .con-r .item:hover .time {
    background: #1f8a5d;
    color: #fff;
    transition: 0.4s all ease;
}

.i-msg {
    width: 29%;
    height: 511px;
    background: url(../images/i-box2.png) no-repeat center;
    padding: 48px 48px 31px 48px;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}

.i-msg .i-title i {
    font-family: "MONTSERRAT-BOLD";
    color: #fff;
}

.i-msg .form {}

.i-msg .form>input {
    margin-top: 24px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 0;
    padding: 0 20px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.23);
    color: #fff;
    font-size: 18px;
}

.i-msg .form>textarea {
    margin-top: 24px;
    width: 100%;
    height: 90px;
    border: 0;
    padding: 12px 20px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.23);
    color: #fff;
    font-size: 18px;
}

.i-msg .form .btnView {
    display: flex;
    justify-content: space-between;
}

.i-msg .form .btnView input {
    width: 48%;
    height: 48px;
    margin-top: 15px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    background: none;
    transition: 0.4s all ease;
}

.i-msg .form .btnView input:hover {
    background: #fff;
    color: #222323;
}

.i-msg .form>input::-webkit-input-placeholder {
    color: #fff;
}

.i-msg .form>textarea::-webkit-input-placeholder {
    color: #fff;
}

.n-pcNav {
    background: #fff;
    box-shadow: 0 0 2px #dfdfdf;
}

.n-pcNav .h-nav1>li>a {
    height: 110px;
    line-height: 110px;
    color: #141414;
}

.n-pcNav .h-nav1>li>a i {
    color: #e8311f;
    font-style: normal;
}

.n-pcNav .pcNav-r a {
    color: #141414;
}

.n_body {
    padding-top: 120px;
}

.n-banner {
    position: relative;
}

.n-banner .g_bg {
    padding-top: 15.6%;
    min-height: 200px;
}

.n-banner .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.n-banner .img .g_w {
    height: 100%;
    text-align: right;
}

.n-banner .img .g_w img {
    height: 100%;
}

.n-top {
    background: #eef1f2;
}

.n-top .g_w {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.n-nav {}

.n-nav a {
    font-size: 16px;
    color: #414141;
    margin-right: 84px;
    transition: 0.4s all ease;
}

.n-nav a:hover {
    color: #1f8a5d;
    transition: 0.4s all ease;
}

.n-nav a.active {
    color: #1f8a5d;
}

.n-breadcrumb {
    color: #87898a;
}

.n-breadcrumb a {
    color: #87898a;
}

.n-breadcrumb span {
    color: #87898a;
}

.n-breadcrumb i {
    color: #87898a;
}

.n-about1 {}

.n-about1 .con1 {
    padding: 102px 0 76px 0;
    overflow: hidden;
}

.n-about1 .con1 .g_w {
    display: flex;
}
.n-about1 .con1 .g_w:last-child {
    gap: 40px;
}
.n-about1 .con1 .con-l {
    /* width: 39.5%; */
    width: 50%;
}

.n-about1 .con1 .con-l .img1 {
    position: relative;
}

.n-about1 .con1 .con-l .img1 img {
    position: relative;
    z-index: 9;
}

/* .n-about1 .con1 .con-l .img1:after {
    width: 50vw;
    height: 124px;
    background: #1f8a5d;
    position: absolute;
    right: 0;
    bottom: -20px;
    content: "";
    z-index: 2;
} */

.n-about1 .con1 .con-l .img2 {
    margin-top: 140px;
    padding-right: 40px;
    text-align: right;
}

.n-about1 .con1 .con-r {
    /* width: 61.5%; */
    /* padding-left: 40px; */
    width: 50%;
}

.n-about1 .con1 .con-r .img {
    text-align: center;
}

.n-about1 .con1 .con-r .text {}

.n-about1 .con1 .con-r .text h2 {
    font-family: SONGJIAN;
    font-size: 30px;
    margin-top: 40px;
    color: #141414;
    text-align: center;
}

.n-about1 .con1 .con-r .text p {
    font-size: 18px;
    //margin-top: 34px;
    color: #141414;
    line-height: 36px;
    text-align: justify;
}

.n-about2 {}

.n-about2 .list {
    display: flex;
    flex-wrap: wrap;
}

.n-about2 .list .item {
    width: 32%;
    margin-top: 80px;
    margin-right: 2%;
}

.n-about2 .list .item:nth-child(3n) {
    margin-right: 0;
}

.n-about2 .list .item .img {
    overflow: hidden;
}

.n-about2 .list .item .g_bg {
    padding-top: 64.1%;
    transition: 0.4s all ease;
}

.n-about2 .list .item .text {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.n-about2 .list .item .text h4 {
    color: #101010;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.4s all ease;
}

.n-about2 .list .item .text span {
    color: #0f0f0f;
    display: block;
    margin-top: 8px;
}

.n-about2 .list .item .text b {
    margin-top: 20px;
    display: block;
    width: 104px;
    height: 38px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    background: #bbbcbc;
    color: #fff;
    transition: 0.4s all ease;
}

.n-about2 .list .item:hover .g_bg {
    transform: scale(1.1);
    transition: 0.8s all ease;
}

.n-about2 .list .item:hover .text h4 {
    color: #1f8a5d;
    transition: 0.4s all ease;
}

.n-about2 .list .item:hover .text b {
    background: #1f8a5d;
    transition: 0.4s all ease;
}

.n-about3 {}

.n-about3 .con1 {
    padding: 100px 0;
}

.n-about3 .con1 .item {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
}

.n-about3 .con1 .item video {
    width: 100%;
}

.n-about3 .con1 .item .text {
    margin-top: 32px;
    color: #101010;
}

.n-about3 .con1 .item .text>span {
    margin-top: 8px;
    display: block;
    width: 108px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    color: #fff;
    background: #1f8a5d;
}

.n-about3 .con1 .item .text p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.n-about5 {}

.n-about5 .con1 {}

.n-about5 .list1 {
    display: flex;
}

.n-about5 .list1 .item {
    width: 32%;
    margin-right: 2%;
    margin-top: 80px;
}

.n-about5 .list1 .item:nth-child(3n) {
    margin-right: 0;
}

.n-about5 .list1 .item a {}

.n-about5 .list1 .item .img {
    overflow: hidden;
}

.n-about5 .list1 .item .g_bg {
    padding-top: 67.9%;
    transition: 0.8s all ease;
}

.n-about5 .list1 .item .text {
    color: #060606;
    padding-top: 24px;
}

.n-about5 .list1 .item .text h4 {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-about5 .list1 .item .text span {
    display: block;
    font-size: 12px;
    color: #0098d9;
    font-weight: 600;
}

.n-about5 .list1 .item .text p {
    line-height: 24px;
    margin-top: 12px;
    opacity: 0.66;
    height: 48px;
    overflow: hidden;
}

.n-about5 .list1 .item .text .toMore {
    margin-top: 30px;
    width: 130px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #484848;
    color: #484848;
    text-align: center;
}

.n-about5 .list1 .item .text .toMore i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.n-about5 .list1 .item:hover .g_bg {
    transform: scale(1.1);
    transition: 0.8s all ease;
}

.n-about5 .list1 .item:hover .text h4 {
    color: #0098d9;
    transition: 0.4s all ease;
}

.n-about5 .list1 .item:hover .text .toMore {
    background: #0098d9;
    border-color: #0098d9;
    color: #fff;
    transition: 0.4s all ease;
}

/**/

.n-about5 .list2 {}

.n-about5 .list2 .item {
    margin-top: 46px;
    padding-top: 40px;
    border-top: 1px solid #d2d2d2;
}

.n-about5 .list2 .item a {
    display: flex;
}

.n-about5 .list2 .item .img {
    width: 264px;
    overflow: hidden;
}

.n-about5 .list2 .item .g_bg {
    padding-top: 67.9%;
    transition: 0.8s all ease;
}

.n-about5 .list2 .item .text {
    width: calc(100% - 264px);
    padding-right: 50px;
    color: #060606;
}

.n-about5 .list2 .item .text h4 {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-about5 .list2 .item .text span {
    display: block;
    font-size: 12px;
    color: #0098d9;
    font-weight: 600;
}

.n-about5 .list2 .item .text p {
    line-height: 24px;
    margin-top: 12px;
    opacity: 0.66;
    height: 48px;
    overflow: hidden;
}

.n-about5 .list2 .item .text .toMore {
    margin-top: 30px;
    width: 130px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #484848;
    color: #484848;
    text-align: center;
}

.n-about5 .list2 .item .text .toMore i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.n-about5 .list2 .item:hover .g_bg {
    transform: scale(1.1);
    transition: 0.8s all ease;
}

.n-about5 .list2 .item:hover .text h4 {
    color: #0098d9;
    transition: 0.4s all ease;
}

.n-about5 .list2 .item:hover .text .toMore {
    background: #0098d9;
    border-color: #0098d9;
    color: #fff;
    transition: 0.4s all ease;
}

.n-pro {}

.n-pro .con1 .g_w {
    display: flex;
}

.n-pro .con1 .con-l {
    width: 265px;
}

.n-pro .con1 .con-l .title {
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: SONGJIAN;
    background: #d5d6d6;
    color: #1f8a5d;
    font-weight: 600;
}

.pro-nav ul {}

.pro-nav ul li {
    margin-top: 2px;
}

.pro-nav ul li span {
    border-radius: 0 50px 0 0;
    cursor: pointer;
    width: 100%;
    height: 100px;
    padding: 0 44px 0 60px;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 23px;
    font-family: SONGJIAN;
}

.pro-nav ul li span:after {
    content: ">";
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translate(100%, -50%);
    transition: 0.4s all ease;
}

.pro-nav ul li.active span:after {
    transform: translate(100%, -50%) rotate(90deg);
    transition: 0.4s all ease;
}

.pro-nav ul li div {
    display: none;
}

/*.pro-nav ul li.active div{display: block}*/
.pro-nav ul li div a {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 60px;
    font-size: 18px;
    color: #454646;
    border-bottom: 1px solid #dcdcdc;
    transition: 0.4s all ease;
}

.pro-nav ul li div a:nth-last-child(1) {
    border: 0;
}

.pro-nav ul li div a.active {
    color: #c41b23;
}

.pro-nav ul li div a:hover {
    color: #c41b23;
}

.pro-nav ul li:nth-child(1) span {
    background: #7ba887;
}

.pro-nav ul li:nth-child(2) span {
    background: #569970;
}

.pro-nav ul li:nth-child(3) span {
    background: #198a5e;
}

.pro-nav ul li:nth-child(4) span {
    background: #067139;
}

.pro-nav ul li:nth-child(5) span {
    background: #35adb8;
}

.n-pro .con1 .con-r {
    padding-left: 28px;
    width: calc(100% - 265px);
}

.n-pro .con1 .con-r .top img {
    width: 100%;
}

.n-pro .con1 .con-r .list {
    display: flex;
    flex-wrap: wrap;
}

.n-pro .con1 .con-r .item {
    width: 32%;
    margin-right: 2%;
    margin-top: 40px;
}

.n-pro .con1 .con-r .item:nth-child(3n) {
    margin-right: 0;
}

.n-pro .con1 .con-r .item .img {
    padding-top: 112%;
    position: relative;
    background: #dcdcdc;
}

.n-pro .con1 .con-r .item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    transition: 0.8s all ease;
}

.n-pro .con1 .con-r .item .img .pop {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(25, 138, 94, 0.8);
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    align-items: center;
}

.n-pro .con1 .con-r .item .img .pop p {
    text-align: justify;
}

.n-pro .con1 .con-r .item .img .pop.active {
    display: flex;
}

.n-pro .con1 .con-r .item .text {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 24px;
}

.n-pro .con1 .con-r .item .text div {
    width: 100%;
    padding-right: 10px;
}

.n-pro .con1 .con-r .item .text div span {
    word-break: break-all;
    overflow: hidden;
    display: block;
    color: #464646;
    font-size: 16px;
    line-height: 30px;
}

.n-pro .con1 .con-r .item .text b {
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 102px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #1f8a5d;
    color: #fff;
}

.n-pro .con1 .con-r .item:hover img {
    transform: scale(1.05) translate(-50%, -50%);
    transition: 0.8s all ease;
}

.n-pro .con1 .con-r .item:hover .text div span {
    color: #1f8a5d;
    transition: 0.8s all ease;
}

.proCon {
    padding-bottom: 70px;
}

.proConTitle {
    padding: 20px 42px;
    font-size: 18px;
    color: #111111;
    font-weight: 600;
    background: #e7ebeb;
}

.proConItem1 {
    padding: 40px 0 40px 80px;
}

.proConItem2 .text {
    padding: 40px;
    font-size: 18px;
    line-height: 30px;
}

.proConItem3 .table {
    padding: 40px;
    overflow: auto;
    display: flex;
}

.proConItem3 .table ul {}

.proConItem3 .table ul li {
    display: flex;
    margin-top: 16px;
}

.proConItem3 .table ul li:nth-child(1) span {
    color: #fff;
    background: #3c7145;
    box-shadow: -5px -5px #668b68;
}

.proConItem3 .table ul li span {
    height: 40px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-size: 18px;
    border-radius: 30px;
    padding: 0 20px;
    background: #dfe0e2;
    box-shadow: -5px -5px #a4a5a9;
}

.proConItem3 .table ul li span:nth-child(1) {
    width: 180px;
    margin-right: 24px;
}

.proConItem3 .table ul li span:nth-child(2) {
    width: 330px;
}

.proConItem3 .table table {
    border-collapse: collapse;
    width: 100%;
}

.proConItem3 .table table tr:first-child {
    background-color: #3c7145 !important;
    border: 1px solid black;
    text-align: center !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 40px !important;
}

.proConItem3 .table table tr:first-child td span {
    background-color: #3c7145 !important;
    font-size: 18px !important;
    color: #fff !important;
}

.proConItem3 .table table tr:first-child td {
    background-color: #3c7145 !important;
    font-size: 18px !important;
    color: #fff !important;
}

.proConItem3 .table table th {
    background-color: #3c7145 !important;
    border: 1px solid black;
    text-align: center !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 40px !important;
}

.proConItem3 .table table td {
    border: 1px solid black;
    text-align: center !important;
    color: black !important;
    font-size: 18px !important;
    line-height: 40px !important;
}

.proConItem4 .text {
    padding: 40px;
    font-size: 18px;
    line-height: 30px;
}

.proConItem5 .text {
    padding: 40px;
    font-size: 18px;
    line-height: 30px;
}

.proConItem6 .proLogo {
    padding: 40px;
    font-size: 18px;
    line-height: 30px;
}

.proSwiper {
    padding: 0 44px;
    position: relative;
}

.proSwiperItem {
    position: relative;
}

.proSwiperItem .img {
    position: relative;
    border: 1px solid #aaaaaa;
    padding-top: 100%;
}

.proSwiperItem .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.proSwiperItem .text {
    font-size: 18px;
    color: #111111;
    margin-top: 10px;
}

.proSwiper .swiper-button-prev {
    width: 34px;
    height: 34px;
    background: url("../images/n-pro-d6.png");
    left: 0;
}

.proSwiper .swiper-button-next {
    width: 34px;
    height: 34px;
    background: url("../images/n-pro-d7.png");
    right: 0;
}

.proConItem7 .toTop {
    margin-top: 100px;
    width: 100%;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    background: #e7ebeb;
    border-radius: 0;
}

/*.modal{display: flex;align-items: center;justify-content: center}*/
.modal-open .modal {
    overflow: hidden;
}

.modal.in .modal-dialog {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-dialog {
    width: 744px;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.modal-body {
    padding: 0;
}

.modal-header {
    border: 0;
}

.proSwiperItemInfo {
    padding: 0 50px 50px 50px;
}

.proSwiperItemInfo .title {
    font-family: SONGJIAN;
    font-size: 24px;
    font-weight: 600;
}

.proSwiperItemInfo .box {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.proSwiperItemInfo .box>div {
    max-width: 46%;
}

.proSwiperItemInfo .box span {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
}

.proSwiperItemInfo .text {
    margin-top: 50px;
    color: #141414;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.n-contact2 {}

.n-contact2 .search {
    padding: 90px 0 46px 0;
    border-bottom: 1px solid #1f8a5d;
}

.n-contact2 .search span {
    font-size: 26px;
    color: #333333;
    display: block;
}

.n-contact2 .search-row {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
}

.n-contact2 .search-row input {
    width: calc(100% - 120px);
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    background: none;
    border: 1px solid #e5e5e5;
}

.n-contact2 .search-row button {
    width: 107px;
    height: 52px;
    line-height: 52px;
    display: block;
    background: #1f8a5d;
    color: #fff;
    border: 0;
}

.n-contact2 .search-select {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
}

.n-contact2 .search-select select {
    width: 48%;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    background: url("../images/n-select.png") no-repeat 96% 50%;
    border: 1px solid #e5e5e5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*去掉下拉箭头*/
}

.n-contact2 .table {
    padding-bottom: 100px;
}

.n-contact2 .table .tr {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 56px;
    transition: 0.4s all ease;
}

.n-contact2 .table ul li:nth-child(1) .tr span {
    font-size: 16px;
    font-weight: 600;
}

.n-contact2 .table ul li:nth-child(1) .tr span:nth-child(5):after {
    display: none;
}

.n-contact2 .table ul li:nth-child(1) .tr span:nth-child(5):after {
    display: none;
}

.n-contact2 .table ul li:nth-child(2n) .tr {
    background: #f2f2f2;
}

.n-contact2 .table .tr span {
    width: 20%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 6px;
}

.n-contact2 .table .tr span:nth-child(5) i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    padding: 5px 10px;
    background: #1f8a5d;
    border-radius: 30px;
}

.n-contact2 .table .tr span:nth-child(5):after {
    content: "-";
    margin-left: 8px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    opacity: 0;
    transition: 0.4s all ease;
    border-radius: 50%;
    font-weight: 600;
    font-size: 20px;
    color: #a0a0a0;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}

.n-contact2 .table .table-con {
    padding: 30px 80px;
    background: #f2f2f2;
    display: none;
}

.n-contact2 .table .table-top p {
    display: flex;
}

.n-contact2 .table .table-top span {
    display: inline-block;
    width: 25%;
    text-align: center;
    line-height: 24px;
    margin-top: 8px;
}

.n-contact2 .table .table-text {
    margin-top: 40px;
}

.n-contact2 .table ul li.active .tr {
    background: #1f8a5d !important;
    color: #fff;
}

.n-contact2 .table ul li.active .tr span:nth-child(5):after {
    opacity: 1;
}

.n-contact2 .table ul li.active .table-con {
    display: block;
}

.n-contact2 .goto {
    display: block;
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
    width: 107px;
    height: 52px;
    line-height: 52px;
    background: #1f8a5d;
    color: #fff;
    border: 0;
}

.n-contact1 {}

.n-contact1 .con1 {
    padding-top: 80px;
}

.n-contact1 .con1 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.n-contact1 .con1 .top img:last-child {
    width: 150px;
}

.n-contact1 .con1 .list {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}

.n-contact1 .con1 .list .item {
    width: 24%;
    position: relative;
    padding-top: 40px;
}

.n-contact1 .con1 .list .item .icon {
    position: absolute;
    left: 24px;
    top: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    overflow: hidden;
}

.n-contact1 .con1 .list .item .text {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #1f8a5d;
    color: #fff;
    font-size: 16px;
}

.n-contact1 .con1 .list .item .text p {
    max-width: 100%;
}

.n-contact1 .con2 {
    padding-top: 100px;
}

.my-map {
    margin: 30px auto 0 auto;
    width: 100%;
    height: 410px;
}

.my-map .icon {
    background: url(../images/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

.myinfowindow {
    width: 240px;
    min-height: 50px;
}

.myinfowindow h5 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    width: 220px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.myinfowindow div {
    margin-top: 10px;
    min-height: 40px;
    line-height: 20px;
    font-size: 13px;
    color: #6f6f6f;
}

.n-contact1 .title {
    font-family: SONGJIAN;
    font-size: 24px;
    display: block;
    color: #067139;
}

.n-contact1 .con3 {
    padding: 120px 0;
}

.n-contact1 .con3 .g_w {
    display: flex;
}

.n-contact1 .con3 .con-r {
    width: 42%;
}

.n-contact1 .con3 .con-l {
    width: 58%;
    padding-right: 68px;
}

.n-contact1 .con3 .con-l .form {
    padding-top: 40px;
}

.n-contact1 .con3 .con-l .form>input {
    margin-top: 22px;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #000;
    padding: 0 20px;
    background: #f4f4f4;
    border: 0;
}

.n-contact1 .con3 .con-l .form>textarea {
    margin-top: 22px;
    display: block;
    width: 100%;
    height: 178px;
    color: #000;
    padding: 20px;
    background: #f4f4f4;
    border: 0;
}

.n-contact1 .con3 .con-l .form .btn-view input {
    margin-top: 24px;
    margin-right: 10px;
    width: 169px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 0;
    background: #f8f8f8;
}

.n-contact1 .con3 .con-l .form .btn-view input.submit {
    background: #1f8a5d;
    color: #fff;
}

.n-news .con1 {
    margin-top: 70px;
    padding-bottom: 40px;
}

.n-news .con1 .g_w {
    display: flex;
}

.n-news .con1 .con-l {
    width: 100%;
}

.new-item {
    margin-top: 36px;
    min-height: 230px;
    position: relative;
    transition: 0.5s all ease;
}

.new-list>.new-item:nth-child(1) {
    margin-top: 0;
}

.new-itemImg {
    position: absolute;
    width: 328px;
    left: 0;
    top: 20px;
    overflow: hidden;
    transition: 0.5s all ease;
}

.new-itemBg {
    padding-top: 63.4%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s all linear;
}

.new-itemInfo {
    padding-left: 360px;
    padding-top: 36px;
}

.new-itemInfo h4 {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    color: #272728;
    transition: 0.5s all ease;
}

.new-iBox {
    margin-top: 8px;
    color: #9b9b99;
}

.new-iBox i {
    margin-right: 6px;
}

.new-iBox span {
    margin-right: 12px;
}

.new-itemInfo p {
    margin-top: 20px;
    height: 40px;
    overflow: hidden;
    color: #1f8a5d;
}

.new-itemInfo>span {
    display: block;
    color: #1f8a5d;
    font-size: 14px;
    margin-top: 18px;
    transition: 0.5s all ease;
}

.new-item:hover {}

.new-item:hover .new-itemImg {
    overflow: hidden;
    transition: 0.5s all ease;
}

.new-item:hover .new-itemBg {
    overflow: hidden;
    transform: scale(1.1);
    transition: 0.5s all linear;
}

.new-item:hover .new-itemInfo h4 {
    color: #1f8a5d;
    transition: 0.5s all ease;
}

.new-item:hover .new-itemInfo>span {
    transform: translateX(6px);
    transition: 0.5s all ease;
}

.search {
    padding: 8px;
}

.searchBox {
    padding: 30px 20px;
    background: #fff;
}

.searchBox>div {
    margin-top: 10px;
}

.year,
.month,
.searchText {
    width: 100%;
    height: 44px;
    border: 1px solid #ccc;
}

.searchBox>div>select,
.searchText input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    border: 0;
}

.searchBtn {
    width: 100%;
    height: 44px;
}

.searchBtn input {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 18px;
    letter-spacing: 10px;
    text-align: center;
    color: #fff;
    background: #1f8a5d;
}

.searchBtn input:hover {
    color: #1f8a5d;
    border: 1px solid #1f8a5d;
    background: rgba(0, 0, 0, 0);
}

.news-d-l-btn a {
    display: inline-block;
    padding: 12px 10px;
    color: #fff;
    background: #1f8a5d;
    margin-right: 20px;
}

.news-d-l-btn .toTop {
    background: #f4ce3d;
}

.news-d-l-btn a:nth-child(2) i {
    transform: rotateZ(90deg);
    display: inline-block;
}

.news-d-l-btn {
    margin-top: 60px;
}

.news-Bg {
    background: url("../images/news-bg.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
}

.n-news .con-r .new-item {
    min-height: 100px;
    margin-top: 4px;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
}

.n-news .con-r .new-itemInfo {
    padding-left: 106px;
    padding-top: 20px;
    left: 0px;
    top: 0px;
}

.n-news .con-r .new-itemImg {
    width: 80px;
    left: 0;
}

.n-news .con-r .new-itemInfo h4 {
    font-size: 14px;
    max-height: 45px;
    overflow: hidden;
}

.new-r-con2 {
    margin-top: 30px;
}

.new-r-con2>h4 {
    padding-bottom: 16px;
    position: relative;
    color: #1d1d1d;
}

.new-r-con2>h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #909192;
}

.content-text .title h3 {
    line-height: 1.4em;
    text-align: center;
}

.content-text .title .icon {
    margin-top: 20px;
    text-align: center;
    color: #666;
}

.content-text .text {
    margin-top: 40px;
}

@media (max-width: 1800px) {}

@media (max-width: 1700px) {
    .g_w {
        padding: 0 5%;
    }
    .i-about .con-r .tab-nav .i-about-z {
        margin-right: 20px;
        width: 180px;
        height: 80px;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 0;
    }
}

@media (max-width: 1600px) {
    .n-about1 .con1 .g_w:last-child {
        gap: 40px;
    }
    .n-about1 .con1 .g_w:last-child .con-l {
        width: 50%;
    }
    .n-about1 .con1 .g_w:last-child .con-l video {
        max-width: 100% !important;
    }
    .n-about1 .con1 .g_w:last-child .con-r {
        width: 50%;
    }
}

@media (max-width: 1440px) {
    .pcNav_w {
        padding: 0 5%;
    }

    .i-about .con-r .tab-nav a {
        font-size: 16px;
    }

    .i-pro .top .info-a a {
        font-size: 16px;
        margin-right: 20px;
    }

    .i-pro .top .text {
        font-size: 16px;
    }

    .i-pro .top .info-con>a {
        font-size: 16px;
    }

    .i-pro .bottom .tab-nav span {
        font-size: 24px;
    }

    .jian-l3,.jian-r3 {
        top: 350px;
    }

    /* .pro-swiper .swiper-slide {
        display: block;
    } */
}

@media (max-width: 1350px) {}

@media (max-width: 1280px) {
    .h-nav1>li {
        margin-left: 30px;
    }
}

@media (max-width: 1220px) {
    .pro-centent .i-aside {
        padding: 10px 5px;
    }

    .i-box0 {
        background-repeat: repeat !important;
    }

    .i-box1 {
        background: none;
    }

    .i-about .con-l .detail {
        margin-top: 50px;
    }

    .f-b-b-l {
        text-align: center;
    }

    .f-b-b-r {
        justify-content: center !important;
    }

    .i-left .title {
        margin-top: 0;
    }

    .i_box-1 {
        background-image: none;
    }

    .i-center {
        display: none;
    }

    .i-count {
        display: none;
    }

    .pro-swiper .swi-right {
        /* display: none; */
        width: 50%;
    }
    .pro-swiper .swi-left {
        width: 50%;
    }

    .bottom .detail {
        bottom: 10% !important;
    }

    .i-news .con-l .item {
        display: none;
    }

    .i-examples .i-img {
        display: none;
    }

    .swiper-l1,
    .swiper-l2 {
        display: none;
    }

    .i-pro .pro-nav .i-pro-z {
        max-width: 500px;
    }

    .n_body {
        padding-top: 78px;
    }

    .g_body {
        padding-top: 78px;
    }

    .pcNav {
        display: none;
    }

    .webNav {
        display: block;
    }

    .f-b-top {
        display: block;
        padding-top: 30px;
    }

    .f-b-top-lBox>div {
        margin-top: 20px;
    }

    .f-b-top-r {
        display: none;
    }

    .f-b-top-l {
        min-width: 0;
    }

    .f-b-b {
        display: block;
        padding: 20px 0;
    }

    .f-b-b-l {
        display: block;
    }

    .f-b-b-l a {
        display: block;
    }

    .f-b-b-r {
        margin-top: 20px;
    }

    .toTop {
        width: 40px;
        line-height: 40px;
        height: 40px;
    }

    .f-bottom .g_w span {
        width: calc(100% - 50px);
    }

    .g_w {
        padding: 0 5%;
    }

    .n-nav a {
        margin-right: 34px;
    }

    .n-about1 .con1 {
        padding: 80px 0;
    }

    .n-about1 .con1 .con-r .text h2 {
        font-size: 24px;
    }

    .n-about1 .con1 .con-r .text p {
        font-size: 16px;
        line-height: 30px;
        //margin-top: 20px;
    }

    .n-about2 .list .item {
        margin-top: 40px;
    }

    .n-about2 .list .item .text h4 {
        font-size: 16px;
    }

    .n-about2 .list .item .text b {
        height: 30px;
        line-height: 30px;
    }

    .n-about3 .con1 {
        padding: 70px 0;
    }

    .n-about3 .con1 .item .text span {
        font-size: 12px;
        height: 24px;
        line-height: 24px;
    }

    .n-about3 .con1 .item .text p {
        font-size: 16px;
        line-height: 30px;
    }

    .n-about5 .list1 .item h4 {
        font-size: 16px;
    }

    .n-pro .con1 {
        display: block;
    }

    .n-pro .con1 .con-l {
        display: none;
    }

    .n-pro .con1 .con-r {
        width: 100%;
        padding-left: 0;
    }

    .proConTitle {
        padding: 14px 20px;
    }

    .proConItem2 .text {
        font-size: 16px;
        padding: 20px;
        line-height: 24px;
    }

    .proConItem3 .table {
        padding: 20px;
    }

    .proConItem3 .table table {
        border-collapse: collapse;
        width: 100%;
    }

    .proConItem3 .table table tr:first-child {
        background-color: #3c7145 !important;
        border: 1px solid black;
        text-align: center !important;
        font-size: 18px !important;
        line-height: 40px !important;
    }

    .proConItem3 .table table tr:first-child td span {
        background-color: #3c7145 !important;
        font-size: 18px !important;
        color: #fff !important;
    }

    .proConItem3 .table table tr:first-child td {
        background-color: #3c7145 !important;
        font-size: 18px !important;
        color: #fff !important;
    }

    .proConItem3 .table table th {
        background-color: #3c7145 !important;
        border: 1px solid black;
        text-align: center !important;
        color: #fff !important;
        font-size: 18px !important;
        line-height: 40px !important;
    }

    .proConItem3 .table table td {
        border: 1px solid black;
        text-align: center !important;
        color: black !important;
        font-size: 18px !important;
        line-height: 40px !important;
    }

    .proConItem3 .table ul li span {
        font-size: 16px;
    }

    .proConItem4 .text {
        font-size: 16px;
        line-height: 24px;
        padding: 20px;
    }

    .proConItem5 .text {
        font-size: 16px;
        line-height: 24px;
        padding: 20px;
    }

    .proConItem6 .proLogo {
        padding: 20px;
    }

    .proConItem7 .toTop {
        padding: 10px;
        height: auto;
        margin-top: 40px;
    }

    .proSwiperItem .text {
        font-size: 16px;
    }

    .proSwiperItemInfo {
        padding: 0 20px 20px 20px;
    }

    .proSwiperItemInfo .title {
        font-size: 20px;
    }

    .proSwiperItemInfo .box span {
        font-size: 16px;
    }

    .proSwiperItemInfo .text {
        font-size: 16px;
        line-height: 24px;
    }

    .n-contact2 .search {
        padding: 40px 0;
    }

    .n-contact2 .table {
        padding-bottom: 40px;
    }

    .n-contact2 .table .table-con {
        padding: 30px;
    }

    .n-contact1 .con1 {
        padding-top: 40px;
    }

    .n-contact1 .con1 .list .item .text {
        font-size: 14px;
    }

    .n-contact1 .con2 {
        padding-top: 40px;
    }

    .n-contact1 .con3 {
        padding: 40px 0;
    }

    .n-contact1 .title {
        font-size: 24px;
    }

    .n-contact1 .con1 .top img {
        max-width: 33%;
    }

    .n-contact1 .con1 .list {
        flex-wrap: wrap;
    }

    .n-contact1 .con1 .list .item {
        width: 48%;
        margin-top: 20px;
    }

    .i-about .con-r {
        padding: 30px;
    }

    .font_sj {
        font-size: 24px;
    }

    .i-about .con-r .tab-nav a {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .i-about .con-r .title .img {
        width: 30px;
    }

    .i-about .con-r .left {
        width: calc(100% - 30px);
    }

    .i-pro .top .tab-con .info {
        padding-left: 40px;
    }

    .i-pro .top .info-a a {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin-right: 16px;
    }

    .i-pro .top .info-top span {
        font-size: 30px;
    }

    .i-pro .top .text {
        font-size: 14px;
    }

    .i-pro .top .info-con>a {
        font-size: 14px;
    }

    .i-pro .top .title .img {
        width: 30px;
    }

    .i-pro .top .tab-body {
        margin-top: 140px;
    }

    .i-pro .top .text {
        padding-right: 0;
    }

    .i-examples .list .item .text span {
        font-size: 20px;
    }

    .i-examples .list .item .text {
        padding: 20px;
    }

    .i-examples {
        padding: 80px 0;
    }

    .i-box .g_w {
        display: block;
    }

    .i-news {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .i-msg {
        width: 100%;
        margin-top: 60px;
        background-size: cover;
    }

    .i-msg .form>input {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .i-about {
        display: block;
    }

    .i-about .con-l {
        width: 100%;
    }

    .i-about .con-r {
        width: 100%;
    }

    .i-about .con-r .con {
        width: 100%;
    }

    .i-pro .top .tab-con {
        display: block;
    }

    .i-pro .top .swiper-con {
        width: 200px;
    }

    .i-pro .top .tab-con .info {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    .i-pro .top .title:after {
        height: 360px;
    }

    .i-pro .top .tab-body {
        margin-top: 40px;
    }

    .i-pro .top .info-a {
        margin-top: 0;
    }

    .i-pro .top .info-a a {
        margin-top: 10px;
        margin-right: 10px;
    }

    .i-pro .top .info-img {
        margin-top: 20px;
    }

    .i-pro .top .text {
        margin-top: 20px;
        line-height: 24px;
    }

    .i-pro .bottom {
        margin-top: 40px;
    }

    .i-pro .bottom .tab-nav span {
        font-size: 20px;
    }

    .i-examples .list .item .text span {
        font-size: 18px;
    }

    .i-examples .list .item {
        width: 100%;
    }

    .i-examples .list .item a {
        flex-direction: row-reverse;
    }
}

@media (max-width: 998px) {}

@media screen and (max-width: 992px) {

}


@media (max-width: 768px) {
    .jian-l3 {
        top: calc(100% -70px);
    }

    .jian-r3 {
        top: calc(100% -70px);
    }

    .i-examples .i-title i {
        word-break: break-all;
    }

    .pro-aside-nav {
        margin-right: 100px;
    }

    .pro-centent .i-aside {
        display: flex;
        width: auto;
        line-height: 1.1;
        justify-content: center;
        align-items: center;
    }

    .pro-swiper {
        width: 70%;
    }

    .pro-swiper .swi-left {
        width: 100%;
    }

    .i-pro .pro-nav .i-pro-z {
        height: auto !important;
        border-radius: 20px;
    }

    .i-pro .pro-nav .i-pro-z .img {
        width: 35px;
        height: 30px;
    }

    .i-pro .pro-nav .i-pro-z p {
        font-size: 20px;
    }

    .n-top .g_w {
        display: block;
        height: auto;
    }

    .n-nav {
        display: none;
    }

    .n-nav a {
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

    .n-breadcrumb {
        padding: 8px 0;
    }

    .n-about1 .con1 {
        padding: 40px 0;
    }

    .n-about1 .con1 .g_w {
        display: block;
    }

    .n-about1 .con1 .con-l {
        /* width: 340px; */
        width: 100% !important;
        margin: 0 auto;
    }

    .n-about1 .con1 .con-r {
        width: 100% !important;
        padding: 0;
        margin-top: 50px;
    }

    .n-about1 .con1 .con-l .img2 {
        display: none;
    }

    .n-about1 .con1 .con-r .text h2 {
        font-size: 20px;
    }

    .n-about1 .con1 .con-r .text p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 24px;
    }

    .n-about2 .list .item {
        width: 49%;
        margin-top: 20px;
    }

    .n-about2 .list .item:nth-child(3n) {
        margin-right: 2%;
    }

    .n-about2 .list .item:nth-child(2n) {
        margin-right: 0;
    }

    .n-about2 .list .item .text b {
        margin-top: 10px;
    }

    .n-about2 .list .item .text span {
        font-size: 12px;
    }

    .n-about3 .con1 {
        padding: 40px 0;
    }

    .n-about3 .con1 .item .text p {
        font-size: 14px;
        line-height: 24px;
    }

    .n-about3 .con1 .item .text h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .n-about5 .list1 {
        display: block;
    }

    .n-about5 .list1 .item {
        width: 100%;
        margin-top: 20px;
    }

    .n-about5 .list1 .item .text .toMore {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-top: 10px;
    }

    .n-about5 .list1 .item .text .toMore i {
        line-height: 24px;
        transform: translateY(-2px);
    }

    .n-about5 .list2 .item {
        margin-top: 20px;
    }

    .n-about5 .list2 .item a {
        flex-direction: column-reverse;
    }

    .n-about5 .list2 .item .text {
        width: 100%;
        padding-right: 0;
    }

    .n-about5 .list2 .item .img {
        width: 100%;
    }

    .n-about5 .list2 .item .text .toMore {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-top: 10px;
    }

    .n-about5 .list2 .item .text .toMore i {
        line-height: 24px;
        transform: translateY(-2px);
    }

    .n-pro .con1 .con-r .item {
        width: 49%;
    }

    .n-pro .con1 .con-r .item:nth-child(3n) {
        margin-right: 2%;
    }

    .n-pro .con1 .con-r .item:nth-child(2n) {
        margin-right: 0;
    }

    .proConTitle {
        font-size: 16px;
        padding: 10px 14px;
    }

    .proSwiperItem .text {
        font-size: 14px;
    }

    .proConItem2 .text {
        font-size: 14px;
        padding: 20px;
        line-height: 24px;
    }

    .proConItem3 .table {
        padding: 20px;
    }

    .proConItem3 .table ul li span {
        font-size: 16px;
    }

    .proConItem4 .text {
        font-size: 14px;
        line-height: 24px;
        padding: 20px;
    }

    .proConItem5 .text {
        font-size: 14px;
        line-height: 24px;
        padding: 20px;
    }

    .proConItem6 .proLogo {
        padding: 20px;
    }

    .proConItem7 .toTop {
        padding: 10px;
        height: auto;
        margin-top: 40px;
    }

    .proSwiperItemInfo .box {
        margin-top: 20px;
    }

    .proSwiperItem .text {
        font-size: 14px;
    }

    .proSwiperItemInfo .title {
        font-size: 18px;
    }

    .proSwiperItemInfo .box span {
        font-size: 14px;
    }

    .proSwiperItemInfo .text {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }

    .n-contact2 .table ul li:nth-child(1) .tr span {
        font-size: 12px;
    }

    .n-contact2 .table .tr span {
        font-size: 12px;
    }

    .n-contact2 .table .tr span:nth-child(5) i {
        display: none;
    }

    .n-contact2 .table .tr span:nth-child(5):after {
        content: "+";
        opacity: 1;
        margin: 0;
    }

    .n-contact2 .table ul li.active .tr span:nth-child(5):after {
        content: "-";
        opacity: 1;
    }

    .n-contact2 .table .table-con {
        padding: 20px;
    }

    .n-contact2 .table .table-top p {
        flex-wrap: wrap;
    }

    .n-contact2 .table .table-top p span {
        display: block;
        width: 50%;
    }

    .n-contact2 .search span {
        font-size: 20px;
    }

    .n-contact2 .search-row {
        margin-top: 18px;
    }

    .n-contact2 .search-select {
        margin-top: 18px;
    }

    .n-contact2 .search-row input {
        height: 40px;
        line-height: 40px;
    }

    .n-contact2 .search-row button {
        height: 40px;
        line-height: 40px;
    }

    .n-contact2 .search-select select {
        height: 40px;
        line-height: 40px;
    }

    .n-contact1 .con1 .list .item {
        width: 100%;
        margin-top: 20px;
        padding-top: 20px;
    }

    .n-contact1 .con1 .list .item .icon {
        width: 40px;
        height: 40px;
    }

    .my-map {
        height: 260px;
    }

    .n-contact1 .con3 .g_w {
        display: block;
    }

    .n-contact1 .con3 .con-l {
        width: 100%;
        padding: 0;
    }

    .n-contact1 .con3 .con-l .form {
        padding-top: 0;
    }

    .n-contact1 .con3 .con-l .form>input {
        height: 40px;
        line-height: 40px;
    }

    .n-contact1 .con3 .con-r {
        display: none;
    }

    .n-contact1 .title {
        font-size: 20px;
    }

    .i-about .con-r .left {
        padding-left: 20px;
    }

    .i-about .con-r .tab-nav a {
        margin-right: 6px;
    }

    .i-pro .top {
        display: block;
    }

    .i-pro .top .title {
        width: 100%;
    }

    .i-pro .top .tab-body {
        width: 100%;
    }

    .i-pro .top .swiper-con {
        width: 160px;
    }

    .i-pro .top .swiper-con .swiper-slide {
        text-align: center;
    }

    .i-pro .top .info-top span {
        font-size: 20px;
    }

    .i-pro .top .info-a a {
        height: 36px;
        line-height: 36px;
    }

    .i-pro .bottom .tab-nav {
        display: block;
    }

    .i-pro .bottom .tab-nav a {
        width: 100%;
    }

    .i-pro .top .title .img {
        display: none;
    }

    .i-pro .top .title .i-title {
        margin: 0;
        width: 100%;
    }

    .i-pro .top .title {
        padding: 40px 0;
        text-align: center;
    }

    .i-pro .top .title:after {
        height: 60px;
    }

    .i-pro .top .tab-body {
        margin-top: 20px;
    }

    .i-pro {
        padding-bottom: 40px;
    }

    .i-examples .list .item {
        width: 100%;
    }

    .i-examples .list .item a {
        display: block;
    }

    .i-examples .list .item .text {
        width: 100%;
    }

    .i-examples .list .item .img {
        width: 100%;
    }

    .i-examples {
        padding: 40px 0;
    }

    .i-news .con {
        display: block;
    }

    .i-news .con-l {
        width: 100%;
    }

    .i-news .con-r {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    .i-news .con-l .item .text h4 {
        font-size: 16px;
    }

    .i-news .con-l .item .text p {
        margin-top: 10px;
    }

    .i-news .con-r .item .text {
        padding-top: 10px;
    }

    .i-news .con-r .item .text h4 {
        font-size: 16px;
    }

    .i-msg .form>input {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .i-msg .form>textarea {
        font-size: 14px;
    }

    .i-msg .form .btnView input {
        font-size: 16px;
        height: 40px;
        line-height: 3px;
    }

    .i-about .con {
        display: block;
    }

    .i-about {
        height: auto;
    }

    .i-about .con-r .tab-nav {
        margin-top: 60px;
        justify-content: space-around;
    }

    .i-about .con-r .tab-nav .i-about-z {
        width: 80px !important;
        margin-right: 20px;
        border-radius: 20px;
    }

    .i-examples .com {
        display: block;
        padding-bottom: 60px;
    }

    .i-examples .com .jian-l1 {
        top: 90%;
    }

    .i-examples .com .jian-r1 {
        top: 90%;
        left: 0;
    }

    .i-box {
        padding: 40px 0;
    }

    .n-news .con1 {
        margin-top: 40px;
    }

    .content-text .title h3 {
        font-size: 20px;
    }

    .i-examples .com .text {
        width: auto;
        margin-right: 10px;
    }
}

@media screen and (max-width: 640px) {
    .pro-swiper .swiper-slide {
        flex-direction: column;
    }    
    .pro-swiper .swi-left {
        width: 100%;
        padding-bottom: 0;
    }
    .pro-swiper .swi-right {
        width: 60%;
        top: 0;
        height: auto;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {}

@media (max-width: 500px) {
    .n-banner .g_bg {
        min-height: 160px;
    }

    .n-about2 .list .item {
        width: 100%;
    }

    .n-about2 .list .item:nth-child(3n) {
        margin-right: 0;
    }

    .n-pro .con1 .con-r .item {
        width: 100%;
    }

    .n-pro .con1 .con-r .item:nth-child(3n) {
        margin-right: 0;
    }

    .n-pro .con1 .con-r .item:nth-child(2n) {
        margin-right: 0;
    }
}



/* 2023.07.19 手机端新增调整 */
.pro-swiper {
    position: relative;
}

@media screen and (max-width:640px) {

    .i-pro .title span,
    .i-about .con-l span,
    .i-news .i-title span,
    .i-examples .i-title span {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .i-pro .title i,
    .i-about .con-l i,
    .i-news .i-title i,
    .i-examples .i-title i {
        font-size: 32px;
        line-height: 35px;
    }

    .i-pro .pro-body {
        margin-top: 20px;
    }

    .i-pro .pro-nav {
        justify-content: space-between;
    }

    .i-pro .pro-nav .i-pro-z {
        margin-right: 0;
        padding: 10px;
        width: auto;
        max-width: auto;
    }

    .i-pro .pro-nav .i-pro-z .img {
        margin: 0;
    }

    .i-pro .pro-nav .i-pro-z p {
        font-size: 14px;
    }

    .pro-centent {
        flex-direction: column;
        margin-top: 35px;
    }

    .pro-centent .i-aside {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .pro-aside-nav {
        margin-right: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .pro-swiper {
        width: 100%;
        margin-top: 20px;
    }

    .pro-swiper .swi-left {
        padding-bottom: 35px;
    }

    .pro-swiper .swi-left h4 {
        font-size: 25px;
        margin-bottom: 15px;
        width: 100%;
    }

    .pro-swiper .swi-left p {
        font-size: 16px;
        line-height: 32px;
    }

    .jian-l,
    .jian-r {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 60px;
    }

    .jian-r3 {
        left: 0;
        top: 0;
    }

    .jian-l3 {
        top: 0;
    }

    .jian-l .demo,
    .jian-r .demo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 25px;
    }

    .i-about {
        padding: 60px 0;
    }

    .i-about .con-l .detail {
        margin-top: 25px;
        width: 180px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 25px;
    }

    .i-about .con-r {
        padding: 15px;
    }

    .i-about .con-r .tab-con .text {
        font-size: 14px;
        line-height: 40px;
    }

    .i-about .con-r .tab-nav {
        height: auto;
        margin-top: 30px;
    }

    .i-about .con-r .tab-nav a {
        margin-right: 0;
        height: auto;
        line-height: normal;
        width: 30%;
    }

    .i-about .con-r .tab-nav .i-about-z {
        margin-right: 0;
        height: auto;
        line-height: normal;
        padding: 10px 0;
        box-sizing: content-box;
        width: 100% !important;
        font-size: 16px;
    }

    .jian-l4 {
        bottom: 0;
        right: 0;
    }

    .jian-r4 {
        bottom: 0;
        right: 0;
    }

    .i-news .con {
        margin-top: 20px;
    }

    .i-box1 {
        margin-top: 0;
    }

    .i-left .img {
        width: 140px;
        height: auto;
    }

    .i-left .title {
        font-size: 24px;
        line-height: 24px;
    }

    .i-msg {
        margin-top: 30px;
    }

    .f-b .g_w>div:first-child {
        height: 60px !important;
    }

    .f-b-a {
        width: 180px;
        height: auto;
    }

    .f-b-top {
        padding-bottom: 40px;
    }

    .f-b-top-lBox h4 {
        font-size: 18px;
    }

    .f-b-top-l-item {
        font-size: 14px;
        margin-top: 10px;
    }

    .f-b-b {
        font-size: 12px;
        padding: 15px 0;
    }

    .f-b-b-l a {
        margin-right: 0;
    }

    .f-b-b-r {
        margin-top: 5px;
    }

    .i-examples .i-title i {
        margin: 0 0 15px 0;
    }

    .i-news .i-title {
        text-align: left;
    }
}

@media screen and (max-width: 450px) {
    .i-pro {
        padding: 40px 0;
    }

    .i-pro .pro-nav .i-pro-z {
        padding: 5px;
    }

    .i-pro .pro-nav .i-pro-z p {
        font-size: 12px;
    }

    .pro-swiper .swi-left h4 {
        font-size: 20px;
    }

    .pro-swiper .swi-left p {
        font-size: 12px;
        line-height: 30px;
    }

    .f-b-b-l {
        white-space: normal;
    }
}