@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--iframe .fancybox-content {
	width: 1000px !important;
	height: 800px !important;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}

.fancybox-slide--video video {
	max-width: 100%;
	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: #1369bf;
}

.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: #1369bf;
	border-color: #1369bf;
	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 {
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #fff;
}

@media (max-width: 1199px) {
	.header {
		box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	}
}

.header .top_content {
	border-bottom: 1px solid #ccc;
}

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

.header .top_content .logo {
	font-size: 0;
	margin: 19px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .top_content .logo a {
	display: inline-block;
	height: 50px;
	vertical-align: middle;
}

.header .top_content .logo p {
	font-size: 24px;
	line-height: 1.2;
	display: inline-block;
	margin-left: 12px;
	vertical-align: middle;
	color: #666;
}

.header .top_content .msg p {
	font-size: 16px;
	line-height: 88px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #444;
}

.header .top_content .msg p a {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .top_content .msg p a:hover {
	color: #1369bf;
}

.header .top_nav .container {
	position: relative;
}

.header .top_nav .logo {
	display: none;
	height: 48px;
	margin: 11px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

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

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

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

.header .top_nav .pc-nav {
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.header .top_nav .pc-nav {
		display: none;
	}
}

.header .top_nav .pc-nav>ul {
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header .top_nav .pc-nav>ul>li {
	position: relative;
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	vertical-align: middle;
}

.header .top_nav .pc-nav>ul>li>a {
	font-size: 16px;
	line-height: 48px;
	position: relative;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #222;
}

.header .top_nav .pc-nav>ul>li:hover>a,
.header .top_nav .pc-nav>ul>li.active>a {
	color: #1369bf;
}

.header .top_nav .pc-nav .nav-list2 {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 50%;
	display: none;
	min-width: 200px;
	padding: 15px 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.header .top_nav .pc-nav .nav-list2>li>a {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	position: relative;
	display: block;
	padding: 4px 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	text-transform: capitalize;
	color: #666;
}

.header .top_nav .pc-nav .nav-list2>li:hover>a,
.header .top_nav .pc-nav .nav-list2>li.active>a {
	color: #1369bf;
}

.header .top_nav .pc-nav .nav-list3 {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	min-width: 140px;
	padding: 15px 0;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.header .top_nav .pc-nav .nav-list3>li>a {
	font-size: 14px;
	line-height: 1.71428571;
	display: block;
	padding: 4px 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	text-transform: capitalize;
	color: #666;
}

.header .top_nav .pc-nav .nav-list3>li:hover>a,
.header .top_nav .pc-nav .nav-list3>li.active>a {
	color: #1369bf;
}

.header .top_nav .btn-menu {
	position: absolute;
	top: 50%;
	right: 15px;
	display: none;
	width: 24px;
	height: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1199px) {
	.header .top_nav .btn-menu {
		display: block;
	}
}

.header .top_nav .btn-menu div {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header .top_nav .btn-menu div:after,
.header .top_nav .btn-menu div:before {
	display: block;
	height: 2px;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #222;
}

.header .top_nav .btn-menu div span {
	display: block;
	height: 2px;
	margin: 5px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #222;
}

@media (min-width: 1200px) {
	.header.fixed-header {
		box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	}
	.header.fixed-header .top_content .logo {
		margin: 10px 0;
	}
	.header.fixed-header .top_content .msg p {
		line-height: 70px;
	}
}

.hc-mobile-nav {
	text-transform: capitalize;
}

.hc-mobile-nav .nav-wrapper {
	background: #1369bf;
}

.hc-mobile-nav li.nav-close {
	padding-top: 40px;
}

.hc-mobile-nav:not(.touch-device) a:hover {
	background: #1369bf;
}

@media (max-width: 1199px) {
	.hc-mobile-nav i {
		display: none !important;
	}
}


/*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: #1369bf;
}

.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: #1369bf;
	-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 100px;
}

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

.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: 50% !important;
		padding: 0 15px 40px 15px;
		vertical-align: top;
	}
}

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

@media (max-width: 767px) {
	.footer .foot ul li {
		padding: 0 15px 30px 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 {
		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;
		background: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.footer .foot ul>li:nth-child(2) {
	width: 230px;
}

.footer .foot ul>li:nth-child(3) {
	width: 350px;
}

@media (max-width: 1469px) {
	.footer .foot ul>li:nth-child(3) {
		width: 300px;
	}
}

.footer .foot ul>li:last-child {
	width: 290px;
}

@media (max-width: 1469px) {
	.footer .foot ul>li:last-child {
		width: 245px;
	}
}

.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 #1369bf;
	background-color: #1369bf;
}

.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-2 .pic_code_box {
	font-size: 0;
	max-width: 250px;
	margin: 0 -12px;
}

.footer .foot .item-2 .pic_code_box .pic {
	display: inline-block;
	width: 50%;
	padding: 0 12px;
	text-align: center;
	vertical-align: top;
}

.footer .foot .item-2 .pic_code_box .pic p {
	font-size: 15px;
	line-height: 2;
	margin-top: 15px;
	color: #ccc;
}

.footer .foot .item-3 .info-down {
	margin-top: 30px;
}

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

.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 {
	-webkit-transition: all .35s;
	transition: all .35s;
}

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

.footer .foot .item-4 .info-down {
	margin-top: 30px;
}

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

.footer .foot .item-4 .share ul {
	margin: 0 -6px;
}

@media (max-width: 1469px) {
	.footer .foot .item-4 .share ul {
		margin: 0 -3px;
	}
}

.footer .foot .item-4 .share ul>li {
	display: inline-block;
	width: auto !important;
	padding: 0 6px;
	vertical-align: middle;
}

@media (max-width: 1469px) {
	.footer .foot .item-4 .share ul>li {
		padding: 0 3px;
	}
}

.footer .foot .item-4 .share ul>li:hover a:before {
	border: 1px solid #1369bf;
	background: #1369bf;
}

.footer .foot .item-4 .share ul>li>a {
	display: block;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .foot .item-4 .share ul>li>a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 46px;
	display: block;
	width: 48px;
	height: 48px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border: solid 1px #666;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.footer .foot .item-4 .share ul>li>a:before {
		line-height: 43px;
		width: 44px;
		height: 44px;
	}
}

@media (max-width: 767px) {
	.footer .foot .item-4 .share ul>li>a:before {
		font-size: 16px;
		line-height: 38px;
		width: 40px;
		height: 40px;
	}
}

.footer .foot .item-4 .share ul .wechat {
	position: relative;
}

.footer .foot .item-4 .share ul .wechat:hover .code {
	display: block;
}

.footer .foot .item-4 .share ul .wechat .code {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100px;
}

.footer .foot .item-4 .share ul .sina a:before {
	content: '\e66e';
}

.footer .foot .item-4 .share ul .wechat a:before {
	font-size: 20px;
	content: '\e602';
}

@media (max-width: 767px) {
	.footer .foot .item-4 .share ul .wechat a:before {
		font-size: 18px;
	}
}

.footer .foot .item-4 .share ul .titkok a:before {
	font-size: 20px;
	content: '\e61e';
}

@media (max-width: 767px) {
	.footer .foot .item-4 .share ul .titkok a:before {
		font-size: 18px;
	}
}

.footer .foot .item-4 .share ul .toutiao a:before {
	font-size: 20px;
	content: '\e600';
}

@media (max-width: 767px) {
	.footer .foot .item-4 .share ul .toutiao a:before {
		font-size: 18px;
	}
}

.footer .foot .item-4 .share ul .kuaishou a:before {
	content: '\e8dc';
}

.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: #1369bf;
}


/*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: #1369bf;
}

.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: #1369bf;
}

@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: #1369bf;
}

@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 #3684c2;
	border-left: 1px solid #3f51b5;
}

.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: '\e61f';
}

.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;
}

.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);
}