@charset "utf-8";
/*Css Document*/
/*首页banner*/
.banner{
	width: 100%;
	height: auto;
}

.banner .news-title{
	display: none;
}

.banner .top_banner {
	width: 100%;
	height: 100%;
}

.top_banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

/*small news*/
.sub_snswrap .sns_text,.sub_snswrap .sns_right{
	float: left;
}
.sub_snswrap .sns_text{
	width: 75px;
}
.sns_text h2{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #005bac;
	font-weight: bold;
}
.sub_snswrap .sns_right{
	width: 1125px;
	position: relative;
}
.sns_right .sn_cont{
	width: 1000px;
}
.sn_cont .swiper-slide{
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 10px;
	background: url(../images/ic_spot_y.png) no-repeat left center;
}
.sn_cont .swiper-slide a{
	font-size: 14px;
	color: #333;
}
.sn_cont+.swiper-button-next{
	width: 17px;
	height: 17px;
	background: url(../images/ic_title_btn_next.png);
	top: 80%;
}
.sn_cont+.swiper-button-next:after{
	content: " ";
}


/*新闻部分*/
.news{
	padding: 50px 0;
}
.sub_newswrap .news_left,.sub_newswrap .news_right{
	float: left;
	width: 590px;
}
.sub_newswrap .news_left{
	margin-right: 20px;	
}
.sub_newswrap .news_right{
	background: #fff;
	box-sizing: border-box;
	padding: 0 30px;
}
.swiper_lunbo{
	width: 100%;
	height: 100%;
}

.swiper_lunbo .swiper-slide {
	position: relative;
}

.swiper_lunbo .swiper-slide .img_text,
.swiper_lunbo .swiper-slide img {
	width: 100%;
	height: 100%;
	height: auto;
}

.swiper_lunbo .swiper-slide img {
	display: block;
	height: 323px;
}

.swiper_lunbo .swiper-slide p {
	margin: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	text-indent: 15px;
}
.swiper_lunbo .swiper-slide p a{
	color: #fff;
}
.swiper_lunbo .swiper-button-prev,.swiper_lunbo .swiper-button-next{
	color: #fff;
}
.swiper_lunbo .swiper-pagination {
	width: 50%;
	position: absolute;
	left: 50%;
	bottom: 20px;
	text-align: right;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper_lunbo .swiper-pagination-bullet-active {
	opacity: 1!important;
	background: #fff!important;
}

.swiper_lunbo .swiper-pagination-bullet {
	width: 20px;
	height: 5px;
	display: inline-block;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.4);
	opacity: 0.2;
}

/*右侧内容*/
.nr_top{
	border-bottom: 1px solid #ddd;
}
.nr_top h3{
	width: 20%;
	float: left;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #666;
	border-bottom: 2px solid rgba(0,91,192,0);
	cursor: pointer;
}
.nr_top h3.active{
	color: #005BAC;
	border-bottom-color: #005BAC;
}
.nr_bot .DnnModule-GTModulesCMS{
	display: none;
}
.news-list{
	position: relative;
}
.news-list .nl_ul{
	padding: 15px 0 20px;
}
.news-list .go_more{
	width: 10%;
	height: 48px;
	line-height: 48px;
	text-align: right;
	position: absolute;
	right: 0;
	top: -48px;
}
.news-list .go_more a{
	font-size: 14px;
	color: #666;
}
.news-list .go_more:hover a{
	color: #005BAC;
}
.nl_ul_li .news_titcont,.nl_ul_li .news_datecont{
	height: 18px;
	line-height: 18px;
	padding: 10px 0;
}
.nl_ul_li .news_titcont{
	float: left;
	width: 70%;
	font-size: 14px;
	cursor: pointer;
}
.nl_ul_li .news_titcont a{
	color: #333;
}
.nl_ul_li .news_titcont .zd{
	display: none;
}
.nl_ul_li:hover .news_titcont a{
	color: #005BAC;
}
.nl_ul_li .news_datecont{
	float: right;
	width: 20%;
	font-size: 12px;
	color: #bababa;
	text-align: right;
}
.nl_ul_li_1 .news_titcont,.nl_ul_li_guozi .news_titcont{
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color: #005BAC;
}
.nl_ul_li_1 .news_titcont a{
	color: #005BAC;
}
.nl_ul_li_1 .news_titcont .zd{
	display: inline-block;
}
.nl_ul_li_1 .news_datecont{
	height: 28px;
	line-height: 28px;
}
.nl_ul_li_guozi .news_titcont{
	width: 50%;
	float: left;
}
.nl_ul_li_guozi .news_titcont a{
	color: #005BAC;
}


