
.Main {
width: 100%;
min-height: 500px;
min-width: 1366px;
padding: 100px 0px 20px 0;
background-color: #fff;
}
.ImgCenter {
margin: 0 auto;
display: block;
}
.Logo {
padding-top: 50px;
}
.ErWeiMa {
position: fixed;
right: 10px;
bottom: 240px;
border-radius: 10px;
width: 160px;
height: 175px;
border: 5px solid #FFF;
box-shadow: 0px 0px 20px #FFF;
}
.ErWeiMa img {
margin-top: 15px;
height: 122px;
width: 122px;
}
.ErWeiMa span {
color: #b09401;
text-align: center;
display: block;
margin-top: 10px;
}
.Down {
position: fixed;
right: 10px;
bottom: 170px;
border-radius: 10px;
width: 160px;
height: 50px;
border: 5px solid #FFF;
box-shadow: 0px 0px 20px #FFF;
}
.Down img {
width: 100%;
cursor: pointer;
}
.Down span {
float: left;
margin: 5px 0 0 5px;
font-size: 20px;
display: block;
color: #000;
cursor: pointer;
}
.List {
text-align: center;
margin-bottom: 20px;
}
.List > span {
height: 130px;
width: 130px;
border: 1px solid #ccc;
display: inline-block;
margin: 0 10px;
border-radius: 10px;
overflow: hidden;
position: relative;
}
.List > span > img {
height: 100%;
width: 100%;
border-radius: 10px;
}


.List1 {
margin-bottom: 20px;
}
.List1 > span {
height: 167px;
width: 167px;
border: 1px solid #ccc;
display: inline-block;
margin: 0 10px;
border-radius: 10px;
overflow: hidden;
position: relative;
}
.List1 > span > img {
height: 100%;
width: 100%;
border-radius: 10px;
}

.Banner {
position: relative;
}
.Footer {
text-align: center;
padding: 20px;
}
.DownImage {
display: block;
padding: 5px 0 0 50px;
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
width: 100%;
height: 30px;
bottom: -40px;
color: #fff;
cursor: pointer;
transition: bottom 0.3s;
-moz-transition: bottom 0.3s;
-webkit-transition: bottom 0.3s;
-o-transition: bottom 0.3s;
}
.List > span:hover .DownImage {
bottom: 0px;
}
.List1 > span:hover .DownImage {
bottom: 0px;
}
.DownImage img {
display: inline-block;
float: left;
}
.DownImage .Text {
float: left;
}
.ClearFloat {
clear: left;
display: block;
}
.More {
background-color: #fff;
text-align: center;
margin:-30px 0 30px 0;
}
.More, .Up {
opacity: 0;
transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
}
.Up {
width: 20px;
margin: 116px 0 0 110px;
cursor: pointer;
}
.Up img {
margin: 0px;
height: 50px;
width: 50px;
}
.Up div {
margin-left: 8px;
}



#facedetail {
	clear: both;
	display: block;
	padding-top: 5px;
}

#facedetail .link_title {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#facedetail .link_title .title {
	color: #e5461c;
	font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica,
		STHeiti;
	font-size: 16px;
	font-weight: bold;
}

#facedetail .link_title .contact {
	margin-bottom: 10px;
}


