html,
body {
	margin: 0;
	background-color: rgb(255, 255, 255);
}

.introduce-header {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.introduce-header>img {
	width: 100%;
	height: 100%;
}

.introduce-text {
	position: absolute;
	left: 385px;
	top: 120px;
}

.introduce-text>p {
	margin: 0;
	padding: 0;
}

.introduce-text>p:nth-child(1) {
	font-size: 45px;
	color: white;
}

.introduce-text>p:nth-child(2) {
	font-size: 18px;
	color: white;
	line-height: 45px;
}

.warpper {
	max-width: 80%;
	margin: 0 auto;
	overflow: hidden;
}

.warpper_text {
	text-align: center;
	margin: 60px 0;
}

.warpper_text>p:nth-child(1) {
	font-size: 35px;
	margin: 0;
	padding: 0;
}

.warpper_text>p:nth-child(2) {
	font-size: 18px;
	padding: 0;
	margin: 10px;
	color: rgb(50, 50, 50);
}


/*党委简介*/

.structures {
	margin-bottom: 50px;
	overflow: hidden;
}

.structure-img {
	width: 70%;
}

.structure-img>img {
	width: 100%;
}

.structure {
	width: 25%;
	height: 100%;
	float: right;
	margin-top: 300px;
	border-left: 1px solid #eee;
}

.structure>h3 {
	padding-left: 70px;
	margin: 0;
	margin-bottom: 30px;
}

.structure>p {
	padding-left: 70px;
	margin: 0;
	line-height: 30px;
	font-size: 15px;
	color: rgb(97, 97, 97);
}


/*建党目标*/

.target-div {
	width: 100%;
	overflow: hidden;
}

.target {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(../images/party_building_image/party_building_2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.target>img {
	overflow: hidden;
	width: 100%;
	/*height: 100%;*/
}

.target-text {
	/*position: absolute;*/
	top: 0;
	width: 100%;
}

.target-warpper_text {
	margin: 50px auto;
	width: 100%;
	text-align: center;
}

.target-warpper_text>p:nth-child(1) {
	font-size: 35px;
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
}

.target-warpper_text>p:nth-child(2) {
	font-size: 18px;
	padding: 0;
	margin: 10px;
	color: rgb(210, 210, 210);
}

.target-text-1 {
	width: 70%;
	margin: 0 auto;
	color: rgb(210, 210, 210);
	line-height: 30px;
}

.target-text>ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.target-text>ul>li {
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
}

.target-text>ul>li>p {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-size: 15px;
}

.target-text>ul>li>p:nth-child(1) {
	color: rgb(210, 210, 210);
	width: 11%;
	overflow: hidden;
}

.target-text>ul>li>p:nth-child(2) {
	color: rgb(180, 180, 180);
	width: 4%;
}

.target-text>ul>li>p:nth-child(3) {
	color: rgb(180, 180, 180);
	width: 85%;
}


/*四大工程*/

.engineering {
	overflow: hidden;
}

.engineering>ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}

.engineering>ul>li {
	width: 49.7%;
	padding-bottom: 0.3%;
	margin: 0;
	float: left;
	position: relative;
	overflow: hidden;
	line-height: 0;
}

.engineering>ul>li:nth-of-type(odd) {
	margin-right: 0.3%;
}

.engineering>ul>li>.img>img {
	width: 100%;
	transition: transform 0.6s;
}
.img{
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.engineering>ul>li>.img:hover img{
	transform: scale(1.1);
}

.engineering>ul>li>.text {
	position: absolute;
	width: 100%;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	text-align: center;
	pointer-events: none;
	transition: transform 0.6s;
}
.engineering>ul>li:hover .text{
	transform:translate(-50%,-50%) scale(1);
}
.engineering>ul>li>div>p {
	padding: 0;
	margin: 0;
	color: white;
	font-size: 15px;
	width: 70%;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 30px;
}

.engineering>ul>li>div>h3 {
	font-size: 20px;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	color: white;
}

.consultation {
	margin-top: 30px;
	margin-bottom: 30px;
}

.consultation>ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}

.consultation>ul>li {
	width: 24%;
	float: left;
	overflow: hidden;
	margin-right: 1%;
	border: 1px solid rgb(215, 215, 215);
}

.consultation>ul>li>img {
	width: 100%;
	cursor: pointer;
}

.consultation>ul>li:nth-child(4) {
	margin-right: 0;
}

.txt {
	width: 85%;
	margin: 0 auto;
}
.txt>h3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.txt>p {
	font-size: 16px;
	color: gray;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	
}

.gengduo {
	display: flex;
}

.gengduo>p {
	flex: 1;
	font-size: 16px;
	color: rgb(185, 185, 185);
}
.gengduo>p a{
	color: rgb(185, 185, 185);
	text-decoration: none;
}

.gengduo>p:nth-child(2) {
	text-align: right;
}
.consultation>ul>li>a{
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
.consultation>ul>li>a img{
	transition: transform .6s;
	
}
.consultation>ul>li a:hover img{
	transform: scale(1.1);
}
