﻿@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
html {font-size:100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; }
/* always display scrollbars */
body { background-color: #fff; font-size:62.5%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul ,li{ list-style: none; }


html {/*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%); 变灰代码*/}
/* CSS Document */
/* fixed */

.team {
	font-family: "黑体";
}

.team .content {
	margin: 50px auto 0;
}

.team p {
	font-size: 14px;
	color: #717171;
}

.team p u {
	font-size: 20px;
	color: #ae1c1d;
}

.team p+p {
	margin: 10px auto 0;
}

.team p+p u {
	font-size: 14px;
}

.team-content {
	border-top: 1px solid #e0e0e0;
}

.team-content .content {
	/*padding: 66px 0 0 0;*/
}

.large_box-banner {
	margin: 48px auto 58px;
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
}

.large_box {
	margin-bottom: 10px;
	width: 100%;
	max-height: 495px;
	overflow: hidden
}
.large_box ul li:hover{ border:none; margin:0px; padding:0;}

.large_box img {
	display: block;
	width: 100%
}

.small_box {
	width: 100%;
	height: 157px;
	overflow: hidden
}

.small_list {
	position: relative;
	float: left;
	width: 94%;
	height: 157px;
	overflow: hidden
}

.small_list ul {
	height: 157px;
	overflow: hidden;
}

.small_list ul li {
	position: relative;
	float: left;
	margin-right: 12px;
	width: 254px;
}

.small_list ul li img {
	display: block;
	width: 100%
}

.small_list ul li .bun_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #198781ba;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6
}

.small_list ul li.on .bun_bg {
	display: block
}

.btn {
	display: block;
	width: 24px;
	height: 112px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer
}

.left_btn {
	float: left;
	margin-right: 12px;
	background-image: url(../images/left-1.jpg)
}

.right_btn {
	float: right;
	background-image: url(../images/right-1.jpg)
}
