.mian-center {
	width: 1200px;
	min-width: 1200px;
	margin: auto;
}

.header {
	padding: 15px 0;
	min-width: 1200px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0 3px 5px rgba(72, 72, 72, 0.2);
	-moz-box-shadow: 0 3px 5px rgba(72, 72, 72, 0.2);
	-webkit-box-shadow: 0 3px 5px rgba(72, 72, 72, 0.2);
	background: #fff;
	z-index: 10;
}

.header-fixed {
	position: fixed;
	width: 100%;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 20;
	box-shadow: 0 3px 5px rgba(72, 72, 72, 0.2);
	-moz-box-shadow: 0 3px 5px rgba(72, 72, 72, 0.2);
	-webkit-box-shadow: 0 3px 5px rgba(72, 72, 72, 0.2);
}

.header-nav .nav-list li>a {
	display: block;
	font-size: 14px;
	color: #525252;
	margin: 0 15px;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	margin-top: 7px;
	float: left;
}

.header-nav>a:hover {
	color: #5599f7;
	border-bottom: 2px solid #5599f7;
}

.header-nav {
	width: 560px;
	margin: auto;
	position: relative;
	float: right;
}

.header-logo {
	float: left;
}

.header-nav .nav-list li .this-nav {
	color: #5599f7;
	border-bottom: 2px solid #5599f7;
}

.nav-serve:after {
	content: '\e641';
	color: #5599f7;
	font-size: 12px;
	margin-left: 3px;
}

.club-link:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #525252;
	margin-right: 30px;
	position: relative;
	top: 3px;
}

.nav-down a {
	display: block;
	color: #525252;
	padding: 7px 0;
	font-size: 14px;
}

.nav-list li {
	float: left;
	position: relative;
}

.nav-down {
	position: absolute;
	background: #fff;
	box-shadow: 0 1px 1px #dddddd;
	border-radius: 3px;
	padding: 10px;
	text-align: center;
	left: -27px;
	top: 33px;
	display: none;
	width: 130px;
	z-index: 10;
}

.nav-serve {
	position: relative;
}

.nav-down a:hover {
	color: #589bf7;
}

.nav-serve:hover .nav-down {
	display: block;
}

.banner-box img {
	width: 100%;
	display: block;
}

.banner-box {
	margin-top: 69px;
}


/*我们的产品*/

.product-box {
	margin-top: 60px;
	width: 100%;
	height: 720px;
	position: relative;
}

.product-list {
	width: 1200px;
	margin: auto;
	position: relative;
	height: 650px;
}

