
body {
	font-size: 0.9rem;
	color: #fff;
	margin: 0 auto;
	background: #f3f3f3;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: #000;
}

a:hover,
a:active,
a:focus {
	color: #a41626;
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

ul {
	padding: 0;
}

li {
	zoom: 1;
	vertical-align: middle;
}

ol {
	margin: 0px;
	padding: 0;
	padding-left: 0;
}

fieldset,
img {
	border: none;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

div {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	border: 0;
	width: 100%;
}

th,
td {
	padding: 0;
}

input,
textarea {
	
	font-size: 14px;
}

input {
	outline: none;
}

textarea {
	outline: none;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: 0;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0;
	color: #666;
	outline: 0;
}

input,
select,
textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	overflow-y: hidden;
	overflow-x: hidden;
}

input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
	box-shadow: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.pic:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.vcenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.container {
	width: 100%;
	/* max-width: 1461px; */
	margin-left: auto;
	margin-right: auto;
}





#main {
	overflow: hidden;
	position: relative;
}





.fp-section.fp-table,
.fp-slide.fp-table {
	overflow: hidden !important;
}

.fp-tableCell {
	vertical-align: middle !important;
}

.top {
	position: relative;
	height: 100%;
	z-index: 3;
	overflow: hidden;
}

@media (max-width: 1240px) {
	.fp-tableCell {
		display: block;
	}
}

/*Navå¯¼èˆªæ */
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 8%;
	height: 100%;
	background: #950000;
	/* background: rgb(140 0 0 / 45%); */
	box-shadow: -2px 0px 9px #a9a6a6;
}

.header .logo {
	text-align: center;
	margin-bottom: 10vh;
	padding-top: 7vh;
}
.header .logo,span{
	text-align: center;
	font-size: 1.2rem;

}
.header .nav-click {
	cursor: pointer;
}

.header .nav-click .menu {
	text-align: center;
	color: #000;
	font-size: 16px;
	
	font-style: italic;
	margin-top: 1vh;
}

.header .nav-click {
	text-align: center;
}

.header .language {
	text-align: center;
	margin-top: 19vh;
}

.header .language a {
	display: block;
	color: #363636;
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	text-align: center;
}

.header .language .xiexian {
	text-align: center;
	margin-top: 0.6vh;
	margin-bottom: 0.18vh;
}

.header .shejiao {
	text-align: center;
	margin-top: 5vh;
}

.header .shejiao div {
	margin: 0 auto;
	margin-bottom: 4.16vh;
	cursor: pointer;
	width: 28px;
	height: 24px;
}

.header .shejiao .qq {
	background: url(../images/qq.png) no-repeat;
	transition: 0.3s;
}

.header .shejiao .qq:hover {
	background: url(../images/qq-h.png) no-repeat;
	transition: 0.3s;
}

.header .shejiao .weixin {
	background: url(../images/weixin.png) no-repeat;
	transition: 0.3s;
}

.header .shejiao .weixin:hover {
	background: url(../images/weixin-h.png) no-repeat;
	transition: 0.3s;
}

.header .shejiao .weibo {
	background: url(../images/weibo.png) no-repeat;
	transition: 0.3s;
}

.header .shejiao .weibo:hover {
	background: url(../images/weibo-h.png) no-repeat;
	transition: 0.3s;
}


.nav {
	position: fixed;
	top: 0;
	left: 0px;
	background: rgba(255,255,255,0.6);
	height: 100vh;
	z-index: 1;
	opacity: 0;
	padding-top: 19vh;
	transition: 0.5s;
	display:none;

}

.nav-bar {
	left: 158px;
	display: block;
	opacity: 1;
	transition: 0.5s;
	z-index: 998;
}

.nav ul li {
	padding: 0 50px;
	margin-bottom: 4.1vh;
}

.nav ul li>a {
	font-size: 19px;
	color: #002549;
	

}

.nav ul .subnav {
	margin-top: 1.8vh;
}

.nav ul .subnav a {
	display: block;
	color: #333;
	font-size: 16px;
	margin-bottom: 1.5vh;
	
	height:22px;
	overflow:hidden;
	max-width:130px;
}

.nav ul .subnav a:hover {
	color: #ffcd5a;
}

.nav-close {
	top: 9vh;
	right: 14px;
	position: absolute;
	cursor: pointer;
}






.nav-close div:nth-child(1) {
	background: url(../images/cha.png) no-repeat center;
	width: 10px;
	height: 11px;
	background-size: cover;
	margin-bottom: 1vh
}

.nav-close div:nth-child(2) {
	color: #002549;
	
	font-size: 14px;
}


@media (max-width: 1600px) {
	.header .nav {}

	.header .logo {
		margin-bottom: 24vh;
		padding-left: 10px;
		padding-right: 10px;
	}
	.business-content .content-l {
	 
	    padding-top: 6%!important;
	}
}

@media (max-width: 1410px) {
	.header .logo {
		margin-left: 0;
	}

	.header .nav {
		padding-left: 0px;
	}
}

@media (max-width: 1240px) {
	.header {}

	.header .logo {
		margin-top: 15px;
		margin-left: 10px;
	}

	.header .logo img {
		max-height: 40px;
	}

	.header .search {
		display: none;
	}

	.header .menu {
		display: block;
	}

	.header .nav {
		display: none;
	}
}

.header-ny {
	background: #0a4899;
}

@keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		transform: translate3d(0, 100px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp2 {
	animation-name: fadeInUp2;
}

@keyframes fadeInDown2 {
	from {
		opacity: 0;
		transform: translate3d(0, -100px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown2 {
	animation-name: fadeInDown2;
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		transform: translate3d(-1000px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft2 {
	animation-name: fadeInLeft2;
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		transform: translate3d(1000px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight2 {
	animation-name: fadeInRight2;
}

@-webkit-keyframes mymove4 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}



.transparency {
	display: block;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.transparency.transparency-visible {
	opacity: 1;
	visibility: visible;
}



/*é¦–é¡µbanner*/
.banner .pic {
	display: flex;
	/*å®žçŽ°åž‚ç›´å±…ä¸­*/
	align-items: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	-webkit-transition: all 4s;
	transition: all 4s;
}

.banner .txtbox .page1-title1 {
	margin-bottom: 28PX;
}

.active .banner .txtbox .page1-title1 {
	animation: 1.5s fadeInDown alternate
}

.banner .txtbox .page1-title2 {
	margin-bottom: 28PX;

}

.active .banner .txtbox .page1-title2 {
	animation: 1.5s fadeInDown alternate
}

.banner .txtbox .page1-line {
	margin-bottom: 30PX;

}

.active .banner .txtbox .page1-line {
	animation: 1.5s fadeInUp alternate
}

.banner .txtbox .page1-title3 {
	margin-bottom: 80PX;

}

.active .banner .txtbox .page1-title3 {
	animation: 1.5s fadeInUp alternate
}

.banner .txtbox .page1-title4 {
	width: 12rem;
	height: 3rem;
	background: #950000;
	text-align: center;
	line-height: 3rem;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	color: #ffeeab;
}

.active .banner .txtbox .page1-title4 {
	animation: 1.5s fadeInUp alternate
}

.banner .slick-dots {
	bottom: 50px;
}

.banner .slick-dots li button {
	text-align: left;
	width: 27px;
	height: 9px;
	margin: 0 3px;
	border-radius: 0;
	background: #ffffff;
	opacity: 0.5;
}

.banner .slick-dots li.slick-active button {
	background: #FFCD5A;
	opacity: 1;
}

#fp-nav {
	margin-top: -20px !important;
}

#fp-nav ul::before {
	content: '';
	position: absolute;
	background: url(../images/ce-line.png) no-repeat;

	background-size: cover;
	width: 20px;
	height: 194px;
	top: -196px;
	left: 12px;
}

#fp-nav ul li {
	width: 31px;
	height: 31px;
}

#fp-nav ul li a {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: none
}

#fp-nav ul li a span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ffffff;
	margin-top: -2.5px;
	margin-left: -2.5px;
}

#fp-nav ul li a.active {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #ffffff;
}

#fp-nav ul li a.active span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ffffff;
	margin-top: -2.5px;
	margin-left: -2.5px;
}

#fp-nav ul li:last-child {
	display: none;
}

#fp-nav.right {
	right: 45px
}

.floatTrueland {
	width: 34px;
	position: fixed;
	right: 52px;
	bottom: 68px;
	transform: translateY(-50%);
	z-index: 9;
}

.section {}

.floatTrueland li {
	width: 34px;
	height: 34px;
	margin-bottom: 2px;
	position: relative;
}

.floatTrueland li .icon {
	width: 34px;
	height: 34px;
	cursor: pointer;
	display: block;
	margin: auto;
	background: url(../images/return-top.png) no-repeat;
	background-size: cover;
}

@media (max-width: 1240px) {
	.banner .pic{
		display: none;
	}
	
}

.ph-banner {
	display: none;
	
}

@media (max-width: 1240px) {
	.ph-banner {
		display: block;
	}
}

.ph-banner .slick-dots {
	bottom: 10px;
}

.ph-banner .slick-dots li button {
	text-align: left;
	width: 27px;
	height: 9px;
	margin: 0 3px;
	border-radius: 0;
	background: #c79293;
}

.ph-banner .slick-dots li.slick-active button {
	background: #c24548;
}

.index-shuju .index-title .index-title1 {
	
font-size: 2.8rem;
	
color: #ffffff;
	
text-align: center;
	
margin-bottom: 0.5rem;
}
@media (max-width: 1700px) {
	.index-shuju .index-title .index-title1{
		font-size: 50px;
	}
}
.active .index-shuju .index-title1 {
	animation: 1.5s fadeInDown alternate




}

.index-shuju .index-title .index-title2 {
	font-family: arial;
	font-size: 1.1rem;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}

.active .index-shuju .index-title2 {
	animation: 1.5s fadeInDown alternate
}

.index-shuju .list {
	margin-top: 151px;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: center;
	-ms-flex-direction: row;
	-ms-justify-content: center;
	flex-direction: row;
	justify-content: center;
}
@media (max-width: 1800px) {
	.index-shuju .list{
		margin-top: 100px;
	}
}

.index-shuju .list li {
	float: left;
	padding: 0 91px;
	width: 30%;
	position: relative;
}
@media (max-width:1800px) {
	.index-shuju .list li {
		padding: 0 30px;
	}
}
.index-shuju .list li::after {
	content: '';
	height: 73px;
	width: 1px;
	background: #667a9b;
	position: absolute;
	right: 1px;

}

