@font-face {
	font-family: 'pop';
	src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'pop';
	src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'pop';
	src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'pop';
	src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'pop';
	src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'Teko-Bold';
	src: url(../fonts/Teko-Bold.ttf) format('truetype'), url(../fonts/Teko-Bold.eot) format('eot'), url(../fonts/Teko-Bold.woff) format('woff'), url(../fonts/Teko-Bold.woff2) format('woff2');
	font-weight: 600;
	font-display: swap;
}

@media screen and (max-width: 1000px) {

	.zblehyujh,
	.fdgdgd {
		display: none !important;
	}
}

:root {
	--base-color: #22438e;
	--base-red: #fa0101;
	--base-green: #228e43;
}

body,
html {
	font-size: 100%;
}

body {
	font-family: "pop";
	font-weight: 400;
	max-width: 1920px;
	margin: 0 auto;
}

.ui.container {
	position: relative;
	width: 95%;
	max-width: 1585px;
}

.body-overflow-box {
	position: relative;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#header {
	z-index: 99999;
	position: relative;
	transition: 0.3s all;
}

#header.scoll {
	position: fixed;
	top: -110px;
	left: 0;
	width: 100%;
	transition: 0.3s all;
}

#header.scoll.on {
	top: 0;
	transition: 0.3s all;
}

#header .nav {
	display: inline-block;
	width: 100%;
	background: #000;
	position: relative;
}

#header .nav .feedback {
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
	background: var(--base-color);
	color: #fff;
	position: relative;
	top: 0;
	right: 10px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

#header .nav .feedback:hover {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	background: #000;
}

#header .nav .ui.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	max-width: none;
	width: 100%;
	padding: 10px 0;
	padding-left: 78px;
	padding-right: 320px;
}

#header .nav .ui.menu .logo {
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	vertical-align: middle;
}

#header .nav .ui.menu .menu-box {
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

#header .nav .ui.menu .menu-box ul.menu>li {
	margin: 0 24px;
	font-size: 20px;
	color: white;
	font-weight: 600;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 100;
	float: left;
	position: relative;
	border-bottom: 3px solid transparent;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	padding: 0 10px;
}

#header .nav .ui.menu .menu-box ul.menu>li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 22px;
	width: 0;
	z-index: -1;
	background: var(--base-color);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

#header .nav .ui.menu .menu-box ul.menu>li:hover:before {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	width: 100%;
}

#header .nav .ui.menu .menu-box ul.menu>li.active:before {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	width: 100%;
}

#header .nav .ui.menu .menu-box ul.menu>li>a {
	display: block;
	padding: 6px 0;
}

#header .nav .ui.menu .menu-box ul.menu>li>a:hover{
	color: #FFFFFF;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu {
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 15px;
	background: #fff;
	top: 100%;
	left: -10px;
	width: 180px;
	transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-moz-transform: rotate3d(1, 0, 0, -90deg);
	-ms-transform: rotate3d(1, 0, 0, -90deg);
	-o-transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
	transition: opacity 0.3s, -webkit-transform 0.5s;
	-moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
	transition: transform 0.5s, opacity 0.3s;
	transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
	-moz-transition: -moz-transform 0.5s, opacity 0.3s;
	-webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 3px solid var(--base-color);
	display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li {
	display: block;
	float: none;
	padding: 0 15px;
	line-height: 40px;
	color: black;
	font-size: 12px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-transform: capitalize;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li a {
	display: block;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover {
	background: #222;
	color: white;
}

#header .nav .ui.menu .menu-box ul.menu>li:hover ul.sub-menu {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0, 0, 0, 0);
	-webkit-transform: rotate3d(0, 0, 0, 0);
	-moz-transform: rotate3d(0, 0, 0, 0);
	-ms-transform: rotate3d(0, 0, 0, 0);
	-o-transform: rotate3d(0, 0, 0, 0);
	display: block \9;
}

/* #header .nav .ui.menu .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
#header .nav .ui.menu .language span {
  margin: 0 10px;
} */
#header .nav .ui.menu .h-search {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
	margin-right: 20px;
	cursor: pointer;
	cursor: hand;
}

#header .nav .search-box {
	line-height: normal;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}

#header .nav .search-box form {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 60%;
	margin-left: -30%;
	position: relative;
}

#header .nav .search-box form input {
	background: none;
	outline: none;
	border: none;
}

#header .nav .search-box form input[type="text"] {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	font-size: 26px;
	color: #000;
	padding: 10px 0;
}

#header .nav .search-box form input[type="submit"] {
	width: 22px;
	height: 22px;
	background: url(../images/tc-zoom.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 20px;
}

#header .nav .search-box form input[type="submit"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#header .nav .search-box .close {
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer;
}

#banner .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 80px;
	color: transparent;
	border: none;
	z-index: 1;
	outline: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	opacity: 0;
}

#banner .slick-arrow:hover {
	background-color: var(--base-color);
}

#banner:hover .slick-arrow {
	opacity: 1;
}

#banner .slick-prev {
	background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
	left: 15px;
}

#banner .slick-next {
	background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
	right: 15px;
}

#banner ul.slick-dots {
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#banner ul.slick-dots li {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	border: 6px solid white;
	background-color: var(--base-color);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#banner ul.slick-dots li button {
	display: none;
}

#banner ul.slick-dots li.slick-active {
	border-color: var(--base-color);
	background-color: white;
}

#banner .slick-slide .content {
	display: none;
}

#banner .slick-active .content {
	display: block;
}

table {
	margin-bottom: 20px;
	word-break: break-word;
	width: 100% !important;
	height: auto !important;
	display: block;
	overflow: auto;
}

table tbody {
	display: table;
	width: 100% !important;
}

table td,
table th {
	padding: 15px 10px;
	border: 1px solid #e9ecef;
	width: auto !important;
	height: auto !important;
	white-space: nowrap;
}

table tr {
	width: auto !important;
	height: auto !important;
}

table tr:nth-child(even) {
	background: #eee;
}

.wpulike.wpulike-default {
	display: none;
}

.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
	display: inline-block;
}

.post-views-box {
	position: relative;
	margin-left: 20px;
}

.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
	-webkit-filter: none;
	filter: none;
}

.wpulike {
	z-index: 10;
}

.wpulike.post-views-box {
	z-index: 5;
}

#banner .nivo-directionNav a {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.3);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	color: transparent;
	overflow: hidden;
	text-indent: -999em;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#banner .nivo-directionNav a {
	opacity: 0;
}

#banner:hover .nivo-directionNav a {
	opacity: 1;
}

#banner .nivo-directionNav a:hover {
	background-color: var(--base-color);
}

#banner .nivo-directionNav a.nivo-prevNav {
	background-image: url(../images/banner-btn-l.png);
	left: 40px;
}

#banner .nivo-directionNav a.nivo-nextNav {
	background-image: url(../images/banner-btn-r.png);
	right: 40px;
}

#banner .theme-default .nivo-controlNav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: auto !important;
}

#banner .theme-default .nivo-controlNav a {
	width: 25px !important;
	height: 25px !important;
	background: #fff !important;
	border: 7px solid #7d7d7d !important;
	border-radius: 100% !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin: 0 8px !important;
}

#banner .theme-default .nivo-controlNav a.active {
	border-color: var(--base-color) !important;
}

html.mobile {
	overflow: hidden;
}

html.mobile .body-overflow-box {
	position: relative;
	left: 280px;
}

#mobile {
	position: fixed;
	top: 0;
	left: -280px;
	width: 280px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: none;
	z-index: 20;
	height: 100%;
}

#mobile:before {
	content: '';
	width: 200%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.13);
	z-index: -1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#mobile .mobile-logo {
	position: absolute;
	left: 100%;
	width: 100vw;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #111;
	-o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#mobile .mobile-logo img {
	max-height: 30px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}

#mobile #menu-on {
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	position: absolute;
	left: 100%;
	top: 0;
	cursor: pointer;
	cursor: hand;
	z-index: 1;
}

#mobile #menu-on i {
	width: 23px;
	height: 2px;
	background: #222;
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

#mobile #menu-on i.line1 {
	top: 12px;
}

#mobile #menu-on i.line2 {
	top: 19px;
}

#mobile #menu-on i.line3 {
	top: 26px;
}

#mobile .menu-content {
	width: 100%;
	height: 100%;
	display: block;
	background: #222;
	padding: 40px 10% 60px;
	overflow-y: auto;
	color: white;
}

#mobile .menu-content::-webkit-scrollbar {
	width: 3px;
	border-radius: 1.5px;
}

#mobile .menu-content::-webkit-scrollbar-button {
	display: none;
}

#mobile .menu-content::-webkit-scrollbar-track {
	background-color: #222;
}

#mobile .menu-content::-webkit-scrollbar-thumb {
	background-color: #eee;
}

#mobile .menu-content h3 {
	font-size: 20px;
	color: inherit;
	text-transform: capitalize;
	margin-bottom: 10px;
}

#mobile .mob-search {
	margin-bottom: 10px;
}

#mobile .menu-content h3 i {
	font-size: 16px;
	position: relative;
	top: -1px;
}

#mobile .menu-content .menu-logo {
	display: block;
}

#mobile .menu-content .menu-logo img {
	margin: 0 auto;
}

#mobile .menu-content .menu-list {
	margin: 40px 0;
}

#mobile .menu-content .menu-list ul li {
	font-size: 15px;
	color: inherit;
	text-transform: uppercase;
	line-height: 2;
}

#mobile .menu-content .menu-list ul li a {
	padding: 8px 0;
	display: block;
}

#mobile .menu-content .menu-list ul li a:hover {
	color: #F05D19;
	text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	line-height: 2;
}

#mobile .menu-content .menu-list ul li li a:after {
	content: '';
	width: 6px;
	height: 1px;
	background: white;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#mobile .menu-content .menu-list ul li li li a {
	padding-left: 25px;
}

#mobile .menu-content .menu-list ul li li li a:after {
	width: 12px;
}

#mobile .menu-content .mob-search form {
	position: relative;
}

#mobile .menu-content .mob-search form input {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	padding: 0 15px;
	font-size: 14px;
	color: black;
}

#mobile .menu-content .mob-search form input[type="submit"] {
	width: 45px;
	height: 45px;
	background: url("../images/icon-search-white.png") no-repeat center center #222;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
}

#mobile .menu-content .mob-yuy {
	margin: 40px 0;
}

#mobile .menu-content .mob-yuy ul li {
	margin-bottom: 10px;
	color: inherit;
	font-size: 14px;
}

#mobile .menu-content .mob-yuy ul li img {
	max-width: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#mobile .menu-content .mob-share ul li {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background: #333;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: white;
	font-size: 14px;
	margin-right: 3px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#mobile .menu-content .mob-share ul li:hover {
	background: var(--base-color);
}

#mobile .menu-content #menu-off {
	margin-top: 40px;
	cursor: pointer;
	cursor: hand;
}

#mobile.active {
	left: 0;
}

#mobile.active:before {
	right: 0;
}

#mobile.active #menu-on i.line1 {
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-moz-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotateZ(45deg);
	transform: translateX(-50%) rotateZ(45deg);
	top: 12px;
	margin-left: 3px;
}

#mobile.active #menu-on i.line2 {
	opacity: 0;
}

#mobile.active #menu-on i.line3 {
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-moz-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotateZ(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
	top: 28px;
	margin-left: 3px;
}

#mobile.white .mobile-logo {
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #000;
}

#mobile.white .menu-content {
	background: #000;
	color: #fff;
}

#mobile.white .menu-content .menu-list ul li li a:after {
	background: #fff;
}

#mobile.white .menu-content .mob-search form input {
	border: 1px solid black;
}

#mobile.white .menu-content .mob-search form input[type="submit"] {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

@-webkit-keyframes hg1 {
	0% {
		width: 0;
	}

	20% {
		width: 20%;
	}

	40% {
		width: 40%;
	}

	60% {
		width: 60%;
	}

	100% {
		width: 100%;
	}
}

@-moz-keyframes hg1 {
	0% {
		width: 0;
	}

	20% {
		width: 20%;
	}

	40% {
		width: 40%;
	}

	60% {
		width: 60%;
	}

	100% {
		width: 100%;
	}
}

@keyframes hg1 {
	0% {
		width: 0;
	}

	20% {
		width: 20%;
	}

	40% {
		width: 40%;
	}

	60% {
		width: 60%;
	}

	100% {
		width: 100%;
	}
}

#banner {
	background-color: #fff;
}

#banner .info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

#banner .info .left {
	position: relative;
}

#banner .info .left li {
	position: relative;
}

#banner .info .left li>img {
	width: 100%;
	min-height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}

#banner .info .left li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

#banner .info .left .text {
	position: absolute;
	color: #fff;
	top: 36%;
	left: 0%;
	right: 0%;
	text-align: center;
	width: 100%;
}

#banner .info .left .text span {
	font-size: 30px;
	line-height: 2;
}

#banner .info .left .text h3 {
	margin-top: 40px;
	font-size: 50px;
	line-height: 2;
	text-align: center;
	font-weight: 700;
}

#banner .info .left .slide {
	position: absolute;
	top: 47%;
	left: 5%;
}

#banner .info .left .slide .prev-next {
	color: #f18101;
	font-size: 14px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#banner .info .left .slide .down {
	margin-top: 120px;
	color: #fff;
	font-size: 14px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#banner .info .right {
	position: relative;
	background: #fff;
}

#banner .info .right::after {
	position: absolute;
	content: "";
	width: 0;
	height: 5px;
	background: var(--base-color);
	bottom: 0;
	left: 0;
	-webkit-animation: hg1 3s linear infinite;
	-moz-animation: hg1 3s linear infinite;
	animation: hg1 3s linear infinite;
}

#banner .info .right li>img {
	width: 100%;
	min-height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}

#banner .info .right .text {
	background-color: #fff;
	padding: 50px 0 60px 99px;
	height: 78px;
}

#banner .info .right .text .text1 {
	display: inline-block;
	font-size: 24px;
	line-height: 1;
}

#banner .info .right .text .text2 {
	display: inline-block;
	margin-left: 42px;
	font-size: 24px;
	color: var(--base-color);
	line-height: 1;
	position: relative;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: translate-opacity-up-out-0--30;
	-moz-animation-name: translate-opacity-up-out-0--30;
	animation-name: translate-opacity-up-out-0--30;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	font-weight: bold;
}

#banner .info .right .text .text2::before {
	content: '';
	width: 18px;
	height: 1px;
	background-color: var(--base-color);
	display: inline-block;
	vertical-align: middle;
	margin: -10px 13px 0 0;
}


