@charset 'utf-8';
body {
	font-family: 'Microsoft YaHei', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
}

@-ms-viewport {
	width: auto !important;
}

@font-face {
	font-family: 'Poppins-Bold';
	font-weight: bold;
	font-style: normal;
	src: url('../css/fonts/Poppins-Bold.eot');
	src: local('Poppins Bold'), local('Poppins-Bold'), url('../css/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Poppins-Bold.woff2') format('woff2'), url('../css/fonts/Poppins-Bold.woff') format('woff'), url('../css/fonts/Poppins-Bold.ttf') format('truetype'), url('../css/fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-display: swap;
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}

li,
ol,
ul {
	list-style: none;
}

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

a:hover,
a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

ul,
li,
p {
	margin: 0;
	padding: 0;
}

button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}

button:focus,
input:focus,
textarea:focus {
	border: none;
	outline: none;
}

a[data-fancybox] {
	outline: none;
}

a[data-fancybox] img {
	outline: none !important;
}

img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

img[data-lazy] {
	background: url(../js/slick/ajax-loader.gif) no-repeat center;
}

img.lazy {
	min-width: 1px;
	min-height: 1px;
	background: url(../js/slick/ajax-loader.gif) no-repeat center;
}

.slick-slide {
	outline: none;
}

.slick-slide a {
	outline: none !important;
}

.BMapLabel {
	max-width: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.container {
	margin: 0 auto;
}

@media (min-width: 1470px) {
	.container {
		width: 1440px;
	}
}

@media (max-width: 1610px) {
	.container {
		padding-left: 90px;
	}
}

@media (max-width: 1199px) {
	.container {
		padding-left: 15px;
	}
}

@media (min-width: 1200px) {
	.wow {
		visibility: hidden;
	}
}

.clearfix {
	zoom: 1;
}

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

.transform-0 {
	-webkit-transform: translate(0) !important;
	-ms-transform: translate(0) !important;
	transform: translate(0) !important;
}

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

.ff {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.skiptranslate iframe {
		display: none;
	}
	.google-translation .skiptranslate {
		display: inline-block;
	}
	body {
		top: 0 !important;
	}
}

.fancybox-slide--video video {
	max-width: 80%;
	padding: 0;
}


/*img*/

.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}

.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}


/*pages*/

.page {
	text-align: center;
}

.page li {
	display: inline-block;
	vertical-align: top;
}

.page li a {
	font-size: 16px;
	line-height: 44px;
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 4px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #666;
	border: 1px solid #f5f5f5;
	border-radius: 50%;
	background-color: #f5f5f5;
}

@media (max-width: 991px) {
	.page li a {
		font-size: 14px;
		line-height: 28px;
		width: 30px;
		height: 30px;
		margin: 0 3px;
	}
}

@media (max-width: 767px) {
	.page li a {
		margin: 0 1px;
	}
}

.page li.prev a:before,
.page li.next a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page li.prev a:hover,
.page li.next a:hover {
	background-color: #1fa84c;
}

.page li.prev a:hover:before,
.page li.next a:hover:before {
	color: #fff;
}

.page li.prev {
	margin-right: 10px;
}

@media (max-width: 991px) {
	.page li.prev {
		margin-right: 5px;
	}
}