.index-shuju .list li>div {
	float: left;
}

.index-shuju .list li .shuju-img {
	margin-right: 27px;
}

.index-shuju .list li .tit span {
	color: #ffcd5a;
	font-size: 55px;
	
	line-height: 40px;
}

.active .list {
	animation: 2s fadeInUp alternate;
}

.index-shuju .list li .tit .danwei {
	
	font-size: 16px;
	color: #ffffff;
	margin-left: 7px;
}

.index-shuju .list li .txt {
	
	font-size: 16px;
	color: #ffffff;
}

.index-service .box-1 {
	width: 20%;
	margin-right: 2%;
}

.active .index-service .box-1 {
	animation: 1.5s fadeInDown alternate;
}

.index-service .box-1 .xian {
	background: url(../images/xian.png) no-repeat;
	background-size: cover;
	width: 5.81rem;
	height: 0.45rem;
	margin-bottom: 2rem;
}

.index-service .box-1 div:nth-child(1) {
	/*  */
	font-size: 2.5rem;
	margin-bottom: 0.7rem;
}

.index-service .box-1 div:nth-child(3) {
	
	font-size: 1.3rem;
	text-transform: uppercase;
	margin-bottom: 7rem;
}

.index-service .box-1 div:nth-child(4) {
	
	font-size: 1rem;
	line-height: 2;
	margin-bottom: 4rem;
}

.index-service .box-1 .view {
	width: 13.6rem;
	height: 2.9rem;
	border: 0.1rem solid #ffffff;
	border-radius: 15rem;
}

.index-service .box-1 .view a {
	width: 13.6rem;
	display: block;
	color: #ffffff;
	line-height: 2.8rem;
	text-align: center;
	font-size: 1rem;
	
}

.container-center {
	padding-left: 12%;
	margin-left: auto;
	margin-right: auto;
}

.index-service .box-2 {
	width: 100%;
	max-width: 72%;
}

.active .index-service .box-2 .service-item:nth-child(1) {
	animation: 2s fadeInDown alternate;
}

.active .index-service .box-2 .service-item:nth-child(2) {
	animation: 2s fadeInUp alternate;
}

.active .index-service .box-2 .service-item:nth-child(3) {
	animation: 2s fadeInDown alternate;
}

.active .index-service .box-2 .service-item:nth-child(4) {
	animation: 2s fadeInDown alternate;
}

.index-service .box-2 .service-item {
	position: relative;
	margin-right: 2%;
	margin-top: 5%;
	width: 21%;
}

.index-service .box-2 .service-item:nth-child(2) {
	margin-top: -27px;
}

.index-service .box-2 .service-item:nth-child(3) {
	margin-right: 2%;
}
.index-service .box-2 .service-item:nth-child(4) {
	margin-top: -27px;
}

.index-service .pic::after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	opacity: 1;
	z-index: 888;
	border: 1px solid #ffffff;
	width: 311px;
	height: 469px;
	border-radius: 5px;
}

@media (max-width: 1850px) {
	.index-service .pic::after {
		content: '';
		display: block;
		position: absolute;
		top: 3%;
		left: 3%;
		opacity: 1;
		z-index: 888;
		border: 1px solid #ffffff;
		width: 94%;
		height: 94%;
		border-radius: 5px;
	}

	.index-service .box-1 {
		width: 20%;
		margin-right: 3%;
	}

	.index-service .box-2 .service-item {width: 22%;margin-right: 16px;}
}

.index-service .box-2 .service-item .txtbox {
	position: absolute;
	left: 1.2rem;
	bottom: 2rem;
}

.index-service .box-2 .service-item .tit {
	/*  */
	font-size: 1.2rem;
	color: #000000;
	font-weight: bold;
}

.index-service .box-2 .service-item .txt {
	/*  */
	font-size: 1rem;
	color: #000000;
	/* font-weight: bold; */
}

.index-ppgs .model {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: -40px;
	width: 1918px;
}

.index-ppgs .box-1 .video {
	position: relative;
	z-index: 99;
}

.index-ppgs::after {
	content: '';
	height: 97vh;
	width: 100%;
	background: #f9fafc;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

#fp-nav ul.spe::before {
	background: url(../images/ce-line2.png) no-repeat;
}

#fp-nav ul.spe li a span {
	background: #c6c6c6;
}

#fp-nav ul.spe li a.active {
	border: 2px solid #c6c6c6;
}

.floatTrueland.spe li .icon {

	background: url(../images/return-top2.png) no-repeat;
}

.index-ppgs .box-1 {
	margin-top: 35px;
	margin-right: 105px;
	position: relative;
}

.active .index-ppgs .box-1 {
	animation: 2s fadeInLeft alternate;
}

.active .index-ppgs .box-2 {
	animation: 2s fadeInDown alternate;
}

.index-ppgs .box-1 img {
	height: 71vh;
}
@media (max-width: 1750px) {
	.index-ppgs .box-1 img {
		height: 65vh;
	}
	.index-ppgs .model {
	    position: absolute;
	    z-index: -1;
	    right: -176px;
	    bottom: -48px;
	    width: 1918px;
	}
	.index-ppgs .box-3 {
	    position: relative;
	    top: 150px;
	    left: 173px;
	}
}
.index-ppgs .box-1 .video::after {
	content: '';
	height: 480px;
	width: 450px;
	background: #0d519f;
	position: absolute;
	left: -24px;
	bottom: -24px;
	z-index: -1;
}

.index-ppgs .box-1 .video::before {
	content: '';
	height: 143px;
	width: 453px;
	background: url(../images/bk.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: -11px;
	top: -70px;
	z-index: -1;
}

.index-ppgs .box-2 div:nth-child(1) {
	
	font-size: 40px;
	margin-bottom: 5px;
	color: #00489a;
	margin-top: 9px;
}

.index-ppgs .box-2 div:nth-child(2) {
	
	font-size: 40px;
	margin-bottom: 2.3vh;
	color: #00489a;
}

.index-ppgs .box-2 div:nth-child(3) {
	
	font-size: 20px;
	margin-bottom: 5.5vh;
	color: #111111;
}

.index-ppgs .box-2 div:nth-child(4) {
	
	font-size: 25px;
	margin-bottom: 3.9vh;
	color: #002549;
}

.index-ppgs .box-2 div:nth-child(5) {
	
	font-size: 16px;
	margin-bottom: 6vh;
	color: #666666;
	line-height: 32px;
}

.index-ppgs .box-2 div:nth-child(6) {
	width: 220px;
	height: 48px;
	border: 1px solid #ffffff;
	border-radius: 24px;
}

.index-ppgs .box-2 div:nth-child(6) a {
	width: 220px;
	display: block;
	background: #00489a;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	
	border-radius: 24px;
}

.index-ppgs .box-2 {
	width: 770px;
}

.index-ppgs .box-2 .xian {
	background: url(../images/xian2.png) no-repeat;
	background-size: cover;
	width: 99px;
	height: 7px;
	margin-bottom: 28px;
}

.index-ppgs .bofang {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bofang.png) no-repeat center;
	z-index: 999;
	cursor: pointer;
}

.index-ppgs .bofang img {
	width: 107px;
	height: 107px;
}

.index-ppgs .box-3>div {}

.index-ppgs .box-3 {}

.index-ppgs .box-3:nth-child(1) {}

.index-ppgs .box-3 .clearfix:nth-child(1) {
	position: absolute;
	bottom: 57px;
	right: 880px;

}

.index-ppgs .box-3 .clearfix:nth-child(2) {
	position: absolute;
	bottom: 145px;
	right: 850px;
}

.index-ppgs .box-3 .clearfix:nth-child(3) {
	bottom: 218px;
	right: 610px;
	position: absolute;

}

.index-ppgs .box-3 .clearfix:nth-child(4) {
	bottom: 316px;
	right: 584px;
	position: absolute;
}

.index-ppgs .box-3 .clearfix:nth-child(5) {
	bottom: 281px;
	right: 300px;
	position: absolute;
}

.index-ppgs .box-3 .clearfix:nth-child(6) {
	bottom: 385px;
	right: 274px;
	position: absolute;
}

.active .index-ppgs .box-3>div {
	animation: 2s fadeInUp alternate;
}

.index-ppgs .box-3 .tit {
	font-size: 55px;
	color: #ffcd5a;
	
}

.index-ppgs .box-3 .danwei {
	font-size: 16px;
	color: #000000;
	
}

.index-ppgs .box-3 .txt {
	font-size: 16px;
	color: #000000;
	
}

.index-shiji {
	position: relative;
}

.index-shiji .box-1 {
	position: absolute;
	top: 9.6vh;
}

.index-shiji .box-1 .xian {
	background: url(../images/xian3.png) no-repeat;
	background-size: cover;
	width: 93px;
	height: 7px;
	margin-bottom: 28px;

}

.index-shiji .box-1 div:nth-child(1) {
	
	font-size: 40px;
	margin-bottom: 5px;

}

.index-shiji .box-1 div:nth-child(3) {
	
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 115px;
}

.index-shiji .box-2 .time {
	margin-bottom: 38px;
}

.index-shiji .box-2 .time-left {
	font-size: 80.78px;
	
	font-weight: bold;
	float: left;
	line-height: 68px;
	margin-right: 10px;
}

.index-shiji .box-2 .time-right {
	font-size: 38.17px;
	
	font-weight: bold;
	float: left;
}

.index-shiji .box-2 .time-right div:nth-child(2) {
	font-size: 18px;
	

}

.index-shiji .box-2 .txt div {
	
	font-size: 16px;
	width: 205px;
	line-height: 32px;
}

.index-shiji .box-2 .service-item:nth-child(2) .txt div {
	width: 260px;
}

.index-shiji .box-2 .service-item:nth-child(3) .txt div {
	width: 225px;
}

.index-shiji .box-2 .service-item:nth-child(4) .txt div {
	width: 234px;
}

.index-shiji .box-2 .service-item {
	background: url(../images/shijian-xian.png) no-repeat left center;
	background-size: contain;
	height: 443px;
	padding-left: 35px;
	padding-top: 5px;
	position: relative;
	margin-right: 178px;






}

.index-shiji .box-2 .service-item:nth-child(2) {

	margin-right: 127px;
}

.index-shiji .box-2 .service-item:nth-child(3) {

	margin-right: 127px;
}

.index-shiji .box-2 .service-item:nth-child(4) {

	margin-right: 0px;
}

