.mode-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-cnt {
    float: left;
    position: relative;
    right: 50%;
}

.mode-inner {
    float: left;
    position: relative;
    left: 50%;
}

.party_building .build_tit {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.party_building .build_tit a {
    display: block;
}

.party_building .build_tit .zh {
    font-size: 24px;
    color: #111;
    height: 30px;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.party_building .build_tit .zh::before {
    content: "";
    position: absolute;
    top: 44px;
    left: 49%;
    width: 28px;
    height: 3px;
    background-color: #cf0504;
    z-index: 99;
}

.party_building .build_tit .en {
    height: 30px;
    line-height: 30px;
    color: #ccc;
    position: relative;
}

.party_building .build_tit .en::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 46.6145%;
    width: 130px;
    height: 10px;
    opacity: 1;
    background-color: #fff;
    z-index: 9;
}

.orga {
    margin-top: 30px;
}

.orga .left {
    width: 580px;
    height: 364px;
    float: left;
    position: relative;
}

.orga .left .pic img {
    width: 580px;
    height: 364px;
}

.orga .left .tit {
    position: absolute;
    bottom: 10px;
    left: 15px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    width: 550px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.orga .left .tit a {
    color: #fff;
}

.orga .right {
    width: 580px;
    float: left;
    margin-left: 40px;
}

.orga-tit {
    width: 540px;
    height: 40px;
    line-height: 40px;
    background-color: #cf0504;
    color: #fff;
    padding-left: 40px;
    font-size: 20px;
    position: relative;
}

.orga-tit::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -22px;
    width: 45px;
    height: 43px;
    background: url("../images/star.png") no-repeat left center;
}

.orga-tit a {
    display: inline-block;
    float: right;
    width: 64px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-left: 1px solid #960100;
    position: relative;
}

.orga-tit a::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    width: 1px;
    height: 40px;
    background-color: #f80c0b;
}

.orga .right ul li {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    margin-left: 17px;
    width: 563px;
}

.orga .right ul li:last-child {
    border-bottom: none;
}

.orga .right ul li a {
    display: block;
    height: 55px;
    line-height: 55px;
}

.orga .right ul li em {
    display: inline-block;
    width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    position: relative;
    font-size:16px;
}

.orga .right ul li em::before {
    content: "";
    position: absolute;
    top: 23px;
    left: -17px;
    width: 7px;
    height: 7px;
    background-color: #666;
}

.orga .right ul li span {
    display: inline-block;
    width: 90px;
    float: right;
    color: #999;
}

.orga .right ul li:hover em::before {
    content: "";
    position: absolute;
    top: 23px;
    left: -17px;
    width: 7px;
    height: 7px;
    background-color: #cf0504;
}

.orga .right ul li:hover em {
    color: #cf0504;
}

.par_newslist {
    margin-top: 35px;
    background-color: #f7f7f7;
    padding: 30px 0 50px;
}

/*党务公开*/
.open {
    width: 585px;
    float: left;
    background-color: #fff;
}

.open .item-cell,
.par_newslist .honest_admin .item-cell {
    margin-top: 25px;
    padding: 0 20px;
}

.open .item-cell .item-pic,
.par_newslist .honest_admin .item-cell .item-pic {
    width: 156px;
    height:98px;
    float: left;
}

.open .item-cell .item-pic img,
.par_newslist .honest_admin .item-cell .item-pic img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.open .item-cell .item-cnt,
.par_newslist .honest_admin .item-cell .item-cnt {
    margin-left: 25px;
    width: 364px;
    float: left;
}