.page li.prev a:before {
	content: '\e61f';
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.page li.next {
	margin-left: 10px;
}

@media (max-width: 991px) {
	.page li.next {
		margin-left: 5px;
	}
}

.page li.next a:before {
	content: '\e61f';
}

.page li.active a,
.page li:hover a {
	color: #1fa84c;
	border-color: #1fa84c;
	background-color: #fff;
}


/*table*/

.table-box {
	overflow: auto;
	width: 100%;
	max-width: 100%;
}

.table-box table {
	line-height: 1.2;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.table-box table tr,
.table-box table td,
.table-box table th {
	width: auto !important;
	height: auto !important;
	color: #666;
}

.table-box table td,
.table-box table th {
	font-size: 14px;
	font-weight: normal;
	padding: 10px !important;
	vertical-align: middle;
	border: 1px solid #bebebe !important;
}

@media (max-width: 767px) {
	.table-box table td,
	.table-box table th {
		font-size: 14px;
	}
}

.table-box table tr p,
.table-box table tr span {
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

.table-box table th {
	text-align: center;
}

.table-box .table-nav {
	overflow: hidden;
}

.table-box .table-content {
	overflow-x: auto;
	overflow-y: auto;
	max-height: 300px;
	max-height: 42vh;
}

.zoomDiv {
	z-index: 999;
	display: none;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}

@media (max-width: 1199px) {
	.zoomDiv {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.zoomDiv {
		position: absolute;
	}
}

.zoomMask {
	position: absolute;
	z-index: 20;
	cursor: move;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///////1V89WwAAAACdFJOU/8A5bcwSgAAABBJREFUeNpiYGBkYGQECDAAAA0ABMZIs2EAAAAASUVORK5CYII=) repeat;
}

@media (max-width: 1199px) {
	.zoomMask {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.zoomMask {
		display: none;
	}
}


/*nav*/

.header .nav_show {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 80px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all .6s;
	transition: all .6s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 20px 10px rgba(153, 153, 153, .1);
}

@media (max-width: 1199px) {
	.header .nav_show {
		overflow: hidden;
		width: 100%;
		height: 70px;
	}
}

.header .nav_show .logo {
	position: relative;
	height: 41px;
	margin-top: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.header .nav_show .logo {
		float: left;
		height: 45px;
		margin: 14px 0 0 15px;
	}
}

.header .nav_show .logo a {
	display: block;
	height: 100%;
}

.header .nav_show .logo a img {
	display: inline-block;
	height: 100%;
}

@media (max-width: 1199px) {
	.header .nav_show .logo a .logo_pc {
		display: none;
	}
}

.header .nav_show .logo a .logo_xs {
	display: none;
}

@media (max-width: 1199px) {
	.header .nav_show .logo a .logo_xs {
		display: block;
	}
}

.header .nav_show p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1199px) {
	.header .nav_show p {
		display: none;
	}
}

.header .nav_show p span {
	font-size: 14px;
	position: relative;
	display: inline-block;
	padding-right: 15px;
	letter-spacing: 3px;
	-ms-writing-mode: tb-rl;
	color: #666;
	-webkit-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.header .nav_show p span:before {
	position: absolute;
	top: 50%;
	right: -5px;
	display: block;
	width: 14px;
	height: 12px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/common/icon_arrw.png) no-repeat center;
	background-size: contain;
}

.header .nav_show .nav_menu {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid rgba(204, 204, 204, .5);
}

@media (max-width: 1199px) {
	.header .nav_show .nav_menu {
		right: 15px;
		bottom: auto;
		width: auto;
		border: none;
	}
}

.header .nav_show .nav_menu:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 80px;
	display: block;
	content: '\e602';
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.header .nav_show .nav_menu:before {
		line-height: 70px;
	}
}

@media (min-width: 1200px) {
	.header .nav_show.act {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.header .nav_box {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 255px;
	height: 100%;
	-webkit-transition: all .6s;
	transition: all .6s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	background-color: #fff;
	box-shadow: 0 0 20px 10px rgba(153, 153, 153, .1);
}

.header .nav_box .logo {
	position: relative;
	height: 54px;
	margin: 40px 0 0 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-height: 820px) {
	.header .nav_box .logo {
		margin: 20px 0 0 30px;
	}
}

@media (max-width: 1199px) {
	.header .nav_box .logo {
		display: none;
	}
}

.header .nav_box .logo a {
	display: block;
	height: 100%;
}

.header .nav_box .logo a img {
	display: inline-block;
	height: 100%;
}

.header .nav_box .nav {
	position: absolute;
	top: 17%;
	right: 0;
	left: 0;
	width: 100%;
}

@media (max-height: 850px) {
	.header .nav_box .nav {
		top: 15%;
	}
}

@media (max-width: 1199px) {
	.header .nav_box .nav {
		top: 7%;
	}
}

.header .nav_box .nav .nav-list1 {
	width: 100%;
	height: 100%;
}

.header .nav_box .nav .nav-list1>li {
	text-align: center;
}

.header .nav_box .nav .nav-list1>li:hover a {
	font-weight: bold;
	color: #fff;
	background-color: #1fa84c;
}

.header .nav_box .nav .nav-list1>li>a {
	font-size: 16px;
	line-height: 1.2;
	display: block;
	padding: 20px 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #222;
}

@media (max-height: 850px) {
	.header .nav_box .nav .nav-list1>li>a {
		padding: 15px 0;
	}
}

@media (max-width: 1199px) {
	.header .nav_box .nav .nav-list1>li>a {
		font-size: 15px;
	}
}

@media (max-width: 991px) {
	.header .nav_box .nav .nav-list1>li>a {
		font-size: 14px;
	}
}

.header .nav_box .nav .nav-list1 .active a {
	font-weight: bold;
	color: #fff;
	background-color: #1fa84c;
}

.header .nav_box .info_box {
	position: absolute;
	right: 0;
	bottom: 80px;
	left: 0;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.header .nav_box .info_box {
		bottom: 60px;
	}
}

.header .nav_box .info_box .language_box {
	display: inline-block !important;
	text-align: center;
}

.header .nav_box .info_box .nav_btn {
	margin-top: 30px;
	text-align: center;
}

.header .nav_box .info_box .nav_btn .language {
	display: inline-block;
	vertical-align: middle;
}

.header .nav_box .info_box .nav_btn .language a {
	font-size: 15px;
	line-height: 38px;
	display: block;
	width: 94px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	color: #666;
	border: solid 1px #e5e5e5;
	border-radius: 20px;
	background-color: #fff;
}

.header .nav_box .info_box .nav_btn .language a:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(315deg, #3cb75d 0%, #279a45 100%), -webkit-linear-gradient(#1fa84c, #1fa84c);
	background-image: linear-gradient(135deg, #3cb75d 0%, #279a45 100%), linear-gradient(#1fa84c, #1fa84c);
}

.header .nav_box .info_box .nav_btn .find {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

.header .nav_box .info_box .nav_btn .find p {
	font-size: 15px;
	line-height: 38px;
	display: block;
	width: 94px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	color: #666;
	border: solid 1px #e5e5e5;
	border-radius: 20px;
	background-color: #fff;
}

.header .nav_box .info_box .nav_btn .find p:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(315deg, #3cb75d 0%, #279a45 100%), -webkit-linear-gradient(#1fa84c, #1fa84c);
	background-image: linear-gradient(135deg, #3cb75d 0%, #279a45 100%), linear-gradient(#1fa84c, #1fa84c);
}

.header .nav_box .info_box .nav_btn .search-wrap {
	position: absolute;
	z-index: 3;
	top: 48px;
	right: -100%;
	display: none;
	width: 300px;
	max-width: 100%;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
}

@media (max-width: 767px) {
	.header .nav_box .info_box .nav_btn .search-wrap {
		top: -30px;
		right: 0;
	}
}

.header .nav_box .info_box .nav_btn .search-wrap form {
	position: relative;
	display: block;
	max-width: 100%;
	border: 1px solid #999;
	border-radius: 25px;
}

.header .nav_box .info_box .nav_btn .search-wrap form .input-text {
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 12px 40px 12px 20px;
	color: #666;
	background: none;
}

@media (max-width: 767px) {
	.header .nav_box .info_box .nav_btn .search-wrap form .input-text {
		padding: 8px 40px 8px 20px;
	}
}

.header .nav_box .info_box .nav_btn .search-wrap form .search-btn {
	position: absolute;
	top: 50%;
	right: 15px;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
}

.header .nav_box .info_box .nav_btn .search-wrap form .search-btn:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\eb86';
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .nav_box .close_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 30px;
	cursor: pointer;
	border-top: 1px solid rgba(204, 204, 204, .5);
}

.header .nav_box .close_btn:hover:before {
	color: #000;
}

.header .nav_box .close_btn:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 80px;
	display: block;
	content: '\e603';
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.header .nav_box .close_btn:before {
		font-size: 22px;
		line-height: 60px;
	}
}

.header .nav_box.act {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}


/*footer*/

.footer {
	font-size: 0;
	background-color: #222;
}

@media (max-width: 991px) {
	.footer {
		padding-bottom: 50px;
	}
}

.footer .foot_email {
	position: relative;
	background-color: #fff;
}

.footer .foot_email:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50%;
	content: '';
	background-color: #222;
}

.footer .foot_email .email_bg {
	position: relative;
	z-index: 1;
	border-radius: 24px 0 24px 0;
	background-color: #1fa84c;
}

.footer .foot_email .email_bg .email_form {
	padding: 45px 70px;
}

@media (max-width: 1469px) {
	.footer .foot_email .email_bg .email_form {
		padding: 40px 60px;
	}
}

@media (max-width: 1199px) {
	.footer .foot_email .email_bg .email_form {
		padding: 30px 50px;
	}
}

@media (max-width: 991px) {
	.footer .foot_email .email_bg .email_form {
		padding: 30px 40px;
	}
}

@media (max-width: 767px) {
	.footer .foot_email .email_bg .email_form {
		padding: 25px 20px;
	}
}

@media (max-width: 991px) {
	.footer .foot_email .email_bg .email_form .note {
		float: none;
	}
}

.footer .foot_email .email_bg .email_form .note b {
	font-size: 24px;
	line-height: 1.2;
	display: block;
	color: #fff;
}

@media (max-width: 1469px) {
	.footer .foot_email .email_bg .email_form .note b {
		font-size: 22px;
	}
}

@media (max-width: 1199px) {
	.footer .foot_email .email_bg .email_form .note b {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.footer .foot_email .email_bg .email_form .note b {
		font-size: 18px;
	}
}

.footer .foot_email .email_bg .email_form .note p {
	font-size: 15px;
	line-height: 1.6;
	margin-top: 10px;
	color: #fff;
}

.footer .foot_email .email_bg .email_form .form_box {
	position: relative;
	width: 490px;
	margin-top: 5px;
}

@media (max-width: 1199px) {
	.footer .foot_email .email_bg .email_form .form_box {
		width: 400px;
	}
}

@media (max-width: 991px) {
	.footer .foot_email .email_bg .email_form .form_box {
		float: none;
		width: 70%;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.footer .foot_email .email_bg .email_form .form_box {
		width: 100%;
	}
}

.footer .foot_email .email_bg .email_form .form_box input {
	font-size: 14px;
	line-height: 48px;
	display: block;
	width: 100%;
	padding: 0 90px 0 24px;
	color: #000;
	border: none;
	border-radius: 25px;
	background-color: #fff;
}

@media (max-width: 991px) {
	.footer .foot_email .email_bg .email_form .form_box input {
		line-height: 46px;
	}
}

.footer .foot_email .email_bg .email_form .form_box input::-webkit-input-placeholder,
.footer .foot_email .email_bg .email_form .form_box textarea::-webkit-input-placeholder {
	color: #666;
}

.footer .foot_email .email_bg .email_form .form_box input:-o-placeholder,
.footer .foot_email .email_bg .email_form .form_box textarea:-o-placeholder {
	color: #666;
}

.footer .foot_email .email_bg .email_form .form_box input::-moz-placeholder,
.footer .foot_email .email_bg .email_form .form_box textarea::-moz-placeholder {
	color: #666;
}

.footer .foot_email .email_bg .email_form .form_box input:-ms-input-placeholder,
.footer .foot_email .email_bg .email_form .form_box textarea:-ms-input-placeholder {
	color: #666;
}

.footer .foot_email .email_bg .email_form .form_box input:focus::-webkit-input-placeholder,
.footer .foot_email .email_bg .email_form .form_box textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.footer .foot_email .email_bg .email_form .form_box input:focus::-o-placeholder,
.footer .foot_email .email_bg .email_form .form_box textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.footer .foot_email .email_bg .email_form .form_box input:focus::-moz-placeholder,
.footer .foot_email .email_bg .email_form .form_box textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.footer .foot_email .email_bg .email_form .form_box input:focus::-ms-input-placeholder,
.footer .foot_email .email_bg .email_form .form_box textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.footer .foot_email .email_bg .email_form .form_box button {
	position: absolute;
	top: 50%;
	right: 2px;
	display: block;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
}

.footer .foot_email .email_bg .email_form .form_box button:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 46px;
	display: block;
	width: 64px;
	content: '\e600';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 0 23px 23px 0;
	background-color: #1fa84c;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.footer .foot_email .email_bg .email_form .form_box button:after {
		line-height: 42px;
		width: 60px;
	}
}

.footer .foot_email .email_bg .email_form .form_box button:hover:after {
	opacity: .8;
}

.footer .foot {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 90px 0;
}

@media (max-width: 1199px) {
	.footer .foot {
		padding: 40px 0 10px;
	}
}

@media (max-width: 991px) {
	.footer .foot {
		padding: 20px 0;
	}
}

.footer .foot ul {
	text-align: justify;
	text-justify: distribute-all-lines;
}

@media (max-width: 1199px) {
	.footer .foot ul {
		display: block;
		overflow: hidden;
		margin: 0 -15px;
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
	}
}

.footer .foot ul:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

@media (max-width: 1199px) {
	.footer .foot ul:after {
		display: none;
	}
}

.footer .foot ul li {
	display: inline-block;
	vertical-align: top;
	word-break: break-all;
}

@media (max-width: 1199px) {
	.footer .foot ul li {
		display: inline-block;
		width: 25% !important;
		padding: 0 15px 40px 15px;
		vertical-align: top;
	}
}

@media (max-width: 991px) {
	.footer .foot ul li {
		width: 100% !important;
		padding: 0 15px;
	}
}

.footer .foot ul li h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}

@media (max-width: 1199px) {
	.footer .foot ul li h3 {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.footer .foot ul li h3 {
		font-size: 16px;
		margin: 8px 0;
	}
}

@media (max-width: 991px) {
	.footer .foot ul li h3:after {
		font-family: 'iconfont' !important;
		font-size: 14px;
		font-style: normal;
		float: right;
		width: auto;
		height: auto;
		margin-top: 2px;
		content: '\e62f';
		background: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.footer .foot ul li .info-down {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.footer .foot ul li .info-down {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.footer .foot ul li .info-down {
		display: none;
		margin-top: 20px;
		padding-bottom: 20px;
	}
}

.footer .foot ul>li.current .title-foot h3:after {
	content: '\e626';
}

.footer .foot ul>li:first-child {
	width: 300px;
}

.footer .foot ul>li:first-child .title-foot {
	display: none;
}

@media (max-width: 991px) {
	.footer .foot ul>li:first-child .title-foot {
		display: block;
	}
}

.footer .foot ul>li:first-child .foot_logo {
	margin-top: -30px;
}

@media (max-width: 1199px) {
	.footer .foot ul>li:first-child .foot_logo {
		margin-top: 0;
	}
}

.footer .foot .item-1 .foot_logo {
	width: 210px;
}

@media (max-width: 1199px) {
	.footer .foot .item-1 .foot_logo {
		/*width: 160px;*/
	}
}

@media (max-width: 991px) {
	.footer .foot .item-1 .foot_logo {
		/*width: 150px;*/
	}
}

.footer .foot .item-1 .foot_logo img {
	max-width: 100%;
	height: auto !important;
}

.footer .foot .item-1 .sitemap {
	font-size: 14px;
	line-height: 46px;
	display: block;
	width: 140px;
	margin-top: 50px;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	color: #fff;
	border: solid 1px #666;
	border-radius: 24px;
	background-color: #222;
}

@media (max-width: 1199px) {
	.footer .foot .item-1 .sitemap {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.footer .foot .item-1 .sitemap {
		margin-top: 20px;
	}
}

.footer .foot .item-1 .sitemap:hover {
	border: 1px solid #1fa84c;
	background-color: #1fa84c;
}

.footer .foot .item-1 .sitemap:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e884';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .foot .item-1 .foot_code {
	max-width: 300px;
	margin: 50px -10px 0 -10px;
}

.footer .foot .item-1 .foot_code .pic {
	width: 50%;
	padding: 0 10px;
}

.footer .foot .item-1 .foot_code .pic p {
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.5;
	color: #ccc;
}

.footer .foot .item-2 .list a {
	font-size: 15px;
	line-height: 1.6;
	position: relative;
	display: block;
	margin-bottom: 10px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: left;
	color: #ccc;
}

@media (max-width: 991px) {
	.footer .foot .item-1 .foot_code {
		margin: 30px -10px 0 -10px;
	}
	.footer .foot .item-2 .list a {
		font-size: 15px;
		margin-bottom: 15px;
	}
}

.footer .foot .item-2 .list a:last-child {
	margin-bottom: 0;
}

.footer .foot .item-2 .list a:hover {
	color: #1fa84c;
}

.footer .foot .item-3 .note p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #ccc;
}

.footer .foot .item-3 .note p:last-child {
	margin-bottom: 0;
}

.footer .foot .item-3 .note p a {
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .foot .item-3 .note p a:hover {
	color: #1fa84c;
}

.footer .copyright .info {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #4d4d4d;
}

.footer .copyright .info p {
	font-size: 14px;
	line-height: 1.71428571;
	float: left;
	color: #999;
}

@media (max-width: 767px) {
	.footer .copyright .info p {
		float: none;
	}
}

.footer .copyright .info .hicheng {
	font-size: 14px;
	line-height: 1.71428571;
	float: right;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #999;
}

@media (max-width: 767px) {
	.footer .copyright .info .hicheng {
		float: none;
	}
}

.footer .copyright .info .hicheng:hover {
	color: #1fa84c;
}

.index_footer .foot_email {
	background-color: #f5faf7;
}


/*online*/


/*online*/

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 9;
	right: 0;
	bottom: 50px;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	text-align: center;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .5);
}

@media (min-width: 992px) {
	.online-wrap .btn {
		display: none;
	}
}

.online-wrap .btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: inline-block;
	content: '\e62f';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	color: #fff;
}

.online-wrap .btn.active:before {
	-webkit-transform: rotateZ(225deg);
	-ms-transform: rotate(225deg);
	transform: rotateZ(225deg);
}

.online-wrap .online {
	position: fixed;
	z-index: 8;
	right: 0;
	bottom: 23%;
	-webkit-transition: right .3s;
	transition: right .3s;
}

@media (max-width: 991px) {
	.online-wrap .online {
		right: -60px;
		bottom: 100px;
	}
}

.online-wrap .online a {
	line-height: 44px;
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	margin-bottom: 8px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	background-color: rgba(0, 0, 0, .2);
}

@media (max-width: 1469px) {
	.online-wrap .online a {
		margin-bottom: 3px;
	}
}

@media (max-width: 767px) {
	.online-wrap .online a {
		line-height: 40px;
		width: 40px;
		height: 40px;
		margin-bottom: 1px;
	}
}

.online-wrap .online a:hover {
	background-color: #1fa84c;
}

.online-wrap .online a:hover:before {
	color: #fff;
}

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.online-wrap .online a:before {
		font-size: 22px;
	}
}

.online-wrap .online .icon-email:before {
	content: '\e645';
}

.online-wrap .online .icon-qq:before {
	content: '\e882';
}

.online-wrap .online .icon-wechat:before {
	content: '\e601';
}

.online-wrap .online .icon-tel:before {
	font-size: 20px;
	content: '\e630';
}

@media (max-width: 767px) {
	.online-wrap .online .icon-tel:before {
		font-size: 18px;
	}
}

.online-wrap .online .icon-arrow-top:before {
	content: '\e60e';
}

.online-wrap .online .icon-shopchat:before {
	content: '\e60d';
}

.online-wrap .online .icon-shopchat {
	position: relative;
}

.online-wrap .online .icon-shopchat p {
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
	color: #fff;
}

@media (max-width: 767px) {
	.online-wrap .online .icon-shopchat p {
		top: 0;
		right: 0;
	}
}

.online-wrap .online .icon-wechat:hover .mask {
	display: block;
}

.online-wrap .online .icon-wechat .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 100%;
	display: none;
	width: 100px;
	height: 100px;
}

.online-wrap .online .icon-wechat .mask img {
	display: block;
	width: 100%;
}

.online-wrap .online .icon-wechat .mask .mask-box {
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.online-wrap .online .icon-wechat .mask p {
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 8px;
	color: #888;
}

.online-wrap .active {
	right: 0;
}

.online-wrap .online .icon-tel .phone-num,
.online-wrap .online .icon-skype .phone-num {
	position: absolute;
	z-index: -1;
	top: 0;
	right: -300px;
	-webkit-transition: right .3s;
	transition: right .3s;
	white-space: nowrap;
}

.online-wrap .online .icon-tel .phone-num p,
.online-wrap .online .icon-skype .phone-num p {
	padding: 0 10px;
	color: #fff;
	border-radius: 4px;
	background-color: #1fa84c;
}

@media (min-width: 1200px) {
	.online-wrap .online .icon-tel:hover .phone-num,
	.online-wrap .online .icon-skype:hover .phone-num {
		right: 100%;
	}
}


/*bottom_nav*/

.bottom_nav {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
	padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
	padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
	padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
	background-color: #1fa84c;
}

@media (max-width: 991px) {
	.bottom_nav {
		display: block;
	}
}

.bottom_nav ul {
	text-align: center;
	color: #fff;
}

.bottom_nav ul li {
	float: left;
	width: 20%;
	border-right: 1px solid #4caf50;
	border-left: 1px solid #069082;
}

.bottom_nav ul li a {
	font-size: 13px;
	display: block;
	padding: 4px 0;
}

.bottom_nav ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	display: block;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bottom_nav ul li:first-child {
	border-left: none;
}

.bottom_nav ul li:last-child {
	border-right: none;
}

.bottom_nav ul .bot_wechat {
	position: relative;
}

.bottom_nav ul .bot_wechat .code_img {
	position: absolute;
	z-index: 1;
	bottom: 52px;
	left: 0;
	display: none;
	width: 90px;
	height: 90px;
}

.bottom_nav ul .bot_wechat>a:before {
	content: '\e628';
}

.bottom_nav ul .bot_email>a:before {
	content: '\e617';
}

.bottom_nav ul .bot_cont>a:before {
	content: '\e61e';
}

.bottom_nav ul .bot_tel>a:before {
	content: '\e6bf';
}

.bottom_nav ul .bot_top>a:before {
	content: '\e61b';
}

.txth {
	font-size: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

.txth h1 {
	font-size: 0;
	margin: 0;
}


/*0*/

.ii {
	font-family: 'iconfont';
	font-size: 20px;
	display: block;
	content: '\e727';
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	box-shadow: 0 0 12px 0 #1fa84c;
}

.about_office .list .item .pic .img-box img,
.about_factory .list .item .pic .img-box img,
.application_wrap .list .item .pic .img-box img,
.application_wrap .app_vv .video .video-box .img-box img,
.case_wrap .list .item .pic .img-box img,
.news_wrap .list .item .pic .img-box img,
.product_wrap .right .prod_lists .item .pic .img-box img,
.index_news .list .slick_news .item .img-box img,
.index_case .list .slick_case .item .pic .img-box img,
.index_application .list .item .img-box img,
.index_category .list .item .img-box img,
.index_about .index_vv .video .video-box .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.about_office .list .item:hover .pic .img-box img,
.about_factory .list .item:hover .pic .img-box img,
.application_wrap .list .item:hover .pic .img-box img,
.application_wrap .app_vv:hover .video .video-box .img-box img,
.case_wrap .list .item:hover .pic .img-box img,
.news_wrap .list .item:hover .pic .img-box img,
.product_wrap .right .prod_lists .item:hover .pic .img-box img,
.index_news .list .slick_news .item:hover .img-box img,
.index_case .list .slick_case .item:hover .pic .img-box img,
.index_application .list .item:hover .img-box img,
.index_category .list .item:hover .img-box img,
.index_about .index_vv .video:hover .video-box .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}