/* .index-shiji .box-2 .bk-zi{
	font-size: 510px;
	
	opacity: 0.08;
	font-weight: bold;
} */
.index-shiji .box-2 .service-item:nth-child(1)::after {
	content: '';
	background: url(../images/N.png) no-repeat left bottom;
	background-size: contain;
	position: absolute;
	width: 293px;
	height: 445px;
	left: 10px;
	bottom: -25px;
}

.index-shiji .box-2 .service-item:nth-child(2)::after {
	content: '';
	background: url(../images/o.png) no-repeat left bottom;
	background-size: contain;
	position: absolute;
	width: 234px;
	height: 364px;
	left: 10px;
	bottom: -58px;
}

.index-shiji .box-2 .service-item:nth-child(3)::after {
	content: '';
	background: url(../images/K.png) no-repeat left bottom;
	background-size: contain;
	position: absolute;
	width: 277px;
	height: 344px;
	left: 10px;
	bottom: -80px;
}

.index-shiji .box-2 .service-item:nth-child(4)::after {
	content: '';
	background: url(../images/E.png) no-repeat left bottom;
	background-size: contain;
	position: absolute;
	width: 234px;
	height: 364px;
	left: 10px;
	bottom: -195px;
}

.index-shiji .box-2 .service-item:nth-child(4) {
	margin-top: 11vh;
	background: url(../images/tg-xian4.png) no-repeat left center;
	background-size: contain;
	height: 339px;
}

.index-shiji .box-2 .service-item:nth-child(3) {
	margin-top: 21vh;
}

.index-shiji .box-2 .service-item:nth-child(2) {
	margin-top: 31vh;
}

.index-shiji .box-2 .service-item:nth-child(1) {
	margin-top: 41vh;
}

.active .index-shiji .box-1 {
	animation: 2s fadeInDown alternate;
}

.active .index-shiji .box-2 {
	animation: 2s fadeInUp alternate;
}

.index-news .box-1::after {
	content: '';
	position: absolute;
	left: 50%;
	top: -13px;
	background: url(../images/lolo.png) no-repeat;
	background-size: cover;
	width: 882px;
	height: 160px;
	z-index: -1;
}

.index-news .shuiyi img {}

.index-news .box-1 {
	position: relative;
	z-index: 1;
}

.index-news .box-1 .xian {
	background: url(../images/xian.png) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 7px;
	margin-bottom: 28px;
}

.index-news .box-1 div:nth-child(1) {
	
	font-size: 40px;
	margin-bottom: 5px;
	color: #ffffff;
	text-align: center;
}

.index-news .box-1 div:nth-child(3) {
	
font-size: 20px;
	
text-transform: uppercase;
	
color: #ffffff;
	
margin-bottom: 10.5vh;
	
text-align: center;
}

.index-news .news1 .news-content {
	padding-top: 0;
}

.index-news .news-content .news-one {
	float: left;
	width: 605px;
	margin-right: 65px;
	max-width: 37%;	
}
@media (max-width: 1700px) {
	.index-news .news-content .news-one {margin-right: 45px;}
	.index-news .news-content ul li{
		margin-right: 20px
	}
	.index-news .news-content .news-one{
		max-width: 33%;	
	}
	.index-news .news-content .news-one .title-l div:nth-child(1){
		font-size: 34PX;
	}
}
.active .news-one{
	animation: 2s fadeInLeft alternate;
}
.active  .news-content ul{
	animation: 2s fadeInDown alternate;
}
.index-news .news-content .news-one .title {
	margin-top: 20px;
	display: flex;
}

.index-news .news-content .news-one .title-l {
	width: 155px;
}
.index-news .news-content .news-one .title-l div:nth-child(1) {
	
font-size: 46PX;
	
color: #ffb813;
}
@media (max-width: 1800px) {
	.property .swiper-slide::after{
		display: none;
	}
	.index-news .news-content .news-one .title-l {
		width: 33%;
	}
	.index-shiji .box-2 .service-item{
		width: 22%;
		margin-right: 2%!important;
	}
	.index-shiji .box-2 .service-item{
		height: 340px;
	}
	.index-shiji .box-2 .service-item:nth-child(1)::after{
		height: 278px;
	}
	 .index-shiji .box-2 ul{
		 padding-top: 40px;

	 }   
	 .footer .footer-contact{
		 margin-right: 100px!important;
	 }
		 .index-ppgs .model {
		position: absolute;
		z-index: -1;
		right: -100px;
		bottom: -40px;
		width: 1918px;
	}
	.index-ppgs .box-3 {
	    position: relative;
	       top: 116px;
			left: 97px;
	}
	.footer .footer-top .footer-contact{
			 width: 24%!important;
	}
	.honor .honor2 .honor-xian{
		width: 94%!important;
	}
	
}
@media (max-width: 1750px) {
	.index-ppgs .box-1 img {
		height: 65vh;
	}
	.index-ppgs .model {
	    position: absolute;
	    z-index: -1;
	    right: -100px;
	    bottom: -5px;
	    width: 1918px;
	}
	.index-ppgs .box-3 {
	    position: relative;
	    top: 112px;
	    left: 95px;
	}
}
@media (max-width: 1700px) {
	 .footer .footer-contact{
		 margin-right: 100px!important;
	 }
	 .footer .footer-top .footer-contact{
		 width: 23%!important;
	 }
	 .footer .footer-top ul li{
		 margin-right: 50px!important;
	 }
	 .index-ppgs .box-1 img {
	     height: 56vh;
	 }
	 .index-ppgs .model {
	     position: absolute;
	     z-index: -1;
	     right: -100px;
	     bottom: -5px;
	     width: 1918px;
	 }
	 .index-ppgs .box-3 {
	     display: none;
	 }
	 .index-ppgs .box-2 div:nth-child(1){
		 margin-top: 77px;
	 }
.index-ppgs .box-1 .video::after {
  
    height: 420px;
    width: 378px;
   
}
.container-center {
    padding-left: 180px;
    margin-left: auto;
    margin-right: auto;
}
}
@media (max-width: 1650px) {
	.index-ppgs .box-1{
			 margin-right: 95px;
	}
	.index-ppgs .box-2 {
	    width: 55%;
	}
	.footer .footer-top ul li {
	    margin-right: 35px!important;
	}
	.footer .footer-top .footer-contact {
	    
	    padding-right: 15px!important;
	}
	.index-news .news-content ul .title-r {
	    margin-bottom: 52px!important;
	}
	.footer .footer-top .footer-contact {
	    width: 26%!important;
	}
}
@media (max-width: 1550px){
	.index-news .news-content .news-one {
	    margin-right: 3%;
	}
	.index-news .news-content ul{
		width: 57%;
	}
	.index-news .news-content ul li{
		width: 32%!important;
		margin-right: 1%!important;
	}
	.index-news .news-content ul .title-r div:nth-child(1) {
	    
	    font-size: 16PX!important;
	    
	}
	.index-news .news-content ul .title-r div:nth-child(2) {
	   
	      font-size: 15PX!important;
	    
	}
}
@media (max-width: 1500px){
	.index-ppgs .box-2 {
		width: 48%;
	}
	.index-service .box-1 div:nth-child(4){
		margin-bottom: 50px;
	}
	.index-shiji .box-2 .service-item {
	    width: 21%;
	    margin-right: 1.5%!important;
	}
	.index-shiji .box-2 .service-item:nth-child(2) .txt div {
	    width: 222px;
	}
}
@media (max-width: 1440px){
.footer .footer-top .footer-contact {
    padding-right: 0px!important;
}
footer .footer-top .footer-ewm {
   
    margin-left: 35px!important;
}
.footer .footer-contact {
    margin-right: 74px!important;
}

}
@media (max-width: 1300px){
.footer .footer-top ul li {
    margin-right: 22px!important;
}
.footer .footer-top .footer-contact {
    width: 25%!important;
}
}

.index-news .news-content .news-one .title-r {
	
margin-top: 11px;
	
/* border-left: 1px solid #e0e0e0; */
	
padding-left: 24px;
}



.index-news .news-content .news-one .title-l div:nth-child(2) {
	
	font-size: 20PX;
	color: #ffb813;
	font-weight: bold;
}

.index-news .news-content .news-one .title-r div:nth-child(1) {
	
	font-size: 18PX;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 25px;
}

.index-news .news-content .news-one .title-r div:nth-child(2) {
	
	font-size: 16PX;
	color: #ffffff;
	line-height: 30px;
}

.index-news .news-content ul {
	float: left;
	position: relative;
}

.index-news .news-content ul::after {
	content: '';
	width: 735px;
	height: 1px;
	background: url(../images/news-xian.png) no-repeat;
	background-size: cover;
	left: 0;
	position: absolute;
	top: 150px;

}

.index-news .news-content ul li {
	float: left;
	width: 15rem;
	margin-right: 5rem;
	position: relative;
}

.index-news .news-content ul li::before {
	content: '';
	width: 17px;
	height: 17px;
	background: url(../images/new-dian1.png) no-repeat;
	background-size: cover;
	left: -2px;
	position: absolute;
	top: 142px;

}

.index-news .news-content ul li.active::before {
	content: '';
	width: 1.1rem;
	height: 1.1rem;
	/* background: url(../images/news-dian.png) no-repeat; */
	background-size: cover;
	left: -2px;
	position: absolute;
	top: 142px;
}
.index-news .news-content ul li.active .title-r div:nth-child(1){
	color: #ffb813;
}
.index-news .news-content ul .title-l {
	margin-bottom: 130px;
}

.index-news .news-content ul .title-r {
	margin-bottom: 122px;
}

.index-news .news-content ul .title-l div:nth-child(1) {
	
font-size: 46PX;
	
color: #ffb813;
}

.index-news .news-content ul .title-l div:nth-child(2) {
	
	font-size: 20PX;
	color: #ffb813;
	font-weight: bold;
}

.index-news .news-content ul .title-r div:nth-child(1) {
	
font-size: 1.2rem;
	
color: #ffffff;
	
margin-bottom: 2rem;
}

.index-news .news-content ul .title-r div:nth-child(2) {
	
font-size: 1rem;
	
color: #ffffff;
	
line-height: 2;
}



.footer {
	background: #890000;
	background-size: cover;
	color: #c2dfff;
	border-top: 10px solid #ffb813;
}

.footer .footer-contact {
	margin-right: 10%;
	/* padding-bottom: 86px; */
}

.footer .t1 {
	position: relative;
	/* padding-left: 60px; */
	/* font-size: 1.3rem; */
}

.footer .t1 p {
	/*  */
	font-size: 1.3rem;
	color: #ffffff;
	padding-bottom: 1rem;
}

.footer .t1 .pho {
	
	font-size: 24PX;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: -2px;
}

