@charset "utf-8";

/* html,body{font-family: "微软雅黑";} */
body {
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft JhengHei", arial, sans-serif, serif, "Microsoft YaHei";
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

i {
	font-style: normal;
}

dl,
ol,
ul {
	list-style-type: none
}

b {
	display: inline-block;
}

em {
	font-style: normal;
	font-family: arial;
}

.odcontent {
	margin: 0 auto;
	width: 90%;
	max-width: 1410px;
}

@media only screen and (max-width: 480px) {
	.odcontent {
		width: 94%;
	}
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	zoom: 1
}
.menuIco{
	min-width: 73px;
}

input,
textarea {
	border: none;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
}

button {
	border: none;
	padding: 0;
}

.fl {
	float: left
}

.fr {
	float: right
}

.por {
	position: relative;
}

.poa {
	position: absolute;
}

.head_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 9999;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

*:focus {
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

a,
li,
div {
	-webkit-tap-highlight-color: transparent
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: transparent !important;
	background-image: none !important;
	-webkit-box-shadow: 0 0 0 1000px #f2f3f7 inset !important;
	-webkit-text-fill-color: #333;
}

/* 自定义样式 */
.ver-mid {
	vertical-align: middle;
}

.ver-bl {
	vertical-align: baseline;
}

.flx {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.flx_w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flx_d {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.txt_center {
	text-align: center;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.w1200 {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}

.blue {
	color: #07a4df;
}

@font-face {
	font-family: impact;
	src: url("fonts/impact.ttf")
		/*tpa=https://www.jinggon.com/template/default/css/fonts/impact.ttf*/
	;
}

.idx_wrap {
	padding: 0 5%;
	margin: 0 auto;
	width: 90%;
	max-width: 1686px;
	box-sizing: border-box;
}

@media only screen and (max-width:480px) {
	.idx_wrap {
		width: 94%;
	}
}

/* head */
.head {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.head.scro {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.head.scro .head_mid .lf_part .cpy_name {
	color: #304057;
}

.head.scro .head_mid .head_nav .first_nav>li {
	color: #304057;
}

.head.scro #search i {
	filter: brightness(0);
}

.head.scro .head_mid .rt_part .language {
	color: #304057;
}


.head .top_wrap {
	margin: 0 auto;
	width: 94%;
	max-width: 1686px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.head .head_mid {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.head .head_mid a.logo_w {
	display: block;
}

.head .head_mid .lf_part {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 224px;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	max-width: 439px;
}

.head .head_mid .lf_part .logo {
	width: auto;
}

.head .head_mid .lf_part .cpy_name {
	margin-left: 10px;
	color: #fff;
}

.head .head_mid .lf_part .cpy_name p {
	font-size: 36px;
	font-weight: bold;
	white-space: nowrap;
}

.head .head_mid .lf_part .cpy_name em {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.head .head_mid .lf_part .cpy_name em img {
	display: block;
}

.head .head_mid .head_nav {
	padding-left: 1%;
	width: calc(84% - 224px);
	box-sizing: border-box;
}

.head .head_mid .head_nav .first_nav {
	position: relative;
	text-align: center;
}

.head .head_mid .head_nav .first_nav .curtain {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 90vw;
	max-width: 1686px;
	height: 100%;
	background: rgba(255, 255, 225, 0.95);
	transform: translateX(-50%);
	display: none;
	box-sizing: border-box;
}

.head .head_mid .head_nav .first_nav>li {
	display: inline-block;
	padding: 0 2%;
	white-space: nowrap;
	font-size: 20px;
	color: #fff;
	position: relative;
}

.head .head_mid .head_nav .first_nav>li:nth-child(1) {
	padding-left: 0;
}

.head .head_mid .head_nav .first_nav>li:nth-last-of-type(1) {
	padding-right: 0;
}

.head .head_mid .head_nav .first_nav>li>a {
	display: block;
	padding: 39px 0;
	position: relative;
}

/* .head .head_mid .head_nav .first_nav > li.cur a:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 4px;background: #07a5df;} */
.head .head_mid .head_nav .first_nav>li>a>i {
	position: absolute;
	display: inline-block;
	margin-left: 4px;
	top: 50%;
	left: 110%;
	width: 12px;
	height: 12px;
	transform: translateY(-50%);
	background: url("../images/icon_list.png")
		/*tpa=https://www.jinggon.com/template/default/images/icon_list.png*/
		no-repeat center;
}

/* .head .head_mid .head_nav .first_nav > li:hover > a:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 4px;background: #07a5df;} */
.head .head_mid .head_nav .pc_secnav {
	padding: 10% 8%;
	position: absolute;
	top: 98px;
	left: 50%;
	height: auto;
	z-index: 3;
	display: none;
	flex-wrap: nowrap;
	justify-content: space-between;
	box-sizing: border-box;
	z-index: 2;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.98);
	border-radius: 4px;
}

.head.scro .head_mid .head_nav .pc_secnav {
	background: #f0f0f0;
}

.head .head_mid .head_nav .pc_secnav .lf_nav {
	width: 100%;
}

.head .head_mid .head_nav .pc_secnav .lf_nav>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.head .head_mid .head_nav .pc_secnav .lf_nav>ul>li {
	padding-bottom: 6px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	box-sizing: border-box;
	transition: margin-bottom .3s ease-out;
	position: relative;
	/* background: url(../images/z-i22.png)no-repeat left top 8.5px; */
}

.head .head_mid .head_nav .pc_secnav .lf_nav>ul>li:nth-last-child(1) {
	padding-bottom: 0;
}

/* .head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:after{content: "";position: absolute;right: 0;top: 102%;width: 0;height: 1px;transition: all .3s;background: #0092d8;} */
.head .head_mid .head_nav .pc_secnav .lf_nav>ul>li:hover {
	color: #13944a;
	/* background: url(../images/z-i23.png)no-repeat left top 8.5px; */
}

/* .head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:hover:after{width: 100%;} */
.head .head_mid .app_right {
	display: none;
}

.head .mobile_nav {
	position: fixed;
	padding: 73px 20px 20px;
	right: -350px;
	top: 0;
	width: 300px;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
	transition: all .3s;
	box-sizing: border-box;
}

.head .mobile_nav .m_logo {
	display: none;
}

.head .mobile_nav.sld {
	right: 0;
}

.head .head_mid .menu_btn {
	float: right;
	display: inline-block;
	/* width: 30px;height: 20px; */
	width: 0;
	height: 0;
	cursor: pointer;
}

.head .head_mid .menu_btn span {
	display: block;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #7fc28d, #359cc0);
	transform-origin: center;
}

.head .head_mid .menu_btn span:nth-child(1) {
	top: 0;
}

.head .head_mid .menu_btn span:nth-child(2) {
	margin: 6px 0px;
	opacity: 1;
	transition: all .5s;
}

.head .head_mid .menu_btn span:nth-child(3) {
	top: 100%;
}

.head .head_mid .menu_btn.open {
	width: 30px;
	height: 20px;
	z-index: 9999;
}

.head .head_mid .menu_btn.open span {
	width: 100%;
}

.head .head_mid .menu_btn.open span:nth-child(1) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotateZ(45deg);
	transition: transform 0.3s 0.5s;
}

.head .head_mid .menu_btn.open span:nth-child(2) {
	opacity: 0;
	width: 0;
	margin: 10px 0;
}

.head .head_mid .menu_btn.open span:nth-child(3) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotateZ(-45deg);
	transition: transform 0.3s 0.5s;
}

/* .head .head_mid .btn_box{width: 195px;} */
/* .head .head_mid .app_right{display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: center;}
.head .head_mid .app_right i{display: block;cursor: pointer;}
.head .head_mid .app_right i img{display: block;}
.head .head_mid .app_right .search{background:#d1d6d8;border-radius: 30px;width: 100%;height: 37px;overflow: hidden;padding: 0 5px 0 20px;box-sizing: border-box;border: 1px solid #b8babb;}
.head .head_mid .app_right .search input{display: inline-block;background:#d1d6d8;width: 130px;height: 37px;vertical-align: middle;}
.head .head_mid .app_right .search input::placeholder{color: #333;} */
/* .head .head_mid .app_right .laugage{color: #fff;cursor: pointer;position: relative;} */
.head .head_mid .rt_part {
	padding-left: 1.7%;
	width: 14.3%;
	max-width: 381px;
	min-width: 202px;
	box-sizing: border-box;
	position: relative;
}

.head .head_mid .rt_part .flx_w {
	align-items: center;
}

.head .head_mid .rt_part .hot_line {
	padding: 12px 14px;
	width: auto;
	box-sizing: border-box;
	color: #fff;
	background: #ff0000;
	border-radius: 5px;
}

.head .head_mid .rt_part .hot_line strong {
	display: inline-block;
	padding-left: 32px;
	background: url("../images/icon_01.png")
		/*tpa=https://www.jinggon.com/template/default/images/icon_01.png*/
		no-repeat center left;
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
}

#search {
	margin-right: 15px;
	width: auto;
	text-align: center;
}

#search i {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url("../images/search.png")
		/*tpa=https://www.jinggon.com/template/default/images/search.png*/
		no-repeat center;
	cursor: pointer;
}

.head .head_mid .rt_part .language {
	margin-right: 10px;
	font-size: 16px;
	color: #fff;
}

.head .search_nav {
	position: absolute;
	width: 300px;
	height: auto;
	top: 100%;
	right: 5%;
	background: #454545;
	display: none;
	z-index: 998;
}

.head .search_nav .search_box {
	margin: 28px auto;
	width: 94%;
}

.head .search_nav .search_box i {
	display: inline-block;
	width: 6%;
}

.head .search_nav .search_box .content {
	padding-bottom: 6px;
	width: 75%;
	background: transparent;
	border-bottom: 1px solid #13944a;
	color: #13944a;
}

.head .search_nav .search_box .tijiao {
	width: 10%;
	color: #13944a;
	background-color: transparent;
}

.head .search_nav .search_box .search_close {
	margin-left: 1%;
	width: 20px;
}

.head .search_nav .search_box input::-webkit-input-placeholder {
	color: #13944a;
}

.head .search_nav .search_box input:-moz-placeholder {
	color: #13944a;
	opacity: 1;
	font-size: 14px;
}

.head .search_nav .search_box input::-moz-placeholder {
	color: #13944a;
	opacity: 1;
	font-size: 14px;
}

.head .search_nav .search_box input:-ms-input-placeholder {
	color: #13944a;
	font-size: 14px;
}

@media only screen and (max-width:1700px) {
	.head .head_mid .lf_part .cpy_name p {
		font-size: 18px;
	}

	.head .head_mid .head_nav .first_nav>li {
		padding: 0 20px;
	}

	.head .head_mid .head_nav .first_nav>li>a {
		font-size: 16px;
	}

	/* #search{right:40px}
	.head .hot_line{right: -252px;width:272px}
	.head .hot_line:hover{right: 0;}
	.head .hot_line::before{content:"";position: absolute;left: 5px;top:0;width: 15px;height:100%;background:url(../images/icon_dot.png)no-repeat center}
	.head .hot_line:hover::before{visibility: hidden;} */
}

@media only screen and (max-width:1600px) {
	.head .head_mid .head_nav .first_nav {
		margin-right: 0;
	}

	/* .head .head_mid .btn_box{width: 150px;} */
	/* .head .head_mid .app_right .search input{width: 95px;} */
	.head .hot_line strong {
		padding: 5px 0 5px 40px;
		font-size: 20px;
	}

	.head .head_mid .head_nav {
		justify-content: flex-start;
	}

	.head .head_mid .lf_part {
		width: auto;
	}

	.head .head_mid .rt_part {
		padding-left: 0;
		width: auto;
		min-width: initial;
	}

	.head .head_mid .rt_part .hot_line {
		padding: 5px;
	}

	.head .head_mid .rt_part .hot_line strong {
		font-size: 14px;
	}
}

@media only screen and (max-width:1440px) {
	.head .head_mid .head_nav .first_nav>li {
		padding: 0 12px;
	}

	.head .head_mid .head_nav .first_nav>li>a {
		padding: 27px 0;
	}
}

@media only screen and (max-width:1260px) {
	.head .head_mid {
		padding: 10px 0;
		position: relative;
	}

	.head .head_mid .logo {
		margin-top: 0;
	}

	.head .head_mid .logo .log0_img img {
		display: block;
	}

	.head .head_mid .head_nav {
		padding: 0;
		width: 30px;
		right: 50px;
	}

	.head .head_mid .head_nav .first_nav {
		display: none;
	}

	.head .head_mid .btn_box {
		width: auto;
	}

	.head .head_mid .app_right .laugage {
		margin-left: 30px;
	}

	.head .head_mid .menu_btn {
		display: inline-block;
		float: initial;
		position: relative;
		width: 30px;
		height: 20px;
	}

	.head .head_mid .lf_part {
		width: auto;
	}

	.head .head_mid a.logo_w {
		display: inline-block;
	}

	.head .head_mid .rt_part {
		position: absolute;
		right: 5%;
		top: 50%;
		transform: translateY(-50%);
	}

	.head .mobile_nav .m_logo img {
		width: auto;
	}

	.head .mobile_nav .second_nav>li {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 2;
		cursor: pointer;
		color: #fff;
		transform: translateY(-100%);
		transition: all 0.2s ease-out;
		opacity: 0;
	}

	.head .mobile_nav .second_nav>li p {
		display: inline-block;
	}

	.head .mobile_nav .second_nav>li p:hover {
		color: #7fc28d;
	}

	.head .mobile_nav .second_nav>li i {
		display: none;
		margin-left: 30px;
		width: 20px;
		height: 20px;
		background: url("../images/down.png")
			/*tpa=https://www.jinggon.com/template/default/images/down.png*/
			no-repeat center;
		vertical-align: middle;
		transform: initial;
	}

	.head .mobile_nav.sld .second_nav>li {
		transform: translateY(0);
		opacity: 1;
	}

	.head .mobile_nav.sld .second_nav>li:nth-child(1) {
		transition-delay: 0.2s;
	}

	.head .mobile_nav.sld .second_nav>li:nth-child(2) {
		transition-delay: 0.25s;
	}

	.head .mobile_nav.sld .second_nav>li:nth-child(3) {
		transition-delay: 0.3s;
	}

	.head .mobile_nav.sld .second_nav>li:nth-child(4) {
		transition-delay: 0.35s;
	}

	.head .mobile_nav.sld .second_nav>li:nth-child(5) {
		transition-delay: 0.4s;
	}

	.head .mobile_nav.sld .second_nav>li:nth-child(6) {
		transition-delay: 0.45s;
	}

	.head .mobile_nav.sld .second_nav>li:nth-child(7) {
		transition-delay: 0.5s;
	}

	.head .mobile_nav .second_nav .next_nav {
		display: none;
	}

	.head .mobile_nav .second_nav .next_nav>li {
		padding-left: 15px;
		font-size: 16px;
		line-height: 2;
		box-sizing: border-box;
		position: relative;
	}

	.head .mobile_nav .second_nav .next_nav>li:before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		transform: translateY(-50%);
		background: #fff;
	}

	.head .mobile_nav .second_nav .next_nav>li:hover {
		color: #7fc28d;
	}

	@keyframes rotation {
		from {
			transform: rotateZ(0deg);
		}

		to {
			transform: rotateZ(720deg);
		}
	}
}

@media only screen and (max-width:768px) {
	.head .mobile_nav {
		padding: 58px 20px 20px;
	}

	.head .mobile_nav .second_nav>li {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.head .mobile_nav .second_nav .next_nav>li {
		font-size: 14px;
	}

	.head .head_mid {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 10px 0;
	}

	.head .head_mid .lf_part {
		width: 50%;
	}

	.head .head_mid .rt_part {
		width: 50%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.head .head_mid .menu_btn {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.head .head_mid .rt_part {
		display: none;
		/* 在手机端隐藏 rt_part */
	}

	.head .head_mid .lf_part {
		width: auto;
		/* 让 lf_part 自适应宽度 */
	}

	.head .head_mid .menu_btn {
		position: absolute;
		right: 15px;
		/* 调整菜单按钮位置 */
		top: 50%;
		transform: translateY(-50%);
	}
	.ind-banner2{
		height: 500px !important;
	}
	.fadeInRigh1 div:nth-child(1){
		display: none !important;
	}
	.ind-banner2 .zero .gradient-text {
		font-size: 20px !important;
		line-height: auto !important;
	}
	.ab_jf .list li p{
		font-size: 12px !important;
	}
	.ind-banner2 .zero .txt{
		line-height: 24px !important;
	}

	/* 确保 head_nav 在手机端正确显示 */
	.head .head_mid .head_nav {
		width: auto;
		position: absolute;
		right: 0px;
		/* 根据需要调整位置 */
		top: 50%;
		transform: translateY(-50%);
	}
}

@media only screen and (max-width:680px) {

	/* .head .head_mid .lf_part{width: 80px;} */
	/* .head .mobile_nav{left: -100%;} */
	.head .search_nav .search_box {
		margin: 20px auto;
		width: 90%;
	}
}

@media only screen and (max-width:480px) {
	.head .head_top {
		display: none;
	}

	.head .head_mid .menu_btn {
		width: 25px;
	}

	.head .head_mid .lf_part .logo {
		width: 40px;
	}

	.head .head_mid .lf_part .cpy_name p {
		font-size: 18px;
	}

	.head .head_mid .lf_part .cpy_name em {
		display: none;
	}

	.head .head_mid .menu_btn.open {
		height: 23px;
	}

	.head .head_mid .menu_btn.open span {
		width: 100%;
	}

	.head .head_mid .menu_btn.open span:nth-child(2) {
		margin: 7px 0;
	}

	.head .head_mid .rt_part {
		right: 11%;
	}

	.head .hot_line {
		display: none;
	}

	.head .mobile_nav .m_logo img {
		width: 114px;
	}

	.head .mobile_nav {
		width: 80%;
	}

	.head .mobile_nav .second_nav {
		max-height: 455px;
		overflow-y: scroll;
	}

	.head .mobile_nav .second_nav>li {
		font-size: 14px;
	}

	.head .mobile_nav .second_nav .next_nav>li {
		font-size: 12px;
	}

	.head .search_nav {
		width: 94%;
		right: 3%;
	}

	#search {
		right: 15px;
	}

	.head .head_mid .lf_part .logo {
		width: auto;
		/* 让 logo 自适应大小 */
	}

	.head .head_mid .lf_part .cpy_name p {
		font-size: 16px;
		/* 调整公司名称字体大小 */
	}

	/* 移除之前设置的 rt_part 右边距，因为它已经被隐藏了 */
	.head .head_mid .rt_part {
		right: auto;
		display: none !important;
	}

	.fadeInRigh1 .fade-in {
		display: none !important;
	}

	.logo img {
		width: 70px !important;
	}
}

/* foot */
.foot {
	padding: 4.5% 0 1%;
	background: #191c22;
	color: #fff;
}

.foot .idx_wrap {
	padding: 0;
}

.foot .foot_nav .item .tit {
	margin-bottom: 29px;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: bold;
}

.foot .foot_nav .item .tit2 {
	font-size: 20px;
	color: #fff;
}

.foot .foot_nav .item ul li {
	margin-bottom: 12px;
	font-size: 20px;
}

.foot .foot_nav .item ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.foot .foot_nav .item.friend_link {
	min-width: 256px;
}

.foot .foot_nav .item.friend_link select {
	padding-right: 25px;
	width: 100%;
	padding-bottom: 25px;
	border: 0;
	background: transparent;
	font-size: 20px;
	color: #13944a;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	background: url("../images/icon_04.png")
		/*tpa=https://www.jinggon.com/template/default/images/icon_04.png*/
		no-repeat right 12px center;
	cursor: pointer;
}

.foot .foot_nav .item.friend_link select::-ms-expand {
	display: none;
}

.foot .foot_btm {
	margin: 28px 0 0;
	padding: 2.5% 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.foot .foot_btm .lf_part p {
	margin-bottom: 10px;
}

.foot .foot_btm .lf_part i {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.foot .foot_btm .lf_part i .wx {
	position: absolute;
	left: 0;
	top: 105%;
	width: 91px;
	display: none;
}

.foot .foot_btm .mid_part {
	margin-right: 28%;
}

.foot .foot_btm .mid_part p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 28px;
}

.foot .foot_btm .mid_part .btm {
	margin-top: 5%;
}

.foot .foot_btm .mid_part .btm p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.foot .foot_btm .mid_part .btm p span {
	display: inline-block;
	margin-right: 12px;
}

.foot .foot_btm .mid_part .btm p span:nth-last-child(1) {
	margin-right: 0;
}

.foot .foot_btm .rt_part {
	text-align: center;
}

.foot .foot_btm .rt_part p {
	;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

@media only screen and (max-width:1200px) {
	.foot .foot_nav .item.friend_link {
		width: 200px;
		min-width: 200px;
	}

	.foot .foot_nav .item ul li {
		font-size: 16px;
	}

	.foot .foot_nav .item.friend_link select {
		font-size: 16px;
	}

	.foot .foot_btm .mid_part {
		margin-right: 0;
	}
}

@media only screen and (max-width:768px) {
	.foot {
		padding: 40px 0;
	}

	.foot .foot_nav {
		justify-content: flex-start;
	}

	.foot .foot_nav .item {
		margin-right: 4%;
		margin-bottom: 20px;
		width: 22%;
	}

	.foot .foot_nav .item:nth-child(4n) {
		margin-right: 0;
	}

	.foot .foot_nav .item ul li {
		font-size: 14px;
	}
}

@media only screen and (max-width:480px) {
	.foot {
		padding: 30px 0;
	}

	.foot .foot_nav {
		display: none;
	}

	.foot .foot_btm {
		margin-top: 0;
	}

	.foot .foot_btm .lf_part,
	.foot .foot_btm .mid_part,
	.foot .foot_btm .rt_part {
		width: 100%;
	}

	.foot .foot_btm .rt_part {
		margin-top: 20px;
	}

	.foot .foot_btm .mid_part {
		margin-top: 3%;
	}

	.foot .foot_btm .mid_part .btm {
		margin-top: 3%;
	}
}

@media only screen and (max-width:320px) {}

/* apply_box */
.apply_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.apply_box .table_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 94%;
	max-width: 500px;
	max-height: 100%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 1;
	padding: 50px 70px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow-y: scroll;
}

.apply_box .table_wrap::-webkit-scrollbar {
	width: 8px;
}

.apply_box .table_wrap::-webkit-scrollbar-thumb {
	background: #aaa;
}

.apply_box .table_wrap::-webkit-scrollbar-track {
	background: #fff;
}

.apply_box .pop_close {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 3%;
	right: 5%;
	background: url("../images/icon_close.png")
		/*tpa=https://www.jinggon.com/template/default/images/icon_close.png*/
		no-repeat center;
	cursor: pointer;
}

.apply_box .pop_cen .pop_title {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #14944a;
}

.apply_box .pop_cen .pop_int {
	margin-top: 26px;
}

.apply_box .pop_cen .pop_int .pop_item {
	width: 100%;
	height: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 0 12px;
	margin-bottom: 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.apply_box .pop_cen .pop_int .pop_item i {
	display: inline-block;
	width: 18px;
}

.apply_box .pop_cen .pop_int .pop_item span {
	display: inline-block;
}

.apply_box .pop_cen .pop_int .pop_item .tip {
	padding: 0 8px 0 4px;
	font-size: 14px;
}

.apply_box .pop_cen .pop_int .pop_item .list {
	width: calc(100% - 58px);
}

.apply_box .pop_cen .pop_int .pop_item .list input {
	width: 100%;
	height: 30px;
}

.apply_box .pop_cen .pop_int .pop_item.item1 .list {
	width: calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}

.apply_box .pop_cen .pop_int .pop_item.item1 .list select {
	width: 100%;
	height: 30px;
	border: 0;
	color: #757575;
}

.apply_box .pop_text {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 12px;
	box-sizing: border-box;
}

.apply_box .pop_text textarea {
	width: 100%;
	font-family: inherit;
	resize: none;
	height: 100px;
}

.apply_box .pop_upload {
	margin-top: 26px;
	width: 100%;
	align-items: center;
}

.apply_box .pop_upload span,
.apply_box .pop_upload input {
	display: inline-block;
}

.apply_box .pop_upload input {
	width: calc(100% - 155px);
	width: -webkit-calc(100% - 155px);
	height: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 0 12px;
	box-sizing: border-box;
}

.apply_box .pop_upload span.code {
	width: 100px;
}

.apply_box .submit {
	display: inline-block;
	margin-top: 26px;
	padding: 8px 36px;
	color: #fff;
	background: #14944a;
}

@media only screen and (max-width:768px) {
	.apply_box .table_wrap {
		max-width: 300px;
		padding: 20px 15px;
	}

	.apply_box .pop_cen .pop_title {
		font-size: 18px;
	}

	.apply_box .pop_cen .pop_int {
		margin-top: 15px;
	}

	.apply_box .pop_cen .pop_int .pop_item {
		margin-bottom: 12px;
	}

	.apply_box .pop_text textarea {
		height: 60px;
	}

	.apply_box .pop_upload span.code {
		width: 80px;
	}

	.apply_box .pop_upload,
	.apply_box .submit {
		margin-top: 12px;
	}
}

@media only screen and (max-width:480px) {
	.apply_box .table_wrap {
		padding: 15px;
	}
}

/*浮动*/
.client-2 {
	position: fixed;
	right: -170px;
	top: 70%;
	z-index: 900;
}

.client-2 li a {
	text-decoration: none;
}

.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 60px;
	position: relative;
}

.client-2 li i {
	background: url("../images/fx.png")
		/*tpa=https://www.jinggon.com/template/default/images/fx.png*/
		no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}

.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.client-2 .my-kefu-qq i {
	/* background-position: 4px 5px; */
	background: url("../images/icon_tiyan.png")
		/*tpa=https://www.jinggon.com/template/default/images/icon_tiyan.png*/
		no-repeat center;
}

.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
	display: none;
}

.client-2 .my-kefu-ftop i {
	background: url("../images/top.png")
		/*tpa=https://www.jinggon.com/template/default/images/top.png*/
		no-repeat;
	display: block;
	width: 23px;
	height: 25px;
	margin: 0px auto;
	text-align: center;
}

.client-2 .my-kefu-left {
	float: left;
	width: 60px;
	height: 41px;
	position: relative;
}

.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}

.client-2 .my-kefu-right {
	width: 20px;
}

.client-2 .my-kefu-tel-main {
	background: #009a43;
	color: #fff;
	height: 45px;
	width: 230px;
	padding: 9px 0 6px;
	float: left;
	box-sizing: content-box;
}

.client-2 .my-kefu-main {
	background: #009a43;
	width: 80px;
	height: 45px;
	position: relative;
	padding: 9px 0 6px;
	float: left;
	box-sizing: content-box;
}

.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}

.my-kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}

@media screen and (max-width:750px) {
	#imgDiv {
		display: none;
	}
}

@media screen and (max-width:480px) {
	.client-2 {
		top: 80%;
		right: 0px;
		display: none;
	}

	.client-2 li.my-kefu-qq {
		display: none;
	}

	.client-2 li.my-kefu-tel {
		display: none;
	}

	.client-2 li.my-kefu-weixin {
		display: none;
	}

	.client-2 li {
		height: 25px;
	}

	.client-2 .my-kefu-main {
		width: 40px;
		height: 25px;
	}

	.client-2 .my-kefu-left {
		width: 40px;
		height: 25px;
	}

	.client-2 .my-kefu-ftop p {
		display: none;
	}
}

/* 添加到文件末尾 */

.contact {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.nei_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact_mes {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 30px;
    margin-bottom: 40px;
}

.flx_w {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.service_line {
    flex: 1;
    padding-right: 30px;
}

.service_line h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.service_line b {
    font-size: 28px;
    color: #14944a;
    display: block;
    margin-bottom: 10px;
}

.service_line p {
    font-size: 16px;
    color: #666;
}

.rt_part {
    flex: 1;
}

.item {
    margin-bottom: 20px;
}

.item .flx_w {
    align-items: flex-start;
}

.item i {
    margin-right: 15px;
}

.item .txt .tit {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.item .txt .con {
    font-size: 16px;
    color: #14944a;
}

.address_info {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 30px;
}

.address_tit {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.address_content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.address_item {
    flex: 1;
    min-width: 200px;
    margin: 10px;
    text-align: center;
}

.address_item .tit {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.address_item .con {
    font-size: 16px;
    color: #14944a;
}

@media (max-width: 768px) {
    .flx_w {
        flex-direction: column;
    }
    
    .service_line, .rt_part {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .address_content {
        flex-direction: column;
    }
}