:root {
    --primary: #008158;
    --white: #FFFFFF;
    --secondary: #15ACE1;
    --light: #E6E6E6;
    --dark: #14183E;
    --three: #333333;
    --grey: #808080;
    --green: #e2f5ef;
    --six: #666666;
}

a {
    text-decoration: none;
}


@media screen and (min-width:1320px) {
    .container {
        min-width: 1240px;
    }
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    margin-left: 35px;
    padding: 0;
    color: var(--dark) !important;
    outline: none;
}

@media screen and (max-width:1320px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 1.1rem;
        margin-left: 1.1rem;
        font-size: 1.1rem;
    }
}

/* 鼠标点击后脱离*/
.navbar-brand {
    height: 6.875rem;
    display: flex;
    align-items: center;
}

.navbar-dark .navbar-toggler {
    background-color: var(--primary);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    vertical-align: middle;
    margin-left: 8px;
}

.icon-jiantouxia {
    color: var(--dark);
}

.navbar-brand {
    z-index: 999 !important;
}

.nav-item {
    font-size: 1.125rem;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        /* height: 110px; */
        border-top: 1px solid var(--light);
    }

    .navbar .navbar-nav {
        padding: 0 15px;
        width: 100%;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        margin-left: 0;
        padding: 10px 0;
        color: var(--dark) !important;
    }
}

.sticky-top {
    display: flex;
    background-color: var(--white);
}

@media (min-width: 992px) {
    .sticky-top {
        border-bottom: 1px solid var(--light);
    }

    .navbar-nav {
        margin: auto;
        height: 110px;
    }

    .navbar-nav .nav-link {
        height: 110px;
        line-height: 110px;
    }

    .navbar-nav .nav-link:hover {
        border-top: 2px solid var(--primary);
    }

    .nav-link.active {
        color: var(--primary);
        border-top: 2px solid var(--primary);
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 100%;
        left: -30px;
        opacity: 0;
        visibility: hidden;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;

        border-radius: 10px;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    }

    .navbar .nav-item .dropdown-menu a {
        line-height: 36px;
        display: flex;
        align-items: center;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        left: 0%;
        visibility: visible;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        opacity: 1;
    }

    .navbar-end-brand {
        display: none;
    }

    .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        color: var(--primary);
    }
    .spot {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: var(--primary);
        margin-right: 5px;
    }
    
    .spot-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: hidden;
        width: 0px;
        height: 100%;
        transition: all 0.8s;
    }
    
    .dropdown-menu .dropdown-item:hover .spot-box {
    
        width: 40px;
    }
}
@media (max-width: 991.99px) {
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--dark);
    background-color: var(--primary);
}
}

.navbar-container {
    padding: 0;
}




.input-group .form-control {
    border-radius: 0.25rem 0 0 0.25rem;
}

