﻿body {
	background: #fff;
	padding-top: 0;
	margin-top: 0;
}
.header {
	position: fixed !important;
	width: 100%;
	z-index: 999;
	background: #090b1a !important;
	transition: top 0.3s ease, background 0.5s ease;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 !important;
	padding: 0 !important;
}
body.has-top-bar .header {
	top: 37px !important;
	border-top: 1px solid rgba(255,255,255,0.1);
}
body.has-top-bar.top-bar-hidden .header {
	top: 0 !important;
	border-top: none !important;
}
.s-header, .header:hover {
	background: #090b1a !important;
}
@media (max-width: 768px) {
	body.has-top-bar .header {
		top: 33px !important;
		border-top: 1px solid rgba(255,255,255,0.1);
	}
}
/*页面公共css*/
.page-header {
	min-width: 1380px;
	height: 450px;
	position: relative;
	margin-top: 72px;
}
body.has-top-bar .page-header {
	margin-top: 108px;
}
body.has-top-bar.top-bar-hidden .page-header {
	margin-top: 72px;
}
/*.page-header .cover{ position: absolute; left: 0; right: 0; top:0; bottom: 0; background:rgba(0,0,0,0.3);}
.page-header-jianzhan .cover{ background:rgba(0,0,0,0.5);}*/
.page-header .s {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -55px;
	z-index: 2;
	text-align: center;
}
.page-header .wps {
	text-align: center;
}
.page-header h1 {
	font-size: 32px;
	line-height: 60px;
	color: #eee;
	text-align: center;
}
.page-header .line {
	width: 80px;
	height: 2px;
	background: #1e90ff;
	margin: 9px auto;
}
.page-header p {
	font-size: 16px;
	color: #ddd;
	line-height: 30px;
	text-align: center;
}
/*page-title*/
.page-title {
	text-align: center;
}
.page-title .title {
	font-size: 30px;
	line-height: 1.3;
	color: #333;
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding: 0 20px;
}
.page-title .tips {
	font-size: 15px;
	line-height: 1.6;
	color: #888;
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding: 0 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.page-title .title-line {
	height: 20px;
}
.page-service {
	min-width: 1380px;
	padding: 80px 0;
}
.page-service .s {
	margin: 40px 40px 0;
	border-right: 1px #ddd solid;
	border-top: 1px #ddd solid;
}
.page-service .data {
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
}
.page-service .data a {
	display: flex;
	flex-direction: column;
	padding: 20px;
	border-left: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	min-height: 180px;
	box-sizing: border-box;
}
.page-service .m {
	padding: 15px 0;
	flex-shrink: 0;
}
.page-service .m img {
	width: auto;
	height: 45px;
}
.page-service .data .title {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 1px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin-bottom: 10px;
	flex-shrink: 0;
}
.page-service .data .des {
	padding: 0 15px;
	min-height: 60px;
	height: auto;
	line-height: 1.6;
	font-size: 13px;
	color: #aaa;
	word-wrap: break-word;
	overflow-wrap: break-word;
	flex: 1;
}
.page-advantage {
	min-width: 1380px;
	padding: 80px 0; /*background: url(../images/youshi.jpg) no-repeat bottom center;*/
	background: #616892;
	position: relative;
}
.page-advantage .page-title {
	position: relative;
	z-index: 2;
}
.page-advantage .title {
	color: #eee;
}
.page-advantage .tips {
	color: #aaa;
}
.page-advantage .cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.page-advantage .s {
	padding: 40px 40px 0;
	position: relative;
	z-index: 2;
}
.page-advantage .data {
	float: left;
	width: 33.33%;
}
.page-advantage dl {
	padding: 25px 25px 25px 75px;
	position: relative;
}
.page-advantage dt {
	height: 32px;
	font-size: 18px;
	margin-bottom: 13px;
}
.page-advantage dt span {
	float: left;
	display: block;
	position: relative;
	line-height: 22px;
	padding-bottom: 13px;
	color: #eee;
}
.page-advantage dt em {
	position: absolute;
	height: 2px;
	bottom: 0;
	left: 0;
	width: 50%;
	background: #1e90ff;
	transition: all 0.3s;
}
.page-advantage dl:hover em {
	width: 100%;
}
.page-advantage .m {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 30px;
}
.page-advantage .m img {
	height: 36px;
}
.page-advantage .des {
	font-size: 13px;
	color: #999;
	height: 44px;
	overflow: hidden;
	line-height: 22px;
	letter-spacing: 1px;
}
.page-case {
	min-width: 1380px;
	padding: 80px 0;
}
.page-case .s {
	padding-top: 40px;
}
.page-case .title-do {
	margin-bottom: 40px;
	text-align: center;
}
.page-case .title-do li {
	display: inline-block;
*display: inline;
	zoom: 1;
	height: 32px;
	line-height: 32px;
	margin: 0 6px;
	padding: 0 15px;
	border: 1px #ddd solid;
	border-radius: 1px;
	cursor: pointer;
}
.page-case .title-do li.on {
	border-color: #1e90ff;
	background: #1e90ff;
}
.page-case .title-do span {
	color: #666;
}
.page-case .title-do li.on span {
	color: #fff;
}
.page-case .n-k-t {
	display: none;
}
.page-case .current {
	display: block;
}
.page-case .m {
	width: 49%;
	text-align: right;
}
.page-case .m img {
	width: 568px;
	height: 480px;
	vertical-align: middle;
}
.page-case .info {
	width: 43%;
	padding-right: 2%;
	padding-top: 80px;
}
.page-case .info h6 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
}
.page-case .info .des {
	margin: 10px 0;
	font-size: 14px;
	line-height: 22px;
	color: #888;
}
.page-case .info .tips {
	margin: 10px 0;
	font-size: 13px;
	line-height: 22px;
	color: #aaa;
}
.page-case .info a {
	display: block;
	margin-top: 20px;
	width: 140px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #1e90ff;
	border: 1px #1e90ff solid;
	border-radius: 2px;
	text-align: center;
}
.page-case .info a span {
	color: #1e90ff;
}
.page-case .info a em {
	background: #1e90ff;
}
.page-case .info a:hover span {
	color: #fff;
}
.page-contact {
	min-width: 1380px;
	padding: 70px 0;
	background: #1c9cc9 url(../images/contact.jpg) no-repeat center;
}
.page-contact .s {
	padding: 0 40px;
	text-align: center;
}
.page-contact .your-ask {
	text-align: center;
}
.page-contact .your-ask h6 {
	font-size: 26px;
	color: #fff;
	line-height: 1;
	margin-bottom: 8px;
}
.page-contact .your-ask ul {
	display: inline-block;
	text-align: left;
}
.page-contact .your-ask li {
	float: left;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #eee;
}
.page-contact .info-box {
	padding-top: 12px;
	text-align: center;
}
.page-contact .info-box input {
	float: left;
	padding: 0 10px;
	margin-right: 10px;
	background: #fff;
	height: 40px;
	line-height: 40px;
	border: 1px #eee solid;
}
.page-contact .info-box .username {
	width: 160px;
}
.page-contact .info-box .telephone {
	width: 160px;
}
.page-contact .info-box .content {
	width: 400px;
}
.page-contact .info-box a {
	display: inline-block;
	width: 140px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: 1px #fff solid;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
.page-contact .info-box a:focus,
.page-contact .info-box a:active {
	outline: none;
	border: 1px #fff solid;
	box-shadow: none;
}
.page-contact .info-box .post {
	margin-right: 10px;
	background: #fff;
	color: #1e90ff;
}
.page-contact .info-box .btn {
	color: #fff;
	border: 1px #fff solid !important;
}
.page-contact .info-box .btn:focus,
.page-contact .info-box .btn:active {
	outline: none !important;
	border: 1px #fff solid !important;
	box-shadow: none !important;
}
.page-contact .info-box .war {
	line-height: 25px;
	margin-top: 8px;
	font-size: 14px;
	color: #ccc;
}
/*移动端自适应样式*/
@media (max-width: 1380px) {
	.page-header, .page-service, .page-advantage, .page-case, .page-contact {
		min-width: 100%;
	}
	.page-header {
		height: 300px;
		margin-top: 72px;
	}
	body.has-top-bar .page-header {
		margin-top: 108px;
	}
	body.has-top-bar.top-bar-hidden .page-header {
		margin-top: 72px;
	}
	.page-header .s {
		text-align: center;
	}
	.page-header .wps {
		text-align: center;
	}
	.page-header h1 {
		font-size: 28px;
		line-height: 1.4;
		padding: 0 20px;
		text-align: center;
	}
	.page-header .line {
		margin: 9px auto;
	}
	.page-header p {
		font-size: 14px;
		line-height: 1.6;
		padding: 0 20px;
		text-align: center;
	}
	.page-service {
		padding: 50px 0;
	}
	.page-service .s {
		margin: 20px 20px 0;
	}
	.page-service .data {
		width: 50%;
		box-sizing: border-box;
	}
	.page-service .data a {
		min-height: 160px;
	}
	.page-service .data .title {
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.page-service .data .des {
		height: auto;
		min-height: 50px;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.page-advantage {
		padding: 50px 0;
	}
	.page-advantage .s {
		padding: 20px 20px 0;
	}
	.page-advantage .data {
		width: 50%;
	}
	.page-case {
		padding: 50px 0;
	}
	.page-case .m {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.page-case .m img {
		width: 100%;
		max-width: 568px;
		height: auto;
	}
	.page-case .info {
		width: 100%;
		padding: 0 20px;
		padding-top: 20px;
	}
	.page-contact {
		padding: 40px 0;
	}
	.page-contact .s {
		padding: 0 20px;
	}
	.page-contact .info-box input {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.page-contact .info-box a {
		width: 100%;
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.page-header {
		height: 250px;
		margin-top: 60px;
	}
	body.has-top-bar .page-header {
		margin-top: 93px;
	}
	body.has-top-bar.top-bar-hidden .page-header {
		margin-top: 60px;
	}
	.page-header .s {
		text-align: center;
	}
	.page-header .wps {
		text-align: center;
	}
	.page-header h1 {
		font-size: 24px;
		line-height: 1.3;
		text-align: center;
		padding: 0 15px;
	}
	.page-header .line {
		margin: 9px auto;
		width: 60px;
	}
	.page-header p {
		font-size: 13px;
		line-height: 1.5;
		text-align: center;
		padding: 0 15px;
	}
	.page-title .title {
		font-size: 24px;
		line-height: 1.3;
		padding: 0 15px;
	}
	.page-title .tips {
		font-size: 13px;
		line-height: 1.5;
		padding: 0 15px;
	}
	.page-service {
		padding: 40px 0;
	}
	.page-service .s {
		margin: 15px 15px 0;
		border: none;
	}
	.page-service .data {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.page-service .data a {
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		padding: 20px 15px;
		transition: all 0.3s ease;
	}
	.page-service .data a:hover {
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
		transform: translateY(-2px);
	}
	.page-service .data .title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.page-service .data .des {
		height: auto;
		font-size: 13px;
		line-height: 1.6;
		padding: 0;
	}
	.page-advantage {
		padding: 40px 0;
	}
	.page-advantage .s {
		padding: 15px 15px 0;
	}
	.page-advantage .data {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.page-advantage dl {
		padding: 20px 20px 20px 70px;
		background: rgba(255,255,255,0.05);
		border-radius: 4px;
	}
	.page-advantage dt {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.page-advantage .des {
		height: auto;
		font-size: 13px;
		line-height: 1.6;
	}
	.page-case {
		padding: 40px 0;
	}
	.page-case .title-do {
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.page-case .title-do li {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		text-align: center;
		font-size: 14px;
		padding: 0 12px;
	}
	.page-case .m {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.page-case .m img {
		width: 100%;
		max-width: 568px;
		height: auto;
	}
	.page-case .info {
		width: 100%;
		padding: 0 15px;
		padding-top: 20px;
	}
	.page-case .info h6 {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	.page-case .info .des {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 12px;
	}
	.page-case .info .tips {
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	.page-case .info a {
		width: 100%;
		max-width: 200px;
		margin: 20px auto 0;
	}
	.page-contact {
		padding: 30px 0;
	}
	.page-contact .s {
		padding: 0 15px;
		text-align: center;
	}
	.page-contact .your-ask {
		text-align: center;
	}
	.page-contact .your-ask ul {
		display: block;
		text-align: center;
	}
	.page-contact .your-ask h6 {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 1.4;
	}
	.page-contact .your-ask li {
		float: none;
		display: inline-block;
		margin: 0 5px 10px;
		width: auto;
		font-size: 14px;
		line-height: 1.5;
	}
	.page-contact .info-box {
		padding-top: 15px;
		text-align: center;
	}
	.page-contact .info-box .btn {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		display: block;
		text-align: center;
		border: 1px #fff solid !important;
		outline: none !important;
		box-shadow: none !important;
	}
	.page-contact .info-box .btn:focus,
	.page-contact .info-box .btn:active,
	.page-contact .info-box .btn:visited {
		outline: none !important;
		border: 1px #fff solid !important;
		box-shadow: none !important;
		-webkit-tap-highlight-color: transparent !important;
		tap-highlight-color: transparent !important;
		text-decoration: none;
	}
	.page-contact .info-box a {
		-webkit-tap-highlight-color: transparent !important;
		tap-highlight-color: transparent !important;
	}
}
/*关于我们页面样式*/
.about-section{padding:60px 0}
.about-section .title{height:40px;line-height:40px;margin-bottom:30px;text-align:center;font-size:26px}
.about-us .s{background:#f6f7fc}
.about-us .m{width:500px}
.about-us .m img{width:100%;height:280px}
.about-us .des{width:636px;padding:20px}
.about-us .des p{font-size:14px;line-height:24px;margin-bottom:15px;color:#777}
.about-us .line{margin-top:20px;height:2px;width:80px;background:#1e90ff}
.about-team{min-width:1200px;background:#f6f7fc}
.about-team p{padding:0 80px;font-size:14px;line-height:25px;color:#777}
.about-result{min-width:1200px}
.about-result p{padding:0 80px;font-size:14px;line-height:25px;color:#777}
.about-future{min-width:1200px;background:#f6f7fc}
.about-future p{padding:0 80px;font-size:14px;line-height:25px;color:#777}
@media (max-width: 1380px) {
	.about-section{padding:50px 0}
	.about-section .title{font-size:24px;padding:0 20px}
	.about-us .m{width:100%;max-width:500px;margin:0 auto 20px}
	.about-us .des{width:100%;max-width:636px;margin:0 auto;padding:20px}
	.about-team,.about-result,.about-future{min-width:100%}
	.about-team p,.about-result p,.about-future p{padding:0 20px}
}
@media (max-width: 768px) {
	.about-section{padding:30px 0}
	.about-section .title{font-size:20px;line-height:1.4;margin-bottom:20px;padding:0 15px}
	.about-us .s{background:#f6f7fc;padding:20px 0}
	.about-us .m{width:100%;margin-bottom:15px}
	.about-us .m img{height:auto;max-height:280px}
	.about-us .des{width:100%;padding:15px}
	.about-us .des p{font-size:13px;line-height:1.8;margin-bottom:12px}
	.about-us .line{margin-top:15px;width:60px}
	.about-team,.about-result,.about-future{min-width:100%}
	.about-team p,.about-result p,.about-future p{padding:0 15px;font-size:13px;line-height:1.8}
}