@charset "utf-8";
/* CSS Document */

/*===========================header=============================*/
body {
    padding-top: 5.625rem;
}

.headerbox {
    position: fixed;
    top: 0;
    z-index: 998;
    z-index: 999;
    height: 5.625rem;
    width: 100%;
    background: #fff;
}

#header {
    width: 100%;
    transition: .6s;
}

#header>.m {
    display: flex;
    height: 100%;
    max-width: 1400px;
    justify-content: space-between;
    align-items: center;
    position: static;
}

#header .fr {
    display: flex;
    width: 980px;
}


#logo {
    flex-shrink: 0;
}

#logo a {
    display: flex;
    height: 100%;
    align-items: center;
}

#logo img {
    height: 80px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

/* #logo .img01 {
    display: none;
}

#header.xg #logo .img01 {
    display: block;
}

#header.xg #logo .img02 {
    display: none;
}

#logo .img02 {
    display: block;
} */

#nav {
    flex-grow: 1;
}

#nav ul {
    display: flex;
    flex-grow: 1;
}

#nav ul li {
    float: left;
    position: relative;
    z-index: 0;
    flex-grow: 1;
    text-align: center;
}

#nav ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 0;
    position: relative;
}
 
#nav ul li a div {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #c9c9c9;
    font-size: 1rem;
    line-height: 1.875rem;
}

#nav ul li h3 {
    font-size: 1rem;
    color: #4c4c4c;
    transition: .5s;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    line-height: 5.625rem;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
}

#nav ul li.on h3,
#nav ul li:hover h3 {}




#nav li .sub {
    position: absolute;
    padding-top: .5rem;
    left: 50%;
    top: 100%;
    z-index: 999;
    transform-origin: 0 0 0;
    transform: translateY(10px) translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.btn_eng .sub {
    padding-top: 2.5rem;
}

#nav li .sub .box {
    padding: 0;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
}

#nav li .sub a {
    padding: 0 1.5rem;
    line-height: 2rem;
    transition: .4s;
    font-size: .875rem;
    color: #505050;
    text-align: center;
    white-space: nowrap;
    position: relative;
}

/* #nav li .sub a:before{ content: ""; display: block; width: 4px; height: 14px; position: absolute; left: -.5rem; top: 50%; margin-top: -8px; background: #003a8e; transform: scaleY(0); transition: .5s;} */
#nav li .sub a:hover {
    background: #225a19;
    color: #fff;
}

/* #nav li .sub a:hover:before{transform: scaleY(1); } */
#nav li:hover .sub,
.btn_eng:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) translateX(-50%);
}


.top_menu_box {
    display: flex;
    align-items: center;
}



.top_menu_box .top_menu {
    display: flex;
    min-width: 2.5rem;
    padding: 0 .5rem;
    align-items: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.top_menu_box i {
    display: block;
    width: 1px;
    height: 30px;
    background: #c5c6c7;
    margin: 0 1.5rem;
}

.top_menu_box .top_menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.top_menu_box .top_menu svg {
    width: 1.5rem;
    height: 1.5rem;
}




.top_menu_box .top_menu.on:before {
    opacity: 0;
    visibility: hidden;
}

.top_menu_box .top_menu.on svg path {
    fill: #747474;
}

.top_menu_box .top_menu.on:hover svg path {
    fill: #e60013;
}

body.on .after {
    visibility: visible;
    opacity: 1;
}

body .after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    visibility: hidden;
    transition: 0.6s;
    opacity: 0;
}



video {
    background: #000;
}

#header.xg , #m_header.xg ,
body.nei #header {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#header.xg #nav ul li h3,
body.nei #header #nav ul li h3 {
    color: #333;
}

/* #nav ul li:hover h3 , #nav ul li.on h3 {
    color: #c14e3b;
} */



#header:hover,
body.nei #header {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#header:hover #nav ul li h3,
body.nei #header #nav ul li h3 {
    color: #4c4c4c;
}

#header:hover #nav ul li:hover h3,
#header.xg #nav ul li:hover h3,
body.nei #header #nav ul li:hover h3 ,
#nav ul li.on a h3 {
    color: #225a19 !important;
}

#header:hover #logo .img01,
body.nei #header #logo .img01 {
    display: block;
}

#header:hover #logo .img02,
body.nei #header #logo .img02 {
    display: none;
}

/***********************/

/*手机导航开始*/
#m_header {
    display: none;
    height: 4.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 997;
    transition: .5s;
    background: #fff;
}



/* #m_header.xg #logo .img01 {
    display: block;
}

#m_header.xg #logo .img02 {
    display: none;
} */

/* .xg .menubtn span:after, .xg .menubtn span:before {
    background: #333;
} */

#m_header .m {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

#m_header #logo img {
    height: 36px;
}

.m_nav_list {
    /* flex-direction:column; */
    /* justify-content: flex-start; */
    width: 100%;
    /* overflow: auto; */
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav .top_search {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#m_nav {
    z-index: -1;
    position: fixed;
    background: #225a19;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    display: none;
    padding: 50px 0;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.5s .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transform-origin: left;
}

#m_nav::-webkit-scrollbar {
    display: none;
}

#m_nav.act {
    pointer-events: auto;
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 998;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

#m_nav>ul>li {
    width: 80%;
    overflow: hidden;
    padding: 0 1rem;
    margin: 0 auto;
}

#m_nav>ul>li+li {
    border-top: 1px solid rgb(255 255 255 / 20%);
}

#m_nav li .a {
    display: block;
    transform: translateY(100%);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    opacity: 0;
}

