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: rgba(255, 255, 255, 1);
	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, .client {
	position: relative;
	width: 1000px;
	height: 550px;
	margin: 40px auto;
	padding: 0;
}

.plan-more {
	position: absolute;
	top: 25px;
	right: 0px;
}

.plan ul {
	margin-top: 40px;
}

.plan-li {
	position: relative;
	float: left;
	width: 310px;
	min-height: 1px;
	background-color: #fff;
	transition: all 3s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
}

.plan-among {
	margin: 0 35px;
}

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

.plan-text {
	margin-top: -5px;
	height: 160px;
	padding: 30px;
	border: 1px solid #e5e5e5;
}

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

.plan-text a, .client-text a, .plan-more 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, .plan-more a:hover {
	color: #2e3740;
	border-bottom: dotted 1px #08c;
}

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

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

.client ul {
	width: 200%;
	margin-top: 40px;
}

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

.client li img {
	float: left;
	height: 420px;
	width: 690px;
}

.client-text {
	float: left;
	height: 358px;
	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 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;
}

/*热图*/
.hot {
	width: 100%;
	height: 550px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: antiquewhite;
}

.flickerplate {
	position: relative;
	width: 100%;
	height: 550px;
	background-color: #e6e6e6;
	overflow: hidden;
}

.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}

.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}

.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	padding: 10px;
	color: #fff;
	display: table-cell;
	vertical-align: middle
}

.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width: 68.75em;
	margin-left: auto;
	margin-right: auto
}

.flickerplate ul.flicks>li .flick-title {
	padding: 0px 0px;
	font-size: 2.778em;
	line-height: 1.995em;
	text-align: center
}

@media only screen and (max-width: 43.813em) {
	.flickerplate ul.flicks>li .flick-title {
		font-size: 1.667em
	}
}

.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}

.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}

.flickerplate .arrow-navigation.left {
	left: 0%
}

.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: url("../img/hot/arrow-left-light.png");
	background-repeat: no-repeat;
	background-position: left
}

.flickerplate .arrow-navigation.right {
	right: 0%
}

.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: url("../img/hot/arrow-right-light.png");
	background-repeat: no-repeat;
	background-position: right
}

.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}

.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}

.flickerplate .dot-navigation {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100
}

.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}

.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}

.flickerplate .dot-navigation .dot {
	width: 14px;
	height: 14px;
	margin: 0px 6px;
	background-color: rgba(255, 255, 255, 0.3);
	background-color: rgba(255, 255, 255, 0);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}

.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.6) background-color: rgba(255, 255, 255, 0);
}

.flickerplate .dot-navigation .dot.active {
	background-color: #fff background-color: rgba(255, 255, 255, 0);
}

.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align: left
}

.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align: right
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0, 0, 0, 0.12)
}

.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0, 0, 0, 0.6)
}

.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color: rgba(0, 0, 0, 0.9)
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0, 0, 0, 0.9)
}

.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}

.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}

.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}

.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}

.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}