body,html{
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
a{
	text-decoration: none;
	    font-family: MicrosoftYaHei-Bold;
	    font-size: 20px;
	    color: #FFFFFF;
	    letter-spacing: 0;
}
.contact_us_top{
	background: url(../img/banner_contact.png) no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	height: 720px;
}
.contact_us_top .header{
	opacity: 0.44;
	background: #000000;
	height: 50px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 50px;
	text-align: right;
}
.header .header-box{
	width: 1200px;
	margin: auto;
}


.contact_us_top .logo{
	display: flex;
	width: 1200px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}

.contact_us_top .logo .logo_tab{
	display: flex;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	
}
.logo .tab{
	position: relative;
	cursor: pointer;
}
.logo .logo_tab a:first-child{
	margin-right: 110px;
}
.line{
	position: absolute;
	display: flex;
	background: #B6202C;
	border-radius: 2px;
	border-radius: 2px;
	width: 30px;
	height: 4px;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.contact_way .title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 94px;
	margin-bottom: 154px;
}
.contact_way .title p{
	width: 383px;
	font-size: 30px;
	color: #282828;
	letter-spacing: 0;
	line-height: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #C8C8C8;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.t{
	margin-bottom: 0 !important;
}
.contact_way .title p span{
	position: absolute;
	background: #B6202C;
	border-radius: 3px;
	width: 90px;
	height: 6px;
	display: inline-block;
	bottom: -6px;
}
.contact_way .title .address{
	margin-top: 46px;
	margin-bottom: 44px;
	font-size: 14px;
	color: #282828;
	letter-spacing: 0;
}
.contact_way_bg{
	background: url("../img/p.png") no-repeat center center;
	width: 100%;
	height: 275px;
}
.contact_way_box{
	width: 1200px;
	margin: auto;
	height: 100%;
	display: flex;
}
.contact_address{
	padding-top: 40px;
}
.box-img{
	width: 490px;
	position: relative;
	height: 100%;
	margin-right: 114px;
}
.box-img .first{
	position: absolute;
	top:-75px;
}
.box-img .second{
	position: absolute;
	bottom: -55px;
	right: 0;
}
.way{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.way div{
	display: flex;
	align-items: center;
}
.way div img{
	margin-right: 63px;
}
.way div:first-child{
	margin-bottom: 44px;
}
.way div span{
	font-family: MicrosoftYaHei;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
}
.foot{
    margin-top: -4px;
    opacity: 0.9;
    background: #232135;
    height: 170px;
}
.foot-text{
    width: 100%;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    height: 85px;
    line-height: 85px;
}
.map-con{
	margin-top: -110px;
}
.map-box img{
	width: 100%;
	height: 185px;
}
.map{
	margin: auto;
	bottom: -110px;
}