#warpper{
	height: 1236px;
	width: 100%;
	position: relative;
	min-width:1200px;
}
#bg{
	width: 100%;
	height: 1236px;
	position: absolute;
}
#content{
	width: 1170px;
	height: 564px;
	position: absolute;
	left: 50%;
	top: 250px;
	margin-left: -582px;
	border-radius: 3px;
}
#footer{
	width: 1170px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 980px;
	margin-left: -582px;
	text-align: center;
	border-radius: 3px;
}
.bs{
	font-size: 20px;
    margin-bottom: -20px;
    margin-left: 30px;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#5bb8d4), color-stop(0.5, #0c3482), to(#0c3482));
    background: -webkit-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background: -moz-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background: -o-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background: linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    -webkit-background-clip: text;
    color: transparent;
}
.c_t_line {
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 5px;
    height: 2px;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#5bb8d4), color-stop(0.5, #0c3482), to(#0c3482));
    background: -webkit-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background: -moz-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background: -o-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background: linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
}
.table{
	margin-left: 30px;
}
.table tr td{
	height: 120px;
	width: 200px;
}
.table tr td img{
	border: 1px #e5e5e5 solid;
}