#m_nav.act li .a {
    transform: translateY(0);
    transition: all 0.5s .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    opacity: 1;
}

#m_nav li .a h3 {
    line-height: 4.5rem;
    height: 4.5rem;
    color: #ffffff;
    padding: 0;
    font-size: 1.25rem;
    float: left;
    font-weight: bold;
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center;
}

#m_nav li .a span i {
    font-size: 0;
}

#m_nav .title .a i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 17px;
    height: 4.5rem;
    opacity: .8;
    float: right;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: contain;
}

#m_nav li.on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#m_nav li {
    display: block;
    width: 100%;
}

.slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%;
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: none;
    border: 0;
    clear: both;
    padding-bottom: 10px;
}

#m_nav .title .list span {
    background: none;
}

#m_nav .title .list span a:hover {
    color: #014085;
}

#m_nav .title .list a {
    display: block;
    font-size: 1.125rem;
    color: rgb(255 255 255 / 53%);
    text-align: left;
    line-height: 35px;
    height: 35px;
    border: 0;
}

/*三级导航 开始*/
#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative;
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold;
}

#m_nav .title .list span {
    position: relative;
    display: block;
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden;
}

#m_nav .title .sub a {
    background: none;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}



/*首页banner*/
#banner {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#banner .swiper {
    height: 39.3125rem;
}

#banner .swiper-slide {
    overflow: hidden;
}

#banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}

#banner .m {
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner .bnr {
    bottom: 10%;
}
#banner .swiper-pagination-bullet {
    width: 2rem;
    height: 4px;
    background: #fff;
    border-radius: 1px;
}
#banner video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    display: block;
}
/*====移动端导航====*/
#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #225a19;
}

#m_n_nav .m {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#bnt_back {}

#bnt_back svg {
    fill: #fff;
    vertical-align: middle;
    max-width: 26px;
}

#m_n_nav i {}

#m_n_nav h1 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 50px;
}

#bnt_sub_nav {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

#bnt_sub_nav svg {
    fill: #fff;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 15px;
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: #f0f3f5;
    display: none;
    box-shadow: 0 0 5px #999;
    z-index: 9;
}

#sub_nav_content ul {
    padding: 10px;
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px;
    margin: 1rem 0;
}

#sub_nav_content ul li a {
    display: block;
    border-left: 2px solid #3888e5;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    color: #535455;
}

#sub_nav_content ul li.on a {
    color: #3888e5;
}

#sub_nav_content dl {
    font-size: 0;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
}

#sub_nav_content dt {
    position: relative;
    background: #fff;
    z-index: 999;
    width: 50%;
    display: inline-block;
    margin-bottom: 0;
    float: left;
    text-align: center;
}

#sub_nav_content dt a {
    margin: 0 20px;
    display: block;
    color: #5b5349;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

#sub_nav_content dt a {}

#sub_nav_content dt.title {
    background: #fafafb;
}

#sub_nav_content dt.title i {
    opacity: 1;
    filter: alpha(opacity=100);
}

#sub_nav_content dt.title_on {
    background: #fafafb;
}

#sub_nav_content dt.title_on a {
    color: #3888e5;
    border-top: 1px solid #fff;
}

#sub_nav_content dt.title_on a i {
    color: #3888e5;
}

#sub_nav_content dt.last a {
    border-top: 1px solid #f8f8f8;
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
    background: #225a19;
    color: #fff;
}

#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px 0px 0px 0px;
}

#sub_nav_content dd a {
    padding: 0 25px;
    line-height: 30px;
    border-top: 1px solid #e7e7e7;
    font-size: 12px;
    color: #5b5349;
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #3888e5;
}

/* 首页 */

#s_container {
    width: 100%;
    position: relative;
    background: url(../images/bigbg.jpg)no-repeat;
    background-size: cover;
}

.s_title {
    padding-bottom: 3rem;
}

.s_title p {
    text-transform: uppercase;
    color: #225a19;
    font-size: 1.125rem;
    line-height: 1.5;
}

.s_title h5 {
    color: #303030;
    font-size: 2.1875rem;
    line-height: 2rem;
    margin-top: 1rem;
}

/* 核心业务 */
.core ul {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.core ul li a {
    padding: 3rem 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .8s;
}
.core ul li:hover a {
    transform: scale(.94);
}
.core ul li {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    width: 25%;
}

.core ul li:last-child {
    border-right: none;
}

.core ul li h5 {
    color: #454545;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin: 2rem 0 5px;
}

.core ul li p {
    color: rgba(69, 69, 69, .7);
    font-size: .875rem;
    line-height: 1.25rem;
}

.core ul li h6 {
    color: #225a19;
    font-size: .875rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    margin-top: 2rem;
}

.zx {
    text-align: center;
}

/* 产品解决方案 */
#pros .swiper-slide .img img {
    opacity: .2;
    transition: all .8s;
}

#pros .swiper-slide-active .img img {
    opacity: 1;
}

#pros .ppcon {
    text-align: center;
    margin-top: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all .8s;
}

#pros .swiper-slide-active .ppcon {
    opacity: 1;
    visibility: visible;
}

#pros .swiper-slide h5 {
    color: #000000;
    font-size: 1.125rem;
    line-height: 2.25rem;
}

#pros .swiper-slide p {
    color: #7a7b7d;
    font-size: 1rem;
    line-height: 2.25rem;
}

.dots {
    position: relative;
}

.dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d4d5d9;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 1;
}


.dots .swiper-pagination-bullet-active {
    background: #225a19;
}