.footer .t1 img {
	position: absolute;
	top: 0;


	left: 0;
}

.footer .t2 {
	position: relative;
	padding-left: 60px;
}

.footer .t2 img {
	position: absolute;
	top: 7px;
	left: 12px;
}

.footer .t2 .ee {
	position: absolute;
	top: 12px;
	left: 12px;
}

.footer .footer-top .footer-contact span {
	
font-size: 1.1rem;
	
color: #ffffff;
	
line-height: 3;
}

.footer .t2 span a {
	
	font-size: 15px;
	color: #ffffff;
	line-height: 36px;
}

.footer .footer-top {
	padding: 3rem 0 3rem 0;
	overflow: hidden;
	border-bottom: 1px solid #ffffff4a;
}

.footer .footer-top ul.catalog>li a {
	font-size: 1.2rem;
	display: block;
	color: #ffffff;
	overflow: hidden;
	margin-bottom: 1rem;
	font-family: 'msyh';
}

.footer .footer-top ul.catalog>li ul li a {
	font-size: 1rem;
	display: block;
	color: #ffffff;
	/* overflow: hidden; */
	/* margin-bottom: 2px; */
	/* max-width:116px; */
	/* height:22px; */
	line-height: 1.2;
}

.footer .footer-top ul {
	float: left;
	width: 50%;
}

.footer .footer-top ul li {
	margin-right: 19%;
	float: left;
}

.footer .footer-top ul li a:hover {
	color: #fff;
}

.footer .footer-top ul li ul {
	float: none;
	width: 100%;
}

.footer .footer-top ul li ul li {
	float: none;
	width: 100%;
}

.footer .footer-top ul li ul li a {
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
}

.footer .footer-top .footer-contact {
	float: left;
	width: 25%;
	color: #fff;
	padding-right: 35px;
}

.footer .footer-top .footer-contact ul {
	width: 100%;
	margin-top: 31px;
}

.footer .footer-top .footer-contact ul li {
	margin-right: 19px;
	float: left;
	width: 53px;
	height: 53px;
}

.footer .footer-top .footer-contact ul li a {
	display: block;
	width: 53px;
	height: 53px;
	line-height: 53px;
	border-radius: 50%;
	overflow: hidden;
}

.footer .footer-ewm .link div {
	/* width: 34px; */
	/* height: 34px; */
	float: left;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 13px;
}

.footer .footer-ewm .wb {
	background: #333333 url("../images/weibo2.png") no-repeat center center;

}

.footer .footer-ewm .wb:hover {

	background-color: #ffb813;
}

.footer .footer-ewm .wx {
	background: #333333 url("../images/weixin2.png") no-repeat center center;



}

.footer .footer-ewm .wx:hover {
	background-color: #ffb813;
}

.footer .footer-ewm .qq {
	background: #333333 url("../images/qq2.png") no-repeat center center;
}

.footer .footer-ewm .qq:hover {
	background-color: #ffb813;
}

.footer .footer-top .footer-ewm {
	/* float: right; */
	margin-left: 20px;
}

.footer .footer-top .footer-ewm .text {
	float: right;
}

.footer .footer-top .footer-ewm .img {
	/* width: 100%; */
}

.footer .footer-top .footer-ewm .img img {
	display: block;
}

.footer .link {
	/* margin-bottom: 27px; */
}

.footer .friend-link {
	padding-left: 10px;
	opacity: 0.4;
	position: absolute;
	bottom: 86px;
}

.footer .friend-link span {
	font-size: 14px !important;
	
}

.footer .friend-link a {
	padding-left: 10px;
	font-size: 14px;
	color: #c2dfff;
	
	position: relative;
	margin-right: 26px;
}

.footer .friend-link span {
	padding-right: 20px;
}

.footer .friend-link a::before {
	content: '.';
	width: 1px;
	height: 1px;
	position: absolute;
	left: 0px;
	top: -7px;
}

.footer .footer-top .footer-ewm p {
	font-size: 1rem;
	color: rgb(255 255 255);
	text-align: center;
	line-height: 2;
}

.footer .footer-bottom {
	height: 60px;
	text-align: center;
	position: relative;
}

