@charset 'utf-8';
body {
	font-family: 'Inter', 'Arial', Helvetica, 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
	background-color: #f7f7f7;
}

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

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

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

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

@font-face {
	font-family: 'Inter';
	font-weight: bold;
	font-style: normal;
	src: local('Inter Bold'), local('Inter-Bold'), url('../css/fonts/Inter-Bold.woff2') format('woff2'), url('../css/fonts/Inter-Bold.woff') format('woff'), url('../css/fonts/Inter-Bold.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: 1710px) {
	.container {
		max-width: 1680px;
	}
}

@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 ul {
	font-size: 0;
	text-align: center;
}

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

.page ul li a {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	display: block;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: uppercase;
	color: #000;
}

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

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

@media (max-width: 767px) {
	.page ul li a {
		font-size: 14px;
		margin: 0 6px;
	}
}

.page ul li.prev a:hover,
.page ul li.next a:hover {
	text-decoration: underline !important;
}

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

@media (max-width: 1199px) {
	.page ul li.prev {
		margin-right: 10px;
	}
}

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

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

@media (max-width: 1199px) {
	.page ul li.next {
		margin-left: 10px;
	}
}

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

.page ul li.next a:before {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.page ul li.active a,
.page ul li:hover a {
	color: #ff4800;
}

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

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

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

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

@media (max-width: 767px) {
	.table-box table td,
	.table-box table th {
		font-size: 14px;
		padding: 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;
}

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

.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: 9999;
	top: 0;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #151515;
}

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

.header .container {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
}

@media (min-width: 1710px) {
	.header .container {
		max-width: 1680px;
	}
}

.header .top_centent {
	position: relative;
}

@media (max-width: 575px) {
	.header .top_centent {
		height: 30px;
	}
}

.header .top_centent:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #151515), color-stop(60%, #2c2c2c));
	background: -webkit-linear-gradient(left, #151515 10%, #2c2c2c 60%);
	background: linear-gradient(90deg, #151515 10%, #2c2c2c 60%);
}

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

.header .top_centent .msg {
	padding-left: 270px;
}

@media (max-width: 1709px) {
	.header .top_centent .msg {
		padding-left: 208px;
	}
}

@media (max-width: 1469px) {
	.header .top_centent .msg {
		padding-left: 186px;
	}
}

@media (max-width: 1399px) {
	.header .top_centent .msg {
		padding-left: 152px;
	}
}

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

.header .top_centent .msg p {
	font-size: 15px;
	line-height: 40px;
	color: #aeaba9;
}

.header .top_centent .msg p:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 5px;
	content: '\e7dc';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 575px) {
	.header .top_centent .language {
		margin: 5px 0;
	}
}

.header .top_centent .language ul {
	font-size: 0;
}

.header .top_centent .language ul li {
	display: inline-block;
	margin-left: 20px;
}

@media (max-width: 575px) {
	.header .top_centent .language ul li {
		margin-left: 10px;
	}
}

.header .top_centent .language ul li a {
	font-size: 15px;
	line-height: 40px;
	position: relative;
	padding-left: 36px;
	color: #aeaba9;
}

@media (max-width: 1199px) {
	.header .top_centent .language ul li a {
		font-size: 13px;
		line-height: 30px;
	}
}

@media (max-width: 575px) {
	.header .top_centent .language ul li a {
		font-size: 0;
		line-height: 1;
		padding-left: 0;
	}
}

.header .top_centent .language ul li a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 30px;
	height: 20px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/language.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 575px) {
	.header .top_centent .language ul li a:before {
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.header .top_centent .language ul .ru a:before {
	background-position: -64px 0;
}

.header .top_centent .language ul .ae a:before {
	background-position: -32px 0;
}

.header .top_centent .language ul .es a:before {
	background-position: 0;
}

.header .top_nav .logo {
	float: left;
	height: 94px;
	margin: 13px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.header .top_nav .logo {
		height: 54px;
		margin: 8px 0;
	}
}

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

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

.header .top_nav .language {
	position: relative;
	margin-left: 60px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1709px) {
	.header .top_nav .language {
		margin-left: 3%;
	}
}

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

.header .top_nav .language p {
	font-size: 20px;
	line-height: 120px;
	position: relative;
	padding-right: 20px;
	padding-left: 26px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-transform: capitalize;
	color: #fff;
}

@media (max-width: 1399px) {
	.header .top_nav .language p {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.header .top_nav .language p {
		font-size: 15px;
		padding-left: 20px;
	}
}

.header .top_nav .language p:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '\e684';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_nav .language p:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '\e72b';
	-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 p {
		font-size: 16px;
		line-height: 70px;
		padding-right: 18px;
		padding-left: 24px;
	}
	.header .top_nav .language p:before {
		font-size: 18px;
	}
	.header .top_nav .language p:after {
		font-size: 14px;
	}
}

.header .top_nav .language ul {
	position: absolute;
	z-index: 8;
	top: 100%;
	left: 50%;
	display: none;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #151515;
	box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .1);
}

.header .top_nav .language ul li {
	/*border-bottom: 1px solid #e6e6e6;*/
}

.header .top_nav .language ul li:last-child {
	border: none;
}

.header .top_nav .language ul li:hover a {
	color: #fff;
	background-color: #ff4800;
}

.header .top_nav .language ul li a {
	font-size: 15px;
	line-height: 1.78571429;
	display: block;
	padding: 6px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
}

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

.header .top_nav .find {
	position: relative;
	margin-left: 40px;
	padding-left: 40px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1709px) {
	.header .top_nav .find {
		margin-left: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .find {
		margin-left: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 1199px) {
	.header .top_nav .find {
		margin-right: 50px;
		margin-left: 0;
	}
}

.header .top_nav .find:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #3a3a3a;
}

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

.header .top_nav .find:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-weight: 500;
	font-style: normal;
	line-height: 120px;
	display: block;
	content: '\e604';
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

.header .top_nav .find:hover:before {
	color: #ff4800;
}

.header .top_nav .search-wrap {
	position: absolute;
	z-index: 3;
	top: 100%;
	right: 15px;
	display: none;
	width: 30%;
	max-width: 100%;
	padding: 15px;
	border-radius: 4px;
	background-color: #151515;
	/*background-color: rgba(0, 0, 0, .56);*/
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

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

@media (max-width: 991px) {
	.header .top_nav .search-wrap {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.header .top_nav .search-wrap {
		width: 100%;
	}
}

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

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

.header .top_nav .search-wrap form input::-webkit-input-placeholder,
.header .top_nav .search-wrap form textarea::-webkit-input-placeholder {
	color: #666;
}

.header .top_nav .search-wrap form input:-o-placeholder,
.header .top_nav .search-wrap form textarea:-o-placeholder {
	color: #666;
}

.header .top_nav .search-wrap form input::-moz-placeholder,
.header .top_nav .search-wrap form textarea::-moz-placeholder {
	color: #666;
}

.header .top_nav .search-wrap form input:-ms-input-placeholder,
.header .top_nav .search-wrap form textarea:-ms-input-placeholder {
	color: #666;
}

.header .top_nav .search-wrap form input:focus::-webkit-input-placeholder,
.header .top_nav .search-wrap form textarea:focus::-webkit-input-placeholder {
	color: #999;
}

.header .top_nav .search-wrap form input:focus::-o-placeholder,
.header .top_nav .search-wrap form textarea:focus::-o-placeholder {
	color: #999;
}

.header .top_nav .search-wrap form input:focus::-moz-placeholder,
.header .top_nav .search-wrap form textarea:focus::-moz-placeholder {
	color: #999;
}

.header .top_nav .search-wrap form input:focus::-ms-input-placeholder,
.header .top_nav .search-wrap form textarea:focus::-ms-input-placeholder {
	color: #999;
}

.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: 22px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\eb86';
	color: #aeaba9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_nav .pc-nav {
	float: right;
	-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;
}

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

@media (max-width: 1709px) {
	.header .top_nav .pc-nav>ul>li {
		margin-right: 40px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav>ul>li {
		margin-right: 25px;
	}
}

.header .top_nav .pc-nav>ul>li:last-child {
	margin-right: 0;
}

.header .top_nav .pc-nav>ul>li>a {
	position: relative;
	display: block;
	padding: 45px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

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

.header .top_nav .pc-nav>ul>li>a p {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	position: relative;
	overflow: hidden;
	height: 30px;
	text-transform: uppercase;
	color: #fff;
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav>ul>li>a p {
		font-size: 17px;
	}
}

.header .top_nav .pc-nav>ul>li>a p span {
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .top_nav .pc-nav>ul>li>a p i {
	font-style: normal;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	color: #ff4800;
}

.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>ul>li:hover>a p span,
.header .top_nav .pc-nav>ul>li.active>a p span {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header .top_nav .pc-nav>ul>li:hover>a p i,
.header .top_nav .pc-nav>ul>li.active>a p i {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header .top_nav .pc-nav .nav-list2 {
	position: absolute;
	z-index: 10;
	top: 100%;
	display: none;
	padding: 15px 0;
	-webkit-transform: translateX(-13%);
	-ms-transform: translateX(-13%);
	transform: translateX(-13%);
	text-align: left;
	background-color: #151515;
	/*background-color: rgba(0, 0, 0, .56);*/
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.header .top_nav .pc-nav .nav-list2>li>a {
	font-size: 16px;
	line-height: 1.5;
	display: block;
	padding: 8px 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	color: #fff;
}

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

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

.header .top_nav .pc-nav .nav-list3>li>a {
	font-size: 15px;
	line-height: 1.6;
	display: block;
	padding: 5px 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	color: #fff;
}

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

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

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


/*@media (min-width: 1200px) {
	.header.fixed-header {
		top: -40px;
		background-color: rgba(0, 0, 0, .56);
	}
	.header.fixed-header .top_nav .logo {
		height: 70px;
		margin: 10px 0;
	}
}*/

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

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

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

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

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


/*footer*/

.footer {
	font-size: 0;
	overflow: hidden;
	background: #202020;
}

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

.footer .container {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
}

@media (min-width: 1710px) {
	.footer .container {
		max-width: 1680px;
	}
}

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

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

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

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

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

.footer .foot .container>ul {
	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 {
	position: relative;
	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 b {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
	display: block;
	text-align: left;
	text-transform: uppercase;
	word-break: break-word;
	color: #fff;
}

@media (max-width: 1399px) {
	.footer .foot .container>ul>li .title-foot b {
		font-size: 24px;
	}
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li .title-foot b {
		font-size: 22px;
	}
}

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

@media (max-width: 991px) {
	.footer .foot .container>ul>li .title-foot b:after {
		font-family: 'iconfont' !important;
		font-size: 14px;
		font-style: normal;
		position: absolute;
		top: 50%;
		right: 0;
		content: '\e607';
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

@media (max-width: 767px) {
	.footer .foot .container>ul>li .title-foot b {
		font-size: 18px;
	}
}

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

@media (max-width: 1399px) {
	.footer .foot .container>ul>li .info-down {
		margin-top: 30px;
	}
}

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

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

@media (max-width: 991px) {
	.footer .foot .container>ul>li.current .title-foot b:after {
		content: '\e609';
	}
}

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

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

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

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

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

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

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

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

.footer .foot .container .item-1 .note .txt {
	margin-bottom: 24px;
}

@media (max-width: 991px) {
	.footer .foot .container .item-1 .note .txt {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.footer .foot .container .item-1 .note .txt {
		margin-bottom: 15px;
	}
}

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

.footer .foot .container .item-1 .note .txt span {
	font-size: 16px;
	line-height: 1.2;
	display: block;
	margin-bottom: 8px;
	color: #b5b5b5;
}

@media (max-width: 767px) {
	.footer .foot .container .item-1 .note .txt span {
		font-size: 15px;
	}
}

.footer .foot .container .item-1 .note .txt p {
	font-size: 16px;
	line-height: 1.375;
	text-align: left;
	word-break: break-word;
	color: #fff;
}

@media (max-width: 767px) {
	.footer .foot .container .item-1 .note .txt p {
		font-size: 15px;
	}
}

.footer .foot .container .item-1 .share {
	margin-top: 50px;
}

@media (max-width: 1399px) {
	.footer .foot .container .item-1 .share {
		margin-top: 40px;
	}
}

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

.footer .foot .container .item-1 .share ul {
	margin: 0 -13px;
}

@media (max-width: 1199px) {
	.footer .foot .container .item-1 .share ul {
		margin: 0 -10px;
	}
}

.footer .foot .container .item-1 .share ul li {
	display: inline-block;
	padding: 0 13px;
	vertical-align: middle;
}

@media (max-width: 1199px) {
	.footer .foot .container .item-1 .share ul li {
		padding: 0 10px;
	}
}

.footer .foot .container .item-1 .share ul li:hover a:before {
	color: #ff4800;
}

.footer .foot .container .item-1 .share ul li a {
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .foot .container .item-1 .share ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 26px;
	font-style: normal;
	line-height: 1;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.footer .foot .container .item-1 .share ul li a:before {
		font-size: 24px;
	}
}

.footer .foot .container .item-1 .share ul .youtube a:before {
	content: '\e621';
}

.footer .foot .container .item-1 .share ul .instagram a:before {
	content: '\e88f';
}

.footer .foot .container .item-1 .share ul .twitter a:before {
	content: '\e641';
}

.footer .foot .container .item-1 .share ul .facebook a:before {
	font-size: 22px;
	content: '\ebfc';
}

@media (max-width: 991px) {
	.footer .foot .container .item-1 .share ul .facebook a:before {
		font-size: 20px;
	}
}

.footer .foot .container .item-1 .share ul .linkedin a:before {
	font-size: 22px;
	content: '\e666';
}

@media (max-width: 991px) {
	.footer .foot .container .item-1 .share ul .linkedin a:before {
		font-size: 20px;
	}
}

.footer .foot .container .item-1 .share ul .whatsapp a:before {
	content: '\e97b';
}

.footer .foot .container .item-1 .language_box {
	margin-top: 40px;
}

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

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

.footer .foot .container .item-1 .language_box .translate_box {
	width: 158px;
}

.footer .foot .container .item-2 .list a {
	font-size: 16px;
	line-height: 1.3;
	display: block;
	margin-bottom: 15px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-transform: capitalize;
	color: #999;
	text-align: left;
	word-break: break-word;
}

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

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

.footer .foot .container .item-2 .list a:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
	color: #ff4800;
}

.footer .foot .container .item-3 .txt p {
	font-size: 15px;
	line-height: 1.2;
	color: #777;
}

.footer .foot .container .item-3 .form_ipt {
	margin-top: 30px;
}

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

.footer .foot .container .item-3 .form_ipt ul {
	margin: 0;
}

.footer .foot .container .item-3 .form_ipt ul li {
	margin-bottom: 8px;
	padding: 0;
}

.footer .foot .container .item-3 .form_ipt ul li:last-child {
	margin-bottom: 0;
}

.footer .foot .container .item-3 .form_ipt ul li input,
.footer .foot .container .item-3 .form_ipt ul li textarea {
	font-size: 14px;
	line-height: 44px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 44px;
	padding: 0 15px;
	color: #fff;
	border: 1px solid #2e2e2e;
	border-radius: 0;
	background-color: #2e2e2e;
}

.footer .foot .container .item-3 .form_ipt ul li input:focus,
.footer .foot .container .item-3 .form_ipt ul li textarea:focus {
	border: 1px solid rgba(255, 255, 255, .2);
	box-shadow: none;
}

.footer .foot .container .item-3 .form_ipt ul li input::-webkit-input-placeholder,
.footer .foot .container .item-3 .form_ipt ul li textarea::-webkit-input-placeholder {
	color: #777;
}

.footer .foot .container .item-3 .form_ipt ul li input:-o-placeholder,
.footer .foot .container .item-3 .form_ipt ul li textarea:-o-placeholder {
	color: #777;
}

.footer .foot .container .item-3 .form_ipt ul li input::-moz-placeholder,
.footer .foot .container .item-3 .form_ipt ul li textarea::-moz-placeholder {
	color: #777;
}

.footer .foot .container .item-3 .form_ipt ul li input:-ms-input-placeholder,
.footer .foot .container .item-3 .form_ipt ul li textarea:-ms-input-placeholder {
	color: #777;
}

.footer .foot .container .item-3 .form_ipt ul li input:focus::-webkit-input-placeholder,
.footer .foot .container .item-3 .form_ipt ul li textarea:focus::-webkit-input-placeholder {
	color: #999;
}

.footer .foot .container .item-3 .form_ipt ul li input:focus::-o-placeholder,
.footer .foot .container .item-3 .form_ipt ul li textarea:focus::-o-placeholder {
	color: #999;
}

.footer .foot .container .item-3 .form_ipt ul li input:focus::-moz-placeholder,
.footer .foot .container .item-3 .form_ipt ul li textarea:focus::-moz-placeholder {
	color: #999;
}

.footer .foot .container .item-3 .form_ipt ul li input:focus::-ms-input-placeholder,
.footer .foot .container .item-3 .form_ipt ul li textarea:focus::-ms-input-placeholder {
	color: #999;
}

.footer .foot .container .item-3 .form_ipt ul li textarea {
	line-height: 28px;
	min-height: 120px;
	padding: 5px 15px;
}

.footer .foot .container .item-3 .form_ipt ul li button {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	margin-top: 7px;
	padding: 0;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #fff;
	border: none;
	border-radius: 0;
	background: transparent;
}

@media (max-width: 767px) {
	.footer .foot .container .item-3 .form_ipt ul li button {
		font-size: 16px;
	}
}

.footer .foot .container .item-3 .form_ipt ul li button:hover {
	color: #ff4800;
}

.footer .copyright {
	position: relative;
	padding: 30px 0;
	background: #151515;
}

@media (max-width: 1399px) {
	.footer .copyright {
		padding: 25px 0;
	}
}

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

.footer .copyright .container {
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 991px) {
	.footer .copyright .container {
		display: block;
		text-align: center;
	}
}

.footer .copyright .msg {
	display: inline-block;
	vertical-align: middle;
}

.footer .copyright .msg p {
	font-size: 16px;
	line-height: 1.5;
	color: #777;
}

@media (max-width: 1469px) {
	.footer .copyright .msg p {
		font-size: 15px;
	}
}

@media (max-width: 1199px) {
	.footer .copyright .msg p {
		font-size: 14px;
	}
}

.footer .copyright .msg p span {
	margin: 0 5px;
}

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

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

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

@media (max-width: 991px) {
	.footer .copyright .link_box {
		margin-top: 10px;
	}
}

.footer .copyright .link_box a {
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	-webkit-transition: all .35s;
	transition: all .35s;
	vertical-align: middle;
	color: #777;
}

@media (max-width: 1469px) {
	.footer .copyright .link_box a {
		font-size: 15px;
	}
}

@media (max-width: 1199px) {
	.footer .copyright .link_box a {
		font-size: 14px;
	}
}

.footer .copyright .link_box a:hover {
	color: #ff4800;
}

.footer .copyright .link_box a.sitemap {
	position: relative;
	margin-right: 13px;
	padding-right: 13px;
}

.footer .copyright .link_box a.sitemap:before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 12px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(255, 255, 255, .1);
}

.pop_up {
	display: none;
	overflow-y: auto;
	width: 900px;
	max-width: 90%;
	max-height: 90%;
	margin: 0 auto;
	padding: 0;
}

.pop_up .fancybox-close-small {
	display: none;
}

.pop_up .sample_box {
	position: relative;
	padding: 80px 70px;
	background: #fff;
}

@media (max-width: 1680px) {
	.pop_up .sample_box {
		padding: 60px;
	}
}

@media (max-width: 1469px) {
	.pop_up .sample_box {
		padding: 40px 50px;
	}
}

@media (max-width: 1399px) {
	.pop_up .sample_box {
		padding: 30px 40px;
	}
}

@media (max-width: 767px) {
	.pop_up .sample_box {
		padding: 30px;
	}
}

@media (max-width: 575px) {
	.pop_up .sample_box {
		padding: 30px 20px;
	}
}

.pop_up .sample_box .page_title {
	text-align: center;
}

.pop_up .sample_box .ipt_form_box p {
	font-size: 15px;
	line-height: 1.6;
	max-width: 688px;
	margin: 10px auto 0;
	text-align: center;
	color: #444;
}

@media (max-width: 767px) {
	.pop_up .sample_box .ipt_form_box p {
		font-size: 14px;
	}
}

.pop_up .sample_box .ipt_form_box .ipt_box {
	margin-top: 40px;
}

@media (max-width: 1469px) {
	.pop_up .sample_box .ipt_form_box .ipt_box {
		margin-top: 30px;
	}
}

@media (max-width: 1399px) {
	.pop_up .sample_box .ipt_form_box .ipt_box {
		margin-top: 20px;
	}
}

.pop_up .sample_box .ipt_form_box .ipt_box ul {
	margin: 0 -8px;
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li {
	margin-bottom: 16px;
	padding: 0 8px;
}

@media (max-width: 767px) {
	.pop_up .sample_box .ipt_form_box .ipt_box ul li {
		margin-bottom: 12px;
	}
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li:last-child {
	margin-bottom: 0;
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li .for_input {
	position: relative;
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li .for_textarea label {
	top: 15px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width: 767px) {
	.pop_up .sample_box .ipt_form_box .ipt_box ul li .for_textarea label {
		top: 10px;
	}
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li .for_ed label {
	font-size: 12px;
	top: 1px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	color: #666;
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li label {
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 50%;
	width: auto;
	height: auto;
	margin: 0 0 0 10px;
	padding: 1px 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: capitalize;
	pointer-events: none;
	color: #444;
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li input,
.pop_up .sample_box .ipt_form_box .ipt_box ul li textarea {
	font-size: 14px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	color: #222;
	border: 1px solid #000;
	border-radius: 0;
	background-color: #fff;
}

@media (max-width: 991px) {
	.pop_up .sample_box .ipt_form_box .ipt_box ul li input,
	.pop_up .sample_box .ipt_form_box .ipt_box ul li textarea {
		line-height: 45px;
		height: 45px;
	}
}

@media (max-width: 575px) {
	.pop_up .sample_box .ipt_form_box .ipt_box ul li input,
	.pop_up .sample_box .ipt_form_box .ipt_box ul li textarea {
		line-height: 40px;
		height: 40px;
	}
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li input:focus,
.pop_up .sample_box .ipt_form_box .ipt_box ul li textarea:focus {
	border: 1px solid #ff4800;
	box-shadow: none;
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li textarea {
	line-height: 28px;
	min-height: 200px;
	padding: 5px 15px;
}

@media (max-width: 991px) {
	.pop_up .sample_box .ipt_form_box .ipt_box ul li textarea {
		min-height: 150px;
	}
}

@media (max-width: 575px) {
	.pop_up .sample_box .ipt_form_box .ipt_box ul li textarea {
		min-height: 100px;
	}
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li .btn_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li .btn_box .sub_btn .submit_btn {
	font-size: 16px;
	font-weight: 600;
	line-height: 42px;
	display: inline-block;
	padding: 0 28px;
	cursor: pointer;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #fff;
	border-radius: 0;
	background-color: #ff4800;
}

@media (max-width: 575px) {
	.pop_up .sample_box .ipt_form_box .ipt_box ul li .btn_box .sub_btn .submit_btn {
		font-size: 15px;
		padding: 0 25px;
	}
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li .btn_box .sub_btn .submit_btn:after {
	font-family: 'iconfont' !important;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-left: 6px;
	content: '\e6c8';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li .btn_box .sub_btn .submit_btn:hover {
	color: #fff;
	background-color: #000;
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li .btn_box .upload_btn {
	margin-left: 10px;
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li .btn_box .upload_btn .up_btn {
	font-size: 16px;
	font-weight: 600;
	line-height: 42px;
	display: inline-block;
	height: 42px;
	padding: 0 22px;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}

@media (max-width: 575px) {
	.pop_up .sample_box .ipt_form_box .ipt_box ul li .btn_box .upload_btn .up_btn {
		font-size: 15px;
		padding: 0 20px;
	}
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li .btn_box .upload_btn .up_btn b {
	font-weight: 600;
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li .btn_box .upload_btn .up_btn:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 10px;
	content: '\e658';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pop_up .sample_box .ipt_form_box .ipt_box ul li .btn_box .upload_btn .up_btn:hover {
	color: #fff;
	border: 1px solid #ff4800;
	background-color: #ff4800;
}

.upload-wrap {
	display: none;
	text-align: center;
}

.upload-wrap h3 {
	font-size: 34px;
	margin: 0 0 35px;
}

@media (max-width: 1199px) {
	.upload-wrap h3 {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.upload-wrap h3 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.upload-wrap h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.upload-wrap .file-input {
	position: relative;
	padding: 0;
}

.upload-wrap .file-preview {
	padding: 0;
	border: none;
}

.upload-wrap .file-drop-zone {
	min-height: 220px;
	margin: 0;
	border: 1px dashed #d0c0a6;
	border-radius: 0 !important;
}

@media (max-width: 767px) {
	.upload-wrap .file-drop-zone {
		min-height: 200px;
	}
}

.upload-wrap .file-drop-zone.clickable:hover {
	border: 1px dashed #ff4800;
}

.upload-wrap .file-caption-main {
	padding: 0 20px;
}

.upload-wrap .file-caption-main>.file-caption {
	display: none;
}

.upload-wrap .file-caption-name {
	display: none !important;
}

.upload-wrap .input-group {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.upload-wrap .input-group>* {
	margin-top: 10px;
	margin-left: 5px !important;
}

@media (max-width: 575.98px) {
	.upload-wrap .input-group .btn {
		font-size: 12px;
	}
}

.upload-wrap .input-group-btn {
	font-size: 0;
	margin-top: 25px;
	text-align: right;
}

@media (max-width: 1199px) {
	.upload-wrap .input-group-btn {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.upload-wrap .input-group-btn {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.upload-wrap .input-group-btn>* .glyphicon {
		font-size: .9em;
	}
}

@media (max-width: 767px) {
	.upload-wrap .input-group-btn>*>span.hidden-xs {
		font-size: 14px;
	}
}

.upload-wrap .input-group-btn>*>span.hidden-xs {
	display: inline-block !important;
}

.upload-wrap .fileinput-upload-button {
	display: inline-block;
	padding: 8px 20px;
	color: #ff4800;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
	background-color: #fff;
}

@media (max-width: 767px) {
	.upload-wrap .fileinput-upload-button {
		padding: 6px 15px;
	}
}

.upload-wrap .fileinput-upload-button:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 5px;
	content: '\e658';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.upload-wrap .fileinput-upload-button:before {
		font-size: 16px;
	}
}

.upload-wrap .btn-file {
	padding: 7px 20px;
	text-transform: capitalize;
	border-color: #ff4800;
	border-radius: 4px !important;
	background-color: #ff4800;
}

@media (max-width: 767px) {
	.upload-wrap .btn-file {
		padding: 6px 15px;
	}
}

.upload-wrap .btn-file:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 5px;
	content: '\e605';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.upload-wrap .btn-file:before {
		font-size: 18px;
	}
}

.upload-wrap .fileinput-remove-button {
	padding: 11px 20px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
	background-color: #fff;
}

.upload-wrap .fileinput-remove-button:hover {
	border: 1px solid #ff4800;
	background-color: #ff4800;
}

.upload-wrap .kv-upload-progress {
	padding: 0 15px;
}

.upload-wrap .file-thumb-progress {
	position: relative;
	top: 0;
	right: auto;
	left: 0;
}

.upload-wrap .file-preview-thumbnails {
	padding: 0 5px;
}

@media (max-width: 767px) {
	.upload-wrap .file-preview-thumbnails {
		flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.upload-wrap .file-live-thumbs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin: 0 -5px;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.upload-wrap .file-drop-zone-title {
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 220px;
	padding: 30px 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.upload-wrap .file-drop-zone-title {
		font-size: 16px;
		min-height: 200px;
	}
}

@media (max-width: 575px) {
	.upload-wrap .file-drop-zone-title {
		font-size: 15px;
	}
}

.upload-wrap .file-drop-zone-title span {
	font-size: .5em;
	display: block;
	margin-top: 10px;
	padding: 0 5px;
}

.upload-wrap .file-preview-frame {
	display: block;
	width: 150px;
	max-width: -webkit-calc(4%) !important;
	max-width: -webkit-calc(20% - 16px) !important;
	max-width: calc(20% - 16px) !important;
	height: auto !important;
	text-align: center;
	vertical-align: top;
}

@media (max-width: 991px) {
	.upload-wrap .file-preview-frame {
		max-width: -webkit-calc(9%) !important;
		max-width: -webkit-calc(25% - 16px) !important;
		max-width: calc(25% - 16px) !important;
	}
}

@media (max-width: 767px) {
	.upload-wrap .file-preview-frame .file-other-icon {
		font-size: 10vw;
	}
}

.upload-wrap .file-preview-frame .kv-file-content {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	height: auto !important;
	padding-bottom: 100%;
}

.upload-wrap .file-preview-frame .kv-file-content>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.upload-wrap .file-preview-frame .file-thumbnail-footer {
	height: auto;
}

.upload-wrap .file-preview-frame .file-preview-other {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.upload-wrap .file-preview-frame .file-preview-other .glyphicon {
	display: block;
}

.upload-wrap .krajee-default .file-footer-caption {
	margin-bottom: 0;
}

.upload-wrap .krajee-default .file-caption-info,
.upload-wrap .krajee-default .file-size-info {
	width: 100%;
	height: auto;
}

.upload-wrap .file-upload-indicator .glyphicon {
	font-size: 16px;
	display: block;
}

.upload-wrap .file-thumbnail-footer {
	position: initial;
}

.upload-wrap .file-footer-buttons {
	float: none;
}

.upload-wrap .file-footer-buttons>button {
	display: none !important;
}

.upload-wrap .file-footer-buttons>button.kv-file-remove {
	display: block !important;
	border: none;
}

.upload-wrap .file-actions {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.upload-wrap .file-caption-icon {
	display: none !important;
}

.upload-wrap .file-footer-caption {
	font-size: 1em;
	line-height: 1.2;
	width: 100%;
}

@media (max-width: 767px) {
	.upload-wrap .file-footer-caption {
		font-size: 12px;
	}
}

.upload-wrap .file-footer-caption samp {
	display: none;
}

.upload-wrap .kv-fileinput-error .close {
	position: relative;
	z-index: 2;
}


/*online*/

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 5;
	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: none !important;
	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;
	line-height: 40px;
	display: inline-block;
	content: '\e607';
	-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: 99;
	right: 0;
	bottom: 23%;
	-webkit-transition: right .3s;
	transition: right .3s;
	border-radius: 40px !important;
	background-color: rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

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

.online-wrap .online a {
	line-height: 50px;
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
}

@media (max-width: 991px) {
	.online-wrap .online a {
		line-height: 45px;
		width: 45px;
		height: 45px;
	}
}

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

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

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 26px;
	font-style: normal;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: rgba(255, 255, 255, .6);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

.online-wrap .online .icon-tel:before {
	content: '\e8bd';
}

.online-wrap .online .icon-mesg:before {
	font-size: 22px;
	content: '\e62e';
}

@media (max-width: 991px) {
	.online-wrap .online .icon-mesg:before {
		font-size: 20px;
	}
}

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

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

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

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

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

.online-wrap .online .icon-email:before {
	font-size: 18px;
	content: '\e603';
}

@media (max-width: 991px) {
	.online-wrap .online .icon-email:before {
		font-size: 16px;
	}
}

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

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

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

.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 {
	line-height: 46px;
	padding: 0 15px;
	color: #fff;
	border-radius: 4px;
	background-color: #ff4800;
}


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

@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 #ff5722;
	border-left: 1px solid #8f3f26;
}

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

.news_wrap .list .item .pic .img-box img,
.download_wrap .list .item .pic .img-box img,
.project_wrap .list .item .pic .img-box img,
.solution_wrap .list .item .pic .img-box img,
.application_details .application_download .list .slick_download .item .pic .img-box img,
.application_details .application_related .list .slick_apprelated .item .pic .img-box img,
.application_details .info_range .list .item .img-box img,
.application_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,
.product_wrap .range_box .left .prod_link .itm .img-box img,
.about_wrap .ab_factory .list .slick_factory .item .pic .img-box img,
.about_wrap .ab_equipment .list .slick_equipment .item .pic .img-box img,
.about_wrap .ab_info .list .abvv .img-box img,
.index_case .list .slick_case .item .pic .img-box img,
.index_news .list .slick_news .item .pic .img-box img,
.index_application .list .slick_application .item .pic .img-box img,
.index_category .list .slick_category .item .pic .img-box img,
.index_product .list .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.news_wrap .list .item:hover .pic .img-box img,
.download_wrap .list .item:hover .pic .img-box img,
.project_wrap .list .item:hover .pic .img-box img,
.solution_wrap .list .item:hover .pic .img-box img,
.application_details .application_download .list .slick_download .item:hover .pic .img-box img,
.application_details .application_related .list .slick_apprelated .item:hover .pic .img-box img,
.application_details .info_range .list .item:hover .img-box img,
.application_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,
.product_wrap .range_box .left .prod_link .itm:hover .img-box img,
.about_wrap .ab_factory .list .slick_factory .item:hover .pic .img-box img,
.about_wrap .ab_equipment .list .slick_equipment .item:hover .pic .img-box img,
.about_wrap .ab_info .list .abvv:hover .img-box img,
.index_case .list .slick_case .item:hover .pic .img-box img,
.index_news .list .slick_news .item:hover .pic .img-box img,
.index_application .list .slick_application .item:hover .pic .img-box img,
.index_category .list .slick_category .item:hover .pic .img-box img,
.index_product .list .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}