/* 样板工程 */

.switch {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3.75rem;
}

.switch .s_title {
    padding-bottom: 0;
}

.switch .yb_slide_nav {
    max-width: 28.9375rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
}

.swiper-scrollbar-drag {
    background: #225a19 !important;
    height: 3px !important;
    border-radius: 0;
    top: -1px !important;
}

.swiper-scrollbar {
    height: 1px !important;
    background: rgb(226 238 221 / 70%);
}

.yb_slide_nav li,
.pr_slide_nav li {
    border: 1px solid #c6c6ca;
    border-radius: 5px;
    display: flex;
    height: 2.625rem;
    align-items: center;
    justify-content: center;
    color: #403c3c;
    font-size: 1rem;
    line-height: 2.0625rem;
    cursor: pointer;
    transition: all .5s;
    border-radius: 1.25rem;
    max-width: 8.75rem;
    width: 100%;
}

.yb_slide_nav li.on,
.pr_slide_nav li.on {
    background: #225a19;
    border: 1px solid #225a19;
    color: #fff;
}
.yb_slide_for .li .img {
    max-height: 17.5rem;
}
.yb_slide_for .ybcon h5 {
    color: #403c3c;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin: 2rem 0 1.375rem;
}

.yb_slide_for .ybcon p {
    color: #7e7d7d;
    font-size: .9375rem;
    line-height: 1.875rem;
}

.yb_slide_for .bar1 ,
.yb_slide_for .bar2 ,
.yb_slide_for .bar3 {
    max-width: 78.125%;
}

.yb_slide_for .swiper-button-white {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d0d0d1;
    bottom: -1.25rem;
    top: auto;
}

.yb_slide_for .swiper-button-prev {
    left: auto;
    right: 10.0625rem;
}

.yb_slide_for .swiper-paginations1 ,
.yb_slide_for .swiper-paginations2 ,
.yb_slide_for .swiper-paginations3 {
    display: flex;
    justify-content: flex-end;
    padding-right: 5.5rem;
    position: absolute;
    bottom: -.375rem;
    font-size: .9375rem;
    line-height: 1.875rem;
}
.yb_slide_for .swiper-paginations1 i ,
.yb_slide_for .swiper-paginations2 i  ,
.yb_slide_for .swiper-paginations3 i{
    display: block;
    margin: 0 1rem;
}

.yb_slide_for .swiper-paginations1 .swiper-pagination-current ,
.yb_slide_for .swiper-paginations2 .swiper-pagination-current ,
.yb_slide_for .swiper-paginations3 .swiper-pagination-current {
    color: #225a19;
}



.slide_for {
    position: relative;

}

.slide_for .li {
    position: relative;
    transition: .5s;
    opacity: 1;
    visibility: visible;
}

.slide_for .li+.li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide_for .li.hide {
    opacity: 0;
    visibility: hidden;
}


/* 数据滚动 */

.shuju {
    display: grid;
    grid-template-columns: 1fr 30rem;
    gap: 6.875rem;
    align-items: center;
}


.shuju .gundong>p {
    color: #7b8187;
    font-size: .9375rem;
    line-height: 1.875rem;
}


.videos a {
    border-radius: 5px;
    position: relative;
    display: block;
}

.videos img {
    display: block;
}

.videos .zi {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 3.75rem;
    padding: 0 2rem;
    z-index: 10;
}


.videos .mask2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.btn_video2 .mask3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.btn_video2 {
    width: 3.125rem;
    height: 3.125rem;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_video2 .mask3 img {
    animation: roll 3s infinite linear;
}

@-webkit-keyframes roll {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes roll {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn_video2 .logov {
    position: absolute;
    top: 50%;
    right: -4rem;
    transform: translate(0, -50%);
    z-index: 10;
}



.s_shuzi {
    margin: 3.5rem 0 5rem;
}

.s_shuzi ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.s_shuzi ul li {}

.s_shuzi ul li p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #225a19;
}

.s_shuzi ul li div {}

.s_shuzi ul li div span {
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #225a19;
    font-family: BAHNSCHRIFT;
}

.s_shuzi ul li div i {
    font-size: .875rem;
    color: #225a19;
}

.more {
    max-width: 8.75rem;
    width: 100%;
    background: #225a19;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 2.625rem;
    border-radius: 20px;
    transition: all .5s;
}

.more:hover,
.hexin a:hover,
.proxq .twxj a:hover {
    transform: translateX(1rem);
}

/* 新闻中心 */
#news .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}


#news .swiper-slide .newcon {
    background: #fff;
    padding: 2.625rem 1.875rem;
    border: 1px solid #e8e9ec;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

#news .swiper-slide .newcon h5 {
    color: #000000;
    font-size: 1.25rem;
    line-height: 1.875rem;
    height: 3.75rem;
}

#news .swiper-slide .newcon p {
    color: #7b8187;
    font-size: .875rem;
    line-height: 1.75rem;
    margin: 1.25rem 0 2rem;
}

#news .swiper-slide .newcon span {
    font-size: 13px;
}

.newcenter {
    position: relative;
    margin-bottom: 3.75rem;
}

.newcenter .swiper-button-white,
.pr_slide_for .swiper-button-white {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: #225a19;
    color: #fff;
}

.newcenter .swiper-button-prev,
.pr_slide_for .swiper-button-prev {
    left: -5rem;
    right: auto;
}

.newcenter .swiper-button-next,
.pr_slide_for .swiper-button-next {
    right: -5rem;
    left: auto;
}