.footer .footer-bottom .model {
	content: '';
	height: 60px;
	width: 100%;
	/* background: #002957; */
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.footer .footer-bottom div {
	z-index: 11;
	line-height: 3.5;
	margin-right: 5rem;
	display: inline-block;
	color: #cbe3ff;
	/* font-size: 13px; */
	position: inherit;
}

@media (max-width: 1240px) {
	.footer ul {
		
	}

	.footer .footer-top {
		text-align: left;
		padding: 30px 10px;
	}

	.footer .footer-top .footer-contact {
		width: 100%;
		float: none;
		border-left: 0;
		padding-left: 0;
		padding-right: 0;
		background: none;
	}

	.footer .footer-top .footer-ewm {
		width: 100%;
		float: none;
		border-left: 0;
	}

	.footer .footer-top .footer-ewm .img {
		width: auto;
		border: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.footer .footer-top .footer-ewm .img img {
		display: inline-block;
	}

	.footer .footer-top .footer-ewm p {
		display: none;
	}

	.footer .footer-top .footer-ewm .text {
		float: none;
	}

	.footer .footer-bottom .fr {
		float: none;

	}
}




@media (max-width: 1240px) {
	.footer .bg {
		padding-top: 30px;
	}

	.footer .menu {
		display: none;
	}

	.footer .add {
		width: 100%;
		float: none;
		text-align: center;
	}

	.footer .add .txtleft {
		width: 100%;
		float: none;
	}

	.footer .add .txtright {
		width: 100%;
		float: none;
	}

	.footer .weixin {
		width: 100%;
		float: none;
		display: none;
	}

	.footer .copy {
		font-size: 14px;
		line-height: 24px;
	}
}


.container02 {
	width: 100%;
	max-width: 1252px;
	margin-left: auto;
	margin-right: auto;
}




/* å…³äºŽæˆ‘ä»¬ */
.inbanner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: -1;
}


.about .content{
	animation-delay: 0.1s;
}
.inbanner .inbanner-slick {
	height: 325px;
	overflow: hidden;
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}

.inbanner .inbanner-slick img {
	display: block;
}

.inbanner .inbanner-slick .banner-info {
	position: absolute;
	top: 50%;
	transform: translateY(-27%);
	left: 0;
	width: 100%;
	font-size: 36px;
	color: #fff;
	line-height: 48px;
}

.inbanner .inbanner-slick .banner-info .img {
	animation: jump 2s;
	transition: 2s;
}

.inbanner .inbanner-slick .banner-info .bt {
	transition: 2s;
	animation: jump1 2s;
}

.inbanner .inbanner-slick-phone {
	display: none;
	overflow: hidden;
	position: relative;
}

.inbanner .inbanner-slick-phone img {
	display: block;
}

.inbanner .inbanner-slick-phone .banner-info {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 30px;

}

.inbanner .inbanner-slick-phone .banner-info .img {
	animation: jump 2s;
	transition: 2s;
}

.inbanner .inbanner-slick-phone .banner-info .bt {
	transition: 2s;
	animation: jump1 2s;
}

@media (max-width: 1240px) {
	
	.inbanner {
		margin-top: 60px;
	}

	.inbanner .inbanner-slick {
		display: none;
	}

	.inbanner .inbanner-slick-phone {
		display: block;
	}
	.fuzhu {
	    display: none;
	}
}

.fuzhu {
	position: relative;
	margin-top: -180px;
	z-index: 0;
	height: 180px;
}

.menu-nav {
	float: left;
}

.menu-nav ul li {
	float: left;
	width: 140px;
	padding-top: 118px;
	position: relative;
	height: 180px;
	overflow: hidden;
}

.menu-nav ul li::before {
	content: '';
	width: 1px;
	height: 28px;
	background: #ffffff;
	position: absolute;
	top: 65px;
	left: 50%;
	transition: all 0.5s;

}

.menu-nav ul li a {
	color: #f6f6f6;
	font-size: 18px;
	text-align: center;
	display: block;
	
	height:27px;
	overflow:hidden;
}

.menu-nav ul li .model {
	background: url(../images/nav-bk.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -180px;
	z-index: -1;
}

.menu-nav ul li.active .model {
	background: url(../images/nav-bk.png) no-repeat center;
	background-size: cover;
	bottom: 0;
	transition: all 0.6s;

}

.menu-nav ul li.active::before {
	height: 58px;
	top: 38px;
	transition: all 0.5s;
}

.menu-nav ul li.active::after {
	content: '';
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	left: 50%;
	bottom: 23px;
	transition: all 0.5s;
}
.menu-nav ul li.active2 .model {
	background: url(../images/nav-bk.png) no-repeat center;
	background-size: cover;
	bottom: 0;
	transition: all 0.6s;

}

.menu-nav ul li.active2::before {
	height: 58px;
	top: 38px;
	transition: all 0.5s;
}

.menu-nav ul li.active2::after {
	content: '';
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	left: 50%;
	bottom: 23px;
	transition: all 0.5s;
}
.current {
	font-size: 16px;
	color: #ffffff;
	float: right;
	z-index: 10;
	
	position: absolute;

	right: 0;
	bottom: 40px;
}

.current a {
	color: #ffffff;
}

.current a.cur {
	color: #ffcd5a;
}

.current a:hover {
	color: #ffcd5a;
}

.current img {}

.current b {
	font-weight: normal;
}

.inmain {}

.inmain .about {
	background: #f3f3f3;
}

.inmain .about .content {
	padding-top: 3%;
	position: relative;
}

.inmain .about .content1::after {
	content: '';
	width: 294px;
	height: 54px;
	background: url(../images/logo2.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -147px;
	z-index: -1;

}

.inmain .about .content p {
	/* font-size: 16px; */
	/* margin-top: 15px; */
}

.inmain .about .content-text p {
	color: #000000;
	/*  */
	line-height: 2.5;
	font-size: 1.1rem;
}

.inmain .about .content-text {
	padding-bottom: 3rem;
	margin-top: 3rem;
}


.inmain .content1 {
	text-align: center;
	position: relative;
	z-index: 3;
}

.inmain .about .shuju {
	background: #fFFFFF;
	border-radius: 15rem;
	width: 80%;
	padding: 1rem 0;
	margin: 0 auto;
	margin-top: 3rem;
}

.inmain .about .shuju li {
	float: left;
	position: relative;
}

.inmain .about .shuju li:nth-child(1) {
	padding-left: 10%;
	padding-right: 5%;
}

.inmain .about .shuju li:nth-child(2) {
	padding-left: 10%;
	padding-right: 5%;
}

.inmain .about .shuju li:nth-child(3) {
	padding-left: 10%;
}

@media (max-width: 1410px) {
	.inmain .about .shuju {
		width: 900PX;
	}

	.inmain .about .shuju li {
		padding: 0 70px !important;
	}
}

.inmain .about .shuju li::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/ll.png) no-repeat 68% center;
	position: absolute;
	top: 0;
}

.inmain .about .shuju li:last-child::after {
	display: none;
}


.inmain .about .shuju div {
	color: #950000;
	font-size: 55px;
	
}

.inmain .about .shuju .counter3 {
	color: #950000;
	font-size: 3.5rem;
	

}
.inmain .about .shuju p {
	margin: 0;
	color: #333333;
	font-size: 1.2rem;
	
}

.inmain .about .shuju span {
	color: #333333;
	font-size: 1.2rem;
	
}


.inmain .about .about-video {
	text-align: center;
	margin-top: 90px;
}

.inmain .content .subtitle {
	position: relative;
	font-size: 86px;
	color: #e6e9eb;
	text-transform: uppercase;
	
	text-align: center;
	font-weight: bold;
}

.inmain .content .title {
	font-size: 2rem;
	color: #950000;
	margin-bottom: 1rem;
	text-align: center;
	width: 100%;
}


.pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.pic:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.owl-carousel .middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.honor .honor2 {
	padding-bottom: 135px;
	padding-top: 100px;
}

.honor .honor2 .owl-carousel {
	margin: 0 -37px;
}

.honor .honor2 .owl-carousel .item {
	width: 25%;

	float: left;
	margin-bottom: 50px;
}

.honor .honor2 .owl-carousel .item a {
	display: block;
}

.honor .honor2 .owl-carousel .item a .pic:after {
	padding-bottom: 116%;
}

.honor .honor2 .honor-info-title {
	text-align: center;
	color: #333333;
	font-size: 16px;
	
	margin-top: 26px;
	margin-bottom: 20px;
	height:22px;
	overflow:hidden;
}

.honor .honor2 .owl-carousel .item a .pic img {
	transition: .5s;
}

.honor .honor2 .owl-carousel .item a .pic i {
	width: 100%;
	height: 100%;
	background: url(../images/big1.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.honor .honor2 .owl-carousel .item:hover a .pic img {
	transform: scale(1) !important;
}

.honor .honor2 .owl-carousel .item:hover .honor-info-title {
	color: #00489a;
}

.honor .honor2 .owl-carousel .item:hover .honor-xian {
	background: url(../images/honor-xian.png) no-repeat;
	background-size: cover;
	width: 307px;
	height: 18px;
	margin: 0 auto;
}

.honor .honor2 .honor-xian {
	background: url(../images/honor-xian2.png) no-repeat;
	background-size: contain;
	width: 307px;
	height: 18px;
	margin: 0 auto;
}

.honor .honor2 .inside {
	padding-top: 55px;
}

.honor .honor2 .page {
	text-align: center;
	overflow: hidden;
}

.honor .honor2 .page a {
	color: #cdcdcd;
	display: inline-block;
	font-size: 11px;
	line-height: 40px;
	margin: 0 7.5px 5px 7.5px;
	min-width: 40px;
	height: 40px;
	width: 40px;
	font-family: arial;
	background: #fff;
	border: 1px #e9e9e9 solid;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 50%;
}

.honor .honor2 .page a.prev,
.honor .honor2 .page a.next {
	border: none;
	width: auto;
}

.honor .honor2 .page a.prev {
	margin-right: 20px;
}

.honor .honor2 .page a.next {
	margin-left: 20px;
}

.honor .honor2 .page select {
	height: 35px;
	min-width: 40px;
	border: 1px #eee solid;
	display: inline-block;
}

.honor .honor2 .page select {
	outline: 0;
	background: url(../images/arrow.png) no-repeat center right;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-left: 5px;
}

.honor .honor2 .page a.cur,
.honor .honor2 .page a:hover {
	background: #00489a;
	border: 1px #00489a solid;
	color: #fff;
}

.honor .honor2 .page a.prev:hover {
	background: none;
	border: none;
	color: #00489a;
}

.honor .honor2 .page a.next:hover {
	background: none;
	border: none;
	color: #00489a;
}

.honor .honor2 .page span {
	display: inline-block;
}

@media (min-width: 1025px) {
	.honor .honor2 .owl-carousel .item:hover a .pic img {
		transform: scale(1.1);
	}

	.honor .honor2 .owl-carousel .item:hover a .pic i {
		display: block;
	}

}

@media (max-width: 768px) {
	.honor .honor2 .owl-carousel .item {
		width: 33.33333%;
	}
}

@media (max-width: 520px) {
	.honor .honor2 .owl-carousel {
		margin: 0 -10px;
	}

	.honor .honor2 .owl-carousel .item {
		width: 50%;
		padding: 0 10px 30px 10px;
	}
}

@media (max-width: 375px) {
	.honor .honor2 .owl-carousel .item {
		width: 100%;
	}
}

.container-h {
	width: 100%;
	max-width: 1461px;
	margin-left: auto;
	margin-right: auto;
}

.property {
	height: 955px;
	position: relative;
	background: linear-gradient(to bottom, #f9fafc 0%, #f9fafc 70%, #e5ecf4 70%, #e5ecf4 87%, #f9fafc 87%, #f9fafc 100%);
	padding-top: 124px;
}

.property .middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.property .pic:after {
	padding-bottom: 115%;
}

.property .swiper-slide {
	width: 21%;
	margin-right: 5.3%;
}

.property .swiper-slide:last-child {
	margin-right: 0;
}

.property .swiper-button-prev {
	width: 51px !important;
	height: 51px !important;
	background-image: url('../images/prev1.png') !important;
	background-size: cover !important;
right: 285px !important;
    top: 168px !important;
    left: auto;
}

.property .swiper-button-next {
	width: 51px !important;
	height: 51px !important;
	background-image: url('../images/next1.png') !important;
	background-size: cover !important;
	    right: 200px !important;
	    top: 168px !important;
	    left: auto;
}

.property .swiper-button-prev.swiper-button-disabled {
	background-image: url('../images/prev_n.png') !important;
	opacity: 1
}

.property .swiper-button-next.swiper-button-disabled {
	background-image: url('../images/next_n.png') !important;
	opacity: 1
}

.property .swiper-slide .title {
	color: #333333;
	font-size: 20px;
	
	text-align: center;
	margin-top: 35px;
	height:30px;
	overflow:hidden;
}

.property .swiper-slide .haoma {
	color: #333333;
	font-size: 16px;
	
	text-align: center;
	margin-top: 4px;
	height:21px;
	overflow:hidden;
}

.property .content {
	margin-bottom: 80px;
	position: relative;
	z-index: 6;
}

.property .content .subtitle {
	position: relative;
	font-size: 86px;
	color: #e6e9eb;
	text-transform: uppercase;
	
	font-weight: bold;
}

.property .content .title {
	font-size: 40px;
	color: #00489a;
	margin-bottom: 9px;
	text-align: left;
	width: 100%;
	
}

.property .content::after {
	content: '';
	width: 294px;
	height: 54px;
	background: url(../images/logo2.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: -15px;
	left: 0;
	z-index: -1;
}

.reflect {
	position: relative;
}

.property .swiper-slide::after {
	content: '';
	width: 309px;
	height: 406px;
	background: url(../images/daoyin.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 418px;
	left: -2px
}

.develop .content {
	padding-top: 130px;
}

.develop .content1::after {
	content: '';
	width: 294px;
	height: 54px;
	background: url(../images/logo2.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -147px;
	z-index: -1;
}


.pic {
	width: 100%;
	overflow: hidden;
	position: relative;
	/* border-radius: 1rem; */
}

.pic:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.develop {

	background: url(../images/d-bk.jpg) no-repeat bottom left;
}

.history {
	padding: 117px 0 152px 0;
}

.history ul {
	padding: 90px 0 10px 0;
	position: relative
}

.history ul:before {
	content: '';
	display: block;
	width: 30px;
	height: 84px;
	position: absolute;
	top: -85px;
	left: 50%;
	margin-left: -15px;
	background: url(../images/jiantou-spe.png) no-repeat top center;
	z-index: 2
}

.history .zhishi {

	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -51px;
	z-index: 1000;
	    cursor: pointer;
}

.history .more {
    cursor: pointer;
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -16px;
	z-index: 10;
}

.history ul:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.5px;
	z-index: 1;
	border: 1px #dadad9 dashed;
}

.history ul li {
	position: relative;
	z-index: 2;

}

.history ul li:nth-child(2) {
	margin-top: -122px;
}

.history ul li:nth-child(3) {
	margin-top: -40px;
}

.history ul li:nth-child(4) {
	margin-top: -122px;
}

.history ul li dl {
	position: relative;
	min-height: 74px
}

.history ul li dl dt {
	width: 50%;
	float: right;
	padding-left: 83px;
	position: relative
}

.history ul li dl dt .text {
	display: inline-block;
	position: relative
}

.history ul li dl dt .bt {
	height: 34px;
	display: block;
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	padding-left: 40px;
	background: url(../images/deve-dian2.png) no-repeat left center;
	margin-bottom: 10px;
}

.history ul li:nth-child(2n) dl dt .bt {
	display: block;
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	padding-right: 40px;
	background: url(../images/deve-dian2.png) no-repeat right center;
	margin-bottom: 10px;
	padding-left: 0;

}

.history ul li dl dt .jsh {
	display: block;
	font-size: 16px;
	color: #666666;
	
	line-height: 30px;
	padding-left: 6px;
	
}

.history ul li dl dt .jsh p {
	position: relative;
	background: url(../images/ruo.png) no-repeat left center;
}

.history ul li dl dt .jsh p:nth-child(1) {
	padding-left: 34px;
padding-bottom: 25px;
}

/*.history ul li dl dt .jsh p:nth-child(2) {
	height: 200px;
	overflow: hidden;
}*/
.history ul li dl dt .jsh img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: transform .3s ease;
}
.history ul li dl dt .jsh:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: transform .3s ease;
}

.history ul li:nth-child(2n) dl dt .jsh p {
	background: url(../images/ruo.png) no-repeat right center;
}

.history ul .b14 dl dt .bt {
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.64)
}

.history ul .b14 dl dt .jsh {
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.64)
}

.history ul .b14 dl dt .jsh p:before {
	background: #fff
}

.history ul li:nth-child(1) {
	margin-top: 0
}

.history ul li:nth-child(2n) dl dt {
	float: left;
	padding-left: 0;
	padding-right: 83px
}



.history ul li:nth-child(2n) dl dt .text {
	text-align: right;
	float: right
}

.history ul li:nth-child(2n) dl dt .jsh {
	padding-right: 6px;
}

.history ul li:nth-child(2n) dl dt .jsh p:nth-child(1) {
	padding-right: 34px;
}

.history ul li:nth-child(2n) dl dt .jsh p:before {
	left: auto;
	right: 0
}

.icon-ad {
	width: 50px;
	text-align: center;
	position: absolute;
	left: -25px;
	top: 5px;
	background: #fcfcfc;
	padding-top: 4px;
}

.icon-ad .develop1 {
	height: 27px;
	width: 100%;
	background: url(../images/develop1.png) no-repeat center;
}


.icon-ad .year {
	color: #2c2c2c;

	text-align: center;
	margin-top: 8px;
}

.history ul li:nth-child(2n) dl dt .icon-ad {
	right: -25px;
	left: auto
}

.develop li {
	cursor: pointer;
}

.develop li.active .develop1 {
	background: url(../images/develop2.png) no-repeat center;
	transition: 0.5s;
}

.develop li.active .year {
	color: #00489a;
}

.develop li.active dl dt .bt {
	background: url(../images/deve-dian.png) no-repeat left center;
	color: #00489a;
	
	font-weight: bold;
	transition: 0.5s;
}

.develop li.active:nth-child(2n) dl dt .bt {
	background: url(../images/deve-dian.png) no-repeat right center;
	color: #00489a;
	
	font-weight: bold;
	transition: 0.5s;
}

.develop li.active dl dt .jsh p:nth-child(1) {
	color: #00489a;
}

@media (max-width:1023px) {
	.history ul:before {
		left: 0;
		margin: 0
	}

	.history ul:after {
		left: 0;
		margin-left: 0
	}

	.history ul li dl dt {
		width: 100%
	}

	.history ul li dl dt:before {
		left: -4.5px

	}


	.history ul li dl dt:after {
		left: 9px
	}

	.history ul li:nth-child(2n) dl dt {
		padding-left: 55px
	}

	.history ul li:nth-child(2n) dl dt .text {
		text-align: left;
		float: none
	}

	.history ul li:nth-child(2n) dl dt {
		padding-right: 0
	}

	.history ul li:nth-child(2n) dl dt:before {
		right: auto;
		left: -4.5px
	}

	.history ul li:nth-child(2n) dl dt:after {
		left: 9px;
		right: auto
	}

	.history ul li:nth-child(2n) dl dt .jsh p:before {
		left: 0;
		right: auto
	}

	.history ul li:nth-child(2n) dl dt .jsh p {
		padding-right: 0;
		padding-left: 15px
	}

	.history ul .b14 dl dt .bt {
		color: #c50000;
		text-shadow: none
	}

	.history ul .b14 dl dt .jsh {
		color: #232323;
		text-shadow: none
	}
}


.contact-zd .about {
	background: #ffffff;
}

.contact-zd .hengfu {
	height: 300px;
	background: url(../images/fuwu1.png) no-repeat left center;
	padding-top: 148px;
	padding-left: 310px;
}

.contact-zd .hengfu div:nth-child(1) {
	color: #00489a;
	font-size: 28px;
	
	font-weight: bold;
	letter-spacing: 2.5px;
	margin-bottom: 14px;
}

.contact-zd .hengfu div:nth-child(2) {
	color: #333333;
	font-size: 18px;
	
	letter-spacing: 1.5px;
}

.contact-zd .contact-xinxi>div {
	width: 50%;
	float: left;
	height: 385px;
	color: #333333;
	
	font-size: 18px;
}

.contact-zd .contact-xinxi>div:nth-child(1) {
	padding:100px 81px;
	background: url(../images/contact-bk.png) no-repeat;
	background-size: cover;
}

.contact-zd .contact-xinxi>div:nth-child(2) {
	padding:100px 81px;
}

.contact-zd .contact-xinxi .contact-xinxi-l div,
.contact-zd .contact-xinxi .contact-xinxi-r div {
	margin-bottom: 30px;
}


.contact-zd .contact-xinxi .contact-xinxi-l div span,

.contact-zd .contact-xinxi .contact-xinxi-r div span {
	margin-left: 10px;
}

.contact-zd .contact-xinxi .contact-xinxi-l div:nth-child(1),
.contact-zd .contact-xinxi .contact-xinxi-r div:nth-child(1) {
	font-size: 22px;
	
}

.contact-zd .contact-xinxi .contact-xinxi-l div:nth-child(2),
.contact-zd .contact-xinxi .contact-xinxi-r div:nth-child(2) {
	background: url(../images/contact-ad.png) no-repeat left center;
	padding-left: 40px;
}

.contact-zd .contact-xinxi .contact-xinxi-l div:nth-child(3) {
	background: url(../images/contact-ph.png) no-repeat left center;
	padding-left: 40px;
}

.contact-zd .contact-xinxi .contact-xinxi-l div:nth-child(4),
.contact-zd .contact-xinxi .contact-xinxi-r div:nth-child(3) {
	background: url(../images/contact-yx.png) no-repeat left center;
	padding-left: 40px;
}

.contact-zd .contact-map {
	margin: 0 auto;
	max-width:1246px;
	width: 100%;
	position: relative;
}
.contact-zd .contact-map .map {
  cursor: pointer;
  color: #2b2f39;
  font-size: 18px;
}

.contact-zd .contact-map .map1 {
  top: 220px;
  right: 175px;
  position: absolute;
}

.contact-zd .contact-map .map3 {
top: 560px;

right: 240px;
  position: absolute;
}

.contact-zd .contact-map .arrow {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  position: relative;
  display: inline-block;
}

.contact-zd .contact-map .arrow:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  background: rgba(64, 49, 131, 0.32);
  animation: 2s bmove1 ease infinite;
}

.contact-zd .contact-map .arrow img {
  vertical-align: middle;
}

.contact-zd .contact-map .item1 .t2 img, .contact-zd .contact-map .item1 .t3 img {
  margin: 4px 5px 0 0;
}

.contact-zd .contact-map .item {
  padding: 10px 30px;
  width: 420px;
  border: solid 2px #403765;
  background: rgba(255, 255, 255, 0.93);
}

.contact-zd .contact-map .item1 {
  top: -90px;
  left: -510px;
  display: none;
  font-size: 16px;
  position: absolute;
}

.contact-zd .contact-map .map1 .item1 {
  top: -80px;

}

.contact-zd .contact-map .item1:after {
  content: "";
  width: 119px;

  height: 105px;


  right: -117px;

  top: 50%;
  position: absolute;

  transform: translateY(-65%);
  background: url(../images/map-line.png) no-repeat top left;
}

.contact-zd .contact-map .map:hover .item {
  display: block;
}

.contact-zd .contact-map .item1 li:first-child {
  border-top: 0;
}
.contact-zd .contact-map .item1 li {
  padding: 20px 0;
  border-top: dashed 1px #d4d7dd;
}

.contact-zd .contact-map .item1 .t1 {
  color: #222;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-zd .contact-map .item1 .t2, .contact-zd .contact-map .item1 .t3 {
  margin-bottom: 5px;
}

.contact-zd .contact-map .map3 .add {
  display: block;
  margin-top: -10px;
}


.contact-zd {
	padding-bottom: 100px;
}

.contact-zd .message ul::after {
	width: 120px;
	height: 129px;
	background: url(../images/contact-bi.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 108px;
	right: -54px;
}

.contact-zd .message {
	background: #fff;
	position: relative;
	padding-top: 92px;
}

.contact-zd .message .txt {
	
	color: #333333;
	font-size: 26.8px;
	font-weight: bold;
	margin-bottom: 50px;
}

.contact-zd .message .bt {
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
}

.contact-zd .message li {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
	padding: 0 5px;
}

.contact-zd .message .box {
	position: relative;
}

.contact-zd .message .required {
	color: #ff0000;
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 16px;
}

.contact-zd .message .li-02 {

	float: left;
}

.contact-zd .message .li-03 {
	width: 33.333333333333336%;
	float: left;
}

.contact-zd .message .select {


	position: relative;
}

.contact-zd .message .select:after {
	content: "";
	display: block;
	display: none \9;
	width: 10px;
	height: 10px;
	border-top: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
	position: absolute;
	right: 15px;
	top: 12px;
	transform: rotate(135deg);
}

.contact-zd .message select {
	border: 1px #e5e5e5 solid;
	line-height: 38px;
	height: 40px;
	width: 100%;
	font-size: 16px;
	color: #999999;
	padding-left: 10px;
	padding-right: 40px;
	padding-right: 0px \9;
	-webkit-appearance: none;
	background: transparent;
	border-radius: 0;
}

.contact-zd .message input,
.contact-zd .message textarea {
	border: 1px #d4d4d4 solid;
	line-height: 46px;
	color: #595757;
	vertical-align: middle;
	padding-left: 24px;
	padding-right: 20px;
	font-size: 15.31px;
	border-radius: 2px;
	appearance: none;
	
}

.contact-zd .message input {
	width: 100%;
	border: 1px #d4d4d4 solid;
	height: 46px;
}

.contact-zd .message input:focus {
	border: 1px #1761ac solid;
	box-shadow: 0 0 5px 0 #1761ac;
}

.contact-zd .message textarea {
	width: 100%;
	min-height: 140px;
}

.contact-zd .message textarea:focus {
	border: 1px #1761ac solid;
	box-shadow: 0 0 5px 0 #1761ac;
}

.contact-zd .message .a-01 {
	color: #1761ac;
	font-size: 14px;
	text-decoration: underline;
	margin-left: 5px;
}

.contact-zd .message .a-01:hover {
	color: #000;
}

.contact-zd .message .verify {
	max-height: 40px;
	vertical-align: middle;
	margin-left: 5px;
}

.contact-zd .message .submit,
.contact-zd .message .reset,
.contact-zd .message .send-email {

	width: 200px;
	display: inline-block;
	max-width: 205px;
	padding: 0 5px;
	text-align: center;
	line-height: 55px;
	height: 55px;
	color: #fff;
	border-radius: 3px;
}

.contact-zd .message .submit {
	margin-right: 10px;
	transition: all 0.5s;
	border: 2px #03498f solid;
	background: #03498f;
	font-size: 15.31px;
}

.contact-zd .message .submit:hover {
	background: #1d74cc;
	border: 2px #1d74cc solid;
	color: #fff;
}

.contact-zd .message .reset,
.contact-zd .message .send-email {
	background: #dddddd;
	border: 2px #dddddd solid;
	color: #666666;
	font-size: 15.31px;
}

.contact-zd .message .send-email {
	background: #dddddd url(../images/contact-yx.png) no-repeat;
	background-position: 55px;
	padding-left: 95px;
	text-align: left;
	font-size: 16px;
	
	margin-left: 10px;
}

.contact-zd .message .reset:hover,
.contact-zd .message .send-email:hover {
	background: #1d74cc;
	border: 2px #1d74cc solid;
	color: #fff;
}

.contact-zd .message .send-email:hover {
	background: #1d74cc url(../images/contact-yx2.png) no-repeat;
	background-position: 55px;
	padding-left: 95px;

}







/* æ–°é—»ä¸­å¿ƒ */
.news-zd .about {
	background: #ffffff;
	padding-bottom: 109px;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.news-zd ul {
	margin: 0 -25px;
	padding-top: 53px
}

.news-zd ul li {
	margin-bottom: 110px;
	width: 33.333%;
	float: left;
	padding: 0 30px
}

.news-zd ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news-zd ul li .tit {
	font-size: 17px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	overflow: hidden;
	
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-top: 30px;
}

.news-zd ul li .picbox {
	position: relative
}

.news-zd ul li .time {
	color: #666666;
	font-size: 16px;
	font-family: "Roboto-Light";
	float: left;
	line-height: 35px;
}


.news-zd ul li .picbox .pic {
	overflow: hidden;
	position: relative
}

.news-zd ul li .picbox .pic:after {
	content: "";
	display: block;
	padding-bottom: 64%;
}

.news-zd ul li .picbox .pic img {
	transition: all 700ms ease
}

.news-zd ul li .txt {
	color: #666666;
	height: 66px;
	font-size: 16px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 16px;
	font-family: 'æ€æºé»‘ä½“CN';
	transition: all .5s;
}

.news-zd ul li .more {
	width: 123px;
	height: 35px;
	color: #00489a;
	line-height: 33px;
	border-radius: 30px;
	text-align: center;
	border: 1px solid #00489a;
	float: right;
	transition: all .5s;
}

.news-zd .middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;

	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.news-zd .axs {
	margin-top: 5px;
}

.news-zd ul li.active .tit {
	color: #00489a;
	transition: all .5s;
}

.news-zd ul li.active .more {
	color: #ffffff;
	background: #00489a;
	transition: all .5s;
}

.news-zd .page {
	text-align: center;
	overflow: hidden;
}

.news-zd .page a {
	color: #cdcdcd;
	display: inline-block;
	font-size: 11px;
	line-height: 40px;
	margin: 0 7.5px 5px 7.5px;
	min-width: 40px;
	height: 40px;
	width: 40px;
	font-family: arial;
	background: #fff;
	border: 1px #e9e9e9 solid;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 50%;
}

.news-zd .page a.prev,
.news-zd .page a.next {
	border: none;
	width: auto;
}

.news-zd .page a.prev {
	margin-right: 20px;
}

.news-zd .page a.next {
	margin-left: 20px;
}

.news-zd .page select {
	height: 35px;
	min-width: 40px;
	border: 1px #eee solid;
	display: inline-block;
}

.news-zd .page select {
	outline: 0;
	background: url(../images/arrow.png) no-repeat center right;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-left: 5px;
}

.news-zd .page a.cur,
.news-zd .page a:hover {
	background: #00489a;
	border: 1px #00489a solid;
	color: #fff;
}

.news-zd .page a.prev:hover {
	background: none;
	border: none;
	color: #00489a;
}

.news-zd .page a.next:hover {
	background: none;
	border: none;
	color: #00489a;
}

.news-zd .page span {
	display: inline-block;
}

/* æ–°é—»è¯¦æƒ…é¡µ */
.news-show-zd .about {
	background: #ffffff;
}

.news-show-zd .date-title {
	position: relative;
	min-height: 120px;
	padding-bottom: 14px;
	padding-top: 100px;
}

.news-show-zd .date-title::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/news-arrow.png) no-repeat bottom center;
	position: absolute;
	bottom: -8px;
}

.news-show-zd .title {
	text-align: center;
	font-size: 30px;
	color: #333333;
	
}

.news-show-zd .info {
	color: #666666;

	font-size: 16px;
	text-align: center;
	margin-top: 18px;
}

.news-show-zd .info .data {
	display: inline-block;
	margin-right: 24px;

	line-height: 23px;
}

.news-show-zd .nr p {
	line-height: 36px;
	margin-bottom: 33px;
	font-size: 16px;
	color: #333333;
	
}

.news-show-zd .share {
	color: #999999;
}

.news-show-zd .share .bdsharebuttonbox {
	display: inline-block;
	vertical-align: middle;
}

.news-show-zd .nr {
	padding: 44px 0 85px 0;
}

.news-show-zd .p-01 {
	padding: 0 0 0 20px;
	position: relative;
}

.news-show-zd .p-01:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #115275;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

.news-show-zd .floatTrueland li {
	cursor: pointer;
}

.news-show-zd .prev-next .return {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	width: 10.4%;
	margin: 0 0.3%;
	float: left;
	padding-left: 50px;
	margin-bottom: 0;
	background: #eeeeee url(../images/mumu.png) no-repeat 25px center;
}

.news-show-zd .prev-next .news-prev {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	width: 44.5%;
	background: #eeeeee;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 34px;
}

.news-show-zd .prev-next .news-next {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	margin-bottom: 0;
	width: 44.5%;
	background: #eeeeee;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 34px;
}

.news-show-zd .prev-next li a {
	
	font-size: 18px;
	color: #333;
}

.news-show-zd .prev-next li {
	
	font-size: 18px;
	color: #333;
}

.news-show-zd .prev-next li:hover a {
	color: #ffffff;

}

.news-show-zd .prev-next li:hover {
	background: #03498f;
	color: #ffffff;
}

.news-show-zd .pro-content .related .bt {
	color: #f6921e;
	font-size: 24px;
	line-height: 50px;
	background-color: #f5f5f5;
	padding-left: 20px;
}

.news-show-zd .biaoqian {
	
	font-size: 18px;
	color: #333333;
	margin-bottom: 25px;
}

.news-show-zd .biaoqian span {
	color: #03498f;
}

.news-show-zd .relatedBt {
	color: #fff;
	font-size: 16px;
	line-height: 33px;
	width: 128px;
	height: 33px;
	background: url(../images/related-img.png) no-repeat center;
	padding-left: 15px;
	margin-bottom: 30px;
}

.news-show-zd .related-news {
	overflow: hidden;
	margin-bottom: 90px;
	margin-top: 75px;
}

.news-show-zd .related-news .list {
	margin: 0 0;
}

.news-show-zd .related-news li {
	height: 40px;
	line-height: 40px;
	position: relative;
	margin-bottom: 0px;
	padding: 0 100px 0 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s;
	width: 47%;
	float: left;
	margin-bottom: 5px;
}

.news-show-zd .related-news li:nth-child(2n) {
	margin-left: 6%;
}

.news-show-zd .related-news li a {
	color: #333333;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	
	font-size: 18px;
}

.news-show-zd .related-news li .time {
	color: #333333;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: 100px;
	text-align: right;
}

.news-show-zd .related-news li:hover a,
.news-show-zd .related-news li:hover .time {
	color: #03498f;
}

.news-show-zd .related-news li:hover:before {

	background: url(../images/news-sanjiao2.png) no-repeat;

}

.news-show-zd .related-news li:before {
	content: '';
	background: url(../images/news-sanjiao.png) no-repeat;
	background-size: cover;
	width: 4px;
	height: 5px;
	left: 5px;
	position: absolute;
	top: 50%;
	margin-top: -2.5px;
}

.news-show-zd .floatTrueland1 {
	position: absolute;
	top: 480px;
	right: 5%;
	z-index: 100;
}

.news-show-zd .floatTrueland1 li {
	margin-bottom: 12px;
	text-align: center;
}

.news-show-zd .floatTrueland1 .share-news {
	text-align: center;
	margin-bottom: 17px;
	color: #666666;
	border-top: 1px solid #f0f0f0;
	padding: 0 10px;
	padding-top: 24px;

}


.news-show-zd .floatTrueland1 .liulan {
	font-size: 24px;
	color: #1383ce;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 80px;
	background: url(../images/liulan.png) no-repeat top center;
	background-size: 99%;
}

/* è§£å†³æ–¹æ¡ˆ */
.sulution-zd .about {
	background: #ffffff;
}

.sulution-zd .tit {
	color: #333333;
	font-size: 24px;
	
	font-weight: bold;
	position: relative;
	letter-spacing: 2px;
	margin-top: 45px;
	padding-bottom: 40px;
}

.sulution-zd .tit::after {
	content: '';
	width: 34px;
	height: 3px;
	background: #333333;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sulution-zd .txt {
	color: #333333;
	font-size: 16px;
	
	margin-top: 32px;
	line-height: 32px;
}

.sulution-zd .picture {
	margin-top: 35px;
	padding-bottom: 72px;
}

.sulution-zd .liucheng {
	background: #f7f7f7;
	padding-top: 70px;
	padding-bottom: 105px;
}

.sulution-zd .liucheng ul {
	position: relative;
	width: 970px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.sulution-zd .liucheng ul::before {
	content: '';
	width: 16px;
	height: 91px;
	background: url(../images/solution-kuohao.png) no-repeat;
	position: absolute;
	left: 660px;
}

.sulution-zd .liucheng ul::after {
	content: '';
	width: 16px;
	height: 91px;
	background: url(../images/solution-kuohao.png) no-repeat;
	position: absolute;
	left: 830px;
	bottom: 0;
}

.sulution-zd .liucheng li {
	position: relative;
	color: #3b2b21;
	font-size: 22px;
	
	padding-left: 40px;
	margin-bottom: 17px;
	width: 620px;
}

.sulution-zd .liucheng li::before {
	content: '';
	width: 24px;
	height: 14px;
	background: url(../images/solution-jiantou.png) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}

.sulution-zd .liucheng li::after {
	content: '';
	width: 160px;
	height: 3px;
	background: url(../images/solution-dian1.png) no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1.5px;
}

.sulution-zd .liucheng li:nth-child(2)::after {
	content: '';
	width: 250px;
	height: 3px;
	background: url(../images/solution-dian2.png) no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1.5px;
}

.sulution-zd .liucheng li:nth-child(3) {
	width: 816px;
}

.sulution-zd .liucheng li:nth-child(3)::after {
	content: '';
	width: 612px;
	height: 3px;
	background: url(../images/solution-dian3.png) no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1.5px;
}

.sulution-zd .tip1,
.sulution-zd .tip2 {
	color: #3b2b21;
	font-size: 22px;
	
}

.sulution-zd .tip1 {
	position: absolute;
	left: 700px;
	top: 30px;
}

.sulution-zd .tip2 {
	position: absolute;
	left: 875px;
	top: 70px;
}

/* ä¸šåŠ¡é¢†åŸŸ */
.business-area {
	margin-left: 230px;
	margin-top: 95px;
	position: relative;
	margin-bottom: 109px;
}

.business-zd .about {
	background: #ffffff;
}

.business-nav {
	position: absolute;
	left: 33.7%;
	margin-left: -70px;
	top: 50%;
	margin-top: -274px;
	z-index: 100;
}

.business-content .content-l {
	float: left;
	width: 33.7%;
	padding-top: 163px;
}

.business-content .content-r {
	float: left;
	width: 66.3%;
}

.business-content .content-l .title {
	margin-bottom: 5px;
}

.business-content .content-l .title,
.business-content .content-l .line {
	color: #333333;
	font-size: 31px;
	
	font-weight: bold;
}

.business-content .content-l .content div {
	
	color: #003b82;
	font-size: 20px;
	position: relative;
	margin-bottom: 25px;
}

.business-content .content-l .content div:not(:first-child) {
	
	color: #333333;
	font-size: 16px;
	padding-left: 18px;
	margin-bottom: 8px;
}

.business-content .content-l .content div:not(:first-child)::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #333333;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.business-content .content-r {
	animation: 2s fadeIn ease;
}

.business-content .content-l .content {
	padding-top: 40px;
}

.business-area .business-nav>div {
	width: 141px;
	height: 137px;
	border: 1px solid #e2e2e2;
	border-bottom: none;
	color: #222630;
	font-size: 20px;
	
	display: flex;
	align-items: center;
	text-align: center;
	cursor: pointer;
	background: #ffffff;
	transition: 0.3s;
}

.business-area .business-nav>div:last-child {
	border-bottom: 1px solid #e2e2e2;
}

.business-area .business-nav .text {
	margin: 0 auto;
}



.business-area .business-nav>div.active {
	background: #003b82;
	color: #ffffff;
	border: 1px solid #003b82;
	transition: 0.3s;
}

.business-area .business-nav .active .title{
	color: #fff;
}

.business-area .business-nav .active .txt{
	color: #fff;
}

/* æœåŠ¡é¡¹ç›® */
.service-zd .about {
	background: #ffffff;
}

.service-zd .service-items ul {
	margin-top: 36px
}

.service-zd .service-items ul li {

	background: #f2f2f2;

}

.service-zd .service-items ul li .box {
	height: 520px;
	position: relative;
	padding: 65px 0;
	padding-left: 760px;
	width: 1460px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.service-zd .service-items ul li .box .pic {

}

.service-zd .swiper-container {
	margin-top: 65px;
}

.service-zd .service-items ul li .box .pic img {
	transition: .5s
}

.service-zd .service-items ul li .box .pic:after {
	
}

.service-zd .service-items ul li .box .text .bt {
	font-size: 20px;
	color: #00489a;
	


	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 28px;
	margin-top: 88px;
}
.service-zd .service-items ul li .pic:after {
    content: "";
    display: block;
    padding-bottom: 0%!important;
}
.service-zd .service-items ul li .box .text .jsh {
	font-size: 18px;
	color: #333333;
	
	line-height: 38px;
	margin-bottom: 73px;
	max-height:308px;
	overflow:hidden;
}

.service-zd .service-items ul li:nth-child(2) .box .text .bt {
	margin-top: 65px;
}

.service-zd .service-items ul li .box .text .more p a {
	width: 123px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #00489a;
	color: #00489a;
	text-align: center;
	
	display: block;
	cursor: pointer;
	border-radius: 17px;
}

.service-zd .service-items .box .text .more p:hover a {
	color: #fff;
	background: #00489a;
	transition: 0.3s;
}

.service-zd .service-items ul li:nth-child(2n) {
	background: #ffffff
}

.service-zd .swiper-container {
	width: 687px;
	position: absolute;
	top: 0;
	left: 0;
}

.service-zd .middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.service-zd .swiper-slide::before {
	content: '';
	height: 47px;
	width: 100%;
	background: #00489a;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0.4;
}

.service-zd .swiper-pagination {
	text-align: right;
	padding-right: 35px;
}

.service-zd .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: unset;
	background: #ffffff;
	opacity: 1;
	bottom: 12px;
}

.service-zd .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffcd5a;
}

