.tabbg {
	background: #e8f1f5;
}

.tab-controls {
	text-align: left;
	font-size: 0;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;

}

.tab-controls a {
	text-align: center;
	padding: 2em 1.5em 2em;
	font-size: 17px;
	color: #555;
	position: relative;
	display: inline-block;
	font-weight: bold;
}

.tab-controls a::after {
	content: "";
	border-left: 1px solid rgba(85, 85, 85, 0.2);
	position: absolute;
	left: 0;
	top: 43px;
	bottom: 2.5em;
	width: 1px;
	height: 18px;
}
.tab-controls a:first-child::after {border-left:none;}
.tab-controls a.active {color: #fff;background: #00a381;}
.tab-controls a.active::before {
	/* background-color: #0c67ba; */
}

.tab-controls a span {
	position: relative;
}

.tab-controls a img {
	width: auto;
	height: 1.7em;
	position: absolute;
	left: -1em;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.tab-controls a.active img {
	opacity: 0.15;
}

@media only screen and (min-width:1024px) {
	.tab-controls a:hover {
		background: #00a381;
		color: #fff;
	}
}

@media only screen and (max-width:1366px) {
	.tab-controls a {
		font-size: 15.75px;
	}
}

@media only screen and (max-width:1024px) {
	.tab-controls a {
		font-size: 0.703125rem;
	}
}


.section-content.style1 .section {
	padding: 7.03125% 0;
	/*135 0*/
	font-size: 16px;
}

.section-content.style1 .section:nth-child(1) {
	/* padding: 7.8125% 0 7.03125%; */
	/*150 0 135*/
}

.section-content.style1 .section:nth-child(even) {
	background-color: #f4f4f4;
}

.section-content.style1 .section .inner {
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section-content.style1 .section:nth-child(odd) .inner {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.section-content.style1 .section:nth-child(even) .inner {
	-webkit-flex-direction: row;
	flex-direction: row;
}

.section-content.style1 .section .text-box {
/* 	width: 720px; */
	max-width: 52%;
	color: #666;
}

.section-content.style1 .section:nth-child(odd) .text-box {
	-webkit-transition-delay: 0.5s, 0.5s;
	transition-delay: 0.5s, 0.5s;
}
.section-content.style1 .section .text-box h3 {
	font-size: 2.625em;
	color: #333333;
	font-weight:bold;
}
.section-content.style1 .section .text-box p.indent2em {
	font-size: 1.1em;
	color: inherit;
	line-height: 1.5;
	margin-bottom: 0.56em;
	font-weight:bold;
}

.section-content.style1 .section .text-box p.indent2em:last-child {
	margin-bottom: 0;
}

.section-content.style1 .section .text-box .line {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 6.94% 0;
	/*50 0*/
}

.section-content.style1 .section .text-box .des {
	margin-bottom: 9.444%;
	/*68*/
}

.section-content.style1 .section .text-box .des li {
	margin-bottom: 7.36%;
	/*53*/
	padding-left: 3.333em;
	position: relative;
}

.section-content.style1 .section .text-box .des li:last-child {
	margin-bottom: 0;
}

.section-content.style1 .section .text-box .des img {
	position: absolute;
	left: 0;
	top: 0.5em;
	width: auto;
	height: 1.67em;
}

.section-content.style1 .section .text-box .des p {
	font-size: 1.125em;
	color: inherit;
	line-height: 1.78;
	margin-bottom: 0.56em;
}

.section-content.style1 .section .text-box .des p:last-child {
	margin-bottom: 0;
}

.section-content.style1 .section .text-box .des p b {
	color: #0c67ba;
}
.xgsection{overflow: hidden;margin-bottom: 6%;}
.contact-lili {	background-color: #e6f0f8;border-radius: 20px;display: inline-block;overflow: hidden;padding: 50px; vertical-align: top; width: calc(50% - 15px);position: relative;margin-right: 24px;margin-bottom: 24px;}
.contact-lili:nth-child(2n+0){margin-right: 0;}
.contact-lili .contact-top{position: relative;}
.contact-lili .contact-top .contact-ds{max-width:28px;position: absolute; left: 0px; top: 20px;}
.contact-lili .contact-title{padding-left: 50px;}
.contact-lili .contact-title h1{font-size: 18px;font-weight:bold;color: #00a381;}
.contact-lili .contact-title p{width: calc(100% - 50px);height:90px;font-size: 18px;font-weight:bold;color: #666666;-webkit-line-clamp: 3;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;}
.section .contact-box {
	margin-top:6.94%;
	padding-left:50px;
	width: calc(100% - 24px);
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	float:left;
	/*18 40*/
}
.ipty-about {color: #333;font-size:36px;font-weight:bold;margin-bottom: 30px;}
.contact-lili .contact-btn{position:absolute;right:0;top: 0;}
.section .contact-box li {margin-bottom: 2.03125%;}

.section .contact-box li.linever {
	border-right: 1px solid rgba(70, 86, 115, 0.2);
	height: 2.33em;
}
.section .contact-box p {
	font-size: 18px;
	color: inherit;
	line-height: 1.75;
}
.section .contact-box p b {
	color: #666;
}
.section .contact-box p a {
	font-size: 18px;
	color: #666;
	font-weight:bold;
}

.section-content.style1 .section .img-box {
	width: 45%;
	height: 25vw;
	position: relative;
	border-radius: 10px;
}

.section-content.style1 .section:nth-child(even) .img-box {
	-webkit-transition-delay: 0.5s, 0.5s;
	transition-delay: 0.5s, 0.5s;
}



.section-content.style1 .section .img-box .cover {
	width: 76.923%;
	margin-top: -77.95%;
}

.section-content.style1 .section:nth-child(odd) .img-box .cover {
	margin-left: 60%;
}

.section-content.style1 .section:nth-child(even) .img-box .cover {
	margin-left: -38.718%;
}

@media only screen and (max-width:1366px) {
	.section-content.style1 .section {
		font-size: 14px;
	}
}

@media only screen and (max-width:1024px) {
	.section-content.style1 .section {
		font-size: 0.625rem;
		padding: 12% 0;
		/*135 0*/
	}

	.section-content.style1 .section:nth-child(1) {
		padding: 12% 0 10%;
		/*150 0 135*/
	}

	.section-content.style1 .section .inner {
		-webkit-display: block;
		display: block;
	}

	.section-content.style1 .section .text-box {
		max-width: 100%;
	}

	.section-content.style1 .section:nth-child(odd) .text-box {
		-webkit-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}

	.section-content.style1 .section .text-box .line {
		margin: 5% 0;
		/*50 0*/
	}

	.section-content.style1 .section .text-box .des {
		margin-bottom: 5%;
		/*68*/
	}

	.section-content.style1 .section .text-box .des li {
		margin-bottom: 5%;
		/*53*/
	}

	.section-content.style1 .section .img-box {
		margin-top: 10%;
		width: 60%;
	}

	.section-content.style1 .section:nth-child(odd) .img-box {
		margin-left: 10%;
	}

	.section-content.style1 .section:nth-child(even) .img-box {
		margin-left: 30%;
		-webkit-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}

}



.section-content.style2 .section {
	font-size: 16px;
}

.section-content.style2 .section {
	padding: 8.02% 0 0;
	/*154 0 198*/
}

.section-content.style2 .section:last-child {
	padding: 8.02% 0 10.3125%;
	/*154 0 198*/
}

.section-content.style2 .section .inner {
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section-content.style2 .section:nth-child(odd) .inner {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.section-content.style2 .section:nth-child(even) .inner {
	-webkit-flex-direction: row;
	flex-direction: row;
}

.section-content.style2 .section .text-box {
	width: 782px;
	max-width: 60%;
	color: #333;
	opacity: 0;
	-webkit-transition-property: transform, opacity;
	-webkit-transition-duration: 1s, 1s;
	transition-property: transform, opacity;
	transition-duration: 1s, 1s;
	-webkit-transform: translateY(25%);
	transform: translateY(25%);
}

.section-content.style2 .section:nth-child(odd) .text-box {
	-webkit-transition-delay: 0.5s, 0.5s;
	transition-delay: 0.5s, 0.5s;
}

.section-content.style2 .section .text-box.actived {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.section-content.style2 .section .text-box h3 {
	font-size: 2em;
	color: inherit;
	line-height: 1.5;
	margin-bottom: 8.6%;
	/*67*/
}

.section-content.style2 .section .text-box ul {
	margin-bottom: 7.82%;
	/*61*/
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}

.section-content.style2 .section .text-box ul.left {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.section-content.style2 .section .text-box ul.left li {
	margin-right: 14.1%;
	/*110*/
}

.section-content.style2 .section .text-box ul.left li:last-child {
	margin-right: 0;
}

.section-content.style2 .section .text-box h4 {
	font-size: inherit;
	color: #0c67ba;
	margin-bottom: 0.5em;
	font-weight: bold;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.section-content.style2 .section .text-box h4>span {
	position: relative;
}

.section-content.style2 .section .text-box h4 .plus {
	position: absolute;
	left: 0.0625em;
	bottom: 100%;
	font-size: 1.25em;
	font-style: normal;
	font-weight: 500;
	margin-bottom: -0.1em;
}

.section-content.style2 .section .text-box h4 b,
.section-content.style2 .section .text-box h4 b.odometer {
	font-size: 2em;
	line-height: 1;
	vertical-align: baseline;
}

.section-content.style2 .section .text-box h5 {
	font-size: 0.875em;
	color: inherit;
	font-weight: normal;
}

.section-content.style2 .section .text-box p {
	font-size: 1.125em;
	color: inherit;
	line-height: 1.78;
	text-indent: 2em;
	text-align: justify;
	margin-bottom: 12.18%;
	/*95*/
}

.section-content.style2 .section .text-box .link {
	font-size: 1.125em;
	color: #0c67ba;
}

.section-content.style2 .section .text-box .link span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.section-content.style2 .section .text-box .link span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 2px;
	background-color: #0c67ba;
	opacity: 0.2;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	margin-top: 0.333em;
}

.section-content.style2 .section .text-box .link img {
	width: auto;
	height: 0.5em;
	margin-left: 0.7em;
	vertical-align: middle;
}

.section-content.style2 .section .img-box {
	width: 36.111%;
	/*520*/
	opacity: 0;
	-webkit-transition-property: transform, opacity;
	-webkit-transition-duration: 1s, 1s;
	transition-property: transform, opacity;
	transition-duration: 1s, 1s;
	-webkit-transform: translateY(25%);
	transform: translateY(25%);
}

.section-content.style2 .section:nth-child(even) .img-box {
	-webkit-transition-delay: 0.5s, 0.5s;
	transition-delay: 0.5s, 0.5s;
}

.section-content.style2 .section .img-box.actived {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media only screen and (min-width:1024px) {
	.section-content.style2 .section .text-box .link:hover span::before {
		opacity: 1;
	}
}

@media only screen and (max-width:1366px) {
	.section-content.style2 .section {
		font-size: 14px;
	}
}

@media only screen and (max-width:1024px) {
	.section-content.style2 .section {
		font-size: 0.625rem;
	}

	.section-content.style2 .section {
		padding: 10% 0 0;
		/*154 0 198*/
	}

	.section-content.style2 .section:last-child {
		padding: 10% 0 15%;
		/*154 0 198*/
	}

	.section-content.style2 .section .inner {
		-webkit-display: block;
		display: block;
	}

	.section-content.style2 .section .text-box {
		max-width: 100%;
	}

	.section-content.style2 .section:nth-child(odd) .text-box {
		-webkit-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}

	.section-content.style2 .section .text-box h3 {
		margin-bottom: 5%;
		/*67*/
	}

	.section-content.style2 .section .text-box ul {
		margin-bottom: 5%;
		/*61*/
		-webkit-display: block;
		display: block;
		font-size: 1em;
	}

	.section-content.style2 .section .text-box ul.left li {
		margin-right: 14.1%;
		/*110*/
	}

	.section-content.style2 .section .text-box ul li {
		margin-bottom: 5%;
	}

	.section-content.style2 .section .text-box ul li:last-child {
		margin-bottom: 0;
	}

	.section-content.style2 .section .text-box h5 {
		font-size: 1em;
	}

	.section-content.style2 .section .img-box {
		width: 70%;
		/*520*/
		margin: 10% auto 0;
	}

	.section-content.style2 .section:nth-child(even) .img-box {
		-webkit-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}
}


.section-content.style3 .section {
	font-size: 16px;
	color: #333;
}

.section-content.style3 .section .inner {
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 6.25% 0;
	/*120 0*/
}

.section-content.style3 .section:last-child .inner {
	border-bottom: 0 none;
}

.section-content.style3 .section:first-child .inner {
	padding: 7.8125% 0 6.25%;
	/*137 0 120*/
}

.section-content.style3 .section:last-child .inner {
	padding: 6.25% 0 10.15625%;
	/*120 0 195*/
}

.section-content.style3 .section:nth-child(odd) .inner {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.section-content.style3 .section:nth-child(even) .inner {
	-webkit-flex-direction: row;
	flex-direction: row;
}

.section-content.style3 .section .text-box {
	width: 54.3%;
	opacity: 0;
	-webkit-transition-property: transform, opacity;
	-webkit-transition-duration: 1s, 1s;
	transition-property: transform, opacity;
	transition-duration: 1s, 1s;
	-webkit-transform: translateY(25%);
	transform: translateY(25%);
}

.section-content.style3 .section:nth-child(odd) .text-box {
	-webkit-transition-delay: 0.5s, 0.5s;
	transition-delay: 0.5s, 0.5s;
}

.section-content.style3 .section .text-box.actived {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.section-content.style3 .section .text-box h3 {
	font-size: 2em;
	color: inherit;
	line-height: 1.5;
	margin-bottom: 2.813%;
	/*22*/
}

.section-content.style3 .section .text-box p.indent2em {
	text-indent: 2em;
	font-size: 1.125em;
	color: inherit;
	line-height: 1.78;
	margin-bottom: 0.56em;
}

.section-content.style3 .section .text-box p.indent2em:last-child {
	margin-bottom: 0;
}

.section-content.style3 .section .img-box {
	;
	width: 36.111%;
	opacity: 0;
	-webkit-transition-property: transform, opacity;
	-webkit-transition-duration: 1s, 1s;
	transition-property: transform, opacity;
	transition-duration: 1s, 1s;
	-webkit-transform: translateY(25%);
	transform: translateY(25%);
}

.section-content.style3 .section:nth-child(even) .img-box {
	-webkit-transition-delay: 0.5s, 0.5s;
	transition-delay: 0.5s, 0.5s;
}

.section-content.style3 .section .img-box.actived {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.section-content.style3 .section ul {
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.section-content.style3 .section ul.column2 {
	margin-top: 20.2%;
	/*105*/
}

.section-content.style3 .section ul.column3 {
	margin-top: 14.45%;
	/*113*/
}

.section-content.style3 .section ul.column2 li {
	width: 25%;
}

.section-content.style3 .section ul.column3 li {
	width: 33.333%;
}

.section-content.style3 .section h4 {
	font-size: inherit;
	color: #0c67ba;
	margin-bottom: 0.5em;
	font-weight: 500;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.section-content.style3 .section h4 span {
	position: relative;
}

.section-content.style3 .section h4 .plus {
	position: absolute;
	left: 0.0625em;
	bottom: 100%;
	font-size: 1.25em;
	font-style: normal;
	font-weight: 500;
	margin-bottom: -0.1em;
}

.section-content.style3 .section h4 b,
.section-content.style3 .section h4 b.odometer {
	font-size: 2em;
	line-height: 1;
	vertical-align: baseline;
}

.section-content.style3 .section h5 {
	font-size: 0.875em;
	color: inherit;
	font-weight: normal;
}

@media only screen and (max-width:1366px) {
	.section-content.style3 .section {
		font-size: 14px;
	}
}

@media only screen and (max-width:1024px) {
	.section-content.style3 .section {
		font-size: 0.625rem;
	}


	.section-content.style3 .section .inner {
		-webkit-display: block;
		display: block;
		padding: 10% 0;
		/*120 0*/
	}

	.section-content.style3 .section:first-child .inner {
		padding: 12.5% 0 10%;
		/*137 0 120*/
	}

	.section-content.style3 .section:last-child .inner {
		padding: 10% 0 15%;
		/*120 0 195*/
	}

	.section-content.style3 .section .text-box {
		width: 100%;
	}

	.section-content.style3 .section:nth-child(odd) .text-box {
		-webkit-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}

	.section-content.style3 .section .text-box h3 {
		margin-bottom: 2.813%;
		/*22*/
	}

	.section-content.style3 .section .img-box {
		width: 100%;
		margin: 10% auto 0;
	}

	.section-content.style3 .section:nth-child(even) .img-box {
		-webkit-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}

	.section-content.style3 .section .img-box img {
		display: block;
		margin: 0 auto;
		width: 70%;
	}

	.section-content.style3 .section ul.column2 {
		margin-top: 10%;
		/*105*/
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.section-content.style3 .section ul.column3 {
		margin-top: 10%;
		/*113*/
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.section-content.style3 .section ul.column2 li {
		width: auto;
	}

	.section-content.style3 .section ul.column3 li {
		width: auto;
	}
}


/*新增信件按钮和弹框*/
.section-content.style1 .btn-letter {
	font-size: 1.125em;
	color: #0c67ba;
	display: block;
	margin-bottom: 7.36%;
	/*53*/
	margin-top: -3.47%;
	/*-25*/
}

.section-content.style1 .btn-letter .inline {
	display: inline-block;
	border-bottom: 1px solid rgba(12, 103, 186, 0.5);
	cursor: pointer;
	line-height: 1.67em;
}

.section-content.style1 .btn-letter span {
	vertical-align: middle;
}

.section-content.style1 .btn-letter img {
	vertical-align: middle;
	width: 1.278em;
	margin-left: 0.78em;
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translateX(-15%);
	transform: translateX(-15%);
}

@media only screen and (min-width:1024px) {
	.section-content.style1 .btn-letter .inline:hover {
		border-color: rgba(12, 103, 186, 1);
	}

	.section-content.style1 .btn-letter .inline:hover img {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media only screen and (max-width:1024px) {
	.section-content.style1 .btn-letter img {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.pop-cover {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	overflow-y: auto;
}

.pop-cover.active {
	display: block;
}

.pop-cover .pop-box {
	display: none;
	background-color: #fff;
	width: 1146px;
	max-width: 90%;
	padding: 3.02% 3.23%;
	/*58 62 114*/
	position: absolute;
	margin: 3% auto;
	left: 0;
	right: 0;
}

.pop-cover .pop-box.active {
	display: block;
}

.pop-cover .close {
	cursor: pointer;
	position: absolute;
	right: 1.25em;
	top: 1.375em;
	width: 1.375em;
	opacity: 0.8;
}

.pop-cover h3 {
	font-size: 2.25em;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.89em;
}

.pop-cover li {
	text-indent: 2em;
	text-align: justify;
	font-size: 1em;
	color: #333;
	line-height: 2.1875;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.pop-cover li.noindent {
	text-indent: 0;
}

.pop-cover li.align-right {
	text-indent: 0;
	text-align: right;
}

.pop-cover li a {
	color: inherit;
}

@media only screen and (max-width:1024px) {
	.pop-cover .pop-box {
		padding: 2em;
		/*58 62 114*/
		margin: 2em auto;
	}
}

/* join */
.ajaxlist .list .lis {
    padding: 2rem;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}
.ajaxlist .list .lis .fexls {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10px;
	margin-bottom: 20px;
}
.ajaxlist .list .lis .fexls .liss {
    margin-right: 0.3rem;
}
.lh1 {
    line-height: 1;
}
.ajaxlist .list .lis .fexls .liss .col-000 {
    margin-top: 0.2rem;
    line-height: 1.5;
	font-weight: bold;
}
.sx{
    display: flex;
    justify-content: space-between;
    align-items: center;}
.join .about-k2{margin-top: 0;}
.join .about-k4{color: #333;}
.join .jlmb {
    display: flex;
    ustify-content: flex-start;
    align-items: center;
    color: #333;
}
.join .jlmb .tit-16 {
    margin-left: 0.25rem;
}
.ajaxlist{margin-top:30px;}
.recDiv_arr svg {
    width: 38px;
    height: 38px;
    transform: rotate(-90deg);
    transition: all 0.48s;
	cursor: pointer;
}
.recDiv_arr.click svg {
    transform: rotate(0deg);
}
.tit-24 {
    line-height: 1.8;
    font-size: 24px;
	font-weight: bold;
}
.tit-16 {
    line-height: 1.8;
    font-size: 16px;
}
.recBody {
    display: none;
    background: #f8f8f8;
    padding: 20px 0px 0px;
	    border-top: 1px solid #d7d7d7;
}
.recBody span {
    display: block;
    margin: 28px 0 14px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    letter-spacing: 0;
}
.recBody p {
    font-size: 14px;
    color: #666;
}
.recFoot{margin-top: 20px;}
/* 弹窗 */
/* 鎶曢€掔畝鍘嗗脊绐� */
#c-fixed-pop {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
#c-fixed-pop form {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 400px;
	background: #fff;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#c-fixed-pop form .c-title-box {
	position: relative;
	padding: 0 30px;
	background: #00a381;
}
#c-fixed-pop form .c-title-box .c-title {
	line-height: 60px;
	font-size: 20px;
	color: #fff;
}
#c-fixed-pop form .c-title-box .c-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 80px;
	height: 60px;
	background: url(../images/close.png) no-repeat center center;
	background-size: 20px auto;
	cursor: pointer;
}
#c-fixed-pop form .c-box {
	padding: 30px;
	font-size: 14px;
}
#c-fixed-pop form input {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
}
#c-fixed-pop form button {
	width: 100%;
	height: 50px;
	background: #00a381;
	color: #fff;
	border: none;
}
#c-fixed-pop form .c-file {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#c-fixed-pop form .c-file .c-input-box {
	position: relative;
	display: inline-block;
	padding: 9px 15px;
	background: #00a381;
}
#c-fixed-pop form .c-file input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
#c-fixed-pop form .c-file .c-text {
	color: #fff;
	text-align: center;
}
#c-fixed-pop form .c-file .c-text2 {
	padding-left: 15px;
	line-height: 30px;
}

@media(max-width:1600px) {
		.section-content.style1 .section{padding: 5% 0;}
		.tab-controls a{padding: 1.4em 1em;}
		.tab-controls a::after{top: 32px;}
		.section-content.style1 .section .img-box{height: 28vw;}
		.section-content.style1 .section .text-box p.indent2em{font-size: 17px;}
		.section-content.style1 .section .text-box .line{margin: 5% 0;}
		.section-content.style1 .section .text-box h3{margin-bottom: 2%;}
		
	}
@media(max-width:750px) {
    .section-content.style1 .section:nth-child(1){padding:40px 0;}
    .section-content.style1 .section .text-box h3{font-size:24px;}
    .inabout .text-box{width:100%;}
	.section-content.style1 .section:nth-child(odd) .img-box{margin-left: 0%;}
	.section-content.style1 .section .img-box{width:100%;height:50vw;}
    .ipty-about{font-size:24px;}
    .contact-lili{width:100%;padding:20px;}
    .contact-lili .contact-title h1{font-size:14px;}
    .contact-lili .contact-title p{font-size:14px;}
    .section .contact-box p b{font-size:14px;}
    .section .contact-box p a{font-size:14px;}
    .contact-lili .contact-btn{width:25px;height:25px;}
    .contact-lili .contact-top .contact-ds{top:15px;}
    .section-content.style1 .section .text-box p.indent2em{font-size:14px;}
    .ajaxlist .list .lis{padding:1rem;}
    .tit-16{font-size:14px;}
    .ajaxlist .list .lis .fexls .liss{width:70px;}
     .recDiv_arr svg{width:22px;height:22px;}
    
    
    
    
    
    
}	
	
	
	
	
	
	
	
	
	
	
	
	
	