.autos {
    margin: auto;
}

/* 智慧平台 */



.tiao {
    margin: 3.75rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.125rem 6.875rem 3.125rem 2.8125rem;
    background: url(../images/pingtai.jpg)no-repeat;
    background-size: 100% 100%;
    max-height: 10.625rem;
    height: 100%;
    border-radius: 5px;
}

.tiao h5 {
    color: #fff;
    font-size: 1.5rem;

}

.tiao p {
    color: rgba(255, 255, 255, 0.9);
    font-size: .9375rem;
    line-height: 1.5rem;
    margin-top: 1.25rem;
}

.tiao a {
    width: 14.5rem;
    height: 3.625rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.25rem;
    color: #515151;
    transition: all .8s;
}

.tiao a:hover {
    background: #fff;
}


/* 客户 */


.kehu>h5 {
    color: #303030;
    font-size: 2.1875rem;
    text-align: center;
    line-height: 1.5;
}


.pr_slide_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.partner .pr_slide_nav {
    padding: 2.5rem 0;
}

.partner .swiper-slide .img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    padding: 1.625rem 2.5rem;
    border-left: 0;
    border-bottom: none;
    height: 6.25rem;
}
.partner .swiper-slide .img img {
    object-fit: contain;
}
.pr_slide_for .swiper-wrapper {
    border: 1px solid #e5e5e5;
    border-top: none;
   
}

#pr1 .swiper-slide .img:hover img {
    transform: scale(1.05) rotate(.1deg);
    -webkit-transform: scale(1.05) rotate(.1deg);
    -moz-transform: scale(1.05) rotate(.1deg);
    -ms-transform: scale(1.05) rotate(.1deg);
    -o-transform: scale(1.05) rotate(.1deg);
}

#pr1 {
    /* border-left: 1px solid #e5e5e5; */
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}






/* 内页 */

/* 文字列表 */

#n_banner {
    width: 100%;
    height: 22.5rem;
    position: relative;
    background-size: cover !important;
}





/* 新闻中心 */

#n_container {
    width: 100%;
    position: relative;
    background: url(../images/neibg.jpg)no-repeat;
    background-size: cover;
}

.newlist li {
    margin-bottom: 1.875rem;
}

.newlist li:last-child {
    margin-bottom: 0;
}

.newlist li a {
    display: grid;
    grid-template-columns: 17.6875rem 1fr;
    gap: 2rem;
    align-items: center;
}

.newlist .newlistcon h5 {
    color: #000000;
    font-size: 1.25rem;
    line-height: 1.875rem;
    transition: all .8s;
}

.newlist .newlistcon p {
    color: #7b8187;
    font-size: .875rem;
    line-height: 1.5rem;
    margin: 1rem 0 2.25rem;
}

.newlist .newlistcon span {
    color: #9e9fa1;
    font-size: 13px;
}

.newlist li:hover h5 {
    color: #225a19;
}



/* 新闻详情 */

.xqtit {
    display: flex;
    justify-content: space-between;
}

.xqtit h4 {
    color: #000000;
    font-size: 1.75rem;
    line-height: 1.875rem;
}

.xqtit .xx {
    display: flex;
    align-items: center;
    color: #7b8187;
    font-size: .875rem;
    line-height: 1.5rem;
    margin-top: 1rem;
}

.xqtit .xx p {
    margin-right: 1rem;
}


.xqtit {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1.5rem;
}


.ar_article {
    color: #434343;
    font-size: .9375rem;
    line-height: 1.75rem;
}



.newxq .ar_article {
    padding-bottom: 2rem;
}

.newxq>img {
    width: 100%;
    display: block;
}


/* 样板工程 */

.yblist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem 3rem;
}

.yblist .img_db:after {
    padding-top: 70%;
}

.yblist h5 {
    color: #403c3c;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin: 1.5rem 0 1.25rem;
}

.yblist p {
    color: #7e7d7d;
    font-size: .9375rem;
    line-height: 1.875rem;
}


/* 联系方式 */

.xueshan {
    width: 100%;
    position: absolute;
    background: url(../images/xueshan.png)no-repeat bottom;
    background-size: 100%;
    height: calc(100% - 65px);

}

.contact_us>h5 {
    color: #403c3c;
    font-size: 1.75rem;
    line-height: 1.875rem;
    text-align: center;
}

