* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}
html,
body {
    width: 100%;
    height: 100%;
}
.header-wrap {
    width: 100%;
    min-width: 1200px;
    background-color: #3baa8e;
    display: flex;
    justify-content: center;
}
.header-content {
    padding: 40px 0px;
    width: 1200px;
    display: flex;
    align-items: center;
}
.header-content .title-wrap {
    padding-left: 26px;
    color: #fff;
}
.header-content .title-wrap .title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
.title-wrap .eng-title {
    padding-top: 15px;
    font-size: 14.6px;
}
.nav-wrap {
    width: 100%;
    min-width: 1200px;
    background-color: #2f9c81;
    display: flex;
    justify-content: center;
}
.nav-wrap .nav-content {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.nav-content .nav-item {
    position: relative;
    padding: 17px 45px;
    font-size: 18px;
}
.nav-item a {
    color: #ffffff;
}
.nav-item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background-color: #65b583;
    right: 0px;
    top: 18px;
}
.content-wrap {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-inner {
    width: 1200px;
    box-sizing: border-box;
}
.banner-swiper {
    overflow: hidden;
    width: 1200px;
}
.swiper-slide img {
    width: 1200px;
    height: 260px;
}
.content-inner-news {
    padding: 38px 0px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.left-nav .nav-item {
    cursor: pointer;
    width: 220px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #939393;
    box-sizing: border-box;
    border-bottom: none;
    background-color: #f5f5f5;
    color: #8d8d8d;
    margin-top: 7px;
}
.left-nav .active {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #73bc42;
}
.right-content {
    width: 924px;
}
.right-content .title-wrap {
    border-bottom: 2px solid #73bc42;
    padding: 12px 0px;
    display: flex;
    justify-content: space-between;
}
.title-wrap .title {
    font-size: 18px;
    color: #575757;
    font-weight: 600;
}
.sec-nav {
    font-size: 14px;
    color: #575757;
}
.sec-nav a {
    color: #575757;
}
.content {
    text-indent: 25px;
    padding: 20px 0px;
    font-size: 15px;
    color: #585858;
}
.content-title {
    font-size: 15px;
    color: #585858;
    padding: 20px 0px;
    font-weight: 600;
}

.news-item .news-title {
    box-sizing: border-box;
    padding-left: 15px;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-item .date {
    color: #a2a2a2;
}
.footer-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 1200px;
    background-color: #3baa8e;
}
.footer-wrap .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1200px;
    padding-top: 46px;
    padding-bottom: 46px;
    color: #fff;
    font-size: 15px;
}
.phone {
    padding-top: 15px;
}
.endContent .info{text-align: center;margin-top:2em;border-bottom:1px solid #ccc;padding-bottom:15px;}
.endContent .info h1{font-size:26px;margin-bottom: 1em;}
.endContent .article{line-height:1.8em;padding-top:30px;}
.left-a::after{content:""!important;background:none;}
.left-a:hover{background:#73bc42;color:#fff;font-weight: 600;}
.Column_Position a:after{content:">"}
.Column_Position a:last-child:after{content:""}
div.slider-nav{display:none;}

