﻿@charset "utf-8";

/* 
 *@Project: 样式重设及公共样式表
 */

html {
	color: #7a7a7a;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
	table-layout: fixed;
	word-break: break-all;
}

i {
	font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 Microsoft Yahei, tahoma, arial, sans-serif;
}

body a {
	color: #ababab;
	outline: none;
	blr: expression(this.onFocus=this.blur())\9;
}

input,
select,
textarea,
button {
	font-size: 100%;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

fieldset,
img {
	border: 0;
}

img{
	display: block;
}

iframe {
	display: block;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
	line-height: 0
}

a:hover {
	text-decoration: none;
}

ins,
a {
	text-decoration: none;
}

.w1020 {
	width: 1020px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w900 {
	width: 900px;
}

.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-clear {
	zoom: 1;
}

body .fn-hide {
	display: none;
}

body .fn-show {
	display: block;
}

body .fn-v-hide {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

body .fn-v-show {
	visibility: visible;
	opacity: 1;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

.fn-left,
.fn-right {
	display: inline;
}

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

.fn-map {
	width:1200px;
}

.padding-t-10 {
	padding-top: 10px;
}

.padding-t-15 {
	padding-top: 15px;
}

.padding-b-10 {
	padding-bottom: 10px;
}

.padding-b-30 {
	padding-bottom: 30px;
}

.padding-10 {
	padding: 10px;
}

.padding-tb-10 {
	padding: 10px 0;
}

.padding-lr-5 {
	padding: 0 5px;
}

.margin-t-5 {
	margin-top: 5px;
}

.margin-t-10 {
	margin-top: 10px;
}

.margin-t-15 {
	margin-top: 15px;
}

.margin-t-20 {
	margin-top: 20px;
}

.margin-t-25 {
	margin-top: 25px;
}

.margin-t-30 {
	margin-top: 30px;
}

.margin-t-70 {
	margin-top: 70px;
}

.margin-t-35 {
	margin-top: 35px;
}

.margin-t-40 {
	margin-top: 40px;
}
.margin-t-50 {
	margin-top: 50px;
}
.margin-l-5 {
	margin-left: 5px;
}

.margin-l-10 {
	margin-left: 10px;
}

.margin-l-15 {
	margin-left: 15px;
}

.margin-l-20 {
	margin-left: 20px;
}

.margin-l-30 {
	margin-left: 30px;
}

.margin-l-40 {
	margin-left: 40px;
}

.margin-r-10 {
	margin-right: 10px;
}

.margin-r-5 {
	margin-right: 10px;
}

.margin-b-5 {
	margin-bottom: 5px;
}

.margin-b-10 {
	margin-bottom: 10px;
}

.margin-b-15 {
	margin-bottom: 15px;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.margin-b-30 {
	margin-bottom: 30px;
}

.margin-b-40 {
	margin-bottom: 40px;
}

.margin-b-100 {
	margin-bottom: 20px;
}

.margin-r-40 {
	margin-right: 40px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.margin-lr-10 {
	margin: 0 10px;
}

.margin-lr-20 {
	margin: 0 20px;
}
.padding-20{
	padding: 0 20px;
}
.b-r-3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}

.b-r-5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}

.b-r-10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}

.b-r-50 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

body {
	background-color: #fff;
}

/*scrollbar*/

body::-webkit-scrollbar,
.layers-table-list::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

body::-webkit-scrollbar-track,
.layers-table-list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

body::-webkit-scrollbar-thumb,
.layers-table-list::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bg {
	background-color: #6a6f6d;
}

img{
	display: block;
}

/*
 * 共用样式
 */


/*a {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}*/

::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #f8f8f8;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #aeaeae;
}

::-webkit-scrollbar-thumb:hover {
	width: 8px;
	background-color: #2882e8;
}


/*公共样式*/


/*header*/
.header {
	padding: 10px 0;
	min-width: 1200px;
}
.header-l a{
	display: block;
	height: 85px;
	width: 227px;
}
.header-l a img{
	width: 100%;
	height: 100%;
}
.header-l div{
	height: 44px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
	margin-top: 21px;
	margin-left: 20px;
}
.header-l div span{
	display: block;
	font-size: 20px;
	color: #454545;
	height:25px;
	font-weight: bold;
	font-style: italic;
}
.header-l div p{
	font-size: 15px;
	color: #787878;
}
.header-n{
	width: 425px;
	padding-bottom: 10px;
	background: url(../img/bd.png) no-repeat right bottom;
	box-sizing: border-box;
	padding-left: 194px;
	margin-top: 5px;
}
.header-n a{
	display: block;
	float: left;
	font-size: 12px;
	color: #878787;
	padding: 0 17px;
	border-right: 1px solid #878787;
	height: 12px;
	line-height: 12px;
}
.header-n a:last-child {
	padding-right: 0;
	border: none;
}
.header-p{
	margin-top: 10px;
	padding-left: 40px;
	background: url(../img/phone.png) no-repeat left 5px;
	box-sizing: border-box;
	margin-left: 134px;
}
.header-p span{
	display: block;
	font-size: 12px;
	color: #606060;
	margin-bottom: 5px;
}
.header-p div em{
	float: left;
	font-size: 20px;
	color: #fe6d02;
	font-weight: bold;
	line-height: 24px;
	margin-right: 5px;
	width: 157px;
}
.header-p div a{
	display: block;
	float: left;
	height: 28px;
	width: 28px;
	background: url(../img/top-icon.png) no-repeat;
	margin-left: 10px;
}
.header-p div a.wb{
	background-position: 0 -47px;
}
.nav{
	background-color: #333;
	min-width: 1200px;
}
.nav .nav1>li{
	float: left;
	position: relative;
}
.nav .nav1>li:first-child a{
	margin-left: 0;
}
.nav .nav1>li>a{
	display: block;
	width: 170px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #c6c6c6;
	background: url(../img/nav-bd.png) no-repeat right center;
	margin-left: -24px;
}
.nav .nav1>li:last-child>a{
	background-image: initial;
}
.nav .nav1>li.active>a{
	background: url(../img/nav-bg.png) no-repeat center center;
	background-size: 100% 100%;
	color: #fff;
}
.nav .nav1>li:hover>a{
	background: url(../img/nav-bg.png) no-repeat center center;
	background-size: 100% 100%;
	color: #fff;
}
.nav li .nav2{
	width: 180px;
	padding-left: 5px;
	background-color: #ff6501;
	position: absolute;
	top:44px;
	left: -24px;
	z-index: 4;
	display: none;
}
.nav li:hover .nav2{
	display: block;
}
.nav li .nav2 li>a{
	display: block;
	width: 100%;
	text-align: center;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #fafafa;
	background-color: #ff7a01;
	border-bottom: 1px solid #ff5400;
	border-top: 1px solid #ff8d02;
}
.nav li .nav2 li:first-child>a{
	border-top: none;
}
.nav li .nav2 li:last-child>a{
	border-bottom: none;
}
.nav li .nav2 li:hover>a{
	background-color: #ff5400;
}
/*footer*/
.footer{
	min-width: 1200px;
	background-color: #333;
}
.footer-t{
	border-bottom: 1px solid #444;
}
.footer-t ul{
	padding: 15px 0;
}
.footer-t li{
	float: left;
	font-size: 16px;
	color: #999;
	text-align: center;
	width: 25%;
	line-height: 26px;
	height: 26px;
	box-sizing: border-box;
	border-right: 1px solid #444;
}
.footer-t li:last-child{
	border: none;
}
.footer-b li{
	float: left;
	width: 144px;
}
.footer-b li dt a{
	display: block;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}
.footer-b li dd a{
	display: block;
	font-size: 12px;
	color: #949494;
	line-height:26px;
}
.footer-b ul{
	border-right: 1px solid #444;
	padding-right: 35px;
}
.footer-b{
	padding: 20px 0 35px;
}
.footer-b div em{
	display: block;
	font-size: 24px;
	color: #ff7e00;
	font-weight: bold;
	text-align: center;
    width:180px;
	margin: 0 auto;
}
.footer-b div span{
	display: block;
	font-size: 12px;
	color: #bebebe;
	text-align: center;
	margin-top: 5px;
}
.footer-b div P{
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}
.footer-b div{
	margin-top: 20px;
}
.bottom{
	background-color: #181818;
	min-width: 1200px;
}
.bottom p{
	font-size: 12px;
	color: #8a8a8a;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
/*box*/
#box{
	position: fixed;
	right: 0px;
	top: 160px;
	z-index: 5;
}
#box ul li a{
	width: 43px;
	height: 40px;
	line-height: 30px;
	border:1px solid #ddd;
	text-align: center;
	border-bottom:none;
}
#box ul li a:last-child{
	border-bottom: 0px solid #ddd;
}
#box ul li a{
	display: block;
	width: 43px;
	height: 40px;
	background-color: #fff;
}
#box ul li.num a{
	color: #fff;
	background-color: #ff7e00;
    border:1px solid #ff7e00;
}
#box ul li:hover a{
	color: #fff;
	background-color: #ff7e00;
}

