/* 头部 */
header {
    background-color: #008d88;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

@media (max-width:768px) {
    header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    body {
        /* padding-top: 57px; */
    }
}

.header-box {
    padding: 10px 0 0;
}

.header-box .logo .content-img-auto {
    float: left;
    height: 40px;
}

.header-box .logo .content-img-auto img {
    filter: brightness(0) invert(1);
}

.header-box .logo h1 {
    float: left;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 0 0 0 10px;
    margin: 0;
}

.header-box .logo h1 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.header-box .logo h2 {
    float: left;
    line-height: 32px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding: 0 0 0 20px;
    border-left: 1px solid #eaeaea;
    margin: 0 0 0 20px;
}

.header-box .logo h2 span {
    display: block;
    font-size: 18px;
    font-weight: normal;
}

.header-box .phone {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    height: 40px;
    padding: 0 0 0 50px;
    margin: 12px 0 0 0;
    font-family: "DINOT";
    background: url(/JS9FH1OPUHqEJE9IJyV.jpg) no-repeat;
    margin-left: 30px;
}

.navbar-light .navbar-brand {
    padding: 0;
}

.navbar-light .navbar-brand img {
    height: 40px;
}

.navbar-light .navbar-brand h1 {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 0 10px;
}

.navbar {
    /* border-top: 1px solid #eaeaea; */
}

.navbar-nav {
    width: 100%;
}

.navbar-nav .nav-item {
    flex: 0 0 auto;
    /* border-right: 1px solid #eaeaea; */
    position: relative;
}

.navbar-nav .nav-item .nav-link {
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    width: 100%;
    /* border-bottom: 1px solid transparent; */
    position: relative;
}

.navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    height: 1px;
    background: #fff;
    width: 0;
    left: 50%;
    right: 0;
    bottom: -1px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .show>.nav-link::before,
.navbar-light .navbar-nav .nav-link:hover::before {
    width: 90%;
    left: 5%;
}


.dropdown {
    position: absolute;
    width: 210px;
    top: 50px;
    left: -70px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    transition: all .3s ease-out 0s;
}

.nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 12%);
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.dropdown>li {
    background: #008d88;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    text-align: center;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    opacity: 0.8;
}

.dropdown>li:hover {
    text-indent: 10px;
    opacity: 1;
}

.dropdown>li>a {
    padding: 14px 30px;
    display: block;
}

@media (max-width: 991px) {
    .navbar {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 10%);
    }

    .navbar-nav .nav-item {
        border-right: 0;
    }

    .navbar-nav .nav-item .nav-link {
        width: 100%;
    }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link,
    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #008d88;
        color: #fff;
        border-color: transparent;
    }
}

/* 尾部 */
footer.footer {
    background: #008d88;
    position: relative;
    /* padding-bottom: 80px; */
}

.footer-title {
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #fff;
}

.footer-phone p {
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
    margin: 0;
    line-height: 2.6;
}

.footer-phone p span {
    font-size: 24px;
    font-weight: bold;
    line-height: 0;
    /* color: #0a0e76; */
}

.footer-img {
    width: 120px;
}

.footer-link a {
    display: inline-block;
    width: 120px;
    max-width: 100%;
    font-size: 16px;
    line-height: 2.6;
    color: #fff;
    opacity: 0.8;
}

.footer-link a:hover {
    opacity: 1;
}

.footer-copyright {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    text-align: center;
    opacity: 0.6;
}

footer .footer-copyright {
    background-color: #007570;
}

/*  */

.heading-section.a {
    margin-bottom: 2em;
    /* height: 85px; */
    line-height: 40px;
    overflow: hidden;
    /* background: url(/JS9FH1OPUIORnxIrJycDU0WqHj.jpg) no-repeat center 60px; */
}

.heading-section.a h1 {
    font-size: 26px;
    color: #008d88;
}

.heading-section.a p {
    color: #008d88;
    font-size: 12px;
    opacity: 0.6;
    line-height: 1;
}

@media (max-width: 991px) {
    .heading-section.a {
        margin-top: 2em;
        margin-bottom: 1em;
        background-position-y: 43px;
    }

    .heading-section.a h1 {
        /* font-size: 28px; */
    }

    .heading-section.a p {
        /* font-size: 16px; */
    }
}

.slide-heading {
    padding: 0 3% 0 6%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.heading-section-index {
    margin-bottom: 50px;
}

.heading-section-index h1 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 25px;
    position: relative;
}

.heading-section-index h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 40px;
    background-color: #008d88;
    border-radius: 2px;
}

.heading-section-index p {
    color: #999;
    font-size: 14px;
    line-height: 2;
    margin: 25px 0 0;
}

.indexA-row {
    padding-right: 6%;
}

.indexA-tab a {
    display: block;
    padding: 7px 28px;
    font-size: 14px;
    color: #fff;
    background-color: #008d88;
    /* border-radius: 100px; */
    margin: 0 0 5px;
    transition: all .3s ease-out 0s;
    opacity: 0.4;
}

