*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	background-color: #fff;
	overflow-x:hidden;
	background-image: url(/images/seek_bg.jpg);
	background-repeat: no-repeat;
}

a{color:#333;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover { text-decoration: none;}
a:active {text-decoration: none;}
a:hover{ text-decoration:underline;}

.seek{
	width: 515px;/*
	height: 400px;
	margin:150px auto 0;*/
	text-align: center;
	margin:0 auto;
	padding-top:25px;
}
.seek .seek-box{
	width: 515px;
	height:250px;
	background-color:rgba(255,255,255,0.3);
	border-radius: 20px;
	margin-top: 30px;
}
.seek .seek-box h1{
	font-size: 24px;
	color: #d70000;
	font-weight:initial;
	display: inline-block;
	padding:10px 0;
}
.seek-box .partner{
	width: 378px;
	margin: 20px auto 0;
	padding:12px 0;
} 
.seek-box .partner .name{
	float: left;
	width:60px;
	height: 35px;
	text-align:right;
	line-height:35px;
}
.seek-box .partner .write_box{
	float: left;
	width: 290px;
	height: 35px;
	background-color: #fff;	
	border: 0.5px solid #D70000;
	border-radius: 5px;
	margin-left: 10px;
	padding-left: 5px;
}
.seek-box .code{
	/*margin-top:95px;*/
}

.seek-box .code .write_box{
	width: 115px;
}
.seek-box .code img{
	float:left;
	width:91px;
	height:35px;
	margin-left: 10px;
	/*margin-top:2px;*/
	cursor:pointer;
}
.seek button{
	width:100px;
	height:35px;
	font-size:14px;
	background-color: #D70000;
	color: #fff;
	border: none;
	border-radius:10px;
	cursor:pointer;
}
.content-info{
	width:800px;
	margin: 0 auto;
	margin-top:20px;
	text-align: center;
}
.content-info .tel{
	display: inline-block;
	line-height:25px;
	text-align: left;
	margin-left:50px;
}

.content-info .qrcode{
	display: inline-block;	
	margin-left: 100px;
}

.content-info .qrcode img{
	width:100px;
	height: 100px;
	float: left;
}

.content-info .flow{
	display: inline-block;
	line-height:25px;
	text-align: left;
	margin-left: 10px;
}

.Container{width: 95%;text-align: center;margin: 0 auto; }
.Container table{text-align: center;margin: 0 auto; border-top:1px solid #D70000;border-left:1px solid #D70000;border-collapse: collapse;}
.Container th{ padding:5px 5px;border-right:1px solid #D70000;border-bottom:1px solid #D70000;text-align: center; table-layout: fixed; word-break: break-all; word-wrap: break-word;}
.Container td{ padding:6px 5px;border-right:1px solid #D70000;border-bottom:1px solid #D70000;text-align: center; table-layout: fixed; word-break: break-all; word-wrap: break-word;}
.Container td a{ display:block;}




.bottom{
	width:1200px;
	margin:0 auto;
	margin-top:50px;
	
}
.bottom .bottom-menu{
	line-height:40px;
	text-align: center;
	border-bottom: 3px solid #ce0000; 
	background: #fff;
}
.bottom .bottom-copy{
	text-align: center;
	line-height: 30px;
/*	padding: 15px 0;*/
}