html,
body {
	background: #fff;
	font-size: 0px;
	overflow-x: hidden;
}

.my_header {
	background: rgba(1, 89, 158, 0.47);
}


/*banner开始*/

.banner {
	overflow: hidden;
	width: 100%;
	height: 802px;
	position: relative;
}

.autoBoxA {
	width: 1200px;
	margin: 0 auto;
	height: 802px;
	position: relative;
}

.DW {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	height: 802px;
}

.banner_a {
	display: block;
	height: 100%;
}

.banner_img {}

.banner_text {
	position: absolute;
	top: 0px;
	width: 1480px;
	left: 50%;
	margin-left: -740px;
	height: 802px;
	padding-top: 187px;
	text-align: center;
	box-sizing: border-box;
}

.banner_text_title {
	font-size: 34px;
	line-height: 102px;
	letter-spacing: 1px;
	color: #ffffff;
	border-bottom: 2px solid rgba(255, 255, 255, 0.48);
	width: 644px;
	margin: 0px auto;
	position: relative;
}

.banner_text_title:after {
	position: absolute;
	content: '';
	width: 114px;
	height: 2px;
	background: #fff;
	bottom: -2px;
	left: 50%;
	margin-left: -57px;
}

.banner_text_bottom {
	padding-top: 77px;
	box-sizing: border-box;
}

.banner_text_bottom_li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
}