.indexA-tab a:hover,.indexA-tab a.active  {
    opacity: 1;
}

.page .indexA-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}

.page .indexA-tab a {
    flex: 1;
    margin-right: 25px;
}

.page .indexA-tab a:nth-last-child(1) {
    margin-right: 0;
}

.indexA-list .content-img {
    padding: 66.6666% 0 0;
}

.indexA-list .content-img img {
    position: absolute;
    top: 0;
}

.indexA-list {
    position: relative;
    margin-bottom: 50px;
}

div:nth-last-child(-n+4)>.indexA-list {
    margin-bottom: 0;
}

.indexA-list .content-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all ease-out .3s;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    z-index: 1;
}

.indexA-list:hover .content-img::before {
    opacity: 1;
}

.indexA-list .content-img::after {
    content: '+';
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    margin-left: -32px;
    margin-top: 0;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 10;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    opacity: 0;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: times new roman, 微软雅黑;
    box-sizing: unset;
}

.indexA-list:hover .content-img::after {
    margin-left: -32px;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

.indexA-list .content-img img {
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
}

.indexA-list:hover .content-img img {
    transform: scale(1.2, 1.2);
}

.indexA-list-text {
    text-align: left;
    position: relative;
}

.indexA-list-text h1 {
    font-size: 16px;
    margin: 0 80px 0 20px;
    color: #333;
    padding: 20px 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.indexA-list-text h2 {
    font-size: 14px;
    margin: 0 80px 0 20px;
    color: #6f6f6f;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0.4;
}

.indexA-list-text::after {
    width: 32px;
    height: 30px;
    position: absolute;
    content: "";
    top: 0;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    margin-top: 30px;
    right: 0;
    opacity: 0;
    background: url(/JS9FH1OPUIyNODNpD1cF.jpg);
}

.indexA-list:hover .indexA-list-text::after {
    right: 25px;
    opacity: 1;
}

.indexB-box {
    /* padding-top: 61px; */
    height: 100%;
}

.indexB-list {
    height: 100%;
    position: relative;
}

.indexB-list-img {
    height: 100%;
}

.indexB-list-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 1s;
    transition-delay: 0.2s;
}

div:nth-child(2)>.indexB-list .indexB-list-text {
    background-color: #f4f4f4;
}


.indexB-list-text img {
    margin-bottom: 30px;
}

.indexB-list-text h1 {
    font-size: 26px;
    font-weight: lighter;
    transition: all 1s;
}

.indexB-list-text p {
    font-size: 14px;
    line-height: 2;
    margin: 0;
    max-width: 300px;
    opacity: 0.6;
}

.indexB-list-hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #008d88;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 1s;
    opacity: 0;
}

.indexB-list-hover img {
    margin-bottom: 30px;
    filter: brightness(0) invert(1);
    transition: all 2s;
    margin-top: 50%;
}

.indexB-list-hover h1 {
    font-size: 26px;
    font-weight: lighter;
    color: #fff;
}

.indexB-list:hover .indexB-list-text,
.indexB-list.active .indexB-list-text {
    height: 0;
    opacity: 0;
}

.indexB-list:hover .indexB-list-text h1,
.indexB-list.active .indexB-list-text h1 {
    margin-bottom: 50%;
}

.indexB-list:hover .indexB-list-hover,
.indexB-list.active .indexB-list-hover {
    height: 40%;
    opacity: 1;
}

.indexB-list:hover .indexB-list-hover img,
.indexB-list.active .indexB-list-hover img {
    margin-top: 0;
}

.indexC {
    position: relative;
    background-color: #696b94 !important;
}

.indexC>div {
    height: 80%;
}

.indexC .slide-bg {
    width: 50%;
}

.indexC .slide-inner::before {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #f0faff;
    position: absolute;
    top: 0;
    right: 0;
}

.indexC-title h1 {
    font-size: 26px;
    color: #008d88;
}

.indexC-title h2 {
    color: #008d88;
    font-size: 12px;
    opacity: 0.6;
}

.indexC-text {
    padding: 6%;
}

.indexC-text p {
    text-indent: 2em;
    line-height: 2;
    font-size: 16px;
    color: #848484;
}

.indexC-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10%;
    margin: auto;
    width: 80px;
    height: 300px;
    background-color: #fff;
}

.indexC-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #008d88;
    opacity: 0.6;
}

.indexC-btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.indexC-btn a::before,
.indexC-btn a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #008d88;
    opacity: 0.6;
    transition: all 0.3s ease-in-out !important;
}

.indexC-btn a::after {
    transition-delay: .2s !important;
}

.indexC-btn img {

    position: relative;
    top: 10%;
    transition: all 0.5s;
    z-index: 1;
}

.indexC-btn:hover img {
    top: 30%;
}

.indexC-btn:hover a::before,
.indexC-btn:hover a::after {
    height: 100%;
}

