/*通用代码*/
.clear {
	clear: both;
}
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
	
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.h70 {
	height: 70px;
}
.pc {
	display: block;
}

@media only screen and (max-width: 1200px) {
.h70 {
	height: 0px;
}
.pc {
	display: none;
}
}
/*导航*/
.yuyan>a {
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 0 !important;
	height: 30px !important;
	width: 30px;
	margin: 20px 5px;
	line-height: 30px !important;
}
.yuyan>a:hover {
	border: 1px solid #fac819;
	color: #fac819;
}
.yuyan .in {
	border: 1px solid #fac819;
	color: #fac819 !important;
}
/*轮播代码*/
.swiper-container video {
	max-height: 100%;
	position: absolute;
	margin: 0 !important;
}
/*首页企业资讯*/
.index-abo {
	margin-top: 22px;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	max-width: 590px;
}
.index-abo:nth-child(1) {
	margin-right: 20px;
}
.index-abo h2 {
	font-size: 22px;
	line-height: 60px;
	font-weight: normal;
	color: #000;
}
.index-abo h2 a {
	color: #000;
	font-size: 16px;
}
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect .overlay {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 45%;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}
.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.hovereffect:hover img {
	filter: brightness(0.6);
	-webkit-filter: brightness(0.6);
}
.hovereffect li {
	display: inline-block;
	height: 42px;
	line-height: 42px;
}
.hovereffect a {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	background-color: transparent;
	color: #FFF;
	font-size: 18px;
	display: inline-block;
	width: 153px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.hovereffect:hover a {
	opacity: 1;
	border: 1px solid #fff;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.hovereffect:hover a:hover {
	background: #0093dd;
	border: 1px solid #0093dd;
}
.index-abo1 {
	max-width: 387px;
	margin-right: 19px;
}
.index-abo1:nth-last-child(1) {
	margin-right: 0;
}
.index-abo1 .hovereffect .overlay {
	top: 30%;
}
.index-abo1 .hovereffect li {
	margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
.index-abo:nth-child(1) {
	margin-right: 0px;
}
.index-abo1 {
	margin-right: 0;
}
.hovereffect .overlay {
	top: 25%;
}
.hovereffect li {
	margin-bottom: 15px;
}
}
/*底部*/
.fot {
	font-size: 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #efefef;
}
.fot li {
	width: 25%;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	height: 210px;
	text-align: center;
	vertical-align: top;
}
.fot li .box {
	display: block;
	margin: 40px 0 40px;
	height: 130px;
	border-left: 1px solid #e9e9e9;
}
.fot li:first-child .box {
	border-left: none;
}
.fot li .box img {
	width: 50px;
}
.fot li .box .d1 {
	font-size: 16px;
	color: #000000;
	margin-top: 16px;
}
.fot li .box .d2 {
	font-size: 14px;
	color: #4d4d4d;
}
.foot1 {
	margin: 30px 0;
	border-bottom: 1px solid #fff;
}
.foot1 li{
	line-height: 30px;
}
.foot1 li a {
	color: #808080;
	display: block;
}
.foot1 li.title{
	margin-bottom: 15px;
}
.foot1 li.title a {
	color: #333;
	font-size: 16px;
	display: block;
}
.foot2 {
	background: #0093dd;
	color: #fff;
	padding-top: 20px;
	line-height: 30px
}
.foot2 .text-right dd {
	display: inline-block;
	margin: 0 10px;
}
.foot2 dd {
	line-height: 50px;
}
@media only screen and (max-width: 1200px) {
.foot1 {
	display: none;
}
}