.white_head {
	box-shadow: #6e6e6e 2px -1px 5px 0px;
}

/*图片*/

.picture {
	width: 100%;
	overflow: hidden;
	padding-top: 85px;

}

.picture img {
	width: 100%;
}

.lo1 {
	display: none;
}

/*位置*/

.weizhi {
	border-bottom: #F4F4F4 1px solid;
}

.weizhi1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wei {
	display: flex;
	align-items: center;
}

.wei1 {
	background: #D70C25;
	padding: 26px 17px;
}

.wei3 a {
	font-size: 14px;
	color: #666;
	font-weight: 600;
}

.wei2 {
	padding: 0 15px;
	margin-top: 5px;
}

.zhi ul {
	display: flex;
}

.zhi ul li {
	padding: 26px 23px;
}

.zhi ul li a {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	padding-bottom: 26px;
}

.zhi ul li:nth-child(5) a {
	border-bottom: 3px solid #D70C25;
}


/*荣华建设*/

.ronghua {
	width: 100%;
	overflow: hidden;
}

.ronghua1 {
	display: flex;
}

.rong1 {
	background-image: url(../img/26.png);
	padding-top: 70px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: 0px 33px;
}

.rong {
	width: 26%;
	border-right: #F4F4F4 1px solid;
}

.rong1 p:nth-child(1) {
	font-size: 28px;
	color: #c9a05e;
}

.rong1 p:nth-child(2) {
	font-size: 28px;
	color: #666;
}

.rong2 {
	background-image: url(../img/27.png);
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.rro {
	width: 85%;
	position: relative;
	border-bottom-right-radius: 45px;
}

.rro::after {
	content: "";
	position: absolute;
	border-right: #DA2031 solid 6px;
	border-bottom: #DA2031 solid 6px;
	height: 85%;
	width: 100%;
	top: 53px;
	left: 31px;
	border-bottom-right-radius: 45px;
}

.hua {
	width: 74%;
	padding-left: 33px;
	padding-bottom: 92px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 200px;
	/* margin-left: auto;
	margin-right: auto; */
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	box-sizing: border-box;
	/* padding: 10px 0; */
}

.mySwiper .swiper-slide {
	cursor: pointer;
	height: 40px !important;
	background-color: transparent !important;
	margin-bottom: 7px !important;
}

.mySwiper .swiper-slide-thumb-active {
	background: #3B6BAD !important;
	border-bottom-right-radius: 25px !important;
	border-top-right-radius: 25px !important;
}

.swiper-slide img {
	display: block;
	object-fit: cover;
}

.hh {
	height: 365px;
	margin-top: 35px;
}

.zhen {
	width: 100%;
	display: flex;
	background-image: url(../img/44.png);
	background-size: 100% 100%;
	height: 100%;
	align-items: center;
}

.zhen1 {
	width: 50%;
	background-image: url(../img/45.png);
	background-size: 100% 100%;
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.zhen2 {
	width: 50%;
}

.shu {
	display: flex;
	justify-content: space-between;
}

.shu p {
	padding-left: 20px;
	color: #fff;
	font-size: 16px;
}

.shu {
	width: 100%;
	padding-left: 27px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.shu img {
	width: 18px;
	height: 20px;
}

.swiper-slide1 {
	width: 80% !important;
}

.swiper-scrollbar-drag {
	background: #6CA9FC !important;
	left: -2px !important;
	width: 5px !important;
}

.swiper-scrollbar {
	right: 25px !important;
	width: 1px !important;
	background: #6CA9FC !important;
}

.mySwiper2 {
	width: 60%;
	margin: 0 auto;
}

.swiper-slide2 img {
	object-fit: fill !important;
}

.lbp {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding-left: 44px;
	padding-bottom: 10px;
}

@media screen and (max-width:1600px) {
	.ronghua1 {
		width: 96%;
		margin: 0 auto;
	}

	.rro img {
		width: 100%;
		z-index: 2;
		position: relative;
	}

	.rro::after {
		content: "";
		position: absolute;
		border-right: #DA2031 solid 6px;
		border-bottom: #DA2031 solid 6px;
		height: 85%;
		width: 100%;
		top: 46px;
		left: 3px;
		border-bottom-right-radius: 45px;
		background-color: #da2031;
		z-index: 1;
	}

	.weizhi1 {
		width: 94%;
		margin: 0 auto;
	}
}

@media screen and (max-width:1200px) {
	.rong1 p:nth-child(2) {
		font-size: 19px;
		color: #666;
	}

	.ronghua1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.rro::after {
		display: none;
	}

	.hua {
		width: 100%;
		padding-left: 60px;
		padding-bottom: 92px;
	}

	.rong {
		width: 50%;
		border-right: #F4F4F4 0px solid;
	}

	.g-log2 img {
		width: 100%;
	}

	.g-tu2 img {
		width: 100%;
	}

	.gtu2 img {
		width: 100%;
	}
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:856px) {
	.weizhi1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.wei {
		display: none;
	}

	.rong {
		display: none;
	}
}

@media screen and (max-width:786px) {
	.weizhi1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.zhi ul li {
		padding: 26px 6px;
	}

	.zhi ul {
		display: flex;
		width: 100%;
	}

	.zhi ul li a {
		font-size: 14px;
		color: #000000;
		font-weight: 600;
		padding-bottom: 16px;
	}

	.rong {
		width: 100%;
		border-right: #F4F4F4 0px solid;
	}

	.hua {
		width: 100%;
		padding-left: 0px;
	}

	.hua1 {
		flex-wrap: wrap;
	}

	.hua1 p:nth-child(2) {
		font-size: 18px;
		color: #e5e5e5;
		padding-left: 0;
	}

	.g-bk1 {
		flex-wrap: wrap;
	}

	.g-tu1 {
		width: 100%;
	}

	.g-tu2 {
		width: 100%;
	}

	.gtu2 {
		width: 100%;
	}

	.g-log1 img {
		width: 70%;
	}

	.picture img {
		width: 100%;
	}

	.zhen {
		display: flex;
		flex-wrap: wrap;
	}

	.zhen1,
	.zhen2 {
		width: 100%;
	}

	.hh {
		height: 19%;
		margin-top: 35px;
	}

	.shu p {
		padding-left: 20px;
		color: #fff;
		font-size: 12px;
	}

	.zhen2 {
		padding: 40px 0;
	}

	.zhi {
		overflow-y: hidden;
		overflow-x: auto;
		white-space: nowrap;
		width: 150%;
	}

	.picture {
		display: none;
	}

	.weizhi {
		border-bottom: #F4F4F4 1px solid;
		background: #f3f1f1;
	}

	.mySwiper {
		height: 150px!important;
	}

	.zhi ul li {
		padding: 20px 6px;
	}

	.Navigation {
		width: 96% !important;
		position: inherit !important;
	}
	.zhen1 {
	    border-top-right-radius: 0px;
	    border-bottom-right-radius: 0px;
	    background: #0F4B9B;
	}
}
