.party .w{
	width: 1200px;
	margin: auto;
}
.inner-banner{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.inner-text{
	width: 441px;
	    height: 154px;
	    background: url(../img/banner-bg.png)no-repeat center;
	    text-align: center;
	    margin: auto;
	    position: relative;
	    top: 130px;
}
.inner-text dl{
	padding-top: 30px;
}

.inner-text dt{
	font-size: 36px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
.inner-text dd{
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.inner-nav{
	/* height: 77px; */
	position: relative;
    margin-bottom: 25px;
}
.inner-nav .l{
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 77px;
	background: #947644;
	z-index: 3;
}
.inner-nav .r{
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 77px;
	background: #eeeeee;
	z-index: 3;
}
.inner-nav .r::after,.inner-nav .nav-list::after{
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #947644;
}
.inner-nav .name{
	width: 295px;
	height: 77px;
	line-height: 77px;
	font-size: 30px;
	color: #fff;
	float: left;
	position: relative;
	z-index: 5;
}
.inner-nav .name img{
	margin-left: 5px;
	position: relative;
	top: -2px;
}
.inner-nav .name::after{
	content: "";
	    width: 0;
	    height: 0;
	    border-top: 77px solid #947644;
	    border-right: 60px solid transparent;
	    position: absolute;
	    right: -60px;
	    top: 0;
	    z-index: 5;
}
.inner-nav .nav-list{
	width: 1005px;
	float: right;
	height: 77px;
	position: relative;
	background: #eeeeee;
	position: relative;
	z-index: 4;
}
.nav-list{
	text-align: right;
}
.nav-list ul li{
	display: inline-block;
	    height: 77px;
	    line-height: 77px;
	    margin-left: 15px;
}
.nav-list ul li a{
	font-size: 20px;
	color: #333;
	display: inline;
	padding: 10px;
	border-radius: 5px;
	transition: .2s;
}
.nav-list ul li.on a,.nav-list ul li:hover a{
	color: #fff;
	background: #c0a161;

}
.main-content{
	margin: 20px 0;
	min-height: 600px;
}
.party-item{
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.party-item .content .name{
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.party-item .content .name:hover{
	color: #c0a161;
}
.party-item .content .text:hover{
	color: #c0a161;
}
.party-item .content .text{
	font-size: 14px;
	    margin-bottom: 10px;
	    color: #8c8c8c;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
}
.party-item .content .time{
	margin-top: 80px;
}
.party-item .content .time img{
	position: relative;
	top: -1px;
	margin-right: 3px;
}
.party-item .content .time span{
	font-size: 14px;
	color: #8c8c8c;
}
.party-item .img{
	width: 350px;
	float: left;
}
.party-item .content{
	margin-left: 370px;
}
.party-item .img img{
	width: 100%;
	height: 216px;
}
.page-list{
	text-align: center;
	margin: 40px 0;
}
.page-list a{
	border: 1px solid #c2c2c2;
	    font-size: 14px;
	    color: #9b9b9b;
	    transition: .2s;
	    padding: 5px 8px;
	    margin: 0 5px;
}

.page-list a.on,.page-list a:hover{
	background: #947644;
	color: #fff;
	border: 1px solid #947644;
}
.party-topic .w{

}
.party-topic .slide .swiper-container{
	margin: auto;
	width: 1143px;
}
.swiper-wrapper{

	margin: auto;
}
.party-topic .slide .text{
	position: absolute;
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #fff;
	text-align: center;
    font-size: 16px;
	background: rgba(0,0,0,.6);
	bottom: 0;
	left: 0;
}
.party-topic .swiper-button-next,
.party-topic .swiper-button-prev {
	position: absolute;
	top: 16px;
	width: 58px;
	height: 241px;
	z-index: 10;
	cursor: pointer;
}
.party-topic .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: visible;
    z-index: 1;
}
.party-topic .swiper-button-next{
	background: url(../img/arrow-r.jpg) no-repeat center;
	right: -80px;
}
.party-topic .swiper-button-prev{
	background: url(../img/arrow-l.jpg) no-repeat center;
	left: -80px;
}
.party-topic .slide{
	width: 1300px;
	    margin: auto;
	    overflow: hidden;
}
.slide-warp{
	background: #f3f3f3;
	padding: 25px 0;
}
.main-content.party-topic{
	margin-top: 0;
}
.inner-nav.topic{
	margin-bottom: 0;
}
.topic-title{
	margin-top: 30px;
	margin-bottom: 40px;
}
.topic-title span{
	font-size: 16px;
	    color: #fff;
	    background: #e8070f;
	    padding: 20px 80px 20px 20px;
	    display: inline-block;
	    border-radius: 0 100px 0 0;
}
.topic-title{
	border-bottom: 2px solid #e8070f;
}
.topic-item{
	width: 50%;
	    float: left;
	    margin-bottom: 25px;
}
.topic-item .topic-item-inner{
	width: 90%;
	    margin: auto;
	    box-shadow: 0 0 10px #dddd;
	    padding: 20px;
}
.topic-item .topic-item-inner .name{
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	position: relative;
	padding-left: 10px;
}
.topic-item .topic-item-inner .name::before{
	content: "";
	    position: absolute;
	    left: 0;
	    top: 4px;
	    width: 4px;
	    height: 20px;
	    background: #e8070f;
}
.topic-item .topic-item-inner .name:hover{
	color: #c0a161;
}
.topic-item .topic-item-inner .text:hover{
	color: #c0a161;
}
.topic-item .topic-item-inner .text{
	font-size: 14px;
	    margin-bottom: 10px;
	    color: #8c8c8c;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
}
.topic-item .topic-item-inner .time{
	margin-top: 30px;
}
.topic-item .topic-item-inner .time img{
	position: relative;
	top: -1px;
	margin-right: 3px;
}
.topic-item .topic-item-inner .time span{
	font-size: 14px;
	color: #8c8c8c;
}
.corruption .w{
	width: 1200px;
	margin: auto;
}
.corruption-warp .corruption-item .content{
	margin-left:175px ;
}
.corruption-warp .corruption-item .date{
	width: 143px;
	height: 116px;
	background: #c2c2c2;
	float: left;
	text-align: center;
	transition: .2s;
}
.corruption-warp .corruption-item .date dt{
	font-size: 24px;
	    position: relative;
	    color: #fff;
	    padding-top: 30px;
	    margin-bottom: 10px;
}
.corruption-warp .corruption-item .date dt::after{
	content: "";
	    width: 25px;
	    height: 3px;
	    background: #fff;
	    position: absolute;
	    left: 60px;
	    bottom: -3px;
}
.corruption-warp .corruption-item .date dd{
	font-size: 12px;
	color: #fff;
}
.corruption-warp .corruption-item .content .name{
	font-size: 20px;
	    margin-bottom: 10px;
	    color: #333;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    position: relative;
}
.corruption-warp .corruption-item .content .text{
	font-size: 14px;
	    margin-bottom: 10px;
	    color: #8c8c8c;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
}
.corruption-warp .corruption-item{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.corruption-warp .corruption-item .content .text:hover{
	color: #947644;
}
.corruption-warp .corruption-item .content .name:hover{
	color: #947644;
}
.corruption-warp .corruption-item .date.on,.corruption-warp .corruption-item:hover .date{
	background: #947644;
}
.about .w {
    width: 100%;
	max-width: 1240px;
    margin: auto;
}
.about .article p{
	font-size: 16px;
	color: #333;
	line-height: 27px;
	margin: 10px 0;
	text-indent: 2em;
}
.about .article p img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.strategy{
	width: 1300px;
	margin: auto;
}
.strategy img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.philosophy{
	background: url(../img/philosophy_bg.png) no-repeat center;
	margin-bottom: 0;
}
.philosophy-warp .title{
	text-align: center;
	    margin: 30px 0;
	    margin-top: 60px;
}
.philosophy-warp .content p{
	text-align: left;
}
.philosophy-warp .content p.last{
	text-align: right;
}
.philosophy-warp .content ul li{
	text-align: center;
	    color: #333;
	    font-size: 24px;
	    margin-bottom: 30px;
}
.philosophy-warp .content ul li span{
	color: #65af2f;
	font-size: 24px;
}
.philosophy .w{
	width: 1000px;
}
.distribution-warp{
	width: 1240px;
	margin: auto;
	padding: 70px 0;
}
.distribution-warp .map{
	width: 665px;
	float: left;
}
.distribution-warp .content{
	width: 502px;
	float: right;
}
.ico-warp  li{
	width: 64px;
	    height: 64px;
	    background: #b6d2ff;
	    border-radius: 100%;
	    text-align: center;
	    line-height: 60px;
		transition: .3s;
		float: left;
		margin-right: 18px;
		cursor: pointer;
}
.ico-warp  li:last-child{
	margin-right: 0;
}
.ico-warp  li.on
/* .ico-warp li:hover */
{
	background: #c0a161;
}
.distribution-warp .text .title{
	margin-bottom: 40px;
	    margin-top: 60px;
}
.distribution-warp .text .title span{
	font-size: 20px;
	color: #000;
	border-bottom: 4px solid #c0a161;
	padding-bottom: 7px;
}
.distribution-warp .text dl{
	margin-bottom: 25px;
}
.distribution-warp .text dl dt{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.distribution-warp .text dl dd{
	font-size: 16px;
	color: #333;
	line-height: 27px;
}
.development-item{
	box-shadow: 0 0 10px #ddd;
	padding: 35px;
	margin-bottom: 74px;
	position: relative;
}
.development-item .development-item-top{

}
.development-item .development-item-top .text{
	width: 570px;
	float: left;
}
.development-item .development-item-top .img{
	width: 506px;
	    position: absolute;
	    top: -43px;
	    right: 35px;
}
.main-content.development{
	padding-top: 80px;
}
.development-item .development-item-top .img img{
	width: 506px;
	height: 397px;
}
.development-item .development-item-top .text .name{
	font-size: 30px;
	    color: #000;
	    position: relative;
	    margin-bottom: 44px;
	    padding-bottom: 15px;
}
.development-item .development-item-top .text .text1{
	font-size: 16px;
	    color: #000;
	    line-height: 30px;
}
.development-item .development-item-top .text .name::after{
	content: "";
	width: 64px;
	height: 5px;
	background: #c0a161;
	position: absolute;
	left: 0;
	bottom: 0;
}
.development-item .development-item-top .text .btn{
	width: 160px;
	    height: 54px;
	    line-height: 54px;
	    text-align: center;
	    color: #fff;
	    font-size: 16px;
	    background: #c0a161;
	    border: 2px solid #c0a161;
		margin-top: 70px;
		cursor: pointer;
}
.development-item .development-item-top .text .btn.on{
	background: #fff;
	color: #c0a161;
}
.development-item .development-item-top .text .btn img{
	margin-left: 20px;
}
.development-item-content{
	background: #f4f4f4;
	padding: 25px;
}
.development-item-content{
	color: #333;
	    line-height: 26px;
	    font-size: 14px;
	    margin-top: 40px;
}
.development-item-content ul li{
	font-size: 14px;
	float: left;
	margin-bottom: 15px;
	margin-right: 50px;
}
.development-item-content ul li a{
	color: #333;
}
.plat{
	background: 1048a7;
	padding: 25px;
	border-radius: 5px;

}
.main-content.plat-warp{
	margin: 50px 0;
}
.main-content p{
	margin-bottom: 15px;
	line-height: 28px;
}
.plat.plat1{
	background: url(../img/cxbg.png) no-repeat center;
	background-size: cover;
}
.plat.plat2{
	background: url(../img/cxbg1.png) no-repeat center;
	background-size: cover;
}
.plat.plat3{
	background: url(../img/cxbg2.png) no-repeat center;
	background-size: cover;
}
.plat.plat4{
	background: url(../img/cxbg3.png) no-repeat center;
	background-size: cover;
}
.plat.plat5{
	background: url(../img/cxbg4.png) no-repeat center;
	background-size: cover;
}
.plat-l{
	width: 750px;
	    float: left;
	    padding: 100px 20px;
		padding-top: 80px;
		background: rgba(255,255,255,.3);
}
.plat-r{
	width: 300px;
	    float: right;
	    padding: 25px;
	    border-radius: 5px;
	    padding-left: 50px;
	    background: rgba(0,0,0,.3);
	    padding-top: 100px;
	    padding-bottom: 180px;
}
.plat-l dl dt{
	text-align: center;
	font-size: 30px;
	color: #333;
	margin-bottom: 5px;
}
.plat-l dl dd{
	text-align: center;
	font-size: 30px;
	color: #c5c3b9;
}
.plat-l  .con p{
	font-size: 16px;
	    color: #333;
	    text-indent: 2em;
	    margin-bottom: 6px;
	    line-height: 28px;
	    text-align: justify;
}
.plat-l .line{
	border-bottom: 1px solid #937544;
	    margin-top: 15px;
	    margin-bottom: 25px;
		position: relative;
}
.plat-l h4{
	text-align: center;
	margin-bottom: 15px;
}
.plat-l .line::before{
	content: "";
	    width: 42px;
	    height: 7px;
	    background: #937544;
	    position: absolute;
	    left: 50%;
	    margin-left: -21px;
	    bottom: -3px;
}
.plat-r h4{
	font-size: 20px;
	color: #fff;
	margin-bottom: 50px;
}
.plat-r  .web-list{

}

.plat-r  .web-list dl dt a{
	font-size: 14px;
	color: #fff;

}
.plat-r  .web-list dl dt{
	margin-bottom: 8px;
	cursor: pointer;
}
.plat-r  .web-list dl dd{
	padding-left: 20px;
}
.plat-r  .web-list dl dd li{
	margin-bottom: 8px;
}
.plat-r  .web-list  li{
	margin-bottom: 8px;
}
.plat-r  .web-list dl dd li a{
	font-size: 14px;
	color: #fff;
}
.plat-r  .web-list li a:hover{
	text-decoration: underline;
}
.plat-r  .web-list li img{
	margin-right: 5px;
	width: auto !important;
}
.plat-r  .web-list li a{
	font-size: 14px;
	color: #fff;
}
.web-list dt .jian{
	display: none;
}
.web-list dt.on .jian{
	display: inline-block;
}
.web-list dt.on .jia{
	display: none;
}
.sm-warp .bot{
	margin-top: 30px;
}
.sm-top.bot h4{
	text-align: right;
	background: url(../img/sm22.png) no-repeat right bottom;
}
.sm-top.bot h5{
	text-align: right;
}
.sm-top.bot {
    /* background: url(../img/smBg2.png) no-repeat center;
    background-size: cover; */
    padding: 45px;
    border-radius: 10px;
    padding-bottom: 40px;
	padding-right: 100px;
}
.sm-top {
   /* background: url(../img/smBg1.png) no-repeat center;
    background-size: cover; */
    padding: 45px;
    border-radius: 10px;
	padding-bottom: 40px;
}
.sm-warp{
	background: url(../img/smBG.png) no-repeat center;
	background-size: cover;
	 border-radius: 10px;
	width: 1110px;
	margin: auto;
	padding-bottom: 30px;
}
.sm-top h4 img{
	position: relative;
	top: -2px;
	margin-right:8px;
}
.sm-top h4 {
	background: url(../img/sm11.png) no-repeat left bottom;
}
.sm-top h4 {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
    border-bottom: 2px solid #c0a062;
    padding-bottom: 10px;
}
.sm-top h5{
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
}
.sm-top ul li{
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	position: relative;
	text-indent: 15px;
}
.sm-top ul li::before{
	content: "";
	width: 6px;
	height: 6px;
	background: #c0a062;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 7px;
	overflow: hidden;
}
.zldw .top{
	background: url(../img/zl-line1.png) no-repeat center;
	background-size: contain;
}
.zldw .zl-bot{
	background: url(../img/zl-line2.png) no-repeat center;
	background-size: contain;
}
.zldw{
	    background: url(../img/zlBg.png) no-repeat center;
	   background-size: cover;
	       padding: 50px;
	       border-radius: 10px;
	       padding-top: 80px;
	       padding-bottom: 60px;
				 border: 1px solid #937544;
}
.zldw  h4{
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	background: url(../img/zl11.png) no-repeat center bottom;
}
.zldw .zl-bot h4{
	background: url(../img/zl22.png) no-repeat center bottom;
}
.zldw  h5{
	text-align: center;
	font-size: 20px;
	color: #333;
}
.zldw h4 img {
    position: relative;
    top: -2px;
    margin-right: 8px;
}
.zl-bot{
	margin-top: 80px;
}
.zl-bot .list{
	overflow: hidden;
	padding-bottom: 50px;
	    margin-top: 40px;
}
.zl-bot .list dl{
	width: 210px;
	float: left;
	margin-right: 110px;
}
.zl-bot .list dl:first-child{
	margin-left: 120px;
}
.zl-bot .list dl:last-child{
	margin-right: 0;
}
.zl-bot .list dl dt{
	text-align: left;
	font-size: 20px;
	margin-bottom: 10px;
	color: #937544;
	position: relative;
	text-indent: 19px;
}
.zl-bot .list dl dt::before{
	content: "·";
	    width: 10px;
	    height: 10px;
	    background: #9b7f51;
	    border-radius: 100%;
	    position: absolute;
	    left: 0;
	    top: 7px;
			overflow: hidden;
}
.zl-bot .list dl dd{
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	color: #333;
}
.sm-warp .fz{
	background: url(../img/fzBg.png) no-repeat center;
	    background-size: cover;
	    padding: 50px;
	    border-radius: 10px;
	    padding-bottom: 60px;
			border: 1px solid #937544;
}
.sm-warp .fz h4{
	font-size: 30px;
	color: #333;
	background: url(../img/fz11.png) no-repeat left bottom;
	margin-bottom: 10px;
	    border-bottom: 2px solid #c0a062;
	    padding-bottom: 10px;
}
.sm-warp .fz h4 img{
	position: relative;
	    top: -2px;
	    margin-right: 8px;

}
.fz-l{
	float: left;
	padding-top: 10px;
}
.fz-r{
	margin-left: 570px;
	width: 425px;
}
.fz-l img.pc{
	display: inline-block;
}
.fz-l img.ms{
	display: none;
}
.fz-r dl{
	margin-bottom: 35px;
}
.fz-r dl:first-child{
	margin-bottom: 45px;
}
.fz-r dl dt{
	font-size: 20px;
	    color: #333;
	    margin-bottom: 10px;
}
.fz-r dl dd{
	font-size: 14px;
	color: #333;
}
.fz-con{
	padding: 40px 0;
}
.search-text{
	font-size: 18px;
	    margin: 10px 0;
	    margin-bottom: 30px;
}
.search-text span{
	color: #c30;
}

.task-list{
	margin-top: 20px;
}
.task-item {
   float: left;
       margin-left: 20px;
       margin-bottom: 30px;
       width: 275px;
       height: 222px;
       overflow: hidden;
}
.task-item .inner{
	position: relative;
}
.task-item .task-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
.task-item .task-img{
	width: 300px;
	height: 222px;
}
.task-item .task-img img{
	width: 100% !important;
	    height: 100% !important;
	    transition: transform .5s;
}
.task-item:hover .task-img img{
	transform: scale(1.1);
}
.task-item:hover .task-text{
    background: rgba(4, 145, 216, 0.6);
}
.task-item .task-img {
    width: 100%;
    height: 100%;
}

.website_map{
	margin-bottom: 64px;
}
.website_map_top_column{
	margin-top:12px;
	display:inline-block;
	padding: 12px 24px;
}
.website_map_top_column a{
	color:#c0a161;
	font-size:24px;
}
.website_map_sub_column{
	margin-top:12px;
	display:inline-block;
	padding: 12px 24px;
}
.website_map_sub_column:before{
	content:"";
	display:inline-block;
	border:1px solid #c0a161;
	width:4px;
	height:4px;
	border-radius: 4px;
	background-color: #c0a161;
	
}
.website_map_sub_column a{
	color:#333333;
	font-size:18px;
}