* {
    margin: 0;
    padding: 0;
}

html {
    --main-color: #028e28;
    --active-color: #70bb2d;
}

html,
body {
    color: #37474f;
}

a,
a:hover,
a:link,
a:focus {
    text-decoration: none;
}

.container {
    width: 100% !important;
    max-width: 1600px;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.flex-grow-1 {
    flex-grow: 1;
}

.align-items-center {
    align-items: center
}

.align-items-end {
    align-items: end;
}

section {
    padding: 60px 0;
}

.title {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.title b {
    font-family: Arial;
    color: #eee;
    font-size: 50px;
    text-transform: uppercase;
}

.title h3 {
    font-size: 34px;
    color: var(--main-color);
    line-height: 44px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.title p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3px;
    margin-bottom: 0;
}

a,
a:hover {
    text-decoration: none;
}

@media(max-width:576px) {
    .title {
        margin-bottom: 20px;
    }

    .title b {
        font-size: 25px;
    }

    .title h3 {
        font-size: 17px;
        line-height: 22px
    }

    .title p {
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 1px;
    }

    section {
        padding: 30px 0;
    }
}

/* header */
header {
    padding: 20px 0;
}

header .slogan dl {
    margin-bottom: 0;
    position: relative;
}

header .slogan dl dt {
    padding-left: 15px;
    border-left: 2px solid #999;
    line-height: 2;
    margin-bottom: 5px;
    cursor: default;
}

header .slogan dl dt:hover {
    color: #3cf;
    border-color: #3cf;
}

header .slogan dl dd {
    position: absolute;
    left: 50%;
    top: 100%;
    width: auto;
    border-top: 2px solid #3cf;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    z-index: 9;
    background-color: #fff;
    transform: translateX(-50%);
    display: none;
    padding: 10px;
}

header .slogan dl:hover dd {
    display: block;
}

header .slogan dl dd a {
    display: block;
    line-height: 2.5;
    color: #37474f;
    white-space: nowrap;
}

header .slogan dl dd a:hover {
    color: #3cf;
}

header .contact {
    padding-left: 50px;
}

header .contact .fa {
    font-size: 4.25rem;
}

header .contact h4 {
    color: #DC0C1F;
    font-weight: bold;
    font-size: 16px;
    padding-left: 50px;
    background: url('../img/tel.png')left center no-repeat;
    background-size: contain;
}

header .contact h4 span {
    display: block;
    margin-bottom: 5px;
}

@media (max-width:576px) {
    header {
        padding: 15px 0;
    }

    header .logo img {
        max-height: 50px;
    }
}

/* navbar */
#navbar {
    background: linear-gradient(#49BC41, #2A9E2E);
}

#navbar span {
    color: #fff;
}

#navbar ul {
    margin-bottom: 0;
}

#navbar .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#navbar .navbar-toggle {
    margin-right: 0;
}

#navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

@media(min-width:992px) {
    #navbar ul li {
        padding: 10px 15px;
        position: relative;
    }

    #navbar ul li>a {
        color: #fff;
        font-size: 16px;
        line-height: 30px;
    }

    #navbar ul li>nav {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 100%;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        display: none;
        overflow: hidden;
        transition: height linear 0.6s;
        z-index: 9
    }

    #navbar ul li>nav a {
        display: block;
        color: #37474f;
        line-height: 2.5;
        border-bottom: 1px dashed #ddd;
        white-space: nowrap;
    }

    #navbar ul li:hover {
        background-color: var(--active-color);
    }

    #navbar ul li:hover>nav {
        height: auto;
        display: block !important;
    }

    #navbar ul li>nav a:hover {
        color: var(--main-color);
        border-color: var(--main-color);
    }
}

@media (max-width:991px) {
    .navbar-toggle {
        display: block !important;
    }

    #navbar ul {
        position: fixed;
        top: 0;
        left: -61.8%;
        width: 61.8%;
        height: 100%;
        background-color: #fff;
        z-index: 1050;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        overflow-x: hidden;
        flex-direction: column;
        justify-content: start !important;
        padding: 5% 1.25rem 3%;
    }

    #navbar ul li {
        border-bottom: 1px dashed #ddd;
        line-height: 2;
        padding-bottom: 0.25rem;
    }

    #navbar ul li+li {
        margin-top: 0.5rem;
    }

    #navbar ul li>a {
        color: #37474f;
        display: block;

    }

    #navbar ul li>nav {
        display: none;
        overflow: hidden;
    }

    #navbar ul li>nav a {
        display: block;
        line-height: 2.5;
        color: #868686;
        font-size: 12px;
    }

    .mask {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .55);
        z-index: 1035;
        left: 0;
        top: 0;
        display: none;
    }
}

