﻿@charset "utf-8";
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}
.clearfix:after {
	width: 100%;
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*+html .clearfix {
	overflow: hidden;
}
* html .clearfix {
	height: 1%;
}
/*main*/
.ct-banner {
	width: 1200px;
	float: unset;
	height: 100%;
	min-height: 338px;
	max-height: 800px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}
.ct-focusbox {
	width: 100%;
}
.ct-focusimg {
	width: 100%;
	overflow: hidden;
}
.ct-fimglist li {
	float: left;
}
.ct-fimglist {
	position: relative;
	
}
.ct-fimglist img {
	display: block;
	cursor: pointer;
	width: 1200px;
	height: 100%;
}
.ct-ftoollist {
	position: relative;
	
		float: left;
	height: 100px;
	width: 60%;
	margin-top: -100px;
	margin-left: 40%;
}
.ct-ftoollist li {
	position: relative;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 21px;
	color: #000;
	cursor: pointer;
	text-align: center;
	opacity: 0.8;
}
.ct-ftoollist .on a {
	width: 121px;
	height: 54px;
	display: block;
	margin-right: -4px;
	z-index: 100;
	top: -5px;
	border: 2px solid #FFF;
}


.ct-ftoollist li img {
	width: 121px;
	height: 54px;
}