.contacts {
    border-top: 7px solid #225a19;
    margin-top: 2.5rem;
    width: 100%;
    position: relative;
    background: url(../images/contacts.jpg)no-repeat;
    background-size: cover;
    padding: 2.25rem 4.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.dhdz {
    max-width: 57.8125rem;
    width: 100%;
    padding-right: 3.9375rem;
    border-right: 1px solid #e4e7e9;
}

.dztop {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e4e7e9;
}
.gzh {
    flex-shrink: 0;
}
.dh,
.dz {
    position: relative;
}

.dh::before {
    content: '';
    position: absolute;
    background: url(../images/dh.svg)no-repeat;
    width: 1.125rem;
    height: 1.125rem;
    left: -1.875rem;
    top: 0;
    background-size: cover;
}

.dz::before {
    content: '';
    position: absolute;
    background: url(../images/dz.svg)no-repeat;
    width: 1.125rem;
    height: 1.125rem;
    left: -1.875rem;
    top: 4px;
    background-size: cover;
}

.dh p {
    color: #171717;
    font-size: 1rem;
    line-height: 1.25rem;
}

.dh h5 {
    color: #225a19;
    font-size: 1.5rem;
    line-height: 2.375rem;
}

.dzbottom {
    margin-top: 1.5rem;
}

.dz h5 {
    color: #171717;
    font-size: 1rem;
    line-height: 1.5rem;
}

.dz p {
    color: #727273;
    font-size: .875rem;
    line-height: 1.5rem;
}

.dz {
    margin-bottom: 1.5rem;
}

.dz:last-child {
    margin-bottom: 0;
}

.gzh img {
    width: 9.375rem;
    height: 9.375rem;
}

.gzh p {
    text-align: center;
    color: #303030;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
}

/* 加入大森 */

.zhaopin {
    display: grid;
    grid-template-columns: 18.75rem 1fr;
    gap: 2.8125rem;
    padding-top: 7.875rem;
    align-items: flex-start;
}

.zpleft {
    position: sticky;
    top: 8rem;
}

.zpleft h4 {
    color: #225a19;
    font-size: 1.75rem;
    line-height: 2.375rem;
    padding-left: 1rem;
    position: relative;
}

.zpleft h4::before {
    content: '';
    position: absolute;
    background: url(../images/yinhao.png)no-repeat;
    width: 5.8125rem;
    height: 5.8125rem;
    left: 0;
    top: -3rem;
    background-size: cover;
}

.zplefts {

    margin-top: 1.5rem;

}

.zplefts img {
    display: block;
    border-radius: 0 0 20px 0;
    overflow: hidden;
    box-shadow: 0 15px 25px 0 rgb(0 0 0 / 10%);
}








.scrollbox::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    background-color: #d9dce0;
}

.scrollbox::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #d9dce0;
}

.scrollbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #003a8e;
    box-shadow: 0;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

#list_slide .content .right .li+.li {
    margin-top: 1rem;
}


.zpright #list_slide {
    position: relative;
}

.zpright #list_slide dl {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.zpright #list_slide dl:last-child {
    margin-bottom: 0;
}

.zpright #list_slide dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 5.3125rem;
    transition: .5s;
    padding: 0 1.875rem 0 4.375rem;
    background: #fff;
}

.zpright #list_slide dt::before {
    content: '';
    position: absolute;
    background: url(../images/pin.png)no-repeat;
    background-size: cover;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    transform: translate(0, -50%);
    left: 2rem;
}

.zpright #list_slide dd {
    display: none;
    transition: 0s;
    line-height: 2rem;
    font-size: .9375rem;
    padding: 2.5rem 1.875rem 2.5rem 4.375rem;
    border-bottom: 0;
    background: url(../images/zpbg.jpg)no-repeat;
    background-size: cover;
}

.zpright #list_slide dt h3 {
    color: #3b3b3b;
    font-size: 1.125rem;
    overflow: hidden;
    display: flex;
    flex-grow: 1;
}

.zpright #list_slide dt h3 span {
    color: #333333;
    font-size: 1.375rem;
    line-height: 2.25rem;

}

.zpright #list_slide dt h3 span:last-child {
    color: rgb(51 51 51 / 70%);
    font-size: 1rem;
    line-height: 2.25rem;
    margin-left: 1.875rem;
    display: block;
    margin-top: 2px;
}

.zpright #list_slide dt .tgl {
    width: 1rem;
    height: 1rem;
    transition: all .8s;
}

.zpright #list_slide dl.on .tgl {
    transform: rotateX(180deg);
}

.zpright #list_slide dd .content {
    line-height: 1.875rem;
    font-size: .9375rem;
    display: flex;
    position: relative;

}

.zpright #list_slide dd .content::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 8px;
    top: -3rem;
    background: url(../images/xie.png)no-repeat;
    background-size: 100%;
}


.zpright #list_slide dd .tt {
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 1.875rem;
}

.zpright #list_slide .btn_send {
    width: 21.25rem;
    line-height: 3.75rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    background: #013281;
    margin-top: 2.5rem;
    height: 3.75rem;
}

.zpright #list_slide dd ul {
    margin-bottom: 2rem;
}

.zpright #list_slide dd ul li {
    list-style: decimal;
    margin-left: 1.3em;
    font-size: .9375rem;
    color: #6f6f6f;
    line-height: 1.875rem;
}

.zpright #list_slide dd .left h5 {
    color: #225a19;
    font-weight: bold;
    font-size: .9375rem;
    line-height: 1.75rem;
}

.zpright .scrollbox h5 {
    font-size: 1rem;
    color: #3d3d3d;
}

/* 核心业务 */

.hexin {
    padding-top: 3.5rem;
}

.hexin .ar_article h5 {
    color: #225a19;
    font-size: 1.35rem;
    line-height: 3rem;
}

.hexin .ar_article p {
    color: #7e7d7d;
    line-height: 1.875rem;
    font-size: .9375rem;
}

.hexin .ar_article i {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    margin: 2rem 0;
}

.hexin .ar_article table {
    margin-top: 2rem;
    overflow: auto;

}


.ar_article table thead {
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    line-height: 3rem;
    background: #225a19;
}

.ar_article table tbody {
    background: rgba(34, 90, 25, .1);
}

.hexin .ar_article table td {
    padding: 2rem 2.125rem !important;
    color: #7e7d7d;
    font-size: .875rem;
    line-height: 1.875rem;
}

.ar_article .mytable {
    overflow-x: scroll;
    margin-bottom: 3.75rem;
}

::-webkit-scrollbar {
    width: 0;
    /*这将隐藏滚动条的宽度*/
    height: 0;
    /*这将隐藏滚动条的高度*/
}