.banner_text_bottom_li_box {
	background: rgba(255, 255, 255, 0.26);
	width: 207px;
	height: 207px;
	border-radius: 50%;
	padding: 43px 0px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.banner_text_bottom_li:last-child {
	margin-right: 0px;
}

.banner_text_bottom_li_box_img {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0px auto;
	clear: both;
}

.banner_text_bottom_li_box_span {
	font-size: 26px;
	line-height: 76px;
	letter-spacing: 1px;
	color: #ffffff;
}


/*	banner结束*/

.recruit_title {
	text-align: center;
}

.recruit_title_left {
	width: 240px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
}

.recruit_title_span {
	font-size: 34px;
	color: #323232;
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	padding: 0px 10px;
	box-sizing: border-box;
}

.recruit_title_right {
	width: 240px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
}


/*公用工程开始*/

.public_works {
	width: 1200px;
	margin: 50px auto 0px;
}

.public_works_box {
	padding-top: 43px;
	box-sizing: border-box;
}

.public_works_box_left {
	border: 1px solid #eeeeee;
	display: inline-block;
	vertical-align: top;
	width: 854px;
}

.public_works_box_left_li {
	width: 427px;
	height: 203px;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 30px 27px 26px 39px;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
}

.public_works_box_left_li:nth-child(2n+2) {
	border-right: 0px;
}

.public_works_box_left_li:nth-child(3) {
	border-bottom: 0px;
}

.public_works_box_left_li:nth-child(4) {
	border-bottom: 0px;
}

.public_works_box_left_li_time {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	box-sizing: border-box;
	background: url('/assets/images/front/gongchengjianshe/construction4.png') no-repeat;
	background-size: 30px 20px;
	background-position: 100% 37%;
}

.public_works_box_left_li_time_span {
	font-size: 30px;
	color: #4c4c4c;
	line-height: 34px;
}

.public_works_box_left_li_time_p {
	font-size: 10px;
	color: #4c4c4c;
	line-height: 17px;
}

.public_works_box_left_li_bottom {
	padding-top: 12px;
	box-sizing: border-box;
}

.public_works_box_left_li_bottom_span {
	font-size: 22px;
	color: #0d0d0d;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.public_works_box_left_li_bottom_p {
	font-size: 18px;
	color: #666666;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.public_works_box_right {
	border: 1px solid #eeeeee;
	display: inline-block;
	vertical-align: top;
	width: 343px;
	height: 406px;
	border-left: 0px;
}

.public_works_box_right_img {
	width: 320px;
	height: 386px;
	display: block;
	margin: 12px auto;
}

.public_works_box_left_li:hover {
	background: url('/assets/images/front/gongchengjianshe/construction3.jpg') no-repeat;
	background-size: 100% 100%;
}

.public_works_box_left_li:hover .public_works_box_left_li_time_span {
	color: #fff;
}

.public_works_box_left_li:hover .public_works_box_left_li_time_p {
	color: #fff;
}

.public_works_box_left_li:hover .public_works_box_left_li_bottom_span {
	color: #fff;
}

.public_works_box_left_li:hover .public_works_box_left_li_bottom_p {
	color: #fff;
}

.public_works_box_left_li:hover .public_works_box_left_li_time {
	background: url('/assets/images/front/gongchengjianshe/construction13.png') no-repeat;
	background-size: 30px 20px;
	background-position: 100% 37%;
}

.public_works_more {
	width: 132px;
	height: 40px;
	background-color: #eeeeee;
	border-radius: 20px;
	display: block;
	margin: 35px auto;
	text-align: center;
	padding-top: 4px;
	padding-left: 22px;
	box-sizing: border-box;
	cursor: pointer;
}

.public_works_more_span {
	font-size: 14px;
	color: #4c4c4c;
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	box-sizing: border-box;
}

.public_works_more_div {
	width: 32px;
	height: 32px;
	background-color: #01599e;
	border-radius: 50%;
	padding: 8px 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}

.public_works_more_div_img {
	width: 14px;
	height: 18px;
	display: block;
	margin: 0px auto;
}


/*公用工程结束*/


/*工业厂房工程开始*/

.workshop {
	width: 1200px;
	margin: 0px auto;
}

.workshop_left {
	width: 600px;
	height: 550px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.workshop_left_img {
	width: 100%;
	height: 100%;
	display: block;
}

.workshop_right {
	width: 600px;
	height: 550px;
	display: inline-block;
	vertical-align: top;
	padding-top: 97px;
	box-sizing: border-box;
}


.workshop_right_title {
	padding: 0px 44px;
	line-height: 70px;
	height: 70px;
	background-color: #cbd9e3;
	box-shadow: 0px 5px 5px 0px rgba(1, 89, 158, 0.28);
	font-size: 34px;
	color: #01599e;
	box-sizing: border-box;
	display: inline-block;
}

.workshop_right_bottom {
	text-align: left;
	position: relative;
}

.workshop:nth-child(1) .workshop_right_bottom{
	background: url('/assets/images/front/gongchengjianshe/backimgone.png') no-repeat;
	background-size: 100% 100%;
	background-position: 100% 100%;
	width: 624px;
	height: 328px;
	margin-left: -24px;
}

.workshop:nth-child(2) .workshop_right_bottom{
	background: url('/assets/images/front/gongchengjianshe/backimgtwo.png') no-repeat;
	background-size: 100% 100%;
	background-position: 100% 100%;
	width: 624px;
	height: 328px;
	margin-left: -24px;
}
.workshop:nth-child(3) .workshop_right_bottom{
	background: url('/assets/images/front/gongchengjianshe/backimgone.png') no-repeat;
	background-size: 100% 100%;
	background-position: 100% 100%;
	width: 624px;
	height: 328px;
	margin-left: -24px;
}

.workshop:nth-child(4) .workshop_right_bottom{
	background: url('/assets/images/front/gongchengjianshe/backimgthree.png') no-repeat;
	background-size: 100% 100%;
	background-position: 100% 100%;
	width: 624px;
	height: 328px;
	margin-left: -24px;
}

.workshop:nth-child(2) .workshop_right_bottom_title{
	top: 70px;
	left: 55px
}
.workshop:nth-child(4) .workshop_right_bottom_title{
	top: 70px;
	left: 55px
}
.workshop:nth-child(2) .workshop_right{
	padding-top: 148px;
}
.workshop:nth-child(3) .workshop_right{
	padding-top: 104px;
}
.workshop:nth-child(4) .workshop_right{
	padding-top: 148px;
}
.workshop_right_bottom_title {
	font-size: 40px;
	line-height: 76px;
	letter-spacing: 1px;
	color: #01599e;
	font-weight: 600;
	display: block;
	cursor: pointer;
	text-shadow: 2px 2px 0px rgb(1 89 158 / 35%);
	position: absolute;
	top: 117px;
	left: 110px;

}

.workshop_right_bottom_title div{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.workshop_right_bottom_p {
	padding: 40px 0px 0px;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	font-size: 18px;
	line-height: 34px;
	color: #404040;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4;
	height: 180px;
}

.workshop_right_bottom_go {
	background: url('/assets/images/front/gongchengjianshe/construction4.png') no-repeat;
	background-position: 83% 50%;
	width: 30px;
	height: 20px;
}

.workshop_right_bottom_more {
	width: 147px;
	height: 50px;
	border: solid 1px #bfbfbf;
	font-size: 14px;
	color: #414141;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background: url('/assets/images/front/gongchengjianshe/construction4.png') no-repeat;
	background-position: 83% 50%;
	padding-right: 30px;
	box-sizing: border-box;
	margin: 25px auto 0px;
	display: inline-block;
	text-decoration: none;
}

.workshopone .workshop_right:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 40px solid #c2c0c0;
	border-left: 0px solid transparent;
	border-right: 30px solid transparent;
	top: 0px;
	right: -30px;
	left: initial;
}
.workshopone .workshop_right{
	text-align: right;
}
/*工业厂房工程结束*/


/*民用工程开始*/

.civil {
	width: 1200px;
	margin: 62px auto 42px;
}

.civil_box {
	padding-top: 39px;
	box-sizing: border-box;
	display: inline-block;
}

.civil_box_left {
	width: 590px;
	height: 336px;
	background-color: #ffffff;
	box-shadow: -2px 3px 7px 0px rgba(176, 176, 176, 0.31);
	display: inline-block;
	vertical-align: middle;
	padding: 25px 40px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.civil_box_left_top {
	font-size: 24px;
	color: #333333;
	line-height: 70px;
	letter-spacing: 1px;
	border-bottom: 2px solid #cbd9e3;
	width: 473px;
	position: relative;

}
.civil_box_left_top div{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.civil_box_left_top:after {
	position: absolute;
	content: '';
	width: 85px;
	height: 2px;
	background: #024e8a;
	left: 0px;
	bottom: -2px;
}

.civil_box_right {
	display: inline-block;
	vertical-align: middle;
	width: 610px;
	position: relative;
	margin-left: -37px;
}

.civil_box_left_btn {
	background: url('/assets/images/front/gongchengjianshe/construction4.png') no-repeat;
	background-position: 83% 50%;
	width: 30px;
	height: 20px;
}

.civil_box_left_p {
	font-size: 18px;
	line-height: 32px;
	color: #525252;
	padding-top: 16px;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.civil_box_right_one {
	width: 574px;
	height: 498px;
	position: relative;
	z-index: 1;
}

.civil_box_right_two {
	width: 360px;
	height: 313px;
	position: absolute;
	top: 50%;
	margin-top: -156px;
	right: -36px;
}


/*	民用工程结束*/


/*民生工程开始*/

.livelihood {
	background-color: #f7f7f7;
	padding-top: 52px;
	padding-bottom: 1px;
	box-sizing: border-box;
}

.livelihood_center {
	width: 1200px;
	margin: 0px auto;
}

.livelihood_box {
	padding-bottom: 52px;
	box-sizing: border-box;
	display: inline-block;
}

.livelihood_box_left {
	padding-top: 50px;
	box-sizing: border-box;
	width: 553px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.livelihood_box_left_one {
	width: 495px;
	height: 453px;
}

.livelihood_box_left_two {
	width: 236px;
	height: 290px;
	position: absolute;
	right: 0px;
	bottom: -52px;
}

.livelihood_box_right {
	width: 647px;
	display: inline-block;
	vertical-align: top;
	padding-top: 103px;
	padding-left: 30px;
	box-sizing: border-box;
}

.livelihood_box_right_title {
	font-size: 24px;
	color: #333333;
	line-height: 70px;
	letter-spacing: 1px;
	border-bottom: 2px solid #cbd9e3;
	width: 585px;
	position: relative;

}

.livelihood_box_right_title div{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.livelihood_box_right_title:after {
	position: absolute;
	content: '';
	width: 85px;
	height: 2px;
	background: #024e8a;
	left: 0px;
	bottom: -2px;
}

.livelihood_box_right_p {
	font-size: 18px;
	line-height: 32px;
	color: #525252;
	padding-top: 40px;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	width: 95%;
}

.livelihood_box_right_btn {
	background: url('/assets/images/front/gongchengjianshe/construction4.png') no-repeat;
	background-position: 83% 50%;
	width: 30px;
	height: 20px;
}


/*民生工程结束*/


/*市政及装修修缮工程开始*/

.municipal {
	background: url('/assets/images/front/gongchengjianshe/construction16.jpg') no-repeat;
	width: 100%;
	height: 813px;
	background-size: 100% 100%;
	/* overflow-x: hidden; */
}

.municipal_center {
	padding-top: 55px;
	box-sizing: border-box;
	/* overflow: hidden; */
}

.municipal_box {
	padding-top: 106px;
	box-sizing: border-box;
	/* overflow-x: auto; */
	/* white-space: nowrap; */
	/* padding-bottom: 20px; */
	padding-left: 16%;
	overflow-x: hidden;
}

.municipal_box_li {
	width: 660px;
	height: 452px;
	background-color: #ffffff;
	box-shadow: -2px 3px 7px 0px rgba(176, 176, 176, 0.31);
	padding: 45px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	/* margin-right: 52px; */
	text-decoration: none;
}

.municipal_box_li_img {
	width: 100%;
	height: 320px;
	display: block;
	margin-top: -95px;
	transition: all .4s;
}

.municipal_box_li_text {}

.municipal_box_li_text_title {
	font-size: 24px;
	color: #212121;
	line-height: 63px;
	border-bottom: 2px solid #125aa8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.municipal_box_li_text_p {
	font-size: 18px;
	line-height: 27px;
	height: 54px;
	color: #707070;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 12px 0px 5px;
}

.municipal_box_li_text_btn {
	background: url('/assets/images/front/gongchengjianshe/construction4.png') no-repeat;
	background-position: 83% 19%;
	width: 30px;
	height: 20px;
}

.municipal .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.municipal_box_li:hover .municipal_box_li_img{
	
transform: scale(1.02);
}

/*市政及装修修缮工程结束*/

.new_li_bottom_right_more{
	cursor: pointer;
	width: 144px;
	height: 47px;
	background: #01599e;
	display: block;
	position: absolute;
	top: 271px;
	left: 90px;
}
.new_li_bottom_right_more_img{
	width: 37px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 2px;
}
.new_li_bottom_right_more_a{
	font-size: 16px;
	color: #fff;
	background: url(/assets/images/front/gongchengjianshe/construction13.png) no-repeat;
	background-position: 79% 50%;
	padding-right: 15px;
	box-sizing: border-box;
	line-height: 47px;
	padding-left: 22px;
}
.workshop:nth-child(even) .workshop_right_bottom{
	margin-left: 0px;
}

.workshop:nth-child(even) .workshop_right_bottom .new_li_bottom_right_more{
	top: 219px;
	left: 40px;
}
.workshop:nth-child(1){
	margin-top: 35px;
}
@media screen and (max-width: 1600px) {
	.municipal_box_li {
		width: 500px;
	}
}

@media screen and (max-width: 1480px) {
	.banner_text {
		position: absolute;
		top: 0px;
		width: 1200px;
		left: 50%;
		margin-left: -600px;
		height: 802px;
		padding-top: 187px;
		text-align: center;
	}
	.banner_text_bottom_li_box_span {
		font-size: 22px;
	}
	.banner_text_bottom_li_box {
		width: 164px;
		height: 164px;
		padding: 18px 0px;
	}
}

@media screen and (max-width: 1200px) {
	html,
	body {
		overflow-x: auto;
	}
}