/* -------------------  移动端 ------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: linear-gradient(180deg, #EFFFED 0%, #FFFFFF 100%);
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    max-height: 30px;
    /* max-width: 100%; */
}

.sp_header {
    height: 50px;
    background: #42B037;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #42B037;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 999;
    background: #eee;
    width: 100%;
    height: calc(100vh - 60px) !important;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 30px;
    top: -10000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 13px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li.li_1018 .sp_nav_xjb,
.sjj_nav ul li.li_1018 ul {
    display: none;
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #42B037
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.sjj_nav ul li.li_1522 i,
.sjj_nav ul li.li_1522 ul {
    display: none;
}



.foot {
    width: 100%;
    height: 383px;
    background: url(../img/footerBg.png) top no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-bottom: 90px;
}

.foot .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.foot .ftlogo {
    margin-right: 47px;
}

.contact p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin: 5px 0;
}

.contact p span {
    font-size: 20px;
    margin-right: 5px;
}

.footer .banq {
    width: 100%;
    background: #42B037;
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    color: rgba(255, 255, 255, 0.8);
}

.footer .banq a {
    color: rgba(255, 255, 255, 0.8);
}

.footer .banq span {
    margin: 0 5px;
}

.foot-right,
.foot-left {
    display: flex;
    align-items: center;
}

.codes {
    display: flex;
    align-items: center;
}

.codes .code {
    width: 55px;
    height: 55px;
    margin-left: 43px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.codes .code .icon {
    cursor: pointer;
    position: relative;
}

.codes .code:hover .icon::before {
    content: '';
    width: 35px;
    height: 23px;
    display: inline-block;
    background: url(../img/sjx.png) center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.codes .code .icon span {
    color: #42B037;
    font-size: 30px;
}

.codes .code .img {
    position: absolute;
    width: 108px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    background: #fff;
    box-sizing: border-box;
    padding: 7px;
    display: none;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.codes .code .img img {
    width: 100%;
}

.codes .code .img p {
    width: 100%;
    text-align: center;
    height: 23px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    border-radius: 3px;
    background: #42B037;
    margin-top: 7px;
}

.codes .code:hover .img {
    display: block;
}

.yqlj .box {
    width: 248px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    position: relative;
}

.yqlj .box h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    padding: 0 18px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    cursor: pointer;
}

.yqlj .box h3 span {
    position: absolute;
    right: 18px;
    top: 0;
    color: #fff;
    transition: all 0.5s;
}

.yqlj .box ul {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 10px 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 11;
}

.yqlj .box:hover h3 span {
    /* 上下翻转 */
    transform: rotate(180deg);

}

.yqlj .box:hover ul {
    display: block;
}


.yqlj .box ul li {
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yqlj .box ul li:last-of-type {
    border: none;
}

.yqlj .box ul li a {
    color: #333;
    font-size: 16px;
}

.yqlj .box ul li .iconfont {
    font-size: 12px;
    color: #999;
}

.yqlj .box ul li:hover a {
    color: #42B037;
    font-weight: bold;
}

.yqlj .box ul li:hover .iconfont {
    color: #666;
}

/* --------------------------- */

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.header .container {
    position: relative;
}

.search {
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 99;
}

h1 {
    width: 163px;
    box-sizing: border-box;
    padding: 0 40px;
    margin: 0 60px;
    position: relative;
}

h1::before {
    content: '';
    width: 223px;
    height: 182px;
    display: inline-block;
    background: url(../img/h1Bg.png) center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -30px;
    top: -60px;
    z-index: 1;
}

h1 a{
    display: inline-block;
    width: 100%;
    text-align: center;
}

h1 img {
    height: 79px;
    height: 50px;
    position: relative;
    z-index: 99;
}

.navigation {
    width: 100%;
    position: relative;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.nav {
    width: calc((100% - 162px) / 2);
    height: 100px;
    line-height: 100px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #292929;
}

.nav .nLi {
    height: 100px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

.nav .nLi::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 2px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    transition: all 0.5s ease-in-out;
}

.nav .nLi h3 {
    height: 100px;
    font-weight: normal;
}

.nav .nLi h3 a {
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
}

.nav .nLi h3 a::after {
    content: '';
    width: 12px;
    height: 16px;
    display: inline-block;
    background: url(../img/icon.png) center no-repeat;
    background-size: cover;
    opacity: 0;
    margin-left: 5px;
    transition: all 0.5s ease-in-out;
}

.nav .nLi:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.nav .nLi.on h3 a,
.nav .nLi:hover h3 a {
    font-weight: bold;
    color: #42B037;
}

.nav .nLi.on h3 a::after,
.nav .nLi:hover h3 a::after {
    opacity: 1;
}

.nav .nLi:hover::before {
    width: 100%;
}

.nav .sub {
    width: 190%;
    top: 75%;
    position: absolute;
    background: linear-gradient(180deg, #CBFCC6 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    line-height: 60px;
    left: -45%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: 10px;
}

.nav .nav_li1 .sub {
    width: 240%;
    left: -70%;
}

.nav .sub::before {
    content: '';
    width: 31px;
    height: 19px;
    display: inline-block;
    background: url(../img/sjx-icon2.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
}

.nav .li_4 .sub {
    display: none;
}

.nav .sub li {
    line-height: 24px;
    box-sizing: border-box;
    text-align: center;
    zoom: 1;
    width: 100%;
    position: relative;
    padding: 0 10px;
}

.nav .sub a {
    display: inline-block;
    color: #2E2E2E;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
}

.nav .sub a:hover {
    color: #42B037;
    font-weight: bold;
    border-bottom: 2px solid #42B037;
}

.nav .sub a::before {
    content: '';
    width: 12px;
    height: 15px;
    display: inline-block;
    background: url(../img/icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 105%;
    top: 15px;
    opacity: 0;
}

.nav .sub a:hover::before {
    opacity: 1;
}

.nav .on h3 a {
    font-weight: bold;
    color: #42B037;
}

.nav .sub li .three-nav {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    width: 80%;
    background: linear-gradient(180deg, #CBFCC6 0%, #FFFFFF 100%);
    padding-bottom: 10px;
}

.nav .sub li .three-nav a {
    font-size: 16px;
}

.nav .sub li:hover .three-nav {
    display: block;
}

.banner {
    /*overflow: hidden;*/
    box-sizing: border-box;
    padding-top: 100px;
    /*padding-top: 40px;*/
    position: relative;
}

.banner_home{
    padding-top: 40px;
}

.main {
    width: 100%;
    /* position: relative; */
    /* padding-top: 100vh; */
    /* z-index: 1111; */
}

.banner::before {
    content: '';
    width: 100%;
    height: 120px;
    display: inline-block;
    background: url(../img/header-icon.png) center bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 9;
}

.banlist {
    width: 100%;
    /*height: calc(100vh - 110px);*/
    position: relative;
}

.banner .swiper-slide {
    height: auto;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide img {
    width: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
}

.banner .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner .swiper-slide::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 1.5rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}

.banner .swiper-prev,
.banner .swiper-next {
    width: 34px;
    height: 58px;
    background: rgba(66, 176, 55, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.banner .swiper-next {
    left: auto;
    right: 0;
}

.banner-btn {
    width: 100%;
    position: absolute;
    bottom: 50px;
    z-index: 111;
}

.banner-btn .container {
    display: flex;
    justify-content: flex-end;
}

.banner .swiper-pagination1 {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 26px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    backdrop-filter: blur(20px);
}

.banner .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    margin: 0 4px;
    opacity: 1;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    background: #42B037;
}



.main-gywm {
    width: 100%;
    background: url(../img/main-gywm-bg.png) top center no-repeat;
    background-size: cover;
}

.number-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.number-list .name {
    display: flex;
    align-items: center;
}

.number-list .name span {
    font-size: 45px;
    color: #2A2A2A;
}

.number-list .name .sub {
    color: #2A2A2A;
    position: relative;
    top: -15px;
    right: -5px;
}

.number-list p {
    color: #999999;
}

.number-list .xian {
    width: 0;
    height: 73px;
    display: inline-block;
    border-left: 1px solid #D8D8D8;
}

.gywm-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gywm-item .img,
.gywm-item .text {
    width: calc((100% - 60px) / 2);
    position: relative;
}

.videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.videoBtn img {
    max-width: 73px;
}

.gywm-item .text .desc {
    line-height: 40px;
    height: 240px;
    text-align: justify;
    color: #5A5A5A;
    margin: 40px 0 60px 0;
}

.column-more {
    width: 137px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding-left: 14px;
    position: relative;
    background: #42B037;
}

.column-more2 {
    border: 1px solid #fff;
    float: right;
}

.column-more a {
    color: #fff;
}

.column-more2 a {
    color: #fff;
}

.column-more span {
    width: 52px;
    height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #42B037;
    position: absolute;
    right: -10px;
    z-index: 5;
    background: #fff;
    top: -1px;
    background: url(../img/icon.png) center no-repeat #fff;
}

.column-more2 span {
    border: 1px solid #fff;
}

.column-more:hover {
    background: #fff;
    border: 1px solid #42B037;
}

.gywm_text .column-more:hover,
.column-more:hover,
.column-more:hover a {
    color: #42B037;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.column .title {
    position: relative;
    padding-top: 30px;
}

.column .title .name {
    font-size: 40px;
    color: #2C2C2C;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.column .title .name::before {
    content: '';
    width: 52px;
    height: 30px;
    display: inline-block;
    background: url(../img/column-name-icon.png) center no-repeat;
    background-size: cover;
    margin-right: 8px;
}



.column-cpzx {
    width: 60%;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 11;
}

.column2 .title .name::before,
.column-cpzx .title .name::before {
    background: url(../img/column-name-icon2.png) center no-repeat;
    background-size: cover;
}

.column .title .name_gysw::before{
    width: 38px;
    height: 48px;
    background: url(../img/gy-icon.png) center no-repeat;
    background-size: cover;
}

.column2 .title .name_gysw2::before{
    width: 38px;
    height: 48px;
    background: url(../img/gy-icon2.png) center no-repeat;
    background-size: cover;
}

.column .title .en {
    font-size: 50px;
    font-weight: bold;
    color: #42B037;
    opacity: 0.15;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.column2 .title .en {
    color: #fff;
}

.column2 .title .name {
    color: #fff;
}

.main-xwzx {
    width: 100%;
    background: url(../img/main-xwzx-bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}

.xwzx-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xwzxSlide {
    /* width: calc(50% + 20px); */
    width: 720px;
    position: relative;
}

.xwzxSlide .swiper-slide a,
.xwzxSlide .swiper-slide .img {
    width: 100%;
}

.xwzxSlide .swiper-slide img {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.xwzxSlide .swiper-slide .text {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding: 0 25px;
    background: #42B037;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.xwzxSlide .swiper-slide .title {
    font-weight: bold;
    color: #fff;
}

.xwzxSlide .swiper-slide .desc {
    color: #fff;
    opacity: .6;
    line-height: 20px;
    height: 20px;
    margin: 8px 0 12px 0;
}

.xwzxSlide .swiper-slide .date {
    color: #fff;
}

.xwzxSlide .swiper-prev,
.xwzxSlide .swiper-next {
    width: 34px;
    height: 58px;
    background: rgba(66, 176, 55, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 42%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.xwzxSlide .swiper-next {
    left: auto;
    right: 0;
}

.xwzxlist {
    /* width: calc(50% - 50px); */
    flex: 1;
    box-sizing: border-box;
    padding-left: 50px;
}

.xwzxlist li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.xwzxlist li.f {
    width: 100%;
    height: 100px;
    background: #42B037;
}

.xwzxlist li.f a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.xwzxlist li.f .date {
    width: 72px;
    height: 66px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.xwzxlist li.f .d {
    font-size: 28px;
    color: #fff;
    height: 37px;
    line-height: 37px;
    font-weight: bold;
    text-align: center;
}

.xwzxlist li.f .y {
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    color: #42B037;
}

.xwzxlist li.f .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}

.xwzxlist li.f .title {
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.xwzxlist li.f .desc {
    color: #fff;
    line-height: 23px;
    text-align: justify;
    opacity: .7;
    height: 46px;
}

.xwzxlist li.n {
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid #eee;
    margin-top: 15px;
}

.xwzxlist li.n a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xwzxlist li.n .title {
    flex: 1;
    color: #333;
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
}

.xwzxlist li.n .title::before {
    content: '';
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border: 0.7px solid #42B037;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.xwzxlist li.n .date {
    color: #BEBEBE;
    width: 110px;
    text-align: right;
}

.xwzxlist li.n .date span {
    font-size: 14px;
    margin-right: 5px;
    color: #42B037;
}

.xwzxlist li.n:hover {
    border: 1px solid #42B037;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.xwzxlist li.n:hover .title {
    color: #42B037;
    font-weight: bold;
}

.xwzxlist li.n:hover .title::before {
    background: #42B037;
}


.main-yyly {
    width: 100%;
    background: url(../img/main-bg.png) top center no-repeat;
    background-size: 100% auto;
}

.yylyBox ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yylyBox li {
    width: 15%;
    height: 600px;
    position: relative;
}

.yylyBox li img {
    width: 100%;
    display: none;
}

.yylyBox li .name {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 25px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 5px;
}

.yylyBox li .bgImg {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.yylyBox li .bgImg::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
}

.yylyBox li .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/mark.png) bottom center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 25px;
    opacity: 0;
}

.yylyBox li .text a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.yylyBox li .text .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.yylyBox li .text .desc {
    line-height: 25px;
    max-height: 100px;
    text-align: justify;
}

.yylyBox li.on .name {
    opacity: 0;
}

.yylyBox li.on .text {
    opacity: 1;
}

.main-cpzx {
    width: 100%;
    background: url(../img/main-cpzx-bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 105px 0 95px 0;
}

.main-cpzx .container {
    box-sizing: border-box;
    padding-right: 200px;
    position: relative;
}

.cpSlide {
    width: 100%;
    min-height: 515px;
    position: relative;
}

.cpSlide .swiper-slide .img {
    width: 515px;
    box-sizing: border-box;
    padding: 52px;
    background: url("../img/cpSlide-bg.png") center no-repeat;
    background-size: cover;
}

.cpSlide .swiper-slide .cpImg {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.cpSlide .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: transform 0.6s ease;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.cpSlide .swiper-slide .title {
    font-weight: bold;
    color: #fff;
}

.cpSlide .swiper-slide .desc {
    color: rgba(255, 255, 255, 0.8);
    line-height: 35px;
    margin-bottom: 200px;
}

.cpSlide .swiper-slide .desc .p {
    height: 70px;
    line-height: 35px;
}

.cpSlide .swiper-slide .d {
    margin: 35px 0 10px 0;
}

.cpSlide .swiper-slide .text {
    flex: 1;
    box-sizing: border-box;
    padding-right: 70px;
    padding-top: 65px;
}

.cpSlide .swiper-slide {
    opacity: 0 !important;
    display: flex;
    align-items: flex-start;
}

.cpSlide .swiper-slide-active {
    opacity: 1 !important;
}

.cpSlide .swiper-slide .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.cpSlide .swiper-prev,
.cpSlide .swiper-next {
    width: 49.5px;
    height: 49.5px;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    border: 0.76px solid #2BA0D1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .6;
    position: absolute;
    left: 0;
    z-index: 99;
    bottom: 35px;
    cursor: pointer;
}

.cpSlide .swiper-next {
    left: 75px;
}

.cpSlide .swiper-prev span,
.cpSlide .swiper-next span {
    color: #42B037;
    font-size: 18px;
    font-weight: bold;
}

.cpSlide .swiper-prev:hover,
.cpSlide .swiper-next:hover {
    opacity: 1;
}

.tabHead {
    width: auto;
    height: 100%;
    position: absolute;
    right: 137px;
    top: 0;
    z-index: 11;
}

.tabHead-bg {
    content: '';
    width: 618px;
    height: 618px;
    background: url(../img/tabHead-bg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 137px;
    top: 0;
}

.tabHead ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.tabHead ul li {
    position: relative;
}

.tabHead ul li.li1 {
    right: 20px;
}

.tabHead ul li.li2 {
    right: -85px;
}

.tabHead ul li.li3 {
    right: -144px;
}

.tabHead ul li.li4 {
    right: -110px;
}

.tabHead ul li.li5 {
    right: 0;
}

.tabHead ul li a {
    display: flex;
    align-items: center;
}

.tabHead ul li.active .icon::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -3px;
    top: -3px;
    border: 3px solid #42B037;
}

.tabHead ul li .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
    0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.tabHead ul li .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.tabHead ul li .name {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.tabHead ul li:hover .icon img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.tabCount {
    width: 100%;
    padding: 52px 0;
}

.tabCount .cpSlide {
    display: none;
}

.tabCount .cpSlide.active {
    display: block;
}

.rightFix {
    width: 141px;
    position: fixed;
    right: 0;
    background: #ECFFDB;
    background: linear-gradient(180deg, #ECFFDB 0%, rgba(255, 255, 255, 0.5) 100%);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 1111;
    bottom: 10%;
    padding: 22px 0;
    display: none;
}

.rightFix .close {
    position: absolute;
    right: 0;
    top: -16px;
    border-radius: 50%;
    background: #Fff;
    border: 1px solid #42B037;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.rightFix .close img {
    width: 16px;
}

.rightFix .box {
    margin-bottom: 30px;
}

.rightFix .box:last-of-type {
    margin: 0;
}

.rightFix .box a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.rightFix .box .icon {
    width: 59px;
    height: 59px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.rightFix .box .icon img {
    max-width: 40px;
}

.rightFix .box p {
    font-size: 16px;
    color: #3E3E3E;
    text-align: center;
    margin-top: 5px;
}

.rightFix .box:hover .icon {
    border: 1px solid #42B037;
}

.rightFix .box:hover .icon span {
    animation: jello 1s linear;
}

#scrolltop {
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 999;
    cursor: pointer;
    background: #42B037;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

#scrolltop .iconfont {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("../img/toTop.png") center no-repeat;
    background-size: cover;
}

/* ------------ 内页样式 ------------ */

.nmain {
    width: 100%;
    background: url(../img/nmain-bg.jpg) top no-repeat;
    background-size: cover;
    overflow: hidden;
}

.nydt {
    width: 100%;
    position: relative;
}


.nydt img {
    width: 100%;
}

.subNav {
    width: 100%;
    box-sizing: border-box;
    /* padding: 0 8px; */
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 30px 0 50px 0;
    border-radius: 10px;
}

.subNav ul {
    display: flex;
    flex-wrap: wrap;
}

.subNav ul li {
    padding: 18px 40px;
    margin-right: 8px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin: 8px;
}

.subNav ul li a {
    color: #636363;
}

.subNav ul li.on,
.subNav ul li:hover {
    background: #42B037;
}

.subNav ul li.on a,
.subNav ul li:hover a {
    color: #fff;
}

.threeNav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(66, 176, 55, .2);
}

.threeNav ul li {
    padding-bottom: 13px;
    margin-right: 20px;
}

.threeNav ul li a {
    color: #636363;
}

.threeNav ul li.on,
.threeNav ul li:hover {
    border-bottom: 2px solid #42B037;
}

.threeNav ul li.on a,
.threeNav ul li:hover a {
    color: #42B037;
    font-weight: bold;
}

.textlist .info li {
    width: 100%;
    box-sizing: border-box;
    border: 0.5px solid #D4D4D4;
    margin-bottom: 32px;
    padding: 25px;
}

.textlist .info li:last-of-type {
    margin: 0;
}

.textlist .info li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.textlist .info li .date {
    width: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textlist .info li .d {
    font-size: 28px;
    color: #42B037;
}

.textlist .info li .y {
    color: #A7A7A7;
    font-size: 16px;
}

.textlist .info li .xian {
    width: 0;
    height: 72px;
    display: block;
    margin: 0 20px 0 15px;
    border-left: 1px solid #E5E5E5;
}

.textlist .info li .text {
    flex: 1;
}

.textlist .info li .title {
    color: #2C2C2C;
    line-height: 25px;
    height: 25px;
}

.textlist .info li .desc {
    color: #999;
    line-height: 25px;
    height: 50px;
    margin-top: 5px;
}

.textlist .info li:hover {
    background: linear-gradient(0deg, #fff 0%, #EFFFED 100%);
    box-sizing: border-box;
    border: 0.5px solid #42B037;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.textlist .info li:hover .title {
    font-weight: bold;
    color: #42B037;
}

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #42B037;
    color: #fff;
    border: solid 1px #42B037;
}

.crumbs {
    width: 100%;
    position: absolute;
    bottom: 22px;
    z-index: 11;
    overflow: hidden;
}



.crumbs .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.crumbs .name {
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    background: #42B037;
    padding-right: 74px;
    border-radius: 0 80px 80px 0;
    position: relative;
}

.crumbs .name::before {
    content: '';
    width: 2000%;
    height: 120px;
    display: inline-block;
    background: #42B037;
    position: absolute;
    right: 100%;
    top: 0;
}

.crumbs .name::after {
    content: '';
    width: calc(100% - 74px);
    height: 0;
    display: inline-block;
    border-top: 5px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px 0px 100px 100px;
}

.crumbs .list {
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 15px;
    border-radius: 20px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;

    background: rgba(35, 35, 35, 0.5);
    backdrop-filter: blur(20px) saturate(45%);
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span {
    margin: 0 2px;
}

.crumbs .list span:last-of-type {
    display: none;
}

.piclist .info li {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    position: relative;
}

.piclist .info li::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid #42B037;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    z-index: 5;
}

.piclist .info li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.piclist .info li .img {
    width: 400px;
}

.piclist .info li .img img {
    width: 100%;
    height: 215px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .info li .text {
    flex: 1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 0 30px 30px
}

.piclist .info li .title {
    font-weight: bold;
    color: #353535;
}

.piclist .info li .desc {
    line-height: 25px;
    text-align: justify;
    color: #A4A4A4;
    height: 50px;
    margin: 10px 0 30px 0;
}

.piclist .info li .date {
    color: #B9B9B9;
}

.piclist .info li .date span {
    color: #42B037;
    font-size: 12px;
    position: relative;
    top: -1px;
}


.piclist .info li .left {
    flex: 1;
    box-sizing: border-box;
    padding-right: 30px;
    position: relative;
}

.piclist .info li .left::before {
    content: '';
    width: 81px;
    height: 47px;
    display: inline-block;
    background: url(../img/column-name-icon.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 30px;
    bottom: -15px;
    opacity: 0;
}

.piclist .info li .right {
    width: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(192, 192, 192, .2);
}

.piclist .info li .icon {
    width: 39px;
    height: 39px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.piclist .info li .icon span {
    color: #C0C0C0;
}

.piclist .info li:hover::before {
    width: 100%;
}

.piclist .info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist .info li:hover .title {
    color: #42B037;
}

.piclist .info li:hover .date {
    color: #42B037;
}

.piclist .info li:hover .icon {
    background: #42B037;
}

.piclist .info li:hover .icon span {
    color: #fff;
}

.piclist .info li:hover .left::before {
    opacity: .2;
}

.picture .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture .info li {
    width: calc((100% - 55px) / 3);
    margin-right: 27px;
    margin-bottom: 50px;
    position: relative;
}

.picture .info li::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid #42B037;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    z-index: 5;
}

.picture .info li:nth-of-type(3n) {
    margin-right: 0;
}

.picture .info li .img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 14px 14px;
    position: relative;
}

.picture .info li .img::before {
    content: '';
    width: calc(100% - 14px);
    height: 164px;
    display: inline-block;
    background: #42B037;
    position: absolute;
    left: 0;
    bottom: 0;
}

.picture .info li .img img {
    width: 100%;
}

.picture .info li .title {
    color: #1D1D1D;
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.picture .info li:hover .title {
    color: #42B037;
    font-weight: bold;
}

.picture .info li:hover::before {
    width: 100%;
}

.cplist .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cplist .info li {
    width: calc((100% - 76px) / 4);
    margin-right: 25px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
    0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.cplist .info li::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 2px solid #42B037;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    z-index: 5;
}

.cplist .info li:nth-of-type(4n) {
    margin-right: 0;
}

.cplist .info li .img {
    background: #259548;
}

.cplist .info li .title {
    width: 100%;
    text-align: center;
    color: #464646;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    padding: 0 15px;
    background: #F1F1F1;
}

.cplist .info li:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.cplist .info li:hover .title {
    color: #42B037;
    background: linear-gradient(0deg, #EFFFED 0%, #FFFFFF 100%);
}

.cplist .info li:hover::before {
    width: 100%;
}

.detail {
    width: 100%;
    box-sizing: border-box;
    padding: 70px 200px;
    background: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 95px;
}

.detail .dtl_left {
    width: 84px;
}

.detail .dtl_right {
    flex: 1;
    box-sizing: border-box;
    padding: 0 50px;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}

.detail .dtl_right p {
    width: 100%;
    font-size: 18px;
    line-height: 45px;
    text-align: justify;
    color: #404040;
    margin: 10px 0;
}

.detail .dtl_right p,
.detail .dtl_right p span {
    font-size: 18px !important;
    line-height: 40px !important;
    color: #292929;
    text-align: justify;
}

.detail .dtl_right.big p,
.detail .dtl_right.big p span {
    font-size: 26px !important;
    line-height: 60px !important;
}

.detail .dtl_right.large p,
.detail .dtl_right.large p span {
    font-size: 40px !important;
    line-height: 70px !important;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100% !important;
    height: auto;
}

.detail .dtl_right p img,
.detail .dtl_right p video {
    max-width: 100%;
}

.detail .title {
    font-size: 32px;
    font-weight: bold;
    color: #292929;
}

.detail .timer {
    width: 100%;
    padding: 25px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.detail .timer .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #9E9E9E;
}

.detail .timer .left span {
    display: block;
    margin: 0 18px;
    color: #9E9E9E;
}

.detail .dtl {
    width: 100%;
    padding: 40px 0 70px 0;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    display: flex;
}

.back-page {
    width: 100%;
    margin: 40px 0 50px 0;
    display: flex;
    justify-content: center;
}

.back-page .box {
    width: 108px;
    height: 108px;
    background: #EEFFEC;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.back-page .box p {
    font-size: 16px;
    color: #717171;
    margin-top: 10px;
}

.detail-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail-page .box {
    width: calc((100% - 18px) / 2);
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    border-top: 3px solid #E2E2E2;
    padding: 24px;
    position: relative;
}

.detail-page .box::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 3px solid #42B037;
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

.detail-page .box .name {
    font-size: 16px;
    color: #9E9E9E;
    margin-bottom: 10px;
}

.detail-page .box p {
    color: #717171;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.detail-page .box:hover::before {
    width: 100%;
}

.detail-page .box:hover p {
    color: #42B037;
    font-weight: bold;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
}

.fontSize .size {
    margin: 0 10px;
    cursor: pointer;
}

.fontSize .on {
    color: #42B037;
    font-weight: bold;
}

.share {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin: 5px 0;
}

.share a i {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 20px;
    height: 20px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 0px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    right: 30px;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.fenxiang {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.fenxiang .name {
    width: 20px;
    color: #9C9C9C;
    margin-bottom: 15px;
}


/* -------------------------------------- */

.landing {
    width: 100%;
    padding: 30px 0 90px 0;
}

.land-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.land-list .item {
    width: calc((100% - 65px) / 3);
    height: 227px;
    background: linear-gradient(180deg, #EFFFED 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.land-list .item .name {
    color: #767676;
}

.land-list .item p {
    color: #353535;
    margin-top: 5px;
    text-align: center;
}

.land-list .item .link {
    position: absolute;
    right: 0;
    top: 0;
    width: 97px;
    height: 28px;
    background: #42B037;
    border-radius: 0px 0px 0px 100px;
    text-align: center;
}

.land-list .item .link a {
    font-size: 16px;
    color: #fff;
}

.land-list .item .icon {
    width: 79px;
    height: 79px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.land-list .item .icon span {
    color: #42B037;
    font-size: 28px;
}

.land-list .item .icon::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/land-icon.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    animation: rotategz linear 10s infinite;
}

.land-list .item::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    left: 50%;
    border-bottom: 2px solid #42B037;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
    bottom: 0;
}

.land-list .item:hover::before {
    width: 100%;
}

.land-list .item:hover p {
    color: #42B037;
}

@keyframes rotategz {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.land-message {
    width: 100%;
    margin-top: 40px;
}

.land-message .box {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 30px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.land-message .box1 {
    width: calc((100% - 30px) / 2);
    height: 70px;
}

#fm_message {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-control {
    flex: 1;
    height: 100%;
    border: none;
    outline: unset;
    background: none;
    font-size: 16px;
}

.form-control::placeholder {
    color: #2C2C2C;
    opacity: .5;
}

.form-label {
    font-size: 18px;
    color: #2C2C2C;
    margin-right: 30px;
}

.form-text {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #42B037;
}

.land-message .box2 {
    box-sizing: border-box;
    padding: 30px;
    align-items: flex-start;
}

.land-message .box3 {
    background: #42B037;
    text-align: center;
}

.land-message .box3 button {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
}

.error-text {
    color: red;
    position: absolute;
    left: 0;
    bottom: -25px;
}

.search-form {
    margin-bottom: 40px;
    position: relative;
}


.search-form .form-control {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #42B037;
    outline: unset;
}

.search-form .btn {
    position: absolute;
    right: 0;
    border: none;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

.padding-top-10 {
    padding-top: 10px;
}

.search_box {
    width: 100%;
}

.textlist2 li {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 20px;
}

.textlist2 li .title {
    font-weight: bold;
    color: #2E2E2E;
}

.textlist2 li .desc {
    line-height: 23px;
    text-align: justify;
    color: #A5A5A5;
    margin: 10px 0;
}

.textlist2 li .dete {
    color: #666;
}

.textlist2 li:hover {
    background: #42B037;
}

.textlist2 li:hover .dete {
    color: #fff;
}

.textlist2 li:hover .title {
    color: #fff;
}

.textlist2 li:hover .desc {
    color: #fff;
}

.searchPage {
    width: 100%;
    padding: 80px 0;
}


/* 关于我们 */

.gywm {
    width: 100%;
    background: url(../img/gywmBg.jpg) center top no-repeat;
    background-size: cover;
}

.gywmBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gywmBox .item {
    width: calc((100% - 42px) / 2);
    position: relative;
    padding-bottom: 66px;
}

.gywmBox .item .bgImg {
    overflow: hidden;
    border-radius: 10px;
}

.gywmBox .item .bgImg img {
    width: 100%;
    border-radius: 10px;
}

.gywm_text {
    width: calc(100% - 60px);
    position: absolute;
    left: 30px;
    background: #42B037;
    border-radius: 10px;
    bottom: 0;
    box-sizing: border-box;
    padding: 25px 30px;
    z-index: 11;
}

.gywm_text a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gywm_text .column-more {
    border: 1px solid #fff;
    color: #fff;
}

.gywm_text .left {
    display: flex;
    align-items: center;
    color: #fff;
}

.gywm_text .left .icon {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
    position: relative;
}

.gywm_text .left .icon span {
    font-size: 32px;
    transition: transform 0.5s;
}

.gywm_text .left .icon::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/land-icon2.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    animation: rotategz linear 10s infinite;
}

.gywm_text .left .name {
    font-weight: bold;
    margin-bottom: 5px;
}

.gywm_text:hover .left .icon span {
    animation: jello 1s linear;
}

/* 公司简介 */

.detail_gsjj {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 50px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
}

.detail_gsjj .img {
    width: 100%;
    position: relative;
}

.detail_gsjj .img img {
    width: 100%;
}

.detail_gsjj .img .title {
    height: 86px;
    background: #42B037;
    width: 60%;
    position: absolute;
    left: 20%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 86px;
    bottom: -43px;
}

.detail_gsjj .dtl p {
    margin-bottom: 15px;
}

.detail_gsjj .dtl p,
.detail_gsjj .dtl p span {
    line-height: 40px;
    text-align: justify;
    color: #2C2C2C;
    font-size: 20px;
}

.detail_gsjj .dtl img,
.detail_gsjj .dtl video {
    max-width: 100%;
    height: auto;
}

/* 企业文化 */



.detail_qywh  li {
    width: 100%;
    background: linear-gradient(180deg, #EFFFED 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 45px 20px;
    cursor: pointer;
    position: relative;
}

.detail_qywh  li::before {
    content: '';
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url(../img/qywh-icon1.png) center no-repeat;
    position: absolute;
    left: 30px;
    top: 30px;
    opacity: 0;
}

.detail_qywh  li::after {
    content: '';
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url(../img/qywh-icon2.png) center no-repeat;
    position: absolute;
    right: 30px;
    bottom: 30px;
    opacity: 0;
}

.detail_qywh  li .icon {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail_qywh  li .icon::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/land-icon.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    animation: rotategz linear 10s infinite;
}

.detail_qywh  li .icon span {
    color: #42B037;
    font-size: 38px;
}

.detail_qywh  li .xian {
    width: 100%;
    height: 0;
    display: inline-block;
    border-top: 1px solid #42B037;
    opacity: .25;
    margin: 40px 0;
}

.detail_qywh  li .desc {
    width: 100%;
    text-align: center;
    line-height: 30px;
    height: 150px;
    color: #2C2C2C;
}

.detail_qywh  li:hover {
    background: #fff;
}

.detail_qywh  li:hover .name {
    color: #42B037;
}

.detail_qywh  li:hover .icon span {
    animation: jello 1s linear;
}

.detail_qywh  li:hover::before,
.detail_qywh  li:hover::after {
    opacity: 1;
}

.qywhSlide .swiper-container{
    box-sizing: border-box;
    padding: 15px;
}

.qywhSlide .swiper-pagination1{
    text-align: center;
    margin-top: 20px;
}

.qywhSlide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #42B037;
    margin: 0 5px;
    opacity: .7;
    border: 1px solid #fff;
}

.qywhSlide .swiper-pagination-bullet-active{
    opacity: 1;
}

/* 应用领域 */

.yyly ul li:last-of-type {
    margin: 0;
}

.yyly_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.yyly_item::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 2px solid #42B037;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    transition: all 0.5s ease-in-out;
}

.yyly ul li:nth-child(2n) {
    flex-direction: row-reverse;
}

.yyly_item .img {
    width: 45.5%;
}

.yyly_item .img img {
    width: 100%;
}

.yyly_item .text {
    width: 54.5%;
    box-sizing: border-box;
    padding: 50px;
}

.yyly_item .text .title {
    color: #2C2C2C;
}

.yyly_item .text .title img {
    height: 29px;
    margin-right: 10px;
}

.yyly_item .text .desc {
    color: #5A5A5A;
    line-height: 33px;
    height: 99px;
    text-align: justify;
    margin: 20px 0 60px 0;
}

.yyly_item:hover {
    background: linear-gradient(180deg, #EFFFED 0%, #FFFFFF 100%);
}

.yyly_item:hover .title {
    color: #42B037;
}

.yyly_item:hover::before {
    width: 100%;
}

/* 产品详情页 */

.detail_cpzx {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 50px;
    background: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
}

.cpDetailSlide {
    width: 400px;
    position: relative;
    overflow: hidden;
    /* background: #259548; */
}

.cpDetailSlide .swiper-next,
.cpDetailSlide .swiper-prev {
    width: 26px;
    height: 44px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.cpDetailSlide .swiper-next {
    left: auto;
    right: 0;
}

.cpDetailSlide .swiper-next span,
.cpDetailSlide .swiper-prev span {
    color: #fff;
}

.cpDetailSlide .swiper-slide .img {
    box-sizing: border-box;
    padding: 52px;
    background: url(../img/cpSlide-bg.png) center no-repeat;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
}

.cpDetailSlide .swiper-slide .picImg,
.cpDetailSlide .swiper-slide img {
    border-radius: 50%;
}

.cpDetail {
    flex: 1;
    box-sizing: border-box;
    padding-left: 55px;
}

.cpDetail .title {
    color: #42B037;
    border-bottom: 1px solid #E7E7E7;
}

.cpDetail .title img {
    height: 30px;
}

.cpDetail .name {
    color: #474747;
    border-bottom: 1px solid #E7E7E7;
}

.cpDetail .dtl {
    box-sizing: border-box;
    padding-top: 20px;
}

.cpDetail .dtl p {
    margin-bottom: 15px;
}

.cpDetail .dtl p:last-of-type {
    margin: 0;
}

.cpDetail .dtl p,
.cpDetail .dtl p span {
    color: #474747;
    line-height: 35px;
}

.cp_link ul {
    display: flex;
    align-items: center;
}

.cp_link ul li {
    margin-right: 64px;
}

.cp_link ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cp_link ul li .icon {
    width: 59px;
    height: 59px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.cp_link ul li .icon img {
    width: 32px;
}

.cp_link ul li p {
    color: #3E3E3E;
    font-size: 16px;
    margin-top: 5px;
}

.cp_link ul li:last-of-type {
    margin: 0;
}

.cp_link ul li:hover .icon {
    border: 1px solid #42B037;
}

.cp_link ul li:hover .icon img {
    animation: jello 1s linear;
}



.list-page {
    width: 100%;
    display: block;
    margin: 50px 0;
}

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #3B8BB9;
}

.img_content video {
    width: 800px;
    height: auto;
}

.colse_btn {
    border: solid 1px #3B8BB9;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3B8BB9;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
}



.main-qywh {
    width: 100%;
    background: url(../img/qywhBg.jpg) center no-repeat;
    background-size: cover;
}

.zzrySlide .swiper-slide .img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px 100px 50px;
    position: relative;
}

.zzrySlide .swiper-slide .img::before {
    content: '';
    width: 100%;
    height: 162px;
    display: inline-block;
    background: url(../img/zzry-img-icon.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.zzrySlide .swiper-slide img {
    width: 100%;
}

.zzrySlide .swiper-slide .title {
    width: 100%;
    text-align: center;
    color: #151515;
    line-height: 72px;
    height: 72px;
    position: relative;
}

.zzrySlide .swiper-slide .title::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #42B037;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
}

.zzrySlide .swiper-slide:hover .title {
    color: #42B037;
    font-weight: bold;
}

.zzrySlide .swiper-slide:hover .title::before {
    width: 100%;
}

.zzry-swiper-btn {
    width: 100%;
    text-align: center;
    margin-top: 55px;
}

.zzrySlide .swiper-pagination1 {
    height: 26px;
    line-height: 26px;
    padding: 0 14px;
    border-radius: 100px;
    background: #BCEEB7;
    display: inline-block;
    backdrop-filter: blur(20px);
}

.zzrySlide .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    opacity: 1;
    margin: 0 3px;
    background: #fff;
}

.zzrySlide .swiper-pagination-bullet-active {
    background: #42B037;
}

/* 产品中心索引 */

.cpzx {
    width: 100%;
    margin-top: -21px;
    background: url(../img/nmain-bg.jpg) top no-repeat;
    background-size: cover;
}

.cpzx .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cpzxLeft {
    width: 194px;
    position: relative;
    z-index: 11;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding-top: 40px;
}


.cpzxLeft ul li {
    text-align: center;
    font-size: 20px;
    color: #2C2C2C;
    padding: 0 35px;
    cursor: pointer;
}

.cpzxLeft ul li h3 {
    width: 100%;
    padding: 23px 0;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    position: relative;
}

.cpzxLeft ul li.prev h3 {
    border: none;
}

.cpzxLeft ul li.on {
    color: #fff;
    font-weight: bold;
    padding: 0;
    position: relative;
    padding: 10px 0;
}

.cpzxLeft ul li.on::before {
    content: '';
    width: calc(100% + 26px);
    height: 56px;
    display: inline-block;
    background: url(../img/cpzx-li-icon.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 10px;
}

.cpzxLeft ul li.on h3 {
    padding: 13px 0;
    border: none;
}

.cpzxLeft ul li.on h3::before {
    content: '';
    width: 35px;
    height: 19px;
    display: inline-block;
    background: url(../img/column-name-icon2.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.cpzxRight {
    width: calc(100% - 194px - 50px);
    padding: 70px 0 60px 0;
}

.cpzxSlide {
    width: 100%;
    position: relative;
    display: none;
}

.cpzxRight .cpzxSlide {
    display: none;
}

.cpzxRight .cpzxSlide.on {
    display: block;
}

.cpzxSlide .swiper-container {
    padding-bottom: 60px;
}

.cpzxSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.cpzxSlide .swiper-slide .img {
    background: #259548;
}

.cpzxSlide .swiper-slide .name {
    text-align: center;
    line-height: 55px;
    height: 55px;
    background: #F1F1F1;
    color: #464646;
}

.cpzxSlide .swiper-slide .text {
    display: none;
    height: 182px;
    background: linear-gradient(0deg, #EFFFED 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 25px;
}

.cpzxSlide .swiper-slide-next .name {
    display: none;
}

.cpzxSlide .swiper-slide-next .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.cpzxSlide .swiper-slide .title {
    color: #42B037;
    text-align: center;
}

.cpzxSlide .swiper-slide .desc {
    width: 100%;
    line-height: 25px;
    height: 75px;
    color: #9E9E9E;
    text-align: center;
    margin-top: 5px;
}

.cpzxSlide .swiper-slide .column-more {
    background: #42B037;
    color: #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.cpzx-swiper-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cpzx-swiper-btn .swiper-pagination1 {
    width: calc(100% - 104px - 40px);
    height: 5px;
    background: #D4F1D1;
    left: 0;
}

.cpzx-swiper-btn .swiper-pagination-progressbar-fill {
    background: #42B037;
}

.cpzx-swiper-btn .swiper-prev {
    margin: 0 20px;
}

.cpzx-swiper-btn .swiper-prev,
.cpzx-swiper-btn .swiper-next {
    width: 52px;
    height: 52px;
    border-radius: 100px;
    box-sizing: border-box;
    border: 1px solid #42B037;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cpzx-swiper-btn .swiper-prev span,
.cpzx-swiper-btn .swiper-next span {
    color: #42B037;
    font-size: 20px;
}

.cpzx-swiper-btn .swiper-prev:hover,
.cpzx-swiper-btn .swiper-next:hover {
    background: #42B037;
}

.cpzx-swiper-btn .swiper-prev:hover span,
.cpzx-swiper-btn .swiper-next:hover span {
    color: #fff;
}


.gywm-item2 .item {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.gywm-item2 .item .img {
    width: 668px;
    position: relative;
}

.gywm-item2 .item .img img {
    width: 100%;
}

.gywm-item2 .item .text {
    width: calc(100% - 668px + 50px);
    background: #fff;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 9;
    height: calc(100% - 70px);
    box-sizing: border-box;
    padding: 40px 50px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.gywm-item2 .item .desc {
    color: #5A5A5A;
    line-height: 40px;
    text-align: justify;
    height: 240px;
}

.jianjie-link {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.jianjie-link .box a {
    display: flex;
    align-items: center;
}

.jianjie-link .box {
    margin-right: 54px;
}

.jianjie-link .box .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.jianjie-link .box .icon span {
    color: #42B037;
    font-size: 18px;
}

.jianjie-link .box .name {
    color: #42B037;
    font-size: 22px;
}

.jianjie-link .box:hover .name {
    font-weight: bold;
}

.jianjie-link .box:hover .icon {
    box-sizing: border-box;
    border: 1px solid #42B037;
}

.jianjie-link .box:hover .icon span {
    animation: jello 1s linear;
}

.no-break {
    white-space: nowrap;
}

.footer .banq br {
    display: none;
}

.text-danger {
    color: red !important;
}

.page404{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page404 h2{
    font-size: 46px;
    color: #8f8f8f;
    font-weight: bold;
    margin: 40px 0 20px 0;
}

.page404 .text-404{
    font-size: 16px;
    color: #666;
}

.btn-404{
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.btn-404 a{
    font-size: 20px;
    margin-right: 20px;
    border-radius: 5px;
    background: #CFBC80;
    padding: 10px 15px;
    color: #fff;
}

.btn-404 span{
    font-size: 20px;
    color: #666;
}