.input-group .btn {
    border-radius: 0 0.25rem 0.25rem 0;
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

/*** Button ***/
.button {
    width: 161px;
    height: 44px;
    border: 1px solid var(--primary);
    position: relative;
    line-height: 44px;

}

.button a {
    color: var(--primary);
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.button_left {

    width: 100%;
    height: 100%;
    z-index: 999;
    padding-left: 25px;

}

.guodu {
    width: 44px;
    height: 100%;
    background-color: var(--primary);
    position: absolute;
    padding-right: 10px;
    right: 0;
    top: 0;
    color: var(--white);
    transition: all 0.5s;
    z-index: -1;
}

.button:hover .guodu {
    width: 100%;
    height: 100%;
    background-color: var(--primary);
}

.button:hover a {
    color: var(--white);
}

.search-button {
    width: 50px;
    height: 50px;
    /* background-color: red; */

    color: var(--dark);
}

@media (min-width: 992px) {
    .search-button {
        order: +1;
    }
}

.form-control:focus {
    box-shadow: none !important;

    border-color: #ffffff;

}

.icon-Magnifier {
    font-size: 30px;
}

.arrow {
    float: right;
}

.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

/* title */
.subtitle {
    font-size: 16px;
    color: #008158;
}

.introbox {
    margin: 5.625rem auto;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.intro_left {
    /* width: 100%; */
    display: flex;
}

.intro_leftone {
    width: 50%;
    margin-right: 5px;
    height: 100%;
}

.intro_leftone img {
    width: 100%;
    height: 100%;
}

.intro_lefttwo {
    width: 50%;
    height: 100%;
}

.intro_lefttwo a {
    display: block;
    height: 50%;
}

.intro_lefttwo a:nth-child(1) {
    padding-bottom: 2.5px;
}

.intro_lefttwo a:nth-child(2) {
    padding-top: 2.5px;
}

.intro_lefttwo img {
    width: 100%;
    height: 100%;
    /* margin-bottom: 4.5px; */
}

.intro_lefttwo img:last-child {
    margin-bottom: 0px;
}

.intro_right {
    /* width: 100%; */
    padding: 10px;
}

@media screen and (max-width:992px) {
    .intro_right {
        width: 100%;
    }
}

.intro_rightone {
    font-family: 'MicrosoftYaHei';
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    .intro_rightone {
        font-family: 'MicrosoftYaHei';
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 5px;
    }
}

.intro_righttwo {
    font-family: 'Arial-ItalicMT';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 10px;
}

.intro_rightthree {
    font-family: 'MicrosoftYaHei';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 20px;
}

.intro_rightfour {
    margin-bottom: 20px;
}

.intro_rightfour i {
    color: #8d1c27;
    margin-right: 5px;
    margin-left: -20px;
}

.intro_rightfive a {
    font-family: 'MicrosoftYaHei';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}

.intro_rightfive i {
    margin-right: 8px;
}

.intro_righttext {
    font-family: 'MicrosoftYaHei';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    /* margin-left: 20px; */
    margin-bottom: 5px;
    list-style: none;
}

.intro_righttext::after {
    content: "";
    position: relative;
    bottom: -3px;
    width: 100%;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    display: block;
    opacity: 0.2;
}

.intro_rightthree {
    line-height: 40px;
}

@media screen and (min-width:992px) {
    .intro_rightfour .intro_righttext {
        line-height: 40px;
    }

    .intro_rightfour {
        margin-top: 40px;
    }

    .intro_rightone {
        padding-left: 40px;
    }

    .intro_rightthree {
        padding-left: 40px;
    }

    .intro_rightfour {
        padding-left: 40px;
    }

    .more {
        padding-left: 40px;
    }
}

@media screen and (min-width:1320px) {

    .intro_rightone {
        padding-left: 28px;
    }

    .intro_rightthree {
        padding-left: 28px;
    }

    .intro_rightfour {
        padding-left: 28px;
    }

    .more {
        padding-left: 28px;
    }
}

.common_titleright li a:hover {
    color: #008158 !important;
}

.introone {
    margin-top: 100px;
}

.introone img {
    height: 100%;
    width: 100%;
}

.introone_img {
    padding: 0 !important;
    overflow: hidden;
}

.introone_imgbg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
}

/* footer */
.footer .btn.btn-link {
    position: relative;
    padding-left: 15px;
    color: #4d4d4d;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: absolute;
    left: -5px;
    top: 10px;
    content: " ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--primary);
}

.footer .btn.btn-link:hover {
    letter-spacing: 2px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid #333333;
}

.footer .copyright a {
    color: #333333;
    text-decoration: none;
}



.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*** Footer ***/
.footer {
    background-color: #f7f7f7;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    /* color: rgba(255, 255, 255, .5); */
    font-weight: normal;
    transition: .3s;
}

.erweima {
    display: flex;
    align-items: center;
}

.erweima span:nth-child(1) {
    display: block;
    line-height: 24px;
    height: 50px;
    padding-right: 20px;
}

@media (max-width: 762px) {
    .erweima {
        display: flex;
        flex-direction: column;
    }

    .erweima span:nth-child(1) {
        text-align: center;
        padding-right: 0;
    }
}

.footer .btn.btn-link {
    position: relative;
    padding-left: 15px;
    color: #4d4d4d;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: absolute;
    left: -5px;
    top: 10px;
    content: " ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--primary);
}

.footer .btn.btn-link:hover {
    letter-spacing: 2px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid #333333;
}

.footer .copyright a {
    color: #333333;
    text-decoration: none;
}



.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.contact-box div {
    display: flex;
}

.contact-box div span:nth-child(1) img {
    margin-right: 20px;
}

/* 分页 */
#layui-laypage-0 .current {
    background: var(--primary);
    color: #fff;
}

.layui-laypage a,
.layui-laypage span {
    margin: .3125rem;
    border-radius: .25rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    height: auto;
}

.layui-laypage a:hover {
    color: var(--primary);
}<!--耗时1753093039.1541秒-->