html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Arial", "Microsoft YaHei Light", "Microsoft YaHei", "黑体", "宋体", sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #333;
	background-color: #fff;
	/*	锐化字体*/
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

ul, ol, dl {
	list-style: none;
	margin: 0;
	padding: 0;
}

h2 {
	color: #2e3740;
	margin: 15px 0;
	padding: 0;
	font-size: 32px;
	height: 32px;
	line-height: 32px;
}

h3 {
	color: #2e3740;
	padding: 0;
	margin: 0;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
}

.h2-line {
	display: block;
	width: 40px;
	border-top: 1px solid #50b9ce;
}

img {
	border: none;
}

.header, .main {
	width: 100%;
	background-color: #fff;
	min-width: 1000px;
	margin: auto;
	min-height: 1px;
}

.top {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
}

.logo {
	float: left;
	width: 20%;
}

.nav {
	width: 75%;
	margin: 40px 0 0 5%;
	float: left;
	position: relative;
}

.nav  a {
	padding: 0 25px;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	color: #aaa;
	outline: none;
	cursor: pointer;
}

.nav  a:hover {
	color: #2e3740;
}

.current {
	color: #2e3740 !important;
	font-weight: bold !important;;
}

.plan-top {
	background: url(../img/plan-top.jpg) no-repeat center top;
	background-position: center;
	background-size: cover;
}

.contacts-top {
	background: url(../img/contacts-top.jpg) no-repeat center top;
	background-position: center;
	background-size: cover;
}

.job-top {
	background: url(../img/job-top.jpg) no-repeat center top;
	background-position: center;
	background-size: cover;
}

.client-top {
	background: url(../img/client-top.jpg) no-repeat center top;
	background-position: center;
	background-size: cover;
}

.about-top {
	background: url(../img/about-top.jpg) no-repeat center top;
	background-position: center;
	background-size: cover;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 80px;
}

table tr td {
	margin: 0px;
	padding: 0px;
	height: 50px;
	line-height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #999;
	width: 180px;
	text-align: left;
}

table>tbody>tr:hover>td {
	background-color: #fffeee;
	cursor: pointer;
}

.td-title, .news-title {
	width: 360px;
	padding-left: 10px;
	color: #2e3740;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.news-title {
	width: 800px;
}

.news-time {
	font-size: 14px;
	width: 100px;
	padding-right: 10px;
	text-align: right;
}

.honor-img1 {
	overflow: hidden;
	padding: 0px;
	margin: 40px 0 60px 0;
	height: auto;
}

.honor-img2 {
	overflow: hidden;
	padding: 0px;
	margin-top: 40px;
	height: auto;
}

.time-line {
	margin: 50px 0 0 0;
}

.time-line li {
	margin: 0;
	padding: 0 0 40px 50px;
	border-left: 1px solid #fcd9dd;
}

.time-line li strong {
	position: relative;
	left: -30px;
	line-height: 32px;
}

.time-line li p {
	margin-top: 5px;
}

.line-top {
	position: relative;
	left: -65px;
	float: left;
	height: 30px;
	width: 30px;
	display: block;
	background: no-repeat center center;
	background-image: url(../img/time-line-top.png);
}

.line-point {
	position: relative;
	left: -66px;
	float: left;
	height: 30px;
	width: 30px;
	display: block;
	background: no-repeat center center;
	background-image: url(../img/time-line-point.png);
}

.banner {
	float: left;
	width: 100%;
	height: 380px;
	margin: 0px auto;
}

.banner-text, .banner-menu {
	position: relative;
	background: #fff;
	position: relative;
	top: 290px;
	width: 950px;
	height: 80px;
	margin: 0px auto;
	padding: 20px 0 0 50px;
}

.banner-menu a {
	position: relative;
	top: 20px;
	padding: 2px 40px;
	border-right: 1px solid #e9e9e9;
	font-size: 17px;
	color: #999;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.banner-menu a:hover {
	color: #2e3740;
}

.border-none {
	border: none;
}

.main {
	float: left;
	background-color: #fafafa;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 100px;
}