.banner-page {
	padding: 140px 0;
    width: 100%;
    margin: 0 auto;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    /* min-height: 100vh; */
    /* position: relative; */
    width: 100%;
}

.banner-page .banner-tag {
	background: rgba(242, 153, 47, .6);
	border-radius: 10px;
	padding: 30px 0;
}

.banner-tag h2 {
	font-weight: 600;
	color: #FFFFFF;
	font-size: 60px;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #efa929, 0 0 20px #efa929;
	-webkit-text-stroke: 1px #22438e;
}

.banner-tag li a {
	color: #000000;
	font-weight: 600;
	font-size: 20px;
}

.banner-tag li a:hover {
	color: #fff;
}



/* 
a.more {
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	padding: 10px 45px;
	border-radius: 10px;
	background: var(--base-color);
} */

/* #index-body {
	background: #000;
} */

#index-body h3.title {
	font-weight: 500;
	color: #000000;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
	z-index: 3;
}

#index-body h3.title:before {
	height: 1px;
	content: "";
	width: 100%;
	position: absolute;
	background: #949494;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#index-body h3.title:after {
	content: "";
	width: 100%;
	position: absolute;
	height: 3px;
	width: 267px;
	background: var(--base-color);
	bottom: 0;
	z-index: 3;
	left: 0;
}

#index-body span.tag {
	font-weight: 500;
	font-size: 30px;
	color: #F05D19;
	padding-right: 130px;
	position: relative;
	z-index: 3;
}

#index-body span.tag::before {
	content: "";
	width: 100px;
	height: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 0;
	background: var(--base-color);
}

.gxs-about {
	padding: 90px 0;
	background: url(../images/appbj-1_.png) top right no-repeat;
}

.gxs-about .top {
	margin-bottom: 50px;
}

.gxs-about .main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gxs-about .main .left {
	position: relative;
}

.gxs-about .main .imgbox {
	position: relative;
	z-index: 1;
	padding-right: 15px;
}

.gxs-about .main .imgbox::before {
	border: 20px solid #000;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: rgb(0, 0, 0);
	border-right: 0px;
	content: '';
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 40%;
}

.gxs-about .main .imgbox::after {
	background-image: url(../images/bg-plus.png);
	content: '';
	position: absolute;
	z-index: -1;
	right: 0px;
	top: -20px;
	bottom: 0px;
	width: 60%;
	opacity: 0.4;
}


.gxs-about .main .right {
	color: #fff;
}

.gxs-about .main .right .text {
	max-width: 760px;
	color: #000000;
}

.gxs-about .main .right h2 {
	font-weight: 700;
	line-height: 2;
	margin-top: 30px;
}

.gxs-about .main .right p {
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 40px;
	line-height: 2;
}


a.more {
	box-shadow: none;
	text-decoration: none;
	box-sizing: border-box;
	z-index: 1;
	overflow: hidden;
	/* 隐藏溢出内容 */
	display: inline-block;
	outline: none;
	color: #fff;
	padding: 10px 15px;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
	background-color: #F05D19;
	border: none;
	font-size: 15px;
	font-weight: 500;
	transition: 0.5s all ease;
	border-radius: 4px;
	/* 可选：添加圆角使外观更协调 */
}

a.more:before {
	content: "";
	position: absolute;
	box-sizing: border-box;
	z-index: -1;
	top: -4px;
	left: -14px;
	background: rgba(0, 0, 0, 0.1);
	height: 50px;
	width: 50px;
	border-radius: 50px;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform 1s ease-out;
}

a.more i {
	padding-right: 10px;
}

a.more:hover {
	background-color: #c44900;
	transform: translateY(-2px);
}

a.more:hover:before {
	transform: scale(8);
}


/* .gxs-about .main .right a.more {
	box-shadow: none;
	text-decoration: none;
	box-sizing: border-box;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	outline: none;
	color: #fff;
	padding: 10px 15px;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-table;
	background-color: #db5200;
	border: none;
	font-size: 15px;
	font-weight: 500;
	transition: 0.5s all ease;
}

.gxs-about .main .right a.more:before {
	content: "";
	position: absolute;
	box-sizing: border-box;
	z-index: -1;
	top: -4px;
	left: -14px;
	background: rgba(0, 0, 0, 0.1);
	height: 50px;
	width: 50px;
	border-radius: 50px;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform 1s ease-out;
	transition: transform 1s ease-out;
}


.gxs-about .main .right a.more i {
	padding-right: 10px;
} */

.gxs-adv {
	padding-bottom: 90px;
	padding-top: 60px;
}

.gxs-adv .ui.container {
	padding: 0 30px;
}

.gxs-adv .company-feature {
	font-size: 18px;
	text-align: center;
	transform: perspective(1px) translateZ(0);
	position: relative;
	transition-property: color;
	transition-duration: 0.5s;
	padding: 30px;
	background: linear-gradient(to right, #f3f3f3 0%, #fbfbfb 66%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#00ffffff', GradientType=1);
}

.gxs-adv .company-feature::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F05D19;
	transform: scaleX(0);
	transform-origin: 50% 0%;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

.gxs-adv .company-feature:hover::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.gxs-adv .company-feature h4 {
	font-weight: 600;
	margin-bottom: 10px;
}

.gxs-adv .company-feature p {
	line-height: 1.8;
	margin-bottom: 10px;
}

.gxs-adv .company-feature a {
	color: #F05D19;
	font-weight: 600;
}

.gxs-adv .company-feature a i {
	padding-left: 10px;
	/* color: #F05D19; */
}

.gxs-adv .company-feature:hover h4,
.gxs-adv .company-feature:hover a,
.gxs-adv .company-feature:hover p {
	color: #fff;
}

/* .gxs-adv .company-feature span{
	position: relative;
	
}

.gxs-adv .company-feature span::before{
		content: "";
		display: inline-block;
		width: 100px;
		height: 100px;
		margin-right: 10px;
		
}
.gxs-adv .company-feature:first-child span::before{
	background-image: url(../images/adv-1.png);
}




.gxs-adv .company-feature:hover span::before{
	content: "";
	background-image: url(../images/adv-1-white.png);
} */

.demo-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin-bottom: 10px;
}

.hover-switch {
	position: relative;
	display: inline-block;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.gxs-adv .company-feature:hover .hover-switch {
	transform: translateY(-5px);
}

.hover-switch img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 默认显示的图片 */
.hover-switch .default-img {
	opacity: 1;
	transform: scale(1);
}

/* 悬停时显示的图片 */
.hover-switch .hover-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1.1);
}

/* 悬停状态 */
.gxs-adv .company-feature:hover .hover-switch .default-img {
	opacity: 0;
	transform: scale(1.1);
}

.gxs-adv .company-feature:hover .hover-switch .hover-img {
	opacity: 1;
	transform: scale(1);
}




/* .gxs-adv .ui.container ul.advlist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -60px;
}

.gxs-adv .ui.container ul.advlist li {
	padding: 0 60px;
}

.gxs-adv .ui.container ul.advlist li .item {
	text-align: center;
}

.gxs-adv .ui.container ul.advlist li .item:hover i img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	margin: 0 auto;
}

.gxs-adv .ui.container ul.advlist li .item i {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

.gxs-adv .ui.container ul.advlist li .item i img {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

.gxs-adv .ui.container ul.advlist li .item h4 {
	font-weight: 700;
	line-height: 2;
	margin: 15px 0;
	color: var(--base-color);
}

.gxs-adv .ui.container ul.advlist li .item p {
	color: #fff;
	font-weight: 300;
	line-height: 2;
} */

.gxs-product {
	padding: 90px 0;
}

.gxs-product .top {
	margin-bottom: 55px;
}

.gxs-product .productbox ul.productlist {
	margin: 0 -12px;
}

.gxs-product .productbox ul.productlist li {
	padding: 0 12px;
}

.gxs-product .productbox ul.productlist li .item {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

/* .gxs-product .productbox ul.productlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
  
} */
.gxs-product .productbox ul.productlist li .item {
	border-radius: 30px 0px 30px 0;
}

.gxs-product .productbox ul.productlist li .item .img-box {
	border-radius: 30px 0px 0 0;
}

.gxs-product .productbox ul.productlist li .item:hover .textbox {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;

}

.gxs-product .productbox ul.productlist li .item:hover .textbox a {
	color: #F05D19;
}

.gxs-product .productbox ul.productlist li .item:hover .textbox h5 a {
	color: #22438e;
}

.gxs-product .productbox ul.productlist li .item .textbox {
	text-align: center;
	padding: 30px 15px;

	color: #000;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

.gxs-product .productbox ul.productlist li .item .textbox h5 {
	margin-bottom: 20px;
	line-height: 2;
}

.gxs-product .productbox ul.productlist li .item .textbox h5>a {
	font-weight: 600;
}

.gxs-product .productbox ul.productlist li .item .textbox a {
	font-weight: 700;
	font-size: 18px;
}

.gxs-product .productbox ul.productlist .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.gxs-product .productbox ul.productlist .slick-dots li {
	margin: 0 10px;
	display: block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 1px solid var(--base-color);
}

.gxs-product .productbox ul.productlist .slick-dots li button {
	display: none;
}

.gxs-product .productbox ul.productlist .slick-dots li.slick-active {
	background: var(--base-color);
}

.gxs-app {
	padding: 90px 0;
	background: url(../images/appbj-2.jpg) bottom left no-repeat;
}


.gxs-title {
	padding-bottom: 90px;
	position: relative;
	z-index: 3;
	text-align: center;
}

.gxs-title h3 {
	font-size: 50px;
}

.sapn_title {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
	font-weight: 500;
	color: #db5200;
	background-color: #f9f9f9;
	padding: 5px 15px;
	border-left: 3px solid #db5200;
}

.gxs-app .appmain {
	padding-left: 8.5%;
}

.gxs-app .appmain .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gxs-app .appmain .container .textbox {
	color: #fff;
	text-align: left;
	max-width: 520px;
	width: 35%;
}

.gxs-app .appmain .container .textbox h4 {
	line-height: 2;
	font-weight: 700;
}

.gxs-app .appmain .container .textbox p {
	line-height: 1.61111111;
	margin-top: 35px;
	margin-bottom: 80px;
}

.gxs-app .appmain .container .textbox .navbox {
	width: 100%;
	margin-top: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gxs-app .appmain .container .textbox .navbox span {
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background: #313131;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	cursor: pointer;
}

.gxs-app .appmain .container .textbox .navbox span:hover {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	background: var(--base-color);
}

.gxs-app .appmain .container .textbox .navbox span.slick-next {
	margin-left: 15px;
}

.gxs-app .appmain .container .textbox .navbox span i {
	font-size: 20px;
}

.gxs-app .appmain .container .appbox {
	padding-left: 70px;
	width: 65%;
}

.gxs-app .appmain .container .appbox ul.applist {
	margin: 0 -16px;
}

.gxs-app .appmain .container .appbox ul.applist li {
	padding: 0 16px;
	padding-top: 200px;
	padding-bottom: 0;
}

.gxs-app .appmain .container .appbox ul.applist li .item .text {
	color: #fff;
	text-align: left;
	padding-left: 20px;
	margin-top: -72px;
}

.gxs-app .appmain .container .appbox ul.applist li .item .text span {
	font-size: 110px;
	line-height: 1;
	font-family: "Teko-Bold";
}

.gxs-app .appmain .container .appbox ul.applist li .item .text h4 {
	line-height: 2;
	margin-top: 10px;
}

.gxs-app .appmain .container .appbox ul.applist .slick-current li {
	padding-top: 0;
	padding-bottom: 200;
}

.gxs-news {
	padding-top: 90px;
	padding-bottom: 180px;
}

.gxs-news .top {
	margin-bottom: 50px;
}

.gxs-news .newsbox ul.newslist {
	margin: 0 -15px;
}

.gxs-news .newsbox ul.newslist li {
	padding: 0 15px;
}

.gxs-news .newsbox ul.newslist li .item {
	background: #fff;
	padding: 40px 20px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	color: #000;
	/* text-align: center; */
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.gxs-news .newsbox ul.newslist li .item:hover {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	background: var(--base-color);
	color: #fff;
}

.gxs-news .newsbox ul.newslist li .item:hover span.date img {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-filter: brightness(100);
	filter: brightness(100);
}



.gxs-news .newsbox ul.newslist li .item h4 {
	font-size: 24px;
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.gxs-news .newsbox ul.newslist li .item h4 a {
	color: #000000;
}

.gxs-news .newsbox ul.newslist li .item:hover h4 a {
	color: #ffffff;
}


.gxs-news .newsbox ul.newslist li .item span.date {
	font-weight: 300;
	display: flex;
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center; */
	align-items: center;
	margin: 15px 0;
	font-size: 16px;
	border-bottom: 3px solid #F05D19;
}

.gxs-news .newsbox ul.newslist li .item:hover span.date {
	border-bottom: 3px solid #000000;
}

.gxs-news .newsbox ul.newslist li .item span.date img {
	margin-right: 12px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-filter: brightness(1);
	filter: brightness(1);
}

.gxs-news .newsbox ul.newslist li .item em {
	font-weight: 600;
	color: #000000;
}

.gxs-news .newsbox ul.newslist li .item em span {
	font-size: 36px;
	color: #F05D19;
}

.gxs-news .newsbox ul.newslist li .item:hover em,
.gxs-news .newsbox ul.newslist li .item:hover em span {
	color: #ffffff;
}

.gxs-news .newsbox ul.newslist li .item p {
	font-weight: 300;
	line-height: 2;
	margin-bottom: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.gxs-news .newsbox ul.newslist li .item a {
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	color: #F05D19;
}

.gxs-news .newsbox ul.newslist li .item a i {
	padding-left: 2px;
	transition: 0.5s all ease;
}

.gxs-news .newsbox ul.newslist li .item:hover a i {
	padding-left: 10px;
	color: #ffffff;
}


#footer {
	padding-top: 80px;
	background: #000;
}

#footer .footer-main {
	background: url(../images/footer-bj.jpg) center top no-repeat;
	background-size: cover;
}

#footer .footer-main .ui.container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer .footer-main .ui.container .left {
	text-align: center;
	margin-top: -150px;
}

#footer .footer-main .ui.container .left form {
	width: 100%;
	max-width: 510px;
	padding: 35px 65px 65px;
	background: #e8e7e8;
	text-align: center;
	display: inline-block;
}

#footer .footer-main .ui.container .left form h4 {
	font-weight: 600;
	font-style: italic;
	color: #232323;
	margin-bottom: 45px;
}

#footer .footer-main .ui.container .left form ul li {
	text-align: left;
	margin-bottom: 25px;
	font-size: 16px;
}

