business.css 2.6 KB
/*banner*/
.banner{
	width:100%;
	height:586px;
}
.banner img{
	width:100%;
	height:586px;
}
/*main1*/
.main1{
	width:100%;
	padding-bottom:180px;
}
.main1_content{
	width:1140px;
	margin:auto;
	padding-top:133px;
}
.main1_tit{
	text-align: center;
}
.main1_tit h1{
	cursor: pointer;
	font-size:32px;
	font-weight:600;
	color:#181818;
}
.main1_tit h1:after{
	content: "";
	width:77px;
	height:4px;
	margin: 17px auto 10px;
	display: block;
	background:#C50101;
}
.main1_tit h2{
	cursor: pointer;
	font-size:32px;
	font-weight:600;
	color:#4A4A4A;
}
.main1_tit p{
	cursor: pointer;
	width:750px;
	font-size:16px;
	margin:20px auto 0;
	font-weight:400;
	line-height:28px;
	color:#999999;
}
.main1_box{
	margin-top:100px;
}
.main1_box ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.main1_box_one:hover .poss{
	bottom: 0%;
	padding:86px 26px 0;
}
.poss{
	transition: 0.5s;
	cursor: pointer;
	position: absolute;
	bottom: -89%;
	height:100%;
	padding:10px 26px 0;
	box-sizing: border-box;
	background:rgba(197,1,1,0.7);
}
.main1_box_one h1{
	text-align: center;
	font-size:17px;
	font-weight:600;
	color:#FFFFFF;
}
.main1_box_one h1:after{
	content: "";
	width:26px;
	height:4px;
	display: block;
	margin:11px auto 30px;
	background: white;
}
.main1_box_one p{
	text-indent: 2em;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	color:white;
}
.main1_box ul li{
	overflow: hidden;
	position: relative;
	width:207px;
	height:395px;
}
.main1_box ul li img{
	width:100%;
	height:100%;
}
.main1_box .pos{
	cursor: pointer;
	position: absolute;
	width:100%;
	height:48px;
	bottom:0px;
	background:rgba(197,1,1,0.7);
	font-size:20px;
	font-weight:600;
	line-height:48px;
	color:#FFFFFF;
	text-align: center;
}
/*main2*/
.main2{
	width:100%;
	background: white;
}
.main2_2{
	width:100%;
	height: 456px;
	margin-top:100px;
	background:#F7F7F7;
	margin-bottom:220px;
}
.main2_content{
	width:1100px;
	margin: auto;
	display: flex;
	display: -webkit-flex;
}
.main2_left div{
	position: absolute;
	margin:-10px 0 0 89px;
	width: 429px;
	height: 396px;
	border:2px solid rgba(197,1,1,1);
}
.main2_left img{
	position: absolute;
	width:466px;
	height: 363px;
	margin-top: -64px;
}
.main2_right{
	width:464px;
	margin-top: 38px;
	margin-left: auto;
}
.main2_right h1{
	cursor: pointer;
	font-size:32px;
	font-weight:600;
	color:#181818;
}
.main2_right h1:after{
	content: "";
	width:77px;
	height:4px;
	background:#C50101;
	display: block;
	margin:10px 0;
}
.main2_right h2{
	cursor: pointer;
	font-size:32px;
	font-weight:600;
	color:#4A4A4A;
}
.main2_right p{
	cursor: pointer;
	margin-top:47px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	color:#999999;
}