.hexin a {
    max-width: 14.625rem;
    width: 100%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #225a19;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.875rem;
    transition: all .8s;
}

.hexin a svg {
    margin-right: .5rem;
}


/* 工程详情 */


.gcxq .ar_article h5 {
    color: #403c3c;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 1.5rem;
}

.gcxq .ar_article p {
    color: #7e7d7d;
    font-size: .875rem;
    line-height: 1.5rem;
}


/* 产品中心与解决方案 */


#n_container .procen {

    display: grid;

    grid-template-columns: 15.375rem 1fr;

    align-items: flex-start;

    gap: 2.0625rem;

}



.procen .bors {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.procen .bors h4 {

    color: #434343;

    font-size: 1.25rem;

    line-height: 2.25rem;

}



.prolist {

    position: sticky;

    top: 8rem;



}



.prolist .listtit {

    height: 5rem;

    background: #225a19;

    display: flex;

    align-items: center;

    color: #fff;

    font-size: 1.375rem;

    line-height: 2.25rem;

    font-weight: bold;

    padding: 0 1.5rem;

    margin-bottom: 9px;

}



.prolist ul {

    display: flex;

    flex-direction: column;

    gap: 4px;

}



.prolist ul li {

    color: #3c464f;

    font-size: 1.25rem;

    line-height: 2.25rem;

    background: #fff;

    cursor: pointer;

}



.prolist ul li i {

    position: absolute;

    right: 20px;

    top: 50%;

    transform: translate(-50%, -50%);

}

.prolist ul li i svg {

    fill: #cccccc;

}

.prolist ul li.on i svg {

    fill: #fff;

    transform: rotate(90deg);

}



.prolist ul li>a {

    font-size: 1rem;

    line-height: 2.25rem;

    padding: .5rem 2rem;

    display: flex;

    transition: all .5s;

    border-left: 3px solid transparent;

    position: relative;

}

.prolist ul li>a p {
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    font-weight: 700;
    padding: .75rem 0;
    line-height: 2rem;
}

.prolist ul li.on>a {

    background: #78b36e;

    color: #fff;

}

.prolist .sub {

    display: none;

    position: relative;

    width: 100%;

    z-index: 9;

    left: 0;

    margin-left: 0;

    background: none;

    border: 0;

    clear: both;

    padding: 0 1.25rem;

    padding-bottom: 10px;

    background: #fff;

    border: 1px solid #78b36e;

}

.prolist .sub dl:last-child {

    border-bottom: none;

}

.prolist .sub dl {

    border-bottom: 1px dashed #e6e6e6;

}

.prolist .sub dl dt>a {

    font-size: .9375rem;

    color: #3c464f;
    line-height: 3rem;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}



.prolist .sub dl dt {

    padding-left: 1rem;

    position: relative;



}





.prolist .sub dl .titles>a,
.prolist .sub .onss,
.prolist .sub .ons dt>a {
    color: #225a19;
}



#dhs {

    padding-bottom: 1.5rem;

    border-bottom: 2px solid #e2e5eb;

    margin-bottom: 2rem;

}


.prolist .subs {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: none;
    border: 0;
    clear: both;
    padding-bottom: 10px;
    background: #fff;
}

.prolist .subs a {
    color: #3c464f;
    font-size: .875rem;
    line-height: 1.875rem;
    display: block;
}


#product ul {
    display: flex;
    flex-direction: column;
}

#product ul li {
    margin-bottom: 1.25rem;
}

#product ul li:last-child {
    margin-bottom: 0;
}

#product ul li a {
    display: block;
    padding: 2.625rem 1.25rem 2.625rem 2.5rem;
    background: url(../images/xiaoshan.jpg)no-repeat;
    background-size: cover;
    border: 2px solid transparent;
    transition: all .8s;
    display: flex;
}

#product ul li a .img {
    max-width: 16.625rem;
    width: 100%;
    flex-shrink: 0;
}

.procon {
    margin-left: 1.5rem;
}

.procon h5 {
    color: #403c3c;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.procon p {
    color: #7e7d7d;
    font-size: .875rem;
    line-height: 1.5rem;
    margin: 1rem 0 2rem;
}


.procon .ckxq {
    display: flex;
    align-items: center;
    color: #c8c8c8;
    font-size: .875rem;
    line-height: 1.875rem;
    transition: all .8s;
}

.procon .ckxq svg {
    margin-right: .5rem;
}

.procon .ckxq svg path {
    fill: #c4c4c4;
    transition: all .8s;
}

#product ul li:hover a {
    border: 2px solid #225a19;
}

#product ul li:hover .ckxq {
    color: #225a19;
}

#product ul li:hover svg path {
    fill: #225a19;
}


/* 产品详情 */

.proxq {
    padding: 1.875rem;
    background: #fff;
}

.proxq .tuwenxj {
    display: flex;
    align-items: center;
}

.proxq .tuwenimg {
    border: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 34.5625rem;
    width: 100%;
    padding: 3rem;
    flex-shrink: 0;
}

.proxq .twxj {
    margin-left: 2.8125rem;
}

.proxq .twxj h5 {
    color: #403c3c;
    font-size: 1.375rem;
    line-height: 1.875rem;
    font-weight: bold;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.proxq .twxj p {
    color: #7e7d7d;
    font-size: .875rem;
    line-height: 1.5rem;
    margin: 1rem 0 3rem;
}

.proxq .twxj a {
    width: 9.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.875rem;
    background: #225a19;
    border-radius: 20px;
    transition: all .8s;
}

.proxq .twxj a svg {
    margin-right: .5rem;
}


#product .ar_article h4 {
    color: #403c3c;
    font-size: 1.375rem;
    line-height: 1.875rem;
    padding: 2rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
}

