﻿html {
	-webkit-text-size-adjust: none;
	height: 100%;
}
body {
	line-height: 1.428;
	height: 100%;
	background: #fff;
	font-size: 12px;
	width: 100%;
	font-family: "微软雅黑", Arial;
}
* {
	font-family: "微软雅黑";
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #0070cc;
}
div.clear,
span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
header {
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.swiper-container,
.swiper-wrapper,
.swiper-slide {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	background: #eee;
	position: relative;
}
.contentBox .swiper-wrapper,
.contentBox .swiper-slide {
	width: 100%;
}
.swiperBoxM,
.slideBoxM {
	display: table;
	height: 100%;
	width: 100%;
}
.swiperBox,
.slideBox {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
.footercontent {
	width: 100%;
	position: relative;
	background: #232529;
	overflow: hidden;
}


/*小于320不显示*/

@media (max-width: 319px),
(max-height: 319px) {
	html {
		background: #323232 url(../img/displayNone.png) center center no-repeat;
		transition: 0;
	}
	body {
		display: none;
	}
}
/*320宽度以上（一）*/

@media (min-width: 320px) {
	
	.enetBox,.enetBox>.swiper-wrapper{ height:auto;}
	.banner_01,
	.banner_02 {
		position: relative;
		z-index: 9;
		overflow: hidden;
	}
	.banner_01Bg {
		background: url(../img/banner_01.jpg);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.banner img {
		max-width: 100%;
	}
	.banner_01 p {
		color: #fff;
	}
	.banner_01_z_01 {
		width: 70%;
		margin: 0 auto;
		display: block;
		text-align: center;
		padding-top: 70px;
	}
	.banner_01_txt {
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		padding: 0 30px;
		padding-top: 10px;
	}
	.banner_01_txt span {
		line-height: 20px;
		font-size: 12px;
		display: block;
	}
	.banner_01_z_02 {
		padding-top: 20px;
		width: 50%;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.banner_01t {
		display: none;
	}
	.banner_02Bg {
		background: url(../img/banner_02.jpg) center center;
		-webkit-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.banner_02_z_01 {
		width: 70%;
		padding-top: 70px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.banner_02_z_02 {
		display: none;
	}
	.banner_02_txt {
		text-align: center;
		margin-top: 20px;
	}
	.banner_02_txt span {
		display: block;
	}
	.banner_02_txt b {
		font-weight: normal;
		padding: 5px 10px 5px 45px;
		line-height: 35px;
		font-size: 12px;
	}
	.banner_02_ico_01 {
		background: url(../img/banner_02Ico_01.png) left center no-repeat;
	}
	.banner_02_ico_02 {
		background: url(../img/banner_02Ico_02.png) left center no-repeat;
	}
	.banner_02_ico_03 {
		background: url(../img/banner_02Ico_03.png) left center no-repeat;
	}
	.banner_02_ico_04 {
		background: url(../img/banner_02Ico_04.png) left center no-repeat;
	}
	.pagination {
		position: absolute;
		z-index: 20;
		bottom: 10px;
		width: 100%;
		text-align: center;
		z-index: 999;
	}
	.swiper-pagination-switch {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #fff;
		margin: 0 5px;
		border: 1px solid #acacaf;
		cursor: pointer;
	}
	.swiper-active-switch {
		background: #acacaf;
		border: 1px solid #acacaf;
	}
	.slide_02 {
		background: #f6f6f6;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.slide_03 {
		background: #e8e8e8;
		width: 100%;
		height: 100%;
	}
	.slide_04 {
		background: #ffffff;
		width: 100%;
		height: 100%;
	}
	.slide_05 {
		background: #f6f6f6;
		width: 100%;
		height: 100%;
	}
	.slide_06 {
		background: #ffffff;
		width: 100%;
		height: 100%;
	}
	.slide_07 {
		background: #232529;
		width: 100%;
		height: 100%;
	}
	.slibeTit_02 {
		margin: 0 auto;
		text-align: center;
		background: url(../img/slideTit_02.jpg) center top no-repeat;
		padding: 40px 0 0 0;
	}
	.slibeTit_04 {
		margin: 0 auto;
		text-align: center;
		background: url(../img/slideTit_04.jpg) center top no-repeat;
		padding: 40px 0 0 0;
	}
	.slibeTit_06 {
		margin: 0 auto;
		width: 320px;
		text-align: center;
		background: url(../img/slideTit_06.jpg) center top no-repeat;
		padding: 40px 0 0 0;
	}
	.serviceList {
		display: none;
	}
	.serviceBox {
		overflow: hidden;
	}
	.serviceBox li {
		width: 240px;
		margin: 0 auto;
		overflow: hidden;
		margin-top: 10px;
		padding: 10px;
	}
	.serviceBox i {
		width: 60px;
		height: 60px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		text-align: center;
		float: left;
	}
	.serviceBox b,.serviceBox s{display: none;}
	.serviceBox div {
		width: 160px;
		margin: 0 auto;
	}
	.serviceTit {
		float: right;
		color: #fff;
		line-height: 60px;
		margin-left: 10px;
		font-size: 20px;
	}
	.serviceIco_01 i {
		background: #fff url(../img/szyx.png) center center no-repeat;
		-webkit-background-size: 80%;
		background-size: 80%;
	}
	.serviceIco_02 i {
		background: #fff url(../img/jcgc.png) center center no-repeat;
		-webkit-background-size: 80%;
		background-size: 80%;
	}
	.serviceIco_03 i {
		background: #fff url(../img/cpyx.png) center center no-repeat;
		-webkit-background-size: 80%;
		background-size: 80%;
	}
	.serviceIco_04 i {
		background: #fff url(../img/rjyx.png) center center no-repeat;
		-webkit-background-size: 80%;
		background-size: 80%;
	}
	.serviceIco_01 {
		background: #4e555f;
	}
	.serviceIco_02 {
		background: #60c4bf;
	}
	.serviceIco_03 {
		background: #40c6a5;
	}
	.serviceIco_04 {
		background: #5bc5d5;
	}
	.service,
	.service .swiper-wrapper,
	.service .swiper-slide {
		width: auto;
		height: auto;
		background: none;
	}
	.service .swiper-scrollbar {
		display: none;
	}
	.case {
		width: 260px;
		margin: 0 auto;
		height: 200px;
		overflow: hidden;
	}
	.caseList {
		width: 260px;
		height: 200px;
		overflow: hidden;
		margin-top: 0;
	}
	.caseList .swiper-slide {
		padding-bottom: 10px;
		background: none;
		width: 260px;
	}
	.caseList div {
		width: 240px;
		margin: 0 auto;
		position: relative;
	}
	.caseList img {
		width: 240px;
	}
	.caseList p {
		width: 240px;
		border: solid 1px #d8d8d8;
		padding: 10px;
		overflow: hidden;
		margin: 0;
		background: #fff;
		margin: 0 auto;
	}
	.caseList b {
		color: #111;
		font-weight: normal;
		font-size: 14px;
		width: 100%;
		display: block;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.caseList small {
		color: #888;
		float: left;
	}
	.caseList i {
		float: right;
		background: url(../img/eyeIco.jpg) left center no-repeat;
		padding-left: 20px;
		font-style: normal;
		color: #aaa;
		font-size: 12px;
	}
	.caseMore {
		padding: 20px 0;
		margin: 0 auto;
		text-align: center;
	}
	.caseMore a {
		font-size: 16px;
		color: #777;
	}
	.caseMore a:hover{
		color: #0070cc;
	}
	.case-left {
		left: 10px;
		position: absolute;
		top: 50%;
		margin-top: -20px;
	}
	.case-right {
		right: 10px;
		position: absolute;
		top: 50%;
		margin-top: -20px;
	}
	.case .caseBtn {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -21px;
		margin-left: -52px;
		z-index: 99;
		display: block;
		opacity: 0;
	}
	.case .swiper-slide div * {
		transition: .15s;
	}
	.case .caseBtn a {
		width: 40px;
		height: 40px;
		border: solid 1px #fff;
		display: block;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		float: left;
		margin: 0 5px;
	}
	.case .caseBtn .fd {
		background: url(../img/fd.png) center center no-repeat;
	}
	.case .caseBtn .lj {
		background: #0070cc url(../img/lj.png) center center no-repeat;
		border-color: #0070cc;
	}
	.case .caseBg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000;
		display: block;
		opacity: 0;
	}
	.solution {
		width: 260px;
		overflow: hidden;
		height: 350px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.solution .swiper-wrapper {
		width: 260px;
	}
	.solutionBox i {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.solutionBox {
		width: 260px;
		background: none;
	}
	.solutionIco_01 {
		float: left;
		background: #19bbc2 url(../img/solutionIco_01.png) center center no-repeat;
		width: 70px;
		height: 70px;
		display: block;
	}
	.solutionIco_02 {
		float: left;
		background: #4fa9d3 url(../img/solutionIco_02.png) center center no-repeat;
		width: 70px;
		height: 70px;
		display: block;
	}
	.solutionIco_03 {
		float: left;
		background: #64ddc5 url(../img/solutionIco_03.png) center center no-repeat;
		width: 70px;
		height: 70px;
		display: block;
	}
	.solutionIco_04 {
		float: left;
		background: #7794dd url(../img/solutionIco_04.png) center center no-repeat;
		width: 70px;
		height: 70px;
		display: block;
	}
	.solutionIco_05 {
		float: left;
		background: #34a1e9 url(../img/solutionIco_05.png) center center no-repeat;
		width: 70px;
		height: 70px;
		display: block;
	}
	.solutionIco_06 {
		float: left;
		background: #00c1df url(../img/solutionIco_06.png) center center no-repeat;
		width: 70px;
		height: 70px;
		display: block;
	}
	.solutionIco_07 {
		float: left;
		background: #5ac5d5 url(../img/solutionIco_07.png) center center no-repeat;
		width: 70px;
		height: 70px;
		display: block;
	}
	.solutionIco_08 {
		float: left;
		background: #40c7a5 url(../img/solutionIco_08.png) center center no-repeat;
		width: 70px;
		height: 70px;
		display: block;
	}
	.solution i {
		-webkit-background-size: 60px;
		background-size: 60px;
	}
	.solutionBox li {
		overflow: hidden;
		margin-bottom: 20px;
	}
	.solutionBox div {
		float: left;
		width: 180px;
		margin-left: 10px;
	}
	.solutionBox b {
		margin-top: 12px;
		display: block;
	}
	.solutionBox p {
		color: #bbb;
		font-size: 12px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		padding: 5px 0;
		margin: 0;
	}
	.solutionBtn {
		text-align: center;
	}
	.picActList {
		width: 300px;
		height: 300px;
		margin: 0 auto;
		overflow: hidden;
		margin-bottom: 10px;
		position: relative;
	}
	.picActBox {
		position: relative;
		background: none;
	}
	.picActBox span {
		background: #000;
		opacity: 0.5;
		display: block;
		height: 35px;
		width: 100%;
		bottom: 0;
		position: absolute;
	}
	.picActBox p {
		display: block;
		height: 35px;
		width: 50%;
		bottom: 0;
		position: absolute;
		z-index: 999;
		color: #fff;
		font-size: 12px;
		margin: 0;
		line-height: 35px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		padding-left: 10px;
	}
	.activities img {
		width: 100%;
		height: 100%;
	}
	.activities {
		width: 300px;
		margin: 0 auto;
	}
	.activities ul {
		display: none;
	}
	.actBtn {
		position: absolute;
		bottom: 10px;
		right: 0;
		z-index: 999999;
	}
	.actBtn span {
		width: 36px;
		height: 5px;
		border: none;
		border-radius: 0;
	}
	.actBtn .swiper-visible-switch,
	.actBtn .swiper-active-switch {
		background: #d71518;
	}
	.relatedTabs,
	.relatedBox {
		width: 300px;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;
		margin-top: 20px;
	}
	.relatedBox{ height: 370px;}
	.relatedTabs a {
		width: 66px;
		height: 24px;
		color: #333;
		line-height: 22px;
		margin: 2px;
		font-size: 12px;
		border: solid 1px #626d74;
		display: inline-block;
		text-align: center;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
	}
	.relatedTabs .active {
		background: #626d74;
		color: #fff;
	}
	.relatedBox .swiper-slide {
		background: none;
	}
	.relatedBox{ height: auto;}
	.relatedBox .swiper-wrapper,.relatedBox .swiper-slide{ height: auto !important;}
	.relatedBox li {
		border-bottom: solid 1px #d8d8d8;
		height: 90px;
		margin-top: 10px;
	}
	.relatedBox dt{ float: left; margin-right: 15px;}
	.relatedBox dt i{ width: 115px; position: relative; height: 0; display: block; padding-bottom: 69.57%; overflow: hidden;}
	.relatedBox dt i img{ width: auto; margin: auto; height: 100%; left: -100%; right: -100%; top: 0; bottom: 0; position: absolute; padding-right: 0;}
	.relatedBox img {
		float: left;
		height: 80px;
		width: 115px;
		padding-right: 10px;
	}
	.relatedBox div {
		float: left;
		width: 175px;
		text-align: left;
	}
	.relatedBox div.newsmess-box{ width: 100%;}
	.relatedBox div b a {
		color: #333;
	}
	.relatedBox div b a:hover{
		color: #0070cc;
	}
	.relatedBox div p {
		font-size: 12px;
		height: 42px;
		line-height: 22px;
		overflow: hidden;
		color: #999;
	}
	.relatedBox .relatedMore,
	.relatedBox span {
		display: none;
	}
	
	.relatedBox div.newsMore{ text-align: center; width: 100%;}
	.relatedBox .newslist { height: 300px; overflow: hidden;}
	.relatedBox .newslist li{ height: auto; white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; line-height: 30px; margin-top: 0; }
	.relatedBox .newslist li a{ font-size: 12px;}
	.relatedBox .newslist li i{ width: 4px; height: 4px; background: #0070cc; float: left; margin-right: 5px; margin-top: 14px;}
	
	.footerTL {
		width: 300px;
		margin: 0 auto;
		text-align: center;
	}
	.footerTL .footTit {
		display: none;
	}
	.footerTL ul {
		margin-top: 20px;
	}
	.footerTL ul li {
		display: inline-block;
		margin: 0;
		padding: 0 5px;
	}
	.footerTL p span {
		display: inline-block;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		padding-left: 30px;
	}
	.footerTL p.tel span {
		background: url(../img/telIco_03.jpg) left center no-repeat;
	}
	.footerTL p.mail span {
		background: url(../img/mailIco_03.jpg) left center no-repeat;
	}
	.footerTR {
		text-align: center;
		margin-top: 20px;
	}
	.footerTR img {
		border: solid 3px #3e3f41;
	}
	.footerB {
		display: none;
	}
	.footerTM,
	.yqLink {
		display: none;
	}
	.footercontent {
		padding-top: 50px;
		height: 450px;
	}

	.contactBox_01 {
		height: 546px;
		background: url(../img/contactBg_01.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.contactTxt {
		text-align: center;
		color: #626d74;
		line-height: 30px;
		padding-bottom: 30px;
	}
	.contactTxt span {
		display: block;
		text-align: center;
		font-size: 12px;
	}
	.contactPic_01 {
		text-align: center;
		width: 70%;
		margin: 0 15%;
	}
	.imgAuto img {
		max-width: 100%;
	}
	.contactBox_02 {
		background: #fff;
		padding: 70px 0 50px 0;
	}
	.contactBox_02 p {
		text-align: center;
		line-height: 24px;
		font-size: 12px;
		padding-top: 15px;
	}
	.contactBox_02 a {
		font-size: 12px;
		color: #08c;
	}
	.contactBox_02 b {
		font-size: 12px;
		margin-right: 5px;
		font-weight: normal;
		text-decoration: underline;
	}
	.timeline_02 ul {
		padding: 20px;
	}
	.timeline_02 div {
		margin-top: 20px;
	}
	.timeline_02 span {
		display: block;
		font-size: 24px;
		line-height: 30px;
	}
	.timeline_02 li {
		line-height: 24px;
		padding: 15px 0;
		border-bottom: solid 1px #eeeeee;
	}
	.time-visible-lg {
		height: 0;
		overflow: hidden;
	}
	.contactBox_04 {
		padding: 30px 0 50px 0;
		border-bottom: solid 1px #eeeeee;
	}
	.contactBox_04 b {
		display: block;
		text-align: center;
		font-size: 26px;
		font-weight: normal;
	}
	.contactBox_04 p {
		padding: 15px 0;
		margin: 0;
		line-height: 24px;
	}
	.contactBox_04 .jobBtn {
		text-align: center;
		padding-bottom: 20px;
	}
	.contactBox_04 a {
		padding-right: 25px;
		color: #08c;
		background: url(../img/contactPic_13.jpg) right center no-repeat;
	}
	.jobImg {
		text-align: center;
		margin-bottom: 20px;
	}
	.contactBox_05 {
		padding: 30px 0 50px 0;
	}
	.contactBox_05 b {
		display: block;
		text-align: center;
		font-size: 26px;
		font-weight: normal;
	}
	.contactBox_05 p {
		padding: 15px 0;
		margin: 0;
		line-height: 24px;
	}
	.contactMap {
		background: url(../img/contactPic_08.jpg) center center no-repeat;
		width: 100%;
		height: 350px;
		border: solid 1px #bbb;
	}
	.contactBox_06 b {
		display: block;
	}
	.contactBox_06 .jobImg {
		height: 200px;
		padding-top: 15px;
	}
	.contactBox_06 .borderR {
		border-bottom: solid 1px #ececec;
	}
	.solutionBox_01 {
		padding-bottom: 20px;
	}
	.solutionBox_01 .row {
		padding-top: 20px;
	}
	.solutionBox_02 {
		border-bottom: solid 1px #dedede;
		padding-bottom: 30px;
	}
	.addedBox_02 {
		padding-bottom: 30px;
		width: 100%;
	}
	.addedBox_02 .slideBox {
		display: block;
	}
	.addedBox_04 {
		padding-bottom: 30px;
		padding-top: 50px;
	}
	.addedBox_05 {
		border-bottom: solid 1px #dedede;
	}
	.breadcrumb_02 {
		margin-top: 10px;
		background: #f4f4f4;
		padding: 0 10px;
		height: 30px;
		display: block;
		line-height: 30px;
	}
	.breadcrumb_02 li {
		float: left;
		font-size: 12px;
		color: #999;
	}
	.breadcrumb_02 a {
		font-size: 12px;
		color: #999;
	}
	.addedBox_03 {
		background: #f6f6f6;
		padding: 50px 0 10px 0;
	}
	.addedBox_03 span {
		font-size: 30px;
	}
	.addedBox_03 b {
		font-size: 24px;
		font-weight: normal;
		padding-bottom: 20px;
		padding-top: 10px;
		display: block;
		text-align: left;
	}
	.addedBox_03 p {
		line-height: 24px;
		font-size: 12px;
		text-align: left;
	}
	.addedBox_03 div {
		text-align: center;
	}
	.addedBox_03 .slideBox {
		display: inline-block;
	}
	.addedList {
		overflow: hidden;
	}
	.addedBox_03 .swiper-slide,
	.addedBox_03 .swiper-wrapper {
		background: none;
		height: auto !important;
	}
	.addedList .row {
		margin: 0;
	}
	.solutionTab b,
	.solutionTab_02 b {
		font-size: 30px;
		color: #3f3f3f;
		margin-bottom: 30px;
		display: block;
		font-weight: normal;
	}
	.solutionTab p,
	.solutionTab_02 b {
		color: #3f3f3f;
		font-size: 14px;
		line-height: 24px;
	}
	.solutionTab img {
		margin-top: 40px;
	}
	.solutionTab_02 ul {
		overflow: hidden;
	}
	.solutionTab_02 .row span {
		line-height: 30px;
		background: url(../img/addedPic_10.jpg) left 7px no-repeat;
		padding-left: 20px;
	}
	.solutionBox_03 .media-heading a {
		font-size: 20px;
		font-weight: bold;
		color: #333;
		padding: 10px 0;
		display: block;
	}
	.solutionBox_03 .media {
		margin: 0;
	}
	.solutionBox_03 .media-left {
		float: left;
		width: 120px;
	}
	.solutionBox_03 .media-body {
		width: auto;
		display: inherit;
	}
	.media-mess {
		display: none;
	}
	.solutionBox_03 p {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
	}
	.solutionBox_03 .media {
		padding: 10px 0;
		border-bottom: solid 1px #eeeeee;
	}
	.solutionBox_03 .media-heading a {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
	}
	.addedSXF {
		max-width: 260px;
		height: 450px;
		margin: 0 auto;
	}
	.addedSXF .addedTit,
	.addedSXF .addedTit_02 {
		width: 100%;
		height: 60px;
		line-height: 60px;
		text-align: center;
		background: #33607f;
		font-weight: bold;
		display: block;
		font-size: 20px;
		color: #fff;
		margin-bottom: 20px;
	}
	.addedSXF .addedTit_02 {
		background: #5ba601;
	}
	.addedSXF b {
		font-size: 16px;
		padding: 15px 0;
		display: block;
	}
	.addedSXF p {
		font-size: 12px;
	}
	div.pages {
		TEXT-ALIGN: center;
		width: 100%;
		float: left;
		padding: 10px;
		margin: 20px 0 30px 0;
	}
	div.pages span,
	div.pages a {
		display: inline-block;
	}
	div.pages a {
		TEXT-DECORATION: none;
		background: #fff;
		border: 1px solid #dddddd;
		padding: 0 12px;
		margin: 2px 3px;
		color: #444444;
		font-size: 14px;
		height: 28px;
		line-height: 26px;
	}
	div.pages a:hover {
		background: none;
		color: #0070cc;
		border: 1px solid #0070cc;
		padding: 0 12px;
		margin: 2px 3px;
		height: 28px;
		line-height: 26px;
	}
	div.pages a:active {
		background: none;
		color: #0070cc;
		border: 1px solid #0070cc;
		padding: 0 12px;
		margin: 2px 3px;
		height: 28px;
		line-height: 26px;
	}
	div.pages SPAN.current {
		background: none;
		color: #444444;
		border: none;
		padding: 4px 12px;
		margin: 0 3px;
		height: 28px;
		line-height: 26px;
	}
	div.pages SPAN.disabled {
		background: none;
		border: 1px solid #dddddd;
		padding: 0 12px;
		margin: 2px 3px;
		color: #fff;
		height: 28px;
		line-height: 26px;
	}
	.nav-tabs_02>li>a:hover,
	.nav-tabs_02>li>a:focus {
		background: #333;
	}
	.nav-tabs_02 {
		border: none;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.nav-tabs_02>li {
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.nav-tabs_02>li.active>a,
	.nav-tabs_02>li.active>a:hover,
	.nav-tabs_02>li.active>a:focus {
		font-size: 12px;
		line-height: 12px;
		border: none;
		background: #0070cc;
		color: #fff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.nav-tabs_02>li>a {
		line-height: 12px;
		font-size: 12px;
		background: #636e74;
		border: none;
		color: #fff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.nav-tabs_03>li>a:hover,
	.nav-tabs_03>li>a:focus {
		background: #dadada;
	}
	.nav-tabs_03 {
		border-bottom: solid 2px #72c02c;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.nav-tabs_03>li {
		margin-right: 5px;
		margin-bottom: 0px;
	}
	.nav-tabs_03>li.active>a,
	.nav-tabs_03>li.active>a:hover,
	.nav-tabs_03>li.active>a:focus {
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
		border: none;
		background: #72c02c;
		color: #fff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.nav-tabs_03>li>a {
		line-height: 16px;
		font-weight: bold;
		font-size: 16px;
		background: none;
		border: none;
		color: #555;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.QAList {
		overflow: hidden;
		margin-top: 20px;
	}
	.QAList * {
		line-height: 24px;
		height: auto !important;
	}
	.QAList .FQA {
		display: none;
		margin: 0;
		padding: 0;
	}
	.QAList dl {
		padding-top: 10px;
	}
	.QAList dt {
		background: url(../img/QAIco_01.jpg) left top no-repeat;
		padding-left: 25px;
		color: #0070cc;
		margin-bottom: 10px;
	}
	.QAList dt a {
		color: #0070cc;
	}
	.QAList dd {
		background: url(../img/QAIco_02.jpg) left 4px no-repeat;
		padding-left: 25px;
	}
	.QAon {
		cursor: pointer;
	}
	.QATit {
		color: #000;
		font-size: 26px;
		background: #fff;
		padding-right: 20px;
		float: left;
		line-height: 40px;
	}
	.QATitBox {
		background: url(../img/QATitBg.jpg) center center repeat-x;
		height: 40px;
	}
	.QATitBtn {
		float: right;
		padding-left: 5px;
		background: #fff;
		margin-top: 7px;
	}
	.QABtn_l {
		background: url(../img/QABtnPrev.jpg) left 25px;
		display: block;
		height: 25px;
		width: 25px;
		float: left;
		margin-left: 5px;
	}
	.QABtn_r {
		background: url(../img/QABtnNext.jpg) left 25px;
		display: block;
		height: 25px;
		width: 25px;
		float: left;
		margin-left: 5px;
	}
	.QAList .swiper-slide {
		background: none;
	}
	.QATitBtn .off {
		background-position: left top;
	}
	.casePic {
		position: relative;
	}
	.casePic .caseMore {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		padding: 0;
		margin: 0;
		background: url(../img/picMore.png) top center no-repeat;
		height: 0;
		transition: 0.15s;
	}
	.caseBox {
		max-width: 260px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.cassMessBox .caseMess {
		width: 100%;
		height: 100px;
		padding: 25px 10px;
		background: #f6f6f6;
	}
	.cassMessBox {
		position: relative;
	}
	.cassMessBox b {
		font-weight: normal;
		font-size: 14px;
		color: #111;
	}
	.cassMessBox p {
		overflow: hidden;
		margin-top: 10px;
	}
	.cassMessBox span {
		font-size: 12px;
		float: left;
		color: #888;
	}
	.cassMessBox i {
		font-style: normal;
		font-size: 12px;
		float: right;
		background: url(../img/casePic_03.jpg) left center no-repeat;
		padding-left: 18px;
	}
	.caseMess_02 {
		width: 100%;
		height: 100px;
		padding: 25px 10px;
		background: #409fd3;
	}
	.caseMess_02 i,
	.caseMess_02 span,
	.caseMess_02 b {
		color: #fff;
	}
	.caseMess_02 i {
		background: url(../img/casePic_04.jpg) left center no-repeat;
	}
	.cassMessBox .off {
		height: 0;
		margin-top: 100px;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		transition: 0.15s;
	}
	.caseMess_02 {
		position: absolute;
		bottom: 0;
	}
	.caseInfoBg {
		background: #eee;
		margin-bottom: 30px;
	}
	.caseInfoBg .row {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.caseMessBox b {
		font-size: 18px;
		font-weight: normal;
	}
	.caseMessBox span {
		font-size: 12px;
		color: #888888;
		display: block;
		padding: 10px 0;
	}
	.caseMessBox p {
		color: #555;
		font-size: 12px;
		line-height: 24px;
	}
	.caseMessBox a {
		padding: 0 15px;
		line-height: 30px;
		display: inline-block;
		background: #409fd3;
		color: #fff;
		margin-bottom: 20px;
	}
	
		.constructionBox_01 {
		 padding: 80px 0;
	}
	.constructionBox_01 b{  display: block; text-align: center; font-size: 36px; color: #555;font-weight: normal;}
	.constructionBox_01 span{display: block; text-align: center; font-size: 30px;font-weight: normal; color: #555;}
	.constructionBox_01 p{ font-size: 12px;color: #0070cc; padding: 30px 0; line-height: 24px; text-align: center; display: block;}
	.constructionBox_01 a{ display: block; width: 170px; height: 50px; line-height: 50px; text-align: center; color: #fff; background: #0070cc; margin: 0 auto; font-family: "宋体"; font-size: 12px; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	.constructionBox_01 div{ width: 80%; text-align: center; margin: 0 auto;}
	.constructionBox_01 img{ margin-top: 30px;}
	.constructionBox_02{ background: #f6f6f6; padding: 40px 0;}
	.constructionBox_02 b{display: block; text-align: center; font-size: 30px; color: #555;font-weight: normal;}
	.constructionBox_02 p{ line-height: 28px; color: #333; padding-top: 40px;}
	.constructionBox_03 {text-align: center;}
	.constructionBox_03 span{ display: block; height: 72px; line-height: 24px; max-width: 270px; margin: 0 auto;}
	.constructionList_01 div{ margin-bottom: 20px; margin-top: 20px;}
	.constructionBox_04{text-align: center; padding: 10px 0;}
	
	.constructionList_02 div,.seonList_02 div{ margin: 30px 0;}
	
	.constructionBox_05 span{display:table-cell;line-height: 24px; padding-left: 10px; max-width: 350px; font-size: 12px;}
	.constructionBox_05 div i{ float: left; width: 100px; height: 100px; border: solid 1px #0070cc; display: block; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;}
	.constructionBox_05 b{ margin: 10px 0 10px 0; display: block; font-size: 20px; color: #0070cc; font-weight: normal;}
	.containerLsitIco_01{ background: url(../img/constructionPic_12.jpg) center center no-repeat;}
	.containerLsitIco_02{ background: url(../img/constructionPic_13.jpg) center center no-repeat;}
	.containerLsitIco_03{ background: url(../img/constructionPic_14.jpg) center center no-repeat;}
	.containerLsitIco_04{ background: url(../img/constructionPic_15.jpg) center center no-repeat;}
	.containerLsitIco_05{ background: url(../img/constructionPic_16.jpg) center center no-repeat;}
	.containerLsitIco_06{ background: url(../img/constructionPic_17.jpg) center center no-repeat;}
	
	.constructionBox_06 {margin-top: 20px;}
	.constructionBox_06 b{ font-size: 30px;  color: #555; font-weight: normal;display: block; margin-bottom: 20px;}
	.constructionBox_06 p{color: #555; font-style: 14px; line-height: 24px; display: block; margin-bottom: 20px;}
	.constructionBox_06 a{ color: #08c; font-size: 12px; font-family: "宋体"; display: block; margin-bottom: 20px; width: 110px;}
	.constructionBox_07{ background:#f6f6f6 ; padding: 40px 0;}
	.constructionBox_07 b{display: block; text-align: center; font-size: 30px; color: #555;font-weight: normal; margin-bottom: 30px;}
	.constructionBox_07 .table-responsive .table{ margin: 0; border-color: #fff;}
	.constructionBox_07 .table-bordered>thead>tr>th, .constructionBox_07 .table-bordered>tbody>tr>th, .constructionBox_07 .table-bordered>tfoot>tr>th, .constructionBox_07 .table-bordered>thead>tr>td, .constructionBox_07 .table-bordered>tbody>tr>td, .constructionBox_07 .table-bordered>tfoot>tr>td{ border-color: #fff; background: #eeeeee;}
	.tableTitBg_01{ background: #5bc5d5 !important; color: #fff; font-size: 16px;}
	.tableTitBg_02{ background: #40c6a5 !important; color: #fff; font-size: 16px;}
	.tableTitBg_03{ background: #4e555f !important; color: #fff; font-size: 16px;}
	.constructionBox_08{ padding: 40px 0; text-align: center;}
	.constructionBox_08 b{display: block; text-align: center; font-size: 30px; color: #555;font-weight: normal; margin-bottom: 30px;}
	
	.seoBox_01{ width: 100%;  height: 100%; max-height: 695px; background: url(../img/seoPic_01.jpg) center center no-repeat; text-align: center; overflow: hidden;}
	.seoBox_02{ background: url(../img/seoPic_02.jpg) center top;}
	.seoBox_04 { background: #f6f6f6;}
	.seoMess{ padding: 40px 0; text-align: center;}
	.seoMess b{ color: #3f3f3f; font-size: 30px; font-weight: normal; display: block;text-align: left;}
	.seoMess p{ font-size: 14px; line-height: 24px; margin-top: 20px; color: #3f3f3f; text-align: left;}
	.seoMess a{ font-size: 20px; color: #fff; background: #0070cc; display: inline-block; padding: 10px 35px; margin-top: 20px; float: left;}
	
	.seoMess_02{ padding: 40px 0; text-align: center;}
	.seoMess_02 b{ color: #333; font-size: 30px; font-weight: normal; display: block;text-align: left;}
	.seoMess_02 p{ font-size: 12px; line-height: 24px; margin-top: 20px; color: #555; text-align: left;}
	.seoMess_02 a{ font-size: 20px; color: #fff; background: #0070cc; display: inline-block; padding: 8px 30px; margin-top: 20px; float: left; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	
	.seoBox_03{ padding: 40px 0;}
	.seoBox_03 span{display:table-cell;line-height: 24px; padding-left: 10px; max-width: 350px; font-size: 12px;}
	.seoBox_03 .col-md-6 i{ float: left; width: 100px; height: 100px; border: solid 1px #677278; display: block; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;}
	p.seoTit_01{ text-align: center; font-size: 30px; color: #0070cc;}
	.seoTit_01 i{ display: block; width: 40px; height: 3px; background: #0070CC; margin: 0 auto; margin-top: 20px;}
	
	p.seoTit_02{ text-align: center; font-size: 30px; color: #555555;}
	.seoTit_02 i{ display: block; width: 40px; height: 3px; background: #555555; margin: 0 auto; margin-top: 20px;}
	
	.seoBox_03 b{ margin: 10px 0 10px 0; display: block; font-size: 20px; color: #333333; }
	.seoLsitIco_01{ background: url(../img/seoPic_03.jpg) center center no-repeat;}
	.seoLsitIco_02{ background: url(../img/seoPic_04.jpg) center center no-repeat;}
	.seoLsitIco_03{ background: url(../img/seoPic_05.jpg) center center no-repeat;}
	.seoLsitIco_04{ background: url(../img/seoPic_06.jpg) center center no-repeat;}
	.seoLsitIco_05{ background: url(../img/seoPic_07.jpg) center center no-repeat;}
	.seoLsitIco_06{ background: url(../img/seoPic_08.jpg) center center no-repeat;}
	
	.footerM {
		display:none;
	}
	.serviceZx {
		display: none;
	}
	.caseMess_02 a{
		color:#fff;
	}
	.caseBox img{ width:100%;}
	
	.tab-content_02{margin-bottom: 40px;}
	.tab-content_02 .row div{ padding-top: 10px; padding-bottom: 10px; text-align: center;}
	.tab-content_02 .row div img{ width: 100%;}
	.enetBox>.swiper-wrapper>.swiper-slide>*{ padding:70px 0;}
	.enetBox>.swiper-wrapper>.swiper-slide>.banner{ padding: 0; margin-top: 60px;}

	.indBanner{ -webkit-background-size: cover !important;
	background-size: cover !important;}
	
	.newsTime{ padding: 10px 0 20px 0; display: block;}
	
	.zt-banner-box{ overflow: hidden; background: #1d1d1d;}
	.zt-banner-bg{ margin-top: 60px; background: url(../img/zt-bg-01.jpg) center top no-repeat;height: 0; -webkit-background-size: cover;
	background-size: cover; padding-bottom: 44%;}
	
	.zt-bg-01{ background: #373d41;}
	.zt-list-01{ background: #fff;}
	
	
	.zt-tit-01{ background: #00c1de; display: block; color: #fff; font-weight: bold; height: 50px; line-height: 50px; padding: 0 10px; font-weight: normal;}
	.zt-list-01 dl{ padding: 10px; margin: 0; list-style: none; overflow: hidden; border-bottom: solid 1px #d7d8d9;}
	.zt-list-01 dt{ float: left; margin-right: 10px;}
	.zt-list-01 dd { display: table;}
	.zt-list-01 dd b{ font-size: 14px; color: #000;}
	.zt-list-01 dd b a{ color: #00c1de; font-weight: normal; margin-left: 10px; padding-right: 10px; background: url(../img/zt-more-01.jpg) right center no-repeat;}
	.zt-list-01 dd p{ font-size: 12px;}
	
	.zt-bg-01{ padding: 15px 0;}
	.zt-btn-01{ padding-top: 15px; text-align: center;}
	.zt-btn-01 a{ padding: 0 20px; line-height: 40px; height: 40px; background: #00c1de; display: inline-block; margin: 0 5px; color: #fff;}
	
	.zt-bg-02{ background: url(../img/zt-bg-02.jpg) center top no-repeat; padding: 15px 0;}
	.zt-list-02{ background: #00b7d3;}
	.zt-list-02 *{padding: 0; margin: 0;}
	.zt-list-02 dl{ padding: 10px; overflow: hidden;}
	.zt-list-02 dl:nth-last-child(odd){ background: #00c1de;}
	.zt-list-02 dt{ float: left; padding-right: 10px; width: 100px;}
	.zt-list-02 dt img{ width: 100%;}
	.zt-list-02 dd{display: table; color: #fff;}
	.zt-list-02 dd b{ font-size: 14px; display: block; padding-bottom: 5px;}
	.zt-list-02 dd p{ font-size: 12px; padding: 0; margin: 0;}
	
	.zt-box-03{ padding: 15px 0;}
	.zt-list-03,.zt-list-03 *{ padding: 0; margin: 0; list-style: none;}
	.zt-box-tit-03{ overflow: hidden; padding-bottom: 10px;}
	.zt-box-tit-03 i{ width: 6px; height: 24px; background: #00c1de; display: block; float: left; margin-right: 5px;}
	.zt-box-tit-03 b{ font-size: 22px; line-height: 20px; font-weight: normal; float: left;}
	.zt-box-tit-03 a{ float: right; background: url(../img/zt-more-01.jpg) right center no-repeat; padding-right: 10px; font-size: 12px; color: #00c1de; margin-top: 3px;}
	.zt-list-03 { margin: 0 -10px; overflow: hidden;}
	.zt-list-03 li{ float: left; width: 33.3333%; padding: 10px;}
	.zt-list-03 li img{ width: 100%;}
	.zt-list-04 *{padding: 0; margin: 0; list-style: none;}
	.zt-list-04 li{ border-bottom: solid 1px #d7d8d9; padding: 10px 0;}
	.zt-list-04 li b{ color: #000; display: block; padding-bottom: 5px;}
	.zt-list-04 li p{ color: #333;}
	
	
	.zt-case-01 li{ padding: 15px 0;}
	.zt-case-01 li img{width: 100%;}
	.zt-case-01 div{overflow: hidden;}
	.zt-case-01 span{ float: left;}
	.zt-case-01 b{ display: block;}
	.zt-case-01 small{ display: block;}
	.zt-case-01 i.zt-link-ico{ width: 50px; height: 50px; background: url(../img/zt-more-ico.jpg) center center no-repeat; display: block; float: right; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; border: solid 1px #686868;}
	
	.zt-case-01 div{ padding-right: 60px; position: relative; height: 60px; padding-top: 20px;}
	.zt-case-01 div *{ display: block; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; width: 100%; line-height: 20px;}
	.zt-case-01 div b{ color: #000;}
	.zt-case-01 div small{ color: #666;}
	.zt-case-01 a:hover b{color: #337ab7;}
	.zt-case-01 i.zt-link-ico{ position: absolute; right: 0; top: 10px;}
	
	
	.zt-box-04{ background: url(../img/zt-bg-03.jpg) center top no-repeat fixed; padding: 15px 0;}
	.zt-box-04 .zt-box-tit-03{ color: #fff;}
	
	.zh-list{padding: 15px 0;}
	.zh-list *{padding: 0; margin: 0;}
	.zh-list dl{padding: 10px 0;}
	.zh-list dt{width: 80px; padding-right: 20px; background: url(../img/zt-more-02.png) right 3px no-repeat; float: left;}
	.zh-list dt img{ width: 100%;}
	.zh-list dd{ display: table; color: #fff; padding-left: 10px;}
	.zh-list dd b{ font-size: 18px; font-weight: normal;}
	.zh-list dd p{padding: 0; margin: 0; font-size: 12px; padding-top: 5px;}
	
	.zt-box-05{ padding: 15px 0;}
	
	
	.zt-box-list *,.zt-box-list{padding: 0; margin: 0; list-style: none;}
	.zt-box-list i{ width: 4px; height: 4px; background: #00c1de; display: block; float: left; margin-top: 11px;margin-right: 5px;}
	.zt-box-list a{ line-height: 26px; color: #000;}
	.zt-box-list li{ overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis;}
	.zt-box-list a:hover{ color: #00c1de;}
	
	.wltg-banner-box{ padding-top: 60px; position: relative;}
	.wltg-banner-box .swiper-wrapper, .wltg-banner-box, .swiper-slide{ height: auto !important;}
	.wltg-bg{ background-position: center top; background-repeat: no-repeat; -webkit-background-size: cover;
	background-size: cover; padding-bottom: 37.27%;}
	
	.wltg-banner-box .pagination-wltg{ z-index: 9; position: absolute; bottom: 10px; text-align: left; width: 100%; text-align: center;}
	.wltg-banner-box .swiper-pagination-switch{ width: 12px; height: 12px; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; border: solid 2px #fff; background: none;}
	.wltg-banner-box .swiper-active-switch{ background: #fff;}
	
	.tgfw-box{ padding: 15px 0;}
	.tgfw-list{ margin: 0; padding: 0; list-style: none; border-top: solid 1px #e3e3e3; border-left: solid 1px #e3e3e3; overflow: hidden;}
	.tgfw-list li{ float: left; border-right: solid 1px #e3e3e3; border-bottom: solid 1px #e3e3e3; padding: 15px;  width: 100%;}
	.tgfw-list li b{ display: block; text-align: center; color: #000; font-size: 20px;padding-top: 15px; color: #000;}
	.tgfw-list li i{ text-align: center; margin: 0 auto; display: block; }
	.tgfw-list li p{ padding: 0; margin: 0; padding-top: 15px; line-height: 20px; color: #222;}
	.tgfw-list li a{ color: #00c1de;}
	
	.tgys-box{ padding: 15px 0;}
	.tgys-list{ padding: 0; margin: 0; list-style: none; overflow: hidden;}
	.tgys-list li{padding: 10px 0; float: left; width: 100%;}
	.tgys-list i{ text-align: center; display: block;}
	.tgys-list b{ text-align: center; display: block; padding-top: 15px; font-size: 16px; color: #000;}
	.tgys-list p{ background: #e6e6e6; padding: 10px; margin-top: 20px; position: relative; color: #333; font-size: 14px; line-height: 24px;}
	.tgys-list p:before{ width: 0; height: 0; content: ' '; position: absolute; left: 50%; top: -9px; border-left: solid 9px transparent; border-right: solid 9px transparent; border-bottom: solid 9px #e6e6e6; margin-left: -5px;}
	
	.zht-box{ padding: 15px 0;}
	
	.zht-tit b{ display: block; font-size: 20px; text-align: center;}
	.zht-text{ text-align: center; font-size: 14px; padding: 10px 0;}
	
	.zht-list{ padding: 0; margin: 0; list-style: none; overflow: hidden;}
	.zht-list li{ float: left; overflow: hidden; padding: 10px 0;  width: 100%;}
	.zht-list i{ position: relative; padding-bottom: 72.22%; display: block; width: 100%;}
	.zht-list i img{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%;}
	.zht-list i b{ font-style: normal; color: #fff; position: absolute; left: 0; top: 50%; line-height: 30px; margin-top: -15px; width: 100%; text-align: center; font-size: 20px; font-weight: normal;}
	.zht-list p{ padding: 0; margin: 0; padding-top: 15px;}
	
	.contactTxt{ color: #222; padding-top: 15px;}
	.contactTxt b{ color: #0070cc;}
	
	.jssl-box{ background: url(../img/contact-bg-01.jpg) center center; -webkit-background-size: cover;
	background-size: cover; padding: 30px 0;}
	
	.jssl-tit{  color: #fff; text-align: center;}
	.jssl-tit b{ display: block; font-size: 26px; font-weight: normal;}
	.jssl-tit span{ padding-top: 5px; display: block; font-size: 16px;}
	
	.jssl-mess{ padding: 15px 0; text-align: center;}
	.jssl-mess *{padding: 0; margin: 0;}
	.jssl-mess img{ max-width: 100%; width: auto;}
	.jssl-mess dt{ padding-bottom: 15px;}
	
	.jssl-link{ font-size: 14px; text-align: center; width: 158px; display: block;  margin: 0 auto; background: #0070cc; line-height: 40px; color: #fff;}
	.jssl-link:hover{ color: #fff; background: #0060ac;}
	
	
	.fzlc-box{ background: url(../img/contact-bg-02.jpg) center center; -webkit-background-size: cover;
	background-size: cover; padding: 30px 0;}
	.fzlc-box .container{ position: relative;}
	.fzlc-tit{  width: 150px; margin: 0 auto;}
	.fzlc-tit img{max-width: 100%; width: auto;}
	
	.fzlc-list{ border: none; border-left: solid 1px #bdbdbd; width: 0; height: auto; position: absolute; top: 0; padding: 0; margin: 0; top: -30px; bottom: -30px; left: 60px;}
	
	.fzlc-mess{ padding: 15px 0 0 0;}
	
	.fzlc-mess *{ margin: 0; padding: 0;}
	.fzlc-mess dl{ padding: 5px 0;}
	.fzlc-mess dt{ float: left; width: 70px; font-weight: normal; color: #0070cc; position: relative; line-height: 40px;}
	.fzlc-mess dt i{ width: 9px; height: 9px; background: #fff; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; border: solid 1px #bdbdbd; position: absolute; right: 20px; z-index: 9; top: 16px;}
	
	.fzlc-mess dd{ background: #f6f6f6; overflow: hidden; padding: 10px 10px 10px 25px; position: relative; font-size: 12px;}
	.fzlc-mess dd i{ color: #222; font-style: normal; margin-left: -15px; display: block; float: left;}
	.fzlc-mess span{ position: absolute; right: 0; border-right: solid 9px #f6f6f6; border-top: solid 9px transparent;  border-bottom: solid 9px transparent; top: 11px;}
	
	
	.cgal-box{ background: url(../img/contact-bg-03.jpg) center center;  -webkit-background-size: cover;
	background-size: cover; padding: 30px 0;}
	
	.cgal-tit{ display: block; font-size: 16px; text-align: center; color: #fff;}
	
	.cgal-list{ overflow: hidden; margin: 0 -5px; padding-top: 15px;}
	.cgal-list li{ float: left; width: 33.333%; color: #fff; text-align: center; padding: 0 5px;}
	.cgal-list b{ display: block; font-size: 28px; font-weight: normal;}
	.cgal-list span{ font-size: 12px;}
	
	.cgal-list-02{ overflow: hidden; margin: 0 -10px; text-align: center; padding: 15px 0 30px 0;}
	.cgal-list-02 li{display: inline;}
	
	.cgal-list-02 span{ width: 25%; float: left;}
	.cgal-list-02 span i{ width: 100%; position: relative; height: 0; padding-bottom: 50%; display: block;}
	.cgal-list-02 img{ width: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; height: auto;}

	
	.hzhb-box{background: url(../img/contact-bg-04.jpg) center center;  -webkit-background-size: cover;
	background-size: cover; padding: 30px 0;}
	
	.hzhb-tit{ text-align: center; color: #fff;}
	.hzhb-tit b{ display: block; font-size: 26px; font-weight: normal; text-transform: uppercase;}
	.hzhb-tit span{ padding-top: 5px; display: block; font-size: 14px;}
	
	.hzhb-list{ overflow: hidden; margin: -2px; padding-top: 15px;}
	.hzhb-list li{ float: left; width: 33.333%; padding: 2px;}
	.hzhb-list img{width: 100%;}
	
	#TQMiniMessWrap{display:none}
	#tq_float_container{display:none}
	

	.toTop{ display: none;}
	
	
	.wltgms-box dt{ font-weight: normal; padding-top: 15px;}
	.wltgms-box b{ font-size: 22px; line-height: 20px; font-weight: normal; display: block; padding-bottom: 15px;}
	.wltgms-box dd{ text-align: center;}
	.wltgms-box dd img{ width: auto; max-width: 100%;}
	
	.tgfw-box-bdb{ border-bottom: solid 4px #00c1de;}
	
	.wltgx-bg{ padding: 30px 0 55px 0; background: url(../img/wltg-bg.jpg) center center fixed;}
	.zt-box-tit-03-colw{ color: #fff;}
	
	
	.wltgxy-list{ margin-right: 25px; margin-right: 25px; position: relative; margin-top: 15px;}
	.wltgxy-bg ul{ background: #00c1de; padding: 15px; position: relative; z-index: 9; display: block; overflow: hidden; margin: 0;}
	.wltgxy-bg li{ color: #fff; padding: 10px 0 10px 40px; background: url(../img/wltg-list-ico.jpg) left center no-repeat;}
	.wltgxy-bd{ border: solid 4px #00c1de;  width: 100%; height: 100%; position: absolute; left: 25px; top: 25px;}
	
	.bannerBottom{ background: #000;  background: rgba(0,0,0,.65);  padding: 0 15px !important; }
	.bannerBottomText{overflow: hidden;}
	.bannerBottomText a{ display: block;  width: 33.333%; float: left;}
	.bannerBottomText dl{ padding: 0; margin: 0; padding: 10px;}
	.bannerBottomText dt{ height: 30px; overflow: hidden;}
	.bannerBottomText img{ width: 30px; display: block; margin: 0 auto;}
	.bannerBottomText dd{}
	.bannerBottomText dd b{ padding-top: 5px; text-align: center; color: #fff;  font-weight: normal; display: block;}
	.bannerBottomText dd span{ display: none;}

	
	.pf-box{display: block; position: fixed; right: 5px; bottom: 10px; z-index: 9999;}
	.pf-box li{ position: relative;}
	.pf-box div.pf-mess{ display: none;}
	.pf-ico{ width: 60px; height: 65px; display: block; padding-top: 41px; border-bottom: solid 1px #1990f2;}
	.pf-ico span{ text-align: center; display: block; font-size: 12px; color: #fff;}
	
	.pf-ico-01{ background:#0070cc url(../img/pf-ico-01.png) right top;}
	.pf-ico-02{ background:#0070cc url(../img/pf-ico-02.png) right top;}
	.pf-ico-03{ background:#0070cc url(../img/pf-ico-03.png) right top;}
	.pf-ico-04{ background:#0070cc url(../img/pf-ico-04.png) right top;}
	.pf-ico-05{ background:#0070cc url(../img/pf-ico-05.png) right top;}
	
	.pt-to-top{ background: #3d3f4b; display: block;}
	
	
	.pf-box li:hover .pf-ico{ border: solid 1px #ececec; background-color: #fff; padding-top: 40px; background-position: left top;}
	.pf-box li:hover .pf-ico span{ color: #0070cc;}
	.pf-box li:hover div.pf-mess{ display: block; position: absolute; right: 60px; bottom: 0; padding-right: 10px;}
	.pf-box li:hover div.pf-mess div{ background: #fff; border: solid 1px #ececec; padding: 8px;}
	.pf-box li:hover div.pf-mess div span{ padding-top: 10px; display: block; text-align: center; color: #333; font-size: 12px;}
	
	}
	
	
	
	
	
/*360宽度以上（二）*/

@media(min-width: 360px) {
        
	.banner_01_z_02 {
		margin-bottom: 20%;
	}
	.banner_01t {
		position: absolute;
		bottom: 0;
		width: 80%;
		margin: 0 10%;
		text-align: center;
		display: block;
	}
	.banner_02_z_02 {
		width: 50%;
		margin: 0 25%;
		text-align: center;
		display: block;
	}
	.activities ul {
		width: 320px;
		display: block;
	}
	.activities ul li {
		width: 145px;
		height: 145px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.activities ul li:nth-child(4) {
		display: none;
	}
	.slibeTit_06 {
		width: 320px;
	}
	.mlj{ position: absolute; margin-top:-120px;}
	
	
	
	.tab-content_02 .row div{ padding-top: 20px; padding-bottom: 20px; text-align: center;}
	.tab-content_02 .row div p{background: #f6f6f6;	text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 15px; color: #666;}
}
/*460宽度以上（三）*/

@media(min-width: 460px) {
	
	.banner_txt {
		padding: 0 30px;
	}
	.banner_01t {
		display: block;
	}
	.banner_02_z_01 {
		padding-top: 50px;
		width: 50%;
	}
	.serviceBox {
		padding-top: 40px;
		margin: 0 auto;
		width: 440px;
	}
	.serviceBox li {
		float: left;
		width: 200px;
		margin: 10px 10px 0 10px;
	}
	.case {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		height: auto;
	}
	.caseList {
		width: 100%;
		overflow: hidden;
		height: auto !important;
	}
	.caseList .swiper-slide {
		margin-bottom: 10px;
		background: none;
		width: 42%;
		padding: 0 4%;
		height: auto !important;
	}
	.case-hxs .swiper-slide:nth-child(3),
	.case-hxs .swiper-slide:nth-child(4),
	.case-hxs .swiper-slide:nth-child(5),
	.case-hxs .swiper-slide:nth-child(6) {
		display: none;
	}
	.caseList div {
		width: 100%;
		margin: 0 auto;
	}
	.caseList img {
		width: 100%;
	}
	.caseList p {
		width: 100%;
		margin: 0 auto;
	}
	.solution {
		width: 440px;
		overflow: hidden;
		height: 360px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.solution .swiper-wrapper {
		width: 440px;
	}
	.solutionBox i {
		margin: 0 auto;
		float: none;
	}
	.solutionBox {
		width: 440px;
		background: none;
		height: 360px;
	}
	.solutionBox li {
		margin-bottom: 0;
		width: 220px;
		float: left;
		padding: 15px 10px;
	}
	.solutionBox li:nth-child(2) {
		border-left: solid 1px #e4e4e4;
	}
	.solutionBox li:nth-child(3) {
		border-top: solid 1px #e4e4e4;
	}
	.solutionBox li:nth-child(4) {
		border-left: solid 1px #e4e4e4;
		border-top: solid 1px #e4e4e4;
	}
	.solutionBox div {
		float: none;
		width: 200px;
		margin: 0 auto;
		margin-left: 0;
		text-align: center;
	}
	.solutionBox span a {
		line-height: 22px;
		height: 22px;
		padding: 3px 10px;
	}
	.solutionBox .lj {
		background: #0d98f8;
		font-size: 12px;
		color: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.solutionBox .zx {
		background: #626d74;
		font-size: 12px;
		color: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-left: 8px;
	}
	.picActList {
		width: 425px;
		height: 425px;
	}
	.activities {
		width: 425px;
	}
	.activities ul {
		width: 435px;
	}
	.activities ul li {
		width: 135px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.activities ul li:nth-child(3) {
		display: block;
	}
	.relatedTabs,
	.relatedBox {
		width: 420px;
	}
	.relatedTabs a {
		width: 90px;
		height: 32px;
		color: #333;
		line-height: 28px;
		margin: 4px;
		font-size: 14px;
		border: solid 1px #626d74;
		display: inline-block;
		text-align: center;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
	.relatedBox div {
		float: left;
		width: 295px;
		text-align: left;
	}
	.relatedBox div.newsmess-box{ width: 100%;}
	.slibeTit_06 {
		width: 420px;
	}
	.footerT {
		width: 420px;
		margin: 0 auto;
		overflow: hidden;
	}
	.footerTL .footTit {
		display: block;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
	}
	.footerTL {
		float: left;
		width: 250px;
		text-align: left;
	}
	.footerTR {
		float: right;
		margin: 0;
	}
	.footerM {
		display: none;
	}
	.footercontent {
		padding-top: 50px;
		height: 280px;
	}
	.contactBox_06 .borderR {
		border-right: none;
	}
}
/*720宽度以上（四）*/

@media(min-width: 720px) {
	.nav-tabs_02 {
		border: none;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.nav-tabs_02>li>a{ padding:10px;}
	.banner_01_txt {
		font-size: 14px;
		line-height: 24px;
	}
	.banner_01_txt span {
		font-size: 14px;
	}
	.banner_02_txt b {
		font-size: 14px;
	}
	.banner_02_l {
		float: left;
		width: 42%;
		margin-left: 4%;
		padding-top: 70px;
	}
	.banner_02_r {
		float: right;
		width: 42%;
		margin-right: 4%;
		padding-top: 70px;
	}
	.banner_02_z_01 {
		width: 100%;
		margin: 0;
	}
	.banner_02_z_02 {
		width: 100%;
		margin: 0;
	}
	.banner_02_txt span {
		display: inline-block;
	}
	.serviceBox {
		width: 960px;
		margin: 0 auto;
		padding-top: 10px;
	}
	.serviceList {
		display: block;
	}
	.serviceBox li {
		background: #ffffff;
		padding: 0;
		width: 220px;
		height: 390px;
		-webkit-box-shadow: 0px 0px 5px rgba(214, 214, 214, 0.4);
		-moz-box-shadow: 0px 0px 5px rgba(214, 214, 214, 0.4);
		box-shadow: 0px 0px 5px rgba(214, 214, 214, 0.4);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.serviceTit {
		width: 100%;
		font-size: 24px;
		text-align: center;
		float: inherit;
	}
	.serviceBox div {
		padding: 0;
		margin: 0;
		width: 100%;
		position: relative;
	}
	.serviceBox div b{
		height: 124px;
		width: 124px;
		display: block;
		position: absolute;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		left: 46px;
		top: 90px;
	}
	.serviceBox div s{
		height: 126px;
		width: 64px;
		display: block;
		position: absolute;
		left: 45px;
		top: 89px;
/*		background: #fff;*/
		z-index: 99;
	}
	.serviceBox div s.sr{
		left: 108px;
	}
	.serviceBox div i {
		float: initial;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 30px;
		height: 124px;
		width: 124px;
		display: block;
		-webkit-background-size: initial;
		background-size: initial;
		background-position: center center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.serviceIco_01 b {
		border: solid 2px #4e555f;
	}
	.serviceIco_02 b {
		border: solid 2px #60c4bf;
	}
	.serviceIco_03 b {
		border: solid 2px #40c6a5;
	}
	.serviceIco_04 b {
		border: solid 2px #5bc5d5;
	}
	.serviceIco_01 .serviceTit {
		background: #4e555f;
		display: block;
		padding: 0;
		margin: 0;
	}
	.serviceIco_02 .serviceTit {
		background: #60c4bf;
		display: block;
		padding: 0;
		margin: 0;
	}
	.serviceIco_03 .serviceTit {
		background: #40c6a5;
		display: block;
		padding: 0;
		margin: 0;
	}
	.serviceIco_04 .serviceTit {
		background: #5bc5d5;
		display: block;
		padding: 0;
		margin: 0;
	}
	.serviceList span {
		background: #f9f9f9;
		border-bottom: solid 1px #dddddd;
		display: block;
		overflow: hidden;
	}
	.serviceList .servicelist_01 {
		background: #f3f3f3;
	}
	.list2 small {
		padding: 0 0 0 15px;
		float: left;
		width: 110px;
		line-height: 32px;
	}
	.list3 small {
		padding: 0 0 0 15px;
		float: left;
		width: 73px;
		line-height: 32px;
	}
	.service {
		width: 720px;
		height: 430px;
	}
	.service .swiper-slide {
		width: 960px;
	}
	.service .swiper-scrollbar {
		width: 500px;
		margin: 0 110px;
		height: 4px;
		position: absolute;
		left: 0;
		bottom: 5px;
		z-index: 1;
		display: block;
	}
	.case {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		height: auto;
	}
	.caseList {
		width: 100%;
		overflow: hidden;
		height: auto !important;
	}
	.caseList .swiper-slide {
		margin-bottom: 15px;
		background: none;
		width: 33.3333%;
		height: auto !important;
		padding: 0;
	}
	.case-hxs .swiper-slide:nth-child(3),
	.case-hxs .swiper-slide:nth-child(4),
	.case-hxs .swiper-slide:nth-child(5),
	.case-hxs .swiper-slide:nth-child(6) {
		display: block;
	}
	.caseList div {
		width: 80%;
	}
	.caseList p {
		width: 80%;
	}
	.solution {
		width: 720px;
		height: 350px;
		margin-top: 40px;
	}
	.solution i {
		width: 100px;
		height: 100px;
		-webkit-background-size: 70px;
		background-size: 70px;
	}
	.solutionBox li {
		width: 180px;
		padding: 0 10px;
	}
	.solutionBox div {
		width: 100%;
	}
	.solutionBox p {
		white-space: initial;
		line-height: 24px;
		height: 160px;
		color: #555;
		margin-top: 15px;
	}
	.solutionBox li:nth-child(2) {
		border: none;
		border-left: solid 1px #e4e4e4;
	}
	.solutionBox li:nth-child(3) {
		border: none;
		border-left: solid 1px #e4e4e4;
	}
	.solutionBox li:nth-child(4) {
		border: none;
		border-left: solid 1px #e4e4e4;
	}
	.solutionBox span a {
		padding: 0 20px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: inline-block;
	}
	.picActList {
		width: 340px;
		height: 334px;
		float: left;
		margin-left: 10px;
	}
	.activities {
		width: 720px;
	}
	.activities ul {
		width: 360px;
		float: right;
	}
	.activities ul li {
		width: 170px;
		height: 162px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.activities ul li:nth-child(4) {
		display: block;
	}
	.relatedTabs,
	.relatedBox {
		width: 720px;
	}
	.relatedBox ul {
		height: 380px;
		overflow: hidden;
		text-align: center;
	}
	.relatedBox ul li {
		display: inline-block;
		width: 232px;
		border: none;
	}
	.relatedBox ul img {
		padding: 0;
		margin: 0;
		width: 232px;
		height: 162px;
	}
	.relatedBox ul div {
		width: 232px;
		height: 200px;
		border: solid 1px #d8d8d8;
		border-top: none;
		overflow: hidden;
		text-align: center;
	}
	.relatedBox ul b a {
		width: 206px;
		text-align: left;
		margin: 0 auto;
		margin-top: 15px;
		display: block;
		font-size: 18px;
		height: 52px;
		line-height: 26px;
	}
	.relatedBox ul p {
		width: 206px;
		text-align: left;
		margin: 0 auto;
		padding: 0;
		margin-top: 15px;
		display: block;
		line-height: 22px;
		font-size: 12px;
		height: 66px;
		margin-bottom: 15px;
	}
	.relatedMore {
		padding-left: 20px;
		background: url(../img/relatedMoreIco.jpg) left center no-repeat;
	}
	.relatedBox ul li:nth-child(2),
	.relatedBox ul li:nth-child(3),
	.relatedBox ul li:nth-child(4) {
		display: none;
	}
	.relatedBox span {
		display: none;
	}
	.relatedBox .relatedMore {
		display: inline;
	}
	.relatedBox div.newsmess-box{ width: 490px; margin: 0 auto; float: none;}
	.relatedTabs a {
		width: 142px;
		height: 42px;
		color: #333;
		line-height: 38px;
		margin: 4px;
		font-size: 14px;
		border: solid 1px #626d74;
		display: inline-block;
		text-align: center;
		-webkit-border-radius: 21px;
		-moz-border-radius: 21px;
		border-radius: 21px;
	}
	.relatedBox ul li {
		margin: 0 10px;
	}
	.relatedBox ul li:nth-child(2) {
		display: inline-block;
	}
	.slibeTit_06 {
		width: 600px;
	}
	
	.relatedBox .newslist li{ text-align: center; width: 100%; text-align: left; border-bottom:solid 1px #d8d8d8 ; margin: 0;}
	
	.footerT {
		width: 700px;
	}
	.footerM {
		width: 100%;
		height: 30%;
		background: url(../img/map.jpg) center center no-repeat;
		margin: 0 auto;
		margin-top: 20px;
		overflow: hidden;
		position: relative;

		display: none;
	}
	.footercontent .footerM {
		display:none;
	}
	.footerM ul {
		top: 50%;
		position: relative;
		width: 700px;
		margin: 0 auto;
		margin-top: -40px;
	}
	.footerM li {
		margin-left: 10px;
		padding: 3px 0;
	}
	.footerM li span {
		font-size: 12px;
		background: #fff;
		display: inline-block;
		padding: 5px;
	}
	.contactTxt,
	.contactTxt b {
		font-size: 22px;
		line-height: 40px;
	}
	.contactTxt span {
		font-size: 16px;
	}
	.contactBox_06 .borderR {
		border-right: solid 1px #ececec;
		border-bottom: none;
	}
	.solutionBox_01 {
		padding-bottom: 20px;
		position: relative;
		border-bottom: solid 1px #dedede;
	}
	.solutionBox_01 .row {
		padding-top: 20px;
	}
	.breadcrumb_02 {
		margin-top: 30px;
		float: right;
		background: none;
		height: 20px;
		display: block;
		line-height: 20px;
	}
	.breadcrumb_02 li {
		float: left;
		font-size: 12px;
		color: #999;
	}
	.breadcrumb_02 a {
		font-size: 12px;
		color: #999;
	}
	.solutionBox_03 .media-heading a {
		font-size: 20px;
		font-weight: bold;
		color: #333;
		padding: 10px 0;
		display: block;
	}
	.solutionBox_03 .media-left {
		float: left;
		width: 170px;
	}
	.solutionBox_03 .media-body {
		width: auto;
		display: inherit;
	}
	.solutionBox_03 p {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
	}
	.media-mess {
		display: block;
	}
	.media-mess * {
		display: none;
	}
	.media-mess .more {
		display: block;
	}
	.solutionBox_03 .media {
		padding: 20px 0;
		border-bottom: solid 1px #eeeeee;
	}
	.solutionBox_03 .media-heading a {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
	}
	.constructionBox_06 b{ margin-top: 20px;}
	.constructionBox_08{margin: 0 auto; width: 720px;}
	
	.tgfw-list li{ width: 50%;}
	.tgfw-list li p{ height: 75px;}
	
	.tgys-list{ margin: 0 -12px;}
	.tgys-list li{ width: 33.333%; padding: 12px;}
	.tgys-list p{ height: 120px;}
	
	.zht-list{ margin: 0 -12px;}
	.zht-list li{ width: 33.333%; padding: 0 12px;}
	
	.zt-box-list{ margin: 0 -10px;}
	.zt-box-list li{ width: 50%; float: left; padding: 0 10px;}
}
/*460宽度以上，横屏*/

@media (Orientation: landscape) and (min-width: 460px) {
	.banner_01_z_01 {
		width: 40%;
	}
	.banner_01_z_02 {
		width: 25%;
	}
}
/*630宽度以上，竖屏，针对BANNER*/

@media (Orientation: landscape) and (max-height: 630px) {
	.banner_01t {
		display: none;
	}
	.banner_01_z_02 {
		margin-bottom: 0;
	}
}
/*1099px宽度以下针对头部*/

@media (max-width: 1099px) {
	.wxPic{ display:none ;}
	.wrap {
		margin: 0 auto;
		width: 100%
	}
	header ul,111
	header li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.logo {
		width: 100px;
		margin: 0;
		padding: 0;
		margin-left: 20px;
		padding-top: 10px;
	}
	.logo img {
		width: 100px;
		display: block;
		padding: 0;
		margin: 0;
	}
	.headerT {
		width: 100%;
		background: #323232;
	}
	.navBg {
		background: #000;
		height: 60px;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
		opacity: 0.5;
	}
	.navBox {
		height: 54px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	.navBtn {
		position: absolute;
		right: 10px;
		top: 16px;
		color: #0070cc;
		font-size: 24px;
		cursor: pointer;
		z-index: 999999;
	}
	.navBtn:hover,
	.navBtn:active,
	.navBox span.on {
		color: #0060ac;
	}
	nav {
		position: absolute;
		right: 0;
		margin-right: -84px;
		top: 16px;
		transition: .15s;
	}
	.navOn {
		margin-right: 0;
	}
	nav ul {
		padding-top: 30px;
		border: solid 1px #000;
		border-top: solid 1px #0070cc;
		width: 84px;
		background: #3a3a3a;
		transition: 0;
	}
	nav li {
		line-height: 30px;
		width: 100%;
		overflow: hidden;
		transition: 0;
	}
	nav li span {
		width: 40px;
		overflow: hidden;
		display: block;
		margin: 0 7px;
		transition: 0;
	}
	nav li a {
		overflow: hidden;
		display: block;
		height: 30px;
		letter-spacing: 5px;
		float: left;
		text-align: left;
		margin-left: 5px;
		font-size: 12px;
		color: #fff;
		font-family: "宋体";
		transition: 0;
	}
	nav li:nth-child(2) a,
	nav li:nth-child(3) a,
	nav li:nth-child(4) a,
	nav li:nth-child(5) a,
	nav li:nth-child(6) a {
		/* margin-left: -29px; */
	}
	nav .active {
		background: #111;
	}
	nav .active a {
		color: #0070cc;
	}
	.arrow-left,
	.arrow-right {
		display: none;
	}
	.topXp {
		margin-top: 0;
	}
	.topXp_02 {
		padding-top: 70px;
	}
	.topXp_03 {
		padding-top: 70px;
	}

	.serviceZx {
		display: none;
	}
	
	
}
/*1100宽度以上（五）*/

@media (min-width: 1100px) {
	
	.pf-box{top: 50%; bottom: auto; margin-top: -133px;}
	
	.enetBox>.swiper-wrapper>.swiper-slide>.slide_07{ padding: 0;}
	.wxPic{ display:none; position:absolute; z-index:9999;}
	.wrap {
		width: 1100px;
		overflow: hidden;
		margin: 0 auto;
	}

	.logo,
	.logo img {
		width: 170px;
		margin: 0;
		padding: 0;
		float: left;
	}
	.navBox {
		position: relative;
	}
	.headerT {
		background: #323232;
		line-height: 30px;
	}
	.headerTL {
		float: left;
		color: #939393;
		font-size: 12px;
	}
	.headerTR {
		float: right;
		margin-bottom: 0;
	}
	.headerTR li {
		float: left;
	}
	.headerTR a,
	.headerTR span {
		font-size: 12px;
		color: #939393;
	}
	.headerTR .wx {
		background: url(../img/wxIco.jpg) 5px center no-repeat;
		padding: 0 5px 0 25px;
		border-left: solid 1px #4a4b4c;
		height: 30px;
		display: inline-block;
	}
	.headerTR .wb {
		background: url(../img/wbIco.jpg) 5px center no-repeat;
		padding: 0 5px 0 25px;
		border-left: solid 1px #4a4b4c;
		height: 30px;
		display: inline-block;
	}
	.headerTR .tel {
		background: url(../img/telIco.jpg) 5px center no-repeat;
		padding: 0 5px 0 25px;
		border-left: solid 1px #4a4b4c;
		height: 30px;
		display: inline-block;
		font-weight: bold;
		font-size: 12px;
	}
	.headerTR .tel b {
		font-size: 14px;
	}
	.navBg {
		background: #0070cc;
		opacity: 1;
		height: 70px;
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: -1;
	}
	.navBtn {
		display: none;
	}
	nav {
		position: inherit;
		margin: 0;
		float: left;
		margin-left: 40px;
		display: inline;
		transition: 0;
	}
	nav li {
		float: left;
		line-height: 70px;
		height: 70px;
		transition: 0;
	}
	nav li a {
		display: block;
		line-height: 70px;
		height: 70px;
		padding: 0 30px;
		color: #fff;
		font-size: 18px;
		transition: 0;
	}
	nav li:hover a,
	nav li.active a {
		color: #fff;
		background: #0060ac;
		transition: 0;
	}
	.banner_02 {
		width: 1100px;
		margin: 0 auto;
	}
	.banner_02_l {
		width: 46%;
		margin: 0;
	}
	.banner_02_z_01 {
		padding-top: 90px;
	}
	.banner_02_r {
		width: 46%;
		margin: 0;
	}
	.bannerCentertL {
		float: left;
		color: #fff;
		position: relative;
		width: 600px;
		height: 40px;
		overflow: hidden;
		margin-top: 10px;
	}
	.bannerCentertL ul {
		position: absolute;
		top: 0;
	}
	.bannerCentertL li {
		line-height: 40px;
		font-size: 20px;
	}
	.bannerCentertR {
		float: right;
		width: 150px;
		margin-top: 18px;
	}
	.bannerBtnBg {
		width: 100%;
		height: 60px;
		background: #000;
		opacity: 0.6;
		position: absolute;
		bottom: 0;
		z-index: 999999999;
	}
	.bannerBtn {
		width: 100%;
		margin: 0 auto;
		height: 60px;
		position: absolute;
		bottom: 0;
		z-index: 9999999999;
	}
	.bannerCentert {
		margin: 0 auto;
		width: 1100px;
	}
	.bannerCentertR {
		width: 200px;
		text-align: right;
	}
	.pagination {
		display: inline-block;
		width: auto;
		position: absolute;
		width: 100%;
		bottom: 96px;
		margin: 0;
	}
	.arrow-left {
		text-align: center;
		overflow: hidden;
	}
	.arrow-right {
		text-align: center;
		overflow: hidden;
	}
	.arrow-left img,
	.arrow-right img {
		margin-bottom: 2px;
		padding: 0 6px;
	}
	.topXp {
		margin-top: 0 !important;
	}
	.footerBox .topXp {
		margin-top: 90px !important;
	}
	.topXp_02 {
		padding-top: 90px !important;
	}
	.topXp_03 {
		padding-top: 120px !important;
	}
	.service {
		width: 1000px;
		height: 430px;
	}
	.serviceBox {
		width: 1000px;
		padding-top: 20px;
	}
	.service .swiper-slide {
		width: 1000px;
	}
	.service .swiper-slide li {
		margin: 0 15px;
	}
	.service .swiper-scrollbar {
		display: none;
	}
	.serviceZx {
		font-size: 16px;
		text-align: center;
		color: #777;
		display: block;
	}
	.serviceZx span {
		color: #777;
		background: url(../img/serviceZx.jpg);
		width: 236px;
		padding-left: 20px;
		height: 46px;
		display: inline-block;
		line-height: 46px;
		font-size: 16px;
	}
	.case {
		width: 1100px;
		margin: 0 auto;
		overflow: hidden;
		height: auto;
	}
	.caseList {
		width: 100%;
		overflow: hidden;
		height: auto !important;
	}
	.caseList .swiper-slide {
		margin-bottom: 15px;
		background: none;
		width: 350px;
		height: auto !important;
		padding: 0 8px;
	}
	.caseList div {
		width: 350px;
	}
	.caseList p {
		width: 350px;
	}
	.solution {
		width: 1096px;
		margin-top: 40px;
		height: 350px;
	}
	.solutionBox li {
		width: 270px;
		padding: 0 32px;
	}
	.solutionBox b {
		font-size: 18px;
	}
	.solutionBox div {
		margin-top: 30px;
	}
	.solutionBox p {
		height: 140px;
	}
	.solutionBox li:nth-child(2) {
		border: none;
		padding-left: 40px;
		background: url(../img/solutionLine.jpg) left center repeat-y;
	}
	.solutionBox li:nth-child(3) {
		border: none;
		padding-left: 40px;
		background: url(../img/solutionLine.jpg) left center repeat-y;
	}
	.solutionBox li:nth-child(4) {
		border: none;
		padding-left: 40px;
		background: url(../img/solutionLine.jpg) left center repeat-y;
	}
	.picActList {
		width: 545px;
		height: 520px;
		float: left;
		margin-left: 0px;
	}
	.activities {
		width: 1110px;
	}
	.activities p {
		font-size: 14px;
	}
	.activities ul {
		width: 556px;
		float: right;
	}
	.activities ul li {
		width: 268px;
		height: 255px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.relatedTabs,
	.relatedBox {
		width: 1100px;
	}
	.relatedBox ul li {
		margin: 0 19px;
	}
	.relatedBox ul li:nth-child(3),
	.relatedBox ul li:nth-child(4) {
		display: inline-block;
	}
	.relatedTabs,
	.relatedBox {
		margin-top: 30px;
	}
	.relatedMore {
		float: left;
		margin-left: 10px;
	}
	.relatedBox span {
		display: block;
		float: right;
		margin-right: 10px;
	}
	.relatedBox span i {
		width: 26px;
		height: 26px;
		float: left;
		border: solid 1px #a5a5a5;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	 .relatedBox span i:hover {
      	  border: solid 1px #337ab7;
   	 }
	.relatedBox .wbIco {
		background: url(../img/wbIco_02.jpg) center center no-repeat;
	}
	.relatedBox .wxIco {
		background: url(../img/wxIco_02.jpg) center center no-repeat;
		margin-left: 8px;
	}
	.slibeTit_06 {
		width: auto;
	}
	.relatedBox div.newsmess-box{ width: 1050px;}
	.relatedBox dl{ float: left; width: 512px; margin-right: 15px;}
	.relatedBox dt{ width: 512px; float: none;}
	.relatedBox dt i {padding-bottom: 46.88%; width: 100%;}
	.relatedBox dt i img{ width: 100%; height: auto; left: 0; right: 0; }
	.relatedBox dd{ padding: 15px; border: solid 1px #d8d8d8; border-top: none; width: 512px; height: 140px;}
	.newsmess-box b a{ font-size: 18px;}
	.newsmess-box b{ padding-bottom: 10px; display: block;}
	.newsmess-box p{color: #333;}
	.newsmess-box dl span{float: left; color: #999; font-size: 12px;}
	
	.relatedBox .newslist{ float: right; margin: 0; width: 520px; height: 380px;}
	.relatedBox .newslist li i{ margin-top: 17px;}
	.relatedBox .newslist li{ border-bottom: none; line-height: 34px; padding: 0 10px; position: relative; padding-right: 80px; float: left;}
	.relatedBox .newslist li a{ color: #333; font-size: 14px; line-height: 30px;}
	.relatedBox .newslist li:hover{background: #f1f4f7;}
	.relatedBox .newslist li a:hover{ color: #0070cc;}
	.relatedBox .newslist li span{ font-size: 12px; color: #999;position: absolute; right: 10px; top: 0;}
	
	.footerBox {
		 margin-bottom: 300px;
	}
	.footer {
		width: 100%;
		background: #232529;
		overflow: hidden;
		position: relative;
		z-index: 999;
	}
	.footerT {
		width: 1100px;
	}
	.footerM {
		width: 100%;
		height: 40%;
		background: url(../img/map.jpg) center center no-repeat;
		margin: 0 auto;
		margin-top: 20px;
		overflow: hidden;
		display: block;
		z-index: 9;
		position: absolute;
		bottom: 0;
	}
	.footercontent {
		height: 550px;
		padding-top: 30px;
	}
	.footercontent .footerM {
		display: block;
		margin-top: 0;
		margin-bottom: 40px;
	}
	.footerM ul {
		top: 50%;
		position: relative;
		width: 1100px;
		margin: 0 auto;
		margin-top: -40px;
	}
	.footerM li {
		margin-left: 10px;
		padding: 3px 0;
	}
	.footerM li span {
		font-size: 12px;
		background: #fff;
		display: inline-block;
		padding: 5px;
	}
	.footerB {
		width: 100%;
		background: #111;
		position: absolute;
		bottom: 0;
		height: 50px;
		display: block;
		z-index: 999;
		padding: 12px 0;
	}
	.footerBtxt {
		padding-left: 10px;
		color: #fff;
		font-size: 12px;
	}
	.footerB div {
		width: 1100px;
		margin: 0 auto;
	}
	.slide_07 .slideBoxM {
		display: block;
	}
	.slide_07 .slideBox {
		display: block;
		width: 100%;
		height: 100%;
	}
	.footerTM {
		float: left;
		display: block;
	}
	.footerTM dl {
		float: left;
		width: 120px;
		margin-left: 50px;
	}
	.footerTM a {
		line-height: 30px;
		color: #fff;
	}
	.footerTM dd a {
		font-size: 12px;
	}
	.yqLink {
		width: 1100px;
		border-top: solid 1px #565656;
		border-bottom: solid 1px #565656;
		float: left;
		padding:15px 0;

		line-height: 25px;
		display: block;
	}
	.yqLink span,
	.yqLink,
	.yqLink a {
		color: #fff;
		font-size: 12px;
	}
	.yqLink a {
		padding: 0 5px;
	}
	.contactTxt,
	.contactTxt b {
		font-size: 34px;
		line-height: 64px;
	}
	.contactTxt span {
		font-size: 18px;
	}
	#timeline {
		width: 870px;
		background: url(../img/contactPic_04.jpg) center top no-repeat;
		height: 470px;
		overflow: hidden;
		margin: 0 auto;
	}
	#timeline #issues {
		height: 380px;
		overflow: hidden;
	}
	#timeline span {
		display: none;
	}
	#timeline #issues li {
		width: 870px;
		height: 380px;
		float: left;
		padding-top: 200px;
		line-height: 26px;
	}
	#dates {
		background: url(../img/contactBg_02.jpg) left 10px repeat-x;
		overflow: hidden;
		padding: 0;
		width: 900px;
	}
	#dates li {
		float: left;
		width: 200px;
		text-align: center;
	}
	#dates a {
		display: block;
		padding-top: 30px;
		color: #000;
		font-size: 16px;
	}
	#dates .selected {
		background: url(../img/contactBg_03.jpg) center top no-repeat;
	}
	.breadcrumb_02 {
		margin-top: 45px;
	}
	.media-mess * {
		display: inline-block;
	}
	.media-mess a {
		color: #888;
		font-size: 12px;
	}
	.media-mess span {
		margin-left: 30px;
		color: #888;
		font-size: 12px;
	}
	.solutionBox_03 .media-heading a {
		font-size: 24px;
	}
	.solutionBox_03 .media-left {
		float: left;
		width: 320px;
	}
	.solutionBox_03 .relatedMore {
		margin-left: 0;
	}
	.solutionBox_03 p {
		text-overflow: inherit;
		overflow: hidden;
		white-space: initial;
		width: 100%;
		height: 115px;
		line-height: 22px;
	}
	.solutionBox_03 div i {
		width: 26px;
		height: 26px;
		float: left;
		border: solid 1px #a5a5a5;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.media-mess div {
		float: right;
		margin-top: -5px;
	}
	.solutionBox_03 .wbIco {
		background: url(../img/wbIco_02.jpg) center center no-repeat;
	}
	.solutionBox_03 .wxIco {
		background: url(../img/wxIco_02.jpg) center center no-repeat;
		margin-left: 8px;
	}
	.solutionBox_03 .media {
		padding: 40px 0;
		border: none;
	}
	.constructionBox_01 {
		background: url(../img/constructionPic_01.jpg) center 140px no-repeat; height: 760px; padding: 0;
	}
	.constructionBox_01 b{ padding-top: 280px; font-size: 44px;}
	.constructionBox_01 span{font-size: 36px;}
	.constructionBox_01 .container div{display: none;}
	.constructionBox_06 b{ margin-top: 120px;}
	.constructionBox_08{margin: 0 auto; width: 100%;}
	
	.toTop{ display: none; z-index: 99999; position: fixed; right: 10px; bottom: 80px;}
	.toTop a{ opacity: .8;}
	.toTop a:hover{ opacity:1;}
	.enetBox>.swiper-wrapper>.swiper-slide>.banner{ padding: 0; margin-top: 100px;}
	
	.zt-banner-bg{ margin-top: 102px; height: 528px; padding-bottom: 0;}
	
	.zt-tit-01{ height: 80px; line-height: 80px; 	padding: 0 30px; font-size: 22px;}
	
	.zt-list-01{ overflow: hidden; margin: 0 -15px;}
	.zt-list-01 dl{ padding: 20px 0px 20px 20px; width: 50%; float: left; border-right: solid 1px #d7d8d9;}
	.zt-list-01 dl:nth-child(odd){border-right: none;}
	.zt-list-01 dd p{ padding: 0; margin: 0; line-height: 20px; }
	.zt-list-01 dl.zt-list-max{ width: 100%; border: none;}
	.zt-list-01 dd b{ font-size: 18px; display: block; padding-bottom: 10px;}
	.zt-bg-01{ padding: 40px 0;}
	.zt-btn-01{ padding-top: 30px;}
	.zt-btn-01 a{ width: 140px;}
	
	.zt-bg-02{ padding: 40px 0;}
	.zt-list-02{ overflow: hidden; margin: 0 -15px;}
	.zt-list-02 dl{ float: left; width: 50%; height: 226px; display: table;}
	.zt-list-02 dl:nth-child(3){ background: #00c1de;}
	.zt-list-02 dl:nth-child(4){ background: none;}
	.zt-list-02 dt{ width: 220px; text-align: center;}
	.zt-list-02 dt img{ width: 130px; margin-top: 35px;}
	.zt-list-02 dd{ display: table-cell; vertical-align: middle; width: 290px;}
	.zt-list-02 dd b{ font-size: 24px;}
	.zt-list-02 dd p{ font-size: 14px;}
	
	.zt-box-tit-03 i{ margin-right: 10px;}
	.zt-box-tit-03 b{ font-size: 24px;}
	.zt-list-03 li{ width: 16.66666%; text-align: center;}
	.zt-list-03 li img{ width: auto;}
	.zt-list-03{ padding: 25px 0;}
	.zt-list-04 li{ padding: 20px 0;}
	
	.zt-box-03{ padding: 40px 0;}
	.zt-case-01{ margin: 0 -2px; overflow: hidden; padding-top: 10px;}
	.zt-case-01 li{ width: 33.3333%; float: left; padding:15px 2px;}
	.zt-case-01 div{ padding-right: 100px; padding-top: 5px;}
	.zt-case-01 i.zt-link-ico{ right: 30px;}
	.zt-case-01 div b{ font-size: 16px; font-weight: normal;}
	.zt-case-01 div small{ font-size: 14px; margin-top: 5px;}
	
	.zt-box-04{ padding: 70px 0;}
	.zh-list{ margin: 0 -15px; overflow: hidden;}
	.zh-list-l{ width: 50%; float: left; padding: 0 15px;}
	.zh-list-r{ width: 50%; float: left; padding: 0 15px;}
	.zh-list dl{ padding: 25px 0;}
	.zh-list dt{ width: 110px; padding-right: 30px; background-position: right 10px;}
	.zh-list dd{ padding-left: 15px;}
	.zh-list dd b{ font-size: 24px; font-weight: bold;}
	.zh-list dd p{ font-size: 14px; height: 45px;}
	
	.zt-box-05{ padding: 40px 0;}
	.zt-box-list{ margin: 0 -10px; padding-top: 10px;}
	.zt-box-list li{ width: 33.3333%; float: left; padding: 0 10px;}
	
	.tgfw-box{ padding: 40px 0 0 0;}
	.tgfw-list{ margin-top: 20px;}
	.tgfw-list li{ width: 20%;}
	.tgfw-list li i{ padding: 20px 0;}
	
	.wltgcl-list li{ width: 25%; text-align: center; padding: 15px 25px;}
	
	.tgfw-list li p{ height: 120px; font-size: 14px;}
	
	.tgys-box{ padding: 40px 0 0 0;}
	.tgys-list{ padding-top: 30px;}
	.tgys-list li{ width: 16.6666%;}
	
	.tgys-list p{ height: 180px;}
	
	.zht-box{ padding: 40px 0 0 0;}
	.zht-tit b{ font-size: 32px;}
	.zht-text{ font-size: 24px;}
	.zht-list i b{ font-size: 24px; font-weight: bold;}
	
	.wltg-bg{ height: 410px; padding-bottom: 0;}
	
	.wltg-banner-box{ padding-top: 100px;}
	
	
	.contactTxt{ padding-top: 30px;}
	.contactTxt, .contactTxt b,.contactTxt *{  line-height: 52px;}
	
	.jssl-box{padding: 90px 0 0 0; height: 580px;}
	.jssl-tit{ text-align: left; padding: 0 20px;}
	.jssl-tit b{ font-size: 34px; font-weight: bold;}
	.jssl-tit span{ padding-top: 15px;}

	.jssl-mess{ padding: 45px 20px;}
	.jssl-mess dl{ overflow: hidden; margin: 0 -10px;}
	.jssl-mess dt{ float: left; padding: 0 10px;}
	.jssl-mess dd{ float: left; padding: 0 10px;}
	.jssl-link{ float: right; margin-right: 28px;}
	
	.fzlc-box{ padding: 60px 0;}
	.fzlc-tit{ width: auto; text-align: center;}
	.fzlc-list{ top: -60px; bottom: -60px; border-width: 2px; left: 100px;}
	.fzlc-mess{ padding-top: 50px; margin: -15px 0;}
	.fzlc-mess dl{ padding: 15px 0;}
	.fzlc-mess dt{ font-size: 24px; width: 125px;}
	.fzlc-mess dt i{ width: 14px; height: 14px; border-width: 2px; right: 32px; top: 14px;}
	
	.fzlc-mess dd{ padding: 25px 25px 25px 45px; font-size: 16px; line-height: 28px;}
	.fzlc-mess dd i{ margin-left: -20px;}
	
	.cgal-box{	padding: 60px 0 0 0; height: 285px;}
	.cgal-tit{ font-size: 28px;}
	.cgal-list{ padding-top: 40px;}
	
	.cgal-list b{ font-size: 66px; line-height: 66px;}
	.cgal-list span{ font-size: 14px;}
	
	.cgal-list-02{ margin: 0 -15px;}
	.cgal-list-02 li{ margin: 0 -20px; display: block; overflow: hidden; padding: 15px 0;}
	.cgal-list-02 span{width: auto;}
	.cgal-list-02 span i{ padding-bottom: 0; display: inline;}
	.cgal-list-02 img{ position: relative;}
	
	
	.hzhb-box{ padding: 60px 0;}
	.hzhb-tit b{ font-size: 40px;}
	.hzhb-tit span{ font-size: 28px;}
	
	.hzhb-list{ padding-top: 30px; margin: -3px -14px;}
	.hzhb-list li{width: 16.66667%; padding: 3px 3px;}

	.wltgms-box{ position: relative; height: 401px;}
	.wltgms-box dt{ float: left; padding-right: 477px; display: table; height: 100%; padding-top: 0;}
	.wltgms-box dt div{ display: table-cell; vertical-align: middle;}
	.wltgms-box b{ font-size: 32px; font-weight: bold; line-height: 1.75;}
	.wltgms-box dd{ position: absolute; right: 0; width: 416px; top: 0;}
	
	.zht-text{ padding-bottom: 20px;}
	
	
	.wltgxy-list{ width: 658px; height: 250px; margin-right: 0; margin-bottom: 0; margin-top: 55px;}
	.wltgx-bg{ margin-top: 40px; padding: 100px 0 130px 0;}
	.wltgxy-bg{ width: 100%; height: 100%;}
	.wltgxy-bg ul{ width: 100%; height: 100%; padding: 25px 50px;}
	.wltgxy-bg li{ float: left; width: 50%; line-height: 50px; padding-top: 0; padding-bottom: 0; font-size: 16px;}
	.wltgxy-bd{ top: 30px; left: 30px;}
	
	.wltgxy-pb{ padding-bottom: 30px;}
	
	
	
	.bannerBottom{ background: #000;  background: rgba(0,0,0,.65); padding: 0 !important; position: absolute; bottom: 0; z-index: 9; width: 100%; left: 0;}
	.bannerBottomText img{ width: 60px; display: block; margin: 0 auto;}
	.bannerBottomText dl{ padding: 15px 0;}
	.bannerBottomText dt{ float: left; height: 60px;}
	.bannerBottomText dd{ overflow: hidden; padding: 5px 10px;}
	.bannerBottomText dd b{ padding-top: 0; text-align: left; color: #fff;  font-size: 18px; line-height: 26px;}
	.bannerBottomText dd span{ display: block; font-size: 12px; line-height: 24px; color: #fff;}
	
	.bannerBottomText a:hover .banner-ico-off{display: none;}
	.bannerBottomText a:hover *{ color: #0070cc;}
	.banner-prev{ position: absolute; top: 50%; margin-top: -35px; left: 50%; margin-left: -620px; z-index: 9; opacity: .6;}
	.banner-next{ position: absolute; top: 50%; margin-top: -35px; right: 50%; margin-right: -620px; z-index: 9; opacity: .6;}
	
	.banner-prev:hover,.banner-next:hover{ opacity: 1;}
}


@media (min-width: 1240px) {
	.wrap-min {
		width: 1140px;
		overflow: hidden;
		margin: 0 auto;
	}
	.wrap-max {
		width: 1200px;
		overflow: hidden;
		margin: 0 auto;
	}	
}


/*@media (max-height: 660px) {
	.relatedBox li:nth-last-child(1),.relatedBox li:nth-last-child(2){display: none;}
	.relatedBox,.relatedBox .swiper-wrapper,.relatedBox .swiper-wrapper .swiper-slide{ height: auto !important;}
}*/
/*.dn{display: none !important;}*/

.del_01{
	-webkit-animation-delay: .1S;
	-moz-animation-delay: .1S;
	-o-animation-delay: .1S;
	animation-delay: .1S;
}
.del_02{
	-webkit-animation-delay: .2S;
	-moz-animation-delay: .2S;
	-o-animation-delay: .2S;
	animation-delay: .2S;
}
.del_03{
	-webkit-animation-delay: .3S;
	-moz-animation-delay: .3S;
	-o-animation-delay: .3S;
	animation-delay: .3S;
}
.del_04{
	-webkit-animation-delay: .4S;
	-moz-animation-delay: .4S;
	-o-animation-delay: .4S;
	animation-delay: .4S;
}
.del_05{
	-webkit-animation-delay: .5S;
	-moz-animation-delay: .5S;
	-o-animation-delay: .5S;
	animation-delay: .5S;
}
.del_06{
	-webkit-animation-delay: .6S;
	-moz-animation-delay: .6S;
	-o-animation-delay: .6S;
	animation-delay: .6S;
}
.del_07{
	-webkit-animation-delay: .7S;
	-moz-animation-delay: .7S;
	-o-animation-delay: .7S;
	animation-delay: .7S;
}
.del_08{
	-webkit-animation-delay: .8S;
	-moz-animation-delay: .8S;
	-o-animation-delay: .8S;
	animation-delay: .8S;
}
.del_09{
	-webkit-animation-delay: .9S;
	-moz-animation-delay: .9S;
	-o-animation-delay: .9S;
	animation-delay: .9S;
}
.del_10{
	-webkit-animation-delay: 1S;
	-moz-animation-delay: 1S;
	-o-animation-delay: 1S;
	animation-delay: 1S;
}

.dur_01{
	animation-duration:.1s;
	-webkit-animation-duration:.1s;
}
.dur_02{
	animation-duration:.2s;
	-webkit-animation-duration:.2s;
}
.dur_03{
	animation-duration:.3s;
	-webkit-animation-duration:.3s;
}
.dur_04{
	animation-duration:.4s;
	-webkit-animation-duration:.4s;
}
.dur_05{
	animation-duration:.5s;
	-webkit-animation-duration:.5s;
}
.dur_06{
	animation-duration:.6s;
	-webkit-animation-duration:.6s;
}
.dur_07{
	animation-duration:.7s;
	-webkit-animation-duration:.7s;
}
.dur_08{
	animation-duration:.8s;
	-webkit-animation-duration:.8s;
}
.dur_09{
	animation-duration:.9s;
	-webkit-animation-duration:.9s;
}
.dur_10{
	animation-duration:1s;
	-webkit-animation-duration:1s;
}
.dur_11{
	animation-duration:1.1s;
	-webkit-animation-duration:1.1s;
}
.dur_12{
	animation-duration:1.2s;
	-webkit-animation-duration:12s;
}
.dur_13{
	animation-duration:1.3s;
	-webkit-animation-duration:1.3s;
}
.dur_14{
	animation-duration:1.4s;
	-webkit-animation-duration:1.4s;
}
.dur_15{
	animation-duration:1.5s;
	-webkit-animation-duration:1.5s;
}
/*@-webkit-keyframes zToTop {
  from {
    -webkit-transform: scale3d(1.3, 1.3, 1.3) translateY(20px);
    transform: scale3d(1.3, 1.3, 1.3) translateY(20px);
    opacity: 0;
  }


  to {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
    opacity: 1;
  }
}

@keyframes zToTop {

  from {
    -webkit-transform: scale3d(1.3, 1.3, 1.3) translateY(20px);
    transform: scale3d(1.3, 1.3, 1.3) translateY(20px);
    opacity: 0;
  }


  to {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
    opacity: 1;
  }
}


.zToTop {
  -webkit-animation-name: zToTop;
  animation-name: zToTop;
}

@-webkit-keyframes zToTop_02 {
  from {
    -webkit-transform: scale3d(.8, .8, .8) translateY(20px);
    transform: scale3d(.8, .8, .8) translateY(20px);
    opacity: 0;
  }


  to {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
    opacity: 1;
  }
}

@keyframes zToTop_02 {
  from {
    -webkit-transform: scale3d(.8, .8, .8) translateY(20px);
    transform: scale3d(.8, .8, .8) translateY(20px);
    opacity: 0;
  }


  to {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
    opacity: 1;
  }
}


.zToTop_02 {
  -webkit-animation-name: zToTop_02;
  animation-name: zToTop_02;
}

@-webkit-keyframes zToTop_03 {
  from {
  	-webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }


  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes zToTop_03 {
  from {
  	-webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }


  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}


.zToTop_03 {
  -webkit-animation-name: zToTop_03;
  animation-name: zToTop_03;
}

@-webkit-keyframes zToTop_04 {
  from {
  	-webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }


  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes zToTop_04 {
  from {
  	-webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }


  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}


.zToTop_04 {
  -webkit-animation-name: zToTop_04;
  animation-name: zToTop_04;
}

@-webkit-keyframes zToTop_05 {
  from {
  	-webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }


  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes zToTop_05 {
  from {
  	-webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}


.zToTop_05 {
  -webkit-animation-name: zToTop_05;
  animation-name: zToTop_05;
}


@-webkit-keyframes zToTop_06 {
  from {
  	 -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }

  to {
  	 -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1,1, 1);
    opacity: 1;
  }
}

@keyframes zToTop_06 {
  from {
  	 -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }

  to {
  	 -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1,1, 1);
    opacity: 1;
  }
}


.zToTop_06 {
  -webkit-animation-name: zToTop_06;
  animation-name: zToTop_06;
}


@-webkit-keyframes zQuan_01 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    margin-top: 0;
  }
  to {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    margin-top: 62px;
  }
}

@keyframes zQuan_01 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    margin-top: 0;
  }
  to {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    margin-top: 62px;
  }
}

.zQuan_01{
	-webkit-animation-name: zQuan_01;
  animation-name: zQuan_01;
}

@-webkit-keyframes zQuan_02 {
  from {
  	-webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
    margin-top: 0;
    }
  to {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    margin-top: -62px;
  }
}

@keyframes zQuan_02 {
  from {
  	-webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
    margin-top: 0;
    }
  to {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    margin-top: -62px;
  }
}
.zQuan_02{
	-webkit-animation-name: zQuan_02;
  animation-name: zQuan_02;
}
*/


@media (min-width: 320px) and (max-width: 767px) {
	.pagination{ margin: 0;}
	.enetBox>.swiper-wrapper>.swiper-slide>*{ padding: 30px 0;}
	.service .swiper-wrapper{ width: 100% !important;}
	.serviceBox{ width: 100%; padding: 5px; margin: 0;}
	.serviceBox li{ width: 50%; float: left; margin-top: 0; padding: 5px; background: none;}
	.serviceBox div{ width: 100%; padding: 10px;}
	.serviceBox i{ width: 40px; height: 40px; float: left;}
	.serviceTit{ font-size: 16px;}
	.serviceTit{ line-height: 40px; float: none;}
	
	.serviceIco_01 div{ background: #4e555f;}
	.serviceIco_02 div{ background: #60c4bf;}
	.serviceIco_03 div{ background: #40c6a5;}
	.serviceIco_04 div{ background: #5bc5d5;}
	
	.case{ height: auto; width: 100%;}
	.case *{-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	.caseList{ height: auto; width: 100%; padding: 5px;}
	.caseList p{ width: 100%;}
	.caseList .swiper-slide{ width: 50%; padding: 5px;}
	.caseList div{ width: 100%;}
	.caseList img{ width: 100%;}
	
	.caseList i{ display: none;}
	.caseList small{ white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; display: block; width: 100%;}
	
	.solution{ height: auto !important; width: 100%;}
	.solutionBox div{ width: 100%; margin-left: 0;}
	.solutionBox ul{ padding: 10px; width: 100%;}
	.solutionBox p{white-space: normal; line-height: 20px; height: 90px; overflow: hidden;}
	.solutionBox li{ width: 50%; float: left; text-align: center; padding: 0 5px;}
	.solution .swiper-wrapper{ height: auto !important;}
	.solution i{ margin: 0 auto; float: none;}
	
	.solution-swiper{ width: 100%; overflow: hidden;}
	.slide_04 .slideBoxM{ display: block;}
	.slide_04 .slideBox{ display: block;}
	.activities ul{ display: block;}
	.actBtn span{ width: 10px;}
	
	.activities{ width: 100%;}
	.activities ul{ padding: 5px; overflow: hidden; width: 100%; margin: 0;}
	.activities ul li {
		width: 33.33333%;
		height: 33.33333%;
		float: left;
		margin-right: 0;
		margin-bottom: 0;
		padding: 5px;
	}
	
	.activities ul li:nth-child(4) {
		display: none;
	}
	

	
	.slide_05 .slideBoxM{ display: block;}
	.slide_05 .slideBox{ display: block;}
	
	.picActList-box{padding: 0 10px; -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; width: 100%;}
	.picActList{ width: 100%; height: auto; -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; margin-bottom: 0;}
	.picActList .swiper-wrapper{height: auto !important;}
	
	
	.slide_06 .slideBoxM{ display: block;}
	.slide_06 .slideBox{ display: block;}
	.relatedTabs, .relatedBox{ width: 100%; -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	.relatedTabs, .relatedBox *{-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	.relatedTabs{ padding: 0 10px;}
	.newsmess-box,.content-slide{ padding: 0 10px; width: 100%;}
	
	.content-slide div{ float: none; width: auto; overflow: hidden;}
	
	.service, .service .swiper-wrapper, .service .swiper-slide{ width: 100% !important;}
}


@media (min-width: 460px) and (max-width: 767px) {
	.solutionBox div{ padding-bottom: 15px;}
	.serviceBox li{ margin: 0;}
	.case-hxs .swiper-slide:nth-child(3), .case-hxs .swiper-slide:nth-child(4), .case-hxs .swiper-slide:nth-child(5), .case-hxs .swiper-slide:nth-child(6) {
    display: block;
}
	.caseList .swiper-slide{ width: 33.3333%;}
}


@media only screen and (min-width: 320px)  {
			
		.blur{ transition: .3s; height: 100%;}
		.blur-on{-webkit-filter: blur(6px); filter: blur(6px);}
		.blur-shade{ background: #000; filter:alpha(opacity=0); opacity: 0; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; transition: .3s; display: none;}
		.blur-shade-show{ filter:alpha(opacity=50); opacity: .5; }
		
		.new-tips{position: fixed; left: 50%; top: 50%; width: 300px; z-index: 1000; margin: -150px 0 0 -150px; opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); transition: .3s;  display: none;}
		.new-tips-pic{ width: 100%; position: absolute; left: 0; top: 0; opacity: 0;  transition: .3s; }
		.new-tips-pic-01{ position: relative; z-index: 9; }
		.new-tips-pic-02{ z-index: 8;  -webkit-transform: translate(-5%,5%); transform: translate(-5%,5%); transition-delay: .2s;}
		.new-tips-pic-03{ z-index: 7; -webkit-transform: translate(20%,-12%); transform: translate(20%,-12%); transition-delay: .3s;}
		.new-tips-pic-04{ z-index: 6; -webkit-transform: translate(-3%,3%); transform: translate(-3%,3%); transition-delay: .4s;}
		
		.new-tips-show{ opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
		.new-tips-pic-show{  -webkit-transform: translate(0); transform: translate(0); opacity: 1;}
		
		.new-tips-close{ position: absolute; width: 30px; position: absolute; right: 8%; top: 8%; z-index: 10; cursor: pointer;}
		
		.new-tips-btn{ position: absolute; left: 50%; width: 120px; margin-left: -60px; bottom: 70px; z-index: 11; -webkit-transform: scale(.8); transform:  scale(.8); opacity: 0; transition: .3s; transition-delay: .2s;}
		.new-tips-btn img{ width: 100%;}
		
		.new-tips-btn-show{-webkit-transform: scale(1); transform:  scale(1); opacity: 1;}
		
		}
		
		
		@media only screen and (min-width: 480px)  {
			.new-tips{ width: 420px; margin: -210px 0 0 -210px;}
			.new-tips-close{ width: 42px;}
			.new-tips-btn{ width: 160px; margin-left: -80px; bottom: 95px;}
		}
		
		@media only screen and (min-width: 992px)  {
			.new-tips{ width: 650px; margin: -325px 0 0 -325px;}
			.new-tips-btn{ width: 202px; margin-left: -101px; bottom: 145px;}
		}
		