 .top-header.home-header {
 	height: 400px;
 	/* min-height: 800px; */
 }

 .with-bottom-effect.transparent-effect .bottom-effect {
 	position: absolute;
 	z-index: 10;
 	bottom: -100px;
 	width: 2500px;
 	height: 155px;
 	left: 0px;
 	background: rgba(255, 255, 255, 0.6);
 	-webkit-transform: rotate(-2deg);
 	-moz-transform: rotate(-2deg);
 	-ms-transform: rotate(-2deg);
 	-o-transform: rotate(-2deg);
 	transform: rotate(-2deg);
 	padding-top: 10px;
 	/* border: #ff6400 1px solid; */
 }

 .top-header .wrap-section-slider .slide-item .slide-content {
 	padding-top: 150px;
 }

 /*关于资讯部分*/
 .integrate {
 	display: flex;
 	flex-direction: column;
 	width: 100%;
 	height: auto;
 	margin: 50px auto;
 }

 .integrate-nav {
 	min-width: 1000px;
 	width: 1350px;
 	margin: 0 auto;
 	height: auto;
 }

 .integrate-nav .con {
 	width: 450px;
 	height: auto;
 	float: left;
 	padding: 25px;
 }

 .con_box {
 	width: 400px;
 	height: auto;
 	-webkit-box-shadow: 0 0 5px 2px #ddd;
 	box-shadow: 0 0 5px 2px #ddd;
 	border-radius: 5px;
 }

 .con_box:hover { 
 	-webkit-box-shadow: 0 0 20px 1px var(--main-color-light);
 	box-shadow: 0 0 20px 1px var(--main-color-light);
 }


 .con-img {
 	width: 400px;
 	height: 267px;

 }

 .con-img img {
 	width: 100%;
 	height: 100%;
 }

 .integrate-nav .con .info {
 	width: 400px;
 	height: 200px;
 }

 .coninfos {
 	margin: 0;
 	overflow: hidden;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 }

 .integrate-nav .con .info .name {
 	font-weight: 700;
 	font-size: 18px;
 	padding: 15px 15px 0 15px;
 }

 .integrate-nav .con .info .changjing {
 	font-size: 16px;
 	padding: 15px 15px 0 15px;
 	color: var(--main-color);
 }

 .integrate-nav .con .info .brief {
 	font-size: 14px;
 	padding: 15px;
 	color: #333;
 }