.open .item-cell .item-cnt .item-tit,
.par_newslist .honest_admin .item-cell .item-cnt .item-tit {
    font-size: 18px;
  
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.open .item-cell .item-cnt .item-date,
.par_newslist .honest_admin .item-cell .item-cnt .item-date {
    color: #ccc;
    padding-left: 24px;
    height: 30px;
    font-size:14px;
    line-height: 30px;
    background: url("../images/djjy_icon.png") no-repeat left center;
    
}

.open .item-cell .item-cnt .item-desc,
.par_newslist .honest_admin .item-cell .item-cnt .item-desc {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    max-height: 50px;
}

.open ul,
.par_newslist .honest_admin ul {
    padding: 10px 20px;
}

.open ul li,
.par_newslist .honest_admin ul li {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    width: 545px;
}

.open ul li:last-child,
.par_newslist .honest_admin ul li:last-child {
    border-bottom: none;
}

.open ul li a,
.par_newslist .honest_admin ul li a {
    display: block;
    height: 55px;
    line-height: 55px;
}

.open ul li em,
.par_newslist .honest_admin ul li em {
    display: inline-block;
    width: 455px;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    position: relative;
    font-size:16px;
}

.open ul li span,
.par_newslist .honest_admin ul li span {
    display: inline-block;
    width: 90px;
    float: right;
    color: #999;
}

.open ul li:hover em,
.par_newslist .honest_admin ul li:hover em {
    color: #cf0504;
}




/*党务公开*/
/*党风廉政*/
.par_newslist .honest_admin {
    width: 585px;
    float: left;
    margin-left: 30px;
    background-color: #fff;
}

/*党风廉政*/


.par_newslist .orga-tit {
    width: 545px !important;
}


/*企业板块*/
.cor_sector {
    margin-bottom: 55px;
}

.cor_tit {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.cor_tit a {
    display: block;
}

.cor_tit .zh {
    font-size: 24px;
    color: #111;
    height: 30px;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.cor_tit .zh::before {
    content: "";
    position: absolute;
    top: 44px;
    left: 49.3%;
    width: 28px;
    height: 3px;
    background-color: #c9151e;
    z-index: 99;
}

.cor_tit .en {
    height: 30px;
    line-height: 30px;
    color: #ccc;
    position: relative;
}

.cor_tit .en::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 46.6145%;
    width: 130px;
    height: 10px;
    opacity: 1;
    background-color: #fff;
    z-index: 9;
}

/*---------------------------------------------------*/
.cor_tab{
    margin-top:20px;
}
.cor_tab ul{ display: flex; justify-content: center;}
.cor_tab ul li {
    float: left;
    width: 238px;
    border-left: 2px solid #fff;
    background-color: #f5f5f5;
    height: 58px;
    line-height: 58px;
    text-align: center;
}

.cor_tab ul li em {
    display: inline-block;
    padding-right: 5px;
}
.cor_tab ul li em img{
    max-width: 28px;
    max-height: 24px;
}
.cor_tab ul li span {
    display: none;
    padding-right: 5px;
}

.cor_tab ul li:hover,
.cor_tab ul .active {
    background-color: #c9151e;
    border-left: 2px solid #c9151e;
    position: relative;
}

.cor_tab ul li:hover::before,
.cor_tab ul .active::before {
    content: "";
    position: absolute;
    top: 58px;
    left: 45.7983%;
    width: 20px;
    height: 13px;
    background: url("../images/arrow-down.png") no-repeat;
}

.cor_tab ul li:hover a,
.cor_tab ul .active a {
    color: #fff;
}

.cor_tab ul li:hover em,
.cor_tab ul .active em {
    display: none;
}

.cor_tab ul li:hover span,
.cor_tab ul .active span {
    display: inline-block;
}
.cor_tab ul li:hover span img,
.cor_tab ul .active span img{
    max-width: 28px;
    max-height: 24px;
}
.cor {
    margin-top: 50px;
}

.cor .cor_list .item-cell .item-pic {
    width: 436px;
    height: 280px;
    overflow: hidden;
    float: left;
}

.cor .cor_list .item-cell .item-pic img {
    width: 436px;
    height: 280px;
}

.cor .cor_list .item-cell .item-cnt {
    width: 697px;
    margin-left: 35px;
    float: left;
}

.cor .cor_list .item-cell .item-cnt .item-desc {
    margin-top: 15px;
}

.cor .cor_list .item-cell .item-cnt .item-desc p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}

.cor .cor_list .item-cell .item-cnt .item-tit span {
    font-size: 14px;
    color: #999;
    padding-left: 10px;
}

.cor .cor_list .item-cell .item-cnt .item-tit em {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.cor .cor_list .item-cell .item-cnt .item-tit {
    position: relative;
    height: 25px;
    line-height: 25px;
    margin-top: 20px;
    padding-bottom: 19px;
}

.cor .cor_list .item-cell .item-cnt .item-tit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 3px;
    background-color: #c9151e;

}

/*---------------------------------------------------------*/
/*企业板块*/
/*企业文化*/
.culture {
    background: url("../images/culture_bg.png") repeat-y center center;
}

.culture .cor_tit {
    background-color: #fff;
}

.culture .item-cell {
    width: 100%;
}

.culture .item-cell .item-left {
    width: 18.75%;
    height: 320px;
    float: left;
    background-color: #fff;
}

.culture .item-cell .wrap-layer {
    height: 320px;
    background-color: #fff;
}

.culture .item-cell .item-right {
    width: 18.75%;
    height: 320px;
    float: right;
    background-color: #fff;
}

.culture .cell-left .item-pic {
    width: 40.4166%;
    height: 320px;
    float: left;
}

.culture .cell-right .item-pic {
    width: 30.4166%;
    height: 320px;
    float: right;
}

.culture .item-cell .item-cnt {
    width: 45%;
    margin-left: 2%;
    float: left;
    margin-top: 40px;
    background: url("../images/culture_icon1.png") no-repeat;
    height: 280px;
    padding-left: 4.1666%;
}

.culture .item-cell .item-cnt .item-tit {
    margin-top: 32px;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
}

.culture .item-cell .item-cnt .item-ftit {
    font-size: 16px;
    color: #c9151e;
    margin: 10px 0 20px;
}

.culture .item-cell .item-cnt .item-desc {
    line-height: 25px;
    font-size: 14px;
}

.culture .item-cell .item-cnt .item-desc p {
    padding: 0;
    line-height: 25px;
    font-size: 14px;
    margin: 0;
}

.bg_45 {
    width: 100%;
    height: 45px;
    background-color: #fff;
}

.h30 {
    height: 30px;
}

/*企业文化*/
/*新闻中心*/
.news_center .news_desc {
    width: 100%;
    height: auto;
    padding: 32px 0;
    background-color: #f7f7f7;
    margin-top:25px;
}

.news_center .news_desc .item-pic {
    width: 559px;
    height: 350px;
    float: left;
}
.news_center .news_desc .item-pic img{
    width: 559px;
    height: 350px;
}

.news_center .news_desc .item-cnt {
    width: 575px;
    margin-left: 30px;
    float: left;
}

.news_center .news_desc .item-cnt .item-tit {
    margin: 15px 0;
    line-height: 25px;
    font-size: 22px;
    font-weight: 500;
}

.news_center .news_desc .item-cnt .item-timer {
    height: 25px;
    line-height: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #ccc;
    padding-left: 25px;
    background: url("../images/djjy_icon.png") no-repeat left center;
}

.news_center .news_desc .item-cnt .item-desc {
    line-height: 28px;
    font-size: 16px;
    color: #999;
}

.news_center .news_desc .item-cnt .item-more {
    margin-top: 45px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #c9151e;
    font-size: 14px;
    width: 120px;
    text-align: center;
}

.news_center .news_desc .item-cnt .item-more a {
    color: #c9151e;
}

.news_center_tab {
    margin-top: 35px;
}

.news_center_tab ul {
    width:100%;
    text-align: center;
}

.news_center_tab ul li {
    display: inline-block;
    *display: inline;
    *zoom:1;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #e4e4e4;
}

.news_center_tab ul .active,.news_center_tab ul li:hover{
    background-color: #c9151e;

}

.news_center_tab ul .active a,.news_center_tab ul li:hover a{
    color: #fff;
}

.news_cen .news_cen_list {
    margin-right: -30px;
}

.news_cen .news_cen_list .item-cell {
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-top: 40px;
}

.news_cen .news_cen_list .item-cell .item-pic {
    width: 380px;
    height: 238px;
    overflow: hidden;
}

.news_cen .news_cen_list .item-cell .item-pic img {
    width: 100%;
    height: 100%;
}

.news_cen .news_cen_list .item-cell .item-cnt {
    padding: 15px 15px 30px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.news_cen .news_cen_list .item-cell .item-cnt .item-tit {
    width: 350px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_cen .news_cen_list .item-cell .item-cnt .item-desc {
    height: 50px;
    font-size: 14px;
    line-height: 25px;
    color: #999;
}

.news_cen .news_cen_list .item-cell .item_date {
    color: #aaa;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    border: 1px solid #eee;
}

.news_cen .news_cen_list .item-cell .item_date a {
    color: #aaa;
    float: right;
}

.news_cen {
    margin-bottom: 40px;
}

.page .zh a span {
    width: 80px;
    font-size: 14px;
    color: #222;
}

.page .zh a:hover span {
    background-color: transparent;
    color: #222;
    font-size: 14px;
}

/*新闻中心*/
/*新闻详情页*/
.news_details .item-cell .item-tit {
    width: 100%;
    text-align: center;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin: 35px 0;
}

.news_details .item-cell .item-date {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    height: 25px;
    line-height: 25px;
}

.news_details .item-cell .item-date .list {
    float: right;
    line-height: 25px;

}

.news_details .item-cell .item-date .list a {
    color: #c9151e;
}

.news_details .item-cell .item-date .timer {
    text-align: center;
}

.news_details .item-cell .item-date .timer span {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #999;
}

.news_details .item-cell .item-desc {
    margin-top: 30px;
    margin-bottom: 120px;
}

.news_details .item-cell .item-desc p {
    margin: 0;
    text-indent: 2em;
    line-height: 30px;
}

.news_details .item-cell .item-desc p img {
    display: block;
    width: 540px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 25px;
}

/*新闻详情页*/
/*信息公开*/
.gery_bg {
    background-color: #f7f7f7;
    padding: 1px 0 46px;
}

.publicity {
    background-color: #Fff;
    width: 585px;
    float: left;
}

.publicity .publ-tit {
    padding: 25px 20px 0;
    font-size: 18px;
}

.publicity .publ-tit a {
    display: block;
    padding-left: 17px;
    border-left: 3px solid #c9151e;
    height: 25px;
    line-height: 25px;
}

.publicity .publ-tit a span {
    float: right;
    font-size: 14px;
    color: #aaa;
}

.M30 {
    margin-left: 30px;
}

.open1 ul li:last-child {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 28px;
}

.open1 ul li span {
    display: inline-block;
    width: 40px;
    float: right;
    color: #c9151e;
    padding-left: 25px;
    background: url("../images/download.png") no-repeat left center;
}

/*信息公开*/
/*企业概况*/
.enter_qual .wrap-layer {
    margin-bottom: 64px;
    text-align: center;
}

.enter_qual .one_list {
    margin-top: 36px;
    text-align: center;
}

.enter_qual .one_list li {
    display: inline-block;
    margin:0 25px;
    width: 220px;
    height: 154px;
    border:2px solid #67a8e6;
}

.enter_qual .one_list li img {
    max-width: 100%;
    width:auto;
    height: 100%;
}

.enter_qual .two_list {
    margin-top: 50px;
    text-align: center;
}

.enter_qual .two_list li {
    display: inline-block;
    margin:0 25px;
    width:220px;
    height: 154px;
    border:2px solid #67a8e6;
}

.enter_qual .two_list li img {
    max-width: 100%;
    width:auto;
    height: 100%;
}

.enterprise .item-cell {
    margin-top: 50px;
}

.enterprise .item-cell .item-pic {
    width: 559px;
    height: 380px;
    float: left;
}

.enterprise .item-cell .item-pic img {
    width: 100%;
    height: 100%;
}

.enterprise .item-cell .item-cnt {
    width: 635px;
    padding: 26px 30px 35px;
    margin-left: -55px;
    background-color: #f5f5f5;
    float: left;
    margin-top: 54px;
}

.enterprise .item-cell .item-cnt .item-tit {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.enterprise .item-cell .item-cnt .item-tit span {
    font-size: 14px;
    opacity: .4;
    padding-left: 15px;
}

.enterprise .item-cell .item-cnt .item-desc {
    line-height: 25px;
    color: #999;
    font-size: 16px;
}

.enterprise .item-cell .item-cnt .item-more a {
    color: #c9151e;
    font-size: 14px;
    display: block;
    margin-top: 45px;
    height: 20px;
    line-height: 20px;
}

.enterprise .introduce {
    background-color: #f5f5f5;
    padding-bottom: 20px;
    padding-top: 35px;
    margin-top: 35px;
}

.enterprise .introduce .wrap-layer>div {
    float: left;
    margin-top: 160px;
    margin-left: 15px;
}

.enterprise .introduce .wrap-layer .item-per {
    width: 289px;
    margin-top: 0px;
    position: relative;
}
.enterprise .introduce .wrap-layer .item-per .item-cnt {
    position: absolute;
    top: 0;
    left: 315px;
    width: 690px;
}

.enterprise .introduce .wrap-layer .item-per .item-cnt .tit {
    font-size: 22px;
    font-weight: 600;
}

.enterprise .introduce .wrap-layer .item-per .item-cnt .zw {
    margin: 12px 0 15px;
    height: 20px;
    line-height: 20px;
    color: #999;
    padding-left: 10px;
    border-left: 2px solid #c9151e;
}

.enterprise .introduce .wrap-layer .item-per .item-cnt .desc {
    font-size: 14px;
    line-height: 25px;
}

.enterprise .introduce .intro_more {
    margin: 0 auto;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c9151e;
}

.enterprise .introduce .intro_more a {
    color: #c9151e;
}

.enterprise .introduce .cor_tit .en::before {
    background-color: #f5f5f5;
}
.phone_swiper{
    display: none;
}
/*企业概况*/
#slider {
    width: 1200px;
    height: 312px;
    overflow: hidden;
    padding: 20px 15px;
    position: relative;
    margin: 0 auto;
}

.scroll {
    width: 1200px;
    height: 312px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.scrollContainer {
    position: relative;
    width: 1815px;
    left: 0px;
    height: 288px;
}

.scrollContainer .current .inside {
    width: 230px;
    height: 305px;
}

.scrollContainer .panel {
    width: 170px;
    height: 305px;
    float: left;
    margin-right: 25px;
    display: inline;
}

.panel .inside {
    display: block;
    position: absolute;
    bottom: 0;
}

.inside img {
    height:160px!important;
    width:120px!important;
}

.current img {
    height:312px!important;
    width:230px!important;
}
.btnMode a.btn {
    width: 20px;
    height: 39px;
    position: absolute;
    top: 125px;
}

.btnMode a.prev {
    left: 0;
    background-position: 0 -61px;
}

.btnMode a.prev:hover {
    background-position: 0 -102px;
}

.btnMode a.next {
    right: 0;
    background-position: -50px -61px;
}

.btnMode a.next:hover {
    background-position: -50px -102px;
}

.scroll li .inside .item-cnt {
    display: none;
    position: absolute;
    top: 0px;
    left: 240px;
    width: 690px;
}

.scroll li .inside .item-cnt .tit {
    font-size: 22px;
    font-weight: 600;
}

.scroll li .inside .item-cnt .zw {
    margin: 12px 0 15px;
    height: 20px;
    line-height: 20px;
    color: #999;
    padding-left: 10px;
    border-left: 2px solid #c9151e;
}

.scroll li .inside .item-cnt .desc {
    font-size: 14px;
    line-height: 25px;
}

.scroll li .inside .intro_more {
    margin: 0 auto;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c9151e;
}

.scroll li.current .inside .item-cnt {
    display: block;
}
.example-image-link {
    float: left;
    position: relative;
    z-index: 1;
    width: 298px;
    height: 192px;
    margin: 50px 42px 10px 42px;
    border: 2px solid #67a8e6;
    text-align: center;
}
.example-image {
    max-width: 298px;
    height: 100%;
}
.example-image {
    max-width: 298px;
    height: 100%;
}
.example-image-link:hover::before {
    position: absolute;
    top: 0px;
    left:0px;
    content: "";
    display: block;
    background: #333;
    opacity: 0.5;
    width: 298px;
    height: 192px;
    z-index: 2;
  }
  
  .example-image-link:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background: url("../images/white_icon.png") no-repeat center center;
    width: 298px;
    height: 192px;
    z-index: 3;
  }
  /*领导介绍*/
.model_worker{
    margin-right: -33px;
    
  }
  .model_worker .item-cell{
    width: 275px;
    margin-right: 33px;
    float: left;
    overflow: hidden;
    margin-top: 30px;
  }
  .model_worker .item-cell .item-pic{
    width: 100%;
    text-align: center;
  }
  .model_worker .item-cell .zw{
      height: auto;
      line-height: 40px;
      font-size: 20px;
      width: 100%;
      text-align: center;
  }
  .model_worker .item-cell .item-pic img{
    width: 187px;
    height: 217px;
  }
  .model_worker .item-cell .item-tit{
    text-align: center;
    width: 100%;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom:12px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
  }
  .model_worker .item-cell .item-desc{
    width: 270px;
      text-align: left;
      line-height: 25px;
      height: 200px;
      overflow-y: auto;
  }
  @media screen and (max-width: 1600px) {
    .culture .item-cell .item-left{
        width: 10%;
    }
  }
  