* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



body {

    /* font-family: 'Poppins', sans-serif; */

    font-size: 16px;

    /* line-height: inherit; */

}



a {

    text-decoration: none;

    color: #333;

}

a:hover {
    color: #00623a !important;
    text-decoration: none !important;
}


ul {

    list-style: none;

}



li {

    list-style: none;

}



.dix {

    display: flex;

}



.dixAlt {

    display: flex;

    align-items: center;

}



.dixAltCen {

    display: flex;

    align-items: center;

    justify-content: center;

}



.dixCen {

    display: flex;

    justify-content: center;

}



.dix-1 {

    display: flex;

    justify-content: space-between;

}



.dix-2 {

    display: flex;

    justify-content: space-around;

}



.dix-3 {

    display: flex;

    justify-content: space-between;

}



.dix-4 {

    display: flex;

    justify-content: space-around;

}



.noPadding {

    padding: 0;

}

/* .container {

    padding: 0;

} */
.qusBj {
    position: absolute;
    right: 0;
}

/* 头部 */

.carousel-indicators li {

    border-radius: 6px;

    border-top: 0;

    border-bottom: 0;

}



.bi-text-right::before {

    font-weight: bold !important;

}



.bi-text-left::before {

    font-weight: bold !important;

}



.haderNav {

    width: 100%;

    background-color: #f5f5f5;

    position: sticky;

    top: 0;

    z-index: 9999;

}



.navbar-brand .logo1 {

    max-width: 70px;

}



.navbar-brand .logo2 {

    max-width: 352px;
    margin-left: 5px;

}



.nav-link,

.mobile {

    font-size: 16px;

    color: #000 !important;

    font-weight: bold;

}



.navbar-nav .nav-item:hover .nav-link {

    color: #00623a !important;

}



.navbar-nav .nav-item .nav-link .icon {

    width: 100%;

    display: block;

    height: 4px;

    background-color: #00623a;

    opacity: 0;

    margin-top: 5px;

}



.navbar-nav .active .nav-link {

    color: #00623a !important;

}



.navbar-nav .active .nav-link .icon {

    opacity: 1;

}



.mobile {

    color: #00623a !important;

}



.phone {

    font-style: italic;

}



.navbar {

    padding-left: 0;

    padding-right: 0;

}



.bg-light {

    width: 100%;

    /* height: 100px; */

    background-color: transparent !important;

}



/* 标题 */

.titleStyle {

    width: 100%;

    font-weight: bold;

    text-align: center;

}



.titleStyle h3 {

    font-weight: bold;

    font-size: 38px;

    color: #010101;

}



.titleStyle span {

    color: #939393;

}



.viewIcon {

    /* display: inline-block;

    width: 18px;

    height: 18px;

    border-radius: 50%;

    background-image: linear-gradient(32deg,

            #55a22e 0%,

            #167538 100%),

        linear-gradient(#000000,

            #000000);

    background-blend-mode: normal,

        normal;

    font-size: 12px;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center; */

    /* margin-left: 7px; */

    /* color: #ffffff; */

}



/* 尾部内容 */

.tailContent {

    /* height: 340px; */

    background: url("../images/bottom.png") no-repeat;

    background-size: cover;

    padding: 51px 0 0 0;
    position: relative;

}



.tailContent .textStyle h5 {

    font-size: 20px;

    color: #c6cfdb;
    
    line-height: 1.5em;
    
    margin-bottom: 1rem;

}



.tailContent .seeCode {

    color: #c1cad6;

}



.tailContent .textStyle p,

.tailContent .textStyle p a {

    color: #a8aeb6;
    margin-bottom: 1rem;
    line-height: 1.5em;

}

.tailContent .textStyle p a:hover {
    color: #a8aeb6 !important;
}


.tailContent .copyright {

    background-color: #3c434c;

    padding: 21px 0;
    
    margin-top: 2rem;

}



.tailContent .copyright .copyrightText {

    font-size: 14px;

    color: #94a1b3;

}

.tailContent .copyright .copyrightText p {
    text-align: inherit !important;
    margin-bottom: 0;
}



.tailContent .copyright .copyrightText:nth-child(2) {

    text-align: right;

}



.tailContent .codeBox {

    text-align: center;

    max-width: fit-content;

    margin-left: auto;

}



.tailContent .codeBox .seeCode {

    margin-top: 5px;

}



.tailContent .logoFude {

    text-align: center;

    margin-bottom: 20px;

}



.tailContent .logoFude .logo1 {

    margin-bottom: 20px;

}



/*  */

.topBander {

    margin: 70px 0;

    position: relative;

}



.topBander .rightImg {

    position: absolute;

    top: 0;

    right: 0;

}



