/*
 ===============================
 * @authro      : 杨朝杰
 * @created     : 2018-06-25
 * @content     : 
 ===============================
 */
@charset "UTF-8";
.wrap{width:1200px;clear: both;margin:0 auto;}
.bg1{background:#fff;}
.bg2{background:#f4f4f4;}
.bg3{background:#fff; }
.mainCon{
	padding:15px;
	overflow:hidden;
	background:#fff;
}

.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
}
	
.headBox{clear:both;position: relative;z-index: 999;}
.headBox1{
	clear: both;
	background: #f2f2f2;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.topShare a{
	width: 5px !important;
    height: 26px !important;
	line-height: 26px !important;
}
.topShare .bds_weixin{background: url(../images/icon1.png) no-repeat left center !important}
.topShare .bds_tsina{background: url(../images/icon1.png) no-repeat -29px center !important}
.topShare .bds_tqq{background: url(../images/icon1.png) no-repeat -59px center !important}
.topShare .bds_qzone{background: url(../images/icon1.png) no-repeat -86px center !important}
.headBox2{
	width: 100%;
	height: 105px;
	background:#fff;
}
/**/
.logo{
	height:70px;
	overflow: hidden;
	margin-top:18px;
}
.logo a img{width: auto;height:70px;}


/*导航*/
.menuBox{position: relative;right:-25px;z-index: 9}
.menuDl dd{
	display: inline;
	float:left;
	position: relative;
}
.menuDl dd span{
	position: relative;
	z-index: 9;
	display: block;
}
.menuDl dd span a{
	display: block;
	height:108px;
	overflow: hidden;
	line-height: 110px;
	color: #848484;
	font-size: 15px;
	padding: 0 15px;
	transition: 0.4s ease;
}
.menuBg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/menuBg.png) center center no-repeat;
	transform: scale(0.5);
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}
.menuDl dd.hover span a{
	color: #0D863C;
}
.menuDl dd.hover .menuBg{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.menuDl dd .div_a{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 108px;
	left: 0;
	z-index: 99;
	background:rgba(255,255,255,0.8);
	display: none;
}
.menuDl dd .div_a a{
	display: block;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	color: #333333;
	font-size: 14px;
}
.menuDl dd .div_a a.hover{background: #fff}
.menuDl dd .div_a a:hover{background: #fff}
/* 语言切换 start */
.language{
	position: absolute;
	top: 0;
	right: -50px;
	width: 40px;
	height: 100%;
	line-height: 110px;
}
/* 语言切换 end */
/**
 * banner
 * @author 杨朝杰
 * @return
 */
.bannerSlide{
	clear: both;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top:30%;
}
/*.bannerLine{
	left:0;
	top:0;
	width:100%;
	height:3px;
	position:absolute;
	z-index:9;
	background: rgba(255,255,255,0.5);
	}*/
.bannerSlide .bd{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index:1;
}
.bannerSlide .bd dl dd{
	width:100%;
	padding-top:30%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}
.bannerSlide .bd dl dd a{
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	}
.bannerSlide .hd{
	width: 100%;
	height: 22px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:2;
	text-align: center;
}
.bannerSlide .hd ul{display: inline-block}
.bannerSlide .hd ul li{
	display: inline;
	float: left;
	width: 50px;
	height: 4px;
	margin: 0 5px;
	background: #bdbdbd;
	line-height: 9999px;
	overflow: hidden;
	cursor: pointer;
}
.bannerSlide .hd ul li.on{background:#0D863C}

/**
 * footer
 * @author 杨朝杰
 * @return
 */
.footer {
	clear:both;
	overflow:hidden;
	color:#888;
	background:#fff;
	padding:0 0 15px 0;
	line-height:30px;
	text-align:center;
	font-size:14px;
	border-top: 1px solid #ededed;
}
.footerLeft{float: left; padding:20px 0 0 0;}
.footerNav{
	clear:both;
	overflow:hidden;
	padding:10px 0 0 0;
	}
.footerNav span{
	display:block;
	float:left;
	padding:0 15px 0 0;
	font-size:14px;
	margin:0 15px 0 0;
	line-height:14px;
	border-right:1px solid #eeeeee;
	}
.footerRight{ float: right; width:120px;padding:15px 0 0 0;}
.footerRight span{ display: block; width: 120px; height: 120px; border:1px solid #ededed;}
.footerRight span img{ width: 100% }
.footerRight p{ display: block; font-size:12px; color: #999; text-align: center;padding-top:5px;}
.copyrightInfo{
	clear:both;
	padding:15px 0 0 0;
	line-height:30px;
	text-align:left;
	}
.copyrightInfo a{
	color: #888;
}
.copyrightInfo a:hover{
	color: #0D863C;
}
/*
首页内容
*/
.textImg2 .picture i{
	display: block;
	height: 60px;
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	z-index: 9;
	background: url(../images/play1.png) center center no-repeat;
}
/*内页banner*/
.subBanner{
	clear: both;
	width: 100%;
	padding-top: 22.5%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover !important;
	position:relative;
}

/*当前位置*/
.locationBox{
	clear:both;
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow:0 3px 5px #ececec;
}
.location{
	height: 60px;
	overflow: hidden;
	padding-left: 33px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/home.png);
}
.location a{
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/icon8.png);
	color: #a3a3a3;
	font-size: 14px;
}
.location a:hover{color:#0d863c}
.location a.hover{color:#0d863c}

/*内页导航*/
.nav{margin-right:-15px;}
.nav a{
	display: inline;
	float: left;
	line-height: 60px;
	height:57px;
	color: #666666;
	font-size: 14px;
	padding:0 20px;
}
.nav a.hover{color: #0D863C}
.nav a:hover{color: #0D863C}


/**
 * 新闻上下页
 * @author 杨朝杰
 * @return
 */
.moreBt3{width:100%; height:85px; text-align:center;}
.moreBt3 button{width:52px; height:50px; display:inline-block; margin:17px 5px; border:none; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; border:none; outline:none; cursor:pointer;}
.moreBt3 .works_prev{background:#fff url(../images/works_arr.png) no-repeat 0 0;}
.moreBt3 .works_prev:hover{background:#0D863C url(../images/works_arr.png) no-repeat -52px 0;}
.moreBt3 .works_next{background:#fff url(../images/works_arr.png) no-repeat -52px -50px;}
.moreBt3 .works_next:hover{background:#0D863C url(../images/works_arr.png) no-repeat 0 -50px;}
.works_prev, .works_next, .works_more{border-radius:2px; vertical-align:middle;}
.works_more{display:inline-block; width:92px; height:50px; background:#fff url(../images/works_more.png) no-repeat center -50px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; vertical-align:middle;}
.works_more:hover{background:#0D863C url(../images/works_more.png) no-repeat center 0;}


.articleB_box{
	clear:both;
	height:30px;
	overflow:hidden;
	background:#f8f9fb;
	color:#666;
	font-size:14px;
	line-height:30px;
	}
.articleB_box i{color:#40a8e4}
.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0;
}

.pageBoxC2{
	padding:20px 40px;
	overflow: hidden;
	background: #fff;
}

.titleBox{ width:1200px; text-align:center; margin:0 auto; overflow:hidden;padding:10px 0;}
.titleBox h1{ font-size:22px; color:#333; line-height:20px;float:left; font-weight:normal;}
.titleBox h1 em{ font-size:16px; color:#888; padding:0 0 0 10px;}
.titleBox span{ font-size:14px; color:#666; float:right; line-height:20px;}
.titleBox span a{
	background: #bebebe;
    border-radius: 35px;
    padding: 5px 20px;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
	}
.titleBox span a:hover{ color:#fff; background:#0D863C}

/*招聘列表*/
.rmtT{
	clear: both;
	height: 46px;
	overflow: hidden;
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.rmtT.cf{color: #fff}
.rmtBox{
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.rmtBoxL{
	width: 420px;
	position: relative;
	z-index:-1;
}
.rmtBoxL img{
	display: block;
	max-width:650px;
}
.rmtBoxR{
	overflow: hidden;
	font-size:16px;
	line-height:36px;
	padding-left:25px;
	margin-top: 55px;
	color:#666;
}
.rmtBox2{
	height: 750px;
	overflow: hidden;
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.rmtSlide{position: relative}
.rmtSlide .bd{
	width: 1200px;
	height: 425px;
	overflow: hidden;
}
.rmtSlide .bd dl{width: 1300px}
.rmtSlide .bd dl dd{
	display: inline;
	float: left;
	width: 375px;
	height: 426px;
	overflow: hidden;
	background: #fff;
	margin-right: 36px;
}
.rmtSlide .bd dl dd .divT{
	clear: both;
	height: 58px;
	overflow: hidden;
	text-align: center;
	line-height: 58px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
}
.rmtSlide .bd dl dd .txtBox{
	height: 330px;
	overflow: hidden;
	margin: 0 10px 0 20px;
}
.rmtSlide .bd dl dd .txtBox .txtBoxC{
	width:344px;
	height: 335px;
	padding-right:15px;
	overflow: hidden;
	overflow-y: auto;
	color: #666666;
	font-size: 14px;
	line-height:30px;
}
.rmtSlide .bt{
	display: block;
	width: 17px;
	height: 31px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	background-image: url(../images/icon19.png);
	background-repeat: no-repeat;
	display: none;
}
.rmtSlide .bt.prev{left:-38px;background-position:left top}
.rmtSlide .bt.next{right:-38px;background-position:right top}
.rmtSlide .bt.prev:hover{background-position:left bottom}
.rmtSlide .bt.next:hover{background-position:right bottom}
.rmtForm{
	width:890px;
	margin: 0 auto;
	overflow: hidden;
}
.rmtForm dd{clear: both}
.rmtForm dd .inputT{
	width: 402px;
	height: 50px;
	border: 1px solid #e6e6e6;
	line-height: 50px;
	font-family: "microsoft yahei";
	color: #666;
	font-size: 14px;
	padding-left: 25px;
	padding-right:5px;
}
.rmtForm dd .inputT::-webkit-input-placeholder{color:#cccccc}    /* 使用webkit内核的浏览器 */
.rmtForm dd .inputT:-moz-placeholder{color:#cccccc}                  /* Firefox版本4-18 */
.rmtForm dd .inputT::-moz-placeholder{color:#cccccc}                  /* Firefox版本19+ */
.rmtForm dd .inputT:-ms-input-placeholder{color:#cccccc}  
.rmtForm dd textarea{
	width:853px;
	height:240px;
	border: 1px solid #e6e6e6;
	line-height:24px;
	font-family: "microsoft yahei";
	color: #666;
	font-size: 14px;
	padding-left: 25px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.rmtForm dd textarea::-webkit-input-placeholder{color:#cccccc}    /* 使用webkit内核的浏览器 */
.rmtForm dd textarea:-moz-placeholder{color:#cccccc}                  /* Firefox版本4-18 */
.rmtForm dd textarea::-moz-placeholder{color:#cccccc}                  /* Firefox版本19+ */
.rmtForm dd textarea:-ms-input-placeholder{color:#cccccc}           /* IE浏览器 */
.rmtForm dd .bt{
	display: block;
	width: 150px;
	height: 52px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	background: #40a8e4;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
/*列表页*/
/*
* textImg3
* 江晓东
*/
.textImg3{
	margin: 0 -10px;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.textImg3 dd{
	width: 33.333333%;
	float: left;
	display: inline;
	animation: gfadeIn 0.6s 0.8s both;
	padding: 10px 0;
}
.textImg3 dd:nth-of-type(1){
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.textImg3 dd:nth-of-type(2){
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.textImg3 dd:nth-of-type(3){
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.textImg3 dd a{
	display: block;
	margin: 0 10px;
	background: #fff;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.textImg3 dd .picture{
	padding-top: 66.66666%;
	position: relative;
	overflow: hidden;
}
.textImg3 dd .picture img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.textImg3 dd .picture i{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	left: -10px;
	top: -10px;
	width: 100%;
	height: 100%;
	border:10px solid #fff;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 9;
}
.textImg3 dd .lsitBox{
	padding: 38px;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.textImg3 dd .lsitBox span{
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.textImg3 dd .lsitBox em{
	display: block;
	height: 49px;
	color: #888;
	line-height: 24px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.textImg3 dd .tList3More{
	height: 30px;
	text-align: center;
	color: #333;
	border-radius: 30px;
	border: 1px solid #ddd;
	width: 149px;
	line-height: 30px;
	margin:0 auto;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
} 
.textImg3 dd a:hover{
	box-shadow: 0 2px 12px 2px rgba(0,0,0,0.1);
	padding-bottom: 0;
}
.textImg3 dd a:hover .picture i{
	height: 94.9%;
	width: 94.9%;
	top: 0;
	left: 0;
}
.textImg3 dd a:hover .lsitBox{
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
}
.textImg3 dd a:hover .tList3More{
	border-color: #0D863C;
	background: #0D863C;
	color: #fff;
}
/*
* imgList3
* 江晓东
*/
.imgList3{
	margin: 10px;
}
.imgList3 dd{
	width: 25%;
	float: left;
	display: block;
	margin-bottom: 20px;
}
.imgList3 dd .listBox3{
	margin: 0 10px;
	background: #fff;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.imgList3 dd .picture{
	width: 100%;
	padding-top: 81.333%;
	position: relative;
}
.imgList3 dd .picture img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imgList3 dd .picture i{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5); 
	z-index: 9;
	opacity:0;
	filter:alpha(opacity=0); 
	-moz-opacity: 0;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.imgList3 dd .picture a{
	display: block;
	position: absolute;
	top: 75%;
	left: 50%;
	margin: -23px 0 0 -23px;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	
}
.imgList3 dd .picture .ibg1{
	height: 46px;
	width: 46px;
	border: 3px solid #fff;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.imgList3 dd .picture .ibg2{
	height: 46px;
	width: 46px;
	position: absolute;
	top: 3px;
	left: 3px;
	background: url(../images/link1.png) center center no-repeat;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.imgList3 dd .listBox3:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 2px 12px 2px rgba(0,0,0,0.1);
}
.imgList3 dd .listBox3:hover .picture i{
	opacity:1;
	filter:alpha(opacity=100); 
	-moz-opacity: 1;
}
.imgList3 dd .listBox3:hover .picture i a{
	top: 50%;
}
.imgList3 dd .picture a:hover .ibg1{
	transform: scale(1.2);
	background: none;
}
.imgList3 dd .picture a:hover .ibg2{
	background: url(../images/link1H.png) center center no-repeat;
}
.imgList3 .newsText h2{
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #333;
	font-weight: normal;
	font-size: 16px;
}
/*
* textImg4
* 江晓东
*/
.img4Slide{
	margin: 0 -10px;
	padding: 10px 0 0 0;
}
.textImg4{
	margin: 10px 0;
	padding: 40px 0;
}
.textImg4 dd{
	width: 25%;
	float: left;
	display: block;
	position: relative;
}
.textImg4 dd a{
	display: block;
	margin: 0 10px;
	border-radius: 3px ;
	overflow: hidden;
}
.textImg4 dd .picture{
	width: 100%;
	padding-top: 126.666%;
	position: relative;
	z-index: 2;
}
.textImg4 dd .picture img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.textImg4 dd .picture .iBg1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	opacity:0;
	filter:alpha(opacity=0); 
	-moz-opacity: 0;
}

.textImg4 dd .newsText{
	position: relative;
	top: 0;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 3;
}
.textImg4 dd .newsText1{
	height: 70px;
	z-index: 1;
	
}
.textImg4 dd .newsText h2{
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
	color: #fff;
	opacity:0;
	filter:alpha(opacity=0); 
	-moz-opacity: 0;
}
.textImg4 dd .newsText h2 em{
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}
.textImg4 dd .newsText p{
	position: absolute;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
	padding:10px 20px;
	bottom: 59px;
	opacity:0;
	filter:alpha(opacity=0); 
	-moz-opacity: 0;
	color: #333;
	line-height: 26px;
	background: #fff;
}
.textImg4 dd a:hover{
	
}
.textImg4 dd a:hover .picture .iBg1{
	opacity:1;
	filter:alpha(opacity=100); 
	-moz-opacity: 1;
}
.textImg4 dd a:hover .newsText h2{
	top: -70px;
	opacity:1;
	filter:alpha(opacity=100); 
	-moz-opacity: 1;
}
.textImg4 dd a:hover .newsText p{
	bottom: 0;
	opacity:1;
	filter:alpha(opacity=100); 
	-moz-opacity: 1;
	box-shadow:  0 0 15px 0 #E5E5E5;
}
/*
* imgList3
* 江晓东
*/
.teamList1{ overflow:hidden;position:relative; margin: 0 -8px 20px -8px;}
.teamList1 dd{
	float:left; 
	display: inline;
	width:25%; 
	-webkit-animation:gfadeIn 0.6s 0.8s both; 
	-moz-animation:gfadeIn 0.6s 0.8s both; 
	animation:gfadeIn 0.6s 0.8s both;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    padding: 10px 0;
	overflow:hidden;
	}
.teamList1 a{
	display: block;
	margin: 0 8px;
	background:#fff; 
	transition: 0.2s;
}
.teamList1 dd:nth-of-type(1){-webkit-animation-delay:0.2s; -moz-animation-delay:0.2s; animation-delay:0.2s;}
.teamList1 dd:nth-of-type(2){-webkit-animation-delay:0.4s; -moz-animation-delay:0.4s; animation-delay:0.4s;}
.teamList1 dd:nth-of-type(3){-webkit-animation-delay:0.6s; -moz-animation-delay:0.6s; animation-delay:0.6s;}
.teamList1 dd:nth-of-type(4){-webkit-animation-delay:0.8s; -moz-animation-delay:0.8s; animation-delay:0.8s;}
.teamList1 dd:nth-of-type(5){-webkit-animation-delay:1s; -moz-animation-delay:1s; animation-delay:1s;}
.teamList1 dd:nth-of-type(6){-webkit-animation-delay:1.2s; -moz-animation-delay:1.2s; animation-delay:1.2s;}
.teamList1 dd:nth-of-type(7){-webkit-animation-delay:1.4s; -moz-animation-delay:1.4s; animation-delay:1.4s;}
.teamList1 dd:nth-of-type(8){-webkit-animation-delay:1.6s; -moz-animation-delay:1.6s; animation-delay:1.6s;}
.teamList1 dd:nth-of-type(9){-webkit-animation-delay:1.8s; -moz-animation-delay:1.8s; animation-delay:1.8s;}
.teamList1 dd:nth-of-type(10){-webkit-animation-delay:2s; -moz-animation-delay:2s; animation-delay:2s;}
.teamList1 dd:nth-of-type(11){-webkit-animation-delay:2.2s; -moz-animation-delay:2.2s; animation-delay:2.2s;}
.teamList1 dd:nth-of-type(12){-webkit-animation-delay:2.4; -moz-animation-delay:2.4; animation-delay:2.4s;}

.teamList1 dd a{display:block; height:100%;}
.teamList1 dd .picture{
	position:relative;
	overflow: hidden;
	padding-top:126.6666% ;
}
.teamList1 dd .picture img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
a .ui-s-cover {
	background: #000; 
	position: absolute; 
	width: 100%; 
	top: 0; 
	left: 0; 
	height: 100%; 
	filter: alpha(opacity=40); 
	opacity: 0.4; 
	transition: all 0.2s ease-in-out; 
	z-index: 5; }
a:hover .ui-s-cover { filter: alpha(opacity=0); opacity: 0; }	
.teamList1 dd span{
    padding:15px;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
	font-size:15px;
	display:block;
	text-align:center;
	}
.teamList1 dd a:hover{
    box-shadow: 0 0px 15px rgba(0,0,0,0.05);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
