* {
moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: "Microsoft Yahei", "Î¢ÈíÑÅºÚ";
}
.tm-intro {
	background: url(../img/sixsix.jpg) no-repeat;
	background-attachment: fixed;
	background-position: left top;
	background-size: 100% 750px;
	color: white;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 750px;	
}
.shadow{
	text-shadow: 2px 2px 5px #000000;
}
.title{
	margin-bottom: 20px; 
	text-align: center;
	font-size: 28px;
	color: dodgerblue;
}

.lianxi{
	margin-bottom: 40px; 
	text-align: center;
	font-size: 16px;
}
.text-title{
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	margin-top: 10px;
	cursor: pointer;
}
.text-title span{
	color: dodgerblue;
}
.text-title6{
	margin-bottom: 20px;
}

.more{
	float: right;
	margin-top: 20px;
	font-size: 16px;
	margin-right: 5px;
}
.tm-gallery-img-container{
	padding: 5px;
}
.row{
	background-color: #f2f2f2;
}
.tm-img-grid{
	overflow: hidden;
}
.name-text{
	font-size: 14px;
}
.display_none{
	display: none;
}
.jianjie,.tm-news-text{
	text-indent:2em;
}

/* ·ÖÒ³ÑùÊ½ */
.pages{ width:100%; text-align:center; padding:10px 0; clear:both;}
.pages span,.pages a,.pages b{ font-size:13px;margin:0 2px;}
.pages span font{ color:#f00; font-size:13px;}
.pages a,.pages b{ border:1px solid #ff6600; background:#fff; padding:3px 10px; text-decoration:none}
.pages span { padding-right:15px }
.pages b,.pages a:hover{ background:#ff6600; color:#fff;}