.topBander .dix {

    align-items: flex-end;

}



.topBander h5 {

    font-size: 32px;

    letter-spacing: 1px;

    color: #000000;

    margin: 0;

    margin-left: -45px;

    font-weight: bold;

}



.pagination .page-item {

    margin: 0 12px;

}



.pagination .page-item:nth-child(2) .page-link {

    background-color: #0a8c3e !important;

    color: #ffffff;

}



.pagination .page-item .page-link {

    color: #4c5561;

    font-weight: bold;

}



.back-to-top {

    position: fixed;

    right: 30px;

    z-index: 99999;

    bottom: 20px;

    color: #fff;

    font-size: 40px;

    /* box-shadow:  0 0 10px rgba(0, 0, 0, 0.5); */

    background-color: #00623a;

    border-radius: 5px;

    padding: 0 5px;

    cursor: pointer;

}


@media (max-width: 1500px) {
    .navbar-brand .logo2 {
        max-width: 260px !important;
    }

    .navbar-brand .logo1 {
        max-width: 60px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 1500px) {
    .maxWidth {

        max-width: 1420px;

    }


    .carousel-indicators li {

        width: 78px;

        height: 12px;

        border-radius: 6px;

        border-top: 0;

        border-bottom: 0;

    }

}



@media (min-width: 1600px) {

    .maxWidth {

        max-width: 1540px;

    }



    .bg-light {

        height: 100px;

    }

}



@media (max-width: 1600px) {

    body {

        font-size: 14px;

    }



    .navbar-brand .logo1 {

        max-width: 70px;

    }



    .navbar-brand .logo2 {

        /* max-width: 232px; */

    }



    .nav-link {

        font-size: 16px;

    }



    .mobile {

        font-size: 14px;

    }



    .titleStyle h3 {

        font-size: 28px;

    }



    .titleStyle span {

        font-size: 14px;

    }



    .topBander .rightImg {

        /* max-width: 450px; */

    }



    .topBander .dix img {

        max-width: 104px;

    }

}



@media (max-width: 999px) {

    .mobile {

        display: none;

    }



    .navbar-nav .active .nav-link .icon {

        display: none;

    }

}



@media (max-width: 750px) {

    .maxWidth {

        max-width: 100%;

    }



    .nav-item {

        border-bottom: 1px solid #ccc;

    }



    .tailContent {

        padding-top: 30px;

    }



    .tailContent .logoFude {

        display: grid;

        justify-content: center;

        text-align: center;

        margin-bottom: 20px;

    }

    .qusBj {
        max-width: 40%;
    }


    .tailContent .logoFude .logo1 {

        margin: 0 auto;

        margin-bottom: 20px;

    }



    .tailContent .tailBox {

        text-align: center;

        width: 50%;

    }



    .tailContent .textStyle {

        text-align: center;

    }



    .tailContent .codeBox {

        text-align: center;

        margin: 0 auto;

    }



    .tailContent .codeBox .seeCode {

        margin-top: 10px;

    }



    .copyright .copyrightText {

        text-align: center;

        font-size: 12px !important;

    }



    .copyright .copyrightText:nth-child(2) {

        text-align: center !important;

        margin-top: 3px;

    }



    .tailContent .copyright {

        padding: 6px 0;

    }



    .topBander h5 {

        font-size: 18px;

        margin-left: -13px;

    }



    .topBander .rightImg {

        max-width: 55%;

    }



    .topBander .dix img {

        max-width: 43px;

    }

    .tailContent .textStyle h5 {
        font-size: 16px;
		margin-bottom: 1rem;
    }

    .topBander {

        margin: 30px 0;

    }



    .pagination .page-item {

        margin: 0;

    }

    .navbar-brand .logo2 {

        max-width: 250px;

    }

    .navbar-light .navbar-nav .nav-link .icon {
        display: none;
    }

}



@media (max-width: 500px) {

    .navbar-brand .logo1 {

        max-width: 45px !important;

    }



    .navbar-brand .logo2 {

        max-width: 200px !important;

    }

}



/* @media(max-width:768px) {

    .navbar-collapse {

        position: fixed;

        left: 0%;

        padding: 15px;

        width: 100%;

        top: 0%;

        height: 100%;

    }



    .navbar-collapse.collapsing {

        height: auto;

        -webkit-transition: left 0.3s ease;

        -o-transition: left 0.3s ease;

        -moz-transition: left 0.3s ease;

        transition: left 0.3s ease;

        left: -100%;

    }



    .navbar-collapse.show {

        left: 0;

        -webkit-transition: left 0.3s ease-in;

        -o-transition: left 0.3s ease-in;

        -moz-transition: left 0.3s ease-in;

        transition: left 0.3s ease-in;

    }

} */