@charset "utf-8";
/* CSS Document */

*{ padding:0; margin:0;}
body,html{
	height:100%;
	background:#F7F7F7;
	}
a{ outline:none; border:none;}
img{ border:none; outline:none;}
.tm-left{
	float:left !important;
	}
.tm-right{
	float:right !important;
	}
.tm-head{
	height:411px;
	width:100%;
	background:url(../images/tm_banner.png) top center no-repeat;
	}
.tm-head img{
	max-width:100%;
	}
.tm-main{
	float:left;
	width:100%;
	margin:10px 0 0 0;
	}
.tm-center{
	width:1100px;
	margin:0 auto;
	text-align:center;
	}
.tm-title{
	float:left;
	width:100%;
	}
.tm-line{
	width:450px;
	height:1px;
	border-bottom:#ccc solid 1px;
	margin:32px 0 0 0;
    }
.tm-tit-img{
	float:left;
	width:200px;
	height:72px;
	}
.tm-tit-img img{
	width:200px;
	height:72px;
	}
.tm-tb{
	float:left;
	width:100%;
	margin:10px 0 0 0;
	border:none;
	}
.tm-tb tr{
	height:300px;
	}
.tm-tb tr td{
	width:33%;
	}
.tm-a-link,
.tm-a-link:link,
.tm-a-link:visited,
.tm-a-link:active{
	display:block;
	height:240px;
	width:300px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
	text-decoration:none;
	}

.tm-a-link img{
	max-width:100%;
	overflow:hidden;
	height:166px;
	float:left;
	}
.tm-a-link span{
	display:block;
	width:300px;
	height:74px;
	line-height:68px;
	text-align:center;
	font-size:18px;
	color:#000;
	font-family:"Microsoft Yahei";
	text-decoration:none;
	background:#fff;
	letter-spacing:1px;
	transition:background-color ease 0.6s;
	float:left;
	}
.tm-a-link:hover span{
	background-color:#E6E5E5;
	}
.tm-query{
	float:left;
	width:100%;
	margin:40px 0 0 0;
	}
.tm-query a,
.tm-query a:link,
.tm-query a:visited,
.tm-query a:active{
	display:block;
	height:50px;
	width:171px;
	float:left;
	padding:134px 0 0 0;
	text-align:center;
	font-family:"Microsoft Yahei";
	font-size:16px;
	color:#000;
	background-color:#fff;
	box-shadow:5px 5px 10px rgba(0,0,0,0.05);
	text-decoration:none;
	letter-spacing:1px;
	background-repeat:no-repeat;
	background-position:center 35px;
	transition:background-color ease-out 0.6s;
	}
.tm-query a:hover{
	background-color:#E6E5E5;
	}
.mg-r{
	margin-right:60px;
	}
.tm-query01{
	background-image:url(../images/tm_ion_01.png);
	}
.tm-query02{
	background-image:url(../images/tm_ion_02.png);
	}
.tm-query03{
	background-image:url(../images/tm_ion_03.png);
	}
.tm-query04{
	background-image:url(../images/tm_ion_04.png);
	}
.tm-query05{
	background-image:url(../images/tm_ion_05.png);
	}
.tm-foot{
	background:#EAEAEA;
	width:100%;
	float:left;
	margin:60px 0 60px 0;
	padding:22px 0;
	letter-spacing:1px;
	}