/* index */
.section-1 .list .item {
    text-align: center;
}

.section-1 .list .item .img {
    overflow: hidden;
}

.section-1 .list .item .img img {
    max-width: 100%;
    transition: all linear 0.4s;
}

.section-1 .list .item:hover .img img {
    transform: scale(1.2);
}



.section-1 .list .item .info p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-1 .list .item .info p a {
    color: #37474f;
    display: block;
    padding: 10px 15px;
    transition: all linear 0.4s;
}

.section-1 .list .item:hover .info p a {
    color: #fff;
    background-color: var(--main-color);
}

@media(max-width:576px) {
    .section-1 .list .item:nth-child(odd) {
        padding-right: 7.5px;
    }

    .section-1 .list .item:nth-child(even) {
        padding-left: 7.5px;
    }
}

.section-2 {
    background: url('../img/2_bg.jpg') top center no-repeat;
    background-size: cover;
}

.section-2 .cate {
    padding: 60px 0 46px;
    background: linear-gradient(135deg, var(--active-color), var(--main-color));
}

.section-2 .cate .title h3 {
    color: #fff;
}

.section-2 .cate .title p {
    color: #fff;
}

.section-2 .cate .cate_list {
    border-top: 1px #5dcc7b solid;
    padding-top: 26px;
}

.section-2 .cate .cate_list ul {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.section-2 .cate .cate_list ul li {
    margin: 14px 0;
    line-height: 44px;
}

.section-2 .cate .cate_list ul li a {
    font-size: 18px;
    color: #fff;
    position: relative;
    transition: 0.3s all linear;
    border-radius: 100px;
    display: block;
}


.section-2 .cate .cate_list ul li a::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f0da";
    display: block;
    font-family: FontAwesome;
    visibility: hidden;
    color: var(--main-color);
    font-size: 12px;
}

.section-2 .cate .cate_list ul li a:hover {
    background-color: #fff;
    color: var(--main-color);
    box-shadow: 0 0 20px;
}

.section-2 .cate .cate_list ul li a:hover::after {
    visibility: visible;
}

.section-2 .case_list .item {
    text-align: center;
}

.section-2 .case_list .item .img {
    overflow: hidden;
}

.section-2 .case_list .item .img img {
    max-width: 100%;
    transition: all linear 0.4s;
}

.section-2 .case_list .item:hover .img img {
    transform: scale(1.2);
}

.section-2 .case_list .item .info p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 15px;
    margin-bottom: 0;
    line-height: 2;
}

.section-2 .case_list .item .info p a {
    color: #37474f;
}

.section-2 .case_list .item .info p a:hover {
    color: var(--main-color);
}

@media(max-width:768px) {
    .section-2 {
        padding: 30px 0;
    }

    .section-2 .cate {
        margin-bottom: 30px;
    }
}

@media(max-width:576px) {

    .section-2 .cate {
        padding: 30px 0 16px;
        margin-bottom: 15px;
    }

    .section-2 .case_list .item:nth-child(odd) {
        padding-right: 7.5px;
    }

    .section-2 .case_list .item:nth-child(even) {
        padding-left: 7.5px;
    }
}

.section-3 {
    background: url('../img/3_bg.jpg') top center no-repeat;
    background-size: cover;
}

