/**
 * 通用样式开始 ******************************
 */

/*CSS初始化开始 --------------*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; } 
body, button, input, select, textarea { font-size: 16px; font-family: "微软雅黑"; color:#333333; } 
h1, h2, h3, h4, h5, h6 { font-size:100%; } 
address, cite, dfn, em, var { font-style:normal; } 
code, kbd, pre, samp { font-family:couriernew, courier, monospace; } 
small { font-size:12px; } 
ul, ol { list-style:none; } 
a { text-decoration:none; color:#333333;} 
a:hover { text-decoration: none; color: #0b8702; } 
sup { vertical-align:text-top; } 
sub { vertical-align:text-bottom; } 
legend { color:#000000; } 
fieldset, img { border:0; } 
button, input, select, textarea { font-size:100%; } 
table { border-collapse:collapse; border-spacing:0; }
/*CSS初始化结束 --------------*/

/*文字溢出用 (...) 显示 开始 ---*/
.y-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.y-ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.y-ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.y-ellipsis-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.y-ellipsis-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
/*文字溢出用 (...) 显示 结束 ---*/

/*文本溢出用 (特定文字) 显示开始 [配合js] ---*/
.hidetxt {
    display: inline-block;
    position: relative; 
    line-height: 20px; 
    max-height: 60px;
    overflow: hidden;
}
.hidetxt::after{
    width: 97%;
    display: inline-block;
    content: "【详细】";
    position: absolute; 
    bottom: 0;
    right: 0; 
    padding-left: 0;
    background: -webkit-linear-gradient(left, transparent, #fff 5%);
    background: -o-linear-gradient(right, transparent, #fff 5%);
    background: -moz-linear-gradient(right, transparent, #fff 5%);
    background: linear-gradient(to right, transparent, #fff 5%);
    color: #12760b;
    cursor: pointer;
}

.zbc-des.hidetxt {
    max-height: 160px;
}
/*文本溢出用 (特定文字) 显示结束 [配合js] ---*/

/*浮动开始 -------------------*/
/*左浮*/
.fl {
    float: left;
}
/*右浮*/
.fr {
    float: right;
}
/*清除浮动*/
.clearfix:before, 
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
/*浮动结束 -------------------*/

.green {
    color: #0b8702;
}

/**
 * 通用样式结束 ***************
 */

/**
 * 公共-头部开始 *****************************
 */
.dt-header {
    width: 100%;
    height: auto;
    background-color: #0b8702;
}
.header-container {
    width: 1200px;
    height: 60px;
    background-color: #0b8702;
}
/**
 * 公共-头部结束 **************
 */

/**
 * 公共-友情链接开始 *************************
 */
.dt-friendlink {
    width: 100%;
    height: auto;
    background-color: #0b8702;
    color: #ffffff;
    margin-top: 50px;
}
.link-container {
    width: 1200px;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
    background-color: #0b8702;
}
.link-left {
    display: inline-block;
    /*width: 90px;*/
    height: 100%;
}
.link-right {
    display: inline-block;
    /*width: 1500px;*/
    width: 92%;
}
.link-right a{
    color:#fff;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
}
.link-right a:hover{
    color:#f0f0f0;
}
.link-container .link-a {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 20px;
    margin-right: 30px;
    white-space: nowrap;
}
/**
 * 公共-友情链接结束 **********
 */

/**
 * 公共-底部开始 *****************************
 */
.dt-footer {
    width: 100%;
    height: auto;
}
.footer-container {
    width: 1200px;
    text-align: center;
    padding-top: 30px;
    margin: 0 auto;
}
.footer-row1 {
    margin-bottom: 22px;
}
.footer-row1 .row-s {
    margin-left: 10px;
}
.footer-row2 {
    margin-bottom: 34px;
}
.footer-row2 .row-a {
    margin-right: 16px;
}
.footer-row3 {
    margin-bottom: 48px;
}
.footer-row3 .shuxian {
    margin: 0 20px;
}
/**
 * 公共-底部结束 **************
 */

/**
 * 公共-面包屑开始 *****************************
 */
.main-bread {
    position: relative;
    color: #5c5c5c;
    font-size: 22px;
    padding-left: 42px;
    height: 90px;
    line-height: 90px;
}
.main-bread:before {
    width: 30px;
    height: 30px;
    content: url('../image/page-bread-ico.png');
    position: absolute;
    top: 4px;
    left: 0;
}
/**
 * 公共-面包屑结束 **************
 */

/**
 * 公共-分页器开始 *****************************
 */
#wrap1 {
    margin-top: 50px;
    /*margin-bottom: 70px;*/
    /*margin-left: 25%;*/
    text-align: center;
}
.pagination-btn{
    padding:6px .1px;
    margin-right:4px;
    /*border-radius:4px;*/
    border:1px solid #cdcdcd;
    cursor:pointer;
    color:#999;
    display:inline-block;
    box-sizing:border-box;
    width:44px;
    text-align:center;
    /*background: #f0f0f0;*/
}
.pagination-wrap{
    position:relative;
    display:inline-block;
    padding-left:0;
}
.pagination-ellipsis{
    color:#999;
    position:relative;
    top:-5px;
    display:inline-block;
    padding:0 .12rem;
    margin-right:4px;
}
.pagination-current{
    border:1px solid #cdcdcd;
    color:#ffffff;
    background: #0b8702;
}
.pagination-disabled{
    cursor:not-allowed;
}
#pagination-next,#pagination-prev{
    width: 75px;
    padding-right:10px;
    padding-left:10px;
}
.pagenum{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    vertical-align:middle;
    /*margin-top: -3px;*/
}
/**
 * 公共-分页器结束 **************
 */

/**
 * Bootstrap 分页器开始 **************
 */
.page-link {
    color: #0b8702;
}
.page-item.active .page-link {
    background-color: #0b8702;
    border-color: #0b8702;
}
.page-item {
    margin: 0 10px;
}
/**
 * Bootstrap 分页器结束 **************
 */

/**
 * 首页开始 **********************************
 */

/*主体开始 ===================*/
.dt-main {
    width: 100%;
    height: auto;
    margin-top: 25px;
}
.main-container {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    /*background-color: #cccccc;*/
}

/*顶部开始 ------------------*/
.main-top {
    width: 100%;
}
.main-top .top-logo {
    display: inline-block;
    /*width: 432px;*/
    width: 26%;
    height: 129px;
    background-image: url('../image/index-top-logo.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.main-top .top-banner {
    display: inline-block;
    /*width: 1168px;*/
    width: 72%;
    height: 133px;
    background-repeat: no-repeat;
    background-size: contain;
}
/*顶部结束 ------------------*/

/*导航结束 ------------------*/
/*.main-nav {
    padding: 28px 0;
}
.main-nav .nav-box {
    width: 33%;
    height: auto;
    border-right: 1px dashed #000;
}
.main-nav .nav-a {
    line-height: 40px;
    font-size: 22px;
}
.nav-cell .nav-a {
    margin-right: 40px;
}
.nav-cell .nav-a:last-child {
    margin-right: 0;
}*/
/*导航结束 ------------------*/

/*导航开始 ------------------*/
.main-nav {
    padding: 28px 0;
    position: relative;
}
.main-nav .nav-a {
    display: inline-block;
    line-height: 40px;
    /*font-size: 26px;*/
    font-size: 22px;
    /*margin-right: 40px;*/
    margin-right: 2.5%;
    font-weight: bold;
}
.main-nav .nav-a:last-child {
    margin-right: 0;
}
.main-nav .nav-a:nth-child(3) {
    margin-right: 5%;  
}
.main-nav .nav-a:nth-child(6) {
    margin-right: 5%;  
}
.main-nav .nav-a:nth-child(9) {
    margin-right: 0;  
}
.main-nav .nav-a:nth-child(12) {
    margin-right: 5%;  
}
.main-nav .nav-a:nth-child(15) {
    margin-right: 5%;  
}
.main-nav .nav-a:nth-child(18) {
    margin-right: 0;  
}
.main-nav:before {
    content: '';
    display: block;
    height: 76px;
    width: 1px;
    border-left: 1px dashed #000000;
    position: absolute;
    top: 28px;
    left: 30%;
}
.main-nav:after {
    content: '';
    display: block;
    height: 76px;
    width: 1px;
    border-left: 1px dashed #000000;
    position: absolute;
    top: 28px;
    right: 35%;
}
/*导航结束 ------------------*/

/*轮播图开始 ----------------*/
.main-swiper-core {
    /*width: 1070px;*/
    width: 66%;
}
.carousel-indicators {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 40px;
    bottom: 10px;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #e2e7e2;
}
.carousel-indicators .active {
    background-color: #34a12c;
}
.carousel-item {
    width: 100%;
    height: 526px;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: cover;
    background-position: center;
    position: relative;
}
.swiper-txt {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, .5);
    color: #ffffff;
    padding: 0 30px;
    padding-right: 200px; 
}
/*轮播图结束 ----------------*/

/*新闻资讯开始 --------------*/
.main-news {
    /*width: 506px;*/
    width: 32%;
}
.news-head {
    border-bottom: 2px solid #dadada;
}
.news-title {
    width: 170px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: 147px 34px;
    background-position: top left;
    border-bottom: 2px solid #34a12c;
}
.news-more {
    color: #aba8a8;
    padding-top: 6px;
    font-size: 22px;
}
.news-ctx {
    overflow: hidden;
    /*height: 470px;*/
}
.ctx-item {
}
.citem-title {
    font-weight: bold;
    margin-top: 10px;
}
.citem-des {
    display: block;
    /*margin-top: 18px;*/
    margin-top: 1px;
    text-indent: 30px;
    max-height: 96px;
    overflow: hidden;
    /*position: relative;*/
}
.citem-neirong {
    display: inline-block;
}
.citem-detail {
    /*display: inline-block;
    width: 100%;
    text-align: right;*/
    color: #12760b;
    /*background: -webkit-linear-gradient(left, transparent, #fff 40%);
    background: -o-linear-gradient(right, transparent, #fff 40%);
    background: -moz-linear-gradient(right, transparent, #fff 40%);
    background: linear-gradient(to right, transparent, #fff 40%);
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 50%;*/
}
.citem-time {
    position: relative;
    padding-left: 30px;
    text-align: right;
    margin-top: 2px;
}
.citem-time:before {
    content: url('../image/index-news-citem-time.png');
    position: absolute;
    top: 2px;
    right: 100px;
}
/*新闻资讯结束 --------------*/

/*小盒子开始 ----------------*/
.boxrow {
    margin-top: 50px;
}
.xiaobox {
    /*width: 510px;*/
    width: 30%;
}
.xbox-head {
    height: 60px;
    line-height: 60px;
    border-top: 5px solid #34a12c;
    border-bottom: 2px solid #dadada;
}
.xbox-title {
    width: 80%;
    font-weight: bold;
    color: #0a7402;
    font-size: 20px;
    position: relative;
    padding-left: 48px;
}
.xbox-title:before {
    content: url(../image/index-boxes-titleico.png);
    width: 29px;
    height: 29px;
    position: absolute;
    top: 6px;
    left: 0;
}
.xbox-more {
    color: #3a3b3a;
    font-size: 18px;
}
.xbox-img {
    /*width: 460px;*/
    width: 92%;
    height: 280px;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    margin-top: 15px;
}
.xbox-ul {
    /*width: 460px;*/
    width: 92%;
    height: 164px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 32px;
}
.xbox-li {
    position: relative;
    padding-left: 22px;
    margin:16px 0;
}
.xbox-li:before {
    content: '';
    width: 6px;
    height: 7px;
    background-color: #34a12c;
    position: absolute;
    top: 8px;
    left: 0;
}
.xbox-a {
    display: inline-block;
    width: 65%;
}
.xbox-time {
    display: inline-block;
}
/*小盒子结束 ----------------*/

/*中盒子开始 ----------------*/
.zhongbox {
    /*width: 1050px;*/
    width: 65%;
}
.zbox-top {
}
.zbox-img {
    /*width: 400px;*/
    width: 38%;
    height: 280px;
    background-position: center;
}
.zbox-ctx {
    /*width: 635px;*/
    width: 60%;
    margin-top: 10px;
}
.zbc-title {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.zbc-des {
    line-height: 32px;
    margin-top: 20px;
    text-indent: 30px;
    max-height: 153px;
}
.zbc-time {
    margin-top: 86px;
}
.zbc-time:before {
    right: 145px;
}
.zbox-ul {
    width: 100%;
    margin: 0;
    margin-top: 42px;
}
.zbox-ul .xbox-li {
    width: 45%;
    /*margin-right: 40px; */
    margin-right: 4%; 
    margin-top: 0;
}
/*中盒子结束 ----------------*/

/*广告位开始 ----------------*/
.main-adv {
    /*width: 1200px;*/
    width: 100%;
    height: 210px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 20px;
}
/*广告位结束 ----------------*/

/*主体结束 ===================*/

/**
 * 首页结束 *******************
 */

/**
 * 新闻资讯页开始 ****************************
 */
/*轮播图*/
.news-swiper-core {
    width: 100%;
    margin-top: 22px;   
}
.news-swiper-core .carousel-item {
    height: 350px;
}
.news-swiper-core .swiper-txt {
    height: 52px;
    padding-right: 200px;   
}
.news-swiper-core .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #e2e7e2;
}
.news-swiper-core .carousel-indicators .active {
    background-color: #34a12c;
}

/*列表（1）*/
/*.newspage-news {
    width: 670px;
}*/
.newspage-ul {
    display: inline-block;
    margin-bottom: 30px;
    /*height: 390px;*/
    height: auto;
    overflow: hidden;
}
.newspage-li {
    display: inline-block;
    margin-top: 30px;
}
.newspage-title {
    font-weight: bold;
    font-size: 18px;
}
.newspage-des {
    margin-top: 20px;
    text-indent: 30px;
}

/*列表（2）*/
.newslist-ul {
    width: 65%;
    height: 1390px;
    overflow: hidden;
}
.newslist-li {
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
    line-height: 98px;
}
.newslist-title {
    display: inline-block;
    width: 80%; 
    font-weight: bold;
}
.newslist-time {
    position: relative;
    padding-left: 30px;
    text-align: right;
}
.newslist-time:before {
    content: url('../image/index-news-citem-time.png');
    position: absolute;
    top: 2px;
    right: 100px;
}

/*列表（3）*/
.newspage-xiaobox {
    width:100%;
}
.newspage-xiaobox .xbox-ul {
    width: 100%;
}
.newspage-xiaobox .xbox-head {
    line-height: 53px;
}
.newspage-xiaobox .xbox-img {
    width: 100%;
}
.newspage-xiaobox .xbox-title {
    width: 25%;
    padding-left: 0;
    border-bottom: 2px solid #34a12c;
}
.newspage-xiaobox .xbox-title:before {
    content: '';
}
/**
 * 新闻资讯页结束 *************
 */

/**
 * 低碳城市页开始 ****************************
 */

.cities-ul {

}
.cities-li {
    color: #444444;
}
.cities-area {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
}
.cities-city {
    display: block;
    width: 100%;
}
.city-a {
    width: 140px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    border: 1px solid #bfbfbf;
    font-size: 18px;
    font-weight: bold;
    margin-right: 40px;
    margin-top: 30px;
}

/**
 * 低碳城市页结束 *************
 */

/**
 * 新闻资讯（3级页）页开始 ******************
 */
.main-article {

}
.atc-title {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}
.atc-note {
    text-align: center;
    line-height: 70px;
}
.atc-ctx {
    padding: 30px 0;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}
.atc-img {
    width: 946px;
    height: 576px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
}
.atc-p {
    text-indent: 30px;
    margin-top: 30px;
}

.prenext {
    margin-top: 30px;
}
.prenext-cell {
    line-height: 50px;
}

/**
 * 新闻资讯（3级页）页结束 ***
 */