/*悬浮*/
.suspend  {
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 5;
}
.suspend li{
	display: block;
	height: 45px;
	width: 45px;
	position: relative;
	margin-bottom: 5px;
}
.suspend li a{
	background-color: #333;
	display: block;
	height: 45px;
	width: 135px;
}
.suspend li a:hover{
	background-color: #ff7e00;
}
.suspend li a i{
	display: block;
	height: 45px;
	width: 45px;
	float: left;
	box-sizing: border-box;
}
.suspend li a span{
	display: block;
	float: left;
	width: 90px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
.suspend li div{
	position: absolute;
	height: 100px;
	width: 100px;
	box-sizing: border-box;
	border: 4px solid #333;
	top: 50%;
	margin-top: -50px;
	left: -110px;
}
.suspend li div img{
	display: block;
	width: 100%;
	height: 100%;
}

/*banenrs*/
.banners{
	width: 100%;
	min-width: 1200px;
	height: 330px;
	background: url(../img/banners.jpg) center center;
	 
	overflow: hidden;
}
.banners-txt{
	margin-top: 80px;
}
.banners-txt li{
	opacity: 0;
}
.banners-txt li:nth-child(1){
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.banners-txt li:nth-child(2){
	font-size: 26px;
	color: #e2e2e2;
	font-family: 'Kokila';
	height: 30px;
	line-height: 30px;
}
.banners-txt li:nth-child(3){
	font-size: 18px;
	color: #fff000;
	font-family: "宋体" Arial;
	height: 30px;
	line-height: 30px;
}
.banners-txt li:nth-child(1){
	-webkit-animation: a1 .5s ease-in-out;
	animation: a1 .5s ease-in-out;
	animation-delay: .5s;
	-webkit-animation-delay: .5s;
	animation-fill-mode: forwards;
}
@-webkit-keyframes a1 {
	0% {
		-webkit-transform: translate3d(0, 50%, 0);
		-moz-transform: translate3d(0, 50%, 0);
		-ms-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes a1 {
	0% {
		-webkit-transform: translate3d(0, 50%, 0);
		-moz-transform: translate3d(0, 50%, 0);
		-ms-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.banners-txt li:nth-child(2){
	-webkit-animation: a2 .5s ease-in-out;
	animation: a2 .5s ease-in-out;
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
	animation-fill-mode: forwards;
}
@-webkit-keyframes a2 {
	0% {
		-webkit-transform: translate3d(5%, 0, 0);
		-moz-transform: translate3d(5%, 0, 0);
		-ms-transform: translate3d(5%, 0, 0);
		transform: translate3d(5%, 0, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes a2 {
	0% {
		-webkit-transform: translate3d(5%, 0, 0);
		-moz-transform: translate3d(5%, 0, 0);
		-ms-transform: translate3d(5%, 0, 0);
		transform: translate3d(5%, 0, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.banners-txt li:nth-child(3){
	-webkit-animation: aa .5s ease-in-out;
	animation: aa .5s ease-in-out;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-fill-mode: forwards;
}
@-webkit-keyframes aa {
	0% {
		-webkit-transform: translate3d(15%, 0, 0);
		-moz-transform: translate3d(15%, 0, 0);
		-ms-transform: translate3d(15%, 0, 0);
		transform: translate3d(5%, 0, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes aa {
	0% {
		-webkit-transform: translate3d(5%, 0, 0);
		-moz-transform: translate3d(5%, 0, 0);
		-ms-transform: translate3d(5%, 0, 0);
		transform: translate3d(5%, 0, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

/*menu*/
.menu{
	width: 211px;
	overflow: hidden;
	margin-top: -35px;
}
.menu h2{
	width: 211px;
	height: 139px;
	box-sizing: border-box;
	background: url(../img/num_t_bg.png) no-repeat center center;
	padding: 50px 0 0 30px;
}
.menu h2 em{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.menu h2 span{
	display: block;
	font-size: 20px;
	color: #fff;
	font-family: arial;
}
.menu li{
	background-color: #dfdfdf;
	box-sizing: border-box;
	padding-left: 30px;
	height: 47px;
	overflow: hidden;
	margin-top: 1px;
}
.menu li a{
	display: block;
	font-size: 16px;
	color: #666;
	height: 18px;
	line-height: 18px;
	border-left: 2px solid #a8a8a8;
	padding-left: 15px;
	margin-top: 14px;
}
.menu li:hover a{
	border-color: #ff5900;
	color: #333;
}
.menu li.active a{
	border-color: #ff5900;
	color: #333;
}
.menu .rx{
	background: url(../img/phone2.png) no-repeat 7px center;
	background-color: #bf7233;
	/*box-sizing: b;*/
	padding: 10px 0 10px 44px;
	margin-top: 4px;
}
.menu .rx span{
	display: block;
	font-size: 12px;
	color: #fff;
}
.menu .rx em{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.menu .zx{
	background-color: #473a31;
	padding: 10px 0 10px;
	margin-top: 0px;
}
.menu .zx a{
	display: block;
	float: left;
	width: 60px;
	margin: 0 22px;
}
.menu .zx a i{
	display: block;
	height: 41px;
	width: 41px;
	margin: 0 auto;
}
.menu .zx a span{
	display: block;
	font-size: 12px;
	color: #9b9b9b;
	text-align: center;
}

/*page*/
.page{
	
	margin: 10px auto ; display:table
}
.page a{
	display: block;
	font-size: 14px;
	color: #fa8429;
	padding: 0 10px;
	margin: 0 3px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 3px;
}
.page li{
	float: left;
}
.page li.active a{
	color: #fff;
	background-color: #fa8429;
}
.page a:hover{
	color: #fff;
	background-color: #fa8429;
}

/*xf-nav*/
.xf-nav{
	width: 128px;
	float: right;
	position: fixed;
	right: 0;
	top: 350px;
	background-color: #fff;
}
.xf-nav h2{
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #fd7e1d;
	box-sizing: border-box;
}
.xf-nav ul{
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.xf-nav li a{
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.xf-nav li a:hover{
	color: #fd7e1d;
}
.xf-nav li{
	border-bottom: 1px solid #dbdbdb;
}
.xf-nav li img{
	margin: 15px auto 25px;
	width: 91%;
	height: auto;
}
.btn-top{
	display: block;
	font-size: 12px;
	color: #787878;
	text-align: center;
	width: 40px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #dbdbdb;
	border-radius: 20px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -12px;
	background-color: #fff;
}
.xf-nav i{
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.xf-nav i img{
	width: 100%;
	height: 100%;
}
/* 首页banner图样式*/
#focusBar{
	width:100%;
	height:581px;
	clear:both;
	position:relative; 
	overflow:hidden;
}
#focusBar li{
	width:100%;
	clear:both;
	height:581px;
	display:none;
	position:absolute;
}
#focusBar .focusL{
	height:759px;
	position:absolute;
	z-index:9;
	top:0px;
	left:-960px;
	margin-left:50%;
}
#focusBar .focusR{
	height:759px;
	position:absolute;
	z-index:10;
	top:0px;
	left:-960px;
	margin-left:50%;
}

#focusBar .arrL,#focusBar .arrR{
	display:block;
	width:52px;
	height:134px;
	position:absolute;
	top:313px;
	z-index:100;
	cursor:pointer;
	background:url(../img/bt_arr.png) no-repeat;
}
#focusBar .arrL{
	left:-52px;
	background-position:0px 0px;
}
#focusBar .arrR{
	right:-52px;
	background-position:-68px 0px;
}
#focusBar .arrL:hover{
	background-position:0px -144px;
}
#focusBar .arrR:hover{
	background-position:-68px -144px;
}
.zhezhao{
	height:450px;
	position:absolute;
	z-index:19;
	top:-15px;
	left:-960px;
	margin-left:50%;
}

.header-p div a{
	position: relative;
    top: 20px;
}
.header-p div a i{
	display: block;
	position: absolute;
	width: 125px;
	box-sizing: border-box;
	padding: 5px;
	background-color: #dbdbdb;
	top: 35px;
	left: 50%;
	margin-left: -50px;
	z-index: 9;
	display: none;
}
.header-p div a i img{
	width: 100%;
	height: auto;
}
.header-p div a:hover i{
	display: block;
}
#map .aa   {padding-top:10px;
}
#map .aa a { height:40px; color:#333; font-weight:bold;float:none;
}
#map a {float:left; display:block; height:30px; line-height:30px; padding-right:25px; color:#333; font-weight:normal; 
}
.clear {clear:both;
}

/*2017-05-09*/
.nav2 li {
    position: relative;
}

.nav {
    border-bottom: 1px solid #fe6d02;
}

.e2 {
    position: absolute;
    top: 0;
    left: 180px;
    display: none;
    opacity: 0.8;
    width: 720px;
}

.nav2 li:hover div {
    display: block;
}

.e2 a {
    display: block;
    width: 180px;
    float: left;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #fafafa;
    background-color: #ff7a01;
    border-bottom: 1px solid #ff5400;
    border-top: 1px solid #ff8d02;
}
.e2 a:hover {
    background-color: #ff5400;
}