﻿/*产品*/
.middle{ background:#f5f5f5;}
.products{ width:1200px; margin:0 auto; padding:60px 0;}
.pro_cp1{ width:400px; float:left;box-shadow:0 0 20px #CCC; background:#888db8; height:400px;}
.pro_cp1 img{  transition:all 1.5s; }
.pro_cp1:hover img{ transform:scale(1.1);}
.pro_cp1:hover { background:#666;transition:all 0.5s;}

.pro_cp2{ width:400px; float:left;box-shadow:0 0 20px #CCC; background:#474f91; height:400px;}
.pro_cp2 img{  transition:all 1.5s; }
.pro_cp2:hover img{ transform:scale(1.1);}
.pro_cp2:hover { background:#666;transition:all 0.5s;}

.pro_cp3{ width:400px; float:left;box-shadow:0 0 20px #CCC; background:#27307e; height:400px;}
.pro_cp3 img{  transition:all 1.5s; }
.pro_cp3:hover img{ transform:scale(1.1);}
.pro_cp3:hover { background:#666;transition:all 0.5s;}

.pic{ overflow:hidden; width:400px; height:200px; background:#fff;}
.pro_wz{ height:200px; }
.pro_wz h2 {text-align: center;font-size: 20px;line-height: 40px; color:#fff; padding-top:10px;}
.pro_wz p{ font-size:12px; color:#fff; padding:12px; text-align:center;line-height:20px; overflow:hidden; max-height:50px;}
.more{ width:32%; border:1px solid #fff; text-align:center; line-height:30px; margin:2% auto 0 auto; font-size:15px;}
.more a{ display:block; color:#fff; }
.more a:hover{ display:block; text-decoration:none; background:#fff; color:#27307e;}


.content{ width:1200px; margin:0 auto; padding:50px 0;}
.about{ width:380px; float:left;}

.content h1{ font-size:24px; font-weight:700; color:#333;}

.team_list{width:380px; height:240px; margin-top:15px; }
.team_list_title { position:absolute; z-index:1;  width:380px; margin-top:160px; background:#000; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#70000000', endColorstr='#70000000');background:rgba(0, 0, 0, 0.3);}
.team_list_title h4 { font-size:14px; color:#fff; line-height:24px; padding: 0 8px; height:60px; margin-top:20px;}
.team_list img {width:380px; height:240px;}

.team_list * { transition:all .5s;}
.team_list >a { position:relative; display:block; width:380px; height:240px; overflow:hidden; }
.team_list_title:hover { background:rgba(39, 48, 126, 0.5); }
.team_list:hover img { transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1); }
.team_list img{ -moz-transition: all 1.5s ease !important;-webkit-transition: all 1s ease-in-out !important;-o-transition: all 1s ease-in-out !important;-ms-transition: all 1s ease-in-out !important;
transition: all 1s ease-in-out !important; } 





/******************banner样式***********************/
.fullSlide {
	width:100%;
	position:relative;
	height:450px;
	background:#000;
	margin-right: auto;
	margin-left: auto;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:450px;
	overflow:hidden;
	text-align:center;
	list-style-type: none;
}
.fullSlide .bd li a {
	display:block;
	height:450px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:60px;
	height:11px;
	margin:1px;
	overflow:hidden;
	border:1px solid #fff;
	filter:alpha(opacity=90);
	opacity:0.9;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#fff;
}

.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	z-index:1;
	width:60px;
	height:80px;
	background:url(../images/slider-arrow.png) -120px -130px #333 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:0%;
	background-position:-0px -130px;
}