contact.css 2.0 KB
body{
	background: #F7F7F7;
}
/*banner*/
.banner_pic{
	width:100%;
}
.banner_pic img{
	width:100%;
}
.banner{
	position:relative;
}
.banner_txt{
	position: absolute;
	top:130px;
	left: 553px;
}
.banner_txt h1{
	font-size:81px;
	font-weight:400;
	line-height:88px;
	color:#C50101;
}
.banner_txt h2{
	font-size:70px;
	font-weight:400;
	line-height:88px;
	color:white;
	margin:18px 0 0 58px;
}
/*main*/
.main{
	padding:0 88px;
	box-sizing: border-box;
	position: relative;
	left:0;
	right:0;
	width:1200px;
	overflow: hidden;
	margin:-97px auto 0;
	background: white;
	padding-bottom:100px;
	margin-bottom:100px;
}
.main_1{
	margin-top:232px;
}
.main_1 ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}
.main_1 ul li{
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width:276px;
	height:224px;
	border:1px solid rgba(196,196,196,1);
}
.main_1 ul li h1{
	cursor: pointer;
	font-size:24px;
	font-weight:600;
	margin-bottom:10px;
	line-height:26px;
	color:#4A4A4A;
}
.main_1 ul li p{
	cursor: pointer;
	font-size:16px;
	font-weight:400;
	line-height:26px;
	color:#4A4A4A;
}
.main_icon:hover .main_icon2{
	background-color: #C50101;
}
.main_icon:hover{
	border: 1px dashed #C50101;
}
.main_icon{
	position: absolute;
	top:-46px;
	cursor: pointer;
	width:91px;
	height:91px;
	box-sizing: border-box;
	border-radius:50%;
	border:1px dashed rgba(196,196,196,1);
}
.main_icon2{
	width:71px;
	height:71px;
	margin:9px;
	overflow: hidden;
	border-radius:50%;
	background:#C4C4C4;
}
.main_icon2 img{
	width:40px;
	height:40px;
	margin:13px auto;
}
.main_map{
	margin-top:100px;
}
.main_mapNews ul{
	display: flex;
	display: -webkit-flex;
	margin-top:60px;
	justify-content: space-between;
}
.main_mapNews ul li h1,.main_mapNews ul li p{
	font-size:24px;
	font-weight:600;
	line-height:26px;
	color:#4A4A4A;
}
.main_mapNews ul li p{
	font-size:16px;
	font-weight:400;
	cursor: pointer;
}
.anchorBL{
	display: none !important;
}