@media (min-width:1200px) {

    .section-3 ul {
        margin-bottom: 0;
        width: 30%;
    }

    .section-3 ul li {
        padding: 30px 0;
        cursor: pointer;
        position: relative;
    }

    .section-3 ul li.active {
        padding-left: 30px;
    }

    .section-3 ul li.active::before {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background: var(--main-color);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        border-radius: 100%;
    }

    .section-3 ul li p {
        font-size: 32px;
        transition: 0.3s all linear;
        margin-bottom: 0;
        color: #666;
        white-space: nowrap;
    }

    .section-3 ul li.active p {
        font-size: 40px;
        color: #222;
    }

    .section-3 ul li span {
        color: #ccc;
        font-size: 12px;
        line-height: 30px;
        transition: 0.3s all linear;
        display: inline-block;
        line-height: 1;
    }

    .section-3 ul li.active span {
        font-size: 16px;
    }

    .section-3 .adv_con {
        flex-grow: 1;
        position: relative;
    }

    .section-3 .adv_con .adv_w {
        display: none;
    }

    .section-3 .adv_con .adv_w.active {
        display: block;
    }

    .section-3 .adv_con .adv_w .img {
        width: 30.2vw;
        height: 30.2vw;
        border-radius: 50%;
        background-color: #fff;
        padding: 2.1vw;
        overflow: hidden;
        box-shadow: 0 0 4.2vw rgba(0, 0, 0, 0.1);
        z-index: 2;
        position: relative;
    }

    .section-3 .adv_con .adv_w .img img {
        width: 26vw;
        border-radius: 50%;
    }

    .section-3 .adv_con .adv_w .info {
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 31.2vw);
    }

    .section-3 .adv_con .adv_w .info h3 {
        font-size: 24px;
        font-weight: bold;
        color: #222;
        line-height: 1.4;
        margin-top: 0;
        position: relative;
    }

    .section-3 .adv_con .adv_w .info h3::after {
        content: "";
        display: block;
        width: 150%;
        height: 3px;
        background: #028e28;
        position: relative;
        left: -50%;
        top: 2vw;
    }

    .section-3 .adv_con .adv_w .info h3 b {
        color: var(--main-color);
        font-size: 32px;
        display: block;
    }

    .section-3 .adv_con .adv_w .info p {
        font-size: 16px;
        line-height: 30px;
        padding-top: 4vw;
        text-align: justify;
    }

    .section-3 .adv_con .adv_b {
        position: absolute;
        right: 0;
        bottom: 0;
        width: calc(100% - 31.2vw);
        padding-left: 66px;
        background: url('../img/tel.png') left center no-repeat;
    }

    .section-3 .adv_con .adv_b p {
        font-size: 24px;
        color: #222;
        line-height: 50px;
        margin-bottom: 0;
    }

    .section-3 .adv_con .adv_b b {
        font-size: 40px;
        color: #028e28;
        font-family: "Tw Cen MT";
        display: block;
        line-height: 1;
    }
}

@media (max-width:1199px) {
    .section-3 ul {
        display: none;
    }

    .section-3 .adv_con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section-3 .adv_con .adv_w {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }

    .section-3 .adv_con .adv_w .img img {
        max-width: 100%;
    }

    .section-3 .adv_con .adv_w .info {
        background: #FFF;
        box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
        width: 94%;
        margin: -100px auto 0;
        padding: 10px 15px;
        position: relative;
        z-index: 1
    }

    .section-3 .adv_con .adv_w .info h3 {
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        margin-top: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

    .section-3 .adv_con .adv_w .info h3 b {
        font-size: 18px;
        color: #999;
        display: block;
        padding-top: 5px;
        font-weight: normal;
    }

    .section-3 .adv_con .adv_w .info p {
        font-size: 14px;
        line-height: 24px;
        color: #555;
        /* display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4; */
        margin-bottom: 0;
        overflow: hidden;
    }

    .section-3 .adv_con .adv_b {
        display: none;
    }
}

@media (max-width:767px) {
    .section-3 .adv_con .adv_w {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-3 .adv_con .adv_w .info h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .section-3 .adv_con .adv_w .info h3 b {
        font-size: 14px;
    }
}

.section-4 {
    background: url('../img/4-bg.jpg') top center no-repeat;
    background-size: cover;
}

.section-4 .intro {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.section-4 .intro .img {
    width: 40%;
}

.section-4 .intro .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-4 .intro .info {
    width: 60%;
    padding: 5vw;
}

.section-4 .intro .info .title {
    text-align: left;
    position: relative;
    padding-bottom: 25px;
}

.section-4 .intro .info .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: var(--main-color);
    display: block;
}

.section-4 .intro .info .desc p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: justify;
}

.section-4 .intro .info .desc p a {
    color: #37474f;
    font-size: 14px;
}

.section-4 .intro .info .desc p a:hover {
    color: #e60012;
}

.section-4 .intro .info ul {
    margin-bottom: 0;
    padding-top: 2vw;
}

.section-4 .intro .info ul li {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 1vw;
    text-align: center;
}

.section-4 .intro .info ul li+li {
    margin-left: 2vw;
}

.section-4 .intro .info ul li span {
    color: var(--main-color);
    font-size: 2vw;
}

.section-4 .intro .info ul li span em {
    font-size: 1.2vw;
}

.section-4 .intro .info ul li p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.section-4 .imageShow {
    padding-top: 50px;
}

.section-4 .imageShow .cate {
    width: 200px;
}

.section-4 .imageShow .cate ul {
    margin-bottom: 0;
    width: 170px;
}

.section-4 .imageShow .cate ul li {
    background-color: var(--active-color);
    color: #fff;
    padding: 2vw 0;
    text-align: center;
}

.section-4 .imageShow .cate ul li.active {
    background-color: var(--main-color);
    position: relative;
}

.section-4 .imageShow .cate ul li.active::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    font-family: FontAwesome;
    content: "\f0da";
    color: var(--main-color);
    font-size: 2em;
}