.service-zd .service-items ul li.case .box .text .bt {
	margin-top: 15px;
}

.service-zd .service-items ul li.case .jsh p {
	font-size: 16px;
	color: #333333;
	
}

.service-zd .service-items ul li.case .jsh span {
	font-size: 18px;
	color: #333333;
	
	margin-right: 25px;
}


.service-zd .page {
	text-align: center;
	overflow: hidden;
	padding-top: 45px;
	padding-bottom: 105px;
}

.service-zd .page a {
	color: #cdcdcd;
	display: inline-block;
	font-size: 11px;
	line-height: 40px;
	margin: 0 7.5px 5px 7.5px;
	min-width: 40px;
	height: 40px;
	width: 40px;
	font-family: arial;
	background: #fff;
	border: 1px #e9e9e9 solid;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 50%;
}

.service-zd .page a.prev,
.service-zd .page a.next {
	border: none;
	width: auto;
}

.service-zd .page a.prev {
	margin-right: 20px;
}

.service-zd .page a.next {
	margin-left: 20px;
}

.service-zd .page select {
	height: 35px;
	min-width: 40px;
	border: 1px #eee solid;
	display: inline-block;
}

.service-zd .page select {
	outline: 0;
	background: url(../images/arrow.png) no-repeat center right;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-left: 5px;
}

