/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
	    font-family: Times New Roman;
}

body {
	font-size: 12px;
	font-family: 'Microsoft YaHei';
	color: #666;
}

a {
	color: #666;
}

	a:hover {
		color: #f60;
		text-decoration: underline;
	}

p {
	line-height: 1.8em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}


.head {
	width: 100%;
	background-color: #45546f;
	padding: 20px 0;
}

	.head .wapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

.logo {
	width: 320px;
}

	.logo img {
		width: 100%;
	}

.menu {
}

	.menu ul li {
		display: inline-block;
		padding: 0 20px;
		border-right: 1px solid #fff;
		position: relative;
	}

		.menu ul li a {
			color: #fff;
			font-size: 16px;
		}

		.menu ul li dl {
			width: 200%;
			position: absolute;
			top: 100%;
			left: 0;
			display: none;
			border: 4px solid #6b7a9a;
			background-color: #45546F;
		}

		.menu ul li:hover dl {
			display: block;
		}

		.menu ul li dl dd {
			padding: 20px;
			position: relative;
		}

			.menu ul li dl dd dl {
				top: 0;
				left: 100%;
				width: 100%;
				display: none;
			}

		.menu ul li:hover dl dd dl {
			display: none;
		}

		.menu ul li dl dd:hover dl {
			display: block;
		}

.con1 {
	background-image: linear-gradient(#45546f, #999999);
	padding: 20px 0;
	width: 100%;
	padding-bottom: 60px;
}


.c1lf {
	width: 100%;
}

	.c1lf span {
		font-size: 40px;
		color: #fff;
	}

.c1rt {
	width: 60%;
	float: right;
}

	.c1rt img {
		width: 100%;
		display: block;
		text-align: right;
		box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
		border-radius: 20px;
	}

.c1lf h1 {
	font-size: 48px;
	color: #fff;
	margin-top: 180px;
	text-shadow: 0px 2px 8px rgba(64,64,64,1);
	display: inline-block;
	margin-bottom: 70px;
}

.c1lf p {
	font-size: 36px;
	color: #fff;line-height: 1em;
}

.c1lfnr {
	width: 60%;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.4);font-weight:bold
}

.more p {
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
	margin-top: 40px;
}

.con2 {
	width: 100%;
	position: relative;
}

.bannerwz {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	z-index:;
	top: 0;
	left: 0;
}

.banneritem {
	position: relative;
	width: 100%;
}

	.banneritem img {
		width: 100%;
		max-height: 800px;
	}

.bannerwz h1 {
	color: #fff;
	font-size: 48px;
	color: #fff;
	text-align: left;
}

.bannerbtn {
	width: 160px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #849CCE;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 30px auto;
}

.swiper-button-next1, .swiper-button-prev1 {
	color: #fff !important;
}

.swiper-pagination1 span {
	background-color: #fff !important;
	width: 30px;
	height: 3px;
	border-radius: 0;
}

.con3 {
	width: 100%;
	background-color: #999999;
	padding: 80px 0
}

