.footer-top {
	min-height: 330px;
	background: #f0f0f0;
	overflow: hidden;
}

.footer-top-cont {
	width: 1120px;
	margin: 0 auto;
}

.footer-top-left {
	height: 400px;
	overflow: hidden;
	float: left;
}

.footer-top-right-item {
	position: relative;
	width: 205px;
	line-height: 18px;
	margin-bottom: 15px;
}

.footer-top-left-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 34px;
	margin-bottom: 10px;
}

.footer-top-right-item .f-txt {
	color: #777;
	font-size: 14px;
	width: 200px;
}

.footer-top-left-group dt {
	min-width: 105px;
	line-height: 45px;
	margin-top: 40px;
	color:#777;
	background: url(../images/line-bg.png) no-repeat bottom left;
}

.footer-top-left-group dd a span {
	display: inline-block;
	width: 4px;
	height: 5px;
	margin-right: 8px;
	position: relative;
	top: -3px;
	background: url(../images/icon-group.png) no-repeat;
}

.footer-top-left-group {
	float: left;
	height: inherit;
	padding: 0 15px;
	white-space: nowrap;
	font-size: 14px;
}

.footer-top-left-group dd {
	width: 90%;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px #666 solid;
}

.footer-top-left-group dd a .dit {
	background-position: 0 -64px;
}

.footer-top-left-group dd a {
	color: #777;
	font-size:12px;
}

.footer-top-left-group dd a:hover {
	color: #008ec7;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.footer-top-left-group dd a:hover .dit {
	background-position: 0 -70px;
}

.footer-top-left-group:hover {
	background: #dedcdb;
}

.footer-top-left-group dd:last-child {
	border-bottom: 0;
}

.footer-top-right {
	margin-top: 52px;
	float: right;
}

.footer-top-bottom {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-top: 10px;
	border-top: 2px solid #77938E;
	overflow: hidden;
}

.footer-top-bottompo {
	position: relative;
	top: 8px;
}

.footer-top-bottom a {
	color: #77938E;
	font-size: 14px;
	margin-right: 20px;
}

.footer-top-bottom a:hover {
	color: #008EC7;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.footer-bottom {
	background: #ECEAE8;
}

.f-linksicon {
	margin-top: 40px;
}

.footer-bottom-content {
	width: 1120px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	color: #96928D;
	font-size: 12px;
	font-family: PingFangSC-Light,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.footer-bottom-content span {
	color: #008EC7;
}

.iconweixin {
	position: relative;
	width: 38px;
	height: 38px;
	background: url(../images/footer6.png);
	background-size: 38px 38px;
	display: block;
	float: left;
}

.iconweixin:hover {
	background: url(../images/footer10.png);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.rwm {
	position: relative;
	width: 38px;
	height: 38px;
	background: url(../images/footer7.png);
	background-size: 38px 38px;
	display: block;
	float: left;
}

.rwm:hover {
	background: url(../images/footer11.png);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.iconweibo {
	width: 38px;
	height: 38px;
	background: url(../images/footer5.png);
	background-size: 38px 38px;
	display: block;
	float: left;
}

.iconweibo:hover {
	background: url(../images/footer9.png);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.ft-wx-show {
	width: 100px;
	height: 100px;
	background: url("../images/ft-wx.jpg") no-repeat 3px 3px #fff;
	background-size: 100px;
	position: absolute;
	left: -30px;
	top: -110px;
	padding: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transform-origin: 50% bottom;
	-moz-transform-origin: 50% bottom;
	-ms-transform-origin: 50% bottom;
	-o-transform-origin: 50% bottom;
	transform-origin: 50% bottom;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.iconweixin:hover .ft-wx-show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: 50% bottom;
	-moz-transform-origin: 50% bottom;
	-ms-transform-origin: 50% bottom;
	-o-transform-origin: 50% bottom;
	transform-origin: 50% bottom;
}

.ft-rwm-show {
	width: 100px;
	height: 100px;
	background: url("../images/EygleOraNews.jpg") no-repeat 3px 3px #fff;
	background-size: 100px;
	position: absolute;
	left: -30px;
	top: -110px;
	padding: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transform-origin: 50% bottom;
	-moz-transform-origin: 50% bottom;
	-ms-transform-origin: 50% bottom;
	-o-transform-origin: 50% bottom;
	transform-origin: 50% bottom;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.rwm:hover .ft-rwm-show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: 50% bottom;
	-moz-transform-origin: 50% bottom;
	-ms-transform-origin: 50% bottom;
	-o-transform-origin: 50% bottom;
	transform-origin: 50% bottom;
}
.f-phone{
	margin-top:40px;
}

/*底部新样式*/
.bot2{width:1920px; height:100px; margin:0 auto; padding-top:15px; border-top:1px solid #ccc; position:relative;left:50%;margin-left:-560px;}
.bot2_left{float:left; width:625px; line-height:25px; text-align:center; border-right:1px solid #ccc;position:relative;left:100px;}
.bot2_right{ width:200px;height:72px;position:relative;top:-100px;left:800px;}
.bot2_right img {width:200px;height:72px;}
.bot2_right a
{
    height: 120px;
width: 350px;
overflow: hidden;
display:block;
}