/*公用*/
html, body {
    width: 100%;
    min-width: 1200px;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}


/* index */
.index-header {
    background: url(../images/index-header-bg.png) no-repeat;
    width: 100%;
    height: 253px;
    background-size: 100% 100%;
    position: relative;
}

.index-header-left {
    margin-top: 60px;
}

.index-header-left a {
   font-size: 0;
}

.index-header-left a img {
    display: inline-block;
    vertical-align: middle;
    width: 479px;
    height: 73px;
}

.index-header-circle {
    background: url('../images/index-header-circle.png') no-repeat;
    width: 11px;
    height: 11px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.index-header-left .text {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.index-header-right {
    margin-top: 80px;
}

.index-header-search {
    height: 50px;
    width: 275px;
    background: #fff;
    border-radius: 30px;
    margin: 0 auto;
}

.index-header-search .search-icon{
    background: url(../images/index-header-search-icon.png) no-repeat;
    width: 23px;
    height: 23px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
}

.index-header-search .search-line {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 23px;
    background: #e6e6e6;
    margin: 0 10px;
}

.index-header-search input {
    background: none;
    border: none;
    width: 196px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #000;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.index-header-nav {
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-header-item {
    width: 100%;
    height: 50px;
    font-size: 0;
    margin: 0 auto;
    text-align: center;
}

.index-header-item .index-header-list {
    display: inline-block;
    height: 100%;
    position: relative;
}

.index-header-item .index-header-list:last-child a {
    border-right: none;
}

.index-header-item .index-header-list > a {
    display: block;
    width: 132px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    color: #333;
    border-right: 1px solid #b9b9b9;
    margin-top: 14px;
}

.index-header-list.active .line {
    display: block;
}

.index-header-list .line {
    position: absolute;
    width: 75px;
    height: 3px;
    background: #2ea672;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -38px;
    display: none;
}

.index-info {
    width: 100%;
    min-height: 790px;
    padding-bottom: 40px;
    background: #ffffff;
    overflow: hidden;
}

.index-info-common {
    width: 377px;
    height: 348px;
    margin-left: 34px;
    margin-top: 26px;
}

.index-info-common:nth-child(3n+1) {
    margin-left: 0;
}

.index-info-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.index-info-title .left {
    height: 50px;
    line-height: 50px;
}

.index-info-title .left .text {
    font-size: 22px;
    color: #008F6B;
    font-weight: bold;
    margin-left: 6px;
}

.index-info-title .left .icon {
    background: url('../images/index-info-icon2.png') no-repeat;
    width: 101px;
    height: 6px;
    background-size: 100% 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.index-info-more {
    background: url('../images/index-info-icon1.png') no-repeat;
    width: 55px;
    height: 14px;
    background-size: 100% 100%;
    margin-top: 18px;
}

.index-info-content {
    margin-top: 24px;
    width: 100%;
    height: 273px;
    position: relative;
    overflow: hidden;
}

.index-banner-list .text {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    bottom: 0px;
    color: #fff;
    z-index: 999;
    line-height: 130%;
    background-image: -webkit-linear-gradient(transparent 0,rgba(0,0,0,0.5) 85%);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-pagination {
    text-align: center;
    bottom: 4px !important;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    background: #55d5b4;
}

.index-info-list {
    font-size: 0;
    display: block;
    cursor: pointer;
    margin-bottom: 20.8px;
}

.index-info-list:hover .text, .index-info-list:hover .time {
    color: #008F6B;
    font-weight: 700;
}

.index-info-list .text {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    margin-left: 6px;
}

.index-info-list .icon {
    background: url('../images/index-info-icon3.png') no-repeat;
    width: 8px;
    height: 13px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}

.index-footer {
    width: 100%;
    height: 200px;
    background: #01654b;
    border-top:9px solid #01906c;
}

.index-footer-title {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #00785C;
    position: relative;
}

.index-footer-title-item {
    width: 100%;
    height: 64px;
    text-align: center;
    font-size: 0;
}

.index-footer-title-item a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    width: 80px;
}

.index-footer-title-item a:last-child {
    margin-left: 30px;
}

/* .index-footer-title-content {
    position: absolute;
    bottom: 62px;
    left: 0;
    width: 100%;
    background: #00543f;
    padding: 15px 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 999;
}

.index-footer-title-list {
    width: 100%;
    font-size: 0;
} */

.index-footer-title-list a {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    border-right: 2px solid #1b7961;
    padding:0 10px;
}

.index-footer-title-list a:hover {
    color: #fff;
}

.index-footer-title-list a:last-child {
    border-right: none;
}

.icon-dsj {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #01906c;
    position: absolute;
    left: 536px;
    bottom: -10px;
}

.index-footer-title-list:last-child .icon-dsj {
    left: 646px;
}

.index-footer-content .left-logo {
    margin-left: 76px;
    margin-top: 36px;
}

.index-footer-content .middle {
    width: 2px;
    height: 80px;
    background: #00785C;
    margin-left: 57px;
    margin-top: 38px;
    margin-right: 57px;
}

.index-footer-content .right {
    padding-top: 48px;
}

.index-footer-content .right p {
    font-size: 16px;
    color: #fff;
    line-height: 180%;
}

/* news */
.news-info {
    padding-top: 60px;
    padding-bottom: 100px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.news-info .left {
    width: 259px;
    margin-left: 70px;
}

.news-info-left-title {
    background: url('../images/news-img1.png') no-repeat;
    width: 259px;
    height: 44px;
    line-height: 44px;
    background-size: 100% 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.news-info-list {
    width: 96%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
}

.news-info-list .icon {
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.news-info-list .text {
    display: inline-block;
    vertical-align: middle;
    width: 238px;
    height: 100%;
    font-size: 14px;
    color: #333;
    margin-left: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-info-list:last-child {
    border-bottom: none;
}

.news-info-list:hover .icon {
    background: #008F6B;
}

.news-info-list:hover .text {
    color: #008F6B;
    font-weight: 700;
}

.news-info .right {
    width: 757px;
    margin-right: 70px;
}

.news-info-right-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: -15px;
}

.news-info-right-title .text {
    font-size: 22px;
    color: #008F6B;
    font-weight: bold;
    margin-left: 6px;
}

.news-info-right-title .icon {
    background: url(../images/index-info-icon2.png) no-repeat;
    width: 101px;
    height: 6px;
    background-size: 100% 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.news-info-right-content {
    padding: 30px 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.index-info-list .time {
    color: #333;
    font-size: 16px;
}

.news-info-right-content .index-info-list .text {
    width: 600px;
}

/* detail */
.detail-info {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0 240px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    overflow: hidden;

}

.detail-info-title {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #dcdcdc;
    width: 900px;
    overflow: hidden;
}

.detail-info-title .left {
    display: inline-block;
    height: 44px;
    line-height: 44px;
}

.detail-info-title .now {
    font-size: 16px;
    color: #333;
}

.detail-info-title .now-active {
    font-size: 16px;
    color: #888;
}

.detail-info-title .now-active a {
    color: #008c6e;
    font-size: 16px;
}

.share-component {
    display: inline-block;
}

.share-wrap .text {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.detail-article-title {
    font-size: 26px;
    text-align: center;
    padding: 10px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #008c6e;
    margin: 0 auto;
    font-weight: 700;
    margin: 20px 0;
}

.detail-article-content img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.detail-article-content p {
    font-size: 18px;
    color: #000;
    line-height: 2.2;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 20px;
    font-weight: 400;
}

.news-info-left-content {
    border: 1px solid #f2f2f2;
    border-top: none;
}

.news-info-list .text {
    width: 235px;
}

.index-footer-title-friend {
    width: 100%;
    font-size: 0;
    position: absolute;
    bottom: 62px;
    left: 0;
    background: #01654b;
    padding: 15px 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 999;
    text-align: center;
}

.index-footer-title-phone {
    min-width: 335px;
    position: absolute;
    bottom: 62px;
    left: 450px;
    background: #01654b;
    padding: 15px 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
}

.index-footer-title-phone .icon-phone {
    background: url('../images/icon-phone.png') no-repeat;
    width: 15px;
    height: 17px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}

.index-footer-title-phone .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.index-footer-title-phone .icon-dsj {
    left: 182px !important;
}

.index-info-fuwu .index-info-list {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 6px;
}

.index-info-fuwu .index-info-list:last-child {
    margin-bottom: 0;
}

.index-info-zhuanti .index-info-list {
    width: 378px;
    height: 80px;
    margin-bottom: 15px !important;
}

.index-info-zhuanti .index-info-list:last-child {
    margin-bottom: 0;
}

.index-info-dianzi .index-info-list {
    width: 180px;
    height: 122px;
    display: inline-block;
    margin-bottom: 28px;
    margin-right: 12px;
}

.index-info-dianzi .index-info-list:nth-child(even) {
    margin-right: 0;
}

.index-info-xinshu {
    width: 100%;
}

/* banner */
.index-banner {
    width: 100%;
    max-height: 440px;
    position: relative;
    overflow: hidden;
    margin-top: 35px;
}

.index-banner-item {
    width: 100%;
    max-height: 440px;
    overflow: hidden;
}

.index-banner-list {
    width: 100%;
    height: 100%;
}

.index-banner-list a {
    width: 100%;
    height: 100%;
    display: block;
}

.index-banner-fixed {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1200px;
    height: 50px;
    background-image: -webkit-linear-gradient(transparent 0,rgba(0,0,0,0.5) 85%);
    z-index: 9;
}

.swiper-banner .swiper-pagination {
    text-align: center;
    width: 100%;
    top: 22px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    background: #008F6B;
}

.index-info-xinshu {
    height: 310px;
}

.index-info-xinshu .index-info-content {
    height: 230px;
}

.index-info-xinshu .index-special-banner-list {
    width: 131px;
    margin-right: 15px;
}

.index-info-xinshu .index-special-banner-list img {
    display: block;
    width: 131px;
    height: 193px;
}

.index-info-xinshu .index-special-banner-list .text {
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 4px;
}

.swiper-button-prev, .swiper-button-next {
    background: url(../images/index-special-prev.png) no-repeat;
    width: 22px;
    height: 43px;
    background-size: 100% 100%;
    /* margin-top: -30px; */
}

.swiper-button-next {
    background: url(../images/index-special-next.png) no-repeat;
    background-size: 100% 100%;
}

.index-header-slide {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #2ea672;
}

.index-header-slide a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #b9e9dd;
    text-align: center;
}

/* 新增列表 */
.survey-left-title {
    background: url(../images/news-img1.png) no-repeat;
    width: 259px;
    height: 44px;
    line-height: 44px;
    background-size: 100% 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.survey-left-item {
    margin-bottom: 24px;
}

.survey-left-list {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
    display: block;
    background: #f2f2f2;
    font-weight: 400;
    margin-top: 4px;
}

.survey-left-list.active {
    background: #008F6B;
    color: #fff;
}


/*分页样式*/
.news-content-page {
    margin: 60px auto 0;
    text-align: center;
}

.news-content-page {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.news-content-page li {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid#f2f2f2;
    font-size: 12px;
    color: #000;
    text-align: center;
}

.news-content-page li.active {
    border: none;
    color: #fff;
    background: #008F6B;
}

.news-content-page li a{
    color: #333;
    text-decoration: none;
}

/* 新增搜索页面 */
.search-info {
    width: 946px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.search-info-title {
    width: 100%;
    height: 78px;
    line-height: 78px;
    font-size: 22px;
    color: #2ea672;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    font-weight: 700;
}

.search-info-input {
    margin-top: 32px;
    position: relative;
}

.search-info-input input {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    padding: 0 10px;
    width: 200px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.search-info-input .search-btn {
    background: #2ea672;
    border-radius: 20px;
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    position: absolute;
    left: 160px;
    z-index: 1;
    text-align:right;
    padding-right: 20px;
    cursor: pointer;
}

.search-info-list {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0 15px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.search-info-list a {
    display: block;
    width: 100%;
    height: 100%;
}

.search-info-list a h6 {
    font-size: 16px;
    color: #000;
    margin-bottom: 16px;
    line-height: 150%;
    font-weight: 500;
}

.search-info-list a p {
    font-size: 14px;
    color: #666;
    line-height: 150%;
}

.index-info-xiaoyuan {
    width: 100%;
    height: 256px;
}

.index-info-xiaoyuan .index-info-content {
    height: 230px;
}

.index-info-xiaoyuan .index-special-banner-list {
    width: 131px;
    margin-right: 15px;
}

.index-info-xiaoyuan .index-special-banner-list img {
    display: block;
    width: 230px;
    height: 128px;
}

.index-info-xiaoyuan .index-special-banner-list .text {
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 4px;
}


/* 07-13 */
.index-info-renshi {
    width: 788px;
    height: 410px;
}

.index-info-renshi .index-banner-list .text {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    bottom: 0px;
    color: #fff;
    z-index: 999;
    background-image: -webkit-linear-gradient(transparent 0,rgba(0,0,0,0.5) 85%);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-info-renshi .swiper-pagination {
    position: absolute;
    left: 80%;
    width: 19%;
    bottom: 11px !important;
    text-align: right;
}


.index-info-renshi .index-info-content {
    height: 410px;
    margin-top: 17px;
}

/*showtype=8*/
.index-dangzheng-common a {
    display: block;
    width: 100%;
    height: 159px;
    margin-top: 18px;
}

.index-dangzheng-common a img {
    width: 100%;
    height: 100%;
}

/* baoweichu showtype=10*/

.index-info-baoweichu {
    width: 377px;
    height: 332px;
    background-size: 100% 100%;
    position: relative;
    margin-top: 46px;
}

/* 07-10 showtype=9*/
.index-gongkai-common {
    width: 377px;
    height: 100%;
}


.index-gongkai-common .index-info-content {
    height: 100%;
    font-size: 0px;
}

.index-gongkai-list {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 32px;
}

/*tablist*/
.index-info-title .left .left-title-list {
    height: 50px;
    line-height: 50px;
}

.index-info-title .left .left-title-list:nth-child(2) {
    margin-left: 22px;
    cursor: pointer;
}

.index-info-title .left .left-title-list.active .icon {
    background: url(../images/index-info-icon2.png) no-repeat;
    width: 101px;
    height: 6px;
    background-size: 100% 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
}

.index-info-title .left .left-title-list:nth-child(2).active .icon {
    left: 115px;
}

/*07-17*/
.index-header-list .line-active {
    background: url('../images/line-active.png') no-repeat;
    width: 100%;
    height: 1px;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-classify{width: 1200px;height: 654px;}
.index-classify-content {
    width: 1200px;
    height: 578px;
    margin-top: 26px;
    font-size: 0;
}
.index-classify-content a {
    width: 378px;
    height: 278px;
    display: inline-block;
    margin-bottom: 23px;
    margin-right: 33px;
    position: relative;
}
.index-classify-content a:nth-child(3), .index-classify-content a:nth-child(6) {
    margin-right: 0;
}
.index-classify-content a img {
    width: 378px;
    height: 200px;
}
.index-classify-content a .text {
    display: block;
    width: 100%;
    height: 78px;
    line-height: 78px;
    background: #01906c;
    font-size: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    text-align: center;
}