﻿#body .topic {
	font-weight: bold;
	float: left;
	font-size: 36px;
	color: #000000;
	padding-top: 18px;
	height: 36px;
	line-height: 36px;
}
#body .topic a {
	text-decoration: none;
	color: #000000;
}
/*CommonBlock*/
#body .CommonBlock {
	width: 1200px;
	height: 650px;
	margin: auto;
}
#body .CommonBlock .inner-box li {
	width: 380px;
	height: 280px;
	float: left;
	margin-right:30px;
	position: relative;
	display: block;
	overflow: hidden;
}
#body .CommonBlock .inner-box li:nth-child(3n){margin-right:0px;}
#body .CommonBlock .inner-box li:nth-child(1){margin-bottom:30px;}
#body .CommonBlock .inner-box li:nth-child(2){margin-bottom:30px;}
#body .CommonBlock .inner-box li:nth-child(3){margin-bottom:30px;}
#body .CommonBlock .image-box {
	margin-bottom: 0px;
}
#body .CommonBlock .image-box img {
	width: 380px;
	height: 280px;
	float: left;
	display: block;
}
#body .CommonBlock .content-box {
	position: absolute;
	left: 0px;
	top: -100%;
	width: 380px;
	height: 280px;
	text-align: center;
	background: rgba(0,0,0,0.70);
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
#body .CommonBlock:hover .content-box {
	top: 0px;
}
#body .CommonBlock .content-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#body .CommonBlock .content-inner a {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #fff;
	width: 250px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-decoration: none;
}
#body .CommonBlock .content-inner a:last-child:after {
	display: none;
	text-decoration: none;
}
#body .CommonBlock .content-inner a:hover {
	color: #ffaa00;
	text-decoration: none;
}
#body .CommonBlock .content-txt {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
#body .CommonBlock .content-inner h4 {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
/*TeamBlock*/
#body .TeamBlock {
	width: 1200px;
	margin: auto;
	margin-bottom: 40px;
}
#body .TeamBlock .team-box {
	width: 380px;
	float: left;
	position: relative;
}
#body .TeamBlock .team-image {
	position: relative;
	margin-bottom: 20px;
}
#body .TeamBlock .team-image .image {
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
	z-index: 9;
}
#body .TeamBlock .team-image img {
	display: block;
	width: 320px;
	height: 379px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#body .TeamBlock .team-image:hover .team-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#body .TeamBlock .team-image .name {
	position: absolute;
	right: 13px;
	bottom: 40px;
	min-width: 140px;
	text-align: center;
	background-color: #222222;
	z-index: 9;
	transform: skewX(-30deg);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#body .TeamBlock .team-image .name a {
	position: relative;
	display: inline-block;
	transform: skewX(30deg);
	font-size: 20px;
	line-height: 27px;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 20px;
	min-width: 140px;
	text-decoration: none;
}
#body .TeamBlock .team-box:hover .team-image .name {
	background-color: #fb0200;
	text-decoration: none;
}
#body .TeamBlock .team-box .info {
	position: relative;
	display: block;
	width: 380px;
	text-align: left;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
#LinksBG {
	width: 100%;
	border-top: 1px solid #ccc;
	background-color: #F5F5F5;
}
#Links {
	width: 1200px;
	padding: 10px 0px;
	line-height: 25px;
	font-size: 12px;
	margin: auto;
}
#Links span {
	font-weight: bold;
}
#Links a {
	padding: 0px 7px;
}