#footer .footer-main .ui.container .left form ul li input[type="text"] {
	background: transparent;
	height: 50px;
	line-height: 50px;
	width: 100%;
	max-width: 330px;
	border: none;
	border-bottom: 1px solid #aaa;
}

#footer .footer-main .ui.container .left form ul li input[type="submit"] {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: var(--base-color);
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	margin-top: 70px;
	border-radius: 30px;
}

#footer .footer-main .ui.container .left form ul li input[type="submit"]:hover {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	background: #000;
}

#footer .footer-main .ui.container .right {
	padding-left: 35px;
	text-align: left;
	padding-top: 50px;
}

#footer .footer-main .ui.container .right h3 {
	font-weight: 500;
	color: #fff;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
	max-width: 1170px;
	z-index: 3;
	margin-bottom: 50px;
	display: inline-block;
	width: auto;
}

#footer .footer-main .ui.container .right h3:before {
	height: 1px;
	content: "";
	width: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#footer .footer-main .ui.container .right h3:after {
	content: "";
	width: 100%;
	position: absolute;
	height: 3px;
	width: 267px;
	background: var(--base-red);
	bottom: 0;
	z-index: 3;
	left: 0;
}

#footer .footer-main .ui.container .right .infolist li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 35px;
}

#footer .footer-main .ui.container .right .infolist li:nth-child(2) img {
	margin-left: -10px;
}

#footer .footer-main .ui.container .right .infolist li img {
	margin-right: 15px;
}

#footer .footer-main .ui.container .right .infolist li p {
	font-size: 18px;
	line-height: 2;
	color: #fff;
	opacity: 0.8;
}

#footer .footer-main .footer-link li {
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 5px;
}

#footer .footer-main .footer-link li:first-child {
	color: #F05D19;
	font-weight: 600;
	font-size: 16px;
}

#footer .footer-main .footer-link li a:hover {
	color: #F05D19;
}


#footer .footer-bottom {
	padding: 20px 0;
	width: 100%;
	background: #000;
}

#footer .footer-bottom li {
	font-size: 16px;
	color: #fff;
	opacity: 0.5;
	display: inline-block;
}

#footer .footer-bottom li:last-child {
	float: right;
	opacity: 1;
}

.font-50 {
	font-size: 50px;
}

.font-23 {
	font-size: 23px;
}

.font-44 {
	font-size: 44px;
}

.font-26 {
	font-size: 26px;
}

@media screen and (max-width: 1850px) {
	#header .nav .ui.menu .menu-box ul.menu>li {
		font-size: 20px;
	}
}

@media screen and (max-width: 1800px) {

	/* #header .nav .ui.menu .language {
    width: 320px;
  } */
	#header .nav .ui.menu {
		padding-right: 350px;
	}

	#header .nav .ui.menu .menu-box ul.menu>li {
		margin: 0 20px;
	}

	#banner .info .right .text {
		background-color: #fff;
		padding: 50px 0 0px 99px;
		height: auto;
	}

	.gxs-about .main .right .text {
		padding-left: 40px;
	}
}

@media screen and (max-width: 1600px) {
	#banner .info .left .text h3 {
		font-size: 48px;
	}

	#banner .info .right .text {
		padding: 20px 0 0px 99px;
	}

	/* #header .nav .ui.menu .language {
    font-size: 18px;
    width: 200px;
  } */
	#header .nav .ui.menu {
		padding-right: 200px;
	}

	#header .nav .ui.menu .menu-box ul.menu>li {
		margin: 0 20px;
		font-size: 16px;
	}

	.gxs-adv .ui.container ul.advlist {
		margin: 0 -30px;
	}

	.gxs-adv .ui.container ul.advlist li {
		padding: 0 30px;
	}

	.font-44 {
		font-size: 36px;
	}

	.font-22 {
		font-size: 18px;
	}
}

@media screen and (max-width: 1400px) {
	#header .nav .ui.menu .menu-box {
		margin-left: 20px;
	}

	#header .nav .ui.menu .menu-box ul.menu>li {
		margin: 0 10px;
		font-size: 16px;
	}

	#banner .info .left .text h3 {
		font-size: 36px;
	}

	#banner .info .left .text span {
		font-size: 20px;
	}

	#banner .info .right .text .text1 {
		font-size: 20px;
	}

	#banner .info .right .text .text2 {
		font-size: 20px;
	}

	.gxs-about .main .right .text {
		padding-left: 20px;
		padding-right: 20px;
	}

	.font-36 {
		font-size: 30px;
	}

	.font-23 {
		font-size: 20px;
	}

	.font-18 {
		font-size: 16px;
	}

	.font-22 {
		font-size: 16px;
	}

	.font-50 {
		font-size: 40px;
	}
}

@media screen and (max-width: 1200px) {

	/* #header .nav .ui.menu .language {
    font-size: 14px;
    width: 160px;
  } */
	#header .nav .ui.menu {
		padding-right: 160px;
	}

	#header .nav .ui.menu .menu-box ul.menu>li {
		margin: 0 5px;
		font-size: 14px;
	}

	#header .nav .ui.menu .logo {
		max-width: 100px;
	}

	.gxs-about .main {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.font-44 {
		font-size: 26px;
	}

	.gxs-about .main .right .iconbox img {
		width: 48%;
	}

	.font-26 {
		font-size: 20px;
	}

	#footer .footer-main .ui.container .left form h4 {
		margin-bottom: 20px;
	}

	#footer .footer-main .ui.container .left form ul li input[type="submit"] {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1000px) {

	#banner,
	.inner-banner {
		margin-top: 40px;
	}

	#header {
		display: none;
	}

	#mobile {
		display: block;
	}

	#banner .info .right .text {
		padding: 20px 0 0px 20px;
	}

	#banner .info .left .text h3 {
		font-size: 24px;
		margin-top: 20px;
	}

	.gxs-about .main .left .text {
		display: none;
	}

	.font-36 {
		font-size: 24px;
	}

	.gxs-about .main .right .iconbox {
		display: none;
	}

	#index-body span.tag {
		font-size: 20px;
	}

	.font-44 {
		font-size: 20px;
	}
}

@media screen and (max-width: 800px) {
	#footer .footer-bottom p {
		font-size: 12px;
	}

	#footer .footer-bottom svg {
		max-height: 22px;
	}

	#footer .footer-bottom p a.tt {
		position: relative;
		top: -4px;
	}

	#footer .footer-bottom .ui.container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#footer .footer-bottom .ui.container p {
		text-align: center;
	}

	#banner .info .right .text {
		display: none;
	}

	.gxs-about .main .left {
		width: 100%;
	}

	.gxs-about .main .right {
		width: 100%;
		margin-top: 20px;
	}

	.gxs-about {
		padding: 20px 0;
	}

	.font-50 {
		font-size: 32px;
	}

	.gxs-adv {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.gxs-app {
		padding: 20px 0;
		background: #000;
	}

	.gxs-product {
		padding: 20px 0;
	}

	.gxs-app .appmain .container .appbox ul.applist li {
		padding: 0 16px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.gxs-app .appmain .container .appbox ul.applist .slick-current li {
		padding: 0 16px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.gxs-app .appmain .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.gxs-app .appmain .container .textbox {
		width: 100%;
	}

	.gxs-app .appmain .container .appbox {
		width: 100%;
	}

	.gxs-app .appmain .container .textbox .navbox {
		margin-top: 20px;
	}

	.gxs-app .appmain .container .textbox p {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.gxs-app .appmain .container .appbox {
		margin-top: 20px;
	}

	.gxs-news {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#footer .footer-main .ui.container .left {
		width: 100%;
		margin-top: 0;
	}

	#footer .footer-main .ui.container .right {
		width: 100%;
	}

	#footer {
		padding-top: 20px;
	}

	#footer .footer-main {
		background: #000;
	}

	#footer .footer-main .ui.container .left form {
		width: 100%;
		max-width: 510px;
		padding: 20px 20px 20px;
		background: #e8e7e8;
		text-align: center;
		display: inline-block;
	}

	#footer .footer-main .ui.container .right ul li p {
		font-size: 14px;
	}

	#footer .footer-main .ui.container .right ul li {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 600px) {
	.gxs-app .appmain .container .appbox {
		padding-left: 0px;
		width: 100%;
	}

	.font-50 {
		font-size: 20px;
	}

	#footer .footer-main .ui.container .right {
		padding-left: 0;
		text-align: left;
		padding-top: 20px;
	}

	.gxs-news .newsbox ul.newslist li .item {
		padding: 20px 15px;
	}

	#banner .info .left .text h3 {
		font-size: 20px;
	}

	#banner .info .left .text span {
		font-size: 14px;
	}

	.font-26 {
		font-size: 16px;
	}

	.font-36 {
		font-size: 20px;
	}
}

@-webkit-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: .3;
	}

	to {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0;
	}
}

@-moz-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: .3;
	}

	to {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0;
	}
}

@keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: .3;
	}

	to {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0;
	}
}

.play2 {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.play2::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 100%;
	background: transparent;
	background: #fff;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1;
}

.play2::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 100%;
	background: #fff;
	background: transparent;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s;
}

/* #pups_from {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 80%;
	width: 1000px;
	max-width: 90%;
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 22;
	background: white;
	padding: 30px;
	overflow: auto;
}

#pups_from .pups_from_l {
	width: 50%;
	float: left;

}

#pups_from .pups_from_l img {
	width: 100%;
	padding-right: 15px;
}

#pups_from .pups_from_r {
	width: 50%;
	float: right;

}

#pups_from .pups_from_r ul li:first-child {
	padding-right: 4%;
}

#pups_from .pups_from_r ul li:first-child,
#pups_from .pups_from_r ul li:nth-child(2) {
	width: 48%;
	float: left;
}

#pups_from h4 {
	font-size: 18px;
	color: #222;
	text-transform: capitalize;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	padding: 15px 20px;
	background: #f5f5f5;
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#pups_from form {
	margin-top: 40px;
}

#pups_from i.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: #eee;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#pups_from i.close:after,
#pups_from i.close:before {
	content: "";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	width: 70%;
	height: 2px;
	margin-top: -1px;
	background: black;
	position: absolute;
	top: 50%;
	left: 15%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#pups_from i.close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#pups_from i.close:hover {
	background: var(--base-color);
}

#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
	background: white;
}

#pups_from form ul li {
	margin-bottom: 10px;
	position: relative;
}

#pups_from form ul li label {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

#pups_from form ul li label em {
	color: red;
	margin-right: 2px;
}

#pups_from form ul li input,
#pups_from form ul li textarea {
	width: 100%;
	line-height: 24px;
	padding: 6px 15px;
	border: 1px solid #eee;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	font-size: 16px;
}

#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
	border-color: var(--base-color);
}

#pups_from form ul li textarea {
	height: 80px;
}

#pups_from form ul li input[type="submit"] {
	width: auto;
	padding: 6px 40px;
	display: inline-block;
	background: var(--base-color);
	color: white;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#pups_from form ul li input[type="submit"]:hover {

	background: #F05D19;
}

#pups_from form ul li:last-child {
	margin-bottom: 0;
} */

/* #Pop_UpsBtn {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: fixed;
	border-radius: 100%;
	background: #F05D19;
	color: white;
	right: 2%;
	bottom: 5%;
	font-size: 24px;
	-o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	cursor: hand;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#Pop_UpsBtn:hover {
	background: #000000;
}

#pups_from i.close:after,
#pups_from i.close:before {
	content: '';
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	width: 70%;
	height: 2px;
	margin-top: -1px;
	background: black;
	position: absolute;
	top: 50%;
	left: 15%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#pups_from i.close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#pups_from i.close:hover {
	background: var(--base-color);
}

#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
	background: white;
} */



.show-btn {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: fixed;
	border-radius: 100%;
	background: #F05D19;
	color: white;
	right: 2%;
	bottom: 5%;
	font-size: 24px;
	-o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	cursor: hand;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.show-btn:hover {
	background: #0056b3;
}


#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 21;
}


#pups_from {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 80%;
	width: 1000px;
	max-width: 90%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 22;
	background: white;
	padding: 30px;
	overflow: auto;
	border-radius: 8px;
}

#pups_from .pups_from_l {
	width: 50%;
	float: left;
}

#pups_from .pups_from_l img {
	width: 100%;
	padding-right: 15px;
}

#pups_from .pups_from_r {
	width: 50%;
	float: right;
	position: relative;
}


#pups_from h4 {
	font-size: 18px;
	color: #222;
	text-transform: capitalize;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	padding: 15px 20px;
	background: #f5f5f5;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

#pups_from i.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: #eee;
	cursor: pointer;
	transition: .3s;
	z-index: 20;
}

#pups_from i.close:after,
#pups_from i.close:before {
	content: "";
	width: 70%;
	height: 2px;
	margin-top: -1px;
	background: black;
	position: absolute;
	top: 50%;
	left: 15%;
	transform: rotate(45deg);
}

#pups_from i.close:after {
	transform: rotate(-45deg);
}

#pups_from i.close:hover {
	background: var(--base-color);
}

#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
	background: white;
}


#pups_from form {
	margin-top: 60px;
}

#pups_from form ul li {
	margin-bottom: 10px;
	position: relative;
}

#pups_from form ul li label {
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}

#pups_from form ul li label em {
	color: red;
	margin-right: 2px;
}

#pups_from form ul li input,
#pups_from form ul li textarea {
	width: 100%;
	line-height: 24px;
	padding: 6px 15px;
	border: 1px solid #eee;
	transition: .3s;
	font-size: 16px;
	border-radius: 4px;
}

#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
	border-color: var(--base-color);
}

#pups_from form ul li textarea {
	height: 80px;
}

#pups_from form ul li input[type="submit"] {
	width: auto;
	padding: 8px 40px;
	display: inline-block;
	background: var(--base-color);
	color: white;
	transition: .3s;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

#pups_from form ul li input[type="submit"]:hover {
	background: #F05D19;
}

#pups_from form ul li:last-child {
	margin-bottom: 0;
}





*::-webkit-scrollbar-thumb {
	background-color: var(--base-color) !important;
}