.product-list ul {
	width: 1130px;
	height: 650px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.product-list li {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.product-list li img {
	width: 680px;
	height: 630px;
	border: none;
	float: left;
	box-shadow: 1px 4px 18px #979797;
	-moz-box-shadow: 1px 4px 18px #979797;
	-webkit-box-shadow: 1px 4px 18px #979797;
}

.product-list .p1 {
	transform: translate3d(-224px, 0, 0) scale(1);
}

.product-list .p2 {
	transform: translate3d(30px, 80px, 0) scale(1);
	transform-origin: 0 50%;
	opacity: 0.8;
	z-index: 2;
}

.product-list .p3 {
	transform: translate3d(224px, 0, 0) scale(1);
	z-index: 3;
	opacity: 1;
}

.product-list .p3 .img_1 {
	display: none;
}

.product-list .p3 .img_2 {
	display: block;
}

.st-link-btn {
	display: none;
}

.product-list .p3 .st-link-btn {
	display: block;
}

.product-list .p4 {
	transform: translate3d(820px, 80px, 0) scale(1);
	transform-origin: 100% 50%;
	opacity: 0.8;
	z-index: 2;
}

.product-list .p5 {
	transform: translate3d(672px, 0, 0) scale(1);
}

.product-list .p6 {
	transform: translate3d(896px, 0, 0) scale(1);
}

.product-list .p7 {
	transform: translate3d(1120px, 0, 0) scale(1);
}

.product-list li .img_1 {
	width: 280px;
	height: 470px;
}

.img_2 {
	display: none;
}

.plate-title h2 {
	font-size: 24px;
	color: #525252;
}

.plate-title .subhead {
	font-size: 14px;
	color: #525252;
	margin-top: 5px;
}

.plate-title {
	text-align: center;
	padding-top: 60px;
}

.product-box .btn {
	position: absolute;
	top: 48%;
	margin-top: -50px;
	width: 60px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: white;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}

.next {
	right: 0;
}


/*我们的足迹*/

.footprint-map img {
	width: 100%;
	display: block;
}

.footprint-map {
	margin-top: 40px;
	position: relative;
	background: url(../images/map-bg.png) no-repeat center #3a3c42;
	height: 560px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.map-box img {
	width: 650px;
	height: 461px;
	margin: auto;
	margin-top: 50px;
}

.map-box {
	width: 1200px;
	min-width: 1200px;
	margin: auto;
	position: relative;
}


/*地图标记*/

.pin {
	width: 25px;
	height: 25px;
	border-radius: 50% 50% 50% 0;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -18px;
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	-ms-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}

.pin:after {
	content: '';
	width: 10px;
	height: 10px;
	margin: 8px 0 0 7px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	border-radius: 50%;
}

.pulse {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	height: 14px;
	width: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 11px 0px 0px -12px;
	-webkit-transform: rotateX(55deg);
	-moz-transform: rotateX(55deg);
	-o-transform: rotateX(55deg);
	-ms-transform: rotateX(55deg);
	transform: rotateX(55deg);
	z-index: 2;
}

.pulse:after {
	content: "";
	border-radius: 50%;
	height: 40px;
	width: 40px;
	position: absolute;
	margin: -13px 0 0 -13px;
	-webkit-animation: pulsate 1s ease-out;
	-moz-animation: pulsate 1s ease-out;
	-o-animation: pulsate 1s ease-out;
	-ms-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-box-shadow: 0 0 1px 2px #fff;
	box-shadow: 0 0 1px 2px #fff;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

@-moz-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		-moz-transform: scale(0.1, 0.1);
		-o-transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		-moz-transform: scale(0.1, 0.1);
		-o-transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}

@-o-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		-moz-transform: scale(0.1, 0.1);
		-o-transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}

@keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		-moz-transform: scale(0.1, 0.1);
		-o-transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}

@-moz-keyframes bounce {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px) rotate(-45deg);
		-moz-transform: translateY(-2000px) rotate(-45deg);
		-o-transform: translateY(-2000px) rotate(-45deg);
		-ms-transform: translateY(-2000px) rotate(-45deg);
		transform: translateY(-2000px) rotate(-45deg);
	}
	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px) rotate(-45deg);
		-moz-transform: translateY(30px) rotate(-45deg);
		-o-transform: translateY(30px) rotate(-45deg);
		-ms-transform: translateY(30px) rotate(-45deg);
		transform: translateY(30px) rotate(-45deg);
	}
	80% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@-webkit-keyframes bounce {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px) rotate(-45deg);
		-moz-transform: translateY(-2000px) rotate(-45deg);
		-o-transform: translateY(-2000px) rotate(-45deg);
		-ms-transform: translateY(-2000px) rotate(-45deg);
		transform: translateY(-2000px) rotate(-45deg);
	}
	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px) rotate(-45deg);
		-moz-transform: translateY(30px) rotate(-45deg);
		-o-transform: translateY(30px) rotate(-45deg);
		-ms-transform: translateY(30px) rotate(-45deg);
		transform: translateY(30px) rotate(-45deg);
	}
	80% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@-o-keyframes bounce {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px) rotate(-45deg);
		-moz-transform: translateY(-2000px) rotate(-45deg);
		-o-transform: translateY(-2000px) rotate(-45deg);
		-ms-transform: translateY(-2000px) rotate(-45deg);
		transform: translateY(-2000px) rotate(-45deg);
	}
	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px) rotate(-45deg);
		-moz-transform: translateY(30px) rotate(-45deg);
		-o-transform: translateY(30px) rotate(-45deg);
		-ms-transform: translateY(30px) rotate(-45deg);
		transform: translateY(30px) rotate(-45deg);
	}
	80% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes bounce {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px) rotate(-45deg);
		-moz-transform: translateY(-2000px) rotate(-45deg);
		-o-transform: translateY(-2000px) rotate(-45deg);
		-ms-transform: translateY(-2000px) rotate(-45deg);
		transform: translateY(-2000px) rotate(-45deg);
	}
	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px) rotate(-45deg);
		-moz-transform: translateY(30px) rotate(-45deg);
		-o-transform: translateY(30px) rotate(-45deg);
		-ms-transform: translateY(30px) rotate(-45deg);
		transform: translateY(30px) rotate(-45deg);
	}
	80% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