.section-4 .imageShow .cate ul li p {
    font-size: 20px;
    margin-bottom: 0;
}

.section-4 .imageShow .cate ul li span {
    line-height: 26px;
    font-size: 14px;
    font-family: "Arial";
}

.section-4 .imageShow .img_list {
    width: calc(100% - 200px);
}

.section-4 .imageShow .img_list .list {
    display: none;
}

.section-4 .imageShow .img_list .list.active {
    display: block;
}

.section-4 .imageShow .img_list .list .item {
    width: calc((100% - 60px) / 3);
    text-align: center;
    margin-right: 30px;
}

.section-4 .imageShow .img_list .list .item:last-child {
    margin-right: 0;
}

.section-4 .imageShow .img_list .list .item .img {
    overflow: hidden;
}

.section-4 .imageShow .img_list .list .item .img img {
    transition: all linear 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-4 .imageShow .img_list .list .item p {
    margin-bottom: 0;
    background-color: #fff;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px solid #ddd;
}

.section-4 .imageShow .img_list .list .item:hover .img img {
    transform: scale(1.2);
}

.section-4 .imageShow .img_list .list .item:hover p {
    background-color: var(--main-color);
    color: #fff;
}

@media (max-width:767px) {
    .section-4 .intro .img {
        width: 100%;
    }

    .section-4 .intro .info {
        width: 100%;
    }

    .section-4 .intro .info .desc p {
        font-size: 14px;
        line-height: 24px;
    }
}

.section-5 {
    background: url('../img/5_bg.jpg') top center no-repeat;
    padding-bottom: 60px;
}

.section-5 .top {
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.section-5 .top span {
    display: inline-block;
    padding-left: 70px;
    background: url('../img/tel_2.png') left center no-repeat;
    font-size: 18px;
    color: #222;
}

.section-5 .top span b {
    color: var(--main-color);
    font-family: "Tw Cen MT";
    font-size: 50px;
}

.section-5 .news_list {
    width: calc(50% - 15px);
}

.section-5 .news_list .navigator ul {
    border: 0;
}

.section-5 .news_list .navigator ul li {
    padding-bottom: 10px;
}

.section-5 .news_list .navigator ul li+li {
    margin-left: 15px;
}

.section-5 .news_list .navigator ul li a {
    padding-left: 0;
    padding-right: 0;
    color: #222;
    font-weight: bold;
    font-size: 20px;
    display: block;
    border: 0;
}

.section-5 .news_list .navigator ul li.active a {
    border: 0;
    color: var(--main-color);
    position: relative;
}

.section-5 .news_list .navigator ul li.active a::after {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-5 .news_list .navigator ul li a:hover,
.section-5 .news_list .navigator ul li a:focus,
.section-5 .news_list .navigator ul li a:visited {
    background-color: transparent;
    border: 0;
}

.section-5 .news_list .navigator a.more {
    color: #37474f;
    font-size: 16px;
}

.section-5 .news_list .navigator a.more:hover {
    color: var(--main-color);
}

.section-5 .news_list .tab-content dl {
    margin-bottom: 0;
    margin-top: 15px;
}

.section-5 .news_list .tab-content dl dt {
    display: flex;
    background: var(--main-color);
    align-items: center;
    overflow: hidden;
    text-align: center;
}

.section-5 .news_list .tab-content dl dt span {
    display: block;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    text-align: center;
    padding: 10px 15px;
}

.section-5 .news_list .tab-content dl dt img {}

.section-5 .news_list .tab-content dl dd {
    padding-top: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    position: relative;
}

.section-5 .news_list .tab-content dl dd::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: var(--main-color);
    transition: 0.3s all ease-in-out;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.section-5 .news_list .tab-content dl dd:hover::after {
    width: 100%;
}

.section-5 .news_list .tab-content dl dd span {
    color: #999;
    font-size: 15px;
    line-height: 24px;
}

.section-5 .news_list .tab-content dl dd h4 {}

.section-5 .news_list .tab-content dl dd h4 a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.section-5 .news_list .tab-content dl dd:hover h4 a {
    color: var(--main-color);
}

.section-5 .news_list .tab-content dl dd p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:768px) {
    .section-5 {
        background: none;
    }

    .section-5 .top {
        display: none;
    }

    .section-5 .news_list {
        padding-top: 30px;
        width: 100%;
    }
}

@media(max-width:576px) {
    .section-5 {
        padding-bottom: 30px;
    }

    .section-5 .news_list .tab-content dl dt {
        display: none;
    }

    .section-5 .news_list .navigator ul li {
        padding-bottom: 0;
    }
}

.friendLink {
    border-top: 1px solid #ccc;
    padding: 30px 0;
}

.friendLink dl {
    margin-bottom: 0;
}

.friendLink dl dt {
    font-weight: normal;
    margin: 0.5vw 0;
    font-size: 16px;
}

.friendLink dl dd a {
    margin: 0.5vw 1vw;
    display: inline-block;
    color: #37474f;
}

.friendLink dl dd a:hover {
    color: var(--main-color);
}

@media (max-width:767px) {
    .friendLink {
        display: none;
    }
}

footer {
    background: linear-gradient(#49BC41, #2A9E2E);
    color: #fff;
}

footer .top .tl {
    width: 75%;
    padding-top: 60px;
    padding-right: 55px;
    border-right: 1px #ddd solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .top .tl dl {
    margin-bottom: 20px;
}

footer .top .tl dl dt {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 36px;
}

footer .top .tl dl dd {
    display: flex;
    flex-direction: column;
}

footer .top .tl dl dd a {
    color: #fff;
    line-height: 2;
}

footer .top .tl dl dd a+a {
    margin-top: 5px;
}

footer .top .tl dl dd a:hover {
    text-decoration: underline;
}

footer .top .tl dl dd h5 {
    margin-top: 0;
    line-height: 2;
    margin-bottom: 0;
}

footer .top .tl dl dd p {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 2;
}

footer .top .tr {
    width: 25%;
    padding-top: 60px;
    border-right: 1px #ddd solid;
    text-align: center;
}

footer .top .tr .img img {
    max-width: 90%;
    border-radius: 4px;
}

footer .top .tr p {
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 2;
}

footer .copyright {
    border-top: 1px #ddd solid;
    padding: 1.5vw 0;
}

footer .copyright a {
    color: #fff;
}

footer .copyright a:hover {
    text-decoration: underline;
}

footer .call {
    background: linear-gradient(#49BC41, #2A9E2E);
    color: #fff;
    text-align: center;
    height: 50px;
    border: 0;
}

footer .call .item {
    width: 33.333%;
    padding-top: 5px;
}

footer .call .item i {
    color: #fff;
    font-size: 14px;
}

footer .call .item p {
    margin-bottom: 0;
    font-size: 10px;
    color: #fff;
    font-size: 14px;
}

@media(max-width:767px) {
    footer {
        background: none;
        background-color: #f5f5f5;
    }

    footer .top {
        display: none;
    }

    footer .copyright {
        margin-bottom: 50px;
        border-top: 0;
        padding: 10px 0;
        line-height: 2;
        color: #37474f;
    }

    footer .copyright span {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.main {
    padding: 30px 0;
}

.location {
    line-height: 2;
    padding-top: 20px;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
}

.location a {
    color: #37474f;
    text-decoration: none;
}

.location i {
    margin: 0 0.5rem;
}

.location a>i {
    margin: 0 0.25rem 0 0;
}

.location a:hover,
.location a:first-child {
    color: var(--main-color);
}

.main .box {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background: #FFFFFF
}

.main .box h3 {
    background-color: var(--main-color);
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 15px 10px;
    font-size: 24px;
}

.main .box h3 em {
    font-size: 12px;
}

.main .box ul {
    padding: 15px;
    margin-bottom: 0;
}

.main .box ul li {
    background-color: #f1f2f3;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 2;
    padding-left: 15px;
    font-size: 14px;
    padding-right: 15px;
}

.main .box ul li+li {
    margin-top: 15px;
}

.main .box ul li>.icon {
    margin-right: 0.5em;
}

.main .box ul li>a {
    color: #37474f;
}

.main .box ul li:hover {
    background-color: var(--main-color);
}

.main .box ul li:hover i {
    color: #fff;
}

.main .box ul li:hover a {
    color: #fff;
}

.main .box .list {
    padding: 15px;
}

.main .box .list p {
    margin-bottom: 0;
    border-bottom: 1px dashed #ddd;
    line-height: 2;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    word-break: break-word;
    font-size: 14px;
}

.main .box .list p+p {
    margin-top: 15px;
}

.main .content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.main .content>h5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}

.main .content #MyContent {}

.main .content #MyContent p {
    line-height: 2;
    margin-bottom: 1rem;
    text-align: justify;
}

.main .content #MyContent p span {
    color: #0085ec;
}

.main .content #MyContent p img {
    max-width: 100%;
}

.main .content #MyContent img {
    max-width: 100%;
}

.main .content #MyContent table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.main .content #MyContent table tr th {
    background-color: #0085ec;
    border: 1px solid #ddd;
    padding: 0.5rem 0.75rem;
    vertical-align: middle;
    white-space: normal;
    line-height: 2;
    font-size: 0.875rem;
    color: #fff;
    font-weight: normal;
}

