.page1 {position: relative;width:100%;height:100%;}
/* 导航开始 */
.top{
    /* 设置宽度高度背景颜色 */
    height: auto; /*高度改为自动高度*/
    width:1200px;
	height:105px;
    left:50%;
	margin-left:-600px;
    background:rgb(189, 181, 181);
    position: fixed; /*固定在顶部*/
    top: 30px;/*离顶部的距离为0*/
	z-index:9999;
	border-radius: 25px;
	background:url(../image/top-bg1.png);
}
.top .logo {
	float:left;
	width:255px;
	height:54px;
	margin-left:80px;
	margin-top:27px;
	background:url(../image/logo.png);
}
.top ul#topnav {
	margin: 0; 
	padding: 0;
	float:right;
	margin-right:60px;
	list-style: none;
	position: relative;
}
.top ul#topnav li {
	float: left;
	width:110px;
	text-align:center;
}
.top ul#topnav li a {
	display: block;
	color:#333;
	line-height:108px;
	font-size:16px;
	text-decoration: none;
}
.top ul#topnav li a:hover {
	color: #a9865a;
}
.top ul#topnav li:hover {  }
.top ul#topnav li span {
	float: left;
	position: absolute;
	left: 0; 
	top:102px;
	height:57px;
	padding:0 15px;
	display: none;
	background: #1376c9;
	color: #fff;
	background:url(../image/top-bg1.png);
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.top ul#topnav li:hover span { display: block; }
.top ul#topnav li span a { line-height:57px;padding:0 15px;display: inline; }
.top ul#topnav li span a:hover {}

/* 导航结束 */

/* banner开始 */
.flexslider {
	margin: 0;
	padding:0;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides {
	margin: 0;
	padding:0;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../image/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../image/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 100%;
	display: block;
}
/* banner结束 */

/* 服务项目开始 */
.wrap{ width:100%; height:100%;}
.tab{ width:100%; height:100%;}
.tab-hd { width:1200px;height:212px;position:absolute; bottom:0;margin-bottom:0;left:50%;margin-left:-600px;}
.tab-hd li{ margin-top:20px;float:left; width:240px;height:132px;padding-top:60px;background:url(../image/index_bg3_1a.jpg);text-align:center;font-size:24px; cursor:pointer;}
.tab-hd li:first-child.active{ background:url(../image/index_bg3_1b.png);color:#fff;margin:0;}
.tab-hd li:nth-child(2).active{ background:url(../image/index_bg3_1c.png);color:#fff;margin:0;}
.tab-hd li:nth-child(3).active{ background:url(../image/index_bg3_1d.png);color:#fff;margin:0;}
.tab-hd li:nth-child(4).active{ background:url(../image/index_bg3_1e.png);color:#fff;margin:0;}
.tab-hd li:last-child.active{ background:url(../image/index_bg3_1f.png);color:#fff;margin:0;}
.tab-bd { width:100%; height:100%;padding:0;margin:0;}
.tab-bd li{display:none; width:100%; height:100%;}
.tab-bd li.thisclass{ display:list-item;}
/* 服务项目结束 */

/* 公司简介开始 */
	ul, li { list-style: none; }
	svg{
		fill: currentColor;
	}
	.mt-tabpage {
		position: relative;
		width: 700px;
		height:580px;
		margin: 0 auto;
		left:255px;
		margin-top:-54px;
	}
	.mt-tabpage-title {
		width: 380px;
		height: 54px;
		float:right;
	}
	.mt-tabpage-title .mt-tabpage-item {
		display: inline-block;
		width: 183px;
		height: 54px;
		line-height: 54px;
		text-align: center;
		color: #666;
		font-size: 14px;
		background:url(../image/index_bg6_an2.jpg);
		text-decoration:none;
		margin:0;
		float:left;
	}
	.mt-tabpage-title .mt-tabpage-item:hover{
		color: #fff;
		background:url(../image/index_bg6_an1.jpg);
	}
	.mt-tabpage-title .mt-tabpage-item-cur {
		color: #fff;
		background:url(../image/index_bg6_an1.jpg);
	}
	.mt-tabpage-count {
		position: relative;
		width: 700px;
		height: 526px;
		overflow: hidden;
	}
	.mt-tabpage-cont__wrap {
		position: absolute;
		width: 700px;
		height: 506px;
		padding:0;
		padding-top:20px;
	}
	.mt-tabpage-count .mt-tabpage-item {
		width: 700px;
		height: 526px;
		padding:0;
		font-size:14px;
		line-height: 2;
	}
	.mt-tabpage-count .mt-tabpage-item dl {
		color:#333;
		height:30px;
		font-size:14px;
		line-height: 2.8;
	}
	.mt-tabpage-count .mt-tabpage-item dl dt {
		width:20%;
		float:left;
		margin:0;
		padding:0;
		overflow:hidden;
		border-bottom:1px #999 dotted;
	}
	.mt-tabpage-count .mt-tabpage-item dl dd {
		width:80%;
		float:left;
		margin:0;
		padding:0;
		text-align:right;
		border-bottom:1px #999 dotted;
	}
	.mt-tabpage-count .mt-tabpage-item dl dd a {
		color:#333;
		text-decoration:none;
	}
	.mt-tabpage-count .mt-tabpage-item dl dd a:hover {
		color:#a9865a;
		text-decoration:underline;
	}
/* 公司简介结束 */

/* 右侧工具栏开始 */
ul, li, dl, dt, dd, form, img, p { margin: 0; padding: 0; border: none; list-style-type: none; }

.ewm { position: fixed; right: 55px; top: 50%; margin-top: -80px; width: 132px; padding: 12px 0 0 0; border-radius:8px 0 0 8px; z-index:999999; display:none;}
.block {display:block;}
.sidebar { position: fixed; right: 0; top: 50%; margin-top: -80px; width: 55px; background: rgba(0, 0, 0, 0.3); padding: 12px 0 0 0; border-radius:8px 0 0 8px; z-index:999999; }
.sidebar li { height: 50px; width: 160px; padding-left: 17px; border-radius:8px 0 0 8px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.sidebar li img { display: block; }
.sidebar li:hover { margin-left: -105px; background: rgba(0, 0, 0, 0.6); }
.sidebar li.sideewm:hover { margin-left: 0; background: none; cursor:pointer; }
/* 右侧工具栏结束 */