.bj-box {
	position: absolute;
	left: 564px;
	top: 10px;
}

.sx-box {
	position: absolute;
	left: 323px;
	top: 260px;
}

.hn-box {
	position: absolute;
	top: 270px;
	left: 481px;
}

.sd-box {
	position: absolute;
	top: 160px;
	left: 621px;
}

.js-box {
	position: absolute;
	top: 281px;
	left: 713px;
}

.location-box {
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1000px;
	height: 470px;
}

.location-content {
	position: relative;
}

.statistics-num {
	font-size: 24px;
	color: #6d6d6d;
	text-align: center;
	margin-top: 30px;
}

.statistics-num span {
	font-size: 60px;
	color: #5b9fff;
	position: relative;
	top: 12px;
	margin-right: 5px;
}

.footprint-text p {
	font-size: 16px;
	color: #525252;
	text-align: center;
	margin-bottom: 10px;
}

.footprint-text {
	margin-top: 10px;
	padding-bottom: 40px;
}

.information-center {
	width: 1200px;
	min-width: 1200px;
	margin: auto;
}

.news-box .news-time {
	font-size: 16px;
	text-align: center;
	color: #666666;
	margin-top: 10px;
	padding-left: 15px;
}

.news-line-left {
	float: left;
}

.news-line-left .news-source {
	color: #999;
	font-size: 14px;
	text-align: center;
	padding-left: 15px;
}

.news-box .news-img {
	float: left;
	margin-left: 30px;
	width: 260px;
	height: 150px;
}

.news-box .news-img img {
	width: 260px;
	height: 150px;
}

.news-box .news-content {
	float: left;
	margin-left: 30px;
	width: 780px;
}

.news-box .news-content .news-title {
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
	width: 780px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-box .news-content .news-line-text {
	font-size: 14px;
	color: #666666;
	margin-top: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 45px;
	width: 765px;
}

.information-list li {
	/*border-bottom: 1px solid #dddddd;*/
	padding: 30px 0;
}

.information-list li:hover {
	background: #fff;
	box-shadow: 0 2px 20px 0 hsla(180, 1%, 78%, .5);
	border: 0;
	border-radius: 10px;
}

.information-list li:hover .line-see-btn {
	display: block;
}

.information-list {
	border-top: 1px solid #dddddd;
	margin-top: 40px;
	padding-bottom: 30px;
}

.see-btn {
	display: block;
	text-align: center;
	line-height: 36px;
	width: 112px;
	height: 36px;
	color: #373737;
	border: 1px solid #373737;
	font-size: 14px;
	margin: auto;
}

.see-btn:hover {
	background: #373737;
	color: #fff;
}

.information-box {
	background: #fff;
}

.footer {
	background: #3a3b41;
	padding-top: 50px;
	padding-bottom: 30px;
	min-width: 1200px;
}

.footer p a {
	color: #fff;
	display: inline-block;
	padding: 0 30px;
	font-size: 12px;
}

.footer p {
	color: #fff;
	text-align: center;
}

.footer .records-text {
	color: #ababab;
	margin-top: 30px;
	
}
.footer .records-text a{
	color: #ababab;
	padding: 0 1px;
}
.st-link-btn {
	position: absolute;
	bottom: 55px;
	text-align: center;
	width: 100%;
}

.st-link-btn a {
	display: inline-block;
	width: 114px;
	height: 36px;
	border: 1px solid #fff;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
}

.st-link-btn a:last-child {
	margin-right: 0;
}


/*资讯*/

.new-banner-box img {
	display: block;
	width: 100%;
	min-width: 1200px;
}

.paging-box a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	line-height: 30px;
	color: #666666;
	margin: 0 4px;
	border-radius: 20px;
	font-size: 14px;
}

.paging-box .this-page {
	background: #4d9bff;
	color: #fff;
}

.paging-box a:hover {
	background: #4d9bff;
	color: #fff;
}

.paging-box {
	text-align: center;
}

.news-list {
	padding-top: 20px;
	margin-top: 0;
}