.service-zd .page a.cpb,
.service-zd .page a:hover {
	background: #00489a;
	border: 1px #00489a solid;
	color: #fff;
}

.service-zd .page a.prev:hover {
	background: none;
	border: none;
	color: #00489a;
}

.service-zd .page a.next:hover {
	background: none;
	border: none;
	color: #00489a;
}

.service-zd .page span {
	display: inline-block;
}

/* æµ‹è¯•èƒ½åŠ› */
.test-zd .about {
	background: #ffffff;
}

.test-zd .about .tit {
	color: #333333;
	font-size: 18px;
	
	font-weight: bold;
	position: relative;
	letter-spacing: 1.5px;
	margin-top: 53px;
}

.test-zd .about .tit::after {
	content: '';
	height: 3px;
	width: 34px;
	background: #333333;
	position: absolute;
	bottom: -23px;
	left: 0;
}

.test-zd .about .txt {
	color: #333333;
	font-size: 16px;
	
	margin-top: 93px;
}

.test-zd .about .test-pic {
	text-align: center;
	margin-top: 60px;
}

#customers {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 95px;
	margin-top: 74px;
	word-break: break-all;
}

#customers td,
#customers th {
	padding: 35px 0;
}

#customers td {
	color: #2d2d2d;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #707070;
	
}

