/*手机头部*/
.mc_header {
	display: none;
	height: 61px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}

.mc_header_con {
	height: 60px;
	overflow: hidden;
}

.mc_logo {
	line-height: 60px;
	height: 60px;
	width: 100%;
	padding: 0 80px 0 30px;
	margin: 0 -80px 0 -30px;
	text-align: center;
	float: left;
}

.mc_logo img {
	width: auto;
	max-width: 90%;
	max-height: 30px;
}

.mc_nav {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 90;
	overflow: hidden;
	float: left;
	margin-top: 20px;
	cursor: pointer;
}

.mc_nav span {
	width: 100%;
	height: 2px;
	background: #000;
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.mc_nav span:nth-child(1) {
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav span:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mc_nav span:nth-child(3) {
	position: absolute;
	bottom: 5px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav.click span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_nav.click span:nth-child(2) {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.mc_nav.click span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mc_sousuo {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 99;
	overflow: hidden;
	background-position: center;
	background-image: url(../images/sh_ico.png);
	background-size: 22px auto;
	background-repeat: no-repeat;
	float: left;
	margin-top: 15px;
}


.mc_nav_con {
	background: #000;
	padding: 20px;
	display: none;
	position: fixed;
	top: 61px;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	padding-top: 60px;
	margin-top: -60px;
}

.mc_nav_con ul {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	padding-top: 20px;
}

.mc_nav_con ul>li {
	position: relative;
	border-bottom: 1px solid #2b2b2b;
}

.mc_nav_con ul>li>a {
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 50px;
	display: block;
}

.mc_nav_con ul>li>span {
	width: 35px;
	height: 30px;
	background: url(../images/tongyongjiantou_bai.png) no-repeat center;
	background-size: 40px;
	position: absolute;
	right: 0;
	top: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
}

.mc_nav_con ul>li>span.click {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mc_nav_erji {
	background: #1E1E1E;
	display: none;
}

.mc_nav_erji .mc_nav_erji_li {
	border-top: 1px dashed #2b2b2b;
}

.mc_nav_erji .mc_nav_erji_li:last-child {
	border-top: 0px dashed #2b2b2b;
}

.mc_nav_sanji_li {
	padding-left: 15px;
}

.mc_nav_siji_li {
	padding-left: 15px;
}

.mc_nav_wuji_li {
	padding-left: 15px;
}

.mc_nav_erji a {
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	display: block;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mc_sousuo_con {
	background: #046eb8;
	position: fixed;
	top: 60px;
	width: 100%;
	left: 0;
	z-index: 999;
	font-size: 0;
	display: none;
}

.mc_sousuo_con_fl {
	width: 100%;
	padding-right: 50px;
	margin-right: -50px;
}

.mc_sousuo_con_shuru {
	font-size: 16px;
	height: 40px;
	height: 40px;
	color: #fff;
	background: none;
	width: 100%;
	padding: 0 20px !important;
	border: 0;
	border-right: 1px solid #fff;
	outline: none;
	position: relative;
	z-index: 99;
}

.mc_sousuo_con_shuru:focus {
	border-right-color: #fff !important;
}

.mc_sousuo_con_shuru::-webkit-input-placeholder {
	color: #fff;
}

.mc_sousuo_con_tijiao {
	width: 50px;
	height: 40px;
	background: none !important;
	border: 0 !important;
	background: url(../images/nav_sousuo.png) no-repeat center !important;
	background-size: 20px !important;
}

.mc_nav_quotation {
	float: right;
}

.mc_nav_quotation a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	width: 80px;
	text-align: center;
	border: 1px solid #333;
	margin-top: 15px;
	border-radius: 5px;
}

@media(max-width:991px) {
	#pc_header {
		display: none;
	}

	.mc_header {
		display: block;
	}
}

@media(max-width:768px) {
	.mc_header {
		padding: 0 15px;
	}
}

/*悬浮右侧栏*/
#toolbar {
	position: fixed;
	z-index: 9999;
	right: 8px;
	bottom: 20%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #292e39;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .icon-font_i {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
}

#toolbar li .icon-phone {
	background: #d9d9d9 url(../images/zuocelandianhua_hei.png) no-repeat center;
	background-size: 25px;
}

#toolbar li .icon-ewm {
	background: #d9d9d9 url(../images/zuocelanerweima_hei.png) no-repeat center;
	background-size: 30px;
}

#toolbar li .icon-message {
	background: #d9d9d9 url(../images/zuocelanliuyan_hei.png) no-repeat center;
	background-size: 30px;
}

#toolbar li .icon-top {
	background: #d9d9d9 url(../images/tongyongjiantou_hei.png) no-repeat center;
	background-size: 50px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #292e39;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #292e39;
	border-right: none;
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #292e39;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .icon-font_i {
	background-color: #292e39;
}

#toolbar li:hover .icon-phone {
	background: #292e39 url(../images/zuocelandianhua_bai.png) no-repeat center;
	background-size: 25px;
}

#toolbar li:hover .icon-ewm {
	background: #292e39 url(../images/zuocelanerweima_bai.png) no-repeat center;
	background-size: 30px;
}

#toolbar li:hover .icon-message {
	background: #292e39 url(../images/zuocelanliuyan_bai.png) no-repeat center;
	background-size: 30px;
}

#toolbar li:hover .icon-top {
	background: #292e39 url(../images/tongyongjiantou_bai.png) no-repeat center;
	background-size: 50px;
}

@media (max-width: 991px) {
	#toolbar {
		display: none;
	}
}

/*内页导航*/
.asny_nav {
	margin: 3% 0;
}

.asny_nav ul {
	font-size: 0;
	text-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.asny_nav ul>li {
	display: inline-block;
	width: 16.666666%;
	margin: 5px 0;
	position: relative;
}

.asny_nav ul>li>a {
	font-size: 17px;
	line-height: 60px;
	color: #4f4f52;
	display: block;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f7f7f7;
	border-right: 1px solid #dedede;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.asny_nav ul>li:nth-child(6n)>a {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.asny_nav ul>li:last-child>a {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.asny_nav ul>li>a.active {
	background: #046eb8;
	color: #fff;
	border-color: #046eb8;
}

.asny_nav ul>li:hover>a {
	background: #046eb8;
	color: #fff;
	border-color: #046eb8;
}

.asny_nav_erji {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #f7f7f7;
	display: none;
}

.asny_nav_erji_li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 45px;
	color: #818181;
	border-top: 1px dashed #ccc;
}

.asny_nav_erji_li a:hover {
	color: #046eb8;
}

.asny_nav_erji_li:nth-child(1) a {
	border-top: 0;
}

.asny_nav ul>li:hover .asny_nav_erji {
	display: block;
}

@media(max-width:1366px) {
	.asny_nav ul>li>a {
		line-height: 50px;
	}
}

@media(max-width:991px) {
	.asny_nav {
		display: none;
	}
}


/*内页banner*/
.nybanner {
	position: relative;
}

.nybanner img {
	width: 100%;
	max-height: 100vh;
	opacity: 0;
}

.nybanner_tongyong {
	margin-bottom: 3%;
}

.nybanner_wz {
	position: absolute;
	left: 0;
	bottom: 14.1%;
	width: 100%;
	z-index: 10;
}

.nybanner_wz_ft {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #ffffff;
}

.nybanner_wz_ft span{
	text-transform: uppercase;
}

.nybanner_wz_fb {
	margin-top: 5.6%;
}

.nybanner_wz_fb h3 {
	font-size: 2.7rem;
	line-height: 1.25;
	color: #ffffff;
}

.nybanner_wz_fb h4 {
	overflow: hidden;
	margin-top: 3%;
}

.nybanner_wz_fb h4 a {
	float: left;
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
	border-radius: 4px;
	display: block;
	border: solid 1px #ffffff;
	padding: .75rem 2.4rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nybanner_wz_fb h4 a:hover {
	background: #fff;
	color: #000;
}

@media(max-width:1200px) {
	.nybanner_wz_ft {
		font-size: 24px;
	}

	.nybanner_wz_fb h4 a {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.nybanner_tongyong {
		margin-bottom: 0;
	}

	.nybanner_wz_ft {
		font-size: 22px;
	}

	.nybanner_wz_fb h4 a {
		padding: 8px 20px;
	}
}

@media(max-width:768px) {
	.nybanner_wz {
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.nybanner_wz_ft {
		font-size: 20px;
	}

	.nybanner_wz_fb {
		margin-top: 10px;
	}

	.nybanner_wz_fb h3 {
		font-size: 22px;
	}

	.nybanner_wz_fb h4 {
		margin-top: 20px;
	}

	.nybanner_wz_fb h4 a {
		font-size: 16px;
	}

}

@media(max-width:620px) {
	.nybanner img {
		height: 350px;
	}
}

@media(max-width:468px) {
	.nybanner_wz_ft {
		font-size: 18px;
	}

	.nybanner_wz_fb h3 {
		font-size: 20px;
	}

	.nybanner_wz_fb h4 {
		margin-top: 20px;
	}

	.nybanner_wz_fb h4 a {
		padding: 7px 15px;
		font-size: 15px;
	}
}

/*位置*/
.com_bread {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 8%;
	width: 100%;
	z-index: 5;
}

.com_bread h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.com_bread a {
	color: #fff;
}

.com_bread a:hover {
	color: #fff;
}

@media(max-width:468px) {
	.com_bread {
		bottom: 10px;
	}

	.com_bread h3 {
		font-size: 15px;
	}
}

/*左侧栏*/
.ny_pagecon {
	padding-bottom: 3%;
}

@media(max-width:991px) {
	.ny_pagecon {
		padding: 3% 0;
	}
}

@media(max-width:768px) {
	.ny_pagecon {
		padding: 25px 0;
	}
}


.page-wrap-right-con {
	font-size: 16px;
	line-height: 2;
	color: #333;
}

.page-wrap-right-con_dy img {
	max-width: 100%;
	width: auto !important;
	height: auto;
}

/*单页表格--开始*/
.page-wrap-right-con_dy table {
	width: 100%;
	margin: 0 auto;
}

.page-wrap-right-con_dy table td {
	padding: 5px 10px;
}

@media(max-width:768px) {
	.page-wrap-right-con_dy .biaogewaikuang {
		overflow: scroll;
	}

	.page-wrap-right-con_dy table {
		width: 738px;
	}
}

/*单页表格--结束*/



.page-wrap-right {
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	overflow: hidden;
}

@media (min-width: 992px) {
	.page-wrap-left {
		float: left;
		width: 260px;
		margin-right: 3%;
		position: relative;
		z-index: 80;
		display: none;
	}

	.page-wrap-right {
		overflow: hidden;
		width: 100%;
		float: right;
	}
}

.aspg-left-box {
	margin-bottom: 20px;
}

.aspg-left-title {
	background: #046eb8;
	padding: 15px 20px;
	position: relative;
}

.aspg-left-title h3 {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	z-index: 9;
	text-align: center;
}

.aspg-left-title span {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	display: block;
	position: relative;
	margin-top: 10px;
	padding-top: 8px;
}

.aspg-left-title span::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 20px;
	height: 3px;
	background: #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.aspg-left-con {
	border: 1px solid #d2d2d2;
	border-top: none;
}

.latest-news {
	padding: 10px 0;
}

.latest-news li {
	padding: 8px 15px;
	font-size: 14px;
}

.latest-news li a {
	display: block;
	line-height: 1.5;
	color: #5a5a5a;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.latest-news li a:before {
	content: '+';
	font-weight: bold;
	margin-right: 5px;
	font-size: 16px;
}

.latest-news li a:hover {
	color: #046eb8;
}

.latest-news li a:hover:before {
	color: #046eb8;
}

.page-wrap-contact {
	padding: 10px 0;
	font-size: 14px;
}

.page-wrap-contact h4 {
	padding: 4px 15px 12px;
	font-size: 16px;
	color: #000000;
}

.page-wrap-contact p {
	border-top: 1px solid #eee;
	position: relative;
	margin-bottom: 0;
	padding: 11px 15px;
	color: #2f2f2f;
}

.page-message-img img {
	width: 100%;
}

.page-mob-tool {
	position: fixed;
	right: 5px;
	bottom: 100px;
	z-index: 9999;
}

.page-mob-tool li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}

.page-mob-tool li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #046eb8;
	opacity: .7;
}

.page-mob-tool li i {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 50;
}

.page-mob-tool li .icon-dots-horizontal {
	background: url(../images/tongyonggengduo_bai.png) no-repeat center;
	background-size: 30px;
}

.page-mob-tool li .icon-top {
	background: url(../images/tongyongjiantou_bai_xiangshang.png) no-repeat center;
	background-size: 25px;
}

@media (min-width: 992px) {
	.page-mob-tool {
		display: none;
	}
}

/* 手机站 左侧导航弹出特效 */
.asmob-left-close-btn {
	display: none;
}

@media (max-width: 991px) {

	.asmob-menu-click {
		position: fixed;
		width: 100vw;
		overflow-y: scroll;
		top: 0;
		left: 100%;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 999999;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
	}

	.asmob-menu-click .aspg-left-news,
	.asmob-menu-click .aspg-left-contact,
	.asmob-menu-click .page-message-img {
		display: none;
	}

	.asmob-menu-click .asmob-left-close-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		border: 1px solid #fff;
		text-align: center;
		background: rgba(0, 0, 0, .5) url(../images/chadiao.png) no-repeat center;
		background-size: 25px;
		z-index: 999;
	}

	.asmob-menu-click .aspg-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 90vh;
		padding: 5vh 0;
	}

	.asmob-menu-click .aspg-left .aspg-left-menu {
		width: 90%;
		background: #fff;
	}

	.asmob-menu-click.click {
		left: 0;
	}
}

/*左侧导航*/
.aspg-left-nav>li {
	position: relative;
	border-bottom: 1px solid #eeeeee;
}

.aspg-left-nav>li:last-child {
	border-bottom: none;
}

