@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	color: #555;
	font-size: 14px;
	font-family: "Microsoft YaHei", Arial;
	width: 100%;
	overflow: hidden
}

html {
	overflow-x: hidden;
	overflow-y: auto;
}
.cb {
	height: 0;
	line-height: 0;
	clear: both;
}
#contectUs {
	width: 100%;
	background: #222222;
	padding: 50px 0 26px 0;
}

#contectUs .title-img {
	display: block;
	width: 412px;
	height: 80px;
	margin: 0 auto 40px;
}

.contectUs-list {
	padding: 0 24px;
}

.contectUs-list>div {
	padding: 42px 26px;
	border-bottom: 1px solid #5e5e5e;
	color: #999999
}

.contectUs-list dl {
	float: left;
	width: 33.33%
}

.contectUs-list dt {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 28px;
	font-weight: bold
}

.contectUs-list dd {
	font-size: 15px;
	line-height: 16px;
}

.contectUs-list dd a {
	display: inline-block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ffffff;
	font-size: 12px;
	color: #999999;
	margin: 0 8px 8px 0
}

@media (min-width:1200px) {

	#contectUs .div_basic {
		width: 1200px;
		margin: 0 auto
	}
	
}

@media (max-width:1199px) {
	.contectUs-list dl {
		text-align: center;
	}
}



@media (max-width:768px){
	#contectUs{
		display: none;
	}
	
	body{
		padding-bottom: 96px;
	}
}

@media (max-width:700px) {
	#contectUs .title-img {
		width: 75%;
		height: auto;
		margin-bottom: 0
	}
}