.con3lf {
	width: 49%;
	float: left;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.img1 {
	width: 380px;
	margin-top: 450px;
	position: relative;
	z-index: 2;
}

.con3rt {
	width: 49%;
	float: right;
	position: relative;
	z-index: 3;
}

.img2 {
	width: 750px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.con3rt h2 {
	font-size: 20px;
	color: #000;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
	margin-top: 90px;
}

.con3rt h1 {
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
}

.con3nr {
	margin-top: 40px;
}

	.con3nr p {
		font-size: 16px;
		color: #fff;
		text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
	}

.con4 {
	padding: 30px 0;
	background-color: #999999;
}

.c4bt {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.c4btlf {
	width: 60%;
}

	.c4btlf h2 {
		font-size: 24px;
		color: #000;
		text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
		margin-bottom: 22px;
	}

	.c4btlf h1 {
		font-size: 48px;
		color: #fff;
		text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
	}

.c4btrt {
	width: 35%;
}

	.c4btrt p {
		font-size: 18px;
		color: #fff;
		text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
	}

.con4 ul li {
	width: calc((100% - 110px)/3);
	margin: 40px 0;
	margin-right: 40px;
	float: left;
	border: 5px solid #FFFFFF;
	box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
	background-color: #999999;
	border-radius: 25px;
}

	.con4 ul li:nth-child(3n) {
		margin-right: 0;
	}

	.con4 ul li img {
		width: 90px;
		display: block;
		margin-bottom: 28px;    height: 70px;
	}

.pd31 {
	padding: 30px 10px;
}

.con4 ul li h1 {
	font-size: 24px;
	color: #fff;
}

.con4 ul li p {
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}

.con5 {
	width: 100%;
	padding: 80px 0;
	background-image: linear-gradient(#999999, #c0c0c0);
}

.c5bt {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

	.c5bt h1 {
		font-size: 36px;
		color: #fff;
		text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
		margin-bottom: 10px;
	}

	.c5bt p {
		font-size: 24px;
		color: #0D0D0D;
		line-height: normal;
		font-weight: bold;
	}

.con5nr {
	width: 100%;
	padding: 30px 0;
}

.con5nrlf {
	width: 35%;
}

	.con5nrlf ul li {
		width: 100%;
		margin-bottom: 20px;
	}

.con5top {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

	.con5top img {
		width: 30px;
		margin-right: 10px;
	}

	.con5top h1 {
		font-size: 24px;
		color: #000;
	}

.con5nrlf ul li p {
	font-size: 16px;
	color: #0D0D0D;
}

.con5nr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.con5nrmd {
	width: 40%;
}

	.con5nrmd img {
		width: 100%;
		border-radius: 25px;
	}

.con5nrrt {
	width: 18%;
}

	.con5nrrt ul li {
		width: 100%;
		background-color: #9C8F6D;
		border-radius: 25px;
		margin-bottom: 20px;
		box-shadow: 5px 5px 10px 0px rgba(217,217,217,0.55)
	}

.pd25 {
	padding: 25px;
}

.con5nrrt ul li .pd25 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.con5nrrt ul li h1 {
	width: 100%;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 25px;
}

.con5nrrt ul li p {
	width: 100%;
	font-size: 16px;
	color: #fff;
}

.con6 {
	background-image: linear-gradient(#c0c0c0, #45546f);
	width: 100%;
	padding: 80px 0;
	border-bottom: 2px solid #fff;
}

	.con6 .wapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

.con6lf {
	width: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.touxian {
	width: 385px;
	height: 385px;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
	border-radius: 50%;
	border: 10px solid #9a8a62;
	overflow: hidden;
}

	.touxian img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

.con6rt {
	width: 50%;
}

.douhao {
	width: 40px;
	margin-bottom: 30px;
}

	.douhao img {
		width: 100%;
	}

.con6rt p {
	font-size: 24px;
	color: #fff;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
	margin-bottom: 40px;
}

.con6rt h2 {
	color: #000;
	margin-bottom: 15px;
	font-size: 30px;
	color: #000;
}

.con6rt span {
	font-size: 18px;
	color: #000;
}

.con7 {
	width: 100%;
	padding: 80px 0;
	background-color: #45546f;
}

.c7list ul {
	display: flex;
	flex-wrap: wrap;
}

	.c7list ul li {
		width: calc(100% / 3);
		background-color: #fff;
	}

.pd23 {
	padding: 24px 10px 30px;
}

.c7list ul li .pd23 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.c7list ul li h1 {
	width: 100%;
	font-size: 24px;
	margin: 30px 0;
	text-align: center;
	height: 54px;
}

.c7list ul li p {
	width: 100%;
	font-size: 16px;
	text-align: center;
	width: 80%;
}

.con8 {
	width: 100%;
	padding: 80px 0;
	background-color: #45546F;
}

	.con8 h3 {
		font-size: 20px;
		color: #fff;
		margin-bottom: 20px;
		text-align: center;
	}

.c8nr p {
	font-size: 16px;
	color: #fff;
}

.foot {
	width: 100%;
	background-color: #45546F;
	padding: 80px 0;
	border-bottom: 2px solid #fff;
}

.footitem {
	width: calc(25% - 20px);
	padding: 0 10px;
}

.footlogo {
	width: 300px;
}

	.footlogo img {
		width: 100%;
		display: block;
	}

.footnr {
	font-size: 14px;
	color: #fff;
	width: 80%;
}

.foot {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
}

.footitem h1 {
	font-size: 20px;
	color: #4D6EAA;
	text-decoration: underline;
	margin-bottom: 20px;
}

.footitem ul li {
	width: 100%;
	line-height: 35px;
}

	.footitem ul li a {
		font-size: 16px;
		color: #4D6EAA;
	}

.footbtm {
	padding: 20px 0;
	background-color: #45546F;
}

	.footbtm p {
		text-align: center;
		color: #fff;
	}

	.footbtm a {
		color: #4D6EAA;
	}


.sp_header {
	height: auto;
	overflow: hidden;
	background: #45546F;
	position: relative;
	z-index: 10;
	width: 100%;
	display: none;
}

.sp_logo {
	padding: 10px;
	float: left;
	height: auto;
	width: 25%;
}

	.sp_logo img {
		margin: auto;
		max-height: initial;
		width: 100%;
	}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px; /* display: flex; */ /* align-items: center; */
}

	.sp_nav span {
		display: block;
		background: #fff;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s;
	}

		.sp_nav span:nth-of-type(1) {
			top: 0px
		}

		.sp_nav span:nth-of-type(2) {
			top: 10px
		}

		.sp_nav span:nth-of-type(3) {
			top: 20px
		}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index: 9;
	background: #eee;
	width: 100%;
	height: calc(100% - 104px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 50px
}

.sjj_nav > ul > li:first-child {
	overflow: hidden;
	border-top: 0
}

	.sjj_nav > ul > li:first-child > a {
		float: left;
		width: calc(100% - 70px)
	}

	.sjj_nav > ul > li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}

		.sjj_nav > ul > li:first-child .language a {
			width: 35px;
			float: left;
			border-left: 1px #ddd solid;
			text-align: center;
			color: #999;
		}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav > ul > li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #c9141e
}

.sjj_nav ul li ul li > ul {
	margin-left: 10px
}

.m {
	display: none;
}

.seavice {
	width: 100%;
	padding: 80px 0;
	background-color: #45546F;
}

	.seavice h1 {
		font-size: 48px;
		color: #fff;
		margin-bottom: 20px;
	}

	.seavice p {
		font-size: 18px;
		color: #F6E7C0;
	}

.seavice1 {
	width: 100%;
	padding: 80px 0;
	background-image: linear-gradient(#45546f, #051424);
}

	.seavice1 .wapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

.seavice1lf {
	width: 49%;
}

	.seavice1lf img {
		width: 100%;
		border-radius: 30px;
	}

.seavice1rt {
	width: 49%;
}

	.seavice1rt h1 {
		font-size: 30px;
		color: #fff;
		margin-bottom: 38px;
	}

	.seavice1rt p {
		font-size: 18px;
		color: #F6E7C0;
	}

.seavice2 {
	width: 100%;
	padding: 80px 0;
	background-color: #051424;
}

	.seavice2 ul li {
		width: calc(( 100% - 80px)/3);
		float: left;
		border:;
		box-shadow: 0px 2px 8px 0px rgba(128,128,128,1);
		margin-right: 40px;
		border-radius: 35px;
		margin-bottom: 40px;
	}

		.seavice2 ul li:nth-child(3n) {
			margin-right: 0;
		}

		.seavice2 ul li img {
			width: 92px;
			margin-bottom: 28px;    height: 71px;
		}

		.seavice2 ul li h1 {
			font-size: 24px;
			color: #fff;
			margin-bottom: 20px;
		}

		.seavice2 ul li p {
			font-size: 16px;
			color: #fff;
		}

.seavice3 {
	width: 100%;
	padding: 80px 0;
	background-color: #051424;
}

	.seavice3 h1 {
		font-size: 30px;
		text-align: center;
		color: #fff;
		margin-bottom: 30px;
	}

	.seavice3 ul li {
		width: calc((100% - 36px)/3);
		margin: 5px;
		border: 1px solid #3F3F3F;
		float: left;
		position: relative;
		overflow: hidden;
	}

		.seavice3 ul li img {
			width: 100%;
			transition: all 0.5s;
			height: 284px;
			object-fit: contain;
		}

.user {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
}

	.user h2 {
		font-size: 24px;
		color: #fff;
	}

	.user p {
		color: #fff;
	}

.seavice3 ul li:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}

.seavice3 ul li:hover .user {
	opacity: 1;
	transition: all 0.5s;
}

.seavice4 {
	width: 100%;
	padding: 80px 0;
	background-image: linear-gradient(#051424, #45546f);
}

.seave4nr {
	width: 100%;
	background-color: #999999;
	border-radius: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 30px;
}

.seave4nrlf {
	width: 76%;
	float: left;
}

.seave4nrrt {
	width: 22%;
	float: right;
}

.seave4nrlf p {
	font-size: 24px;
	color: #fff;
}

.user4 {
	width: 100%;
	border-radius: 50%;
	box-shadow: 0px 2px 8px 0px rgba(128,128,128,1);
	border: 5px solid #9A8A62;
	overflow: hidden;
	margin-bottom: 20px;
	overflow: hidden;
}

	.user4 img {
		width: 100%;
		height: 100%;
	}

.seave4nrrt h2 {
	font-size: 18px;
	color: #fff;
	text-align: right;
}

.seave4nrrt p {
	font-size: 16px;
	color: #fff;
	text-align: right;
}

.Corporations {
	width: 100%;
	padding: 80px 0;
	background-color: #45546F;
	border-top: 2px solid #fff;
}

	.Corporations h1 {
		font-size: 48px;
		color: #fff;
		margin-bottom: 20px;
	}

	.Corporations p {
		font-size: 18px;
		color: #F6E7C0;
	}

.Corporations1 {
	width: 100%;
	padding: 80px 0;
	background-color: #D9D9D9;
}

	.Corporations1 ul li {
		width: calc((100% -  60px)/3);
		margin: 10px;
		float: left;
	}

.cp2top {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	height: 60px;
	flex-wrap: wrap;
}

	.cp2top img {
		margin-right: 15px;
		width: 58px;
		height: 54px;
	}

	.cp2top h1 {
		font-size: 16px;
		width: calc(100% - 78px);
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

.cop2nr {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
	height: auto;
	overflow: hidden;
}

	.cop2nr img {
		margin-right: 15px;
		width: 58px;
		opacity: 0;
	}

	.cop2nr p {
		font-size: 16px;
		width: calc(100% - 73px);
		height: 67px;
	}

.white {
	color: #fff !important;
}

.con {
	width: 100%;
	padding: 80px 0;
	background-color: #D9D9D9;
}

.about1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

	.about1 h1 {
		font-size: 20px;
		width: 20%;
	}

.aboutnr {
	width: 75%;
}

	.aboutnr p {
		font-size: 14px;
	}

.forcop {
	width: 100%;
	padding: 80px 0;
	border-top: 2px solid #000000;
	background-color: #D9D9D9;
}

.forcopbt {
	margin-bottom: 20px;
}

	.forcopbt h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}

.forcopnr p {
	font-size: 14px;
}

.forcop ul li {
	width: 100%;
	padding: 80px 0;
	border-bottom: 2px solid #000;
}

	.forcop ul li:first-child {
		padding-top: 20px;
	}

	.forcop ul li:last-child {
		border: 0;
	}

.forcoplf {
	width: 48%;
	float: left;
}

	.forcoplf strong {
		font-size: 30px;
		color: #9A8A62;
		display: block;
		margin-bottom: 20px;
	}

	.forcoplf h1 {
		font-size: 20px;
		color: #000;
		margin-bottom: 20px;
	}

	.forcoplf p {
		font-size: 14px;
	}

.forcoprt {
	width: 48%;
	float: right;
}

.forcoprtnr {
	display: flex;
	align-items: self-start;
	flex-wrap: wrap;
}

	.forcoprtnr img {
		width: 30px;
		margin-right: 10px;
	}

.forcnr {
	width: calc(100% - 40px);
}

.forcoprt dl dd {
	width: 100%;
	margin-bottom: 20px;
}

.forcnr h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

.Capital {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

	.Capital h1 {
		font-size: 36px;
		width: 40%;
	}

.Capitalnr {
	width: 58%;
}

	.Capitalnr p {
		font-size: 14px;
	}

.Capital1 {
	width: 100%;
	padding: 80px 0;
	background-color: #D9D9D9;
}

.Capitalbt h1 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.Capitalbt p {
	font-size: 16px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.Capitalbt {
	width: 100%;
	margin-bottom: 20px;
}

.Capital1 ul li {
	width: calc((100% - 240px)/6);
	margin: 30px 20px;
	float: left;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
	border-radius: 15px;
	overflow: hidden;
}

	.Capital1 ul li img {
		width: 100%;
	}

.tip {
	text-align: center;
	font-size: 16px;
	margin: 20px auto;
}

.Capital2 {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}

	.Capital2 h1 {
		font-size: 36px;
		color: #000;
		text-align: center;
		margin-bottom: 20px;
	}

	.Capital2 p {
		width: 80%;
		text-align: center;
		font-size: 20px;
		margin: 0 auto;
	}

.Capital3 {
	width: 100%;
	padding: 60px 0;
	background-color: #E5E5E5;
}

	.Capital3 .hd ul li {
		width: 20%;
		background-color: #C0C0C0;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
	}

	.Capital3 .hd ul {
		display: flex;
		flex-wrap: wrap;
	}

		.Capital3 .hd ul li img {
			width: 20px;
			margin-right: 5px;
		}

		.Capital3 .hd ul li span {
			font-size: 18px;
		}

		.Capital3 .hd ul li.on {
			background-color: #fff;
			border-bottom: 2px solid #000;
		}

.Capital3nr {
	width: 100%;
	padding: 30px 0;
}

.iscon {
}

.iscon {
	width: 100%;
	padding: 80px 0;
	background-image: linear-gradient(#45546f, #d9d9d9);
	border-top: 2px solid #fff;
}

	.iscon h1 {
		font-size: 48px;
		color: #fff;
		margin-bottom: 20px;
	}

	.iscon p {
		font-size: 18px;
		color: #F6E7C0;
	}

.iscon2 {
	width: 100%;
	padding: 60px 0;
	background-color: #D9D9D9;
	border-top: 2px solid #000;
}

.iscon2lf {
	width: 49%;
	float: left;
}

	.iscon2lf h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

.iscon2nr p {
	font-size: 14px;
}

.iscon2rt {
	width: 49%;
	float: right;
}

	.iscon2rt img {
		width: 100%;
		display: block;
	}

.iscon3 {
	width: 100%;
	background-image: linear-gradient(#d9d9d9, #45546f);
	padding: 60px 0;
}

.iscon3bt {
	width: 100%;
	margin-bottom: 40px;
}

	.iscon3bt h1 {
		font-size: 30px;
		text-align: center;
		margin-bottom: 40px;
	}

	.iscon3bt p {
		font-size: 18px;
		text-align: center;
	}

.iscon3 ul li {
	width: calc((100% - 80px)/3);
	margin-right: 40px;
	float: left;
	margin-bottom: 40px;
}

	.iscon3 ul li:nth-child(3n) {
		margin-right: 0;
	}

	.iscon3 ul li strong {
		font-size: 22px;
		color: #EED490;
		margin-bottom: 20px;
		display: block;
	}

	.iscon3 ul li h1 {
		font-size: 16px;
		margin-top: 20px;
		color: #000;
	}

	.iscon3 ul li p {
		font-size: 14px;
		color: #000;
	}

.plane {
	width: 100%;
	padding: 80px 0;
	background-color: #45546F;
	border-top: 2px solid #fff;
}

	.plane h1 {
		font-size: 48px;
		color: #fff;
		margin-bottom: 20px;
	}

	.plane p {
		font-size: 18px;
		color: #F6E7C0;
	}

.plane1 {
	width: 100%;
	background-color: #45546F;
	border-radius: 25px;
}

.pd10 {
	padding: 10px;
}

.plane1 h1 {
	font-size: 30px;
	color: #fff;
	width: 50%;
	margin-bottom: 30px;
}

.plane1lf {
	width: 40%;
	float: left;
}

	.plane1lf p {
		font-size: 14px;
		color: #fff;
	}

.plane1rt {
	width: 59%;
	float: right;
}

	.plane1rt img {
		width: 100%;
		display: block;
	}

.plane2 {
	padding: 60px 0;
}

.plane2lf {
	width: 49%;
	float: left;
}

	.plane2lf h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.plane2lf p {
		font-size: 16px;
	}

.plane2rt {
	width: 49%;
	float: right;
}

	.plane2rt ul li {
		width: 100%;
		margin-bottom: 30px;
	}

		.plane2rt ul li h2 {
			font-size: 16px;
			margin-bottom: 20px;
			color: #051424;
		}

		.plane2rt ul li p {
			font-size: 16px;
			color: #665E4A;
		}

.office {
	width: 100%;
	padding: 60px 0;
	background-color: #D9D9D9;
}

.officeitem {
	width: 100%;
	margin-bottom: 40px;
}

	.officeitem h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.officeitem p {
		font-size: 18px;
	}

.officepic ul li {
	width: calc((100% - 45px)/4);
	margin-right: 15px;
	float: left;
}

	.officepic ul li:nth-child(4n) {
		margin-right: 0;
	}

	.officepic ul li img {
		width: 100%;
		display: block;
		height: 296px;
    object-fit: cover;
	}

.office1 {
	width: 100%;
	padding: 80px 0;
	background-color: #D9D9D9;
}

	.office1 h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

.office1lf {
	width: 49%;
	float: left;
}

.office1rt {
	width: 49%;
	float: right;
}

	.office1rt img {
		width: 100%;
	}

.office3 {
	width: 100%;
	background-color: #45546F;
	padding: 60px 0;
}

.office3bt {
	width: 100%;
	margin-bottom: 40px;
}

	.office3bt h1 {
		font-size: 30px;
		text-align: center;
		margin-bottom: 0px;
		color: #fff;
	}

	.office3bt h2 {
		font-size: 30px;
		text-align: center;
		margin-bottom: 30px;
		color: #726D4E;
	}

	.office3bt p {
		font-size: 18px;
		text-align: center;
		color: #fff;
	}

.office3 ul li {
	width: calc((100% - 40px)/2);
	margin-right: 40px;
	float: left;
	margin-bottom: 40px;
}

	.office3 ul li:nth-child(2n) {
		margin-right: 0;
	}

	.office3 ul li strong {
		font-size: 22px;
		color: #EED490;
		margin-bottom: 20px;
		display: block;
	}

	.office3 ul li h1 {
		font-size: 16px;
		margin-top: 20px;
		color: #fff;
	}

	.office3 ul li p {
		font-size: 14px;
		color: #fff;
	}

.office4 {
	width: 100%;
	padding: 20px 0;
	background-color: #D9D9D9;
}

	.office4 ul li {
		width: calc((100% - 160px)/4);
		margin: 20px;
		float: left;
	}

		.office4 ul li img {
			width: 100%;
			box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
			display: block;
			    height: 220px;
    object-fit: contain;
		}

		.office4 ul li h1 {
			font-size: 16px;
			margin-top: 20px;
			text-align: center;
		}

		.office4 ul li p {
			font-size: 16px;
			margin-top: 20px;
			text-align: center;
			padding: 0;
		}

.office5 {
	width: 100%;
	background-color: #D9D9D9;
	padding: 60px 0;
}

.office5bt {
	width: 100%;
	margin-bottom: 40px;
}

	.office5bt h1 {
		font-size: 30px;
		text-align: center;
		margin-bottom: 40px;
	}

	.office5bt p {
		font-size: 18px;
		text-align: left;
	}

.office5 ul li {
	width: calc((100% - 80px)/3);
	margin-right: 40px;
	float: left;
	margin-bottom: 40px;
}

	.office5 ul li:nth-child(3n) {
		margin-right: 0;
	}

	.office5 ul li strong {
		font-size: 22px;
		color: #B1A564;
		margin-bottom: 20px;
		display: block;
	}

	.office5 ul li h1 {
		font-size: 16px;
		margin-top: 20px;
		color: #000;
	}

	.office5 ul li p {
		font-size: 14px;
		color: #000;
	}

.aboutus1 {
	width: 100%;
	padding: 80px 0;
	border-top: 2px solid #fff;
	background-color: #45546F;
}

.aboutus1lf {
	width: 39%;
	text-align: right;
	float: left;
}

	.aboutus1lf img {
		width: 250px;
		display: inline-block;
	}

.aboutus1rt {
	width: 59%;
	float: right;
}

	.aboutus1rt p {
		font-size: 16px;
		color: #fff;
	}

.aboutus2 {
	width: 100%;
	background-color: #E5E5E5;
	padding: 60px 0;
}

	.aboutus2 h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.aboutus2 .hd ul li {
		padding: 10px 25px;
		display: inline-block;
		background-color: transparent;
		font-size: 20px;
		color: #9A8A62;
	}

		.aboutus2 .hd ul li.on {
			background-color: #fff;
			color: #000;
		}

	.aboutus2 .bd ul {
		background-color: #fff;
	}

.pd30 {
	padding: 30px;
	
}

.aboutus3 {
	width: 100%;
	background-color: #F9F8F5;
	padding: 60px 0;
}

.aboutus3lf {
	width: 45%;
	float: left;
}

	.aboutus3lf h1 {
		font-size: 36px;
		color: #9A8A62;
		margin-bottom: 15px;
	}

	.aboutus3lf ul li {
		font-size: 16px;
		width: calc((100% - 26px)/3);
		text-align: center;
		line-height: 35px;
		margin-right: 10px;
		margin-bottom: 10px;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
		float: left;
	}

		.aboutus3lf ul li:nth-child(3n) {
			margin-right: 0;
		}

.aboutus3rt {
	width: 54%;
	border: 1px solid #ddd;
	float: right;
}

	.aboutus3rt img {
		width: 100%
	}


.team {
	width: 100%;
	padding: 80px 0;
	background-color: #45546F;
	border-top: 2px solid #fff;
	background-image: linear-gradient(#45546f, #6b7a9a);
}

.teambt {
	width: 100%;
	border: 5px solid #B3B3B3;
	border-radius: 35px;
	box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
}

	.teambt .pd30 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.teambt h1 {
		font-size: 40px;
		color: #fff;
		text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
		width: 35%;
	}

.taem {
	width: 63%;
}

	.taem p {
		color: #eed490;
		font-size: 16px;
	}

.team1 {
	width: 100%;
	padding: 30px 0;
	background-color: #E5E5E5;
}

	.team1 ul li {
		width: calc((100% - 320px)/4);
		margin: 40px;
		float: left;
		text-align: center;
	}

		.team1 ul li img {    height: 67px;
			width: 100%;
			border-radius: 50%;
			border: 5px solid #9A8A62;
			box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
			height: 213px;
    object-fit: cover;
		}

		.team1 ul li h1 {
			font-size: 16px;
			margin: 20px 0;
		}

		.team1 ul li p {
			font-size: 16px;    height: 67px;
		}

.teamdetil {
	width: 100%;
	background-color:;
	background-image: url(../images/bg3.png);
	padding-bottom: 10px;
}

	.teamdetil .wapper {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}

.teampic {
	width: 30%;
}

	.teampic img {
		width: 320px;
    border-radius: 50%;
    border: 5px solid #9A8A62;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
    display: block;
    height: 329px;
    object-fit: cover;
	}

.teamname {
	width: 64%;
}

	.teamname h1 {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.teamname p {
		font-size: 14px;
	}

.teamdetil2 {
	background-color: #E5E5E5;
	width: 100%;
	padding-bottom: 30px;
}

	.teamdetil2 .hd ul li {
		padding: 10px 25px;
		display: inline-block;
		line-height: 35px;
		background-color: transparent;
		font-size: 20px;
		color: #9A8A62;
	}

		.teamdetil2 .hd ul li.on {
			background-color: #fff;
			color: #000;
		}

	.teamdetil2 .bd ul {
		background-color: #9A8A62;
	}

.news {
	width: 100%;
	padding: 20px 0;
	background-color: #FFFFFF;
}

	.news ul li {
		border-bottom: 2px solid #000;
		padding: 5px 0;
	}

		.news ul li:last-child {
			border: 0;
		}

.newsitem {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.newslf {
	width: 55%;
	float: left;
}

	.newslf h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.newslf a {
		font-size: 16px;
		color: #4D6EAA;
		margin-bottom: 20px;
		text-decoration: underline;
	}

	.newslf p {
		font-size: 16px;
	}

.newsrt {
	width: 45%;
}

.pd35 {
	padding: 30px 50px;
}

.newsrt img {
	width: 100%;
}

.newsbt {
	padding: 20px 0;
}

	.newsbt h1 {
		font-size: 36px;
	}

.detil {
	width: 100%;
	padding: 30px 0;
	background-color: #000;
}

	.detil img {
		width: 100%;
		display: block;
		height: 450px;
    object-fit: cover;
	}

.detil1 {
	padding: 30px 0;
	width: 100%;
}


@media (max-width: 980px) {
	.Corporations h1 {
		font-size: 24px;
	}

	.Corporations1 ul li {
		width: 100%;
		margin: 10px;
		float: left;
	}

	.Capital h1 {
		font-size: 18px;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		;
	}

	.con {
		width: 100%;
		padding: 40px 0;
		background-color: #D9D9D9;
	}

	.Capital1 {
		width: 100%;
		padding: 40px 0;
		background-color: #D9D9D9;
	}

		.Capital1 ul li {
			width: calc((100% - 80px)/2);
			margin: 30px 20px;
			float: left;
			box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
			border-radius: 15px;
			overflow: hidden;
		}

	.Capital3 .hd ul li {
		width: 100%;
		background-color: #C0C0C0;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
	}

	.Capital2 h1 {
		font-size: 24px;
		color: #000;
		text-align: center;
		margin-bottom: 20px;
	}

	.about1 h1 {
		font-size: 20px;
		width: 100%;
		margin-bottom: 20px;
	}

	.aboutnr {
		width: 100%;
	}

	.forcop {
		width: 100%;
		padding: 40px 0;
		border-top: 2px solid #000000;
		background-color: #D9D9D9;
	}

	.forcoplf {
		width: 100%;
		float: left;
	}

	.forcoprt {
		width: 100%;
		float: right;
	}

	.forcop ul li {
		width: 100%;
		padding: 40px 0;
		border-bottom: 2px solid #000;
	}

	.seavice h1 {
		font-size: 24px;
		color: #fff;
		margin-bottom: 20px;
	}

	.seavice1lf {
		width: 100%;
		margin-bottom: 10px;
	}

	.seavice1rt h1 {
		font-size: 24px;
		color: #fff;
		margin-bottom: 10px;
	}

	.seavice1 {
		width: 100%;
		padding: 40px 0;
		background-image: linear-gradient(#45546f, #051424);
	}

	.seavice2 {
		width: 100%;
		padding: 40px 0;
		background-color: #051424;
	}

		.seavice2 ul li {
			width: 98%;
			float: left;
			border:;
			box-shadow: 0px 2px 8px 0px rgba(128,128,128,1);
			margin-right: 40px;
			border-radius: 35px;
			margin-bottom: 40px;
		}

	.seavice3 {
		width: 100%;
		padding: 40px 0;
		background-color: #051424;
	}

		.seavice3 h1 {
			font-size: 24px;
			text-align: center;
			color: #fff;
			margin-bottom: 30px;
		}

		.seavice3 ul li {
			width: 100%;
			margin: 5px 0;
			border: 1px solid #3F3F3F;
			float: left;
			position: relative;
			overflow: hidden;
		}

	.seave4nr {
		width: 100%;
		background-color: #999999;
		border-radius: 35px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px;
	}

	.seave4nrlf {
		width: 100%;
		float: left;
	}

	.seave4nrrt {
		width: 100%;
		float: right;
	}

	.seave4nr {
		flex-wrap: wrap;
		width: 95%;
	}

	.seave4nrlf p {
		font-size: 16px;
		color: #fff;
		text-align: center;
	}

	.user4 {
		width: 60%;
		border-radius: 50%;
		box-shadow: 0px 2px 8px 0px rgba(128,128,128,1);
		border: 5px solid #9A8A62;
		overflow: hidden;
		margin: 0 auto;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.seave4nrrt h2 {
		font-size: 18px;
		color: #fff;
		text-align: center;
	}

	.seave4nrrt p {
		font-size: 16px;
		color: #fff;
		text-align: center;
	}

	.seavice1rt {
		width: 100%;
	}

	.Capitalnr {
		width: 100%;
	}

	.head {
		display: none;
	}

	.sp_header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.nv {
		height: 0;
	}

	.pc {
		display: none;
	}

	.m {
		display: block;
	}

	.c1lf h1 {
		font-size: 16px;
		color: #fff;
		margin-top: 40px;
		text-shadow: 0px 2px 8px rgba(64,64,64,1);
		display: inline-block;
		margin-bottom: 20px;
	}

	.c1lfnr {
		width: 100%;
		text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
	}

	.wapper {
		width: 95%;
	}

	.c1rt {
		width: 100%;
		float: right;
		display: block;
		margin-top: 20px;
	}

	.bannerwz h1 {
		color: #fff;
		font-size: 24px;
		color: #fff;
		text-align: center;
	}

	.con3lf {
		width: 100%;
		float: left;
		display: flex;
		justify-content: flex-end;
		position: relative;
	}

	.img2 {
		width: 100%;
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
	}

	.img1 {
		width: 100%;
		margin-top: 250px;
		position: relative;
		z-index: 2;
	}

	.con3rt {
		width: 100%;
		float: right;
		position: relative;
		z-index: 3;
	}

		.con3rt h1 {
			font-size: 18px;
			color: #fff;
			margin-top: 20px;
			text-align: center;
		}

	.con3nr p {
		font-size: 14px;
		color: #fff;
		text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
	}

	.c4btlf {
		width: 100%;
	}

		.c4btlf h1 {
			font-size: 18px;
			color: #fff;
			text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
		}

	.c4btrt {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.con4 ul li {
		width: 98%;
		margin: 40px 0;
		margin-right: 0;
		float: none;
		border: 5px solid #FFFFFF;
		box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
		background-color: #999999;
		border-radius: 25px;
	}

	.con5 {
		width: 100%;
		padding: 80px 0;
		background-image: linear-gradient(#999999, #c0c0c0);
		display: none;
	}

	.con6lf {
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.touxian {
		width: 385px;
		height: auto;
		box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
		border-radius: 50%;
		border: 10px solid #9a8a62;
		overflow: hidden;
	}

	.con6rt {
		width: 100%;
		margin-top: 20px;
	}

		.con6rt p {
			font-size: 14px;
			color: #fff;
			text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
			margin-bottom: 20px;
		}

	.c7list ul li {
		width: 100%;
		background-color: #fff;
	}

	.c8nr p {
		font-size: 14px;
		color: #fff;
	}

	.foot {
		display: none;
		flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.Corporations {
		width: 100%;
		padding: 40px 0;
		background-color: #45546F;
		border-top: 2px solid #fff;
	}

	.aboutus1 {
		width: 100%;
		padding: 40px 0;
		border-top: 2px solid #fff;
		background-color: #45546F;
	}

	.aboutus1lf {
		width: 100%;
		text-align: center;
		float: left;
	}

	.aboutus1rt {
		width: 100%;
		float: right;
	}

	.aboutus2 .hd ul li {
		padding: 10px 10px;
		display: inline-block;
		background-color: transparent;
		font-size: 12px;
		color: #9A8A62;
	}

	.aboutus3lf {
		width: 100%;
		float: left;
	}

		.aboutus3lf h1 {
			font-size: 16px;
			color: #9A8A62;
			margin-bottom: 15px;
		}

		.aboutus3lf ul li {
			font-size: 14px;
			width: calc((100% - 26px)/3);
			text-align: center;
			line-height: 35px;
			margin-right: 10px;
			margin-bottom: 10px;
			border-right: 2px solid #000;
			border-bottom: 2px solid #000;
			float: left;
		}

	.aboutus3rt {
		width: 100%;
	}

	.iscon h1 {
		font-size: 24px;
		color: #fff;
		margin-bottom: 20px;
	}

	.iscon {
		width: 100%;
		padding: 40px 0;
		background-image: linear-gradient(#45546f, #d9d9d9);
		border-top: 2px solid #fff;
	}

	.iscon2lf {
		width: 100%;
		float: left;
	}

	.iscon2rt {
		width: 100%;
		float: right;
	}

	.iscon3 ul li {
		width: 100%;
		margin-right: 0;
		float: left;
		margin-bottom: 40px;
	}

	.newslf {
		width: 100%;
		float: left;
	}

	.pd35 {
		padding: 10px;
	}

	.newsrt {
		width: 100%;
	}

	.plane h1 {
		font-size: 24px;
		color: #fff;
		margin-bottom: 20px;
	}

	.plane {
		width: 100%;
		padding: 40px 0;
		background-color: #45546F;
		border-top: 2px solid #fff;
	}

	.office {
		width: 100%;
		padding: 20px 0;
		background-color: #D9D9D9;
	}

	.officepic ul li:nth-child(2n) {
		margin-right: 0;
	}

	.officepic ul li {
		width: calc((100% - 15px)/2);
		margin-right: 15px;
		margin-bottom: 15px;
		float: left;
	}

	.office1 {
		width: 100%;
		padding: 40px 0;
		background-color: #D9D9D9;
	}

		.office1 h1 {
			font-size: 24px;
			margin-bottom: 20px;
		}

	.office1lf {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.office1rt {
		width: 100%;
		float: right;
	}

	.office3bt h1 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 10px;
		color: #fff;
	}

	.office3 ul li {
		width: 100%;
		margin-right: 0;
		float: left;
		margin-bottom: 40px;
	}

	.office3 {
		width: 100%;
		background-color: #45546F;
		padding: 20px 0;
	}

	.office4 ul li {
		width: 100%;
		margin: 20px 0;
		float: left;
	}

	.office5 ul li {
		width: 100%;
		margin-right: 0;
		float: left;
		margin-bottom: 40px;
	}

	.plane1 h1 {
		font-size: 24px;
		color: #fff;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	.plane1lf {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.plane1rt {
		width: 100%;
		float: right;
	}

	.plane2lf {
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}

	.plane2rt {
		width: 100%;
		float: right;
	}

	.plane2lf h1 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.plane2 {
		padding: 20px 0;
	}

	.iscon3 {
		width: 100%;
		background-image: linear-gradient(#d9d9d9, #45546f);
		padding: 20px 0;
	}

	.iscon3bt h1 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}

	.teambt h1 {
		font-size: 24px;
		color: #fff;
		text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
		width: 100%;
		text-align: center;
	}

	.taem {
		width: 100%;
		text-align: center;
	}

	.teambt {
		width: 97%;
		border: 5px solid #B3B3B3;
		border-radius: 35px;
		box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
	}

	.team1 ul li {
		width: calc((100% - 80px)/2);
		margin: 20px;
		float: left;
		text-align: center;
	}

	.teamdetil {
		padding: 20px 0;
	}
}
