@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url("images/tcl-body-bg.png") no-repeat 0 0;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% 100%;
	margin: 0 auto;
    height: 100%;
    width: 100%;
	
}

img{border:0;}
.tcl-box{
	overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-width: 1024px;
   
}

.tcl-center {
	width: 1024px;
	height: 63px;
	margin: 0 auto;
	padding: 20px 0;
}

.tcl-logo { 
    float: left;
}

.tcl-main {
	position: relative; 
    min-height: 625px;
    width: 1024px;
	margin: 0 auto;
	
}



.tcl-mainbox{
	width: 100%;
	overflow: hidden;
	box-sizing:border-box;

}
.tcl-mainbnt {

    margin-top:55px;

    overflow: hidden;
}
.tcl-da_kuang{
    width: 100%;
    overflow: hidden;
}

.tcl-kuangbox {
    width: 33.3333%;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	box-sizing:border-box;
}

.tcl-main-content {
	height: 124px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 30px;
	cursor: pointer;
	color:#fff;
}
.color1{background: #e50723;}
.color2{background: #6fba2d;}
.color3{background: #f4a402;}
.color4{background: #07c8b7;}
.color5{background: #970682;}
.color6{background: #33baf6;}
.color1:hover {
    background: #f12640;
}
.color2:hover {
    background: #80c642;   
}

.color3:hover {
    background: #f8b42c; 
}

.color4:hover {
    background: #17d4c4;
}

.color5:hover {
    background: #a31d90;  
}
.color6:hover {
    background: #41c2fc;  
}

.tcl-content-icon{
    
    float: left;
    text-align: center;
}

.tcl-iconbox {
    width:100%;
}


.tcl-content-icon img{
	width: 96px;
	height: 74px;
	padding-top: 5px;
	
}
.tcl-content-icon span {
    
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
	font-family:"microsoft yahei";
	font-size:24px;
}

.backhome{
	display:block;
	float:right;
	color:#fff;
	font-size:20px;
	font-family:microsoft yahei;
	padding:10px 20px;
	background:#F07700;
	border-radius:4px;
	text-decoration:none;
	margin-top:8px;
	margin-right:15px;
}
.backicon{
	width:32px;
	height:26px;
	display:block;
	float:left;
	margin-right:10px;
	background: url("images/backicon.png") no-repeat 0 0;
}