#customers td p {
	line-height: 28px;
}

#customers tr:nth-child(5) td {
	padding: 22px 0;
}

#customers tr:nth-child(even) {}

#customers tr:hover {
	background-color: #ddd;
}

#customers th {
	padding-top: 19px;
	padding-bottom: 19px;
	text-align: center;
	background-color: #ffcd5a;
	color: white;
	font-size: 19px;
	
	font-weight: bold;
}


/* ç»´ä¿æœåŠ¡ */

.weixiu-zd .about .tit {
	color: #333333;
	font-size: 18px;
	
	font-weight: bold;
	position: relative;
	letter-spacing: 1.5px;
	margin-top: 53px;
}
.weixiu-zd .pic::after{
	    padding-bottom: 75%;
}
.weixiu-zd .about .tit::after {
	content: '';
	height: 3px;
	width: 34px;
	background: #333333;
	position: absolute;
	bottom: -23px;
	left: 0;
}
.weixiu-zd .middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}
.weixiu-zd .in {
  padding-top: 30px;
  background: #fff;
}
.weixiu-zd .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container-ma {
    width: 100%;
    max-width: 1519px;
    margin-left: auto;
    margin-right: auto;
}
.weixiu-zd .list {

margin-top: 100px;
}
.weixiu-zd .list li {
  width: 33.3333333%;
  float: left;
  margin-bottom: 50px;
  padding: 0 29px;
}
.weixiu-zd .list li:nth-child(1) {
 
  
}
.weixiu-zd .list li:nth-child(3) {
 
 
}
.weixiu-zd .list .box {
  display: block;
  background: #f9f9f9;
}
.weixiu-zd .list .pic {
  overflow: hidden;
  display: block;
  position: relative;
}
.weixiu-zd .list .pic:after {
  content: "";
  display: block;
 
}
.weixiu-zd .list .pic img {

  transition: all .5s;

}
.weixiu-zd .list .text {
  text-align: center;
  padding: 20px;
  position: relative;
}
.weixiu-zd .list li:nth-child(1) .text{
	background: #339933;
}
.weixiu-zd .list li:nth-child(2) .text{
	background: #006666;
}
.weixiu-zd .list li:nth-child(3) .text{
	background: #00489b;
}
.weixiu-zd .list .text:after {
  content: "";
  display: block;
  width: 0%;
  border-bottom: 3px #ffb813 solid;
  position: absolute;
  bottom: 0;
  transition: all .5s;
  left: 0;
  right: 0;
  margin: auto;
}
.weixiu-zd .list .bt {
  display: block;
  font-size: 24px;
  overflow: hidden;
  margin-bottom:0px;
  
  font-weight: bold;
  letter-spacing: 2px;
}
.weixiu-zd .list .eng {
  display: block;
  font-size: 24px;
  overflow: hidden;
  margin-bottom: 10px;
  
  font-weight: bold;
}
.weixiu-zd .list .jsh {
  color: #ffffff;
  font-size: 20px;
	text-align: left;
		
		margin-top: 18px;
}
.weixiu-zd .list .jsh  P{
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}
.weixiu-zd .list .jsh  P::before{


	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.weixiu-zd .list .box:hover img {
  transform: scale(1.05);
}
.weixiu-zd .list .box:hover .bt {
  color: #ffb813;
}
.weixiu-zd .list .box:hover .text:after {
  width: 100%;
}


.phone-nav{
	display: none;
}