.news-main {
	width: 1200px;
	min-width: 1200px;
	margin: auto;
}

.path-box {
	line-height: 60px;
	font-size: 14px;
}

.path-box a {
	color: #666666;
}

.news-left {
	width: 860px;
	float: left;
}

.news-xq-main {
	padding: 25px 40px;
	background: #fff;
}

.news-title {
	font-size: 20px;
	color: #333;
}

.news-xq-box {
	background: #f6f6f6;
	padding-bottom: 30px;
}

.news-date a {
	color: #5599f7;
	margin-right: 15px;
}

.news-date {
	color: #888888;
	margin-top: 15px;
}

.news-title-box {
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}

.news-xq-box .news-text {
	text-align: center;
	margin-top: 35px;
}

.news-xq-box .news-text p {
	text-align: left;
	font-size: 14px;
	color: #555555;
	line-height: 30px;
	margin-bottom: 20px;
}

.news-xq-box .news-text img {
	margin-bottom: 20px;
	max-width: 780px;
}

.other-news-link .other-news-line a {
	color: #666;
}

.other-news-link .other-news-line a:hover {
	color: #5599f7;
}

.other-news-link {
	margin-top: 40px;
	margin-left: 40px;
}

.other-news-link p {
	line-height: 25px;
}

.news-right {
	width: 320px;
	float: right;
}

.latest-news-box {
	background: #fff;
	padding: 25px;
}

.latest-headline {
	font-size: 16px;
	color: #333333;
}

.latest-title .latest-title-x {
	float: left;
	width: 2px;
	height: 15px;
	background: #5599f7;
	position: relative;
	top: 2px;
}

.latest-title .latest-title-name {
	float: left;
	width: 255px;
	margin-left: 10px;
	color: #303030;
	font-size: 14px;
}

.latest-title .latest-title-name a {
	color: #303030;
}

.latest-title .latest-title-name a:hover {
	color: #5599f7;
}

.latest-title {
	margin-top: 15px;
}

.latest-news-date {
	color: #888888;
	font-size: 14px;
	margin-left: 12px;
	margin-top: 10px;
}

.latest-news-list li {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
}

.see-all-btn {
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #5599f7;
	display: block;
	border-radius: 3px;
	margin: auto;
	margin-top: 24px;
	color: #5599f7;
	margin-bottom: 30px;
}

.see-all-btn:hover {
	background: #5599f7;
	color: #fff;
}

.blue-btn a {
	border: 1px solid #5599f7;
	color: #5599f7;
}

.new-banner-box {
	margin-top: 69px;
	background:url(../images/zx-banner.png) no-repeat center;
	height: 200px;
	z-index: 2;
	position: relative;
}
.secondary-banner-box {
	margin-top: 70px;
	background: url(../images/sub-banner.png) no-repeat center #fff ;
	height: 200px;
	border-bottom: 1px solid #ddd;
	min-width: 1200px;
}

.classify-box {
	padding: 22px 0;
}

.classify-box span {
	font-size: 14px;
	color: #666666;
	margin: 0 15px;
	cursor: pointer;
	display: inline-block;
	border-radius: 20px;
	padding: 5px 10px;
}

.classify-box span:hover {
	color: #fff;
	background: #5296f3;
}

.classify-box .this-classify {
	color: #fff;
	background: #5296f3;
}

.news-label {
	display: inline-block;
	padding: 2px 5px;
	position: relative;
	top: -2px;
	margin-right: 10px;
	border: 1px solid #5296f3;
	border-radius: 20px;
	font-size: 12px;
	color: #5296f3;
}

.line-see-btn {
	color: #5599f7;
	text-align: right;
	position: relative;
	padding-right: 50px;
	margin-top: 10px;
	display: none;
}

.line-see-btn img {
	position: absolute;
	right: 25px;
}

.news-jg {
	text-align: center;
	padding-left: 15px;
	color: #666;
}

.page-left {
	width: 15px;
}

.paging-box i {
	position: relative;
	top: 2px;
	color: #666;
}

.paging-box a:hover i {
	color: #fff;
}

.paging-box .icon-jiantouzuo {
	left: -1px;
}

.paging-box .icon-jiantouyou {
	left: 1px;
}


/*二级页面*/

.secondary-page-left {
	width: 224px;
	float: left;
}