.main .content #MyContent table tr td {
    border: 1px solid #ddd;
    padding: 0.5rem 0.75rem;
    vertical-align: middle;
    white-space: normal;
    line-height: 2;
    font-size: 0.875rem;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.redirect {
    margin-bottom: 0;
}

ul.redirect li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    line-height: 28px;
}

ul.redirect li a {
    color: var(--main-color);
}

ul.redirect li a:hover {
    text-decoration: underline;
}

@media(max-width:576px) {
    .main {
        padding: 0
    }

    .main .content {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

#fenye {
    clear: both;
    margin-top: 2rem;
    width: 100%;
}

#fenye a {
    text-decoration: none;
    display: inline-block;
    padding: 0.25rem 0.75rem;
    line-height: 2;
    font-size: 12px;
    margin: 0.25rem;
    border: 1px solid #ddd;
    color: #333;
}

#fenye a.curr {
    border: 1px solid #ff8300;
    color: #ff8300;
}

#fenye span {
    font-size: 12px;
}

.breadcrumb li a {
    color: #37474f;
}

.breadcrumb li a:hover {
    color: var(--main-color);
}

.main .list .item .img {
    overflow: hidden;
    border: 1px solid #cecece;
}

.main .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.4s;
}

.main .list .item p {
    text-align: center;
    color: #37474f;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.main .list .item:hover .img img {
    transform: scale(1.2);
}

.main .list .item:hover p {
    color: var(--main-color);
}

@media(max-width:576px) {
    .main .list .item:nth-child(odd) {
        padding-right: 7.5px;
    }

    .main .list .item:nth-child(even) {
        padding-left: 7.5px;
    }

    .breadcrumb {
        margin-top: 15px
    }

    #fenye {
        margin-bottom: 30px;
    }
}

.news-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.news-list dl {
    margin-bottom: 0;
    border-bottom: 1px dashed #cecece;
}

.news-list dl+dl {
    margin-top: 20px;
}

.news-list dl dt {
    font-weight: normal;
}

.news-list dl dt h4 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.42857143;
    font-weight: bold;
}

.news-list dl dt h4 a {
    color: #000;

}

.news-list dl dd {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
    color: #868686;
    text-align: justify;
}


.news-list dl dt h4 a:hover {
    color: var(--main-color);
}

@media(min-width:768px) {
    .news-list dl dt h4 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media(max-width:767px) {
    .news-list {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .news-list dl+dl {
        margin-top: 10px;
    }

    .news-list dl dt h4 {
        margin-bottom: 5px;
        line-height: 2;
        font-size: 14px;
        font-weight: normal;
    }

    .news-list dl dd {
        display: none;
    }
}