#product .ar_article h5 {
    color: #225a19;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

#product .ar_article p {
    color: #7e7d7d;
    font-size: .875rem;
    line-height: 1.5rem;
}

/* 大森荣誉 */

.htit {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 3.75rem;
}

.htit h5 {
    color: #403c3c;
    font-size: 1.75rem;
    line-height: 1.875rem;
}

.htit p {
    text-transform: uppercase;
    color: #225a19;
    font-size: 1.125rem;
    margin-left: 1rem;
}

#keys {
    padding: 2.5rem 0;
}

#keys .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
}

#keys .swiper-slide a {
    background: url(../images/xf1.jpg)no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem 2rem 1.75rem;
    position: relative;
    transition: all .8s;
}

#keys .swiper-slide a::after {
    content: '';
    background: url(../images/xf2.jpg)no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    transition: all .8s;
    width: 100%;
    height: 100%;
    top: 0;
}

#keys .swiper-slide a::before {
    content: '';
    position: absolute;
    width: 3.875rem;
    height: 4.5625rem;
    background: url(../images/hz1.png)no-repeat;
    background-size: cover;
    left: 50%;
    top: -2rem;
    transform: translate(-50%, 0);
    z-index: 11;
}

#keys .swiper-slide a p {
    color: #3d4043;
    font-size: .9375rem;
    line-height: 1.375rem;
    position: relative;
    z-index: 20;
    height: 2.25rem;
}

#keys .swiper-slide a:hover::after {
    opacity: 1;
    z-index: 10;

}

#keys .swiper-slide a:hover::before {
    background-size: cover !important;
    background: url(../images/hz2.png)no-repeat;
    width: 3.875rem;
    height: 4.5625rem;
}

.zoumad {
    width: 100%;
    position: relative;
    background: url(../images/dasenbg.jpg)no-repeat;
    background-size: 100% 100%;
}

.zoumad .htit h5,
.zoumad .htit p {
    color: #fff;
}

#keys .swiper-pagination {
    bottom: 0;
}

#keys .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d4d5d9;
    opacity: 1;

}

#keys .swiper-pagination-bullet-active {
    background: #225a19;
}

#certify a {
    background: url(../images/zmd.jpg)no-repeat;
    background-size: cover;
    padding: 1.5rem 2.0625rem;
    display: block;
    position: relative;

}


#certify {
    position: relative;
    width: 950px;
    max-width: 93%;
    margin: 0 auto
}




.arrstyle.n_zhuanli .swiper-button-prev {
    left: 0;
}

.bd {
    max-width: 1100px;
    position: relative;
}

.arr {
    width: 3.25rem;
    height: 3.25rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #225a19;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.arr_left {
    left: 0px;
    right: auto;
}

.arr_right {
    left: auto;
    right: 0px;
}


/* 大森简介 */


.shujus {
    display: grid;
    grid-template-columns: 24.375rem 1fr;
    gap: 3.75rem;

}

.shujus .htit {
    justify-content: flex-start;
}

.shujus .gundong>p {
    color: #7e7d7d;
    font-size: .875rem;
    line-height: 1.5rem;
}

.shujus .s_shuzi {
    margin-bottom: 0;
}

.videos .img {
    height: 100%;
}



#qywh {
    background: url(../images/wenhuabg.jpg)bottom no-repeat;
    position: relative;
    width: 100%;
    height: 38.3rem;
}

#qywh ul li .img {
    max-height: 12rem;
}

#qywh ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.3125rem;
}

#qywh ul li .whcon {
    background: #fff;
    padding: 1.625rem 1.875rem;
}

#qywh ul li h5 {
    color: #343537;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.875rem;
}

#qywh ul li i {
    display: block;
    width: 1rem;
    height: 2px;
    background: #00a2e9;
    margin: 1.5rem 0;
}

#qywh ul li p {
    color: #373535;
    font-size: .9375rem;
    line-height: 1.875rem;
}


#fwly {
    width: 100%;
    position: relative;
    background: url(../images/fuwuly.jpg)no-repeat;
    background-size: cover;

}

.area {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1.0625rem;
}

.area .bz {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.rly {
    display: flex;
    flex-direction: column;
    gap: .9375rem;
}

.lycon {
    background: #fff;
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .8s;
}

.sly {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.0625rem;
}

.xly {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.0625rem;
}

.lycon h5 {
    color: #343537;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 1.5rem;
    transition: all .8s;
}

.lycon p {
    color: #373535;
    font-size: .9375rem;
    line-height: 1.5rem;
    height: 4.5rem;
    transition: all .8s;
}


.lycon .bz i {
    display: block;
    width: 15px;
    height: 2px;
    background: #225a19;
    transition: all .8s;
}


.lycon .bz svg path {
    fill: #225a19;
    transition: all .8s;
}

.lycon:hover {
    background: #225a19;
}

.lycon:hover p,
.lycon:hover h5 {
    color: #fff;
}

.lycon:hover .bz i {
    background: #fff;
}

.lycon:hover .bz svg path {
    fill: #fff;

}

.mask_lc {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 991;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 0%);
    z-index: 1;
}
.n_licheng {
    background: url(../images/memoryMainBg.png) center bottom no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}


.n_licheng .relative {
    height: 100%;
    position: relative;
    width: 95%;
    margin: auto;
}

.n_licheng .hd {
    overflow: hidden;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    z-index: 10;
}