.secondary-page-right {
	width: 946px;
	float: right;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.secondary-page-box {
	width: 1200px;
	min-width: 1200px;
	margin: auto;
	min-height: 600px;
}

.secondary-left-main {
	width: 224px;
	height: 342px;
	position: relative;
}

.cpfw-main .secondary-left-nav a {}

.jjfa-main .secondary-left-nav a {
	line-height: 44px;
}

.gywm-main .secondary-left-nav a {
	line-height: 44px;
}

.secondary-left-nav a {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	text-align: center;
	position: relative;
}

.secondary-left-nav {
	position: absolute;
	left: 0;
	top: 95px;
	width: 100%;
}

.nav-wire {
	display: inline-block;
	width: 4px;
	height: 24px;
	background: #fff;
	position: absolute;
	left: 7px;
	top: 5px;
}

.secondary-left-nav .this-nav {
	font-size: 16px;
	color: #44b8db;
}


/*左侧背景图*/

.cpfw-main {
	background: url(../images/cpfw-bg.png) no-repeat;
	height: 427px;
}

.jjfa-main {
	background: url(../images/jjfa-bg.png) no-repeat;
	height: 427px;
}

.gywm-main {
	background: url(../images/gywm-bg.png) no-repeat;
	height: 379px;
}


/*产品服务颜色*/

.cpfw-main .secondary-left-nav .this-nav .nav-wire {
	background: #666bce;
}

.cpfw-main .secondary-left-nav .this-nav {
	color: #666bce;
}

.cpfw-main .secondary-left-nav a {
	margin: 5px 0;
}

.cpfw-main .secondary-left-nav a:hover {
	color: #666bce;
}

/*.cpfw-main .secondary-left-nav a:hover .nav-wire {
	background: #666bce;
}*/


/*解决方案颜色*/

.jjfa-main .secondary-left-nav .this-nav .nav-wire {
	background: #fc7d11;
}

.jjfa-main .secondary-left-nav .this-nav {
	color: #fc7d11;
}

.jjfa-main .secondary-left-nav a:hover {
	color: #fc7d11;
}

/*.jjfa-main .secondary-left-nav a:hover .nav-wire {
	background: #fc7d11;
}*/


/*关于我们颜色*/

.gywm-main .secondary-left-nav .this-nav .nav-wire {
	background: #fb591b;
}

.gywm-main .secondary-left-nav .this-nav {
	color: #fb591b;
}

.gywm-main .secondary-left-nav a:hover {
	color: #fb591b;
}

/*.gywm-main .secondary-left-nav a:hover .nav-wire {
	background: #fb591b;
}*/

.secondary-page-text {
	padding: 30px 35px;
}

.secondary-page-text p {
	font-size: 15px;
	color: #333333;
	line-height: 30px;
}

.secondary-page-text p img {
	max-width: 100%;
	margin: 10px 0;
}


/*产品动画*/

.product-list li .animation-img {
	box-shadow: none;
	transition: all 0.5s;
	display: none;
}

.product-list li .st-img {
	width: 230px;
	height: 261px;
	position: absolute;
	left: 225px;
	top: 42px;
}

.product-list li .xb-img {
	width: 306px;
	height: 251px;
	position: absolute;
	left: 188px;
	top: 55px;
}

.product-list li .yx-img {
	width: 272px;
	height: 251px;
	position: absolute;
	left: 200px;
	top: 50px;
}

.product-list li .zh-img {
	width: 361px;
	height: 231px;
	position: absolute;
	left: 170px;
	top: 63px;
}

.product-list .p3 .animation-img {
	display: block;
	animation: myfirst 1s;
}

@keyframes myfirst {
	0% {
		transform: scale(.5);
	}
	100% {
		transform: scale(1);
	}
}

@-moz-keyframes myfirst
	/* Firefox */

{
	0% {
		transform: scale(.5);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes myfirst
	/* Safari 和 Chrome */

{
	0% {
		transform: scale(.5);
	}
	100% {
		transform: scale(1);
	}
}

@-o-keyframes myfirst
	/* Opera */

{
	0% {
		transform: scale(.5);
	}
	100% {
		transform: scale(1);
	}
}

.new-left-bg{
	background: #e4e4e4;
	float: left;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.new-right-bg{
	background: #d7d7d9;
	float: right;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.new-banner-bg{
	position: relative;
}


.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}