.nl_ul li:nth-child(1) .news_titcont,.nl_ul_li_guozi .news_titcont{
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color: #005BAC;
}
.nl_ul li:nth-child(1) .news_titcont a{
	color: #005BAC;
}
.nl_ul li:nth-child(1) .news_titcont .zd{
	display: inline-block;
}
.nl_ul li:nth-child(1) .news_datecont{
	height: 28px;
	line-height: 28px;
}






/*业务概况*/
.ywgk{
	padding: 50px 0;
}
.sub_ywgkwrap .ywgk_cont,.ywgk_cont .qiehuan_cont{
	width: 100%;
}
.ywgk_cont .qiehuan_cont{
	display: none;
	height: 360px;
	position: relative;
}
.qiehuan_cont img{
	display: block;
	width: 100%;
}
.qiehuan_cont .qiehuan_text{
	width: 1019px;
	height: 360px;
	background: url(../images/yw_textbg.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding-left: 50px;
}
 .qiehuan_text h2{
 	padding-top: 50px;
 	height: 32px;
 	line-height: 32px;
 	font-size: 20px;
 	color: #fff;
 	margin-bottom: 40px;
 }
 .qiehuan_text p{
 	width: 300px;
 	line-height: 32px;
 	font-size: 16px;
 	color: #fff;
 }
/*鼠标经过图片切换*/
.sub_ywgkwrap .ywgk_hov,.ywgk_hov .ywhov_list{
	width: 100%;
}
.ywhov_list li{
	width: 200px;
	float: left;
	height: 95px;
}
.ywhov_list li:first-child{
	background: url(../images/ywgkhov_before.jpg) no-repeat left top;
}
.ywhov_list li.hov_after1{
	background: url(../images/ywgkhov_after.jpg) no-repeat left top;
}
.ywhov_list li:nth-child(2){
	background: url(../images/ywgkhov_before.jpg) no-repeat -200px top;
}
.ywhov_list li.hov_after2{
	background: url(../images/ywgkhov_after.jpg) no-repeat -200px top;
}
.ywhov_list li:nth-child(3){
	background: url(../images/ywgkhov_before.jpg) no-repeat -400px top;
}
.ywhov_list li.hov_after3{
	background: url(../images/ywgkhov_after.jpg) no-repeat -400px top;
}
.ywhov_list li:nth-child(4){
	background: url(../images/ywgkhov_before.jpg) no-repeat -600px top;
}
.ywhov_list li.hov_after4{
	background: url(../images/ywgkhov_after.jpg) no-repeat -600px top;
}
.ywhov_list li:nth-child(5){
	background: url(../images/ywgkhov_before.jpg) no-repeat -800px top;
}
.ywhov_list li.hov_after5{
	background: url(../images/ywgkhov_after.jpg) no-repeat -800px top;
}
.ywhov_list li:nth-child(6){
	background: url(../images/ywgkhov_before.jpg) no-repeat -1000px top;
}
.ywhov_list li.hov_after6{
	background: url(../images/ywgkhov_after.jpg) no-repeat -1000px top;
}


/*经典案例*/
.jdal{
	padding: 50px 0;
}
.sub_jdalwrap{
	position: relative;
}
.sub_jdalwrap .jdal_hovleft{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.jdal_hovleft .jdal_hov{
	height: 312px;
	overflow: hidden;
}
.jdal_hov .jdalhov_list{	
	transition: .6s;
}
.jdalhov_list li{
	width: 240px;
	height: 78px;
	line-height: 78px;
	text-indent: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background: #fff;
	box-sizing: border-box;
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
}
.jdalhov_list li.on{
	width: 250px;
	background: url(../images/jdal_hovlist_afterbg.png) no-repeat center center;
	color: #fff;
	border: none;
}
.jdal_hovleft .btn_img {
    width: 239px;
    margin: 0;
    height: 22px;
    background: #fff;
    box-sizing: border-box;
	border-bottom: 1px solid #E3E3E3;
    border-left: 1px solid #e3e3e3;
}
.btn_img span {
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.sub_jdalwrap .jdal_cont{
	margin-left: 240px;
	width: 960px;
	height: 334px;
	position: relative;
}
.jdal_cont .jdalqh_cont{
	display: none;
	width: 100%;
}
.jdalqh_cont img{
	display: block;
	width: 100%;
}
.jdalqh_cont .jdalqh_text{
	padding-top: 15px;
	width: 100%;
    background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}
.jdalqh_text h2,.jdalqh_text p{
	width: 94%;
	margin: 0 auto;
}
.jdalqh_text h2{	
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-bottom: 2px;
}
.jdalqh_text p{
	height: 52px;
	line-height: 26px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*基层党建与下载中心*/
.jcdj_xzzx{
	padding: 50px 0;
}
.sub_jxwrap .jcdj_cont,.sub_jxwrap .xzzx_cont{
	float: left;
}
.sub_jxwrap .jcdj_cont{
	width: 730px;
	margin-right: 20px;
}
.sub_jxwrap .xzzx_cont{
	width: 450px;
}
.jx_tit{
	width: 100%;
	margin-bottom: 15px;
}
.jx_tit h2,.jx_tit p{
	float: left;
	height: 30px;
	line-height: 30px;
}
.jx_tit h2{
	font-size: 22px;
	color: #005BAC;
	margin-right: 10px;
}
.jx_tit p{
	font-size: 14px;
	color: #999;
}
.jcdj_cont .jcdx_bot{
	width: 100%;
}
.jcdx_bot .jcdx_bot_box{
	width: 32%;
	float: left;
	margin-right: 2%;
	box-shadow: 0px 1px 5px -1px rgba(0, 19, 31, 0.14);
	transition: .6s;
}
.jcdx_bot .jcdx_bot_box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 13px 0px rgba(0, 31, 31, 0.14);
}
.jcdx_bot .jcdx_bot_box:last-child{
	margin-right: 0;
}
.jcdx_bot_box .jcdx_img,.jcdx_img img{
	width: 100%;
}
.jcdx_bot_box .jcdx_img{
	height: 155px;
}
.jcdx_img img{
	display: block;
	height: 100%;
}
.jcdx_bot_box .jcdj_text{
	padding-top: 15px;
	height: 80px;
	background: #fff;
}
.jcdj_text p{
	width: 90%;
	margin: 0 auto;
	line-height: 24px;
	font-size: 14px;
}
.jcdj_text p a{
	color: #666;
}
.xzzx_cont .xzzx_bot{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 14px 20px;
	box-shadow: 0px 0px 6px 0px rgba(0, 31, 31, 0.14);
}
.xzzx_bot .xzzx_bot_box{
	width: 49%;
	float: left;
}
.xzzx_bot_box .xzzx_img img{
	display: block;
	margin: 0 auto;
}
.xzzx_bot .xzzx_bot_box:first-child{
	margin-right: 2%;
}
.xzzx_bot_box .xzzx_text{
	padding-top: 13px;
	height: 24px;
	background: #fff;
}
.xzzx_text p{
	width: 90%;
	margin: 0 auto;
	line-height: 24px;
	text-align: center;
}
.xzzx_text p a{
	font-size: 14px;
	color: #666;
}



