@charset "utf-8";
/*公共样式 */
* { margin:0;padding:0;outline: none;font-family: "microsoft yahei";}
body { font-size: 12px;color: #555;font-family: "microsoft yahei"; background: #fff;}
td, th, div, dl { word-break: break-all; white-space: normal; word-wrap:break-word;}
li, dd { list-style-type: none; }
.talc { text-align:center;color:#333;font-weight:bold;}
a:link, a:visited {text-decoration: none; }
input { vertical-align: middle; border: none; }
input[type=text] { border: 1px solid #ddd; line-height: 24px; }
img{border-style: none; display: block; }
.cl{clear: both;}
h1, h2, h3 {font-weight: normal;}
.mainNot404{
    width: 100%;
    height: 100%;
    min-width: 1200px;
    overflow: visible;
    background: #fff;
    overflow: hidden;
    margin-top: 60px;
}
.mid_ts {
	width: 680px;
	overflow: hidden;
	margin: 0 auto;
}

.mid_ts>img {
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin: 0 auto;
}

div.text {
	font-size: 16px;
	color: #4e9be9;
	text-align: center;
	height: 45px;
	line-height: 45px;
	min-width: 1200px;
}
.goBack{
	width: 1200px;
	height: 32px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.back_asty{
	color: #4e9be9;
	font-size: 16px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border: 1px solid #4e9be9;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