.n_licheng .hd .tt {
    float: left;
    position: relative;
    z-index: 10;
}

.n_licheng .hd .tt span {
    font-size: 2rem;
    color: #0c63d0;
    font-family: AVENIRNEXTLTPRO-DEMICN;
}

.n_licheng .hd .tt h3 {
    font-size: 1.625rem;
    color: #434343;
    margin-top: .75rem;
}



.n_licheng .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    width: 2.3125rem;
    height: 2.3125rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background: #225a19;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.n_licheng .slick-prev2 {

    left: -2rem;
    right: auto;
    z-index: 10;
}

.n_licheng .slick-next2 {

  
    right: -2rem;
    left: auto;
    z-index: 10;
}


.n_licheng .bds {
    position: relative;
    height: 599px;
    display: flex;
    align-items: center;
}

.n_licheng .bds img {
    width: 100%;
    max-width: 1280px;
}

.licheng_slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.licheng_slide .m {
    height: 100%;
}

.licheng_slide .m .licheng_slick {
    height: 100%;
}

.licheng_slide ul {
    height: 100%;
}

.licheng_slide ul li {
    float: left;
    width: 20%;
    position: relative;
    height: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}

.licheng_slide ul li .txt {
    position: absolute;
    padding-left: 24px;
}

.licheng_slide ul li .txt .year {
    font-size: 2.25rem;
    margin-bottom: .875rem;
    color: #225a19;
    opacity: 0;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    font-family: BarlowCondensed-SemiBold;
}

.licheng_slide ul li .txt .con {
    font-size: .9375rem;
    line-height: 1.5rem;
    color: #373535;
    width: 18.125rem;
    opacity: 0;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    overflow: hidden;
    overflow-y: scroll;
}

.licheng_slide ul li .txt .con::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
}

.licheng_slide ul li .txt .con::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.licheng_slide ul li .txt .con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

.licheng_slide ul li .txt:before {
    content: "";
    background: #fff;
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 1rem;
    border: 2px solid #225a19;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-sizing: border-box;
}

.licheng_slide ul li .txt:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 1rem;
    background: #e2e2e2;
    left: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.licheng_slide ul li:nth-child(1) .txt {
    bottom: 53%;
    padding-bottom: 2rem;
}

.licheng_slide ul li:nth-child(2) .txt {
    top: 55.5%;
    padding-top: 4rem;
}

.licheng_slide ul li:nth-child(3) .txt {
    bottom: 49%;
    padding-bottom: 2rem;
}

.licheng_slide ul li:nth-child(4) .txt {
    top: 56.5%;
    padding-top: 4rem;
}

.licheng_slide ul li:nth-child(5) .txt {
    bottom: 48%;
    padding-bottom: 4rem;
}

.licheng_slide ul li:nth-child(6) .txt {
    bottom: 53%;
    padding-bottom: 2rem;
}

.licheng_slide ul li:nth-child(7) .txt {
    top: 55.5%;
    padding-top: 4rem;
}

.licheng_slide ul li:nth-child(8) .txt {
    bottom: 49%;
    padding-bottom: 2rem;
}

.licheng_slide ul li:nth-child(9) .txt {
    top: 56.5%;
    padding-top: 4rem;
}

.licheng_slide ul li:nth-child(10) .txt {
    bottom: 48%;
    padding-bottom: 4rem;
}


.licheng_slide ul li:nth-child(even) .txt:before {
    top: 11.5rem;
}

.licheng_slide ul li:nth-child(even) .txt:after {
    height: 11rem;
}

.licheng_slide .slick-list,
.licheng_slide .slick-track {
    height: 100%;
    overflow: visible;
}

.n_licheng ul.slick-current li .year {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.n_licheng ul.slick-current li .con {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.licheng_slide_wap {
    display: none;
}

.licheng_slide_wap ul {}

.licheng_slide_wap ul li {
    position: relative;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}

.licheng_slide_wap ul li .txt {
    padding-left: 24px;
    position: relative;
    padding-top: 7px;
}

.licheng_slide_wap ul li .txt .year {
    font-size: 1.75rem;
    color: #225a19;
    margin-bottom: 5px;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    font-family: BarlowCondensed-SemiBold;
}

.licheng_slide_wap ul li .txt .con {
    font-size: .9375rem;
    line-height: 1.625rem;
    padding-bottom: 2rem;
    color: #626262;
    transition: .5s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}

.licheng_slide_wap ul li .txt:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 1rem;
    border: 2px solid #225a19;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
    background: #fff;
}

.licheng_slide_wap ul li .txt:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 1rem;
    background: #e2e2e2;
    left: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#partners {
    width: 100%;
    position: relative;
    background: url(../images/partner.png) center bottom no-repeat;

}

#partners .partner .pr_slide_nav {
    padding: 0 0 2.5rem;
}

#certify .swiper-container {
    padding: 70px 0;
}

.zoumad #certify .swiper-slide {
    width: 29.375rem;

}

#certify .img {
    position: relative;
}




#certify .swiper-slide img {
    display: block;
    transition: .5s;
    max-height: 17rem;
    margin: auto;
}

#certify .swiper-slide p {
    padding-top: 2rem;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    margin: 0;
    opacity: 0;
    transition: .5s;
    position: absolute;
    bottom: -3.25rem;
    width: 100%;
    left: 50%;
    transform: translate(-50%,0);
}

#certify .swiper-slide-active p {
    opacity: 1;
}

.zoumad .htit {
    padding-bottom: 0;
}