@charset "utf-8";
.header_fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
}
.banner{
	height: 460px;
}
.logo{
	display: block;
	padding: 20px 0;
}
.logo img{
	display: block;
}
.hdmenu li{
	float: left;
}
.hdmenu li a{
	display: block;
	text-align: center;
	height: 76px;
	overflow: hidden;
	font-size: 18px;
}
.hdmenu li a span,.hdmenu li a em{
	display: block;
	height: 76px;
	line-height: 76px;
	width: 110px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.hdmenu li a:hover span,.hdmenu li.active a span{
	margin-top: -76px;
}
.hdmenu li a:hover em,.hdmenu li.active a em{
	color: #4640e4;
}
.bnalink{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.title{
}
.title span{
	font-size: 24px;
}
.productlist{
	margin-left: -30px;
	margin-top: -20px;
}
.prcItem{
	width: 277.5px;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
}
.prcItc{
	overflow: hidden;
	height: 277.5px;
	position: relative;
	padding: 30px;
	padding-bottom: 70px;
	background: #f7f7f7;
}
.prcItc .img1{
	display: none;
}
.prcItc:before{
	content: "";
	position: absolute;
	top: 30px;
	left: 50%;
	width: 150px;
	height: 150px;
	margin-left: -75px;
	border-radius: 50%;
	background: #eee;
}
.prcItc img{
	position: relative;
	z-index: 3;
	max-height: 100%;
}
.prcover{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
}
.prcover_cont{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -22px;
}
.prcover_cont p{
	font-size: 18px;
}
.prcover_cont span{
	display: inline-block;
	height: 2px;
	width: 28px;
	background: #333;
}
.prcItem:hover img.img1{
	display: none;
}
.prcItem:hover img.img2{
	display: block;
}
.prcItem:hover .prcover_cont p{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
}
.prcItem:hover .prcover_cont span{
	width: 14px;
}
.prcItem:hover .prcItc{
	box-shadow: 0 15px 15px rgba(0,0,0,.3);
}
.part{
	padding: 30px 0;
}
.fnlist{
	margin-top: -20px;
	margin-left: -30px;
}
.fnitem{
	width: 277.5px;
	height: 220px;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	text-align: center;
	padding: 20px;
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.fnitem dd img{
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.fnitem h3{
	font-weight: normal;
	font-size: 24px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.fnitem p{
	color: #666;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.fnitem:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,.3);
}
.fnitem:hover dd img{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
.fnitem:hover h3{
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
}
.fnitem:hover p{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}
.alist{
	margin-left: -30px;
	margin-top: -20px;
}
.alitem{
	width: 585px;
	height: 260px;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.alitem:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,.5);
}
.alcover{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.1);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.alc_cont{
	position: absolute;
	left: 30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	border: 1px solid #fff; 
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.alc_cont_c{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	color: #fff;
	margin-top: -23px;
}
.alc_cont_c p{
	font-size: 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	text-shadow: 1px 1px 2px rgba(0,0,0,.7);
}
.alc_cont_c span{
	display: inline-block;
	height: 1px;
	width: 30px;
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.alitem:hover .alc_cont_c p{
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
}
.alitem:hover .alc_cont_c span{
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	width: 60px;
}
.alitem:hover .alc_cont{
	left: 50px;
	top: 50px;
	right: 50px;
	bottom: 50px;
}
.alitem:hover .alcover{
	background: rgba(0,0,0,.5);
}
.lclist{
	margin-left: -30px;
}
.lcitem{
	width: 175px;
	height: 306px;
	float: left;
	margin-left: 30px;
}
.lcit_t{
	padding: 20px;
	background: #f1f1f1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	position: relative;
	z-index: 2;
}
.lcit_t img{
	width: 60px;
}
.lcit_m{
	color: #F1F1F1;
	height: 80px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.lcit_m span{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	font-size: 120px;
}
.lcit_b{
	padding: 20px;
	background: #F1F1F1;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	position: relative;
	z-index: 2;
}
.lcit_b h3{
	font-size: 20px;
	font-weight: normal;
}
.lcit_b p{
	margin-top: 10px;
	color: #666;
}
.lcitem:hover .lcit_t{
	transform: translateY(40px);
	border-bottom: 1px solid #ddd;
}
.lcitem:hover .lcit_b{
	transform: translateY(-40px);
}
.recruitList{
	margin-left: -30px;
	margin-top: -20px;
}
.rcrItem{
	width: 380px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	background: #F1F1F1;
	padding: 20px;
	border-top: 2px solid transparent;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	height: 174px;
}
.rcrItem:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,.3);
	background: #fff;
	border: 2px solid #4851e3;
	padding-left: 30px;
}
.rcrItem.bd1{
	border-color: #4851e3;
}
.rcrItem.bd2{
	border-color: #e34848;
}
.rcrItem.bd3{
	border-color: #75c419;
}
.rcrItem h3{
	font-weight: normal;
	font-size: 20px;
	height: 26px;
	overflow: hidden;
}
.rcrItem p{
	line-height: 24px;
	margin-top: 10px;
	color: #666;
	height: 96px;
	overflow: hidden;
}
.siperkh{
	margin-left: -10px;
}
.khitem{
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 232px;
	position: relative;
	transition: box-shadow .3s;
	-webkit-transition: box-shadow .3s;
	-moz-transition: box-shadow .3s;
	-ms-transition: box-shadow .3s;
}
.khitem:hover{
	transition: box-shadow .3s;
	-webkit-transition: box-shadow .3s;
	-moz-transition: box-shadow .3s;
	-ms-transition: box-shadow .3s;
	z-index: 3;
	box-shadow: 0 10px 10px rgba(0,0,0,.2);
}
.khitem img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.khitem:hover img{
	opacity: .7;
}
.cnpart{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.cnitem{
	width: 25%;
	float: left;
	font-size: 24px;
}
.cnitem span{
	position: relative;
	display: inline-block;
	padding-left: 10px;
}
.cnitem span:before{
	position: absolute;
	left: 0;
	height: 20px;
	width: 1px;
	background: #333;
	top: 50%;
	content: "";
	margin-top: -10px;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
}
.cnitem em{
	display: block;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333;
}
.cnitem em.em1{
	left: 0;
}
.cnitem em.em2{
	left: 30px;
}
.fot_abus{
	padding: 20px 0;
}
.fot_property{
	padding: 20px 0;
	border-top: 1px solid #eee;
}
.sidebar{
	position: fixed;
	right: 0;
	top: 50%;
	width: 50px;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	z-index: 100;
}
.sidebar ul li{
	cursor: pointer;
	position: relative;
	height: 50px;
	width: 50px;
	margin-bottom: 1px;
}
.sidebar ul li .sdico{
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	background: #4640E4;
	color: #fff;
	position: relative;
	z-index: 102;
}
.sdsubmenu{
	position: absolute;
	right: -180px;
	top: 0;
	background: #fff;
	width: 180px;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	z-index: 101;
}
.sdsuitem{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}
.sidebar ul li:hover .sdsubmenu{
	right: 50px;
}
.sidebar ul li:hover .sdico{
	background: #D9534F;
}