.backtop {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: fixed;
	border-radius: 100%;
	background: #F05D19;
	color: #fff;
	right: 2%;
	bottom: 100px;
	font-size: 24px;
	-o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	cursor: hand;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.backtop:hover {
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	background: #000;
}

.ewmbtn {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: fixed;
	border-radius: 100%;
	background: #F05D19;
	color: #fff;
	right: 2%;
	bottom: 180px;
	font-size: 24px;
	-o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	cursor: hand;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.ewmbtn:hover {
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	background: #000;
}

.ewmbtn .ewm {
	width: 115px;
	height: 115px;
	border-radius: 5px;
	padding: 5px;
	background: #fff;
	display: none;
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#Pop_UpsBtn {
	bottom: 20px;
}

.mb-nav {
	position: relative;
	padding: 20px;
	display: none;
}

.mb-nav h5 {
	font-size: 24px;
	font-weight: bold;
	background: #7bc21f;
	color: #222;
	width: 100%;
	border-radius: 5px;
	padding: 10px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

.mb-nav h5:hover {
	color: #fff;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

.mb-nav .catebox {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	z-index: 99;
	background: #fff;
	display: none;
}

.mb-nav .catebox i {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000;
	z-index: 9999;
	font-size: 20px;
	padding: 20px;
}

.mb-nav .catebox i:hover {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	color: #7bc21f;
}

.mb-nav .catebox ul.catelist>li {
	margin: 5px 0;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.mb-nav .catebox ul.catelist>li ul.sub-menu {
	width: 100%;
}

.mb-nav .catebox ul.catelist>li ul.sub-menu li li {
	padding-left: 20px;
	margin: 5px;
	font-size: 14px;
	color: #000;
}

.mb-nav .catebox ul.catelist>li li a {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

.mb-nav .catebox ul.catelist>li li a:hover {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	color: #7bc21f;
}

img[src=""],
img:not([src]) {
	opacity: 0;
}


/*inner css add*/
.inner-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.inner-banner .left {
	width: 20%;
	background-size: cover;
}

.inner-banner .right {
	width: 80%;
	background-size: cover;
	color: #FFFFFF;
}

.inner-banner .mml-text {
	padding-left: 100px;
}

.inner-banner h2 {
	text-transform: capitalize;
	line-height: 40px;
}

@media screen and (max-width: 1000px) {
	.inner-banner .left {
		display: none;
	}

	.inner-banner .right {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.inner-banner .right {
		padding: 0 15px;
	}

	.inner-banner .mml-text {
		padding-left: 0;
		background: transparent;
	}
}

@media screen and (max-width: 1000px) {
	.font-40 {
		font-size: 30px;
	}

	.font-30 {
		font-size: 20px;
	}

	.font-22 {
		font-size: 18px;
	}
}

@media screen and (max-width: 700px) {
	.font-40 {
		font-size: 24px;
	}

	.font-26 {
		font-size: 18px;
	}

	.font-22 {
		font-size: 14px;
	}

	.font-18 {
		font-size: 14px;
		line-height: 28px;
	}
}

.about-page .about-1 .play {
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.about-page .about-1 .play::before,
.about-page .about-1 .play::after {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: rgba(255, 255, 255, 0.6);
	-webkit-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1;
}

.about-page .about-1 .play::after {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}

.about-page .about-1 .left {
	vertical-align: middle;
}

.about-page .about-1 .left .img {
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.about-page .about-1 .right {
	vertical-align: middle;
}

.about-page .about-1 a.contact {
	display: inline-block;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, right top, from(#22428c), to(#22438e));
	background-image: -webkit-linear-gradient(left, #22428c, #22438e);
	background-image: -moz-linear-gradient(left, #22428c, #22438e);
	background-image: linear-gradient(to right, #22428c, #22438e);
	box-shadow: 0 0 20px rgba(34, 66, 140 .6);
}

.about-page .about-2 .left {
	padding-right: 80px;
}

.about-page .about-2 .right .img {
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.about-page .about-2 .list ul li+li {
	margin-top: 25px;

}

.about-page .about-2 .list h4 {
	line-height: 25px;
	font-size: 16px;
	font-weight: 600;
}

.about-page .about-2 .list h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 4px;
	background-color: #22438e;
}




.about-page .about-2 .list p {
	margin-top: 5px;
	color: #666666;
}

.about-page .about-2 .list i {
	height: 1px;
	background-color: #d2d2d2;
}

.about-page .about-2 .list i::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	left: 100%;
	top: -4px;
	background-color: #22438e;
}

/*.about-page .about-3 {
  height: 580px;
  background: url(../images/about-3.jpg) no-repeat center;
  background-size: cover;
}*/
.about-page .about-3 img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.about-page .about-4 {
	margin-top: -40px;
}

.about-page .about-4 ul {
	margin: -5px;
}

.about-page .about-4 ul li {
	padding: 5px;
}

.about-page .about-4 .img {
	border-radius: 10px;
	overflow: hidden;
}

.about-page .about-4 h4 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.5);
}

.about-page .about-4 h4 span {
	line-height: 1;
}

.about-page .about-4 h4 span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 4px;
	background-color: #22438e;
}

.about-page .about-5 {
	background: url(../images/about-5-bg.jpg) no-repeat center bottom;
}

.box-item {
	width: 25%;
	text-align: center;
}

.box-item h3 {
	font-size: 20px;
}

.box-item p {
	font-size: 18px;
}

.box-item i {
	width: 15px;
	height: 15px;
	background: #22438e;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 17px;
	z-index: 1;
}

.box-item i:after {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: rgba(34, 67, 142, .6);
	-webkit-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1;
}

.box-item .line {
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding: 8px 0;
}

.box-item .line-color {
	flex-grow: 1;
	border-bottom: 1px solid red;
}

.box-item .gb-icon {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 0px;
}


.box-item .gb-icon svg {
	width: 0.8em;
	height: 1.0em;
	color: #F05D19;

}


.about-page .about-6 {
	margin-top: 80px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}



.number-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.counter-box {
	background: white;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 2rem;
	text-align: center;
	transition: transform 0.3s;
	margin-bottom: 15px;
}

.counter-box:hover {
	transform: translateY(-5px);
}

.counter-title {
	color: #4a6baf;
	margin-bottom: 1rem;
	font-size: 1.2rem;
}

.counter {
	font-size: 3rem;
	font-weight: bold;
	color: #2c3e50;
	margin: 1rem 0;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

/* .counter::after {
        content: attr(data-target);
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        color: #7f8c8d;
        font-size: 0.7rem;
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .counter-box:hover .counter::after {
        opacity: 1;
    }
 */



/* .about-page .about-5 .box {
	margin-top: 80px;
}

.about-page .about-5 .box ul {
	z-index: 1;
}

.about-page .about-5 .box ul::after {
	content: '';
	width: 1px;
	height: 100%;
	left: 50%;
	top: 17px;
	background: #000;
	position: absolute;
	z-index: -1;
}

.about-page .about-5 .box ul li i {
	width: 15px;
	height: 15px;
	background: #22438e;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 17px;
	z-index: 1;
}

.about-page .about-5 .box ul li i::after {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: rgba(34, 67, 142, 0.6);
	-webkit-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1;
}

.about-page .about-5 .box ul li .left {
	padding-right: 60px;
	text-align: right;
	position: relative;
}

.about-page .about-5 .box ul li .right {
	padding-left: 60px;
	position: relative;
}

.about-page .about-5 .box ul li.odd .left {
	left: 50%;
	text-align: left;
	padding-right: 0;
	padding-left: 60px;
}

.about-page .about-5 .box ul li.odd .right {
	left: -50%;
	padding-left: 0;
	padding-right: 60px;
	text-align: right;
}

.about-page .about-5 h5 {
	font-size: 60px;
	line-height: 1;
	color: var(--base-color);
	font-family: 'Neutraface2Display';
} */

@media screen and (max-width: 1000px) {
	.about-page .about-1 .left {
		width: 100%;
	}

	.about-page .about-1 .right {
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}

	.about-page .about-2 .left {
		width: 100%;
		padding: 0;
	}

	.about-page .about-2 .right {
		width: 100%;
		margin-top: 40px;
	}

	/*.about-page .about-3 {
    height: 400px;
  }*/
	.about-page .about-5 h5 {
		font-size: 40px;
	}
}

@media screen and (max-width: 700px) {

	/*.about-page .about-3 {
    height: 300px;
  }*/
	.about-page .about-4 {
		margin-top: 0;
		padding-top: 60px;
	}

	.about-page .about-5 .box {
		margin-top: 40px;
	}

	.about-page .about-5 .box ul {
		padding-left: 20px;
	}

	.about-page .about-5 .box ul li .right,
	.about-page .about-5 .box ul li .left {
		width: 100%;
		left: 0 !important;
		text-align: left !important;
		padding: 0 !important;
	}

	.about-page .about-5 .box ul li i {
		left: -18px;
		top: 5px;
	}

	.about-page .about-5 .box ul:after {
		left: 2px;
		top: 5px;
	}

	.about-page .about-5 h5 {
		font-size: 30px;
	}

	.about-page .about-5 .box ul li {
		padding-bottom: 30px;
	}

	.about-page .about-4 {
		padding-bottom: 0;
	}

	.about-page .about-2 {
		padding-top: 0;
	}
}

.app-page .app-1 a.contact {
	display: inline-block;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, right top, from(#22428c), to(#22438e));
	background-image: -webkit-linear-gradient(left, #22428c, #22438e);
	background-image: -moz-linear-gradient(left, #22428c, #22438e);
	background-image: linear-gradient(to right, #22428c, #22438e);
}

.app-page .app-1 ul {
	margin: -10px;
}

.app-page .app-1 ul li {
	width: 25%;
	padding: 10px;
}

.app-page .app-1 ul li.wid-50 {
	width: 50%;
}

.app-page .app-1 ul li .mml-text {
	min-height: 280px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.app-page .app-1 ul li .mml-text::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 50px;
	border-radius: 0 0 50px 0;
	background-color: rgba(115, 174, 83, 0.2);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.app-page .app-1 ul li .mml-text .bg {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.app-page .app-1 ul li .mml-text .bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.app-page .app-1 ul li .mml-text h4 {
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.app-page .app-1 ul li .mml-text p {
	line-height: 24px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.app-page .app-1 ul li .mml-text p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 3px;
	height: 17px;
	border-radius: 3px;
	background-color: #22438e;
}

.app-page .app-1 ul li .mml-text:hover::before {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.app-page .app-1 ul li .mml-text:hover .bg {
	opacity: 1;
}

.app-page .app-1 ul li .mml-text:hover h4 {
	color: #FFFFFF;
}

.app-page .app-1 ul li .mml-text:hover p {
	color: #FFFFFF;
}

.app-page .app-2 {
	background-color: #f0f0f0;
}

.app-page .app-2 .box .left {
	width: 35%;
	padding-right: 18px;
}

.app-page .app-2 .box .left .list {
	background-color: #ffffff;
	padding: 50px 30px;
	border-radius: 20px;
}

.app-page .app-2 .box .left .list h2 {
	line-height: 1;
}

.app-page .app-2 .box .left .list h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

.app-page .app-2 .box .left .list .target {
	margin-top: 35px;
}

.app-page .app-2 .box .left .list .target ul li {
	position: relative;
	line-height: 50px;
}

.app-page .app-2 .box .left .list .target ul li a {
	border-radius: 25px;
	margin-bottom: 10px;
	height: 50px;
}

.app-page .app-2 .box .left .list .target ul li.active i::after {
	content: "-";
}

.app-page .app-2 .box .left .list .target>ul>li>a {
	padding-left: 25px;
	padding-right: 35px;
	color: #FFFFFF;
	background-color: #22438e;
	background-image: -webkit-gradient(linear, left top, right top, from(#22438e), to(#22438e));
	background-image: -webkit-linear-gradient(left, #22438e, #22438e);
	background-image: -moz-linear-gradient(left, #22438e, #22438e);
	background-image: linear-gradient(to right, #22438e, #22438e);
	position: relative;
}

.app-page .app-2 .box .left .list .target ul li i {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 32px;
	width: 35px;
	color: #FFFFFF;
}

.app-page .app-2 .box .left .list .target ul li i::after {
	content: "+";
}

.app-page .app-2 .box .left .list .target>ul>li>ul {
	display: none;
}

.app-page .app-2 .box .left .list .target>ul>li>ul>li>a {
	padding-left: 25px;
	padding-right: 25px;
	background-color: #f0f0f0;
}

.app-page .app-2 .box .left .list .target>ul>li>ul>li>a.active {
	color: #22438e;
}

.app-page .app-2 .box .right {
	width: 65%;
	padding-left: 18px;
}

.app-page .app-2 .box .right .content ul li {
	display: none;
}

.app-page .app-2 .box .right .content ul li.active {
	display: block;
}

.app-page .app-2 .box .right .content .mml-text {
	border-radius: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.app-page .app-2 .box .right .content .mml-text h4 {
	line-height: 1;
}

.app-page .app-2 .box .right .content .mml-text h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

@media screen and (max-width: 1000px) {
	.app-page .app-1 h2 {
		margin-top: 0;
	}

	.app-page .app-1 ul li.wid-50 {
		width: 100%;
	}

	.app-page .app-1 ul li {
		width: 50%;
	}

	.app-page .app-2 .box .left {
		width: 100%;
		padding: 0;
	}

	.app-page .app-2 .box .right {
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}
}

@media screen and (max-width: 500px) {
	.app-page .app-1 ul li {
		width: 100%;
	}

	.app-page .app-2 .box .left .list {
		padding: 30px 15px;
	}

	.app-page .app-2 .box .right .content .mml-text .text {
		padding: 30px 15px;
	}
}

.honor-page .nav {
	margin: -15px;
}

.honor-page .nav a {
	margin: 15px;
	display: inline-block;
	line-height: 50px;
	height: 50px;
	color: #FFFFFF;
	background-color: #222222;
	padding: 0 45px;
	border-radius: 40px;
}

.honor-page .nav a.active,
.honor-page .nav a:hover {
	background-image: -webkit-gradient(linear, left top, right top, from(#22428c), to(#22438e));
	background-image: -webkit-linear-gradient(left, #22428c, #22438e);
	background-image: -moz-linear-gradient(left, #22428c, #22438e);
	background-image: linear-gradient(to right, #22428c, #22438e);
}

.honor-page .list ul {
	margin: -24px -12px;
}

.honor-page .list ul li {
	padding: 24px 12px;
}

.honor-page .list .mml-text {
	border-radius: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	padding: 10px;
}

.honor-page .list h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

@media screen and (max-width: 1000px) {
	.honor-page .nav {
		display: none;
	}
}

.faq-page .list {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 30px 60px;
}

.faq-page .list ul li {
	border-bottom: 1px solid #d2d2d2;
}

.faq-page .list ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #22438e;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.faq-page .list ul li.active::after {
	left: 100%;
}

.faq-page .list ul li.active h4 i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-page .list h4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.faq-page .list h4 span {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px;
	position: relative;
}

.faq-page .list h4 span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

.faq-page .list h4 i {
	font-size: 30px;
	width: 58px;
	height: 58px;
	line-height: 58px;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	background-color: #22438e;
	background-image: -webkit-gradient(linear, left top, right top, from(#22428c), to(#22438e));
	background-image: -webkit-linear-gradient(left, #22428c, #22438e);
	background-image: -moz-linear-gradient(left, #22428c, #22438e);
	background-image: linear-gradient(to right, #22428c, #22438e);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.faq-page .list p {
	margin-top: 15px;
	padding: 0 15px;
	font-size: 24px;
	color: #666;
	display: none;
}

@media screen and (max-width: 1000px) {
	.faq-page .list {
		padding: 30px 15px;
	}

	.faq-page .list h4 i {
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.faq-page .list ul li {
		padding: 20px 0;
	}
}

.global-page .global-1 .left {
	vertical-align: middle;
}

.global-page .global-1 .right {
	vertical-align: middle;
}

.global-page .global-1 ul li.active h4::after {
	left: 100%;
}

.global-page .global-1 ul li.active h4 i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.global-page .global-1 h4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #d2d2d2;
}

.global-page .global-1 h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #22438e;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.global-page .global-1 h4 span {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px;
	position: relative;
}

.global-page .global-1 h4 span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

.global-page .global-1 h4 i {
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	background-color: #22438e;
	background-image: -webkit-gradient(linear, left top, right top, from(#22428c), to(#22438e));
	background-image: -webkit-linear-gradient(left, #22428c, #22438e);
	background-image: -moz-linear-gradient(left, #22428c, #22438e);
	background-image: linear-gradient(to right, #22428c, #22438e);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.global-page .global-1 p {
	display: none;
}

.global-page .global-2 {
	overflow: hidden;
}

.global-page .global-2 ul li {
	position: relative;
	display: inline-block;
	height: 370px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.global-page .global-2 ul li::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.global-page .global-2 ul li img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.global-page .global-2 ul li h4 {
	font-size: 35px;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	color: #FFFFFF;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.global-page .global-2 ul li:hover::before {
	opacity: 1;
}

.global-page .global-2 ul li:hover h4 {
	opacity: 1;
}

.global-page .global-3 {
	background-color: #f0f0f0;
}

.global-page .global-3 .img {
	display: inline-block;
}

.global-page .global-3 ol {
	text-align: left;
}

.global-page .global-3 ol li img {
	position: absolute;
	left: 0;
	top: 0;
}

.global-page .global-4 {
	background-color: #f0f0f0;
}

.global-page .global-4 ul {
	margin: -20px;
}

.global-page .global-4 ul li {
	padding: 20px;
}

.global-page .global-4 .img {
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
	.global-page .global-1 .left {
		display: none;
	}

	.global-page .global-1 .right {
		width: 100%;
	}

	.global-page .global-2 {
		display: none;
	}

	.global-page .global-4 ul {
		margin: -15px;
	}

	.global-page .global-4 ul li {
		padding: 15px;
	}

	.global-page .global-3 ol {
		position: relative;
		left: auto;
		bottom: auto;
		max-width: 100%;
	}
}

.product-page .product-1 .box {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	padding: 40px;
	border-radius: 20px;
}

.product-page .extendit h4 {
	font-size: 24px;
	line-height: 40px;
	color: #22438e;
}

.product-page .extendit {
	height: 300px;
	overflow-y: auto;
}

.product-page .extendit p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

.product-page .extendit.pt-60imp {
	padding-top: 20px !important;
	;
}

.product-page .extendit p strong {
	font-weight: 600;
}

.product-page .product-1 .column {
	padding: 0 35px;
}

.product-page .product-1 h4 {
	line-height: 1;
}

.product-page .product-1 h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

.product-page .product-1 .images .img {
	border-radius: 20px;
	overflow: hidden;
}

.product-page .product-1 .images .img::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(34, 34, 34, 0.8);
	opacity: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.product-page .product-1 .images .img .text {
	color: #FFFFFF;
	position: absolute;
	top: 25px;
	bottom: 25px;
	left: 25px;
	right: 25px;
	overflow-y: auto;
	opacity: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.product-page .product-1 .images .img:hover::before {
	opacity: 1;
}

.product-page .product-1 .images .img:hover .text {
	opacity: 1;
}

.product-page .product-1 .images .slick-dots {
	margin-top: 20px;
	text-align: center;
}

.product-page .product-1 .images .slick-dots li {
	margin: 0 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #bcbcbc;
}

.product-page .product-1 .images .slick-dots li.slick-active {
	background-color: #222222;
}

.product-page .product-1 .images .slick-dots li button {
	display: none;
}


.product_list {
	background-color: #f0f0f0;
	border-radius: 20px;
	padding: 40px;
}

.product_list ul {
	margin: 0 -15px;
}

.product_list ul li {
	padding: 20px 15px;
}

.product_list .img {
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 10px;
}

.product_list .img span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #22438e;
	background-image: -webkit-gradient(linear, left top, right top, from(#22438e), to(#22428c));
	background-image: -webkit-linear-gradient(left, #22438e, #22428c);
	background-image: -moz-linear-gradient(left, #22438e, #22428c);
	background-image: linear-gradient(to right, #22438e, #22428c);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

.product_list .img:hover span {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.product_list li:hover h3 a {
	color: #F05D19;
}

@media screen and (max-width: 1000px) {
	.product-page .product-1 .column {
		width: 100%;
		padding: 30px 0;
	}
}

/* .sider-box .sider-left {
	width: 30%;
}

.sider-box .sider-left h2 {
	line-height: 1;
}

.sider-box .sider-left h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

.sider-box .sider-left h4 {
	display: none;
}

.sider-box .sider-left .category {
	background-color: #ffffff;
	padding: 50px 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .category .catelist {
	margin-top: 35px;
}

.sider-box .sider-left .category .catelist ul li a {
	line-height: 50px;
	height: 50px;
	border-radius: 25px;
	margin-bottom: 10px;
}

.sider-box .sider-left .category .catelist>ul>li>a {
	padding-left: 25px;
	padding-right: 35px;
	background: #f0f0f0;
	position: relative;
}

.sider-box .sider-left .category .catelist>ul>li>a:hover,
.sider-box .sider-left .category .catelist>ul>li.active>a {
	color: #FFFFFF;
	background-color: #22438e;
	background-image: -webkit-gradient(linear, left top, right top, from(#22438e), to(#22438e));
	background-image: -webkit-linear-gradient(left, #22438e, #22438e);
	background-image: -moz-linear-gradient(left, #22438e, #22438e);
	background-image: linear-gradient(to right, #22438e, #22438e);
}

.sider-box .sider-left .category .catelist>ul>li>a::after {
	content: ">";
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 24px;
	font-family: cursive;
}

.sider-box .sider-left .category .catelist>ul>li>ul {
	display: none;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a {
	padding-left: 25px;
	padding-right: 25px;
	background-color: #f0f0f0;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a.active {
	color: #22438e;
}

.sider-box .sider-left .category.news .catelist>ul>li>a::after {
	content: "\f0d7";
	font-family: FontAwesome;
}

.sider-box .sider-left .quote {
	background-color: #ffffff;
	padding: 50px 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .quote .form {
	margin-top: 35px;
}

.sider-box .sider-left .quote .form input,
.sider-box .sider-left .quote .form textarea {
	width: 100%;
	font-size: 16px;
	padding: 10px 20px;
}

.sider-box .sider-left .quote .form input {
	border-radius: 30px;
	border: 2px solid #e5e5e5;
	margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input {
	opacity: 0;
	margin: 0;
	border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer {
	border-radius: 30px;
	border: 2px solid #e5e5e5;
	margin-bottom: 10px;
	background: url(/template/en/images/file_img.png) no-repeat center right 20px;
	background-size: 30px;
	position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
	height: 100px;
	border-radius: 10px;
	border: 2px solid #e5e5e5;
}

.sider-box .sider-left .quote .form button {
	margin-top: 30px;
	font-size: 20px;
	padding: 10px 50px;
	border: none;
	background: transparent;
	border-radius: 30px;
	color: #FFFFFF;
	background-color: #22438e;
	background-image: -webkit-gradient(linear, left top, right top, from(#22438e), to(#22438e));
	background-image: -webkit-linear-gradient(left, #22438e, #22438e);
	background-image: -moz-linear-gradient(left, #22438e, #22438e);
	background-image: linear-gradient(to right, #22438e, #22438e);
	box-shadow: 0 0 20px rgba(34, 66, 140 .6);
}
 */
.news-title {
	position: relative;
	width: 100%;
	height: 87px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.news-page h1 {
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	color: #00235a;

}

.news-page span {
	display: block;
	font-size: 18px;
	text-align: center;
	color: #F05D19;
}

.h1-bg {
	position: absolute;
	object-fit: cover;
	margin: 0 auto;
	z-index: -1;
	filter: brightness(0.7);
}




.news-page .search-news {
		
	background-color: #ffffff;
	padding: 20px 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	width: 80%;
	margin: 20px auto 0;
}

.news-page .search-news form {
	margin-top: 20px;
	position: relative;
}

.news-page .search-news form input {
	font-size: 16px;
	width: 100%;
	height: 50px;
	background-color: transparent;
	border: none;
	background-color: #f0f0f0;
	padding-left: 25px;
	padding-right: 115px;
	border-radius: 30px;
}

.news-page .search-news form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 115px;
	border: none;
	border-radius: 30px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #22438e;
	background-image: -webkit-gradient(linear, left top, right top, from(#22438e), to(#22438e));
	background-image: -webkit-linear-gradient(left, #22438e, #22438e);
	background-image: -moz-linear-gradient(left, #22438e, #22438e);
	background-image: linear-gradient(to right, #22438e, #22438e);
}

@media screen and (max-width: 1000px) {
	.product_list {
		padding: 30px;
	}
}

@media screen and (max-width: 500px) {
	.product-page .product-1 .box {
		padding: 20px;
	}

	.product-page .product-1 .images .img .text {
		top: 15px;
		bottom: 15px;
		left: 15px;
		right: 15px;
	}

	.product_list {
		padding: 15px;
	}
}


.product-page .pro-choose {
	margin: 80px 0;

}

.product-page .pro-choose h2 {
	font-size: 36px;
	text-align: center;
	font-weight: 600;
}

.pro-choose .choose-content {
	margin-top: 30px;
	background-color: #ffffff;
	box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.05);
	padding: 40px 30px;
}

.pro-choose .choose-content h3 {
	font-size: 18px;
}

.pro-choose .choose-content h3 span {
	color: #1a2980;
	font-weight: 600;
}

.pro-choose .choose-content p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	line-height: 30px;
}

.pro-button {
	margin-top: 30px;
}

.pro-button a {

	font-size: 18px;
	line-height: 54px;
	padding: 20px 40px;
	font-weight: bold;
	background-color: #1a2980;
	color: #fff;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #1a2980;
	border-style: solid;
	border-width: 1px;
	box-sizing: content-box;
}

.pro-button a:hover {
	color: #1a2980;
	background-color: #ffffff;

}

.pro-biaoge {
	background-color: #f7f7f7;
	padding: 60px 0;
}

.pro-biaoge h2.title,
.pro-features h2.title,
.pro-content h2.title,
.pro-color h2,
.pro-specification h2 {
	font-weight: 500;
	font-size: 36px;
	color: #000;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
	z-index: 3;
}

.pro-biaoge h2.title::before,
.pro-features h2.title::before {
	height: 1px;
	content: "";
	width: 100%;
	position: absolute;
	background: #949494;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.pro-biaoge h2.title::after,
.pro-features h2.title::after {
	content: "";
	width: 100%;
	position: absolute;
	height: 3px;
	width: 267px;
	background: #22438e;
	bottom: 0;
	z-index: 3;
	left: 0;
}

.pro-biaoge table {
	margin-top: 45px;
}

.pro-biaoge table p {
	font-size: 16px;
}

.pro-biage table td {
	padding-top: 20px;
	border: 1px solid #666;
}





.pro-features {
	padding: 60px 0;
}

.heading-primary {
	font-size: 20px;
	padding: 2em;
	text-align: center;
}

.pro-features .accordion {
	margin-top: 30px;
}

/* .accordion dl,
.accordion-list {
	border: 1px solid #ddd;
} */

/* .accordion dl:after,
.accordion-list:after {
	content: "";
	display: block;
	height: 1em;
	width: 100%;
	background-color: #2ba659;
} */


.accordion dd,
.accordion__panel {
	background-color: #f7f7f7;
	font-size: 18px;
	line-height: 1.5em;
}

.accordion p {
	padding: 1em;
}

/* .accordion {
	  position: relative;
	  background-color: #eee;
	} */

.accordionTitle,
.accordion__Heading {
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	display: block;
	text-decoration: none;
	transition: background-color 0.5s ease-in-out;
}

.accordionTitle:before,
.accordion__Heading:before {
	content: "+";
	font-size: 1.5em;
	line-height: 1.0em;
	float: right;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.accordionTitle:hover {
	color: #1a2980;
}

/* .accordionTitle:hover,
.accordion__Heading:hover {
	background-color: #2ba659;
}
 */
.accordionTitleActive,
.accordionTitle.is-expanded {
	background-color: #1a2980;
	color: #fff;
	padding-left: 1em;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	color: #fff;
}

.accordionItem {
	height: auto;
	overflow: hidden;
	max-height: 50em;
	transition: max-height 1s;
}

@media screen and (min-width: 48em) {
	.accordionItem {
		max-height: 15em;
		transition: max-height 0.5s;
	}
}

.accordionItem.is-collapsed {
	max-height: 0;
}

.no-js .accordionItem.is-collapsed {
	max-height: auto;
}

.animateIn {
	-webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
	animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
	-webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
	animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes accordionIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes accordionOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
	}
}

@keyframes accordionOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
	}
}

.clear {
	clear: both;
}

.pro-bj,
.pro-color {
	padding: 60px 0;
}

.pro-bj .pro-bj-table-box {
	margin-top: 30px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	overflow-x: auto
}

.pro-bj .pro-bj-table {
	width: 100%;
	border-radius: 10px;
	font-size: 16px;
	overflow: hidden;
	color: #333;
	border-collapse: separate;
	border-spacing: 0;
	border: 3px solid #22438e
}

.pro-bj .pro-bj-table tr td:first-child {
	background-color: #22438e;
	color: #fff;
	text-align: center;
	border-left: none;
	border-color: #fff
}

.pro-bj .pro-bj-table tr:first-child td div {
	box-sizing: border-box;
	padding: 6px;
	background-color: #22438e;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	margin: 10px 0
}

.pro-bj .pro-bj-table tr:first-child td {
	border-top: none
}

.pro-bj .pro-bj-table tr:last-child td {
	border-bottom: none
}

.pro-bj .pro-bj-table tr td:last-child {
	border-right: none
}

.pro-bj .pro-bj-table td {
	box-sizing: border-box;
	text-align: center;
	border-top: 1px solid #dddada;
	border-left: 1px solid #dddada;
	padding: 10px;
	text-transform: capitalize
}

.pro-bj .pro-bj-table tr:nth-child(odd) {
	background-color: #eef5f6
}

.pro-bj .pro-bj-table tr:nth-child(2) div {
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto
}

.pro-bj .pro-bj-table .pro-bj-across-img img {
	max-width: 100%;
	height: auto;
	transition: all .1s linear
}

.pro-bj .pro-bj-table td:hover .pro-bj-across-img img {
	transform: scale(1.05)
}

.pro-bj .pro-bj-table .price {
	color: #000;
	font-weight: 600;
	font-size: 20px
}

.pro-bj .pro-bj-table tr td:nth-child(2) {
	border-left: none
}

@media(max-width:750px) {
	.pro-bj .pro-bj-table-box {
		margin-top: 20px
	}
}


.pro-content {
	padding: 60px 0;
	background-image: linear-gradient(180deg, #E7F1FF 19%, #FFFFFF 63%);
}

.pro-content h2.title {
	text-align: center;
}

.pro-detail {
	font-size: 18px;
	color: #505050;
}


.pro-detail h3 {
	font-size: 24px;
	font-weight: 500;
	display: inline-block;
	margin: 15px 0;
	position: relative;
	width: 100%;
}

.pro-detail h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 30%;
	height: 3px;
	background: linear-gradient(140deg, #22438e, #F05D19);
	border-radius: 2px;
}

.pro-detail p {
	margin-top: 10px;
}


.pro-detail p a {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9800), to(#ff9800));
	background: linear-gradient(to bottom, #ff9800 0%, #ff9800 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 3px 3px;
	color: #000;
	text-decoration: none;
}

.pro-detail p a:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff9800' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
	background-position: 0 100%;
	background-size: auto 6px;
	background-repeat: repeat-x;
	text-decoration: none;
}

.pro-detail ul {
	width: 100%;
	margin-top: 10px;
}

.pro-detail ul li {
	display: flex;
	flex-direction: column;
	list-style: none;
	line-height: 30px;
	position: relative;
	padding-left: 2.3rem;
	margin-top: 10px;
}

.pro-detail ul li::before {
	content: '\25C8';
	font-family: 'iconfont';
	font-size: 24px;
	color: #F05D19;
	position: absolute;
	left: 0;
	top: 0.01rem;
}

/* pro-color */

.pro-color h2 {
	color: ;
	text-align: center;
	font-size: 36px;
	margin-bottom: 30px;
}


.color-palette {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	gap: 6.5rem;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	font-size: 14px;
	height: 65rem;
}


.overflow-y-auto {
	overflow-y: auto;
}



.rounded-full {
	border-radius: 9999px;
}

.size-24 {
	width: 6rem;
	height: 6rem;
}

.inline-block {
	display: inline-block;
}



.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.draw {
	transition: color 0.25s;
	font-size: 14px;
	background: none;
	border: 0;
	box-sizing: border-box;
	padding: 1em 2em;
	box-shadow: inset 0 0 0 2px #eee;
	color: #374151;
	font-weight: 700;
	position: relative;
	vertical-align: middle;
	display: block;
	margin: 30px auto;

}

.draw i {
	padding-left: 10px;
	color: #000000;
}

button::before,
button::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}

.draw::before,
.draw::after {
	border: 2px solid transparent;
	width: 0;
	height: 0;
}

.draw::before {
	top: 0;
	left: 0;
}

.draw::after {
	bottom: 0;
	right: 0;
}

.draw:hover {
	color: #22438e;
}

.draw:hover::before,
.draw:hover::after {
	width: 100%;
	height: 100%;
}

.draw:hover::before {
	border-top-color: #22438e;
	border-right-color: #22438e;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw:hover::after {
	border-bottom-color: #22438e;
	border-left-color: #22438e;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.bg-\[\#FFFF00\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFF\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#000000\] {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF0000\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF1493\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 20 147 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF4500\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 69 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF6347\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 99 71 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF69B4\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 105 180 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF7F50\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 127 80 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF8C00\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 140 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFA07A\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 160 122 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFA500\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 165 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFB6C1\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 182 193 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFC0CB\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 192 203 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFD700\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 215 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFDAB9\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 218 185 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFF00\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFF\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#cd7f32\] {
	--tw-bg-opacity: 1;
	background-color: rgb(205 127 50 / var(--tw-bg-opacity, 1));
}

.bg-\[\#cec4ab\] {
	--tw-bg-opacity: 1;
	background-color: rgb(206 196 171 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ceccd7\] {
	--tw-bg-opacity: 1;
	background-color: rgb(206 204 215 / var(--tw-bg-opacity, 1));
}

.bg-\[\#800000\] {
	--tw-bg-opacity: 1;
	background-color: rgb(128 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#800080\] {
	--tw-bg-opacity: 1;
	background-color: rgb(128 0 128 / var(--tw-bg-opacity, 1));
}

.bg-\[\#808000\] {
	--tw-bg-opacity: 1;
	background-color: rgb(128 128 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#808080\] {
	--tw-bg-opacity: 1;
	background-color: rgb(128 128 128 / var(--tw-bg-opacity, 1));
}

.bg-\[\#87CEFA\] {
	--tw-bg-opacity: 1;
	background-color: rgb(135 206 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#8B4513\] {
	--tw-bg-opacity: 1;
	background-color: rgb(139 69 19 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C0C0C0\] {
	--tw-bg-opacity: 1;
	background-color: rgb(192 192 192 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B8860B\] {
	--tw-bg-opacity: 1;
	background-color: rgb(184 134 11 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CD5C5C\] {
	--tw-bg-opacity: 1;
	background-color: rgb(205 92 92 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CD7F32\] {
	--tw-bg-opacity: 1;
	background-color: rgb(205 127 50 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D3D3D3\] {
	--tw-bg-opacity: 1;
	background-color: rgb(211 211 211 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DB7093\] {
	--tw-bg-opacity: 1;
	background-color: rgb(219 112 147 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF0000\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF1493\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 20 147 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF4500\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 69 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#000000\] {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#000080\] {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 128 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0000FF\] {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#008000\] {
	--tw-bg-opacity: 1;
	background-color: rgb(0 128 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#008080\] {
	--tw-bg-opacity: 1;
	background-color: rgb(0 128 128 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00FF00\] {
	--tw-bg-opacity: 1;
	background-color: rgb(0 255 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00FFFF\] {
	--tw-bg-opacity: 1;
	background-color: rgb(0 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1E90FF\] {
	--tw-bg-opacity: 1;
	background-color: rgb(30 144 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2F4F4F\] {
	--tw-bg-opacity: 1;
	background-color: rgb(47 79 79 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4682B4\] {
	--tw-bg-opacity: 1;
	background-color: rgb(70 130 180 / var(--tw-bg-opacity, 1));
}

.pro-specification {
	margin-bottom: 80px;
}

.pro-specification table {
	font-size: 14px;
}

.pro-specification h2 {
	text-align: center;
	margin-bottom: 30px;

}

/* Product page */



.prodet-page .prodet-1 {
	border-radius: 20px;
	padding: 20px;
	background-color: #f0f0f0;
}

.prodet-page .prodet-1 .big img {
	border-radius: 15px;
}

.prodet-page .prodet-1 .small {
	margin-top: 6px;
}

.prodet-page .prodet-1 .small ul {
	margin: -3px;
}

.prodet-page .prodet-1 .small ul li {
	padding: 3px;
}

.prodet-page .prodet-1 .small img {
	border-radius: 15px;
}

.prodet-page .prodet-1 .starts {
	color: #22438e;
	text-align: center;
}

.prodet-page .prodet-1 .pro-h1 h1 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.prodet-page .prodet-1 .pro-h1 h1::before,
.prodet-page .prodet-1 .pro-h1 h1::after {
	content: "";
	flex: 1;
	border-top: 2px dashed #999;
	margin: 0 15px;
}


.prodet-page .prodet-1 .content {
	padding: 10px;
	border-radius: 10px;
	background-color: #f2992c14;
}

.prodet-page .prodet-1 .content .text {
	height: 190px;
	overflow-y: auto;
	font-size: 14px;
	line-height: 28px;
}

.prodet-page .prodet-1 .content .text p {
	color: #5e5e5e;
}

.prodet-page .prodet-1 .info {
	border-radius: 20px;
	line-height: 40px;
	background-color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.prodet-page .prodet-1 .info span {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.prodet-page .prodet-1 .info span i {
	margin-right: 5px;
	line-height: initial;
}

.prodet-page .prodet-1 a.contact {
	border-radius: 20px;
	padding: 0 25px;
	line-height: 40px;
	color: #FFFFFF;
	display: inline-block;
	background-color: #22438e;
	background-image: -webkit-gradient(linear, left top, right top, from(#22438e), to(#22438e));
	background-image: -webkit-linear-gradient(left, #22438e, #22438e);
	background-image: -moz-linear-gradient(left, #22438e, #22438e);
	background-image: linear-gradient(to right, #22438e, #22438e);
	box-shadow: 0 0 20px rgba(34, 66, 140 .6);
}



.prodet-page .prodet-2 .label-tit {
	font-size: 21px;
	fong-weight: 500;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.prodet-page .prodet-2 .label-tit::before,
.prodet-page .prodet-2 .label-tit::after {
	content: "";
	flex: 1;
	border-top: 2px solid #999;
	margin: 0 15px;
}

.prodet-page .prodet-2 .ret {
	/* 渐变背景 */
	background: linear-gradient(to bottom, #FFD2AC 0%, #FFFFFF 10%);

	/* 基础样式 */
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	/* display: flex; */
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 1.2rem;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.prodet-page .prodet-2 .ret {
		width: 80%;
		margin: 2rem auto;
	}
}


.prodet-page .prodet-2 .ret {
	padding: 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.prodet-page .prodet-2 .ret h2 {
	font-size: 28px;
	font-weight: 600;
	color: #22438e;
	padding: 10px 0;
}

.prodet-page .prodet-2 .ret h3 {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	margin: 10px 0;
	position: relative;
    padding-left: 15px;
  
}

.prodet-page .prodet-2 .ret h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    background: linear-gradient(to bottom, #22438e, #F05D19);
    border-radius: 2px;
    transition: all 0.3s 
ease;
}


.prodet-page .prodet-2 .ret h4 {
	font-size: 21px;
	font-weight: 600;
	position: relative;
	padding-left: 2.3rem;
	margin-bottom: 0.22rem;
}

.prodet-page .prodet-2 .ret h4::before {
	content: '\262A';
	font-family: 'iconfont';
	font-size: 24px;
	color: #F05D19;
	position: absolute;
	left: 0;
	bottom: 0px;
}



.prodet-page .prodet-2 .ret p {
	font-size: 18px;
	color: #000000;
	line-height: 1.5;
	padding: 8px 0;
	letter-spacing: 0.2px;
}

.prodet-page .prodet-2 .ret p a {
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-color: black;
	color: #e60303;
	font-weight: 600;
}

.prodet-page .prodet-2 .ret p a:hover {}

.prodet-page .prodet-2 .ret p strong {
	color: #F05D19;

}

.prodet-page .prodet-2 table {
	margin-top: 10px;
	margin-bottom: 20px;
	word-break: break-word;
	width: 100% !important;
	height: auto !important;
	display: block;
	overflow: auto;
	font-size: 16px;
}

.prodet-page .prodet-2 table tbody {
	display: table;
	width: 100% !important;
	min-width: 700px;
}

.prodet-page .prodet-2 table td,
.prodet-page .prodet-2 table th {
	padding: 5px 10px;
	border: 1px solid #666;
	width: auto !important;
	height: auto !important;
	word-break: initial;
}

.prodet-page .prodet-2 table tr {
	width: auto !important;
	height: auto !important;
}

.prodet-page .prodet-2 table tr:nth-child(even) {
	background: #eee;
}

.page-details ol {
    list-style: none;
    counter-reset: step-counter;
    padding-left: 0;
}

.page-details ol li {
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 0.8em;
    font-size: 14px;
    line-height: 1.5;
}

.page-details ol li:before {
        counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 8px;
    width: 1.5em;
    height: 1.5em;
    background: #F05D19;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    top: 8px;
}

.page-details ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.page-details ul li {
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
}
.page-details ul li:before {
    content: '\2726';
    font-family: 'iconfont';
    font-size: 20px;
    color: #F05D19;
    position: absolute;
    left: 0;
    top: 4px;
}



.page-web {
	border-bottom: 3px double #f2992c;
	padding-bottom: 5px;
	margin-top: 30px;
}

.page-web li {
	display: inline-block;
	font-size: 18px;
}

.page-web li:first-child {
	font-weight: 600;
	color: #22438e;
}

.page-web li a:hover {
	color: #e60303;
}

.page-tag {
	padding: 30px 0;
}

.page-tag h5 {
	font-size: 18px;
	font-weight: 600;
	color: #22438e;
	border-bottom: 3px double #f2992c;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.page-tag li {
	display: inline-block;
	position: relative;
	padding: 0.375rem 0.75rem;
	margin: 1rem;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #000000;
	text-decoration: none;
	/* background-color: #000000; */
	border: 1px solid #F05D19;
	border-radius: 3px;
	outline: transparent;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
	transition: 0.25s;
}

.page-tag li:hover a {
	color: #e60303;
}

.page-tag li {
	border-width: 4px;
	border-radius: 0;
	overflow: visible;
}

.page-tag li::before,
.page-tag li::after {
	position: absolute;
	content: "";
	width: 14px;
	height: 4px;
	background: #222;
	transform: skewX(60deg);
	transition: 0.4s linear;
}

.page-tag li::before {
	top: -4px;
	left: 10%;
}

.page-tag li::after {
	bottom: -4px;
	right: 10%;
}

.page-tag li:hover {
	color: hsl(var(--hue), 100%, 41%);
	background: transparent;
}

.page-tag li:hover::before {
	transform: translateX(360%) skewX(60deg);
}

.page-tag li:hover::after {
	transform: translateX(-360%) skewX(60deg);
}

.clear {
	clear: both;
}

.last-news ul {
	padding-top: 45px;
}

/* .last-news .last-news-item{
	border-radius: 30px;
	background-color: #ffffff;
	padding-bottom: 30px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
 */

/* 新闻卡片容器 */
.last-news-item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	border-radius: 30px;
	/* 整体圆角 */
	overflow: hidden;
	box-shadow:
		0 4px 12px rgba(0, 0, 0, 0.1),
		inset 0 -2px 4px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	background-color: #fff;
	/* padding: 1.5rem; */
	max-width: 100%;
	position: relative;
	z-index: 1;
}

/* 悬停效果 */
.last-news-item:hover {
	transform: translateY(-5px);
	box-shadow:
		0 8px 20px rgba(0, 0, 0, 0.15),
		inset 0 -2px 4px rgba(0, 0, 0, 0.05);
}

/* 图片区域 */
.last-news-img {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	/* 保持图片宽高比 */
	border-radius: 30px 30px 0 0;
	/* 顶部圆角 */
	overflow: hidden;
}

.last-news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.last-news-img {
	position: relative;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
}

.last-news-img::after {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	opacity: 1;
	position: absolute;
	transition: all .3s ease-out;
	width: 100%;
}

.last-news .last-news-item:hover .last-news-img:after {
	opacity: .5
}


.last-news-img:hover img {
	transform: scale(1.05);
}



.last-news-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1rem 1.5rem;
}


.last-news-content h3 {
	font-size: 18px;
	font-weight: 600;
	color: #22438e;
	margin-bottom: 0.5rem;
	position: relative;
	padding-bottom: 0.5rem;
}


.last-news-content h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #F05D19, #f2992c);
	border-radius: 2px;
}

.last-news-item:hover .last-news-content h3 {
	color: #F05D19;
}

/* 段落样式 */
.last-news-content p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 0;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/* 限制行数 */
	-webkit-box-orient: vertical;
}

.news-date {
	border-top: 1px solid #EEEEEE;
}

.news-date p {
	padding: 1rem 1.5rem 2rem;
	color: #22438e;
	font-weight: 600;
}


/* 响应式调整 */
@media (max-width: 768px) {
	.last-news-item {
		padding: 1rem;
	}

	.last-news-content h3 {
		font-size: 1.1rem;
	}

	.last-news-content p {
		font-size: 0.9rem;
	}
}

/* 暗色模式适配 */
@media (prefers-color-scheme: dark) {
	.last-news-item {
		background-color: #1e293b;
		color: #fff;
		box-shadow:
			0 4px 12px rgba(255, 255, 255, 0.1),
			inset 0 -2px 4px rgba(255, 255, 255, 0.05);
	}

	.last-news-content h3 {
		color: #cbd5e0;
	}

	.last-news-content h3::after {
		background: linear-gradient(90deg, #6b7280, #9ca3af);
	}

	.last-news-content p {
		color: #8b8b8b;
	}
}


.inner-page .options {
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 25px;
}

.inner-page .options ul li {
	width: auto;
}

.inner-page .options ul li+li {
	margin-left: 30px;
}

.inner-page .options ul li h4 {
	line-height: 1;
}

.inner-page .options ul li h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
	opacity: 0;
}

.inner-page .options ul li.active h4::before {
	opacity: 1;
}

.prodet-page .prodet-3 .slick-dots {
	margin: 0;
	margin-top: 10px;
	text-align: center;
}

.prodet-page .prodet-3 .slick-dots li {
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #22438e;
}

.prodet-page .prodet-3 .slick-dots li button {
	display: none;
}

.prodet-page .prodet-3 .slick-dots li.slick-active {
	width: 42px;
}

@media screen and (max-width: 1400px) {
	.prodet-page .prodet-1 .info {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.prodet-page .prodet-1 .info span {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.prodet-page .prodet-1 .left {
		width: 100% !important;
		padding: 0;
	}

	.prodet-page .prodet-1 .right {
		width: 100% !important;
		padding: 0;
		margin-top: 30px;
	}

	.prodet-page .options ul li+li {
		margin-left: 25px;
	}

	.prodet-page .options ul li h4 {
		line-height: initial;
		padding: 0;
		display: inline-block;
	}

	.prodet-page .options ul li h4:before {
		width: 100%;
		height: 2px;
		top: auto;
		bottom: 0;
	}

	.prodet-page .options ul li {
		display: block;
	}

	.prodet-page .options ul li+li {
		margin-left: 0;
		margin-top: 20px;
	}
}

.factory-page .factory-1 .item {
	height: 0;
	overflow: hidden;
}

.factory-page .factory-1 .item.active {
	height: auto;
	overflow: visible;
}

.factory-page .factory-1 .list {
	padding: 0 120px;
}

.factory-page .factory-1 .list ul {
	margin: -20px;
}

.factory-page .factory-1 .list ul li {
	padding: 20px;
}

.factory-page .factory-1 .img {
	padding: 30px;
}

.factory-page .factory-1 .img img {
	border-radius: 50%;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.factory-page .factory-1 h3 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--base-color);
	font-family: 'Neutraface2Display';
}

.factory-page .factory-1 h3 small {
	color: #989898;
	font-family: 'Rany';
}

.factory-page .factory-1 .gogos {
	margin-top: 80px;
}

.factory-page .factory-1 .gogos a {
	margin: 0 20px;
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 30px;
	color: #FFFFFF;
	background-color: #222222;
}

.factory-page .factory-1 .gogos a.active,
.factory-page .factory-1 .gogos a:hover {
	background-image: -webkit-gradient(linear, left top, right top, from(#22438e), to(#22438e));
	background-image: -webkit-linear-gradient(left, #22438e, #22438e);
	background-image: -moz-linear-gradient(left, #22438e, #22438e);
	background-image: linear-gradient(to right, #22438e, #22438e);
}

.factory-page .factory-2 .box:nth-child(odd) {
	background-color: #f0f0f0;
}

.factory-page .factory-2 .list ul {
	margin: -25px;
}

.factory-page .factory-2 .list ul li {
	padding: 25px;
}

.factory-page .factory-2 .img {
	border-radius: 20px;
	overflow: hidden;
}

.factory-page .factory-2 h4 {
	line-height: 1;
}

.factory-page .factory-2 h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

.arrow {
	display: inline-block;
	width: 58px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #d3d3d3;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.arrow.arrow_l {
	left: 0;
}

.arrow.arrow_r {
	right: 0;
}

.arrow i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: ro 8s linear infinite;
	-moz-animation: ro 8s linear infinite;
	animation: ro 8s linear infinite;
}

.arrow i::before {
	content: "";
	position: absolute;
	left: -webkit-calc(50% - 3px);
	left: -moz-calc(50% - 3px);
	left: calc(50% - 3px);
	top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #22438e;
}

.arrow span {
	font-family: cursive;
	font-size: 24px;
}

@media screen and (max-width: 1200px) {
	.factory-page .factory-1 .list {
		padding: 0 60px;
	}

	.factory-page .factory-1 .list ul {
		margin: 0;
	}

	.factory-page .factory-1 .list ul li {
		padding: 0;
	}

	.factory-page .factory-2 .list ul {
		margin: -15px;
	}

	.factory-page .factory-2 .list ul li {
		padding: 15px;
	}
}

@media screen and (max-width: 1200px) {
	.factory-page .factory-1 .gogos {
		display: none;
	}
}

.process-page .process-1:nth-child(even) {
	background-color: #f0f0f0;
}

.process-page .process-1 .list {
	padding: 0 100px;
	position: relative;
}

/*.process-page .process-1 .list ul{
  margin-right: -30px;
}*/
.process-page .process-1 .list ul li {
	padding: 30px;
}

.process-page .process-1 .list img {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.process-page .process-1 .list .mml-text {
	border-radius: 20px;
	background-color: #d7e3d1;
	text-align: left;
	padding: 40px 17px 30px 150px;
}

.process-page .process-1 .list .mml-text h4 {
	line-height: 2;
}

.process-page .process-1 .list .mml-text h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

.process-page .process-1 .list .mml-text p {
	color: #666665;
	height: 135px;
	line-height: 2;
	overflow-y: auto;
}

.process-page .process-1 .list .slick-dots {
	margin: 0;
	text-align: center;
}

.process-page .process-1 .list .slick-dots li {
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #22438e;
}

.process-page .process-1 .list .slick-dots li button {
	display: none;
}

.process-page .process-1 .list .slick-dots li.slick-active {
	width: 42px;
}

.process-page .process-1 .bottom {
	background-color: #FFFFFF;
	padding: 60px 30px 60px 60px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.process-page .process-1 .bottom .zhongkemagnetp {
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	margin-bottom: 10px;
}

.process-page .process-1 .bottom ul {
	padding-right: 30px;
	max-height: 600px;
	overflow-y: auto;
}

.process-page .process-1 .bottom ul li+li {
	margin-top: 20px;
}

.process-page .process-1 .bottom ul li .mml-text {
	border-left: 5px solid #379eff;
	background-color: rgba(55, 158, 255, 0.2);
}

.process-page .process-1 .bottom ul li .mml-text p {
	color: #379eff;
	line-height: 2;
}

.process-page .process-1 .bottom ul li:nth-child(3n-1) .mml-text {
	border-left: 5px solid #f4c900;
	background-color: rgba(244, 201, 0, 0.2);
}

.process-page .process-1 .bottom ul li:nth-child(3n-1) .mml-text p {
	color: #f4c900;
}

.process-page .process-1 .bottom ul li:nth-child(3n) .mml-text {
	border-left: 5px solid #22438e;
	background-color: rgba(115, 174, 83, 0.2);
}

.process-page .process-1 .bottom ul li:nth-child(3n) .mml-text p {
	color: #22438e;
}

.process-page .process-1 .bottom .mml-text {
	text-align: left;
	padding: 15px;
}

@media screen and (max-width: 1400px) {
	.process-page .process-1 .list {
		padding: 0 100px;
	}
}

@media screen and (max-width: 1000px) {
	.process-page .process-1 .list ul {
		margin: -15px;
	}

	.process-page .process-1 .list ul li {
		padding: 15px;
	}

	.process-page .process-1 .list img {
		position: relative;
		display: none;
	}

	.process-page .process-1 .list .mml-text {
		padding: 30px 15px;
	}
}

@media screen and (max-width: 500px) {
	.process-page .process-1 .list {
		padding: 0;
	}

	.process-page .process-1 .list .arrow {
		display: none;
	}

	.process-page .process-1 .bottom {
		padding: 15px;
	}

	.process-page .process-1 .bottom ul {
		padding: 0;
		max-height: initial;
	}
}

.research-page .research-1 .list ul {
	margin: -70px;
}

.research-page .research-1 .list ul li {
	padding: 70px;
}

.research-page .research-1 .list .img {
	overflow: hidden;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.research-page .research-1 .list h4 {
	line-height: 1.2;
}

.research-page .research-2 {
	background-color: #f0f0f0;
}

.research-page .research-2 .list {
	padding: 0 80px;
	position: relative;
}

.research-page .research-2 .list ul li {
	padding: 50px;
}

.research-page .research-2 .list .mml-text {
	background-color: #FFFFFF;
	padding: 50px 70px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.research-page .research-2 .list .mml-text .left {
	text-align: left;
	width: 55%;
}

.research-page .research-2 .list .mml-text .left .img {
	display: none;
}

.research-page .research-2 .list .mml-text .left h4 {
	color: #22438e;
	line-height: 1.1;
}

.research-page .research-2 .list .mml-text .left .text {
	padding: 20px;
	border-radius: 10px;
	background-color: rgba(115, 174, 83, 0.1);
}

.research-page .research-2 .list .mml-text .left .text p {
	padding-right: 10px;
	overflow-y: auto;
	height: 243px;
	color: #5e5e5e;
}

.research-page .research-2 .list .mml-text .right {
	width: 45%;
}

.research-page .research-3 .title h2::before {
	content: '';
	display: block;
	border-bottom: 4px solid red;
	width: 4%;
	margin: 0 auto 5px;
}

.research-page .research-3 .title p {
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}




.research-page .research-3 .tab a {
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 30px;
	color: #FFFFFF;
	background-color: #222222;
}

.research-page .research-3 .tab a.active,
.research-page .research-3 .tab a:hover {
	background-image: -webkit-gradient(linear, left top, right top, from(#22438e), to(#22438e));
	background-image: -webkit-linear-gradient(left, #22438e, #22438e);
	background-image: -moz-linear-gradient(left, #22438e, #22438e);
	background-image: linear-gradient(to right, #22438e, #22438e);
}

.research-page .research-3 .tab a+a {
	margin-left: 25px;
}

.research-page .research-3 .item {
	height: 0;
	overflow: hidden;
}

.research-page .research-3 .item.active {
	height: auto;
	overflow: visible;
}

.research-page .research-3 .list ul {
	margin: -25px;
}

.research-page .research-3 .list ul li {
	padding: 25px;
}

.research-page .research-3 .list .img {
	border-radius: 20px;
	overflow: hidden;
}

.research-page .research-3 .list h4 {
	line-height: 1;
}

.research-page .research-3 .list h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

@media screen and (max-width: 1400px) {
	.research-page .research-1 .list ul {
		margin: -40px;
	}

	.research-page .research-1 .list ul li {
		padding: 40px;
	}

	.research-page .research-2 .list .mml-text {
		padding: 30px;
	}
}

@media screen and (max-width: 1200px) {
	.research-page .research-1 .list ul {
		margin: -20px;
	}

	.research-page .research-1 .list ul li {
		padding: 20px;
	}
}

@media screen and (max-width: 1000px) {
	.research-page .research-2 .list .mml-text .left {
		width: 100%;
		padding: 0;
	}

	.research-page .research-2 .list .mml-text .left .img {
		display: block;
	}

	.research-page .research-2 .list .mml-text .right {
		display: none;
	}

	.research-page .research-3 .title .fl,
	.research-page .research-3 .title .fr {
		float: none;
	}

	.research-page .research-3 .list ul {
		margin: -15px;
	}

	.research-page .research-3 .list ul li {
		padding: 15px;
	}
}

@media screen and (max-width: 700px) {
	.research-page .research-2 .list ul li {
		padding: 15px;
	}

	.product-page .extendit {
		display: none !important;
	}

	.research-page .research-2 .list .mml-text {
		padding: 15px;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
}

@media screen and (max-width: 500px) {
	.research-page .research-1 .list ul {
		margin: -15px;
	}

	.research-page .research-1 .list ul li {
		width: 50%;
		padding: 15px;
	}

	.research-page .research-2 .list {
		padding: 0;
	}
}

.download-page .download-1 .list {
	padding: 0 120px;
}

.download-page .download-1 .list ul {
	margin: -20px;
}

.download-page .download-1 .list ul li {
	padding: 20px;
}

.download-page .download-1 .img {
	padding: 30px;
}

.download-page .download-1 .img>img {
	border-radius: 50%;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.download-page .download-1 .img i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.download-page .download-2 .box:nth-child(odd) {
	background-color: #f0f0f0;
}

.download-page .download-2 .list ul {
	margin: -25px;
}

.download-page .download-2 .list ul li {
	padding: 25px;
}

.download-page .download-2 .img {
	border-radius: 20px;
	overflow: hidden;
}

.download-page .download-2 .img .play {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}

@media screen and (max-width: 1200px) {
	.download-page .download-1 .list {
		padding: 0 60px;
	}

	.download-page .download-1 .list ul {
		margin: 0;
	}

	.download-page .download-1 .list ul li {
		padding: 0;
	}

	.download-page .download-2 .list ul {
		margin: -15px;
	}

	.download-page .download-2 .list ul li {
		padding: 15px;
	}
}

.contact-page .contact-1 h4 {
	line-height: 1;
}

.contact-page .contact-1 h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

.contact-page .contact-1 .left {
	width: 40%;
}

.contact-page .contact-1 .left .top {
	padding: 40px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contact-page .contact-1 .left .top ul {
	margin: -10px 0;
}

.contact-page .contact-1 .left .top ul li {
	padding: 10px 0;
}

.contact-page .contact-1 .left .top ul li p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-page .contact-1 .left .top ul li p i {
	font-size: 0;
	width: 30px;
	text-align: center;
}

.contact-page .contact-1 .left .top ul li p span {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.contact-page .contact-1 .left .top .social-links a+a {
	margin-left: 20px;
}

.contact-page .contact-1 .left .bottom {
	padding: 40px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contact-page .contact-1 .left .bottom ul li {
	cursor: pointer;
}

.contact-page .contact-1 .left .bottom ul li.active h6 {
	color: #F05D19;
}

.contact-page .contact-1 .left .bottom ul li+li {
	margin-top: 40px;
}

.contact-page .contact-1 .left .bottom ul li i {
	position: absolute;
	left: 0;
	top: 8px;
}

.contact-page .contact-1 .left .bottom ul li i img {
	vertical-align: middle;
}

.contact-page .contact-1 .left .bottom ul li p {
	color: #6f6f6f;
}

.contact-page .contact-1 .right {
	width: 60%;
}

.contact-page .contact-1 .right .form {
	padding: 40px 40px 80px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contact-page .contact-1 .right .form::before {
	content: url(../images/send_plan.png);
	position: absolute;
	left: 50%;
	bottom: 60px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.contact-page .contact-1 .right .form form input,
.contact-page .contact-1 .right .form form textarea {
	width: 100%;
	border: 2px solid #e5e5e5;
	background-color: transparent;
	padding: 20px 30px;
	font-size: 20px;
}

.contact-page .contact-1 .right .form form input {
	border-radius: 100px;
	margin-bottom: 20px;
}

.contact-page .contact-1 .right .form form textarea {
	border-radius: 10px;
	height: 210px;
	margin-bottom: 40px;
}

.contact-page .contact-1 .right .form form button {
	font-size: 24px;
	height: 65px;
	border: none;
	padding: 0 65px;
	border-radius: 100px;
	color: #FFFFFF;
	background-color: #22438e;
	background-image: -webkit-gradient(linear, left top, right top, from(#22438e), to(#22438e));
	background-image: -webkit-linear-gradient(left, #22438e, #22438e);
	background-image: -moz-linear-gradient(left, #22438e, #22438e);
	background-image: linear-gradient(to right, #22438e, #22438e);
	box-shadow: 0 0 20px rgb(240 93 25 / 60%);
}
.contact-page .contact-1 .right .form form button:hover{
	background: #e60303;
}


@media screen and (max-width: 1400px) {
	.contact-page .contact-1 .left .top ul li {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.contact-page .contact-1 .left {
		width: 100%;
	}

	.contact-page .contact-1 .right {
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}

	.contact-page .contact-1 .right .form form input,
	.contact-page .contact-1 .right .form form textarea {
		padding: 10px 20px;
		font-size: 18px;
	}

	.contact-page .contact-1 .right .form::before {
		display: none;
	}

	.contact-page .contact-1 .right .form {
		padding: 40px;
	}

	.contact-page .contact-1 .right .form form textarea {
		height: 150px;
	}
}

@media screen and (max-width: 700px) {
	.contact-page .contact-1 .left .top {
		padding: 20px;
	}

	.contact-page .contact-1 .left .bottom {
		padding: 20px;
	}

	.contact-page .contact-1 .right .form {
		padding: 20px;
	}

	.contact-page .contact-1 .right .form form input,
	.contact-page .contact-1 .right .form form textarea {
		font-size: 14px;
	}

	.contact-page .contact-1 .right .form form button {
		font-size: 16px;
		height: 50px;
		padding: 0 30px;
	}
}


.news-page {
	margin-bottom: 60px;
}

.news_list {
	margin-top: 30px;
}

.news_list ul li {
	padding-top: 35px;
}

.news_list .mml-text {
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.news_list .mml-text .text {
	padding: 20px 20px 40px;
}

.news_list .mml-text .text h3.cateName {
	line-height: 1.2;
	color: #f2992c;
}

.news_list .mml-text:hover .text h3.cateName {
	color: #e60303;
}

.news_list .mml-text .text h3.cateName::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

.news_list .mml-text .text p {
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list .mml-text .text .date {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.news_list .mml-text .text .date span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news_list .mml-text .text a.more {
	line-height: 40px;
	display: inline-block;
	border: 1px solid #f2992c;
	padding: 0 25px;
	border-radius: 30px;
	color: #fff;
}

.news_list .mml-text .text a.more:hover {
	-webkit-box-shadow: 0 0 20px #f2992c;
	box-shadow: 0 0 20px #f2992c;
	color: #FFFFFF;
	background-color: #F05D19;

}

.ll-skin-melon {
	font-size: 90%;
}

.ll-skin-melon .ui-widget {
	background: #FFFFFF;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker {
	padding: 0;
}

.ll-skin-melon .ui-datepicker-header {
	border: none;
	background: transparent;
	font-weight: normal;
	font-size: 15px;
}

.ll-skin-melon .ui-datepicker-header .ui-datepicker-month {
	color: #22438e;
}

.ll-skin-melon .ui-datepicker-header .ui-datepicker-year {
	color: #22438e;
}

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #e9f0f4;
	font-family: "Rany";
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
	top: .9em;
	border: none;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
	background-position: -32px 0;
	margin-top: 0;
	top: 0;
	font-weight: normal;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0;
}

.ll-skin-melon .ui-datepicker table {
	margin: 0;
}

.ll-skin-melon .ui-datepicker th {
	padding: 1em 0;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	border: none;
	font-family: "Rany";
}

.ll-skin-melon .ui-datepicker td {
	background: #FFFFFF;
	border: none;
	padding: 0;
	font-family: "Rany";
}

.ll-skin-melon td .ui-state-default {
	background: transparent;
	border: none;
	text-align: center;
	padding: .5em;
	margin: 0;
	font-weight: normal;
	color: #000000;
	font-size: 16px;
}

.ll-skin-melon .ui-state-disabled {
	opacity: 1;
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
	color: #FFFFFF;
}

.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
	color: #22438e;
	background: rgba(115, 174, 83, 0.2);
}

.ui-datepicker {
	width: 100%;
}

.newdet-page {
	margin-bottom: 60px;
}

.inner-page .newdet-1 {
	border-radius: 20px;
	padding: 50px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.inner-page .newdet-1 h1 {
	font-weight: 600;
	font-size: 30px;
	margin-top: 20px;
}

.inner-page .newdet-1 p {
	font-size: 16px;
	line-height: 30px;
	padding: 8px 0;
}

.inner-page .newdet-1 p a {
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-color: black;
	color: #e60303;
	font-weight: 600;
}

.inner-page .newdet-1 p a:hover {
	color: #22438e;
}

.inner-page .newdet-1 p strong {
	color: #F05D19;
}

.inner-page .newdet-1 h2 {
	color: #22438e;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	background: #efefef;
	padding: 15px 0 15px 15px;
	margin: 10px 0;
}

.inner-page .newdet-1 h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	border-radius: 4px;
	background-color: #22438e;

}

.inner-page .newdet-1 .newdet-content h3 {
	font-size: 20px;
	font-weight: 600;
	position: relative;
	padding: 8px 0;
}

.inner-page .newdet-1 .newdet-content h3::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-image: url(../images/news-icon.png);
}



.inner-page .newdet-1 .text strong {
	font-weight: 600;
}

.inner-page .newdet-1 .text a,
.inner-page .newdet-1 .text h2 {
	color: #22438e;
}

.inner-page .newdet-1 .date {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.inner-page .newdet-1 .date h3.cateName::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

.inner-page .newdet-1 .date span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inner-page .newdet-1 .date time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inner-page .newdet-1 .line {
	height: 1px;
	background-color: #d2d2d2;
}

.inner-page .newdet-3 h2 {
	line-height: 1;
}

.inner-page .newdet-3 h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 3px;
	background-color: #22438e;
}

.inner-page .newdet-3 .slick-dots {
	margin: 0;
	margin-top: 10px;
	text-align: center;
}

.inner-page .newdet-3 .slick-dots li {
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #22438e;
}

.inner-page .newdet-3 .slick-dots li button {
	display: none;
}

.inner-page .newdet-3 .slick-dots li.slick-active {
	width: 42px;
}

@media screen and (max-width: 500px) {
	.inner-page .newdet-1 {
		padding: 15px;
	}
}


.contact-page .contact-2 .map {
	height: 560px;
	border-radius: 20px;
	margin-top: 80px;
}






#addForm4 {
	text-align: center;
	padding: 0 60px;
}

#addForm4 h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}

#addForm4 p {
	font-size: 18px;
	line-height: 1;
	margin-top: 10px;
}

#addForm4 h5 {
	font-size: 18px;
	text-align: left;
	margin-top: 10px;
}

#addForm4 h5 em {
	color: #74b357;
}

#addForm4 ul {
	margin: 60px -40px 0 0;
}

#addForm4 ul li {
	padding-right: 40px;
	margin-bottom: 20px;
}

#addForm4 ul li label {
	display: block;
	font-size: 18px;
	color: #acacac;
	line-height: 1;
	text-align: left;
}

#addForm4 ul li label em {
	display: inline-block;
	vertical-align: top;
	color: #74b357;
}

#addForm4 ul li input[type="text"],
#addForm4 ul li textarea {
	width: 100%;
	height: 30px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #dedede;
	margin-top: 10px;
}

#addForm4 ul li input[type="text"]:focus,
#addForm4 ul li textarea:focus {
	border-bottom-color: #70b459;
}

#addForm4 ul li input[type="file"] {
	opacity: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#addForm4 ul li textarea {
	height: 120px;
}

#addForm4 ul li .file {
	padding-top: 10px;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #dedede;
	position: relative;
}

#addForm4 ul li .file span {
	width: 200px;
	height: 40px;
	background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
	color: #fff;
	font-size: 18px;
	border-radius: 20px;
	line-height: 42px;
	position: absolute;
	bottom: 5px;
	right: 0;
	cursor: pointer;
}

#addForm4 ul li.wid-100 {
	width: 100%;
}

#addForm4 input[type="submit"] {
	margin-top: 50px;
	background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
	color: #fff;
	font-size: 18px;
	border-radius: 30px;
	border: none;
	padding: 10px 20px;
	box-shadow: 0 0 20px rgba(34, 66, 140 .6);
}

@media screen and (max-width: 1000px) {
	#addForm4 {
		padding: 0 40px;
	}
}

@media screen and (max-width: 700px) {
	#addForm4 {
		padding: 0 20px;
	}
}


.m-page {
	text-align: center;
	margin-top: 80px;

}

.m-page span,
.m-page a {
	display: inline-block;
	font-size: 22px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border: none;
	color: #d2d2d2;
	background-color: transparent;
	position: relative;
}

.m-page span {
	color: #22438e;
}

.m-page li.active span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/dots_dian.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-animation: ro 3.5s linear infinite;
	-moz-animation: ro 3.5s linear infinite;
	animation: ro 3.5s linear infinite;
}



.contact-page .mapContainer {
	height: 100%;
}



#header .nav .container.menu .info {
	display: flex;
	align-items: center;
}

#header .nav .container.menu .info i {
	font-size: 0;
}

@media screen and (max-width: 1440px) {
	#header .nav .container.menu .info {
		display: none;
	}
}

@-webkit-keyframes ro {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes ro {
	from {
		-moz-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ro {
	from {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes tx {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes tx {
	from {
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-moz-transform: translateX(3px);
		transform: translateX(3px);
	}

	to {
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes tx {
	from {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
		transform: translateX(3px);
	}

	to {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
}




.seo_title {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

#seo_about ._box {
	margin: -15px;
}

#seo_about ._left,
#seo_about ._right {
	padding: 15px;
}

#honor_list ul {
	margin: -15px;
}

#honor_list ul li {
	padding: 15px;
}

#news_list ul {
	margin: -15px;
}

#news_list ul li {
	padding: 15px;
}

#news_list ._time span {
	display: inline-block;
	padding: 5px;
}

#news_list ._time span._cate {
	color: #FFFFFF;
	background-color: #000000;
}

#news_list ._time span._date {
	background-color: #CCCCCC;
}

#news_list ._table {
	padding: 20px;
	border: 2px solid #CCCCCC;
}

img[src=""],
img:not([src]) {

	opacity: 0;

}

.research-page .research-3 .item.active .dots {
	display: none !important;
}

/*inner css end*/

.wdkwiwio {
	font-size: 16px;
	line-height: 2;
	color: white;
	margin-top: 20px;
}

.wdkwiwio span {
	font-weight: 700;
	font-size: 20px;
	line-height: 2;
}

.vdgdfgdfgh {
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 40px;
	line-height: 2;
	font-size: 16px;
}

.vdgdfgdfgh h1 {
	display: inline;
}
