/*banner*/
.banner{
    width: 100%;min-width: 1200px;position: relative;
    max-height: 500px;overflow: hidden;
}
.banner .img{
    width: 100%;
    z-index: 0;
}
.banner .banner-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    font-size: 50px;
    color: #fff;
    text-shadow:#000 2px 2px 3px
}
/**/
.page-body{
    position:relative;
    min-width: 1200px;

}
/*路径*/
.path{margin: 15px auto;color:#666;}
.path li{display: inline; font-size: 14px;color: #666}
/*分页*/
.pagination{text-align: left;margin:30px 0;display:flex; flex-direction: row;}
.pagination li{}
.pagination li a,
.pagination li.disabled span,
.pagination li.active span{padding:5px 20px;border:1px solid #ccc;margin-right: 10px;
    display:block;border-radius:2px;font-size: 16px;}
.pagination li a:hover{color:#0c6db6;}
.pagination li.active span{background:#0c6db6;color:#fff;border:1px solid #0c6db6;}
.pagination li.disabled span{color:#ccc;border:1px solid #efefef;}

.content-info{
    padding: 65px 0 100px;
    min-height: 300px;
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
    word-break: break-all;
    color: #11313a;
    line-height: 180%;
}

.content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*分类*/
.small-nav{
    width: 100%;
    min-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
}
.small-nav .nav-title{
    font-size: 22px;

}
.small-nav a{
    display:block;
    line-height: 60px;
    font-size: 16px;
    margin-left: 50px;
    border-bottom:3px solid #fff;

}
.small-nav .curr,
.small-nav a:hover{
    border-bottom:3px solid #0c6db6;
    color: #0c6db6;
}
/*新闻动态*/
/*新闻动态*/
.news {
    margin-top: 20px;
    position:relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 1360px;
    width: 100%;
}
.news:after {
    position: relative;
    width: 31%;
    background-color: #fff;
    content: '';
}
.news .item{
    margin:  25px 0;
    position: relative;
    width: 31%;
}
.news .item a{
    display: block;
    background-color: #f8f8f8;
}
.news .item a:hover{
    background-color: #efefef;
}
.news .item a .img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
}
.news .item a .img{
    position: absolute;
    bottom:0;
    right: 0;
    width: 100%;height: 100%;
    overflow: hidden;
}
.news .item a img{
    width: 100%;
}
.news .item a:hover .img img{transition: all 0.5s ease-out;transform: scale(1.1);}
.news .item a .title{
    padding:  4% ;
    font-size: 18px;
    height: 30px;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap
}
.news .item a .small-title{
    font-size: 14px;
    color:#666;
    height: 18px;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    padding: 0 25px 10px;
}
.news .item a .time{
    font-size: 18px;
    color:#333;
    padding: 0 25px 30px;
}

.news a:hover .img img{transition: all 0.5s ease-out;transform: scale(1.1);}
/*新闻详情---------------------------*/
.news-body{overflow: hidden;padding: 30px 0 0;}
.news-body .news-body-top{padding: 0 80px 20px 0; margin-bottom: 20px;
    border-bottom: 1px solid #ddd;}
.news-body .news-body-top .title{font-size: 26px;color: #000; margin-bottom: 10px;}
.news-body .news-body-top .description{font-size: 16px;color: #666;line-height: 25px;padding-bottom: 10px;}
.news-body .news-body-top p{font-size:16px;color:#999;}
.news-body .content-body{min-height: 570px;font-size: 18px;line-height: 200%;font-weight: 300;}
.news-body .content-body p{text-indent: 2em;}
.news-body .content-body img{
    margin: 15px 0;
}
.news-body .news-body-bottom{padding: 10px 0 30px;border-top: 1px solid #ddd;margin-top: 30px;font-size: 16px}
.news-body .news-body-bottom .previous,
.news-body .news-body-bottom .next{color:#ccc;line-height: 35px;}
.news-body .news-body-bottom .previous span,
.news-body .news-body-bottom .next span{color:#000;}

/*通用详情页面*/
.info{overflow: hidden;padding: 30px 0 0;}
.info .info-top{padding: 0 80px 20px 0; margin-bottom: 20px;
    border-bottom: 1px solid #ddd;}
.info .info-top .title{font-size: 24px;color: #000; margin-bottom: 10px;}
.info .info-top .description{font-size: 14px;color: #666;line-height: 25px;padding-bottom: 10px;}
.info .info-top p{font-size:12px;color:#999;}
.info .content{min-height: 570px;font-size: 14px;line-height: 24px;}
.info .info-bottom{padding: 20px 0;border-top: 1px solid #ddd;}
.info .info-bottom .previous,
.info .info-bottom .next{color:#ccc;line-height: 35px;}
.info .info-bottom .previous span,
.info .info-bottom .next span{color:#000;}

/*about*/
.about{overflow: hidden;padding: 30px 0 0;}
.about .title{font-size: 30px;text-align: center;
    color: #000;
    line-height: 60px;
    margin-bottom: 10px;border-bottom: 1px solid #ddd;}
.about .info{min-height: 570px;font-size: 14px;line-height:200%;}


/*联系我们*/
.contact{position: relative;overflow: hidden;margin:20px auto;background: #efefef;}
.contact  .title-en{
    font-size: 36px;
    color: #0c6db6;
    font-weight:bold;
}
.contact  .title{
    font-size: 22px;
}
.contact .baidu{
    float: left;
    width: 710px;

}
.contact .txt{
    float: right;
    padding: 30px 10px 10px 80px;
    width: 400px;
    text-align: left;
    background: url("../images/contact-bg.jpg") #f7f7f7 no-repeat;
    background-size:auto 100%;
    height: 510px;

}
.contact .txt ul{margin-top: 30px;}
.contact .txt ul li{line-height: 45px;font-size: 18px;font-weight: 300;}
.contact .txt ul li span{
    color: #0c6db6;
}
.contact .txt .img{
    margin-top: 30px;
    width: 125px;
    overflow: hidden;
    border:4px solid #0c6db6;
    padding: 5px;
}
.order{background: #efefef;padding: 20px 0 10px;}

/*产品*/
.product{
    margin-top: 50px;
}
.product .item{
    position: relative;
    /*background-color: #f7f7f7;*/
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #efefef;
    align-items: center;

}

.product .item .img{
    position: relative;
    width:480px;
    height: 260px;
    overflow:hidden;
}
.product .item .img img{
    z-index: 1;
    width:100%;
}
.product .item .img img:hover{transform: scale(1.2)}
.product .item .box{
    margin-left: auto;
    display: flex;
    flex-direction: column;
    width: 650px;
    height: 260px;
}
.product .item .title
{
    font-size: 24px;
}
.product .item .title:hover{ color: #0c6db6;}
.product .item .param{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}
.product .item .param .param-title{
    font-size: 14px;
    margin-right: 20px;
}
.product .item .param .param-start{
    color: #ff6a00;
    margin-right: 20px;
    margin-left: -20px;
}
.product .item .small-title
{
    color: #666;
    margin-top: 10px;
    line-height: 30px;
    height: 90px;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    word-break: break-all;
}

.product .item .more{
    margin-top: 30px;

}
.product .item .more a{
    margin-bottom: 10px;
    padding: 10px 30px;
    text-align: center;
    font-size: 14px;
    background-color: #0c6db6;
    color: #fff;
}

/*产品详情*/
.product-title{
    font-size: 36px;
    text-align: center;
    padding: 20px 0;
}
.product-body{min-height: 100px;font-size: 18px;line-height: 200%;font-weight: 300;}




.job{
    padding: 30px 0;
    display: flex;
    flex-direction:row ;

}
.job .job-info{
    width: 400px;
}
.job .job-info .txt{
    font-size: 18px;
    color: #666;
    line-height: 2;
}
.job .job-info .job-contact{
    margin-top: 50px;
    border:5px solid #0c6db6;
    padding: 25px 25px 30px;
    line-height: 2;
    color: #666;
    font-size: 14px;
}
.job .job-info .job-contact .title{font-size: 20px}
.job .job-info .job-contact .email{ color:#0c6db6;font-size:30px;padding-bottom:20px;line-height: 1.2 }

.job .job-list{
    flex-grow: 1;
    margin-left: 50px;
    border-top:2px solid #666 ;
}
.job .item{

      border-bottom:2px solid #666 ;
}
.job .item .job-head{
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;

}
.job .item .job-head .title{
    font-size: 20px;
    margin-right: auto;
    line-height: 80px;
    max-width: 400px;
}
.job .item .job-head .txt{
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}
.job .item .job-body{
    color: #555;
    line-height: 1.5;
    padding-bottom: 30px;

}
.job .item .job-body .title{
    font-weight: bold;
}
.job .item .job-body .type{
    padding-bottom: 10px;
}
.job .item .job-body .job-content{
    padding-bottom: 10px;
    max-width: 740px;

}

.job .item:hover {
    /*background-color: #efefef;*/
}


/*党建-党群工作*/
.dangqun{
    padding-bottom: 30px;

    display: flex;flex-direction: row;margin-top: 20px

}
.dangqun .left-nav{
    width: 240px;
    min-height: 500px;

}
.dangqun .left-nav .item{
    display: block;
    line-height: 30px;
    padding: 10px 0;
    margin-bottom: 2px;
    text-align: center;
    background-color: #eeeeee;
    font-size: 18px;
}
.dangqun .left-nav .item-this{
    background-color: #0c6db6;
    color: #fff;
}

.dangqun .right-row{
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    flex-grow: 1;
}

.dangqun .right-row .right-list{



}
.dangqun .right-row .right-list a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom:#efefef 1px solid;
    align-items: center;
    padding: 20px 5px;
    flex-grow: 1;
}
.dangqun .right-row .right-list a .title{ max-width: 700px}
.dangqun .right-row .right-list a .time{ color: #777}