
/* CSS Document */

.btnsy {
	width:100%;
	clear:both;
	height:auto;
	overflow:hidden;
  position:relative;
}
.btnsy ul li {
	width:25%;
	height:auto;
	float:left;
	text-align:center;
	background-color:#000;
	position:relative;
	overflow:hidden;
}
.btnsy ul li a{
	color:#fff;
	text-decoration:none;	
	display:block;
}
.btnsy ul li a img.bgtu {
	width:100%;
	height:100%;
	opacity:0.5;
	transition: all 0.9s;
}
.btnsy ul li:hover a img.bgtu {
	opacity:1;
	animation: fltu 20s ease-out infinite;
	animation-direction:alternate;
}
.btnsy ul li a .tb {
	width:100%;
	height:auto;
	position:absolute;
	top:60%;
	transition: all 0.9s;
}
.btnsy ul li:hover a .tb {
	top:40%;
}
.btnsy ul li a .tb img {
	width:auto;
	height:auto;
	opacity:1;
}
.btnsy ul li a .line {
	width:8%;
	height:2px;
	background-color:#fff;
	position:absolute;
	top:72%;
	left:50%;
	margin-left:-4%;
	transition: all 0.9s;
}
.btnsy ul li:hover a .line {
	top:52%;
}
.btnsy ul li a h2 {
	font-size: 30px;
	font-weight: normal;
	display:block;
	width:100%;
	text-align:center;
	position:absolute;
	top:76%;
	transition: all 0.9s;
}
.btnsy ul li:hover a h2 {
	top:56%;
}
.btnsy ul li a p {
	font-size: 14px;
	width:100%;
	text-align:center;
	position:absolute;
	top:83%;
	transition: all 0.9s;
}
.btnsy ul li:hover a p {
	opacity:0;
	top:63%;
}
@keyframes fltu
{
from {transform:scale(1);}
to {transform:scale(1.2);}
}
.bottomsy {
	background-color:#252525;
	color:#bebebe;
	text-align:center;
	padding:40px 0;
	overflow:hidden;
}
.bottomsy a {
	color:#bebebe;
	text-decoration:none;
	transition: all 0.9s;
}
.bottomsy a:hover {
	color:#fff;
}
.bottomsy .nav_b {
	font-size: 14px;
	height:25px;
}
.bottomsy .copyright_sy {
	font-size: 12px;
	line-height:1.7em;
	margin-top:20px;
}

.slideTxtBox {
	width:100%!important;
	height:auto;
}
.btnsy .jt_left,
.btnsy .jt_right {
	width:49px;
	height:132px;
	padding:10px;
	text-indent:-9999px;
	cursor:hand;
  cursor:pointer;
	cursor:pinter;
	top:288px;
	position:absolute;
}
.btnsy .jt_left {
	background:rgba(0,0,0,.3) url(../image/fljt_left.png) no-repeat 50% 50%;
	left:0;
}
.btnsy .jt_right {
	background:rgba(0,0,0,.3) url(../image/fljt_right.png) no-repeat 50% 50%;
	right:0;
}
.title2j_en{
font-family: Arial;
  font-size:34px;
  text-transform:uppercase;
  color:#fff;
  opacity:.5;
}