.indexD-col {
    padding-right: 6%;
}

.indexD-list-text {
    text-align: left;
    padding: 25px 30px;
    background-color: #f4f4f4;
}

.indexD-list:hover .indexD-list-text {
    background-color: #f1f1f1;
}

.indexD-list-text h1 {
    font-size: 20px;
    color: #171717;
    margin-bottom: 15px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.indexD-list:hover .indexD-list-text h1 {
    color: #008d88;
}

.indexD-list-text p {
    font-size: 14px;
    height: 63px;
    overflow: hidden;
    opacity: 0.6;
    transition: all 0.3s;
}

.indexD-list:hover .indexD-list-text p {
    opacity: 1;
}

.indexD-list-text span {
    color: #171717;
    font-size: 12px;
    display: block;
}

.indexD-list-text span i {
    float: right;
    font-style: normal;
}

.index-footer-ban {
    box-shadow: 0 0 80px #afafaf;
    background: #fff url(../images/map_map.png) center right no-repeat;
    padding: 80px 80px 80px 0;
    margin: 6% 0 0;
}

.index-footer-cen {
    max-width: 800px;
}

.index-footer-cen h1 {
    font-size: 29px;
    color: #383838;
    margin: 0 0 5px;
}

.index-footer-cen h2 {
    font-size: 12px;
    color: #c8c8c8;
    font-weight: normal;
    text-transform: uppercase;
}

.index-footer-cen p {
    color: #414141;
    font-size: 15px;
    line-height: 28px;
    margin: 0;
    font-family: "default";
}

.index-footer-cen p:nth-child(1) {
    margin-bottom: 10px;
}

.index-footer-cen b {
    font-size: 30px;
    font-weight: normal;
    color: #008d88;
}

.index-footer-er .content-img {
    width: 150px;
    margin: auto;
}

.index-footer .footer-copyright {
    color: #000;
}

.index-footer-title {
    width: 100%;
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 15px;
    text-align: left;
    margin-bottom: 15px;
}

.index-footer-title h1 {
    font-size: 20px;
    color: #008d88;
    margin: 0;
}

.index-footer-title h1 span {
    font-size: 12px;
    color: #8d8d8d;
    text-transform: uppercase;
    display: inline;
    padding-left: 10px;
    font-weight: normal;
}

.index-footer-list {
    width: 100%;
    text-align: left;
    display: flex;
}

.index-footer-list a {
    flex: 1;
    font-size: 14px;
    line-height: 30px;
    color: #737373;
    transition: all 0.3s;
}

.index-footer-list a:hover {
    color: #008d88;
}


/* 菜单按钮 */
.menu-trigger {
    z-index: 999;
    position: fixed;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0px;
    top: 45px;
    right: 115px;
    cursor: pointer;
}

.menui {
    background: #008d88;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
    margin-top: 10px;
    position: absolute;
}

.top-menu,
.mid-menu,
.bottom-menu {
    width: 40px;
    height: 4px;
    border-radius: 10px;
    background-color: #008d88;
}

.top-menu {
    top: 5px;
}

.mid-menu {
    top: 13px;
}

.bottom-menu {
    top: 21px;
}

.active .top-menu {
    background-color: #fff;
    top: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.active .mid-menu {
    opacity: 0;
}

.active .bottom-menu {
    background-color: #fff;
    top: 13px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
    width: 100%;
    height: 100%;
    background: #008d88;
    text-transform: uppercase;
}

.menu-box ul {
    margin-top: 10%;
}

.menu-box li {
    list-style-type: none;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}

.menu-box a {
    font-size: 30px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 40%);
    padding: 25px 0;
    line-height: 1;
    display: block;
    max-width: 350px;
    margin: 0 auto;
    transition: all 0.3s;
}

.menu-box a:hover {
    color: #b4b6ff;
}

/* 内页 */

.about-title h1 {
    font-size: 24px;
    color: #008d88;
}

.about-title hr {
    width: 150px;
    height: 5px;
    color: #008d88;
    opacity: 1;
    margin: 20px auto 25px;
}

.about-img {
    margin-right: 5px;
}

.about-img img {
    filter: grayscale(70%);
    transition: all 0.3s;
}

.about-img:hover img {
    filter: grayscale(20%);
    transform: scale(1.2, 1.2);
}

.contact-list i {
    width: 170px;
    height: 170px;
    border: 2px solid #008d88;
    border-radius: 100%;
    margin-bottom: 50px;
    line-height: 170px;
    font-size: 100px;
    color: #008d88;
}

.BNtop {
    position: relative;
    top: -50px;
    height: 0;
}

.BNtop * {
    color: #0a0e76;
    font-size: 14px;
}


.banner-logo {
    position: absolute;
    left: 100px;
    top: 45px;
    z-index: 997;
}

.banner-logo img {
    height: 69px;
}

.sticky-lg-top {
    z-index: 996;
}<!--耗时0.000244140625秒-->