.aspg-left-nav>li>a {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #2e2e2e;
	padding: 15px 40px 15px 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-left-nav>li>a.active {
	color: #046eb8;
}

.aspg-left-nav>li .first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 30px;
	height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background: url(../images/tongyongjiantou_hei.png) no-repeat center;
	background-size: 40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-left-nav>li .first-nav-btn.cur {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.aspg-left-nav>li:hover>a,
.aspg-left-nav>li.clicked>a {
	color: #046eb8;
}

.aspg-left-nav>li:hover .first-nav-btn,
.aspg-left-nav>li.clicked .first-nav-btn {
	color: #046eb8;
}

.aspg-left-nav .aspg-left-subnav {
	display: none;
	padding: 0 10px;
}

.aspg-left-nav .aspg-left-subnav>li {
	border-top: 1px dashed #eeeeee;
}

.aspg-left-nav .aspg-left-subnav>li>a {
	padding: 10px 20px;
	display: block;
	line-height: 20px;
	color: #818181;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-left-nav .aspg-left-subnav>li>a.active {
	color: #046eb8;
}

.aspg-left-nav .aspg-left-subnav>li>a:hover {
	color: #046eb8;
}

.aspg-left-nav .aspg-left-subnav>li.clicked>a {
	color: #046eb8;
}

.aspg-left-nav .aspg-left-threenav>li>a {
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.aspg-left-nav .aspg-left-threenav>li>a:before {
	content: '\2014   ';
}

.aspg-left-nav .aspg-left-threenav>li>a:hover {
	color: #046eb8;
}

.aspg-left-nav .aspg-left-threenav>li.clicked>a {
	color: #046eb8;
}

@media (max-width: 991px) {
	.aspg-left-nav .aspg-left-threenav {
		display: block;
	}
}

/*分页*/
.pglist {
	text-align: center;
	margin-top: 4.5%;
	font-size: 0;
}

.pglist1 li {
	display: inline-block;
	font-size: 22px;
	color: rgba(0, 0, 0, .4);
	font-family: Arial;
	line-height: 26px;
	margin: 0 8px;
	cursor: pointer;
}

.pglist1 li a,
.pglist1 li span {
	color: rgba(0, 0, 0, .4);
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pglist1 li.active a,
.pglist1 li:hover a,
.pglist1 li .current,
.pglist1 li:hover span {
	color: #000;
}

@media(max-width:991px) {
	.pglist {
		font-size: 0;
		line-height: 0;
	}
}

@media(max-width:768px) {
	.pglist {
		margin-top: 25px;
	}
}

@media(max-width:468px) {
	.pglist {
		margin-top: 15px;
	}

	.pglist1 li {
		margin: 0 6px;
	}
}


/*内页新闻*/
.aspg-news-list {
	font-size: 0;
}

.aspg-news-list li {
	width: 33.3333%;
	display: inline-block;
	vertical-align: bottom;
	padding: 4% 15px;
	border-bottom: 1px solid #e6e6e6;
}

.aspg-news-list li a {
	width: 90%;
	margin: 0 auto;
	display: block;
}

.aspg-news-list li .news_date {
	font-size: 14px;
	line-height: 2;
	color: #b2b2b4;
}

.aspg-news-list li .news_title {
	font-size: 20px;
	line-height: 2;
	color: #222225;
	position: relative;
	padding-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-news-list li:hover .news_title {
	color: #046eb8;
}

.aspg-news-list li .news_title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 3px;
	background: #828286;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.aspg-news-list li:hover .news_title:before {
	width: 45px;
	background: #046eb8;
}

.aspg-news-list li .news_content {
	font-size: 15px;
	line-height: 2;
	color: #868686;
	margin: 15px 0;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.aspg-news-list li .more {
	font-size: 14px;
	line-height: 1.5;
	color: #868686;
}

@media (max-width: 1366px) {
	.aspg-news-list li .news_title {
		font-size: 18px;
	}
}

@media (max-width: 990px) {
	.aspg-news-list li {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.aspg-news-list li {
		width: 100%;
		padding: 20px 15px;
	}

	.aspg-news-list li a {
		width: 100%;
	}
}

/*留言*/
.ny_liuyanbiaoge {
	border: 1px solid #eee;
	padding: 3%;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.message-form {
	display: block;
	background: #f0f2f5;
	padding: 6%;
}

.message-form li {
	overflow: hidden;
}

.message-form li:nth-child(n+2) {
	margin-top: 15px;
}

.message-form li h3 {
	font-size: 15px;
	line-height: 36px;
	color: #666;
	float: left;
	width: 80px;
	position: relative;
	z-index: 9;
}

.message-form li h3 span {
	color: red;
	margin-right: 5px;
}

.ny_liuyanshurukuang {
	width: 100%;
	padding-left: 90px;
	margin-left: -90px;
	float: right;
}

.message-form li input {
	width: 100%;
	height: 36px;
	padding: 0 12px;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}

.message-form .nyxuanze {
	overflow: hidden;
}

.message-form .nyxuanze h3 {
	font-size: 15px;
	line-height: 36px;
	color: #666;
	/*font-weight: bold;*/
	float: left;
	width: 90px;
}

.message-form .nyxuanze h3 span {
	color: red;
	margin-right: 5px;
}

.message-form .nyxuanze .nyxuanze_xuan {
	font-size: 14px;
	line-height: 36px;
	/*font-weight: bold;*/
	vertical-align: middle;
	float: left;
	color: #666;
}

.message-form li textarea {
	font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	width: 100%;
	height: 128px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 34px;
	color: #666;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}

.message-form li input::-webkit-autofill {
	-webkit-text-fill-color: #666 !important;
	transition: background-color 5000s ease-in-out 0s;
}

.message-form li input::placeholder {
	color: #666;
}

.nyliuyan_tijiao {
	margin-top: 15px;
}

.nyliuyan_tijiao input {
	width: 128px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: #046eb8;
	border: 0;
	outline: none;
	border-radius: 8px;
	margin-left: 90px;
	cursor: pointer;
}

@media(max-width:991px) {
	.message-form {
		margin-left: 0;
		margin: 0 auto;
	}
}

@media(max-width:768px) {
	.message-form {
		width: 100%;
		max-width: 100%;
		padding: 25px;
	}

	.ny_liuyanbiaoge {
		padding: 15px;
	}
}

@media(max-width:468px) {
	.ny_liuyanbiaoge {
		padding: 10px;
	}

	.message-form {
		padding: 15px 15px;
	}

	.message-form li h3 {
		width: 100%;
		margin-bottom: 5px;
	}

	.ny_liuyanshurukuang {
		padding-left: 0;
		margin-left: 0;
	}

	.message-form .nyxuanze .nyxuanze_xuan {
		width: 100%;
	}

	.message-form li input {
		width: 100%;
	}

	.message-form li textarea {
		width: 100%;
	}

	.nyliuyan_tijiao input {
		margin-left: 0;
		display: block;
		margin: 0 auto;
	}
}

/*案例中心*/
.aspg-case-list {
	font-size: 0;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.aspg-case-list li {
	display: inline-block;
	vertical-align: bottom;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

.aspg-case-list li:nth-child(3n) {
	margin-right: 0;
}

.aspg-case-list li .img {
	overflow: hidden;
}

.aspg-case-list li img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-case-list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.aspg-case-list li .wz h3 {
	font-size: 16px;
	line-height: 2;
	color: #5a5a5a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 5px;
}

.aspg-case-list li:hover .wz h3 {
	color: #046eb8;
}

@media(max-width:768px) {
	.aspg-case-list li {
		width: 49%;
		margin-right: 2%;
	}

	.aspg-case-list li:nth-child(3n) {
		margin-right: 2%;
	}

	.aspg-case-list li:nth-child(2n) {
		margin-right: 0;
	}
}

@media(max-width:468px) {
	.aspg-case-list li {
		width: 100%;
		margin-right: 0 !important;
	}
}

/*产品中心*/
.aspg-product-list {
	font-size: 0;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.aspg-product-list li {
	display: inline-block;
	vertical-align: bottom;
	width: 32%;
	border: 1px solid #ddd;
	margin-right: 2%;
	padding: 10px;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.aspg-product-list li:nth-child(3n) {
	margin-right: 0;
}

.aspg-product-list li:nth-child(n+4) {
	margin-top: 2%;
}

.aspg-product-list li .img {
	overflow: hidden;
}

.aspg-product-list li img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-product-list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.aspg-product-list li .wz h3 {
	font-size: 16px;
	line-height: 2;
	color: #5a5a5a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px;
}

.aspg-product-list li:hover {
	border: 1px solid #046eb8;
}

.aspg-product-list li:hover .wz h3 {
	color: #046eb8;
}

@media(max-width:768px) {
	.aspg-product-list li {
		width: 49%;
		margin-right: 2%;
	}

	.aspg-product-list li:nth-child(3n) {
		margin-right: 2%;
	}

	.aspg-product-list li:nth-child(2n) {
		margin-right: 0;
	}

	.aspg-product-list li:nth-child(n+3) {
		margin-top: 2%;
	}
}

@media(max-width:468px) {
	.aspg-product-list li {
		width: 100%;
		margin-right: 0 !important;
	}

	.aspg-product-list li:nth-child(n+2) {
		margin-top: 15px;
	}
}

/*搜索页*/
.search-tag {
	margin-bottom: 20px;
	border: 1px solid #efefef;
	border-radius: 5px;
	overflow: hidden;
}

.search-tag a {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	padding: 0 30px;
	font-size: 16px;
	color: #333;
}

.search-tag a:hover,
.search-tag a.on {
	color: #046eb8;
}

@media(max-width:768px) {
	.search-tag a {
		padding: 0 15px;
	}
}

/*新闻内页*/
.page_news_content_bt {
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.7;
}

.page_news_content_bar {
	font-size: 14px;
	font-family: Arial;
	color: #9e9e9e;
	line-height: 35px;
	border-bottom: 1px dashed #cfcfcf;
	margin-bottom: 20px;
	overflow: hidden;
}

.page_news_content_bar .detail-info-time {
	float: left;
	margin-right: 20px;
	position: relative;
	padding-left: 25px;
	background: url(../images/tongyongshijian_hui.png) no-repeat left center;
	background-size: 18px;
}

.page_news_content_bar .detail-info-numbers {
	float: left;
	position: relative;
	padding-left: 25px;
	background: url(../images/tongyongchakan_hui.png) no-repeat left center;
	background-size: 22px;
}

.page_news_content_wen {
	font-size: 16px;
	line-height: 2;
	color: #333;
	text-align: justify;
}

.page_news_content_wen img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

/*详情表格--开始*/
.page_news_content_wen table {
	width: 100%;
	margin: 0 auto;
}

.page_news_content_wen table td {
	padding: 5px 10px;
}

@media(max-width:768px) {
	.page_news_content_wen .biaogewaikuang {
		overflow: scroll;
	}

	.page_news_content_wen table {
		width: 738px;
	}
}

/*详情表格--结束*/


@media(max-width:768px) {
	.page_news_content_bt {
		font-size: 18px;
	}
}

/*分享插件*/
#as-share {
	text-align: right;
	margin: 15px 0;
}

/*标签*/
.ny_biaoqian h3 {
	padding: 0 30px;
	font-size: 18px;
	color: #046eb8;
	line-height: 40px;
	border-bottom: 1px solid #c3c3c3;
	position: relative;
	font-weight: bold;
}

.ny_biaoqian h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100px;
	border-bottom: 3px solid #046eb8;
}

.ny_biaoqian_li {
	margin: 10px 0;
}

.ny_biaoqian_li a {
	font-size: 15px;
	color: #2f2f2f;
	display: inline-block;
	margin-right: 9px;
	background: #f4f4f4;
	line-height: 2;
	padding: 0 15px;
	margin: 10px 5px;
}

.ny_biaoqian_li a:hover {
	color: #046eb8;
}

/*网址*/
.ny_wangzhi-detail-url {
	font-size: 15px;
	color: #2f2f2f;
	line-height: 2;
}

.ny_wangzhi-detail-url a {
	font-size: 15px;
	color: #2f2f2f;
	word-break: break-all;
}

.ny_wangzhi-detail-url a:hover {
	color: #046eb8;
}

/*上下篇*/
.ny_detail-pn {
	margin-top: 30px;
}

.ny_detail-pn>div+div {
	margin-top: 15px;
}

.ny_detail-pn>div {
	line-height: 40px;
	position: relative;
	border: 1px solid #eeeeee;
	overflow: hidden;
}

.ny_detail-pn>div b {
	font-size: 15px;
	color: #046eb8;
	width: 70px;
	float: left;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 9;
}

.ny_detail-pn .ny_detail-pn_nn {
	float: left;
	width: 100%;
	padding: 0 110px 0 80px;
}

.ny_detail-pn>div a {
	width: 100%;
	display: block;
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ny_detail-pn>div span {
	float: right;
	color: #666;
	width: 100px;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 9;
}

.ny_detail-pn>div a:hover {
	color: #046eb8;
}

@media(max-width:468px) {
	.ny_detail-pn>div b {
		font-size: 14px;
		width: 60px;
	}

	.ny_detail-pn>div a {
		font-size: 14px;
	}

	.ny_detail-pn .ny_detail-pn_nn {
		padding: 0px 90px 0 70px;
	}

	.ny_detail-pn>div span {
		font-size: 14px;
		width: 85px;
	}
}

/*案例详情*/
.page_case_content_img {
	text-align: center;
}

.page_case_content_img img {
	max-width: 100%;
}

.page_case_tab {
	margin: 25px 0;
	border: 1px solid #eee;
	font-size: 16px;
	height: 42px;
	overflow: hidden;
}

.page_case_tab li {
	width: 140px;
	line-height: 38px;
	text-align: center;
	float: left;
	border: 1px solid #eee;
}

.page_case_tab li.on {
	border: 1px solid #046eb8;
	color: #046eb8;
}

/*产品详情*/
/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

/**/
.page_product_tuji {
	overflow: hidden;
}

.page_product_tuji {
	padding-bottom: 20px;
}

.page_product_tuji_fl {
	width: 40%;
	overflow: hidden;
	border: 1px solid #ddd;
}

.page_product_tuji_fl a {
	height: 100%;
	height: 390px;
	display: block;
	line-height: 390px;
	text-align: center;
}

.page_product_tuji_fl .xqydatu {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.page_product_tuji_fl .easyzoom {
	width: 100%;
}

.page_product_tuji_fr {
	width: 55%;
}

.page_product_tuji_fr h1 {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}

.page_product_tuji_fr_fc {
	margin: 15px 0 25px;
	font-size: 16px;
	line-height: 2;
	color: #777272;
}

.page_product_tuji_fr_fb {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.page_product_tuji_fr_fb img {
	width: 100%;
}

.page_product_tuji_fr_fb_li {
	border: 1px solid #ddd;
	padding: 5px;
}

.page_product_tuji_fr_fb_li.active {
	border: 1px solid #046eb8;
}

.page_product_tuji_btnl {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 99;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, .8) url(../images/baisejiantou.png) no-repeat center;
	background-size: 9px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.page_product_tuji_btnr {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 99;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, .8) url(../images/baisejiantou.png) no-repeat center;
	background-size: 9px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_product_tuji_fr_fb:hover .page_product_tuji_btnl {
	opacity: 1;
}

.page_product_tuji_fr_fb:hover .page_product_tuji_btnr {
	opacity: 1;
}

.page_product_tuji_fr_fb1 {
	margin-top: 25px;
}

.page_product_tuji_fr_fb1 a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	background: #046eb8;
	padding: 8px 30px;
	border-radius: 25px;
}

@media(max-width:768px) {
	.page_product_tuji_fl {
		width: 100%;
	}

	.page_product_tuji_fr {
		width: 100%;
		margin-top: 15px;
	}
}

@media(max-width:468px) {
	.page_product_tuji_fl a {
		height: auto;
		line-height: 1;
	}
}

/*网站地图*/
.page-wrap-right-wangzhanditu {
	width: 100%;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.wangzhanditu_ft {
	font-size: 18px;
	line-height: 40px;
	color: #333;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	padding: 0 20px;
}

.wangzhanditu_fb {
	margin: 15px 0;
}

.wangzhanditu_fb li {
	width: 100%;
	border-bottom: 1px dashed #ddd;
}

.wangzhanditu_fb li:last-child {
	border-bottom: 0 dashed #ddd;
}

.wangzhanditu_fb li a {
	font-size: 16px;
	line-height: 40px;
	color: #666;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wangzhanditu_fb li a:hover {
	color: #0247a6;
}


/*服务范围*/
.page_chuheyuan_service_1 {
	padding: 4% 0;
}

.page_chuheyuan_service_1_ft h3 {
	font-size: 2.3rem;
	line-height: 1.5;
	color: #000000;
	text-align: center;
}

.page_chuheyuan_service_1_fb {
	margin-top: 3.5%;
}

.page_chuheyuan_service_1_fb li {
	width: 30%;
	margin-right: 5%;
}

.page_chuheyuan_service_1_fb li:nth-child(3n) {
	margin-right: 0;
}

.page_chuheyuan_service_1_fb li:nth-child(n+4) {
	margin-top: 5%;
}

.page_chuheyuan_service_1_fb li .img {
	overflow: hidden;
}

.page_chuheyuan_service_1_fb li .img .img_con {
	padding: 40% 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_chuheyuan_service_1_fb li .img:hover .img_con {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.page_chuheyuan_service_1_fb li .wz {
	padding-top: 6%;
}

.page_chuheyuan_service_1_fb li .wz h3 {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #000000;
}

.page_chuheyuan_service_1_fb li .wz h4 {
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	margin-top: 9px;
	max-height: 12em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}

.page_chuheyuan_service_2 {
	padding: 5.4% 0 7.3%;
}

.page_chuheyuan_service_2_con {
	overflow: hidden;
}

.page_chuheyuan_service_2_fr {
	width: 50%;
	max-width: 715px;
}

.page_chuheyuan_service_2_fr_ft h3 {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #fff;
}

.page_chuheyuan_service_2_fr_fc {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	margin: 3.5% 0 12%;
}

.page_chuheyuan_service_2_fr_fb a {
	background: #fff;
	color: #000;
}

.page_chuheyuan_service_2_fr_fb a:hover {
	background: #000;
	color: #fff;
}


.page_chuheyuan_service_3 {
	padding: 4.5% 0;
}

.page_chuheyuan_service_3_li {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_chuheyuan_service_3_li_fl {
	width: 50%;
	overflow: hidden;
}

.page_chuheyuan_service_3_li_fl .img_con {
	padding: 57% 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_chuheyuan_service_3_li_fl:hover .img_con {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.page_chuheyuan_service_3_li_fr {
	width: 50%;
	padding-left: 6%;
}

.page_chuheyuan_service_3_li_fr_ft h3 {
	font-size: 1.4rem;
	line-height: 1.3;
	color: #000000;
}

.page_chuheyuan_service_3_li_fr_ft h4 {
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	margin-top: 3.815%;
	/*word-wrap: break-word;*/
	/*word-break: break-all;*/
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.page_chuheyuan_service_3_li_fr_fc {
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	margin: 4% 0 7%;
}

.page_chuheyuan_service_3_li_fr_fb a:hover {
	background: #000;
	color: #fff;
}

.page_chuheyuan_service_3_li:nth-child(2) {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.page_chuheyuan_service_3_li:nth-child(2) .page_chuheyuan_service_3_li_fl {
	float: right;
}

.page_chuheyuan_service_3_li:nth-child(2) .page_chuheyuan_service_3_li_fr {
	float: left;
	padding-right: 6%;
	padding-left: 0;
}

.page_chuheyuan_service_3_li:nth-child(3) {
	margin-top: 4%;
}

.page_chuheyuan_service_3_li:nth-child(3) .page_chuheyuan_service_3_li_fl {
	width: 100%;
}

.page_chuheyuan_service_3_li:nth-child(3) .page_chuheyuan_service_3_li_fr {
	width: 100%;
	background-color: #f6f3ee;
	padding: 4%;
}

.page_chuheyuan_service_3_li:nth-child(3) .page_chuheyuan_service_3_li_fr_ft h4 {
	margin-top: 1.85%;
}

.page_chuheyuan_service_3_li:nth-child(3) .page_chuheyuan_service_3_li_fr_fc {
	margin: 5px 0 2.3%;
}

.page_chuheyuan_service_3_li:nth-child(3) .page_chuheyuan_service_3_li_fl .img_con {
	padding: 15.625% 0;
}

@media(max-width:1366px) {
	.page_chuheyuan_service_1_fb li .wz h3 {
		font-size: 22px;
	}

	.page_chuheyuan_service_1_fb li .wz h4 {
		font-size: 17px;
	}

	.page_chuheyuan_service_2_fr_ft h3 {
		font-size: 24px;
	}

	.page_chuheyuan_service_3_li_fr_ft h3 {
		font-size: 24px;
	}
}

@media(max-width:1280px) {
	.page_chuheyuan_service_1_fb li .wz h3 {
		font-size: 20px;
	}

	.page_chuheyuan_service_1_fb li .wz h4 {
		font-size: 16px;
	}

	.page_chuheyuan_service_2_fr_ft h3 {
		font-size: 22px;
	}

	.page_chuheyuan_service_2_fr_fc {
		font-size: 18px;
	}

	.page_chuheyuan_service_3_li_fr_ft h3 {
		font-size: 22px;
	}

	.page_chuheyuan_service_3_li_fr_ft h4 {
		font-size: 17px;
	}

	.page_chuheyuan_service_3_li_fr_fc {
		font-size: 17px;
	}
}

@media(max-width:1200px) {
	.page_chuheyuan_service_1_fb li .wz h3 {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.page_chuheyuan_service_1_ft h3 {
		font-size: 26px;
	}

	.page_chuheyuan_service_1_fb li {
		width: 32%;
		margin-right: 2%;
	}

	.page_chuheyuan_service_2_fr {
		width: 100%;
		max-width: 100%;
	}

	.page_chuheyuan_service_2_fr_ft h3 {
		font-size: 20px;
	}

	.page_chuheyuan_service_2_fr_fc {
		font-size: 17px;
		margin: 3.5% 0 5%;
	}

	.page_chuheyuan_service_3_li_fr_ft h3 {
		font-size: 20px;
	}

	.page_chuheyuan_service_3_li_fl {
		width: 100%;
	}

	.page_chuheyuan_service_3_li_fl .img_con {
		min-height: auto !important;
	}

	.page_chuheyuan_service_3_li_fr {
		width: 100%;
		padding-left: 0;
		margin-top: 3%;
	}

	.page_chuheyuan_service_3_li_fr_ft h4 {
		margin-top: 2%;
	}

	.page_chuheyuan_service_3_li_fr_fc {
		margin: 2% 0 3%;
	}

	.page_chuheyuan_service_3_li:nth-child(n+2) {
		margin-top: 3%;
	}

	.page_chuheyuan_service_3_li:nth-child(2) .page_chuheyuan_service_3_li_fr {
		padding-right: 0;
	}

	.page_chuheyuan_service_3_li:nth-child(3) .page_chuheyuan_service_3_li_fl .img_con {
		padding: 25% 0;
	}

	.page_chuheyuan_service_3_li:nth-child(3) .page_chuheyuan_service_3_li_fr_ft h4 {
		margin-top: 2%;
	}

	.page_chuheyuan_service_3_li:nth-child(3) .page_chuheyuan_service_3_li_fr_fc {
		margin: 2% 0 3%;
	}

	.page_chuheyuan_service_3_li:nth-child(3) .page_chuheyuan_service_3_li_fr {
		margin-top: 0;
	}
}

@media(max-width:768px) {
	.page_chuheyuan_service_1 {
		padding: 30px 0;
	}

	.page_chuheyuan_service_1_ft h3 {
		font-size: 24px;
	}

	.page_chuheyuan_service_1_fb {
		margin-top: 20px;
	}

	.page_chuheyuan_service_1_fb li {
		width: 49%;
	}

	.page_chuheyuan_service_1_fb li:nth-child(3n) {
		margin-right: 2%;
	}

	.page_chuheyuan_service_1_fb li:nth-child(2n) {
		margin-right: 0;
	}

	.page_chuheyuan_service_1_fb li:nth-child(n+3) {
		margin-top: 15px;
	}

	.page_chuheyuan_service_1_fb li .wz {
		padding-top: 15px;
	}

	.page_chuheyuan_service_1_fb li .wz h4 {
		margin-top: 5px;
	}

	.page_chuheyuan_service_2 {
		padding: 30px 0;
	}

	.page_chuheyuan_service_2_fr_fc {
		margin: 15px 0 20px;
	}

	.page_chuheyuan_service_3 {
		padding: 30px 0;
	}

	.page_chuheyuan_service_3_li_fr {
		margin-top: 15px;
	}

	.page_chuheyuan_service_3_li_fr_ft h3 {
		font-size: 18px;
	}

	.page_chuheyuan_service_3_li_fr_ft h4 {
		font-size: 16px;
		margin-top: 10px;
	}

	.page_chuheyuan_service_3_li_fr_fc {
		font-size: 16px;
		margin: 10px 0 15px;
	}

	.page_chuheyuan_service_3_li:nth-child(n+2) {
		margin-top: 20px;
	}

	.page_chuheyuan_service_3_li:nth-child(3) .page_chuheyuan_service_3_li_fr {
		padding: 20px;
	}

	.page_chuheyuan_service_3_li:nth-child(3) .page_chuheyuan_service_3_li_fr_ft h4 {
		margin-top: 10px;
	}

	.page_chuheyuan_service_3_li:nth-child(3) .page_chuheyuan_service_3_li_fr_fc {
		margin: 10px 0 15px;
	}
}

@media(max-width:468px) {
	.page_chuheyuan_service_1 {
		padding: 25px 0;
	}

	.page_chuheyuan_service_1_ft h3 {
		font-size: 22px;
	}

	.page_chuheyuan_service_1_fb {
		margin-top: 15px;
	}

	.page_chuheyuan_service_1_fb li {
		width: 100%;
		margin-right: 0 !important;
	}

	.page_chuheyuan_service_1_fb li:nth-child(n+2) {
		margin-top: 15px;
	}

	.page_chuheyuan_service_1_fb li .wz h4 {
		font-size: 15px;
	}

	.page_chuheyuan_service_2 {
		padding: 25px 0;
	}

	.page_chuheyuan_service_2_fr_fc {
		font-size: 16px;
		margin: 10px 0 15px;
	}

	.page_chuheyuan_service_3 {
		padding: 25px 0;
	}
}

/*服务范围-二级*/
.page_chuheyuan_investment_1 {
	overflow: hidden;
	margin-top: 80px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_chuheyuan_investment_1_fl {
	width: 50%;
	padding-left: calc(50vw - 803px);
	padding-right: 5.5%;
	padding-top: 25px;
	padding-bottom: 25px;
}

.page_chuheyuan_investment_1_fl_ft {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #000000;
}

.page_chuheyuan_investment_1_fl_fb h3 {
	font-size: 2.5rem;
	line-height: 1.3;
	color: #000000;
	margin: 12% 0 5%;
}

.page_chuheyuan_investment_1_fl_fb h4 {
	font-size: 18px;
	line-height: 1.7;
	color: #333;
}

.page_chuheyuan_investment_1_fr {
	width: 50%;
}

.page_chuheyuan_investment_1_fr .img .img_con {
	padding: 52% 0;
}

.page_chuheyuan_investment_2 {
	background: #f5f5f5;
	padding: 3% 0;
}

.page_chuheyuan_investment_2_ft {
	font-size: 22px;
	line-height: 1.5;
	color: #000000;
	text-align: center;
}

.page_chuheyuan_investment_2_ft p:nth-child(n+2) {
	margin-top: 1%;
}

.page_chuheyuan_investment_3 .page_chuheyuan_service_1_fb {
	margin-top: 0;
}

.page_chuheyuan_investment_3 .page_chuheyuan_service_1_fb li .img .img_con {
	padding: 65.5179% 0;
}

@media(max-width:1710px) {
	.page_chuheyuan_investment_1_fl {
		padding-left: 50px;
	}
}

@media(max-width:1280px) {
	.page_chuheyuan_investment_1_fl {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media(max-width:1200px) {
	.page_chuheyuan_investment_1_fl_ft {
		font-size: 24px;
	}

	.page_chuheyuan_investment_1_fl_fb h4 {
		font-size: 17px;
	}

	.page_chuheyuan_investment_2_ft {
		font-size: 20px;
	}
}

@media(max-width:991px) {
	.page_chuheyuan_investment_1 {
		margin-top: 0;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.page_chuheyuan_investment_1_fl {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		margin-top: 2.5%;
	}

	.page_chuheyuan_investment_1_fl_ft {
		font-size: 22px;
	}

	.page_chuheyuan_investment_1_fl_fb h3 {
		margin: 2% 0 2%;
		font-size: 26px;
	}

	.page_chuheyuan_investment_1_fl_fb h4 {
		font-size: 16px;
	}

	.page_chuheyuan_investment_1_fr {
		width: 100%;
	}

	.page_chuheyuan_investment_1_fr .img .img_con {
		min-height: auto !important;
	}

	.page_chuheyuan_investment_2 {
		padding: 30px 0;
		margin-top: 3%;
	}
}

@media(max-width:768px) {
	.page_chuheyuan_investment_1_fl {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 20px;
	}

	.page_chuheyuan_investment_1_fl_ft {
		font-size: 20px;
	}

	.page_chuheyuan_investment_1_fl_fb h3 {
		font-size: 24px;
		margin: 10px 0;
	}

	.page_chuheyuan_investment_2 {
		padding: 20px 0;
		margin-top: 18px;
	}

	.page_chuheyuan_investment_2_ft {
		font-size: 18px;
	}

	.page_chuheyuan_investment_2_ft p:nth-child(n+2) {
		margin-top: 5px;
	}
}

@media(max-width:468px) {
	.page_chuheyuan_investment_1_fl_ft {
		font-size: 18px;
	}

	.page_chuheyuan_investment_1_fl_fb h3 {
		font-size: 22px;
	}

	.page_chuheyuan_investment_2_ft {
		font-size: 17px;
	}

	.page_chuheyuan_investment_1_fr .img .img_con {
		padding: 35% 0;
	}
}

/*服务范围-三级*/
.page_chuheyuan_service_content_2 {
	background: #f5f5f5;
	padding: 3.5% 0 6.316%;
}

.page_chuheyuan_service_content_2_ft {
	font-size: 24px;
	line-height: 1.5;
	color: #28211e;
	text-align: right;
}

.page_chuheyuan_service_content_2_fb {
	margin-top: 6.5%;
	position: relative;
	padding: 0 55px;
}

.page_chuheyuan_service_content_2_fb_con {
	overflow: hidden;
}

.page_chuheyuan_service_content_2_fb li .img {
	position: relative;
	cursor: pointer;
	font-size: 0;
	line-height: 3.35rem;
	text-align: center;
}

.page_chuheyuan_service_content_2_fb li .img img {
	max-width: 98%;
	max-height: 3.35rem;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_chuheyuan_service_content_2_fb li .img .img2 {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page_chuheyuan_service_content_2_fb li .img:hover .img2 {
	opacity: 1;
}

.page_chuheyuan_service_content_2_fb li .img:hover .img1 {
	opacity: 0;
}

.page_chuheyuan_service_content_2_fb_btnl,
.page_chuheyuan_service_content_2_fb_btnr {
	width: 50px;
	height: 50px;
	background: #7a7a7a;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/img/page_chuheyuan_service_content2_fb_btnl.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 19px;
	cursor: pointer;
}

.page_chuheyuan_service_content_2_fb_btnl {
	left: 0;
}

.page_chuheyuan_service_content_2_fb_btnr {
	right: 0;
	background-image: url(../images/img/page_chuheyuan_service_content2_fb_btnr.png);
}

.page_chuheyuan_service_content_3 .page_chuheyuan_service_1_fb li .img .img_con {
	padding: 65.5179% 0;
}

.page_chuheyuan_service_content_4 {
	background: url(../images/img/page_chuheyuan_service_content_4_bj.jpg) no-repeat top center;
	background-size: auto 57%;
}

.page_chuheyuan_service_content_4 .page_chuheyuan_service_1_fb li .img .img_con {
	padding: 65.5179% 0;
}

@media(max-width:1366px) {
	.page_chuheyuan_service_content_2_ft {
		font-size: 22px;
	}
}

@media(max-width:1280px) {
	.page_chuheyuan_service_content_2_fb li .img img {
		max-height: 50px;
		line-height: 50px;
	}

	.page_chuheyuan_service_content_2_fb {
		padding: 0 45px;
	}

	.page_chuheyuan_service_content_2_fb_btnl,
	.page_chuheyuan_service_content_2_fb_btnr {
		width: 40px;
		height: 40px;
		background-size: 16px;
	}
}

@media(max-width:991px) {
	.page_chuheyuan_service_content_2 {
		margin-top: 3%;
		padding: 30px 0;
	}

	.page_chuheyuan_service_content_2_fb {
		margin-top: 20px;
	}
}

@media(max-width:768px) {
	.page_chuheyuan_service_content_2 {
		margin-top: 18px;
		padding: 20px 0;
	}

	.page_chuheyuan_service_content_2_fb li .img img {
		max-height: 45px;
		line-height: 45px;
	}

	.page_chuheyuan_service_content_2_ft {
		font-size: 20px;
	}

	.page_chuheyuan_service_content_2_fb {
		margin-top: 15px;
	}

	.page_chuheyuan_service_content_2_fb {
		padding: 0 38px;
	}

	.page_chuheyuan_service_content_2_fb_btnl,
	.page_chuheyuan_service_content_2_fb_btnr {
		width: 35px;
		height: 35px;
		background-size: 14px;
	}

	.page_chuheyuan_service_content_3 .page_chuheyuan_service_1_fb li:nth-child(3) {
		display: none;
	}

	.page_chuheyuan_service_content_4 .page_chuheyuan_service_1_fb li:nth-child(3) {
		display: none;
	}

	.page_chuheyuan_service_content_4 {
		background-size: cover;
	}
}

/*跨境投资*/
.page_chuheyuan_cross_border_1 {
	padding: 4.5% 0;
}

.page_chuheyuan_cross_border_1_ft {
	text-align: center;
}

.page_chuheyuan_cross_border_1_ft h3 {
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
	max-width: 610px;
	margin: 0 auto;
}

.page_chuheyuan_cross_border_1_ft h4 {
	font-size: 2.2rem;
	line-height: 1.3;
	color: #000000;
	margin-top: 1.2%;
}

.page_chuheyuan_cross_border_1_fb {
	margin-top: 4%;
}

.page_chuheyuan_cross_border_1_fb ul:nth-child(2) {
	margin-top: 4%;
}

.page_chuheyuan_cross_border_1_fb li {
	width: 32%;
	max-width: 300px;
	margin-right: 2%;
	text-align: center;
	padding: 4% 0 2%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_chuheyuan_cross_border_1_fb li:hover {
	background: #f8f8f8;
}

.page_chuheyuan_cross_border_1_fb li:nth-child(3n) {
	margin-right: 0;
}

.page_chuheyuan_cross_border_1_fb li .img {
	line-height: 4.4rem;
}

.page_chuheyuan_cross_border_1_fb li .img img {
	max-width: 80%;
	max-height: 4.4rem;
}

.page_chuheyuan_cross_border_1_fb li .wz {
	margin-top: 15%;
}

.page_chuheyuan_cross_border_1_fb li .wz h3,
.page_chuheyuan_cross_border_1_fb li .wz h4 {
	font-size: 22px;
	line-height: 1.3;
	color: #000000;
}

.page_chuheyuan_cross_border_1_fb_aaa {
	display: none;
}

.page_chuheyuan_cross_border_1_fb1 {
	margin-top: 4%;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.page_chuheyuan_cross_border_1_fb1 a:hover {
	background: #000;
	color: #fff;
}

.page_chuheyuan_cross_border_2 {
	background: #000000;
	padding: 4.5% 0;
}

.page_chuheyuan_cross_border_2_ft h3 {
	font-size: 2.3rem;
	line-height: 1.3;
	color: #fff;
}

.page_chuheyuan_cross_border_2_ft h4 {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	margin-top: 1.6%;
	max-width: 1200px;
}

.page_chuheyuan_cross_border_2_ft h5 {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin: 0;
	margin-top: 6px;
	max-width: 1200px;
}

.page_chuheyuan_cross_border_2_fb {
	margin-top: 3.5%;
}

.page_chuheyuan_cross_border_2_fb_fl {
	width: 48%;
	max-width: 486px;
}

.page_chuheyuan_cross_border_2_fb_fl_ft h3,
.page_chuheyuan_cross_border_2_fb_fl_ft h4 {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #ffffff;
}

.page_chuheyuan_cross_border_2_fb_fl_fb {
	margin-top: 7%;
}

.page_chuheyuan_cross_border_2_fb_fl_fb li {
	position: relative;
}

.page_chuheyuan_cross_border_2_fb_fl_fb li:nth-child(n+2) {
	margin-top: 7.5%;
}

.page_chuheyuan_cross_border_2_fb_fl_fb li .img {
	padding: 17.5% 0;
}

.page_chuheyuan_cross_border_2_fb_fl_fb li .wz {
	position: absolute;
	left: 0;
	bottom: 6%;
	padding: 0 4%;
	width: 100%;
}

.page_chuheyuan_cross_border_2_fb_fl_fb li .wz h3,
.page_chuheyuan_cross_border_2_fb_fl_fb li .wz h4 {
	font-size: 20px;
	line-height: 1.4;
	color: #ffffff;
}

.page_chuheyuan_cross_border_2_fb_fr {
	width: 48%;
}

.page_chuheyuan_cross_border_2_fb_fr_fb li {
	margin-top: 7%;
	position: relative;
	padding-left: 29px;
}

.page_chuheyuan_cross_border_2_fb_fr_fb li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5%;
	width: 2px;
	height: 90%;
	background-color: #ffffff;
	border-radius: 1px;
}

.page_chuheyuan_cross_border_2_fb_fr_fb li .wz h3,
.page_chuheyuan_cross_border_2_fb_fr_fb li .wz h4 {
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
}

.page_chuheyuan_cross_border_2_fb_fr_fb li .wz h4 {
	max-height: 3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.page_chuheyuan_cross_border_4 {
	background: #f3f3f3;
	padding: 4% 0;
}

.page_chuheyuan_cross_border_4_con {
	max-width: 1380px;
	margin: 0 auto;
}

.page_chuheyuan_cross_border_4_ft h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #000000;
}

.page_chuheyuan_cross_border_4_fb {
	margin-top: 2.5%;
}

.page_chuheyuan_cross_border_4_fb ul {
	overflow: hidden;
}

.page_chuheyuan_cross_border_4_fb li {
	width: 38.5%;
	margin-right: 5%;
	float: left;

	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

.page_chuheyuan_cross_border_4_fb li:nth-child(1) {
	width: 56.5%;
}

.page_chuheyuan_cross_border_4_fb li:nth-child(2) {
	margin-right: 0;
}

.page_chuheyuan_cross_border_4_fb li .img {
	overflow: hidden;
	width: 100%;
}

.page_chuheyuan_cross_border_4_fb li:nth-child(1) .img .img_con {
	padding: 23.85% 0;
}

.page_chuheyuan_cross_border_4_fb li .img .img_con {
	padding: 35% 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_chuheyuan_cross_border_4_fb li .img:hover .img_con {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.page_chuheyuan_cross_border_4_fb li .wz {
	width: 100%;
}

.page_chuheyuan_cross_border_4_fb li .wz .wz_ft {
	font-size: 17px;
	line-height: 1.5;
	color: #000000;
	position: relative;
	padding-left: 35px;
	margin: 1.8rem 0;
}

.page_chuheyuan_cross_border_4_fb li .wz .wz_ft::before {
	content: '';
	width: 27px;
	height: 2px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}

.page_chuheyuan_cross_border_4_fb li .wz .wz_fc {
	margin-bottom: 8%;
}

.page_chuheyuan_cross_border_4_fb li .wz .wz_fc h3 {
	font-size: 1.3rem;
	line-height: 1.2;
	color: #000000;
	max-height: 1.2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.page_chuheyuan_cross_border_4_fb li .wz .wz_fc h4 {
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	max-height: 3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 8px;
}

.page_chuheyuan_cross_border_4_fb li:nth-child(1) .wz .wz_fc a {
	overflow: hidden;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_chuheyuan_cross_border_4_fb li:nth-child(1) .wz .wz_fc h3 {
	width: 43%;
	float: left;
	max-height: 2.4em;
	-webkit-line-clamp: 2;
}

.page_chuheyuan_cross_border_4_fb li:nth-child(1) .wz .wz_fc h4 {
	width: 50%;
	float: right;
	margin-top: 0;
}

.page_chuheyuan_cross_border_5 {
	padding: 4.5% 0;
}

@media(max-width:1280px) {
	.page_chuheyuan_cross_border_1_ft h3 {
		font-size: 18px;
	}

	.page_chuheyuan_cross_border_1_fb li .wz h3,
	.page_chuheyuan_cross_border_1_fb li .wz h4 {
		font-size: 20px;
	}

	.page_chuheyuan_cross_border_2_ft h4 {
		font-size: 18px;
	}

	.page_chuheyuan_cross_border_2_fb_fr_fb li .wz h3,
	.page_chuheyuan_cross_border_2_fb_fr_fb li .wz h4 {
		font-size: 18px;
	}

	.page_chuheyuan_cross_border_2_fb_fl_ft h3,
	.page_chuheyuan_cross_border_2_fb_fl_ft h4 {
		font-size: 24px;
	}

	.page_chuheyuan_cross_border_2_fb_fl_fb li .wz h3,
	.page_chuheyuan_cross_border_2_fb_fl_fb li .wz h4 {
		font-size: 18px;
	}

	.page_chuheyuan_cross_border_4_fb li .wz .wz_fc h3 {
		font-size: 21px;
	}

	.page_chuheyuan_cross_border_4_fb li .wz .wz_ft {
		font-size: 16px;
		padding-left: 20px;
	}

	.page_chuheyuan_cross_border_4_fb li .wz .wz_ft::before {
		width: 15px;
	}

	.page_chuheyuan_cross_border_4_fb li .wz .wz_fc h4 {
		font-size: 16px;
	}
}

@media(max-width:1200px) {

	.page_chuheyuan_cross_border_2_fb_fl_ft h3,
	.page_chuheyuan_cross_border_2_fb_fl_ft h4 {
		font-size: 22px;
	}

	.page_chuheyuan_cross_border_4_fb li .wz .wz_fc h3 {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.page_chuheyuan_cross_border_1_ft h3 {
		font-size: 17px;
	}

	.page_chuheyuan_cross_border_1_ft h4 {
		font-size: 26px;
	}

	.page_chuheyuan_cross_border_1_fb li .wz h3,
	.page_chuheyuan_cross_border_1_fb li .wz h4 {
		font-size: 18px;
	}

	.page_chuheyuan_cross_border_1_fb li .img {
		line-height: 50px;
	}

	.page_chuheyuan_cross_border_1_fb li .img img {
		max-width: 80%;
		max-height: 50px;
	}

	.page_chuheyuan_cross_border_2_ft h3 {
		font-size: 26px;
	}

	.page_chuheyuan_cross_border_2_ft h4 {
		font-size: 17px;
	}

	.page_chuheyuan_cross_border_2_fb_fl_ft h3,
	.page_chuheyuan_cross_border_2_fb_fl_ft h4 {
		font-size: 20px;
	}

	.page_chuheyuan_cross_border_2_fb_fr_fb li .wz h3,
	.page_chuheyuan_cross_border_2_fb_fr_fb li .wz h4 {
		font-size: 17px;
	}

	.page_chuheyuan_cross_border_2_fb_fl_fb li .wz h3,
	.page_chuheyuan_cross_border_2_fb_fl_fb li .wz h4 {
		font-size: 17px;
	}

	.page_chuheyuan_cross_border_2_fb_fl {
		width: 100%;
		max-width: 100%;
	}

	.page_chuheyuan_cross_border_2_fb_fl_fb {
		margin-top: 3%;
	}

	.page_chuheyuan_cross_border_2_fb_fl_fb li:nth-child(n+2) {
		margin-top: 3%;
	}

	.page_chuheyuan_cross_border_2_fb_fr {
		width: 100%;
		margin-top: 3%;
	}

	.page_chuheyuan_cross_border_2_fb_fr_fb li {
		margin-top: 3%;
	}

	.page_chuheyuan_cross_border_4_ft h3 {
		font-size: 22px;
	}

	.page_chuheyuan_cross_border_4_fb li {
		width: 100%;
		margin-right: 0;
	}

	.page_chuheyuan_cross_border_4_fb li:nth-child(1) {
		width: 100%;
		margin-right: 0;
	}

	.page_chuheyuan_cross_border_4_fb li:nth-child(n+2) {
		margin-top: 2.5%;
	}

	.page_chuheyuan_cross_border_4_fb li .img .img_con {
		padding: 25.555% 0;
	}

	.page_chuheyuan_cross_border_4_fb li .wz .wz_ft {
		margin: 15px 0 10px;
	}

	.page_chuheyuan_cross_border_4_fb li .wz .wz_fc {
		margin-bottom: 15px;
	}
}

@media(max-width:768px) {
	.page_chuheyuan_cross_border_1 {
		padding: 30px 0;
	}

	.page_chuheyuan_cross_border_1_ft h4 {
		font-size: 24px;
		margin-top: 5px;
	}

	.page_chuheyuan_cross_border_1_fb {
		margin-top: 20px;
		display: none;
	}

	.page_chuheyuan_cross_border_1_fb_aaa {
		display: block;
	}

	.page_chuheyuan_cross_border_1_fb li {
		width: 49%;
		margin-right: 2%;
		padding: 20px 0;
	}

	.page_chuheyuan_cross_border_1_fb li:nth-child(3n) {
		margin-right: 2%;
	}

	.page_chuheyuan_cross_border_1_fb li:nth-child(2n) {
		margin-right: 0;
	}

	.page_chuheyuan_cross_border_1_fb li .wz {
		margin-top: 15px;
	}

	.page_chuheyuan_cross_border_1_fb li .wz h3,
	.page_chuheyuan_cross_border_1_fb li .wz h4 {
		font-size: 17px;
	}

	.page_chuheyuan_cross_border_1_fb1 {
		margin-top: 20px;
	}

	.page_chuheyuan_cross_border_1_fb li .img {
		line-height: 45px;
	}

	.page_chuheyuan_cross_border_1_fb li .img img {
		max-height: 45px;
	}

	.page_chuheyuan_cross_border_2 {
		padding: 30px 0;
	}

	.page_chuheyuan_cross_border_2_ft h3 {
		font-size: 24px;
	}

	.page_chuheyuan_cross_border_2_ft h4 {
		margin-top: 5px;
	}

	.page_chuheyuan_cross_border_2_fb {
		margin-top: 10px;
	}

	.page_chuheyuan_cross_border_2_fb_fl_fb {
		margin-top: 15px;
	}

	.page_chuheyuan_cross_border_2_fb_fl_fb li:nth-child(n+2) {
		margin-top: 20px;
	}

	.page_chuheyuan_cross_border_2_fb_fr {
		margin-top: 15px;
	}

	.page_chuheyuan_cross_border_2_fb_fr_fb li {
		margin-top: 15px;
	}

	.page_chuheyuan_cross_border_4 {
		padding: 30px 0;
	}

	.page_chuheyuan_cross_border_4_fb li .wz .wz_fc h4 {
		margin-top: 5px;
	}

	.page_chuheyuan_cross_border_4_fb {
		margin-top: 15px;
	}

	.page_chuheyuan_cross_border_4_fb li:nth-child(n+2) {
		margin-top: 20px;
	}

	.page_chuheyuan_cross_border_4_fb li:nth-child(1) .wz .wz_fc h3 {
		width: 100%;
		max-height: 1.2em;
		-webkit-line-clamp: 1;
	}

	.page_chuheyuan_cross_border_4_fb li:nth-child(1) .wz .wz_fc h4 {
		width: 100%;
		margin-top: 5px;
	}

	.page_chuheyuan_cross_border_5 {
		padding: 30px 0;
	}
}

@media(max-width:468px) {
	.page_chuheyuan_cross_border_1 {
		padding: 25px 0;
	}

	.page_chuheyuan_cross_border_1_ft h3 {
		font-size: 16px;
	}

	.page_chuheyuan_cross_border_1_ft h4 {
		font-size: 20px;
	}

	.page_chuheyuan_cross_border_1_fb {
		margin-top: 15px;
	}

	.page_chuheyuan_cross_border_1_fb li {
		width: 100%;
		max-width: 100%;
		margin-right: 0 !important;
	}

	.page_chuheyuan_cross_border_1_fb li .wz h3,
	.page_chuheyuan_cross_border_1_fb li .wz h4 {
		font-size: 16px;
	}

	.page_chuheyuan_cross_border_2 {
		padding: 25px 0;
	}

	.page_chuheyuan_cross_border_2_ft h3 {
		font-size: 22px;
	}

	.page_chuheyuan_cross_border_2_ft h4 {
		font-size: 16px;
	}

	.page_chuheyuan_cross_border_2_fb_fr_fb li {
		padding-left: 20px;
	}

	.page_chuheyuan_cross_border_2_fb_fr_fb li .wz h3,
	.page_chuheyuan_cross_border_2_fb_fr_fb li .wz h4 {
		font-size: 16px;
	}

	.page_chuheyuan_cross_border_2_fb_fl_fb li .wz h3,
	.page_chuheyuan_cross_border_2_fb_fl_fb li .wz h4 {
		font-size: 16px;
	}

	.page_chuheyuan_cross_border_2_fb_fl_ft h3,
	.page_chuheyuan_cross_border_2_fb_fl_ft h4 {
		font-size: 18px;
	}

	.page_chuheyuan_cross_border_2_fb_fl_fb li .wz {
		bottom: 10px;
		padding: 0 15px;
	}

	.page_chuheyuan_cross_border_4 {
		padding: 25px 0;
	}

	.page_chuheyuan_cross_border_4_fb li .wz .wz_fc h3 {
		font-size: 17px;
	}

	.page_chuheyuan_cross_border_5 {
		padding: 25px 0;
	}
}

/*跨境投资-二级*/
.page_chuheyuan_cross_border_list_1 .page_chuheyuan_investment_1_fl {
	padding: 0 4%;
	padding-right: calc(50vw - 803px);
	text-align: center;
}

.page_chuheyuan_cross_border_list_1 .page_chuheyuan_investment_1_fl .page_chuheyuan_investment_1_fl_fb h4 {
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}

.page_chuheyuan_cross_border_list_1 .page_chuheyuan_investment_1_fl_fb h3 {
	margin: 0;
}

.page_chuheyuan_cross_border_list_1_fl_img {
	width: 13.25rem;
	margin: 5.75% auto 5.75%;
	padding: 8.75rem 0;
	border-radius: 6.8rem;
	overflow: hidden;
}

.page_chuheyuan_cross_border_list_2 {
	padding: 5% 0;
	background: #f5f5f5;
}

.page_chuheyuan_cross_border_list_2_ft h3 {
	font-size: 2.4rem;
	line-height: 1.3;
	color: #000000;
	text-align: center;
}

.page_chuheyuan_cross_border_list_2_fb {
	margin-top: 4%;
}

.page_chuheyuan_cross_border_list_2_fb li {
	text-align: center;
}

.page_chuheyuan_cross_border_list_2_fb li .img {
	line-height: 7.35rem;
	max-width: 261px;
}

.page_chuheyuan_cross_border_list_2_fb li .img img {
	max-height: 7.35rem;
	max-width: 100%;
}

.page_chuheyuan_cross_border_list_2_fb li .wz_1 {
	margin-top: 11%;
}

.page_chuheyuan_cross_border_list_2_fb li .wz_1,
.page_chuheyuan_cross_border_list_2_fb li .wz_2,
.page_chuheyuan_cross_border_list_2_fb_aaa {
	max-width: 261px;
}

.page_chuheyuan_cross_border_list_2_fb li .wz_1 h3,
.page_chuheyuan_cross_border_list_2_fb li .wz_1 h4 {
	font-size: 22px;
	line-height: 1.5;
	color: #000000;
}

.page_chuheyuan_cross_border_list_2_fb li .wz_2 {
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	margin: 4% 0 8%;
}

.page_chuheyuan_cross_border_list_2_fb_aaa {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.page_chuheyuan_cross_border_list_3 {
	padding: 4.5% 0;
}

.page_chuheyuan_cross_border_list_3_con {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	overflow: hidden;
}

.page_chuheyuan_cross_border_list_3_fl {
	width: 50%;
	max-width: 555px;
}

.page_chuheyuan_cross_border_list_3_fl_ft h3 {
	text-align: left;
}

.page_chuheyuan_cross_border_list_3_fl_fb {
	margin-top: 7%;
}

.page_chuheyuan_cross_border_list_3_fl_fb li {
	position: relative;
	padding-left: 28px;
	padding-right: 72px;
}

.page_chuheyuan_cross_border_list_3_fl_fb li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5%;
	width: 2px;
	height: 90%;
	background-color: #000;
	border-radius: 1px;
}

.page_chuheyuan_cross_border_list_3_fl_fb_btn {
	position: absolute;
	right: 0;
	top: 50%;
	width: 35px;
	height: 35px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_chuheyuan_cross_border_list_3_fl_fb_btn::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #000;
	margin-top: -1px;
}

.page_chuheyuan_cross_border_list_3_fl_fb_btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #000;
	margin-left: -1px;
}

.page_chuheyuan_cross_border_list_3_fl_fb li:nth-child(n+2) {
	margin-top: 5%;
}

.page_chuheyuan_cross_border_list_3_fl_fb li h3,
.page_chuheyuan_cross_border_list_3_fl_fb li h4 {
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
}

.page_chuheyuan_cross_border_list_3_fl_fb li h4 {
	overflow: hidden;
	max-height: 1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.page_chuheyuan_cross_border_list_3_fl_fb li.on h4{
	max-height: 90em;
	-webkit-line-clamp: 60;
}

.page_chuheyuan_cross_border_list_3_fr {
	width: 45%;
	max-width: 637px;
}

.page_chuheyuan_cross_border_list_3_fr .img_con {
	padding: 50.943% 0;
}

.page_chuheyuan_cross_border_list_4_fb_wz1 {
	padding-top: 2.5rem;
	padding-top: 0!important;
}

.page_chuheyuan_cross_border_list_4_fb_shuzi {
	font-size: 8.2rem;
	line-height: .8;
	color: #c4c4c4;
	opacity: .8;
	/*position: absolute;*/
	left: 0;
	width: 100%;
	bottom: -8%;
	z-index: 2;
	font-weight: bold;
	font-family: Arial;

	margin-bottom: 8%;
}

.page_chuheyuan_cross_border_list_4_fb_yingwen {
	font-size: 5.6rem;
	line-height: .8;
	color: #c9c9c9;
	opacity: .8;
	font-weight: bold;
	font-family: Arial;
	position: absolute;
	width: 100%;
	left: 0;
	top: 12%;
	z-index: 2;
	opacity: 0;
}

.page_chuheyuan_cross_border_list_4_fb_wz1,
.page_chuheyuan_cross_border_list_4_fb_wz2 {
	max-width: 270px;
	position: relative;
}

.page_chuheyuan_cross_border_list_4_fb_wz1 h3,
.page_chuheyuan_cross_border_list_4_fb_wz1 h4 {
	font-size: 22px;
	line-height: 1.5;
	color: #000000;
	position: relative;
	z-index: 5;
}

.page_chuheyuan_cross_border_list_4_fb_wz2 {
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	margin-top: 4.5%;
}

.page_chuheyuan_cross_border_list_4_fb_wz2_con {
	position: relative;
	z-index: 5;
}

.page_chuheyuan_cross_border_list_4_fb_wz2_con span{
	color: #e1252e;
}

.page_chuheyuan_cross_border_list_5 {
	padding: 5% 0 5%;
}

.page_chuheyuan_cross_border_list_5_con {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	overflow: hidden;
}

.page_chuheyuan_cross_border_list_5_fl {
	width: 50%;
	max-width: 620px;
}

.page_chuheyuan_cross_border_list_5_fl_ft h3 {
	text-align: left;
}

.page_chuheyuan_cross_border_list_5_fl_fb {
	margin-top: 7.5%;
}

.page_chuheyuan_cross_border_list_5_fl_fb li {
	width: 50%;
}

.page_chuheyuan_cross_border_list_5_fl_fb li:nth-child(n+3) {
	margin-top: 12%;
}

.page_chuheyuan_cross_border_list_5_fl_fb_li_con {
	text-align: center;
	max-width: 100%;
}

.page_chuheyuan_cross_border_list_5_fl_fb li .img {
	line-height: 3rem;
	font-size: 0;
}

.page_chuheyuan_cross_border_list_5_fl_fb li .img img {
	max-width: 80%;
	max-height: 3rem;
}

.page_chuheyuan_cross_border_list_5_fl_fb li .wz {
	margin-top: 14%;
}

.page_chuheyuan_cross_border_list_5_fl_fb li .wz h3,
.page_chuheyuan_cross_border_list_5_fl_fb li .wz h4 {
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
}

.page_chuheyuan_cross_border_list_5_fr {
	width: 45%;
	max-width: 637px;
}

.page_chuheyuan_cross_border_list_5_fr .img_con {
	padding: 51% 0;
}


@media(max-width: 1710px) {
	.page_chuheyuan_cross_border_list_1 .page_chuheyuan_investment_1_fl {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media(max-width: 1280px) {
	.page_chuheyuan_cross_border_list_1 .page_chuheyuan_investment_1_fl {
		padding-left: 30px;
		padding-right: 30px;
	}

	.page_chuheyuan_cross_border_list_2_fb li .wz_1 h3,
	.page_chuheyuan_cross_border_list_2_fb li .wz_1 h4 {
		font-size: 20px;
	}

	.page_chuheyuan_cross_border_list_2_fb li .wz_2 {
		font-size: 17px;
	}

	.page_chuheyuan_cross_border_list_3_fl_fb li h3,
	.page_chuheyuan_cross_border_list_3_fl_fb li h4 {
		font-size: 18px;
	}

	.page_chuheyuan_cross_border_list_4_fb_wz1 h3,
	.page_chuheyuan_cross_border_list_4_fb_wz1 h4 {
		font-size: 20px;
	}

	.page_chuheyuan_cross_border_list_4_fb_wz2 {
		font-size: 17px;
	}

	.page_chuheyuan_cross_border_list_5_fl_fb li .wz h3,
	.page_chuheyuan_cross_border_list_5_fl_fb li .wz h4 {
		font-size: 18px;
	}
}

@media(max-width: 991px) {
	.page_chuheyuan_cross_border_list_1 {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.page_chuheyuan_cross_border_list_1 .page_chuheyuan_investment_1_fl {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page_chuheyuan_cross_border_list_1_fl_img {
		margin: 3% auto;
	}


	.page_chuheyuan_cross_border_list_2 {
		margin-top: 3%;
	}

	.page_chuheyuan_cross_border_list_2_ft h3 {
		font-size: 26px;
		text-align: center;
	}

	.page_chuheyuan_cross_border_list_2_fb {
		overflow: hidden;
	}

	.page_chuheyuan_cross_border_list_2_fb li .wz_1,
	.page_chuheyuan_cross_border_list_2_fb li .wz_2,
	.page_chuheyuan_cross_border_list_2_fb_aaa,
	.page_chuheyuan_cross_border_list_2_fb li .img {
		max-width: 100%;
	}

	.page_chuheyuan_cross_border_list_2_fb li .wz_1 h3,
	.page_chuheyuan_cross_border_list_2_fb li .wz_1 h4 {
		font-size: 18px;
	}

	.page_chuheyuan_cross_border_list_2_fb li .wz_2 {
		font-size: 16px;
	}

	.page_chuheyuan_cross_border_list_3_fl {
		width: 100%;
		max-width: 100%;
	}

	.page_chuheyuan_cross_border_list_3_fl_fb {
		margin-top: 3%;
	}

	.page_chuheyuan_cross_border_list_3_fl_fb li:nth-child(n+2) {
		margin-top: 3%;
	}

	.page_chuheyuan_cross_border_list_3_fl_fb li h3,
	.page_chuheyuan_cross_border_list_3_fl_fb li h4 {
		font-size: 17px;
	}

	.page_chuheyuan_cross_border_list_3_fr {
		width: 100%;
		max-width: 100%;
		margin-top: 3%;
	}

	.page_chuheyuan_cross_border_list_3_fr .img_con {
		min-height: auto !important;
	}

	.page_chuheyuan_cross_border_list_4 {
		margin-top: 0 !important;
	}

	.page_chuheyuan_cross_border_list_4_fb_wz1 {
		padding-top: 18px;
	}

	.page_chuheyuan_cross_border_list_4_fb_shuzi {
		font-size: 88px;
		bottom: 0;

		margin-bottom: 5%;
	}

	.page_chuheyuan_cross_border_list_4_fb_yingwen {
		font-size: 55px;
		top: 10px;
	}

	.page_chuheyuan_cross_border_list_4_fb_wz1 h3,
	.page_chuheyuan_cross_border_list_4_fb_wz1 h4 {
		font-size: 18px;
	}

	.page_chuheyuan_cross_border_list_4_fb_wz2 {
		font-size: 16px;

		margin-top: 3%;
	}

	.page_chuheyuan_cross_border_list_4_fb_wz1,
	.page_chuheyuan_cross_border_list_4_fb_wz2 {
		max-width: 100%;
	}

	.page_chuheyuan_cross_border_list_5_fl {
		width: 100%;
		max-width: 100%;
	}

	.page_chuheyuan_cross_border_list_5_fl_fb {
		margin-top: 3%;
	}

	.page_chuheyuan_cross_border_list_5_fl_fb li:nth-child(n+3) {
		margin-top: 3%;
	}

	.page_chuheyuan_cross_border_list_5_fl_fb_li_con {
		width: 100% !important;
	}

	.page_chuheyuan_cross_border_list_5_fl_fb li .wz {
		margin-top: 5%;
	}

	.page_chuheyuan_cross_border_list_5_fl_fb li .wz h3,
	.page_chuheyuan_cross_border_list_5_fl_fb li .wz h4 {
		font-size: 17px;
	}

	.page_chuheyuan_cross_border_list_5_fl_fb li .img {
		line-height: 35px;
	}

	.page_chuheyuan_cross_border_list_5_fl_fb li .img img {
		max-height: 35px;
	}

	.page_chuheyuan_cross_border_list_5_fr {
		width: 100%;
		max-width: 100%;
		margin-top: 3%;
	}
}

@media(max-width: 768px) {
	.page_chuheyuan_cross_border_list_1 .page_chuheyuan_investment_1_fl {
		padding-left: 15px;
		padding-right: 15px;
	}

	.page_chuheyuan_cross_border_list_1_fl_img {
		width: 120px;
		padding: 79px 0;
		margin: 10px auto;
	}

	.page_chuheyuan_cross_border_list_2 {
		padding: 30px 0;
		margin-top: 20px;
	}

	.page_chuheyuan_cross_border_list_2_ft h3 {
		font-size: 24px;
	}

	.page_chuheyuan_cross_border_list_2_fb {
		margin-top: 20px;
	}

	.page_chuheyuan_cross_border_list_2_fb li .img {
		line-height: 100px;
	}

	.page_chuheyuan_cross_border_list_2_fb li .img img {
		max-height: 100px;
	}

	.page_chuheyuan_cross_border_list_2_fb li .wz_1 {
		margin-top: 15px;
	}

	.page_chuheyuan_cross_border_list_2_fb li .wz_2 {
		margin: 10px 0 15px;
	}

	.page_chuheyuan_cross_border_list_3 {
		padding: 30px 0;
	}

	.page_chuheyuan_cross_border_list_3_fl_fb {
		margin-top: 15px;
	}

	.page_chuheyuan_cross_border_list_3_fl_fb li {
		padding-right: 35px;
	}

	.page_chuheyuan_cross_border_list_3_fl_fb li:nth-child(n+2) {
		margin-top: 15px;
	}

	.page_chuheyuan_cross_border_list_3_fl_fb_btn {
		width: 26px;
		height: 26px;
	}

	.page_chuheyuan_cross_border_list_3_fr {
		margin-top: 20px;
	}

	.page_chuheyuan_cross_border_list_4_fb_wz2 {
		margin-top: 10px;
	}

	.page_chuheyuan_cross_border_list_5 {
		padding: 30px 0;
	}

	.page_chuheyuan_cross_border_list_5_fl_fb {
		margin-top: 15px;
	}

	.page_chuheyuan_cross_border_list_5_fl_fb li .wz {
		margin-top: 10px;
	}

	.page_chuheyuan_cross_border_list_5_fl_fb li:nth-child(n+3) {
		margin-top: 15px;
	}

	.page_chuheyuan_cross_border_list_5_fr {
		margin-top: 20px;
	}

	.page_chuheyuan_cross_border_list_4_fb_shuzi{
		margin-bottom: 10px;
		font-size: 60px;
	}
}

@media(max-width:468px) {
	.page_chuheyuan_cross_border_list_2 {
		padding: 25px 0;
	}

	.page_chuheyuan_cross_border_list_2_ft h3 {
		font-size: 22px;
	}

	.page_chuheyuan_cross_border_list_2_fb {
		margin-top: 15px;
	}

	.page_chuheyuan_cross_border_list_3_fl_fb li {
		padding-left: 20px;
	}

	.page_chuheyuan_cross_border_list_3_fl_fb li h3,
	.page_chuheyuan_cross_border_list_3_fl_fb li h4 {
		font-size: 16px;
	}

	.page_chuheyuan_cross_border_list_3 {
		padding: 25px 0;
	}

	.page_chuheyuan_cross_border_list_3_fr {
		margin-top: 15px;
	}

	.page_chuheyuan_cross_border_list_5 {
		padding: 25px 0;
	}

	.page_chuheyuan_cross_border_list_5_fl_fb li .wz h3,
	.page_chuheyuan_cross_border_list_5_fl_fb li .wz h4 {
		font-size: 16px;
	}

	.page_chuheyuan_cross_border_list_5_fr {
		margin-top: 15px;
	}
}

/*跨境投资-因私业务*/
.page_private_business_list .page_private_business_list_fb li:nth-child(n+4) {
	margin-top: 3.5%;
}

.page_private_business_list .page_private_business_list_fb li .img .img_con {
	padding: 27.587% 0;
}

.page_private_business_list_biaoti {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_private_business_list_biaoti_fl {
	font-size: 0;
	line-height: 3.6rem;
}

.page_private_business_list_biaoti_fl img {
	max-height: 3.6rem;
	max-width: 3.6rem;
}

.page_private_business_list_biaoti_fr {
	font-size: 22px;
	line-height: 1.3;
	color: #000000;
	width: 96%;
	padding-left: 3.6rem;
	margin-left: -3.6rem;
}

@media(max-width:1366px) {
	.page_private_business_list_biaoti_fr {
		font-size: 20px;
	}

	.page_private_business_list .page_private_business_list_fb li {
		width: 31%;
		margin-right: 3.5%;
	}

	.page_private_business_list .page_private_business_list_fb li:nth-child(3n) {
		margin-right: 0;
	}
}

@media(max-width:1280px) {
	.page_private_business_list_biaoti_fr {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.page_private_business_list .page_private_business_list_fb li {
		width: 49%;
		margin-right: 2%;
	}

	.page_private_business_list .page_private_business_list_fb li:nth-child(3n) {
		margin-right: 2%;
	}

	.page_private_business_list .page_private_business_list_fb li:nth-child(2n) {
		margin-right: 0;
	}

	.page_private_business_list .page_private_business_list_fb li:nth-child(n+3) {
		margin-top: 3.5%;
	}

	.page_private_business_list_biaoti_fl {
		line-height: 43px;
	}

	.page_private_business_list_biaoti_fl img {
		max-height: 26px;
		max-width: 43px;
	}

	.page_private_business_list_biaoti_fr {
		margin-left: -43px;
		padding-left: 43px;
	}
}

@media(max-width:768px) {
	.page_private_business_list .page_private_business_list_fb li:nth-child(n+3) {
		margin-top: 15px;
	}

	.page_private_business_list_biaoti_fl {
		line-height: 21px;
	}

	.page_private_business_list_biaoti_fl img {
		max-height: 21px;
		max-width: 36px;
	}

	.page_private_business_list_biaoti_fr {
		margin-left: -36px;
		padding-left: 36px;
	}
}

@media(max-width:468px) {
	.page_private_business_list .page_private_business_list_fb li {
		width: 100%;
		margin-right: 0 !important;
	}

	.page_private_business_list .page_private_business_list_fb li:nth-child(n+2) {
		margin-top: 15px;
	}
}

/*政策洞悉*/
.page_chuheyuan_news_1 {
	padding: 4.5% 0;
}

.page_chuheyuan_news_1_con {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_chuheyuan_news_1_fl {
	width: 52%;
}

.page_chuheyuan_news_1_fl_ft ul {
	overflow: hidden;
}

.page_chuheyuan_news_1_fl_ft li {
	float: left;
	width: 25%;
	font-size: 0;
	line-height: 1;
	text-align: center;
}

.page_chuheyuan_news_1_fl_ft li span {
	display: inline-block;
	font-size: 2.8rem;
	line-height: 1.5;
	color: #000;
	text-align: center;
	position: relative;
}

.page_chuheyuan_news_1_fl_ft li span::before {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background: #000;
	display: none;
}

.page_chuheyuan_news_1_fl_ft li.on span::before {
	display: block;
}

.page_chuheyuan_news_1_fl_fc {
	margin: 10% 0 6.5%;
}

.page_chuheyuan_news_1_fl_fc li {
	display: none;
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
	max-width: 610px;
}

.page_chuheyuan_news_1_fl_fc li.on {
	display: block;
}

.page_chuheyuan_news_1_fr {
	width: 45%;
	max-width: 344px;
}

.page_chuheyuan_news_1_fr li {
	display: none;
}

.page_chuheyuan_news_1_fr li.on {
	display: block;
}

.page_chuheyuan_news_1_fr .img_con {
	padding: 57.79220779220779% 0;
}

.page_chuheyuan_news_2 {
	padding: 4.5% 0;
	background: #000;
}

.page_chuheyuan_news_2_ft li {
	text-align: center;
}

.page_chuheyuan_news_2_ft li .page_chuheyuan_news_2_ft_li_con {
	max-width: 300px;
	margin: 0 auto;
}

.page_chuheyuan_news_2_ft li .img {
	border-radius: 50%;
	overflow: hidden;
}

.page_chuheyuan_news_2_ft li .img .img_con {
	padding-top: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_chuheyuan_news_2_ft li .wz {
	margin: 9% 0;
}

.page_chuheyuan_news_2_ft li .wz h3,
.page_chuheyuan_news_2_ft li .wz h4 {
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_chuheyuan_news_2_ft li .wz h5 {
	font-size: 18px;
	line-height: 1.5;
	color: #ffffff;
	margin: 0;
	margin-top: 7%;
}

.page_chuheyuan_news_2_ft li .riqi h3,
.page_chuheyuan_news_2_ft li .riqi h4 {
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
}

.page_chuheyuan_news_2_ft li:hover .img .img_con {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.page_chuheyuan_news_2_fb {
	background: #151515;
	position: relative;
	left: 0;
	top: auto;
	bottom: 0;
	height: 6px;
	max-width: 990px;
	margin: 0 auto;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 5%;
}

.page_chuheyuan_news_2_fb span {
	background: #282828 !important;
}

.page_chuheyuan_news_3 {
	padding: 4.5% 0;
}

.page_chuheyuan_news_3_ft_fr {
	margin-top: 10px;
}

.page_chuheyuan_news_3_fb {
	margin-top: 1%;
	overflow: hidden;
}

.page_chuheyuan_news_3_fb li {
	margin-top: 2.2% !important;
}

.page_chuheyuan_news_3_fb li .img {
	overflow: hidden;
	border: 1px solid #eee;
}

.page_chuheyuan_news_3_fb li .img .img_con {
	padding: 35% 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_chuheyuan_news_3_fb li .wz {
	margin-top: 5%;
}

.page_chuheyuan_news_3_fb li .wz h3 {
	font-size: 1.3rem;
	line-height: 1.5;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_chuheyuan_news_3_fb li .wz h4 {
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}

.page_chuheyuan_news_3_fb li:hover .img .img_con {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.page_chuheyuan_news_4 {
	padding: 4.5% 0;
	background: #000;
}

.page_chuheyuan_news_4_fb {
	margin-top: 3.7%;
	height: 732px;
	overflow: hidden;
	position: relative;
}

.page_chuheyuan_news_4_fb::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 180px;
	background: url(../images/img/page_policy_wenda_ico1.png) no-repeat center;
	background-size: cover;
	z-index: 900;
}

.page_chuheyuan_news_4_fb li {
	background: #fff;
	height: auto !important;
}

.page_chuheyuan_news_4_fb li:nth-child(n+2) {
	margin-top: 20px;
}

.page_chuheyuan_news_4_fb li a {
	display: block;
	padding: 20px 25px;
	position: relative;
}

.page_chuheyuan_news_4_fb li a::before {
	content: '';
	position: absolute;
	right: 4px;
	top: 4px;
	width: 2.25rem;
	height: 2.5rem;
	background: url(../images/img/page_policy_wenda_ico.png) no-repeat center;
	background-size: cover;
}

.page_chuheyuan_news_4_fb_ft {
	padding-right: 3rem;
}

.page_chuheyuan_news_4_fb_ft h3 {
	font-size: 26px;
	line-height: 1.5;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_chuheyuan_news_4_fb_ft h4 {
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_chuheyuan_news_4_fb_fb {
	margin-top: 5px
}

.page_chuheyuan_news_4_fb_fb h3,
.page_chuheyuan_news_4_fb_fb h4 {
	font-size: 18px;
	line-height: 1.5;
	color: rgba(0, 0, 0, .6);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_chuheyuan_news_5 {
	padding: 4.5% 0;
}

.page_chuheyuan_news_5_fb {
	margin-top: 3.5%;
	background: #000;
}

.page_chuheyuan_news_5_fb li {
	width: 50%;
}

.page_chuheyuan_news_5_fb li:nth-child(n+3) {
	border-top: 1px solid #fff;
}

.page_chuheyuan_news_5_fb li .page_chuheyuan_news_5_fb_con {
	padding: 18px 25px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_chuheyuan_news_5_fb li .page_chuheyuan_news_5_fb_con h3 {
	font-size: 24px;
	line-height: 1.3;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_chuheyuan_news_5_fb li .page_chuheyuan_news_5_fb_con h4 {
	font-size: 20px;
	line-height: 1.3;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_chuheyuan_news_5_fb_con_fl {
	font-size: 22px;
	line-height: 1.5;
	color: #ffffff;
}

.page_chuheyuan_news_5_fb_con_fc {
	max-width: 96%;
	padding: 0 2.5rem 0 45px;
	margin: 0 -2.5rem 0 -45px;
}

.page_chuheyuan_news_5_fb_con_fr {
	width: 2.5rem;
	height: 2.65rem;
	background: url(../images/img/page_policy_xiazai_ico.png) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.page_chuheyuan_news_5_fb_con_fr a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media(max-width:1366px) {
	.page_chuheyuan_news_4_fb {
		height: 708px;
	}

	.page_chuheyuan_news_4_fb_ft h3 {
		font-size: 22px;
	}

	.page_chuheyuan_news_5_fb li .page_chuheyuan_news_5_fb_con h3 {
		font-size: 22px;
	}

	.page_chuheyuan_news_5_fb li .page_chuheyuan_news_5_fb_con h4 {
		font-size: 18px;
	}
}

@media(max-width:1280px) {
	.page_chuheyuan_news_1_fl_fc li {
		font-size: 18px;
	}

	.page_chuheyuan_news_2_ft li .wz h3,
	.page_chuheyuan_news_2_ft li .wz h4 {
		font-size: 18px;
	}

	.page_chuheyuan_news_2_ft li .wz h5 {
		font-size: 16px;
	}

	.page_chuheyuan_news_3_fb li .wz h3 {
		font-size: 20px;
	}

	.page_chuheyuan_news_3_fb li .wz h4 {
		font-size: 16px;
		margin-top: 0;
	}

	.page_chuheyuan_news_4_fb {
		height: 684px;
	}

	.page_chuheyuan_news_4_fb::before {
		height: 166px;
	}

	.page_chuheyuan_news_4_fb_ft {
		padding-right: 40px;
	}

	.page_chuheyuan_news_4_fb_ft h4 {
		font-size: 18px;
	}

	.page_chuheyuan_news_4_fb_fb h3,
	.page_chuheyuan_news_4_fb_fb h4 {
		font-size: 17px;
	}

	.page_chuheyuan_news_4_fb li a::before {
		width: 33px;
		height: 37px;
	}

	.page_chuheyuan_news_5_fb_con_fl {
		font-size: 18px;
	}

	.page_chuheyuan_news_5_fb li .page_chuheyuan_news_5_fb_con h3 {
		font-size: 20px;
	}

	.page_chuheyuan_news_5_fb li .page_chuheyuan_news_5_fb_con h4 {
		font-size: 17px;
	}

	.page_chuheyuan_news_5_fb_con_fc {
		padding: 0 30px 0 38px;
		margin: 0 -30px 0 -38px;
	}

	.page_chuheyuan_news_5_fb_con_fr {
		width: 30px;
		height: 32px;
	}
}

@media(max-width:991px) {
	.page_chuheyuan_news_1_fl_fc li {
		font-size: 17px;
	}

	.page_chuheyuan_news_2_ft li .riqi h3,
	.page_chuheyuan_news_2_ft li .riqi h4 {
		font-size: 15px;
	}

	.page_chuheyuan_news_3_fb li .wz {
		margin-top: 12px;
	}

	.page_chuheyuan_news_3_fb li .wz h3 {
		font-size: 18px;
	}

	.page_chuheyuan_news_3_fb li .wz h4 {
		font-size: 15px;
	}

	.page_chuheyuan_news_4_fb {
		height: 533px;
	}

	.page_chuheyuan_news_4_fb::before {
		height: 130px;
	}

	.page_chuheyuan_news_4_fb li a {
		padding: 10px 20px;
	}

	.page_chuheyuan_news_4_fb li:nth-child(n+2) {
		margin-top: 15px;
	}

	.page_chuheyuan_news_4_fb_ft h3 {
		font-size: 20px;
	}

	.page_chuheyuan_news_4_fb_ft h4 {
		font-size: 16px;
	}

	.page_chuheyuan_news_4_fb_fb h3,
	.page_chuheyuan_news_4_fb_fb h4 {
		font-size: 16px;
	}

	.page_chuheyuan_news_4_fb_fb {
		margin-top: 0;
	}

	.page_chuheyuan_news_5_fb_con_fl {
		font-size: 17px;
	}

	.page_chuheyuan_news_5_fb li .page_chuheyuan_news_5_fb_con h3 {
		font-size: 18px;
	}

	.page_chuheyuan_news_5_fb li .page_chuheyuan_news_5_fb_con h4 {
		font-size: 16px;
	}
}

@media(max-width:768px) {
	.page_chuheyuan_news_1 {
		padding: 30px 0;
	}

	.page_chuheyuan_news_1_fl {
		width: 100%;
	}

	.page_chuheyuan_news_1_fl_ft li span {
		font-size: 24px;
	}

	.page_chuheyuan_news_1_fl_fc {
		margin: 15px 0;
	}

	.page_chuheyuan_news_1_fr {
		width: 100%;
		max-width: 100%;
		margin-top: 15px;
	}

	.page_chuheyuan_news_2 {
		padding: 30px 0;
	}

	.page_chuheyuan_news_2_ft li .wz {
		margin: 10px 0;
	}

	.page_chuheyuan_news_2_ft li .wz h5 {
		margin-top: 10px;
	}

	.page_chuheyuan_news_2_fb {
		margin-top: 20px;
		height: 4px;
	}

	.page_chuheyuan_news_3 {
		padding: 30px 0;
	}

	.index_chuheyuan_service_ft_fr {
		/*display: block;*/
		width: 100%;
	}

	.page_chuheyuan_news_3_fb {
		margin-top: 0;
	}

	.page_chuheyuan_news_3_fb li {
		margin-top: 15px !important;
	}

	.page_chuheyuan_news_4 {
		padding: 30px 0;
	}

	.page_chuheyuan_news_4_fb {
		margin-top: 15px;
	}

	.page_chuheyuan_news_5 {
		padding: 30px 0;
	}

	.page_chuheyuan_news_5_fb {
		margin-top: 15px;
	}

	.page_chuheyuan_news_5_fb li {
		width: 100%;
	}

	.page_chuheyuan_news_5_fb li:nth-child(n+2) {
		border-top: 1px solid #fff;
	}

	.page_chuheyuan_news_5_fb li .page_chuheyuan_news_5_fb_con {
		padding: 15px 20px;
	}
}

@media(max-width:468px) {
	.page_chuheyuan_news_1 {
		padding: 25px 0;
	}

	.page_chuheyuan_news_1_fl_ft li span {
		font-size: 20px;
		padding-bottom: 5px;
	}

	.page_chuheyuan_news_1_fl_fc li {
		font-size: 16px;
	}

	.page_chuheyuan_news_2 {
		padding: 25px 0;
	}

	.page_chuheyuan_news_3 {
		padding: 25px 0;
	}

	.page_chuheyuan_news_4 {
		padding: 25px 0;
	}

	.page_chuheyuan_news_4_fb {
		height: 521px;
	}

	.page_chuheyuan_news_4_fb::before {
		height: 125px;
	}

	.page_chuheyuan_news_4_fb_ft {
		padding-right: 35px;
	}

	.page_chuheyuan_news_4_fb_ft h3 {
		font-size: 18px;
	}

	.page_chuheyuan_news_4_fb li a::before {
		width: 28px;
		height: 31px;
	}

	.page_chuheyuan_news_5 {
		padding: 25px 0;
	}
}

/*文章-详情*/
.page_chuheyuan_article_list_1_fr .img .img_con {
	padding: 35% 0;
}

.page_chuheyuan_article_list_1_fl_fb_hei h4 {
	margin-top: 6.5%;
}

.page_chuheyuan_article_list_1_fl_fb_hei h4 a {
	color: #000;
	border-color: #000;
}

.page_chuheyuan_news_content {
	padding: 3% 0;
}

.page_chuheyuan_news_content_ft {
	overflow: hidden;
}

.page_chuheyuan_news_content_ft_fl {
	width: 100%;
	padding-right: 80px;
	margin-right: -80px;
}

.page_chuheyuan_news_content_ft_fr_ft {
	width: 46px;
	height: 46px;
	background: #000000 url(../images/img/page_news_content_jiantou.png) no-repeat center;
	background-size: 18px;
	border-radius: 50%;
	margin: 0 auto;
}

.page_chuheyuan_news_content_ft_fr_fb {
	font-size: 15px;
	line-height: 1.5;
	color: #000000;
	margin-top: 10px;
}

.page_chuheyuan_news_content_ft_fl_ft {
	overflow: hidden;
}

.page_chuheyuan_news_content_ft_fl_ft_fl {
	margin-right: 15px;
}

.page_chuheyuan_news_content_ft_fl_ft_fl,
.page_chuheyuan_news_content_ft_fl_ft_fr {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(0, 0, 0, .76);
	float: left;
}

.page_chuheyuan_news_content_ft_fl_fb {
	margin-top: 1.5%;
}

.page_chuheyuan_news_content_ft_fl_fb h3,
.page_chuheyuan_news_content_ft_fl_fb h4 {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #000000;
}

.page_chuheyuan_news_content_ft_fr {
	margin-top: 10px;
}

.page_chuheyuan_news_content_fc {
	padding: 4% 0;
	font-size: 16px;
	line-height: 1.5;
	color: #706660;
	border-bottom: 1px solid #e5e5e5;
}

.page_chuheyuan_news_content_fc img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

.page_chuheyuan_down_content_fc table{
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	color: #706660;
}
.page_chuheyuan_down_content_fc table td{
	padding: 15px 5px;
	width: 25%;
}

.page_chuheyuan_news_content_fb {
	margin-top: 2.2%;
	overflow: hidden;
}

.page_chuheyuan_news_content_fb_fl {
	float: left;
}

.page_chuheyuan_news_content_fb_fr {
	float: right;
}

.page_chuheyuan_news_content_fb_fl_con {
	position: relative;
}

.page_chuheyuan_news_content_fb_fl .page_chuheyuan_news_content_fb_fl_con {
	padding-left: 56px;
}

.page_chuheyuan_news_content_fb_fr .page_chuheyuan_news_content_fb_fl_con {
	padding-right: 56px;
}

.page_chuheyuan_news_content_fb_fl .page_chuheyuan_news_content_fb_fl_con::before,
.page_chuheyuan_news_content_fb_fr .page_chuheyuan_news_content_fb_fl_con::before {
	content: '';
	width: 46px;
	height: 46px;
	border: 1px solid #666;
	background-image: url(../images/img/page_news_content_jiantou1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_chuheyuan_news_content_fb_fl .page_chuheyuan_news_content_fb_fl_con::before {
	background-image: url(../images/img/page_news_content_jiantou1_hei.png);
}

.page_chuheyuan_news_content_fb_fl .page_chuheyuan_news_content_fb_fl_con:hover::before {
	background-image: url(../images/img/page_news_content_jiantou_bai_left.png);
	background-color: #000000;
	border: 1px solid #000;
}

.page_chuheyuan_news_content_fb_fr .page_chuheyuan_news_content_fb_fl_con:hover::before {
	background-image: url(../images/img/page_news_content_jiantou.png);
	background-color: #000000;
	border: 1px solid #000;
}

.page_chuheyuan_news_content_fb_fl .page_chuheyuan_news_content_fb_fl_con::before {
	left: 0;
}

.page_chuheyuan_news_content_fb_fr .page_chuheyuan_news_content_fb_fl_con::before {
	right: 0;
}

.page_chuheyuan_news_content_fb_fl,
.page_chuheyuan_news_content_fb_fr {
	max-width: 49%;
	overflow: hidden;
}

.page_chuheyuan_news_content_fb_fl_ft,
.page_chuheyuan_news_content_fb_fl_fb {
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 3px;
}

@media(max-width:1280px) {

	.page_chuheyuan_news_content_ft_fl_fb h3,
	.page_chuheyuan_news_content_ft_fl_fb h4 {
		font-size: 22px;
	}

	.page_chuheyuan_news_content_ft_fr_ft {
		width: 40px;
		height: 40px;
		background-size: 16px;
	}

	.page_chuheyuan_news_content_fb_fl .page_chuheyuan_news_content_fb_fl_con::before,
	.page_chuheyuan_news_content_fb_fr .page_chuheyuan_news_content_fb_fl_con::before {
		width: 38px;
		height: 38px;
		background-size: 16px;
	}
}

@media(max-width:991px) {
	.page_chuheyuan_article_list_1_fl_fb_hei {
		margin-top: 0;
	}

	.page_chuheyuan_article_list_1_fl_fb_hei h4 {
		margin-top: 0;
	}
}

@media(max-width:768px) {
	.page_chuheyuan_news_content {
		padding: 30px 0;
	}

	.page_chuheyuan_news_content_ft_fl_fb {
		margin-top: 5px;
	}

	.page_chuheyuan_news_content_ft_fl_fb h3,
	.page_chuheyuan_news_content_ft_fl_fb h4 {
		font-size: 20px;
	}

	.page_chuheyuan_news_content_fc {
		padding: 25px 0;
	}

	.page_chuheyuan_news_content_fb {
		margin-top: 15px;
	}

	.page_chuheyuan_news_content_fb_fl,
	.page_chuheyuan_news_content_fb_fr {
		max-width: 100%;
		width: 100%;
	}

	.page_chuheyuan_news_content_fb_fr {
		margin-top: 10px;
	}

	.page_chuheyuan_news_content_fb_fr .page_chuheyuan_news_content_fb_fl_con {
		padding-left: 56px;
		padding-right: 0;
	}

	.page_chuheyuan_news_content_fb_fr .page_chuheyuan_news_content_fb_fl_con::before {
		left: 0;
		background-image: url(../images/img/page_news_content_jiantou1_hei.png);
	}

	.page_chuheyuan_news_content_fb_fr .page_chuheyuan_news_content_fb_fl_con:hover::before {
		background-image: url(../images/img/page_news_content_jiantou_bai_left.png);
	}

	.page_chuheyuan_down_content_fc_table{
		overflow: hidden;
		overflow-x: scroll;
	}
	
	.page_chuheyuan_down_content_fc_table::-webkit-scrollbar {
		height: 2px;
		-webkit-appearance: none;
		-webkit-border-radius: 0
	}

	.page_chuheyuan_down_content_fc_table::-webkit-scrollbar-track {
		background: #9f9f9f;
		-webkit-border-radius: 0
	}

	.page_chuheyuan_down_content_fc_table::-webkit-scrollbar-thumb,
	.page_chuheyuan_down_content_fc_table::-webkit-scrollbar-thumb:vertical {
		background: #0b2336;
		border: none;
		-webkit-border-radius: 0
	}

	.page_chuheyuan_down_content_fc_table::-webkit-scrollbar-thumb:vertical:active {
		background: #0b2336;
		border: none;
		-webkit-border-radius: 0
	}

	.page_chuheyuan_down_content_fc table{
		font-size: 15px;
		/*min-width: 640px;*/
	}
}

@media(max-width:468px) {
	.page_chuheyuan_news_content {
		padding: 25px 0;
	}

	.page_chuheyuan_news_content_ft {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		-o-align-items: flex-end;
		align-items: flex-end;
	}

	.page_chuheyuan_news_content_ft_fl {
		padding-right: 0;
		margin-right: 0;
		margin-top: 10px;
	}

	.page_chuheyuan_news_content_ft_fr {
		margin-top: 0;
	}

	.page_chuheyuan_news_content_ft_fr_fb {
		margin-top: 5px;
	}

	.page_chuheyuan_news_content_fc {
		padding: 20px 0;
	}

	.page_chuheyuan_news_content_fb_fl .page_chuheyuan_news_content_fb_fl_con {
		padding-left: 50px;
	}

	.page_chuheyuan_news_content_fb_fr .page_chuheyuan_news_content_fb_fl_con {
		padding-left: 50px;
	}

	.page_chuheyuan_down_content_fc table td{
		padding: 10px 5px;
	}
}

/*典型客户*/
.page_chuheyuan_typical {
	margin-bottom: 5%;
}

.page_chuheyuan_typical_1 {
	margin-top: 5%;
}

.page_chuheyuan_typical_1_ft {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	overflow: hidden;
}

.page_chuheyuan_typical_1_ft_fl {
	width: 52%;
}

.page_chuheyuan_typical_1_ft_fl_ft {
	font-size: 3.6rem;
	line-height: 1.5;
	color: #000;
	position: relative;
}

.page_chuheyuan_typical_1_ft_fl_ft::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 7.2rem;
	height: 1px;
	background: #000;
}

.page_chuheyuan_typical_1_ft_fl_fc {
	margin: 9.5% 0 6.5%;
}

.page_chuheyuan_typical_1_ft_fl_fc h3,
.page_chuheyuan_typical_1_ft_fl_fc h4 {
	max-width: 610px;
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
}

.page_chuheyuan_typical_1_ft_fr {
	width: 45%;
	max-width: 344px;
}

.page_chuheyuan_typical_1_ft_fr .img_con {
	padding: 58.14% 0;
}

.page_chuheyuan_typical_1_fb {
	margin-top: 8%;
}

.page_chuheyuan_typical_1_fb ul {
	overflow: hidden;
}

.page_chuheyuan_typical_1_fb li {
	width: 25%;
	float: left;
	text-align: center;
}

.page_chuheyuan_typical_1_fb li:nth-child(n+5) {
	margin-top: 4%;
}

.page_chuheyuan_typical_1_fb li .img {
	position: relative;
	cursor: pointer;
	font-size: 0;
	line-height: 3.35rem;
}

.page_chuheyuan_typical_1_fb li .img img {
	max-width: 98%;
	max-height: 3.35rem;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_chuheyuan_typical_1_fb li .img .img2 {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page_chuheyuan_typical_1_fb li .img:hover .img2 {
	opacity: 1;
}

.page_chuheyuan_typical_1_fb li .img:hover .img1 {
	opacity: 0;
}

@media(max-width:1280px) {

	.page_chuheyuan_typical_1_ft_fl_fc h3,
	.page_chuheyuan_typical_1_ft_fl_fc h4 {
		font-size: 18px;
	}

	.page_chuheyuan_typical_1_fb li .img {
		line-height: 50px;
	}

	.page_chuheyuan_typical_1_fb li .img img {
		max-height: 50px;
	}
}

@media(max-width:991px) {

	.page_chuheyuan_typical_1_ft_fl_fc h3,
	.page_chuheyuan_typical_1_ft_fl_fc h4 {
		font-size: 17px;
	}
}

@media(max-width:768px) {
	.page_chuheyuan_typical {
		margin-bottom: 30px;
	}

	.page_chuheyuan_typical_1 {
		margin-top: 30px;
	}

	.page_chuheyuan_typical_1_ft_fl {
		width: 100%;
	}

	.page_chuheyuan_typical_1_ft_fl_ft {
		font-size: 28px;
	}

	.page_chuheyuan_typical_1_ft_fl_ft::before {
		width: 55px;
	}

	.page_chuheyuan_typical_1_ft_fl_fc {
		margin: 15px 0;
	}

	.page_chuheyuan_typical_1_ft_fr {
		width: 100%;
		max-width: 100%;
		margin-top: 15px;
	}

	.page_chuheyuan_typical_1_fb {
		margin-top: 15px;
	}

	.page_chuheyuan_typical_1_fb li {
		width: 50%;
	}

	.page_chuheyuan_typical_1_fb li:nth-child(n+3) {
		margin-top: 15px;
	}

	.page_chuheyuan_typical_1_fb li .img {
		line-height: 45px;
	}

	.page_chuheyuan_typical_1_fb li .img img {
		max-height: 45px;
	}
}

@media(max-width:468px) {
	.page_chuheyuan_typical {
		margin-bottom: 25px;
	}

	.page_chuheyuan_typical_1 {
		margin-top: 25px;
	}

	.page_chuheyuan_typical_1_ft_fl_ft {
		font-size: 24px;
		padding-bottom: 5px;
	}

	.page_chuheyuan_typical_1_ft_fl_ft::before {
		width: 45px;
	}

	.page_chuheyuan_typical_1_ft_fl_fc h3,
	.page_chuheyuan_typical_1_ft_fl_fc h4 {
		font-size: 16px;
	}
}

/*关于我们*/
.page_chuheyuan_about_1 {
	padding: 4.5% 0;
}

.page_chuheyuan_about_1_con {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	overflow: hidden;
}

.page_chuheyuan_about_1_fl {
	width: 63%;
	max-width: 1000px;
}

.page_chuheyuan_about_1_fl_ft {
	position: relative;
	padding-bottom: 2%;
}

.page_chuheyuan_about_1_fl_ft::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 7.15rem;
	height: 1px;
	background: #000;
}

.page_chuheyuan_about_1_fl_ft h3,
.page_chuheyuan_about_1_fl_ft h4 {
	font-size: 2.2rem;
	line-height: 1.3;
	color: #000000;
}

.page_chuheyuan_about_1_fl_fc {
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	margin: 8.2% 0 5%;
}

.page_chuheyuan_about_1_fr {
	width: 35%;
	max-width: 344px;
}

.page_chuheyuan_about_1_fr li:nth-child(n+2) {
	margin-top: 11.5%;
}

.page_chuheyuan_about_1_fr li .img .img_con {
	padding: 58% 0;
}

.page_chuheyuan_about_2 {
	padding: 4.5% 0;
	background: #000;
}

.page_chuheyuan_about_2_ft ul {
	overflow: hidden;
}

.page_chuheyuan_about_2_ft li {
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

.page_chuheyuan_about_2_ft li:nth-child(3n) {
	margin-right: 0;
}

.page_chuheyuan_about_2_ft li:nth-child(n+4) {
	margin-top: 2%;
}

.page_chuheyuan_about_2_ft_li_con {
	max-width: 300px;
	margin: 0 auto;
}

.page_chuheyuan_about_2_ft li .img {
	border-radius: 50%;
	overflow: hidden;
}

.page_chuheyuan_about_2_ft li .img_con {
	padding-top: 100%;
}

.page_chuheyuan_about_2_ft li .wz {
	margin-top: 10%;
}

.page_chuheyuan_about_2_ft li .wz .wz_ft h3,
.page_chuheyuan_about_2_ft li .wz .wz_ft h4 {
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
}

.page_chuheyuan_about_2_ft li .wz .wz_fb {
	font-size: 18px;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 6%;
}


.page_chuheyuan_about_5 {
	padding: 4.5% 0;
}

.page_chuheyuan_about_5_fl {
	width: 50%;
	max-width: 660px;
}

.page_chuheyuan_about_5_fl .page_chuheyuan_about_5_fl_ft {
	padding-bottom: 0;
}

.page_chuheyuan_about_5_fl .page_chuheyuan_about_5_fl_ft::before {
	display: none;
}

.page_chuheyuan_about_5_fl .page_chuheyuan_about_5_fl_fc {
	margin-top: 4.5%;
	margin-bottom: 0;
}

.page_chuheyuan_about_5_fl_fc_fb {
	margin-top: 4.5%;
}

.page_chuheyuan_about_5_fr {
	width: 45%;
}

.page_chuheyuan_about_5_fr li {
	font-size: 0;
}

.page_chuheyuan_about_5_fr li:nth-child(n+2) {
	margin-top: 15px;
}

.page_chuheyuan_about_5_fr li input,
.page_chuheyuan_about_5_fr li textarea {
	background-color: #fafafa;
	border: solid 1px #a9a9a9;
	width: 100%;
	outline: none;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	padding: 12px 20px;
	font-family: Arial;
}

.page_chuheyuan_about_5_fr li .page_chuheyuan_about_5_fr_li_h3 {
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	margin-bottom: 5px;
	font-family: Arial;
}

.page_chuheyuan_about_5_fr li .page_chuheyuan_about_5_fr_li_h3 span {
	font-size: 16px;
}

.lianxinyliuyan_tijiao {
	margin-top: 20px;
	font-size: 0;
}

.lianxinyliuyan_tijiao input {
	width: 200px;
	height: 46px;
	background-color: #000000;
	border-radius: 4px;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	border: solid 1px #ffffff;
	cursor: pointer;
}

@media(max-width:1280px) {
	.page_chuheyuan_about_1_fl_fc {
		font-size: 17px;
	}

	.page_chuheyuan_about_2_ft li .wz .wz_fb {
		font-size: 17px;
	}
}

@media(max-width:991px) {
	.page_chuheyuan_about_1_fl {
		width: 100%;
		max-width: 100%;
	}

	.page_chuheyuan_about_1_fl_ft {
		padding-bottom: 12px;
	}

	.page_chuheyuan_about_1_fl_ft h3,
	.page_chuheyuan_about_1_fl_ft h4 {
		font-size: 26px;
	}

	.page_chuheyuan_about_1_fl_ft::before {
		width: 83px;
	}

	.page_chuheyuan_about_1_fl_fc {
		font-size: 16px;
		margin: 3% 0;
	}

	.page_chuheyuan_about_1_fr {
		width: 100%;
		max-width: 100%;
		margin-top: 3%;
	}

	.page_chuheyuan_about_1_fr li:nth-child(n+2) {
		margin-top: 3%;
	}

	.page_chuheyuan_about_2_ft li .wz .wz_ft h3,
	.page_chuheyuan_about_2_ft li .wz .wz_ft h4 {
		font-size: 18px;
	}

	.page_chuheyuan_about_2_ft li .wz .wz_fb {
		font-size: 16px;
	}

	.page_chuheyuan_about_5_fl {
		max-width: 100%;
		width: 100%;
	}

	.page_chuheyuan_about_5_fl .page_chuheyuan_about_5_fl_fc {
		margin-top: 3%;
	}

	.page_chuheyuan_about_5_fl_fc_fb {
		margin-top: 3%;
	}

	.page_chuheyuan_about_5_fr {
		width: 100%;
		margin-top: 3%;
	}
}

@media(max-width:768px) {
	.page_chuheyuan_about_1 {
		padding: 30px 0;
	}

	.page_chuheyuan_about_1_fl_ft h3,
	.page_chuheyuan_about_1_fl_ft h4 {
		font-size: 24px;
	}

	.page_chuheyuan_about_1_fl_fc {
		margin: 15px 0;
	}

	.page_chuheyuan_about_1_fr {
		margin-top: 15px;
	}

	.page_chuheyuan_about_1_fr li:nth-child(n+2) {
		margin-top: 15px;
	}

	.page_chuheyuan_about_2 {
		padding: 30px 0;
	}

	.page_chuheyuan_about_2_ft li .wz {
		margin-top: 10px;
	}

	.page_chuheyuan_about_2_ft li .wz .wz_fb {
		margin-top: 10px;
	}

	.page_chuheyuan_about_5 {
		padding: 30px 0;
	}

	.page_chuheyuan_about_5_fl .page_chuheyuan_about_5_fl_fc {
		margin-top: 10px;
	}

	.page_chuheyuan_about_5_fl_fc_fb {
		margin-top: 10px;
	}

	.page_chuheyuan_about_5_fr {
		margin-top: 10px;
	}

	.page_chuheyuan_about_5_fr li:nth-child(n+2) {
		margin-top: 10px;
	}

	.page_chuheyuan_about_5_fr li .page_chuheyuan_about_5_fr_li_h3 {
		font-size: 16px;
	}

	.page_chuheyuan_about_5_fr li input,
	.page_chuheyuan_about_5_fr li textarea {
		padding: 6px 15px;
	}

	.lianxinyliuyan_tijiao {
		margin-top: 15px;
	}

	.lianxinyliuyan_tijiao input {
		width: 180px;
	}
}

@media(max-width:640px) {
	.page_chuheyuan_about_2_ft li {
		width: 100%;
		margin-right: 0;
	}

	.page_chuheyuan_about_2_ft li:nth-child(n+2) {
		margin-top: 10px;
	}
}

@media(max-width:468px) {
	.page_chuheyuan_about_1 {
		padding: 25px 0;
	}

	.page_chuheyuan_about_1_fl_ft {
		padding-bottom: 8px;
	}

	.page_chuheyuan_about_1_fl_ft h3,
	.page_chuheyuan_about_1_fl_ft h4 {
		font-size: 22px;
	}

	.page_chuheyuan_about_1_fl_ft::before {
		width: 80px;
	}

	.page_chuheyuan_about_2 {
		padding: 25px 0;
	}

	.page_chuheyuan_about_5 {
		padding: 25px 0;
	}
}

/*免责声明*/
.page_chuheyuan_disclaimers {
	padding: 90px 0 4.5%;
}

.page_chuheyuan_disclaimers_ft {
	padding-top: 5.5%;
}

.page_chuheyuan_disclaimers_ft h3,
.page_chuheyuan_disclaimers_ft h4 {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #000000;
}

.page_chuheyuan_disclaimers_fb {
	font-size: 16px;
	line-height: 1.5;
	color: #7a716b;
	padding-top: 4%;
}

@media(max-width:1200px) {

	.page_chuheyuan_disclaimers_ft h3,
	.page_chuheyuan_disclaimers_ft h4 {
		font-size: 22px;
	}
}

@media(max-width:991px) {
	.page_chuheyuan_disclaimers {
		padding: 0 0 4%;
	}
}

@media(max-width:768px) {
	.page_chuheyuan_disclaimers {
		padding: 0 0 25px;
	}

	.page_chuheyuan_disclaimers_ft {
		padding-top: 25px;
	}

	.page_chuheyuan_disclaimers_ft h3,
	.page_chuheyuan_disclaimers_ft h4 {
		font-size: 20px;
	}

	.page_chuheyuan_disclaimers_fb {
		padding-top: 25px;
	}
}

@media(max-width:468px) {
	.page_chuheyuan_disclaimers {
		padding: 0 0 20px;
	}

	.page_chuheyuan_disclaimers_ft {
		padding-top: 20px;
	}

	.page_chuheyuan_disclaimers_fb {
		padding-top: 20px;
	}
}

/*网站地图*/
.page_chuheyuan_sitemap_fb {
	margin-top: 5%;
}

.page_chuheyuan_sitemap_fb_li {
	width: 15%;
	margin-right: 2%;
	text-align: center;
}

.page_chuheyuan_sitemap_fb_li:nth-child(6n) {
	margin-right: 0;
}

.page_chuheyuan_sitemap_fb_li:nth-child(n+7) {
	margin-top: 5%;
}

.page_chuheyuan_sitemap_fb_li_ft {
	background-color: #fafafa;
	border: solid 1px #a9a9a9;
}

.page_chuheyuan_sitemap_fb_li_ft a {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #000000;
	display: block;
	padding: 7px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_chuheyuan_sitemap_fb_li_fb {
	margin-top: 16%;
}

.page_chuheyuan_sitemap_fb_li_fb_li_ft a {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
	display: block;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_chuheyuan_sitemap_fb_li_fb_li_ft {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #a9a9a9;
}

.page_chuheyuan_sitemap_fb_li_fb_li_ft_span {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_chuheyuan_sitemap_fb_li_fb_li_ft_span::before,
.page_chuheyuan_sitemap_fb_li_fb_li_ft_span::after {
	content: '';
	position: absolute;
	background: #333;
}

.page_chuheyuan_sitemap_fb_li_fb_li_ft_span::before {
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

.page_chuheyuan_sitemap_fb_li_fb_li_ft_span::after {
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -1px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_chuheyuan_sitemap_fb_li_fb_li_ft_span.on::after {
	opacity: 0;
}

.page_chuheyuan_sitemap_fb_li_fb_li_fb {
	display: none;
}

.page_chuheyuan_sitemap_fb_li_fb_li_fb_li {
	margin-top: 15px;
}

.page_chuheyuan_sitemap_fb_li_fb_li_fb_li a {
	font-size: 18px;
	line-height: 1.5;
	color: #6d6d6d;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px;
}

@media(max-width:1200px) {
	.page_chuheyuan_sitemap_fb_li_ft a {
		font-size: 18px;
	}

	.page_chuheyuan_sitemap_fb_li_fb_li_ft a {
		font-size: 18px;
	}

	.page_chuheyuan_sitemap_fb_li_fb_li_fb_li a {
		font-size: 16px;
	}

	.page_chuheyuan_sitemap_fb_li_fb_li_ft_span {
		width: 16px;
		height: 16px;
	}

	.page_chuheyuan_sitemap_fb_li_fb_li_ft a {
		padding: 0 16px;
	}

	.page_chuheyuan_sitemap_fb_li_fb_li_fb_li a {
		padding: 0 16px;
	}
}

@media(max-width:991px) {
	.page_chuheyuan_sitemap_fb_li {
		width: 32%;
		margin-right: 2%;
	}

	.page_chuheyuan_sitemap_fb_li:nth-child(6n) {
		margin-right: 2%;
	}

	.page_chuheyuan_sitemap_fb_li:nth-child(3n) {
		margin-right: 0;
	}

	.page_chuheyuan_sitemap_fb_li:nth-child(n+4) {
		margin-top: 5%;
	}
}

@media(max-width:768px) {
	.page_chuheyuan_sitemap_fb {
		margin-top: 20px;
	}

	.page_chuheyuan_sitemap_fb_li_fb {
		margin-top: 10px;
	}

	.page_chuheyuan_sitemap_fb_li_fb_li_ft {
		padding: 5px 0;
	}

	.page_chuheyuan_sitemap_fb_li_fb_li_fb_li {
		margin-top: 5px;
	}

	.page_chuheyuan_sitemap_fb_li_ft a {
		font-size: 17px;
	}

	.page_chuheyuan_sitemap_fb_li_fb_li_ft a {
		font-size: 16px;
	}

	.page_chuheyuan_sitemap_fb_li_fb_li_fb_li a {
		font-size: 15px;
	}

	.page_chuheyuan_sitemap_fb_li {
		width: 49%;
	}

	.page_chuheyuan_sitemap_fb_li:nth-child(6n) {
		margin-right: 2%;
	}

	.page_chuheyuan_sitemap_fb_li:nth-child(3n) {
		margin-right: 2%;
	}

	.page_chuheyuan_sitemap_fb_li:nth-child(2n) {
		margin-right: 0;
	}

	.page_chuheyuan_sitemap_fb_li:nth-child(n+3) {
		margin-top: 15px;
	}
}

@media(max-width:468px) {
	.page_chuheyuan_sitemap_fb {
		margin-top: 15px;
	}

	.page_chuheyuan_sitemap_fb_li {
		width: 100%;
		margin-right: 0 !important;
	}

	.page_chuheyuan_sitemap_fb_li:nth-child(n+2) {
		margin-top: 15px;
	}
}

/*企业会员*/
.page_chuheyuan_corporate_members1 {
	padding: 11% 0 13%;
}

.page_chuheyuan_corporate_members1_con {
	overflow: hidden;
}

.page_chuheyuan_corporate_members1_fr {
	width: 50%;
}

.page_chuheyuan_corporate_members1_fr_ft h3,
.page_chuheyuan_corporate_members1_fr_ft h4 {
	font-size: 2.2rem;
	line-height: 1.5;
	color: #ffffff;
}

.page_chuheyuan_corporate_members1_fr_fc {
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
	margin: 3% 0;
}

.page_chuheyuan_corporate_members1_fr_fb {
	max-width: 260px;
}

.page_chuheyuan_corporate_members1_fr_fb_ft {
	font-size: 16px;
	line-height: 45px;
	color: #ffffff;
	border-radius: 5px;
	border: solid 1px #ffffff;
	text-align: center;
}

.page_chuheyuan_corporate_members1_fr_fb_fc li {
	margin-top: 15px;
}

.page_chuheyuan_corporate_members1_fr_fb_fc li input {
	outline: none;
	width: 100%;
	font-size: 16px;
	line-height: 45px;
	color: #d0d0d0;
	border-radius: 5px;
	border: solid 1px #ffffff;
	text-align: left;
	padding: 0 10px;
	background: none;
}

.page_chuheyuan_corporate_members1_fr_fb_fc_submit input {
	outline: none;
	width: 100%;
	font-size: 17px;
	line-height: 45px;
	color: #000;
	border-radius: 5px;
	border: solid 1px #ffffff;
	text-align: center;
	padding: 0 10px;
	background: #fff;
	cursor: pointer;
}

.page_chuheyuan_corporate_members1_fr_fb_fc_submit input::-webkit-autofill {
	-webkit-text-fill-color: #000 !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.page_chuheyuan_corporate_members1_fr_fb_fc_submit input::placeholder {
	color: #000;
}

.page_chuheyuan_corporate_members1_fr_fb_fc li input::-webkit-autofill {
	-webkit-text-fill-color: #d0d0d0 !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.page_chuheyuan_corporate_members1_fr_fb_fc li input::placeholder {
	color: #d0d0d0;
}

.page_chuheyuan_corporate_members1_fr_fb_fc_wenzi {
	font-size: 14px;
	line-height: 1.5;
	color: #ababab;
	text-decoration: underline;
	margin: 15px 0;
}

.page_chuheyuan_corporate_members1_fr_fb_fc_wenzi a {
	color: #ababab;
}

.page_chuheyuan_corporate_members2 {
	padding: 30px 0;
}

.page_chuheyuan_corporate_members2_con {
	padding: 0 2.6vw;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_chuheyuan_corporate_members2_fl {
	width: 48%;
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_chuheyuan_corporate_members2_fl_fl {
	width: 36%;
	max-width: 310px;
}

.page_chuheyuan_corporate_members2_fl_fl img {
	width: 100%;
}

.page_chuheyuan_corporate_members2_fl_fr {
	width: 50%;
	font-size: 17px;
	line-height: 1.5;
	color: #000000;
}

.page_chuheyuan_corporate_members2_fr {
	width: 48%;
	max-width: 450px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_chuheyuan_corporate_members2_fr_fl {
	font-size: 1.3rem;
	line-height: 1.5;
	color: #000000;
}

.page_chuheyuan_corporate_members2_fr_fr {
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_chuheyuan_corporate_members2_fr_fr_fl {
	width: 120px;
	line-height: 120px;
}

.page_chuheyuan_corporate_members2_fr_fr_fl img {
	width: 100%;
}

.page_chuheyuan_corporate_members2_fr_fr_fr {
	margin-left: 15px;
}

.page_chuheyuan_corporate_members2_fr_fr_fr li a {
	width: 23px;
	height: 23px;
	display: block;
	background-image: url(../images/img/page_corporate_members_dianhua.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 23px;
}

.page_chuheyuan_corporate_members2_fr_fr_fr li:nth-child(n+2) {
	margin-top: 15px;
}

.page_chuheyuan_corporate_members2_fr_fr_fr li:nth-child(n+2) a {
	background-image: url(../images/img/page_corporate_members_youxiang.png);
}

@media(max-width:1366px) {
	.page_chuheyuan_corporate_members2_fr_fl {
		font-size: 22px;
	}
}

@media(max-width:1280px) {
	.page_chuheyuan_corporate_members1_fr_fc {
		font-size: 18px;
	}

	.page_chuheyuan_corporate_members2_con {
		padding: 0 30px;
	}

	.page_chuheyuan_corporate_members2_fl_fr {
		font-size: 16px;
	}

	.page_chuheyuan_corporate_members2_fr_fl {
		font-size: 20px;
	}
}

@media(max-width:991px) {
	.page_chuheyuan_corporate_members1 {
		padding: 5% 0;
	}

	.page_chuheyuan_corporate_members1_fr_ft h3,
	.page_chuheyuan_corporate_members1_fr_ft h4 {
		font-size: 22px;
	}

	.page_chuheyuan_corporate_members1_fr_fc {
		font-size: 17px;
	}

	.page_chuheyuan_corporate_members2_con {
		padding: 0 20px;
	}

	.page_chuheyuan_corporate_members2_fl {
		width: 100%;
	}

	.page_chuheyuan_corporate_members2_fr {
		width: 100%;
		max-width: 100%;
		margin-top: 15px;
	}

	.page_chuheyuan_corporate_members2_fr_fl {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.page_chuheyuan_corporate_members1 {
		padding: 25px 0;
		background: #000 !important;
	}

	.page_chuheyuan_corporate_members1_fr {
		max-width: 260px;
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.page_chuheyuan_corporate_members2 {
		padding: 20px 0;
	}

	.page_chuheyuan_corporate_members2_con {
		padding: 0 15px;
	}
}

@media(max-width:468px) {
	.page_chuheyuan_corporate_members2_fl_fl {
		width: 100%;
		max-width: 180px;
	}

	.page_chuheyuan_corporate_members2_fl_fr {
		width: 100%;
		margin-top: 10px;
	}

	.page_chuheyuan_corporate_members2_fr {
		margin-top: 10px;
	}

	.page_chuheyuan_corporate_members2_fr_fl {
		width: 100%;
	}

	.page_chuheyuan_corporate_members2_fr_fr {
		max-width: 100%;
		margin-top: 10px;
	}
}

/*文章列表*/
.page_chuheyuan_news_list {
	padding: 4.5% 0;
}

.page_chuheyuan_news_list_ul li {
	width: 31.3%;
	margin-right: 3.05%;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 60px 0px rgba(5, 1, 1, 0.08);
	border-radius: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page_chuheyuan_news_list_ul li:nth-child(3n) {
	margin-right: 0;
}

.page_chuheyuan_news_list_ul li:nth-child(n+4) {
	margin-top: 3.05%;
}

.page_chuheyuan_news_list_ul li .img {
	overflow: hidden;
}

.page_chuheyuan_news_list_ul li .img .img_con {
	padding: 35% 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page_chuheyuan_news_list_ul li .wz {
	padding: 4.5% 6%;
}

.page_chuheyuan_news_list_ul li .wz_ft h3 {
	font-size: 16px;
	line-height: 1.4;
	color: rgba(0, 0, 0, .5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page_chuheyuan_news_list_ul li .wz_ft h4 {
	font-size: 22px;
	line-height: 1.5;
	color: #000000;
	/*height: 3em;*/
	overflow: hidden;
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 2;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 3%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page_chuheyuan_news_list_ul li .wz_ft .wz_text_content{
	font-size: 18px;
	line-height: 1.5;
	color: #666;
	height: 3em;
	margin-top: 3%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page_chuheyuan_news_list_ul li .wz_ft h5{
	font-size: 22px;
	line-height: 1.5;
	color: #000000;
	height: 3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 0;
	margin-top: 3%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page_chuheyuan_news_list_ul li .wz_fb {
	font-size: 14px;
	line-height: 24px;
	color: rgba(0, 0, 0, .5);
	margin-top: 8%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page_chuheyuan_news_list_ul li:hover {
	background: #000;
}

.page_chuheyuan_news_list_ul li:hover .wz_ft h3 {
	color: #fff;
}

.page_chuheyuan_news_list_ul li:hover .wz_ft h4 {
	color: #fff;
}

.page_chuheyuan_news_list_ul li:hover .wz_ft h5{
	color: #fff;
}

.page_chuheyuan_news_list_ul li:hover  .wz_ft .wz_text_content{
	color: #fff;
}

.page_chuheyuan_news_list_ul li:hover .wz_fb {
	color: #fff;
}

.page_chuheyuan_news_list_ul li:hover .img .img_con {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media(max-width:1280px) {
	.page_chuheyuan_news_list_ul li .wz {
		padding: 18px 20px;
	}

	.page_chuheyuan_news_list_ul li .wz_ft h4 {
		font-size: 20px;
		margin-top: 10px;
	}

	.page_chuheyuan_news_list_ul li .wz_ft .wz_text_content {
		font-size: 17px;
		margin-top: 10px;
	}

	.page_chuheyuan_news_list_ul li .wz_ft h5 {
		font-size: 20px;
		margin-top: 10px;
	}

	.page_chuheyuan_news_list_ul li .wz_fb {
		margin-top: 10px;
	}
}

@media(max-width:991px) {
	.page_chuheyuan_news_list_ul li .wz {
		padding: 15px 18px;
	}

	.page_chuheyuan_news_list_ul li .wz_ft h4 {
		font-size: 18px;
	}

	.page_chuheyuan_news_list_ul li .wz_ft h5 {
		font-size: 18px;
	}

	.page_chuheyuan_news_list_ul li .wz_ft .wz_text_content {
		font-size: 16px;
	}
}

@media(max-width:768px) {
	.page_chuheyuan_news_list {
		padding: 30px 0;
	}

	.page_chuheyuan_news_list_ul li {
		width: 49%;
		margin-right: 2%;
	}

	.page_chuheyuan_news_list_ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.page_chuheyuan_news_list_ul li:nth-child(2n) {
		margin-right: 0;
	}

	.page_chuheyuan_news_list_ul li:nth-child(n+3) {
		margin-top: 2%;
	}
}

@media(max-width:468px) {
	.page_chuheyuan_news_list {
		padding: 25px 0;
	}

	.page_chuheyuan_news_list_ul li {
		width: 100%;
		margin-right: 0 !important;
	}

	.page_chuheyuan_news_list_ul li:nth-child(n+2) {
		margin-top: 15px;
	}
}

/*单页*/
.ny_pagecon_list {
	padding: 4.5% 0;
}

.ny_pagecon_content {
	font-size: 16px;
	line-height: 1.5;
	color: #7a716b;
}

.ny_pagecon_content img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

@media(max-width:768px) {
	.ny_pagecon_list {
		padding: 30px 0;
	}
}

@media(max-width:468px) {
	.ny_pagecon_list {
		padding: 25px 0;
	}
}

/*锚点位置*/
.maodianweizhi {
	width: 100%;
	height: 79px;
	margin-top: -79px;
	z-index: -1;
	position: relative;
}

@media(max-width:991px) {
	.maodianweizhi {
		height: 60px;
		margin-top: -60px;
	}
}
/*招聘banner*/
.nybanner_recruit_wz{
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nybanner_recruit_ft,.nybanner_recruit_fb{
	font-size: 2.8rem;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}
@media(max-width:768px){
	.nybanner_recruit_ft, .nybanner_recruit_fb{
		font-size: 22px;
	}
}
@media(max-width:468px){
	.nybanner_recruit_ft, .nybanner_recruit_fb{
		font-size: 20px;
	}
}
/*招贤纳士-列表*/
.page_chuheyuan_recruit_ft{
	padding: 22% 0;
	position: relative;
}
.page_chuheyuan_recruit_ft_wz{
	max-width: 778px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding: 20px;
	background: #fff;
}
.page_chuheyuan_recruit_ft_wz h3{
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	text-align: center;
}
.page_chuheyuan_recruit_ft_wz h4{
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
	text-align: center;
	margin-top: 2%;
}
.page_chuheyuan_recruit_ft_img li{
	position: absolute;
	z-index: 5;
}
.page_chuheyuan_recruit_ft_img li:nth-child(1){
	width: 15%;
	top: -8%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.page_chuheyuan_recruit_ft_img li:nth-child(2){
	width: 11%;
	top: 24%;
	left: 15%;
}
.page_chuheyuan_recruit_ft_img li:nth-child(3){
	width: 15%;
	right: 0;
	top: 26%;
}
.page_chuheyuan_recruit_ft_img li:nth-child(4){
	width: 13%;
	left: 0;
	top: 53%;
}
.page_chuheyuan_recruit_ft_img li:nth-child(5){
	width: 15%;
	bottom: 0;
	left: 55%;
}
.page_chuheyuan_recruit_ft_img li .img img{
	width: 100%;
}
.page_chuheyuan_recruit_fb{
	margin: 5% 0;
}
.page_chuheyuan_recruit_fb_ul li{
	padding-bottom: 3%;
	border-bottom: 1px solid #000;
}
.page_chuheyuan_recruit_fb_ul li:nth-child(n+2){
	margin-top: 3%;
}
.page_con_zhuti_li_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.page_chuheyuan_recruit_fb_li_fl{
	width: 60%;
}
.page_chuheyuan_recruit_fb_li_fl h3,.page_chuheyuan_recruit_fb_li_fl h4{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_chuheyuan_recruit_fb_li_fr{
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
	border-radius: 4px;
	padding: .7rem 1.8rem;
	border: solid 1px #000000;
}


@media(max-width:1280px){
	.page_chuheyuan_recruit_ft_wz h4{
		font-size: 18px;
	}

	.page_chuheyuan_recruit_fb_li_fl h3, .page_chuheyuan_recruit_fb_li_fl h4{
		font-size: 22px;
	}

	.page_chuheyuan_recruit_fb_li_fr{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.page_chuheyuan_recruit_fb_li_fl{
		width: 100%;
		padding-right: 320px;
		margin-right: -320px;
	}
	.page_chuheyuan_recruit_fb_li_fl h3, .page_chuheyuan_recruit_fb_li_fl h4{
		font-size: 20px;
	}
	.page_chuheyuan_recruit_fb_li_fr{
		padding: 10px 20px;
		font-size: 17px;
	}
}

@media(max-width:768px){
	.page_chuheyuan_recruit_ft{
		padding: 10px 0;
	}
	.page_chuheyuan_recruit_ft_wz h3{
		font-size: 15px;
	}
	.page_chuheyuan_recruit_ft_wz h4{
		font-size: 17px;
	}
	.page_chuheyuan_recruit_ft_img li:nth-child(1){
		display: none;
	}
	.page_chuheyuan_recruit_ft_img li:nth-child(5){
		display: none;
	}
	.page_chuheyuan_recruit_fb{
		margin: 25px 0;
	}
	.page_chuheyuan_recruit_fb_ul li{
		padding-bottom: 20px;
	}
	.page_chuheyuan_recruit_fb_ul li:nth-child(n+2){
		margin-top: 20px;
	}
	.page_chuheyuan_recruit_fb_li_fl{
		padding-right: 0;
		margin-right: 0;
	}
	.page_chuheyuan_recruit_fb_li_fr{
		padding: 8px 15px;
		margin-top: 12px;
	}
	.page_chuheyuan_recruit_fb_li_fl h3, .page_chuheyuan_recruit_fb_li_fl h4{
		font-size: 18px;
	}
}
@media(max-width:468px){
	.page_chuheyuan_recruit_ft{
		padding: 5px 0;
	}
	.page_chuheyuan_recruit_ft_wz{
		padding: 20px 10px;
	}
	.page_chuheyuan_recruit_fb{
		margin: 20px 0;
	}
	.page_chuheyuan_recruit_fb_li_fr{
		font-size: 16px;
	}
}

/*招聘弹窗*/
.index_haogang_application_tanchuang{
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.index_haogang_application_tanchuang.active{
	opacity: 1;
	z-index: 100005;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-pointer-events: auto;
	-moz-pointer-events: auto;
	-ms-pointer-events: auto;
	-o-pointer-events: auto;
	pointer-events: auto;
}

.index_haogang_application_tanchuang_con{
	width: 90%;
	max-width: 800px;
	height: 85%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 4% 2.5% 4% 3%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.index_haogang_application_tanchuang_chadiao{
	width: 16px;
	height: 16px;
	background: url(../images/img/page_contact_cuowu.png) no-repeat center;
	background-size: 14px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 999;
	cursor: pointer;
}

.index_haogang_application_tanchuang_con ul{
	height: 100%;
	width: 100%;
	overflow-y: auto;
}

.index_haogang_application_tanchuang_con ul::-webkit-scrollbar {
	width: 4px;
	-webkit-appearance: none;
	-webkit-border-radius: 4px
}

.index_haogang_application_tanchuang_con ul::-webkit-scrollbar-track {
	background: #eee;
	-webkit-border-radius: 4px
}

.index_haogang_application_tanchuang_con ul::-webkit-scrollbar-thumb,
.index_haogang_application_tanchuang_con ul::-webkit-scrollbar-thumb:vertical {
	background: #ccc;
	border: none;
	-webkit-border-radius: 4px
}

.index_haogang_application_tanchuang_con ul::-webkit-scrollbar-thumb:vertical:active {
	background: #ccc;
	border: none;
	-webkit-border-radius: 4px
}

.index_haogang_application_tanchuang_con li{
	display: none;
}

.index_haogang_application_tanchuang_con li.on{
	display: block;
}

.index_haogang_application_tanchuang_con li h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
	padding-right: 10px;
}

.index_haogang_application_tanchuang_con li h4{
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	margin-top: 10px;
	padding-right: 10px;
}

@media(max-width:768px){
	.index_haogang_application_tanchuang_con{
		padding:30px 25px;
	}

	.index_haogang_application_tanchuang_chadiao{
		top: 10px;
		right: 10px;
	}

	.index_haogang_application_tanchuang_con li h3{
		font-size: 18px;
	}
}

/*联系我们*/
.pages_contact_us_box{
	padding: 5% 0;
}

.pages_contact_us_box_con{
	overflow: hidden;
	background: #f8f8f8;
}

.pages_contact_us_box_fl{
	width: 50%;
	padding: 5%;
}

.pages_contact_us_box_fl_ft_ft{
	font-size: 2rem;
	line-height: 1.5;
	color: #000000;
}

.pages_contact_us_box_fl_ft_fb{
	font-size: 18px;
	line-height: 1.5;
	color: #999999;
	margin-top: 4.5%;
}

.pages_contact_us_box_fl_fb{
	margin-top: 5.5%;
	padding-top: 5%;
	border-top: 1px solid #dfdfdf;
	padding-bottom: 22px;
}

.pages_contact_us_box_fl_fb_li{
	font-size: 1.2rem;
	line-height: 30px;
	color: #000000;
	padding-left: 45px;
	background-position: left top 2px;
	background-repeat: no-repeat;
	background-size: 26px;
	position: relative;
}

.pages_contact_us_box_fl_fb_li_title{
	position: relative;
	padding-right: 4rem;
}

.pages_contact_us_box_fl_fb_li_title::before{
	content: '';
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.5rem;
	height: 2px;
	background: #000;
}

.pages_contact_us_box_fl_fb_li_wechat_official_account{
	width: 75px;
	height: 75px;
	background: #000;
	padding: 3px;
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pages_contact_us_box_fl_fb_li_wechat_official_account img{
	width: 100%;
}

.pages_contact_us_box_fl_fb_li:nth-child(n+2){
	margin-top: 3.5%;
}

.pages_contact_us_box_fr{
	width: 50%;
}

.pages_contact_us_box_fr .map-box{
	height: 100%;
}

.pages_contact_us_box_fr .contact-map{
	height: 100%;
}

.pages_contact_us_box_fr .amap-logo,.pages_contact_us_box_fr .amap-copyright,.pages_contact_us_box_fr .amap-controls{
	display: none!important;
}

@media(max-width:1420px){
	.pages_contact_us_box_fl_fb_li{
		font-size: 20px;
		background-size: 24px;
		padding-left: 35px;
	}
}

@media(max-width:1280px){
	.pages_contact_us_box_fl_ft_fb{
		font-size: 17px;
	}

	.pages_contact_us_box_fl_fb_li{
		font-size: 18px;
		background-size: 22px;
		padding-left: 32px;
	}
}

@media(max-width:991px){
	.pages_contact_us_box_fl{
		width: 100%;
		padding: 3%;
	}

	.pages_contact_us_box_fl_ft_ft{
		font-size: 24px;
	}

	.pages_contact_us_box_fl_ft_fb{
		font-size: 16px;
		margin-top: 2%;
	}

	.pages_contact_us_box_fl_fb{
		margin-top: 3%;
		padding-top: 3%;
	}

	.pages_contact_us_box_fl_fb_li:nth-child(n+2){
		margin-top: 2%;
	}

	.pages_contact_us_box_fl_fb_li_title{
		padding-right: 45px;
	}

	.pages_contact_us_box_fl_fb_li_title::before{
		width: 16px;
		right: 16px;
	}

	.pages_contact_us_box_fr{
		width: 100%;
		min-height: 35rem;
	}
}

@media(max-width:768px){
	.pages_contact_us_box{
		padding: 30px 0;
	}

	.pages_contact_us_box_fl{
		padding: 25px 20px;
	}

	.pages_contact_us_box_fl_ft_ft{
		font-size: 22px;
	}

	.pages_contact_us_box_fl_ft_fb{
		margin-top: 8px;
	}

	.pages_contact_us_box_fl_fb{
		margin-top: 15px;
		padding-top: 15px;
	}

	.pages_contact_us_box_fl_fb_li{
		font-size: 17px;
		background-size: 20px;
		padding-left: 30px;
	}

	.pages_contact_us_box_fl_fb_li:nth-child(n+2){
		margin-top: 10px;
	}

	.pages_contact_us_box_fr{
		min-height: 260px;
	}
}

@media(max-width:468px){
	.pages_contact_us_box{
		padding: 25px 0;
	}

	.pages_contact_us_box_fl{
		padding: 20px 15px;
	}

	.pages_contact_us_box_fl_ft_ft{
		font-size: 20px;
	}
}

/*-----------------------------------------------修改文件-----------------------------------------*/
/*ODI/37号文备案*/
.page_chuheyuan_odi_banner_biaoti_ul{
	max-width: 270px;
	margin: 0 auto;
	border-bottom: 1px solid #dfdfdf;
}

.page_chuheyuan_odi_banner_biaoti_li{
	font-size: 20px;
	line-height: 2;
	color: #999999;
	width: 50%;
	text-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.page_chuheyuan_odi_banner_biaoti_li span{
	font-size: 20px;
	max-width: 100%;
	position: relative;
	cursor: pointer;
}

.page_chuheyuan_odi_banner_biaoti_li span::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	background: #000;
}

.page_chuheyuan_odi_banner_biaoti_li.on span::before{
	width: 100%;
}

.page_chuheyuan_odi_banner_biaoti_li.on{
	color: #000;
	font-weight: bold;
}

.page_chuheyuan_odi_banner_wenziya_li{
	position: relative;
	max-width: 500px!important;
	margin: 0 auto;
	margin-top: 15px;
}

.page_chuheyuan_investment_1_fl_fb_h4_li{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.page_chuheyuan_investment_1_fl_fb_h4_li.on{
	opacity: 1;
	position: relative;
}

/*WHICH*/
.page_chuheyuan_odi_which{
	padding: 5% 0;
}

.page_chuheyuan_odi_which_fb{
	margin-top: 4%;
}

.page_chuheyuan_odi_which_fb_con{
	overflow: hidden;
}

.page_chuheyuan_odi_which_fb_li .img{
	overflow: hidden;
}

.page_chuheyuan_odi_which_fb_li .img_con{
	padding: 35% 0;
}

.page_chuheyuan_odi_which_fb_li .wz{
	font-size: 1.3rem;
	line-height: 1.5;
	color: #000000;
	margin-top: 5%;
	text-align: center;
}

/*MATERIALS REQUIRED*/
.page_chuheyuan_odi_marterials_required{
	background: #f5f5f5;
	padding: 5% 0 3%;
}

.page_chuheyuan_odi_marterials_required_fb{
	/*border: solid 1px #cecece;*/
	margin-top: 4%;
}

.page_chuheyuan_odi_marterials_required_fb_ul{
	border: solid 1px #cecece;
}

.page_chuheyuan_odi_marterials_required_fb_li{
	min-height: 60px;
}

.page_chuheyuan_odi_marterials_required_fb_li:nth-child(1){
	background: #e8e8e8;
}

.page_chuheyuan_odi_marterials_required_fb_li:nth-child(1) .page_chuheyuan_odi_marterials_required_fb_li_fl,.page_chuheyuan_odi_marterials_required_fb_li:nth-child(1) .page_chuheyuan_odi_marterials_required_fb_li_fc,.page_chuheyuan_odi_marterials_required_fb_li:nth-child(1) .page_chuheyuan_odi_marterials_required_fb_li_fr{
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
}

.page_chuheyuan_odi_marterials_required_fb_li:nth-child(n+2){
	border-top: 1px solid #cecece;
}

.page_chuheyuan_odi_marterials_required_fb_li_fl{
	float: left;
	width: 13%;
	/*text-align: center;*/
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	border-right: 1px solid #cecece;
	background: #e8e8e8;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_chuheyuan_odi_marterials_required_fb_li_fc{
	float: left;
	width: 19%;
	/*text-align: center;*/
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	border-right: 1px solid #cecece;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_chuheyuan_odi_marterials_required_fb_li_fr{
	float: left;
	width: 68%;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	/*text-align: center;*/
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_chuheyuan_odi_marterials_required_fb_li_fl span,.page_chuheyuan_odi_marterials_required_fb_li_fc span,.page_chuheyuan_odi_marterials_required_fb_li_fr span{
	width: 100%;
	padding: 5px 15px;
}

/*CUSTOMER CASE*/
.page_chuheyuan_odi_customer_case{
	padding: 1.5% 0 5%;
}

.page_chuheyuan_odi_customer_case_fb li{
	width: 31%;
	margin-right: 3.5%;
}

.page_chuheyuan_odi_customer_case_fb li:nth-child(3n){
	margin-right: 0;
}

@media(max-width:1280px){
	.page_chuheyuan_odi_which_fb_li .wz{
		font-size: 20px;
	}
}

@media(max-width:1200px){
	.page_chuheyuan_odi_banner_biaoti_li span{
		font-size: 18px;
	}

	.page_chuheyuan_odi_which_fb_li .wz{
		font-size: 18px;
	}

	.page_chuheyuan_odi_marterials_required_fb_li_fl,.page_chuheyuan_odi_marterials_required_fb_li_fc,.page_chuheyuan_odi_marterials_required_fb_li_fr{
		font-size: 15px;
	}

	.page_chuheyuan_odi_marterials_required_fb_li:nth-child(1) .page_chuheyuan_odi_marterials_required_fb_li_fl, .page_chuheyuan_odi_marterials_required_fb_li:nth-child(1) .page_chuheyuan_odi_marterials_required_fb_li_fc, .page_chuheyuan_odi_marterials_required_fb_li:nth-child(1) .page_chuheyuan_odi_marterials_required_fb_li_fr{
		font-size: 17px;
	}
}

@media(max-width:991px){
	.page_chuheyuan_odi_banner_biaoti_li span{
		font-size: 17px;
	}

	.page_chuheyuan_odi_which_fb_li .wz{
		font-size: 17px;
	}

	.page_chuheyuan_odi_marterials_required_fb_li_fl,.page_chuheyuan_odi_marterials_required_fb_li_fc,.page_chuheyuan_odi_marterials_required_fb_li_fr{
		font-size: 14px;
	}

	.page_chuheyuan_odi_marterials_required_fb_li:nth-child(1) .page_chuheyuan_odi_marterials_required_fb_li_fl, .page_chuheyuan_odi_marterials_required_fb_li:nth-child(1) .page_chuheyuan_odi_marterials_required_fb_li_fc, .page_chuheyuan_odi_marterials_required_fb_li:nth-child(1) .page_chuheyuan_odi_marterials_required_fb_li_fr{
		font-size: 16px;
	}
}

@media(max-width:768px){
	.page_chuheyuan_odi_banner_biaoti_li span{
		font-size: 17px;
	}

	.page_chuheyuan_odi_which{
		padding: 30px 0;
	}

	.page_chuheyuan_odi_which_fb{
		margin-top: 20px;
	}

	.page_chuheyuan_odi_which_fb_li .wz{
		font-size: 16px;
		margin-top: 13px;
	}

	.page_chuheyuan_odi_marterials_required{
		padding: 30px 0 15px;
	}

	.page_chuheyuan_odi_marterials_required_fb{
		margin-top: 20px;
	}

	.page_chuheyuan_odi_marterials_required_fb_li:nth-child(1) .page_chuheyuan_odi_marterials_required_fb_li_fl, .page_chuheyuan_odi_marterials_required_fb_li:nth-child(1) .page_chuheyuan_odi_marterials_required_fb_li_fc, .page_chuheyuan_odi_marterials_required_fb_li:nth-child(1) .page_chuheyuan_odi_marterials_required_fb_li_fr{
		font-size: 15px;
	}

	.page_chuheyuan_odi_customer_case{
		padding: 0 0 30px;
	}

	.page_chuheyuan_odi_customer_case_fb li{
		width: 49%;
		margin-right: 2%;
	}

	.page_chuheyuan_odi_customer_case_fb li:nth-child(3n){
		margin-right: 2%;
	}

	.page_chuheyuan_odi_customer_case_fb li:nth-child(2n){
		margin-right: 0;
	}

	.page_chuheyuan_odi_marterials_required_fb_li_fl span,.page_chuheyuan_odi_marterials_required_fb_li_fc span,.page_chuheyuan_odi_marterials_required_fb_li_fr span{
		padding: 5px 10px;
	}
}

@media(max-width:468px){
	.page_chuheyuan_odi_which{
		padding: 25px 0;
	}

	.page_chuheyuan_odi_which_fb{
		margin-top: 15px;
	}

	.page_chuheyuan_odi_marterials_required{
		padding: 25px 0 10px;
	}

	.page_chuheyuan_odi_marterials_required_fb{
		margin-top: 15px;
	}

	.page_chuheyuan_odi_marterials_required_fb_li_fl{
		width: 18%;
		text-align: center;
	}

	.page_chuheyuan_odi_marterials_required_fb_li_fc{
		width: 22%;
		text-align: center;
	}

	.page_chuheyuan_odi_marterials_required_fb_li_fr{
		width: 60%;
	}

	.page_chuheyuan_odi_customer_case{
		padding: 0 0 25px;
	}

	.page_chuheyuan_odi_customer_case_fb li{
		width: 100%;
		margin-right: 0!important;
	}

	.page_chuheyuan_odi_marterials_required_fb_li_fl span,.page_chuheyuan_odi_marterials_required_fb_li_fc span,.page_chuheyuan_odi_marterials_required_fb_li_fr span{
		padding: 5px 5px;
	}
}

/*全球公司注册*/
.page_chuheyuan_cross_border_list_5_xiangqingyea_guojia{
	background: #f5f5f5;
}

.page_chuheyuan_global_registry_provide_services{
	padding: 5% 0;
}

.page_chuheyuan_global_registry_provide_services_fb{
	margin-top: 4%;
}

.page_chuheyuan_global_registry_provide_services_fb_li{
	width: 25%;
	text-align: center;
	padding: 0 10px;
}

.page_chuheyuan_global_registry_provide_services_fb_li:nth-child(n+5){
	margin-top: 3%;
}

.page_chuheyuan_global_registry_provide_services_fb_li_con{
	width: 13.3rem;
	height: 13.3rem;
	margin: 0 auto;
	background-color: #000000;
	border-radius: 50%;
	position: relative;
}

.page_chuheyuan_global_registry_provide_services_fb_li_nnn{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.page_chuheyuan_global_registry_provide_services_fb_li .img img{
	width: 35%;
}

.page_chuheyuan_global_registry_provide_services_fb_li .wz{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 6%;
}

@media(max-width:1280px){
	.page_chuheyuan_global_registry_provide_services_fb_li_con{
		width: 200px;
		height: 200px;
	}

	.page_chuheyuan_global_registry_provide_services_fb_li .wz{
		font-size: 22px;
	}
}

@media(max-width:1200px){
	.page_chuheyuan_global_registry_provide_services_fb_li .wz{
		font-size: 20px;
	}
}

@media(max-width:991px){
	.page_chuheyuan_global_registry_provide_services_fb_li{
		width: 50%;
	}

	.page_chuheyuan_global_registry_provide_services_fb_li:nth-child(n+3){
		margin-top: 3%;
	}
}

@media(max-width:768px){
	.page_chuheyuan_global_registry_provide_services{
		padding: 30px 0;
	}

	.page_chuheyuan_global_registry_provide_services_fb{
		margin-top: 20px;
	}

	.page_chuheyuan_global_registry_provide_services_fb_li:nth-child(n+3){
		margin-top: 15px;
	}

	.page_chuheyuan_global_registry_provide_services_fb_li_con{
		width: 180px;
		height: 180px;
	}

	.page_chuheyuan_global_registry_provide_services_fb_li .wz{
		font-size: 18px;
	}
}

@media(max-width:468px){
	.page_chuheyuan_global_registry_provide_services{
		padding: 25px 0;
	}

	.page_chuheyuan_global_registry_provide_services_fb{
		margin-top: 15px;
	}

	.page_chuheyuan_global_registry_provide_services_fb_li_con{
		width: 100%;
		height: 0;
		padding-top: 100%;
	}

	.page_chuheyuan_global_registry_provide_services_fb_li .wz{
		font-size: 16px;
	}
}

/*全球公司注册---内页*/
.page_chuheyuan_product_global_registry_banner_litpic{
	width: 13.05rem;
	height: 7.35rem;
	padding: 0;
	border-radius: 0;
	border: solid 2px #f3f3f3;
}

/*Company advantages*/
.page_chuheyuan_product_global_registry_view_company_advantages{
	padding: 5% 0;
}

.page_chuheyuan_product_global_registry_view_company_advantages .img,.page_chuheyuan_product_global_registry_view_company_advantages .wz{
	width: 50%;
}

.page_chuheyuan_product_global_registry_view_company_advantages_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	background: #f5f5f5;
}

.page_chuheyuan_product_global_registry_view_company_advantages .img_con{
	padding: 28.75% 0;
}

.page_chuheyuan_product_global_registry_view_company_advantages .wz {
    padding: 4%;
}

.page_chuheyuan_product_global_registry_view_company_advantages .wz .wz_ft{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #000000;
}

.page_chuheyuan_product_global_registry_view_company_advantages .wz .wz_ft span{
	color: #fe0000;
}

.page_chuheyuan_product_global_registry_view_company_advantages .wz .wz_fb{
	font-size: 18px;
	line-height: 1.6;
	color: #000000;
	margin-top: 2.5%;
}

/*COMPANY TYPE*/
.page_chuheyuan_product_global_registry_view_company_type_ft{
	padding: 0 33.33333333%;
	overflow: hidden;
}

.page_chuheyuan_product_global_registry_view_company_type_ft .page_chuheyuan_cross_border_list_2_ft h3{
	font-size: 2.3rem;
}

.page_chuheyuan_product_global_registry_view_company_type_ft_t1{
	opacity: 0;
}

.page_chuheyuan_product_global_registry_view_company_type_ft_li .page_chuheyuan_cross_border_list_2_ft{
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

.page_chuheyuan_product_global_registry_view_company_type_ft_li.swiper-slide-active .page_chuheyuan_product_global_registry_view_company_type_ft_t1{
	opacity: 1;
}

.page_chuheyuan_product_global_registry_view_company_type_ft_n111{
	overflow: hidden;
}

.page_chuheyuan_product_global_registry_view_company_type_ft_li.swiper-slide-active .page_chuheyuan_cross_border_list_2_ft{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.page_chuheyuan_product_global_registry_view_company_type_yuandian{
	font-size: 0;
	text-align: center;
	margin-top: 3.5%;
}

.page_chuheyuan_product_global_registry_view_company_type_yuandian span{
	width: 12px;
	height: 12px;
	background-color: rgba(0,0,0,.2);
	opacity: 1;
	margin: 0 1rem;
}

.page_chuheyuan_product_global_registry_view_company_type_yuandian span.swiper-pagination-bullet-active{
	background-color: rgba(0,0,0,1);
}

@media(max-width:1366px){
	.page_chuheyuan_product_global_registry_view_company_advantages .wz .wz_ft{
		font-size: 24px;
	}
}

@media(max-width:1280px){
	.page_chuheyuan_product_global_registry_view_company_advantages .wz .wz_ft{
		font-size: 22px;
	}

	.page_chuheyuan_product_global_registry_view_company_advantages .wz .wz_fb{
		font-size: 17px;
	}
}

@media(max-width:1200px){
	.page_chuheyuan_product_global_registry_view_company_advantages .wz .wz_ft{
		font-size: 20px;
	}

	.page_chuheyuan_product_global_registry_view_company_advantages .wz .wz_fb{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.page_chuheyuan_product_global_registry_view_company_advantages .img,.page_chuheyuan_product_global_registry_view_company_advantages .wz{
		width: 100%;
	}

	.page_chuheyuan_product_global_registry_view_company_advantages .img_con{
		min-height: auto!important;
	}

	.page_chuheyuan_product_global_registry_view_company_advantages .wz{
		padding: 3%;
	}

	.page_chuheyuan_product_global_registry_view_company_advantages .wz .wz_fb{
		margin-top: 2%;
	}

	.page_chuheyuan_product_global_registry_view_company_type_ft .page_chuheyuan_cross_border_list_2_ft h3{
		font-size: 22px;
	}

	.page_chuheyuan_product_global_registry_view_company_type_yuandian span{
		width: 10px;
		height: 10px;
	}

}

@media(max-width:768px){
	.page_chuheyuan_product_global_registry_banner_litpic{
		width: 120px;
		height: 68px;
	}

	.page_chuheyuan_product_global_registry_view_company_advantages{
		padding: 30px 0;
	}

	.page_chuheyuan_product_global_registry_view_company_advantages .wz{
		padding: 20px;
	}

	.page_chuheyuan_product_global_registry_view_company_advantages .wz .wz_fb{
		margin-top: 10px;
	}

	.page_chuheyuan_product_global_registry_view_company_type_ft .page_chuheyuan_cross_border_list_2_ft h3{
		font-size: 20px;
	}


	.page_chuheyuan_product_global_registry_view_company_type_yuandian{
		margin-top: 20px;
	}

	.page_chuheyuan_product_global_registry_view_company_type_yuandian span{
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
}

@media(max-width:468px){
	.page_chuheyuan_product_global_registry_view_company_advantages{
		padding: 25px 0;
	}

	.page_chuheyuan_product_global_registry_view_company_advantages .wz{
		padding: 15px;
	}

	.page_chuheyuan_product_global_registry_view_company_advantages .wz .wz_fb{
		margin-top: 5px;
	}

	.page_chuheyuan_product_global_registry_view_company_type_ft .page_chuheyuan_cross_border_list_2_ft h3{
		font-size: 18px;
	}

	.page_chuheyuan_product_global_registry_view_company_type_yuandian{
		margin-top: 15px;
	}
}

/*VIE/红筹架构搭建*/
.page_chuheyuan_red_customer_case{
	padding: 5% 0;
}

@media(max-width:768px){
	.page_chuheyuan_red_customer_case{
		padding: 30px 0;
	}
}

@media(max-width:468px){
	.page_chuheyuan_red_customer_case{
		padding: 25px 0;
	}
}

/*跨境认证*/
.page_chuheyuan_certification{
	padding: 5% 0;
}

.page_chuheyuan_certification_ft_ul{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_chuheyuan_certification_ft_li{
	width: 32%;
	margin-right: 2%;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.page_chuheyuan_certification_ft_li:nth-child(3n){
	margin-right: 0;
}

.page_chuheyuan_certification_ft_li_wz{
	font-size: 1.9rem;
	line-height: 1.2;
	color: #000000;
	max-width: 100%;
	padding-bottom: 5%;
	position: relative;
	cursor: pointer;
}

.page_chuheyuan_certification_ft_li_wz::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 5;
	width: 0;
	height: 2px;
	background: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page_chuheyuan_certification_ft_li.on .page_chuheyuan_certification_ft_li_wz{
	font-size: 2.6rem;
}

.page_chuheyuan_certification_ft_li.on .page_chuheyuan_certification_ft_li_wz::before{
	width: 100%;
}

.page_chuheyuan_certification_fb{
	margin-top: 2.5%;
}

.page_chuheyuan_certification_fb_li{
	display: none;
}

.page_chuheyuan_certification_fb_li_li{
	width: 31.5%;
	margin-right: 2.75%;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.page_chuheyuan_certification_fb_li_li:nth-child(3n){
	margin-right: 0;
}

.page_chuheyuan_certification_fb_li_li:nth-child(n+4){
	margin-top: 2.75%;
}

.page_chuheyuan_certification_fb_li_li .img{
	position: relative;
}

.page_chuheyuan_certification_fb_li_li .img_con{
	padding: 30% 0;
}

.page_chuheyuan_certification_fb_li_li .img::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}

.page_chuheyuan_certification_fb_li_li .wz{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	width: 100%;
	padding: 5%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


.page_chuheyuan_certification_fb_li_li .wz_con{
	max-width: 400px;
	margin: 0 auto;
}

.page_chuheyuan_certification_fb_li_li .wz .wz_ft{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #ffffff;
}

.page_chuheyuan_certification_fb_li_li .wz .wz_fb{
	font-size: 18px;
	line-height: 1.5;
	color: rgba(255,255,255,.8);
	margin-top: 3%;
}

@media(max-width:1366px){
	.page_chuheyuan_certification_fb_li_li .wz .wz_ft{
		font-size: 20px;
	}
}

@media(max-width:1200px){
	.page_chuheyuan_certification_fb_li_li .wz .wz_ft{
		font-size: 19px;
	}

	.page_chuheyuan_certification_fb_li_li .wz .wz_fb{
		font-size: 17px;
	}
}

@media(max-width:991px){
	.page_chuheyuan_certification_ft_li_wz{
		font-size: 22px;
	}

	.page_chuheyuan_certification_ft_li.on .page_chuheyuan_certification_ft_li_wz{
		font-size: 28px;
	}

	.page_chuheyuan_certification_fb_li_li .wz .wz_ft{
		font-size: 18px;
	}

	.page_chuheyuan_certification_fb_li_li .wz .wz_fb{
		font-size: 16px;
	}
}

@media(max-width:768px){
	.page_chuheyuan_certification{
		padding: 30px 0;
	}

	.page_chuheyuan_certification_ft_li_wz{
		font-size: 20px;
		padding-bottom: 10px;
	}

	.page_chuheyuan_certification_ft_li.on .page_chuheyuan_certification_ft_li_wz{
		font-size: 24px;
	}

	.page_chuheyuan_certification_ft_li_wz::before{
		height: 1px;
	}

	.page_chuheyuan_certification_fb{
		margin-top: 20px;
	}

	.page_chuheyuan_certification_fb_li_li{
		width: 49%;
		margin-right: 2%;
	}

	.page_chuheyuan_certification_fb_li_li:nth-child(3n){
		margin-right: 2%;
	}

	.page_chuheyuan_certification_fb_li_li:nth-child(2n){
		margin-right: 0;
	}

	.page_chuheyuan_certification_fb_li_li:nth-child(n+3){
		margin-top: 2%;
	}

	.page_chuheyuan_certification_fb_li_li .wz{
		padding: 15px;
	}

	.page_chuheyuan_certification_fb_li_li .wz .wz_fb{
		margin-top: 10px;
	}
}

@media(max-width:468px){
	.page_chuheyuan_certification{
		padding: 25px 0;
	}

	.page_chuheyuan_certification_ft_li_wz{
		font-size: 18px;
	}

	.page_chuheyuan_certification_ft_li.on .page_chuheyuan_certification_ft_li_wz{
		font-size: 20px;
	}

	.page_chuheyuan_certification_fb{
		margin-top: 15px;
	}

	.page_chuheyuan_certification_fb_li_li{
		width: 100%;
		margin-right: 0!important;
	}

	.page_chuheyuan_certification_fb_li_li:nth-child(n+2){
		margin-top: 15px;
	}
}

/*公司运维*/
/*SERVICE CONTENT*/
.page_chuheyuan_operation_service_content{
	padding: 5% 0;
	background: #f5f5f5;
}

.page_chuheyuan_operation_service_content_fb{
	margin-top: 4%;
}

.page_chuheyuan_operation_service_content_fb_li{
	width: 25%;
	text-align: center;
	padding: 0 8px;
}

.page_chuheyuan_operation_service_content_fb_li:nth-child(n+5){
	margin-top: 2%;
}

.page_chuheyuan_operation_service_content_fb_li .img img{
	width: 4.7rem;
	line-height: 4.7rem;
}

.page_chuheyuan_operation_service_content_fb_li .wz{
	margin-top: 9%;
}

.page_chuheyuan_operation_service_content_fb_li .wz .wz_ft,.page_chuheyuan_operation_service_content_fb_li .wz .wz_fb{
	font-size: 21px;
	line-height: 1.5;
	color: #000000;
}

/*OTHER SERVICES*/
.page_chuheyuan_operation_other_services{
	padding: 5% 0;
}

.page_chuheyuan_operation_other_services_fb{
	margin-top: 4%;
}

.page_chuheyuan_operation_other_services_fb_li{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	position: relative;
}

.page_chuheyuan_operation_other_services_fb_li:nth-child(n+2){
	margin-top: 3%;
}

.page_chuheyuan_operation_other_services_fb_li .img{
	width: 4.5rem;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_chuheyuan_operation_other_services_fb_li .img img{
	width: 100%;
}

.page_chuheyuan_operation_other_services_fb_li .wz{
	width: 100%;
	padding-left: 2.25rem;
}

.page_chuheyuan_operation_other_services_fb_li .wz .wz_con{
	background: #f5f5f5;
	padding: 3.2% 5.3% 3.2% 8%;
}

.page_chuheyuan_operation_other_services_fb_li .wz .wz_ft{
	font-size: 21px;
	line-height: 1.5;
	color: #000000;
	font-weight: bold;
}

.page_chuheyuan_operation_other_services_fb_li .wz .wz_fb{
	font-size: 19px;
	line-height: 1.5;
	color: #000000;
	margin-top: 1%;
}

@media(max-width:1366px){
	.page_chuheyuan_operation_service_content_fb_li .wz .wz_ft,.page_chuheyuan_operation_service_content_fb_li .wz .wz_fb{
		font-size: 20px;
	}

	.page_chuheyuan_operation_other_services_fb_li .wz .wz_ft{
		font-size: 20px;
	}

	.page_chuheyuan_operation_other_services_fb_li .wz .wz_fb{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.page_chuheyuan_operation_service_content_fb_li .wz .wz_ft,.page_chuheyuan_operation_service_content_fb_li .wz .wz_fb{
		font-size: 18px;
	}

	.page_chuheyuan_operation_other_services_fb_li .wz .wz_ft{
		font-size: 18px;
	}

	.page_chuheyuan_operation_other_services_fb_li .wz .wz_fb{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.page_chuheyuan_operation_service_content{
		margin-top: 2.5%;
	}

	.page_chuheyuan_operation_service_content_fb_li{
		width: 50%;
	}

	.page_chuheyuan_operation_service_content_fb_li:nth-child(n+3){
		margin-top: 2%;
	}

	.page_chuheyuan_operation_service_content_fb_li .img img{
		width: 55px;
		line-height: 55px;
	}

	.page_chuheyuan_operation_service_content_fb_li .wz{
		margin-top: 4%;
	}

	.page_chuheyuan_operation_other_services_fb_li .wz .wz_con{
		padding: 3% 3% 3% 5%;
	}
}

@media(max-width:768px){
	.page_chuheyuan_operation_service_content{
		padding: 30px 0;
		margin-top: 20px;
	}

	.page_chuheyuan_operation_service_content_fb{
		margin-top: 20px;
	}

	.page_chuheyuan_operation_service_content_fb_li:nth-child(n+3){
		margin-top: 15px;
	}

	.page_chuheyuan_operation_service_content_fb_li .img img{
		width: 50px;
		line-height: 50px;
	}

	.page_chuheyuan_operation_service_content_fb_li .wz{
		margin-top: 15px;
	}

	.page_chuheyuan_operation_service_content_fb_li .wz .wz_ft,.page_chuheyuan_operation_service_content_fb_li .wz .wz_fb{
		font-size: 17px;
	}

	.page_chuheyuan_operation_other_services{
		padding: 30px 0;
	}

	.page_chuheyuan_operation_other_services_fb{
		margin-top: 20px;
	}

	.page_chuheyuan_operation_other_services_fb_li:nth-child(n+2){
		margin-top: 20px;
	}

	.page_chuheyuan_operation_other_services_fb_li .img{
		width: 40px;
	}

	.page_chuheyuan_operation_other_services_fb_li .wz{
		padding-left: 20px;
	}

	.page_chuheyuan_operation_other_services_fb_li .wz .wz_con{
		padding: 20px 20px 20px 30px;
	}

	.page_chuheyuan_operation_other_services_fb_li .wz .wz_ft{
		font-size: 17px;
	}

	.page_chuheyuan_operation_other_services_fb_li .wz .wz_fb{
		font-size: 15px;
		margin-top: 5px;
	}
}

@media(max-width:468px){
	.page_chuheyuan_operation_service_content{
		padding: 25px 0;
	}

	.page_chuheyuan_operation_service_content_fb{
		margin-top: 15px;
	}

	.page_chuheyuan_operation_service_content_fb_li .img img{
		width: 45px;
		line-height: 45px;
	}

	.page_chuheyuan_operation_other_services{
		padding: 25px 0;
	}

	.page_chuheyuan_operation_other_services_fb{
		margin-top: 15px;
	}

	.page_chuheyuan_operation_other_services_fb_li:nth-child(n+2){
		margin-top: 15px;
	}

	.page_chuheyuan_operation_other_services_fb_li .img{
		width: 30px;
	}

	.page_chuheyuan_operation_other_services_fb_li .wz{
		padding-left: 15px;
	}

	.page_chuheyuan_operation_other_services_fb_li .wz .wz_con{
		padding: 15px 15px 15px 25px;
	}

	.page_chuheyuan_operation_other_services_fb_li .wz .wz_ft{
		font-size: 16px;
	}
}

/*海外许可证申请*/
.page_chuheyuan_overseas_license{
	padding: 5% 0;
}

.page_chuheyuan_overseas_license_li{
	width: 30%;
	margin-right: 5%;
}

.page_chuheyuan_overseas_license_li:nth-child(3n){
	margin-right: 0;
}

.page_chuheyuan_overseas_license_li:nth-child(n+4){
	margin-top: 2.7%;
}

.page_chuheyuan_overseas_license_li .img{
	overflow: hidden;
}

.page_chuheyuan_overseas_license_li .img .img_con{
	padding: 65% 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page_chuheyuan_overseas_license_li .img:hover .img_con{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.page_chuheyuan_overseas_license_li .wz{
	padding-top: 7%;
}

.page_chuheyuan_overseas_license_li .wz .wz_ft,.page_chuheyuan_overseas_license_li .wz .wz_fb{
	font-size: 1.1rem;
	line-height: 1.4;
	color: #000000;
}

@media(max-width:1366px){
	.page_chuheyuan_overseas_license_li .wz .wz_ft,.page_chuheyuan_overseas_license_li .wz .wz_fb{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.page_chuheyuan_overseas_license_li{
		width: 32%;
		margin-right: 2%;
	}

	.page_chuheyuan_overseas_license_li .wz .wz_ft,.page_chuheyuan_overseas_license_li .wz .wz_fb{
		font-size: 17px;
	}
}

@media(max-width:768px){
	.page_chuheyuan_overseas_license{
		padding: 30px 0;
	}

	.page_chuheyuan_overseas_license_li{
		width: 49%;
	}

	.page_chuheyuan_overseas_license_li:nth-child(3n){
		margin-right: 2%;
	}

	.page_chuheyuan_overseas_license_li:nth-child(2n){
		margin-right: 0;
	}

	.page_chuheyuan_overseas_license_li:nth-child(n+3){
		margin-top: 15px;
	}

	.page_chuheyuan_overseas_license_li .wz{
		padding-top: 15px;
	}

	.page_chuheyuan_overseas_license_li .wz .wz_ft,.page_chuheyuan_overseas_license_li .wz .wz_fb{
		font-size: 16px;
	}
}

@media(max-width:468px){
	.page_chuheyuan_overseas_license{
		padding: 25px 0;
	}

	.page_chuheyuan_overseas_license_li{
		width: 100%;
		margin-right: 0!important;
	}

	.page_chuheyuan_overseas_license_li:nth-child(n+2){
		margin-top: 13px;
	}

	.page_chuheyuan_overseas_license_li .wz{
		padding-top: 13px;
	}
}

/*税务筹划*/
.page_chuheyuan_tax_planning_tuwen_list_li_fl .img_con{
	padding: 41% 0;
}

.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc h3{
	font-weight: bold;
	font-size: 19px;
	line-height: 1.6;
	color: #000;
	margin-top: 3%;
}

.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc h3:nth-child(1){
	margin-top: 0;
}

.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc{
	font-size: 19px;
	line-height: 1.6;
	color: #000;
	margin: 3.5% 0 0;
}

@media(max-width:1366px){
	.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc,.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc h3{
		font-size: 18px;
	}
}

@media(max-width:1280px){
	.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc,.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc h3{
		font-size: 17px;
	}
}

@media(max-width:991px){
	.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc,.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc h3{
		font-size: 16px;
	}

	.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc{
		margin-top: 2%;
	}

	.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc h3{
		margin-top: 2%;
	}
}

@media(max-width:768px){
	.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc,.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc h3{
		font-size: 15px;
	}

	.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc{
		margin-top: 10px;
	}

	.page_chuheyuan_tax_planning_tuwen_list_li_fr .page_chuheyuan_service_3_li_fr_fc h3{
		margin-top: 10px;
	}
}


/*下载留言表单*/
.ny_product_details_download_drawings_form_box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.ny_product_details_download_drawings_form_box.active{
	opacity: 1;
	z-index: 100005;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-pointer-events: auto;
	-moz-pointer-events: auto;
	-ms-pointer-events: auto;
	-o-pointer-events: auto;
	pointer-events: auto;
}


.ny_product_details_download_drawings_form_box_con{
	width: 90%;
	max-width: 860px;
	height: 85%;
	max-height: 360px;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 3% 2.5% 3% 3%;
	background: #fff;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.ny_product_details_download_drawings_form_box_chadiao{
	width: 18px;
	height: 18px;
	background: url(../images/img/page_contact_cuowu.png) no-repeat center;
	background-size: 16px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 999;
	cursor: pointer;
}

.ny_product_details_download_drawings_form_box_con_nnn{
	height: 100%;
	overflow: hidden;
}

.ny_product_details_download_drawings_form_box_con_nnn2{
	overflow-y: auto;
	height: 100%;
}

.ny_product_details_download_drawings_form_box_con_nnn2::-webkit-scrollbar{
	width: 4px;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
}

.ny_product_details_download_drawings_form_box_con_nnn2::-webkit-scrollbar-track{
	background: #eee;
	-webkit-border-radius: 4px;
}

.ny_product_details_download_drawings_form_box_con_nnn2::-webkit-scrollbar-thumb,
.ny_product_details_download_drawings_form_box_con_nnn2::-webkit-scrollbar-thumb:vertical{
	background: #ccc;
	border: none;
	-webkit-border-radius: 4px;
}

.ny_product_details_download_drawings_form_box_con_nnn2::-webkit-scrollbar-thumb:vertical:active{
	background: #ccc;
	border: none;
	-webkit-border-radius: 4px;
}

.ny_product_details_download_drawings_form ul{
	overflow: hidden;
}

.ny_product_details_download_drawings_form li{
	width: 49%;
	margin-right: 2%;
	float: left;
}

.ny_product_details_download_drawings_form li:nth-child(1){
	width: 100%;
	margin-right: 0;
}

.ny_product_details_download_drawings_form li:nth-child(2n+1){
	margin-right: 0;
}

.ny_product_details_download_drawings_form li:nth-child(n+2){
	margin-top: 10px;
}

.ny_product_details_download_drawings_form_title{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 5px;
}

.ny_product_details_download_drawings_form_title span{
	color: #ff2626;
	margin-left: 5px;
}

.ny_product_details_download_drawings_form li input{
	width: 100%;
	height: 36px;
	padding: 0 12px;
	font-size: 15px;
	color: #333;
	line-height: 34px;
	color: #666;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
	min-height: auto!important;
}

.ny_product_details_download_drawings_form li input::-webkit-autofill {
	-webkit-text-fill-color: #999 !important;
	transition: background-color 5000s ease-in-out 0s;
}

.ny_product_details_download_drawings_form li input::placeholder {
	color: #999;
}

.ny_product_details_download_drawings_form select{
	width: 100%;
	height: 40px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 38px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
	display: block!important;
}

.ny_product_details_download_drawings_form_box_submit{
	width: 100%;
	float: left;
	margin-top: 25px;
}

.ny_product_details_download_drawings_form_box_submit input{
	height: 40px!important;
	font-weight: normal!important;
	font-size: 15px!important;
	max-width: 130px;
	width: 100%;
	border-radius: 5px;
	margin: 0 auto!important;
	display: block;
	background: #000000;
	color: #fff;
	border: 0;
	cursor: pointer;
}

@media(max-width:1024px){
	.ny_product_details_download_drawings_form_box_con{
		padding: 30px;
	}
}

@media(max-width:768px){
	.ny_product_details_download_drawings_form_box_con{
		max-height: 470px;
	}

	.ny_product_details_download_drawings_form_title{
		font-size: 15px;
	}

	.ny_product_details_download_drawings_form li{
		width: 100%;
	}
}

@media(max-width:468px){
	.ny_product_details_download_drawings_form_box_con{
		padding: 20px;
		height: 90%;
		max-height: 410px;
	}

	.ny_product_details_download_drawings_form_box_chadiao{
		background-size: 13px;
		right: 10px;
		top: 10px;
	}

	.ny_product_details_download_drawings_form_title{
		line-height: 24px;
	}

	.ny_product_details_download_drawings_form_box_submit{
		margin-top: 15px;
	}
}

/*隐藏下载创建的iframe*/
.pages_product_download_files_iframe{
	display: none;
}

.product_download_drawings_btn{
	cursor: pointer;
}
