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

body.cover {
	&:before {
		display: block;
		content: '';
		z-index: 10;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
		transition: all .3s;
	}
}

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

@font-face {
	font-family: 'Lato';
	font-weight: normal;
	font-style: normal;
	src: local('Lato Regular'), local('Lato-Regular'), url('../css/fonts/Lato-Regular.woff2') format('woff2'), url('../css/fonts/Lato-Regular.woff') format('woff'), url('../css/fonts/Lato-Regular.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	font-weight: bold;
	font-style: normal;
	src: local('Lato Bold'), local('Lato-Bold'), url('../css/fonts/Lato-Bold.woff2') format('woff2'), url('../css/fonts/Lato-Bold.woff') format('woff'), url('../css/fonts/Lato-Bold.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Anton';
	font-weight: normal;
	font-style: normal;
	src: local('Anton Regular'), local('Anton-Regular'), url('../css/fonts/Anton-Regular.woff2') format('woff2'), url('../css/fonts/Anton-Regular.woff') format('woff'), url('../css/fonts/Anton-Regular.ttf') format('truetype');
	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(../../npm/slick/ajax-loader.gif) no-repeat center;
}

img.lazy {
	min-width: 1px;
	min-height: 1px;
	background: url(../../npm/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;
	padding: 0 15px;
}

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

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

.clearfix {
	zoom: 1;
}

.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: 800px !important;
	max-width: 80%;
	height: 600px !important;
	max-height: 50%;
	margin: 0;
}

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

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

.page {
	text-align: center;
}

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

.page li a {
	font-size: 16px;
	line-height: 32px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 32px;
	height: 32px;
	margin: 0 4px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #222;
}

@media (max-width: 1199px) {
	.page li a {
		font-size: 15px;
		margin: 0 2px;
	}
}

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

.page li:hover a,
.page li.active a {
	color: #fff;
	background-color: #003d76;
}

.page li.prev a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	display: block;
	content: '\e727';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.page li.prev a:before {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.page li.prev a:before {
		font-size: 15px;
	}
}

.page li.next a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	display: block;
	content: '\e728';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.page li.next a:before {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.page li.next a:before {
		font-size: 15px;
	}
}

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

.table-box table {
	line-height: 1.2;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center !important;
	margin: 0 !important;
}

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

.table-box table tr:nth-child(odd) {
	background-color: #f7f8fa;
}

.table-box table tr:nth-child(even) {
	background-color: #fff;
}

.table-box table tr>td:first-child {
	background-color: #f3f4f8;
}

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

@media (max-width: 991px) {
	.table-box table td,
	.table-box table th {
		font-size: 14px;
		padding: 10px 10px !important;
	}
}

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

.table-box table td {
	color: #222;
}

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

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

.txtnone h1 {
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.header {
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
}

.header .top_content {
	background-color: #222;
}

.header .top_content .top_msg {
	font-size: 0;
	padding-left: 215px;
}

@media (max-width: 1469px) {
	.header .top_content .top_msg {
		padding-left: 200px;
	}
}

@media (max-width: 1399px) {
	.header .top_content .top_msg {
		padding-left: 162px;
	}
}

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

.header .top_content .top_msg p {
	font-size: 14px;
	line-height: 46px;
	display: inline-block;
	color: #fff;
}

.header .top_content .top_msg p:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	content: '\e617';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_content .top_msg p a:hover {
	text-decoration: underline !important;
}

.header .top_content .top_msg p.email {
	margin-left: 93px;
}

@media (max-width: 1469px) {
	.header .top_content .top_msg p.email {
		margin-left: 62px;
	}
}

@media (max-width: 1399px) {
	.header .top_content .top_msg p.email {
		margin-left: 56px;
	}
}

.header .top_content .top_msg p.email:before {
	content: '\e60d';
}

.header .top_content .share {
	margin-right: 36px;
}

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

.header .top_content .share ul {
	font-size: 0;
	margin: 0 -12px;
}

.header .top_content .share ul li {
	display: inline-block;
	padding: 0 12px;
	vertical-align: middle;
}

.header .top_content .share ul li:hover a:before {
	color: #fff;
}

.header .top_content .share ul li a {
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.header .top_content .share ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 46px;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #dbdbdb;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_content .share ul .tiktok a:before {
	content: '\e61b';
}

.header .top_content .share ul .instagram a:before {
	content: '\e61a';
}

.header .top_content .share ul .youtube a:before {
	content: '\e60f';
}

.header .top_content .share ul .twitter a:before {
	content: '\e616';
}

.header .top_content .share ul .facebook a:before {
	content: '\e618';
}

.header .top_content .share ul .linkedin a:before {
	content: '\e60c';
}

.header .top_content .get_btn p {
	font-size: 16px;
	line-height: 46px;
	padding: 0 36px;
	cursor: pointer;
	color: #fff;
	background-color: #003d76;
}

@media (max-width: 1199px) {
	.header .top_content .get_btn p {
		font-size: 14px;
		line-height: 30px;
		padding: 0 20px;
	}
}

.header .top_content .get_btn p:hover {
	text-decoration: underline !important;
}

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

.header .top_nav .logo {
	float: left;
	height: 87px;
	margin-top: -24px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.header .top_nav .logo {
		height: 60px;
		margin-top: -15px;
	}
}

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

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

.header .top_nav .pc-nav {
	float: right;
}

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

.header .top_nav .pc-nav>ul {
	font-size: 0;
}

.header .top_nav .pc-nav>ul>li {
	display: inline-block;
	padding: 0 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1469px) {
	.header .top_nav .pc-nav>ul>li {
		padding: 0 22px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav>ul>li {
		padding: 0 20px;
	}
}

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

.header .top_nav .pc-nav>ul>li>a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	margin: auto;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #003d76;
}

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

.header .top_nav .pc-nav>ul>li:hover>a:after,
.header .top_nav .pc-nav>ul>li.active>a:after {
	width: 100%;
}

.header .top_nav .pc-nav .nav-list2 {
	position: absolute;
	z-index: 50;
	top: 100%;
	left: 0;
	display: none;
	min-width: 350px;
	min-height: 408px;
	background-color: #fff;
}

@media (max-width: 1469px) {
	.header .top_nav .pc-nav .nav-list2 {
		min-width: 300px;
	}
}

.header .top_nav .pc-nav .nav-list2:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -100%;
	display: block;
	width: 1000%;
	height: 100%;
	content: '';
	background-color: #f9f9f9;
}

.header .top_nav .pc-nav .nav-list2>li {
	background-color: #fff;
}

.header .top_nav .pc-nav .nav-list2>li:first-child {
	padding-top: 24px;
}

.header .top_nav .pc-nav .nav-list2>li:last-child {
	padding-bottom: 24px;
}

.header .top_nav .pc-nav .nav-list2>li>a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 18px 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #747474;
	background-color: #fff;
}

@media (max-width: 1469px) {
	.header .top_nav .pc-nav .nav-list2>li>a {
		padding: 18px 30px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav .nav-list2>li>a {
		padding: 15px 20px;
	}
}

.header .top_nav .pc-nav .nav-list2>li:hover>a,
.header .top_nav .pc-nav .nav-list2>li.active>a {
	color: #fff;
	background-color: #003d76;
}

.header .top_nav .pc-nav .nav-list2>li:hover .navpro_box,
.header .top_nav .pc-nav .nav-list2>li.active .navpro_box,
.header .top_nav .pc-nav .nav-list2>li:first-child .navpro_box {
	display: block;
}

.header .top_nav .pc-nav .nav-list2>li .navpro_box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 100%;
	display: none;
	overflow: hidden;
	min-width: 1060px;
	height: 100%;
	padding: 36px 0 36px 60px;
	border: none !important;
	background-color: #f9f9f9;
}

@media (max-width: 1469px) {
	.header .top_nav .pc-nav .nav-list2>li .navpro_box {
		min-width: 990px;
		padding: 36px 0 36px 40px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav .nav-list2>li .navpro_box {
		min-width: 810px;
		padding: 30px 0 30px 30px;
	}
}

.header .top_nav .pc-nav .nav-list2>li .navpro_box .pic {
	display: inline-block;
	width: 25%;
	margin-right: 30px;
	vertical-align: top;
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav .nav-list2>li .navpro_box .pic {
		margin-right: 20px;
	}
}

.header .top_nav .pc-nav .nav-list2>li .navpro_box .pic .img-box {
	padding-bottom: 100%;
}

.header .top_nav .pc-nav .nav-list2>li .navpro_box .pic p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55555556;
	overflow: hidden;
	padding: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
	border-top: 2px solid #003d76;
	background: #fff;
}

@media (max-width: 1469px) {
	.header .top_nav .pc-nav .nav-list2>li .navpro_box .pic p {
		font-size: 16px;
		padding: 15px;
	}
}

.header .top_nav .pc-nav .nav-list2>li .navpro_box .pic:hover p {
	color: #003d76;
}

.header .top_nav .pc-nav .nav-list2>li .navpro_box .nav_info {
	display: inline-block;
	width: 42%;
	padding-left: 30px;
	vertical-align: top;
}

@media (max-width: 1550px) {
	.header .top_nav .pc-nav .nav-list2>li .navpro_box .nav_info {
		padding-left: 0;
	}
}

.header .top_nav .pc-nav .nav-list2>li .navpro_box .nav_info .tit {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 1680px) {
	.header .top_nav .pc-nav .nav-list2>li .navpro_box .nav_info .tit {
		font-size: 22px;
	}
}

@media (max-width: 1469px) {
	.header .top_nav .pc-nav .nav-list2>li .navpro_box .nav_info .tit {
		font-size: 20px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav .nav-list2>li .navpro_box .nav_info .tit {
		font-size: 18px;
	}
}

.header .top_nav .pc-nav .nav-list2>li .navpro_box .nav_info .txt {
	overflow: hidden;
	height: 180px;
	margin: 24px 0 36px;
}

@media (max-width: 1469px) {
	.header .top_nav .pc-nav .nav-list2>li .navpro_box .nav_info .txt {
		margin: 15px 0 30px;
	}
}

.header .top_nav .pc-nav .nav-list2>li .navpro_box .nav_info .txt p {
	font-size: 14px;
	line-height: 1.42857143;
	color: #424242;
}

.header .top_nav .pc-nav .nav-list2>li .navpro_box .nav_info .more {
	font-size: 16px;
	line-height: 2.75;
	display: inline-block;
	padding: 0 36px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
	background-color: #003d76;
}

@media (max-width: 1469px) {
	.header .top_nav .pc-nav .nav-list2>li .navpro_box .nav_info .more {
		font-size: 15px;
		padding: 0 30px;
	}
}

.header .top_nav .pc-nav .nav-list2>li .navpro_box .nav_info .more:hover {
	background-color: #222;
}

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

.header .top_nav .pc-nav .nav-list3>li>a {
	line-height: 24px;
	display: block;
	padding: 5px 20px;
	-webkit-transition: all .2s;
	transition: all .2s;
	white-space: nowrap;
}

.header .top_nav .language_box {
	margin-top: 28px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.header .top_nav .language_box {
		position: absolute;
		top: -28px;
		right: 135px;
		margin: 0;
	}
}

.header .top_nav .language_box .translate_box {
	width: 158px;
}

.header .top_nav .pc_search {
	margin: 26px 0 0 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1399px) {
	.header .top_nav .pc_search {
		display: none;
	}
}

.header .top_nav .pc_search .ipt {
	position: relative;
	overflow: hidden;
	width: 150px;
	padding-right: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.header .top_nav .pc_search .ipt input {
	font-size: 18px;
	line-height: 30px;
	width: 100%;
	padding: 0 0 0 10px;
	color: #222;
	border: none;
	background-color: transparent;
}

.header .top_nav .pc_search .ipt input::-webkit-input-placeholder,
.header .top_nav .pc_search .ipt textarea::-webkit-input-placeholder {
	color: #444;
}

.header .top_nav .pc_search .ipt input:-o-placeholder,
.header .top_nav .pc_search .ipt textarea:-o-placeholder {
	color: #444;
}

.header .top_nav .pc_search .ipt input::-moz-placeholder,
.header .top_nav .pc_search .ipt textarea::-moz-placeholder {
	color: #444;
}

.header .top_nav .pc_search .ipt input:-ms-input-placeholder,
.header .top_nav .pc_search .ipt textarea:-ms-input-placeholder {
	color: #444;
}

.header .top_nav .pc_search .ipt input:focus::-webkit-input-placeholder,
.header .top_nav .pc_search .ipt textarea:focus::-webkit-input-placeholder {
	color: #222;
}

.header .top_nav .pc_search .ipt input:focus::-o-placeholder,
.header .top_nav .pc_search .ipt textarea:focus::-o-placeholder {
	color: #222;
}

.header .top_nav .pc_search .ipt input:focus::-moz-placeholder,
.header .top_nav .pc_search .ipt textarea:focus::-moz-placeholder {
	color: #222;
}

.header .top_nav .pc_search .ipt input:focus::-ms-input-placeholder,
.header .top_nav .pc_search .ipt textarea:focus::-ms-input-placeholder {
	color: #222;
}

.header .top_nav .pc_search .submit {
	position: absolute;
	top: 50%;
	right: 5px;
	padding: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.header .top_nav .pc_search .submit:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e650';
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_nav .pc_search .submit:hover:before {
	color: #003d76;
}

.header .top_nav .find {
	font-size: 16px;
	line-height: 80px;
	position: relative;
	display: none;
	margin-left: 20px;
	padding-left: 30px;
	cursor: pointer;
	color: #222;
}

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

@media (max-width: 1199px) {
	.header .top_nav .find {
		font-size: 15px;
		line-height: 60px;
		padding-left: 25px;
	}
}

.header .top_nav .find:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '\e650';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.header .top_nav .find:before {
		font-size: 18px;
	}
}

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

@media (max-width: 1199px) {
	.header .top_nav .search-wrap {
		right: 0;
		width: 280px;
		padding: 10px;
	}
}

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

.header .top_nav .search-wrap form .input-text {
	font-size: 13px;
	display: block;
	width: 100%;
	padding: 10px 40px 8px 20px;
	color: #000;
	background: none;
}

.header .top_nav .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 .top_nav .search-wrap form .search-btn:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e60a';
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_nav .language {
	margin: 0 36px;
}

@media (max-width: 1199px) {
	.header .top_nav .language {
		margin: 0 40px 0 30px;
	}
}

@media (max-width: 575px) {
	.header .top_nav .language {
		margin: 0 40px 0 20px;
	}
}

.header .top_nav .language ul {
	margin: 0 -4px;
}

.header .top_nav .language ul li {
	display: inline-block;
	padding: 0 4px;
}

.header .top_nav .language ul li a {
	font-size: 18px;
	line-height: 80px;
	position: relative;
	display: block;
	padding-left: 30px;
	color: #222;
}

@media (max-width: 1199px) {
	.header .top_nav .language ul li a {
		font-size: 15px;
		line-height: 60px;
		padding-left: 25px;
	}
}

.header .top_nav .language ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '\e734';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.header .top_nav .language ul li a:before {
		font-size: 18px;
	}
}

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

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

.header .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 .btn-menu div:after,
.header .btn-menu div:before {
	display: block;
	height: 2px;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #000;
}

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

.header.fixed {
	margin-top: -90px;
}

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

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

.hc-mobile-nav .nav-wrapper {
	background-color: #003d76;
}

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

.foot_contact {
	padding: 48px 0;
	border-bottom: 1px solid #424242;
	background-color: #222;
}

@media (max-width: 1399px) {
	.foot_contact {
		padding: 40px 0;
	}
}

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

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

.foot_contact .tit_box {
	max-width: 380px;
}

@media (max-width: 767px) {
	.foot_contact .tit_box {
		float: none;
		max-width: 100%;
		text-align: center;
	}
}

.foot_contact .tit_box p {
	font-family: 'Anton';
	font-size: 36px;
	line-height: 1.5;
	color: #fff;
}

@media (max-width: 1469px) {
	.foot_contact .tit_box p {
		font-size: 34px;
	}
}

@media (max-width: 1399px) {
	.foot_contact .tit_box p {
		font-size: 32px;
	}
}

@media (max-width: 1199px) {
	.foot_contact .tit_box p {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.foot_contact .tit_box p {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.foot_contact .tit_box p {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.foot_contact .tit_box p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.foot_contact .share {
		float: none;
		margin-top: 15px;
		text-align: center;
	}
}

.foot_contact .share ul {
	font-size: 0;
	margin: 0 -6px;
}

@media (max-width: 767px) {
	.foot_contact .share ul {
		margin: 0 -2px;
	}
}

.foot_contact .share ul li {
	display: inline-block;
	padding: 0 6px;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.foot_contact .share ul li {
		padding: 0 2px;
	}
}

.foot_contact .share ul li:hover a:before {
	color: #fff;
	background-color: #003d76;
}

.foot_contact .share ul li a {
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.foot_contact .share ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 48px;
	display: block;
	width: 48px;
	height: 48px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #f5f5f5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.foot_contact .share ul li a:before {
		font-size: 20px;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
}

.foot_contact .share ul .tiktok a:before {
	content: '\e61b';
}

.foot_contact .share ul .instagram a:before {
	content: '\e61a';
}

.foot_contact .share ul .youtube a:before {
	content: '\e60f';
}

.foot_contact .share ul .twitter a:before {
	content: '\e616';
}

.foot_contact .share ul .facebook a:before {
	content: '\e618';
}

.foot_contact .share ul .linkedin a:before {
	content: '\e60c';
}

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

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

.footer .foot {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 48px 0 100px;
}

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

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

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

.footer .foot .container>ul {
	position: relative;
	padding: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
}

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

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

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

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

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

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

.footer .foot .container>ul>li .title-foot {
	position: relative;
}

.footer .foot .container>ul>li .title-foot b {
	font-family: 'Anton';
	font-size: 18px;
	font-weight: normal;
	line-height: 1.55555556;
	display: block;
	text-transform: capitalize;
	color: #fff;
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li .title-foot b {
		margin: 6px 0;
	}
}

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

.footer .foot .container>ul>li .info-down {
	margin-top: 24px;
}

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

@media (max-width: 991px) {
	.footer .foot .container>ul>li .info-down {
		display: none;
		padding-bottom: 20px;
	}
	.footer .foot .container>ul>li.current .title-foot b:after {
		content: '\e62a';
	}
}

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

@media (max-width: 1399px) {
	.footer .foot .container>ul>li:first-child {
		width: 300px;
	}
}

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

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

.footer .foot .container>ul>li:nth-child(4) {
	width: 390px;
}

@media (max-width: 1399px) {
	.footer .foot .container>ul>li:nth-child(4) {
		width: 340px;
	}
}

.footer .foot .container .item-1 .note p {
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 16px;
	padding-left: 73px;
	text-align: left;
	word-break: break-word;
	color: #fff;
}

@media (max-width: 1199px) {
	.footer .foot .container .item-1 .note p {
		font-size: 15px;
		margin-bottom: 12px;
	}
}

.footer .foot .container .item-1 .note p span {
	position: absolute;
	top: 0;
	left: 0;
}

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

.footer .foot .container .item-1 .note p a {
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .foot .container .item-1 .note p a:hover {
	text-decoration: underline !important;
}

.footer .foot .container .item-2 .list a {
	font-size: 16px;
	line-height: 1.5;
	display: block;
	margin-bottom: 16px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: left;
	word-break: break-word;
	color: #fff;
}

@media (max-width: 1199px) {
	.footer .foot .container .item-2 .list a {
		font-size: 15px;
		margin-bottom: 12px;
	}
}

.footer .foot .container .item-2 .list a:hover {
	text-decoration: underline !important;
}

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

.footer .foot .container .item-3 .tit p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.footer .foot .container .item-3 .email_box {
	position: relative;
	margin-top: 16px;
}

.footer .foot .container .item-3 .email_box input {
	font-size: 14px;
	width: 100%;
	height: 44px;
	padding: 0 104px 0 24px;
	color: #fff;
	border-radius: 0;
	background-color: #424242;
}

.footer .foot .container .item-3 .email_box input::-webkit-input-placeholder,
.footer .foot .container .item-3 .email_box textarea::-webkit-input-placeholder {
	color: #fff;
}

.footer .foot .container .item-3 .email_box input:-o-placeholder,
.footer .foot .container .item-3 .email_box textarea:-o-placeholder {
	color: #fff;
}

.footer .foot .container .item-3 .email_box input::-moz-placeholder,
.footer .foot .container .item-3 .email_box textarea::-moz-placeholder {
	color: #fff;
}

.footer .foot .container .item-3 .email_box input:-ms-input-placeholder,
.footer .foot .container .item-3 .email_box textarea:-ms-input-placeholder {
	color: #fff;
}

.footer .foot .container .item-3 .email_box input:focus::-webkit-input-placeholder,
.footer .foot .container .item-3 .email_box textarea:focus::-webkit-input-placeholder {
	color: #ccc;
}

.footer .foot .container .item-3 .email_box input:focus::-o-placeholder,
.footer .foot .container .item-3 .email_box textarea:focus::-o-placeholder {
	color: #ccc;
}

.footer .foot .container .item-3 .email_box input:focus::-moz-placeholder,
.footer .foot .container .item-3 .email_box textarea:focus::-moz-placeholder {
	color: #ccc;
}

.footer .foot .container .item-3 .email_box input:focus::-ms-input-placeholder,
.footer .foot .container .item-3 .email_box textarea:focus::-ms-input-placeholder {
	color: #ccc;
}

.footer .foot .container .item-3 .email_box button {
	font-size: 14px;
	line-height: 44px;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	margin: 0;
	padding: 0 24px;
	-webkit-transition: all .45s;
	transition: all .45s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	background: #003d76;
}

.footer .foot .container .item-3 .email_box button:hover {
	text-decoration: underline !important;
}

.footer .copyright {
	padding: 16px 0;
}

@media (max-width: 991px) {
	.footer .copyright .note {
		float: none;
		text-align: center;
	}
}

.footer .copyright .note p {
	font-size: 14px;
	line-height: 1.42857143;
	color: #747474;
}

.footer .copyright .note p .hicheng {
	margin: 0 10px;
}

@media (max-width: 991px) {
	.footer .copyright .note p .hicheng {
		display: block;
		margin: 5px 0;
	}
}

.footer .copyright .note p a {
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .copyright .note p a:hover {
	color: #fff;
}

@media (max-width: 991px) {
	.footer .copyright .msg {
		float: none;
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
		text-align: center;
	}
}

.footer .copyright .msg a {
	font-size: 14px;
	line-height: 1.42857143;
	position: relative;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #747474;
}

@media (max-width: 991px) {
	.footer .copyright .msg a {
		display: inline-block;
		float: none;
	}
}

.footer .copyright .msg a:hover {
	color: #fff;
}

.footer .copyright .msg .privacy {
	margin-left: 12px;
	padding-left: 12px;
}

.footer .copyright .msg .privacy:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 14px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #747474;
}


/*online*/

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 5;
	right: 0;
	bottom: 50px;
	width: 48px;
	height: 40px;
	padding: 0;
	border: none !important;
	-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: 22px;
	display: inline-block;
	content: '\e727';
	line-height: 40px;
	-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: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.online-wrap .online {
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 23%;
	padding: 8px;
	-webkit-transition: right .3s;
	transition: right .3s;
	background: rgba(0, 0, 0, .45);
}

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

.online-wrap .online a {
	line-height: 42px;
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	margin-bottom: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 0;
}

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

.online-wrap .online a:last-child {
	margin-bottom: 0;
}

.online-wrap .online a:hover {
	background-color: #003d76;
}

.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-tel:before {
	content: '\e617';
}

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

.online-wrap .online .icon-skype:before {
	content: '\e915';
}

.online-wrap .online .icon-whatsapp:before {
	content: '\e61d';
}

.online-wrap .online .icon-arrow-top:before {
	font-size: 28px;
	font-weight: bold;
	content: '\e622';
}

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

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

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

.online-wrap .online .icon-shopchat p {
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #003d76;
}

.online-wrap .online .icon-wechat:before {
	font-size: 25px;
	content: '\e885';
}

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

.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 0;
	color: #888;
}

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

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

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

.online-wrap .online .icon-tel .phone-num p,
.online-wrap .online .icon-email .phone-num p,
.online-wrap .online .icon-skype .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p {
	padding: 0 15px;
	color: #fff;
	border-radius: 0;
	background-color: #003d76;
}


/*bottom_nav*/

.bottom_nav {
	position: fixed;
	z-index: 999;
	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: #003d76;
}

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

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

.bottom_nav ul li {
	float: left;
	width: 20%;
	border-right: 1px solid #052d4e;
	border-left: 1px solid #005aa2;
}

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

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

.bottom_nav ul .bot_whatsapp>a:before {
	content: '\e894';
}

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

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

.bottom_nav ul .bot_msg>a:before {
	content: '\e625';
}

.bottom_nav ul .bot_prod>a:before {
	content: '\e614';
}

.bottom_nav ul .bot_qq>a:before {
	content: '\e7a0';
}

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


/*0*/

.ii {
	font-family: 'iconfont';
	font-size: 20px;
	display: block;
	content: '\e727';
	text-align: center;
}

.news_wrap .right .list .item .pic .img-box img,
.promise_wrap .list .item .pic_box .img-box img,
.case_wrap .list .item .pic .img-box img,
.product_details_wrap .product_range_box .product_related .list .slick_related .item .pic .img-box img,
.product_wrap .range_box .right .prod_lists .item .pic .img-box img,
.about_wrap .ab_factory .list .item_box .pic_box .slick_factory .pic .img-box img,
.about_wrap .ab_info .list_box .item_box .pic_img .pic img,
.index_news .list .item .pic .img-box img,
.index_case .list .slick_case .item .pic .img-box img,
.index_hot .list .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.news_wrap .right .list .item:hover .pic .img-box img,
.promise_wrap .list .item:hover .pic_box .img-box img,
.case_wrap .list .item:hover .pic .img-box img,
.product_details_wrap .product_range_box .product_related .list .slick_related .item:hover .pic .img-box img,
.product_wrap .range_box .right .prod_lists .item:hover .pic .img-box img,
.about_wrap .ab_factory .list .item_box .pic_box .slick_factory .pic:hover .img-box img,
.about_wrap .ab_info .list_box .item_box .pic_img:hover .pic img,
.index_news .list .item:hover .pic .img-box img,
.index_case .list .slick_case .item:hover .pic .img-box img,
.index_hot .list .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.cookie-bar {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	padding: 15px 0;
	background-color: #000000;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	text-align: center;
	display: none;
	color: #ffffff;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3)
}

.cookie-bar p {
	line-height: 24px;
}

.cookie-bar p a {
	color: rgba(8, 148, 152, 1);
}

.cookie-bar p a:hover {
	color: rgba(8, 148, 152, 0.7);
}

.cookie-bar .accept-cookie {
	color: #ffffff;
	background-color: #003d76;
	display: inline-block;
	padding: 8px 16px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 8px;
	transition: all .5s;
}

.cookie-bar .accept-cookie:hover {
	color: #333333;
	background-color: rgb(255, 255, 255, .9);
}

.cookie-bar .refuse-cookie {
	color: #000000;
	background-color: #ffffff;
	display: inline-block;
	padding: 8px 16px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 8px;
	margin-left: 20px;
	transition: all .5s;
}

.cookie-bar .refuse-cookie:hover {
	color: #333333;
	background-color: rgb(255, 255, 255, .9);
}