.main-box {
	width: 1000px;
	min-height: 1px;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.map {
	height: 500px;
	margin: 50px 50px 0px 50px;
	width: 900px;
	background-color: #fafafa;
}

.main-padding-bottom80 {
	padding-bottom: 80px
}

.back {
	position: absolute;
	top: 50px;
	right: 50px;
}

.plan {
	width: 1000px;
	min-height: 1px;
	margin: 0px auto;
	padding: 0;
}

.plan ul {
	overflow: hidden;
	padding: 10px 50px 80px 50px;
	height: auto;
}

.job-foot {
	margin-top: 30px;
	overflow: hidden;
}

.job-foot span {
	width: 40%;
	float: left;
}

.news {
	height: 320px;
	overflow: hidden;
}

.news-text {
	float: left;
	width: 450px;
	height: 260px;
	overflow: hidden;
}

.news-text label {
	font-size: 14px;
	color: #999;
}

.news-text h4 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	width: 420px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-text p {
	width: 430px;
	height: 130px;
	line-height: 26px;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}

.news-text i {
	margin-top: 5px;
}

.news-img {
	float: right;
	width: 400px;
	margin-left: 50px;
	height: 260px;
	padding-top: 6px;
}

.news-img img {
	width: 400px;
	height: 250px;
}

.pag {
	overflow: hidden;
}

.pag span {
	width: 40%;
	float: left;
}

.pag span label {
	color: #999;
	padding-left: 10px;
}

.pag span a {
	margin: 0 10px 0 20px;
	color: #999;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.pag span a:hover {
	color: #2e3740;
	border-bottom: dotted 1px #08c;
}

.plan-li {
	position: relative;
	float: left;
	width: 900px;
	margin: 30px 0px;
	min-height: 1px;
	background-color: #fff;
}

.plan ul li img {
	float: left;
	width: 310px;
	height: 230px;
}

.article-text {
	color: #2e3740;
	margin: 0px;
	width: 900px;
	padding: 30px 50px 0px 50px;
	line-height: 26px;
}

.article-text img {
	float: right;
	margin: 5px 0px 50px 50px;
}

.article-text strong {
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
}

.plan-text {
	float: left;
	height: 130px;
	width: 510px;
	padding: 49px 39px;
	border: 1px solid #e5e5e5;
	border-left: none;
}

.plan-text p, .client-text p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 25px;
}

.plan-text a, .client-text a, .back a, .news-text a {
	float: left;
	font-size: 14px;
	font-weight: 600;
	color: #2e3740;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.plan-text a:hover, .client-text a:hover, .back a:hover, .news-text a:hover {
	color: #2e3740;
	border-bottom: dotted 1px #08c;
}

.plan-text span {
	float: right;
}

.arrow-right {
	float: left;
	height: 16px;
	width: 16px;
	display: block;
	background: no-repeat center center;
	background-image: url(../img/arrow-right.png);
}

.arrow-left {
	float: left;
	height: 16px;
	width: 16px;
	display: block;
	background: no-repeat center center;
	background-image: url(../img/arrow-left.png);
}

.client {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.client ul {
	overflow: hidden;
	padding: 10px 50px 80px 50px;
	height: auto;
}

.client li {
	margin: 50px 0 10px 0;
	padding: 0;
	width: 1000px;
	float: left;
	list-style: none;
}

.client li img {
	float: left;
	height: 360px;
	width: 590px;
}

.client-text {
	float: left;
	height: 298px;
	width: 249px;
	padding: 30px;
	border: 1px solid #e5e5e5;
	border-left: none;
}

.client span {
	position: absolute;
	top: 36px;
	right: 36px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	z-index: 90;
	height: 24px;
	width: 35px;
	border: 1px solid #e0e0e0;
	color: #aaa;
}

.client .next {
	right: 0;
}

.prev-icon {
	float: left;
	height: 24px;
	width: 34px;
	display: block;
	opacity: 0.65;
	background: no-repeat center center;
	background-image: url(../img/prev.png);
}

.next-icon {
	float: left;
	height: 24px;
	width: 34px;
	display: block;
	opacity: 0.65;
	background: no-repeat center center;
	background-image: url(../img/next.png);
}

.prev-icon:hover, .next-icon:hover {
	opacity: 1;
}

.foot {
	width: 1000px;
	height: 120px;
	padding: 20px 10px 0px 10px;
	margin: 0 auto;
	text-align: center;
}

.foot-bj {
	background-color: #eee;
	padding-bottom: 0px;
}

.foot a {
	color: #666;
	font-size: 14px;
	line-height: 30px;
	margin: 15px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.foot a:hover {
	color: #666;
	border-bottom: dotted 1px #08c;
}

.foot p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}

.foot p label {
	padding-left: 30px;
}