
@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg');
	font-display: swap
}.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events: unset !IMPORTANT;
}
.slick-track {
	margin-left: 0;
}
.ui.container {
	padding: 0 20px;
	position: relative;
	max-width: 1400px;
	margin: auto;
	width: 100%;
}
.body-overflow-box {
	position: relative;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	overflow: hidden;
}
#header {
	z-index: 1001;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 

	height: 144px;
}
#header .nav {
	display: inline-block;
	width: 100%;
}
#header .nav .ui.container {
	max-width: 1790px;
	width: 100%;
}
#header .nav .ui.menu {
	display: flex;
	align-items: center;
	margin: 0 auto;
}
#header .nav .ui.menu .logo {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
	display: none;
}
.na-left{width:65%;float:left;text-align:right;margin-top:30px;}.na-left ul{}
.na-right{width:15%;float:right; text-align:left;margin-top:30px;}.na-right ul{}

.active .na-left,.active .na-right{margin-top:0;}

#header .nav .ui.menu .left ul.menu > li{} 
#header .nav .ui.menu .right ul.menu > li{} 
#header .nav .ui.menu .menu-box {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
	margin-right: 0;
	margin-top: -38px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
	margin: 0 2.0rem 0 0;
	font-size: 18px;
	-webkit-perspective: 500px;
	perspective: 500px;
	transform-style: preserve-3d;
	z-index: 100;
	color: #121212;
	float: left;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
	margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(5){}
#header .nav .ui.menu .menu-box ul.menu > li > a {
	display: block;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s; color:#fff;
}
.active .nav .ui.menu .menu-box ul.menu > li > a {
 color:#333 !important;
}



#header .nav .ui.menu .menu-box ul.menu > li > a::before {
	content: '';
	position: absolute;
	top: -10px;
	/*right: 12px;*/
	left: 50%;
	transform: translateX(-50%);
	width: 29px;
	height: 11px;
	/*background: url(../images/h-icon.webp) no-repeat center center;*/
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
	content: '';
	position: absolute;
	bottom: -15px;
	/*right: 23px;*/
	left: 50%;
	transform: translateX(-79%);
	width: 35px;
	height: 15px;
	/*background: url(../images/h-icon1.webp) no-repeat center center;*/
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover, #header .nav .ui.menu .menu-box ul.menu > li > a.active {
	color: #ed0900;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::before, #header .nav .ui.menu .menu-box ul.menu > li > a.active::before, #header .nav .ui.menu .menu-box ul.menu > li > a:hover::after, #header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
	opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
	-webkit-perspective: 500px;
	perspective: 500px;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 15px;
	font-weight: 400;
	background: #fff;
	top: 200%;
	left: -10px;
	min-width: 180px;
	white-space: nowrap;
	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;
	transform-origin: 0 0 0;
	opacity: 0;
	transition: transform 0.5s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
	-moz-transition: -moz-transform 0.5s, opacity 0.3s;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 3px solid #ed0900;
	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: 16px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: capitalize;
	position: relative;
}
#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 .h-search {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 3rem;
	margin-top: -38px;
}
#header .nav .ui.menu .h-search img{ background-color:#fff ; border-radius:50%;padding:10px;}

#header .nav .ui.menu .h-language {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	margin-left: 2.5rem;
	margin-top: -38px;
}
#header .nav .ui.menu .h-language span {
	font-size: 18px;
	color: #fff;
}

.active .nav .ui.menu .h-language span {

	color: #333 !important;
}

#header .nav .ui.menu .h-language ul.sub-menu {
	-webkit-perspective: 500px;
	perspective: 500px;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	z-index: 1;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	top: 200%;
	right: 0;
	width: 140px;
	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;
	transform-origin: 0 0 0;
	opacity: 0;
	transition: transform 0.5s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
	-moz-transition: -moz-transform 0.5s, opacity 0.3s;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 3px solid #ed0900;
	display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
	display: block;
	float: none;
	padding: 0 15px;
	line-height: 40px;
	color: black;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
	display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
	vertical-align: middle;
	width: auto;
	height: 20px;
	margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
	background: #222;
	color: white;
}
#header .nav .ui.menu .h-language ul.sub-menu li em {
	padding-left: 50px;
}
#header .nav .ui.menu .h-language: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.active {
	position: fixed;
	background: #fff;
	height: auto;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);margin-bottom:0;
}
#header.active .nav {
	padding: 10px 0;
}
#header.active .nav .ui.menu .logo {
	padding: 0;
}
#header.active .nav .ui.menu .menu-box {
	margin-top: 0;
}
#header.active .nav .ui.menu .h-search {
	margin-top: 0;
}
#header.active .nav .ui.menu .h-language {
	margin-top: 0;
}
#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%;
}
#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;
	font-weight: 400;
	color: #000;
	padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
	width: 22px;
	height: 22px;
	background: url(../images/tc-zoom.webp) 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.webp) 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%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 60px;
	color: transparent;
	border: none;
	z-index: 1;
	outline: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#banner .slick-arrow:hover {
	background-color: #ed0900;
}
#banner:hover .slick-arrow {
	opacity: 1;
}
#banner .slick-prev {
	background: url("../images/banner-btn-l.webp") no-repeat center center rgba(255, 255, 255, 0.5);
	left: 0;
}
#banner .slick-next {
	background: url("../images/banner-btn-r.webp") no-repeat center center rgba(255, 255, 255, 0.5);
	right: 5px;
}
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;
	min-width: 700px;
}
table td, table th {
	padding: 5px 10px;
	border: 1px solid #666;
	width: auto !important;
	height: auto !important;
}
table tr {
	width: auto !important;
	height: auto !important;
}
table tr:nth-child(even) {
	background: #eee;
}
#mobile {
	position: fixed;
	top: 0;
	left: -280px;
	width: 280px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: none;
	z-index: 1001;
}
#mobile .yy {
	content: '';
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.13);
	z-index: -1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#mobile #menu-on {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 100%;
	top: 10px;
	cursor: pointer;
	cursor: hand;
}
#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%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-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: 100vh;
	display: block;
	background: #222;
	padding: 40px 10%;
	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 .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: 20px;
}
#mobile .menu-content .menu-list ul li a {
	padding: 8px 0;
	display: block;
	line-height: 28px;
}
#mobile .menu-content .menu-list ul li a:hover {
	color: #fd2318;
	text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}
#mobile .menu-content .menu-list ul li li li a {
	font-weight: 400;
	padding-left: 30px;
}
#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%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#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.webp") 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 em {
	padding-left: 50px;
}
#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;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
	background: #fd2318;
}
#mobile .menu-content #menu-off {
	margin-top: 40px;
	cursor: pointer;
	cursor: hand;
}
#mobile.active {
	left: 0;
}
#mobile.active .yy {
	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);
	-o-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);
	-o-transform: translateX(-50%) rotateZ(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
	top: 28px;
	margin-left: 3px;
}
#mobile.white .menu-content {
	background: white;
	color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
	background: black;
}
#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;
}
@keyframes ks {
 0% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 0;
}
 10% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 1;
}
 80% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: .3;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
@-webkit-keyframes ks {
 0% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 0;
}
 10% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 1;
}
 80% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: .3;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
@-moz-keyframes ks {
 0% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 0;
}
 10% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 1;
}
 80% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: .3;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
@-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
#banner {
	position: relative;
}
#banner .ui.container {
	max-width: 1550px;
}
#banner ul .slick-current li .text .left h2 {
	-webkit-animation: fadeInUp 2s linear;
	animation: fadeInUp 2s linear;
}
#banner ul .slick-current li .text .left p {
	-webkit-animation: fadeInUp 2.5s linear;
	animation: fadeInUp 2.5s linear;
}
#banner ul .slick-current li .text .left .more {
	-webkit-animation: fadeInUp 3s linear;
	animation: fadeInUp 3s linear;
}
#banner ul .slick-current li .text .left .play {
	-webkit-animation: fadeInUp 3.5s linear;
	animation: fadeInUp 3.5s linear;
}
#banner ul li {
	position: relative;
}
#banner ul li > img {
	width: 100%;
	min-height: 250px;
	object-fit: cover;
}
#banner ul li .text {
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
}
#banner ul li .text .left {
	color: #fff;
	position: relative;
	z-index: 2;
	max-width: 1000px;
}
#banner ul li .text .left h2 {
	font-size: 3.4rem;
	font-style: italic;
	font-family: 'Adriattica';
	line-height: 1.1;
	font-weight: bold;
}
#banner ul li .text .left h2 em {
	color: #ed0900;
}
#banner ul li .text .left p {
	font-size: 22px;
	font-family: 'PL';
	line-height: 1.7;
	padding-top: 15px;
}
#banner ul li .text .left .more {
	display: inline-block;
	width: 178px;
	height: 50px;
	background-color: #ed0900;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	margin-right: 2rem;
	position: relative;
	z-index: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	overflow: hidden;
}
#banner ul li .text .left .more::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
}
#banner ul li .text .left .more:hover {
	color: #ed0900;
}
#banner ul li .text .left .more:hover::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	background: white;
}
#banner ul li .text .left .play {
	display: inline-block;
	position: relative;
	z-index: 1;
}
#banner ul li .text .left .play::before, #banner ul li .text .left .play::after {
	position: absolute;
	z-index: -1;
	content: '';
	left: -15px;
	right: -15px;
	top: -15px;
	bottom: -15px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	-webkit-animation: ks 2s linear infinite;
	-o-animation: ks 2s linear infinite;
	-ms-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
}
#banner ul li .text .left .play::before {
	-webkit-animation-delay: .6s;
	-o-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s;
}
#banner ul li .text .right {
	position: absolute;
	right: 0rem;
	top: 0;
	padding-left: 4.6rem;
	width: 50%;
	height: 100%;
	padding-top: 20%;
}
#banner ul li .text .right img {
	position: relative;
	z-index: 1;
}
#banner ul li .text .right::after {
	content: '';
	position: absolute;
	top: 0;
	left: 7%;
	width: 75%;
	height: 100%;
	background: rgba(3, 74, 164, 0.9);
}
#index-body .more {
	display: inline-block;
	width: 178px;
	height: 50px;
	background-color: #ed0900;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#index-body .more::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
}
#index-body .more:hover::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
}
#index-body .product .bottom .right .more:hover, #index-body .product .top .right .more:hover {
	color: #ed0900;
}
#index-body .product .bottom .right .more:hover::before, #index-body .product .top .right .more:hover::before {
	background: white;
}
#index-body h3.title {
	font-size: 6.5rem;
	line-height: 1;
	color: #e5e5e5;
}
#index-body .i-product {
	padding-top: 3.5rem;
	width: 100%;
	float: left;
	background-color: #fff;
}
.i-product h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
#index-body .i-product .bottom {
	padding-top: 3.5rem;
	width: 100%;
	float: left;
}
#index-body .i-product .bottom .cat-list {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
#index-body .i-product .bottom .cat-list .item {
	width: 9%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	position: relative;
	cursor: pointer;
}
#index-body .i-product .bottom .cat-list .item .layer {
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	height: 750px;
	overflow: hidden;
	position: relative;
}
#index-body .i-product .bottom .cat-list .item .layer .img {
	position: relative;
}
#index-body .i-product .bottom .cat-list .item .layer .img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
#index-body .i-product .bottom .cat-list .item .layer .img img {
	height: 750px;
	object-fit: cover;
}
#index-body .i-product .bottom .cat-list .item .layer .img .text {
	width: 100%;
	position: absolute;
	bottom: 1.9rem;
	left: 0;
	padding: 0 15px;
	color: #fff;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#index-body .i-product .bottom .cat-list .item .layer .img .text a {
	display: block;
}
#index-body .i-product .bottom .cat-list .item .layer .img .text a h3 {
	font-size: 1.8rem;
	font-family: 'Adriattica';
	line-height: 0.3;
}
#index-body .i-product .bottom .cat-list .item .layer .img .text a p {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 1.3rem;
}
#index-body .i-product .bottom .cat-list .item .layer .img h4 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.3);
	min-height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: .5s ease;
}
#index-body .i-product .bottom .cat-list .item.active {
	width: 50%;
}
#index-body .i-product .bottom .cat-list .item.active .layer .img .text {
	opacity: 1;
}
#index-body .i-product .bottom .cat-list .item.active .layer .img h4 {
	opacity: 0;
	line-height: 30px;
}
#index-body .advantage {
	background: url(../images/7-1.webp) no-repeat center center #f5f5f5;
	padding: 7.6rem 0;
	position: relative;
	z-index: 1;
}
#index-body .advantage .left {
	padding-right: 2.9rem;
}
#index-body .advantage .left h3 {
	line-height: 1.2;
	font-size: 40px;
	background: linear-gradient(180deg, #e12b23 0%, #b3160f 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: bold;
}
#index-body .advantage .left ul {
	margin-top: 2.55rem;
}
#index-body .advantage .left ul li {
	margin-bottom: 1rem;
}
#index-body .advantage .left ul li .img {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	background-color: #ed0900;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
}
#index-body .advantage .left ul li .img img {
	vertical-align: middle;
}
#index-body .advantage .left ul li .text {
	display: inline-block;
	vertical-align: top;
	margin-top: 13px;
	width: 80%;
	padding-left: 1.15rem;
	color: #121211;
}
#index-body .advantage .left ul li .text h4 {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 1rem;
}
#index-body .advantage .left ul li .text p {
	font-size: 16px;
	line-height: 30px;
}
#index-body .advantage .left ul li:last-child {
	margin-bottom: 0;
}
#index-body .advantage .right {
	padding-right: 3.65rem;
}
#index-body .advantage .right .top {
	padding-left: 5.5rem;
}
#index-body .advantage .right .bottom {
	padding-left: 3.6rem;
	margin-top: 3rem;
}
#index-body .advantage .right .bottom ul {
	margin-right: -4.15rem;
}
#index-body .advantage .right .bottom ul li {
	padding-right: 2.15rem;
}
#index-body .advantage .right .bottom ul li img {
	width: 100%;
}
#index-body .advantage .icon1 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
#index-body .about {
	background: #f5f5f5;
	position: relative;
	z-index: 1;
	padding-top: 6rem;
	padding-bottom: 6rem;
	width: 100%;
	float: left;
}
#index-body .about .ui.container {
	max-width: 1288px;
	width: 100%;
}
#index-body .about .header {
	text-align: center;
}
#index-body .about .header h1 {
	font-size: 40px;
	font-weight: bold;
	color: #424242;
	line-height: 30px;
}
#index-body .about .header h1::before, #index-body .about .header h1::after {
	content: '';
	width: 3.2rem;
	height: 2px;
	background-color: #000000;
	display: inline-block;
	vertical-align: middle;
}
#index-body .about .header h1::before {
	margin-right: 3rem;
}
#index-body .about .header h1::after {
	margin-left: 3rem;
}
#index-body .about .header h3.title {
	margin-top: 1.9rem;
}
#index-body .about .img {
	background: #fff;
	padding: 10px;
	margin-top: -4.3%;
	position: relative;
}
#index-body .about .img img {
	width: 100%;
}
#index-body .about .img .play {
	position: absolute;
	top: 44%;
	left: 47%;
	z-index: 1;
	cursor: pointer;
}
#index-body .about .img .play::before, #index-body .about .img .play::after {
	position: absolute;
	z-index: -1;
	content: '';
	left: -15px;
	right: -15px;
	top: -15px;
	bottom: -15px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.4);
	-webkit-animation: ks 2s linear infinite;
	-o-animation: ks 2s linear infinite;
	-ms-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
}
#index-body .about .img .play::before {
	-webkit-animation-delay: .6s;
	-o-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s;
}
#index-body .about .con {
	margin-top: 3.45rem;
	text-align: center;
	padding: 0 4rem;
	font-size: 16px;
	color: #191919;
	line-height: 32px;
}
#index-body .about .con span {
	border-bottom: 1px solid #000000;
}
#index-body .about .data {
	margin-top: 2.5rem;/*padding: 0 1.4rem;*/
}
#index-body .about .data ul li {
	height: 146px;
	line-height: 146px;
	border-right: 1px solid rgba(3, 39, 50, 0.4);
	text-align: center;
}
#index-body .about .data ul li img {
	display: inline-block;
	vertical-align: middle;
	filter: brightness(0);
}
#index-body .about .data ul li .text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	color: #2a2829;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: left;
}
#index-body .about .data ul li .text h4 {
	font-size: 1.8rem;
	line-height: 1;
}
#index-body .about .data ul li .text p {
	font-size: 16px;
	line-height: 1;
	margin-top: 0.4rem;
}
#index-body .about .data ul li:first-child {
	text-align: left;
	width: 22%;
}
#index-body .about .data ul li:nth-child(2) {
	width: 27.5%;
}
#index-body .about .data ul li:nth-child(3) {
	width: 28%;
}
#index-body .about .data ul li:last-child {
	border-right: 0;
	width: 22.5%;
	padding-left: 2.5%;
}
#index-body .about .data ul li:hover img {
	filter: none;
}
#index-body .about .data ul li:hover .text {
	color: #ed0900;
}
#index-body .about .icon1 {
	position: absolute;
	z-index: -1;
	top: -3%;
	left: 0;
}
#index-body .about .icon2 {
	position: absolute;
	right: 0;
	bottom: 20%;
	z-index: -1;
}
#index-body .product {
	background: url(../images/pro-bg.webp) no-repeat center center;
	padding: 5rem 0 5rem;
	background-size: cover;
	width: 100%;
	float: left;
}
#index-body .product .ui.container {
	max-width: 1790px;
	width: 100%;
	overflow: hidden;
}
#index-body .product .top .left {
	width: 70%;
	position: relative;
	vertical-align: middle;
}
#index-body .product .top .left ul {
	margin-right: -2.15rem;
	height: 570px;
}
#index-body .product .top .left ul .slick-list {
	height: 100%;
}
#index-body .product .top .left ul .slick-track {
	margin: 0;
}
#index-body .product .top .left ul .slick-slide {
	padding: 6rem 0 0rem;
}
#index-body .product .top .left ul .slick-current .box {
	/*transform: scale(0.707, 0.538);*/
	transform: scale(0.7);
}
#index-body .product .top .left ul .slick-current + div li {
	transform: translateX(-60px);
}
#index-body .product .top .left ul .slick-current + div .box {
	/*transform: scale(0.917, 0.698);*/
	transform: scale(0.9);
}
#index-body .product .top .left ul .slick-current + div + div .box {
	/*transform: scale(1.315, 1);*/
	transform: scale(1.3);
}
#index-body .product .top .left ul li {
	padding-right: 2.15rem;
	transition: 0.5s;
}
#index-body .product .top .left ul li .box {
	background-color: #242424;
	text-align: center;
	/*padding: 3rem 0;*/
	transition: 0.5s;
}
#index-body .product .top .left ul li .box img {
	display: inline-block;
	width: 100%;
	margin: auto;
}
#index-body .product .top .left ul li:hover .box {
	background: #fff;
}
#index-body .product .top .left .arrow {
	position: absolute;
	color: #e5e5e5;
	bottom: -1%;
	left: 31%;
	min-width: 350px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	text-align: center;
}
#index-body .product .top .left .arrow .al, #index-body .product .top .left .arrow .ar {
	display: inline-block;
	padding: 0.9rem 1rem 0;
	font-size: 18px;
	cursor: pointer;
	position: relative;
}
#index-body .product .top .left .arrow .al::before, #index-body .product .top .left .arrow .ar::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #6b6d6d;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#index-body .product .top .left .arrow .al::after, #index-body .product .top .left .arrow .ar::after {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	width: 0;
	height: 5px;
	background-color: #6b6d6d;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#index-body .product .top .left .arrow .al:hover::after, #index-body .product .top .left .arrow .ar:hover::after, #index-body .product .top .left .arrow .al.active::after, #index-body .product .top .left .arrow .ar.active::after {
	background: #ed0900;
	left: 0;
	width: 100%;
}
#index-body .product .top .left .arrow .al {
	margin-right: 2rem;
}
#index-body .product .top .right {
	width: 30%;
	vertical-align: middle;
	color: #e5e5e5;
	padding-left: 5.8%;
	margin-top: 6rem;
	overflow: hidden;
}
#index-body .product .top .right ul {
	overflow: hidden;
}
#index-body .product .top .right ul .slick-track {
	margin: 0;
	overflow: hidden;
}
#index-body .product .top .right ul .slick-slide {
	overflow: hidden;
	transform: translateX(-200%);
}
#index-body .product .top .right h4 {
	font-size: 1.5rem;
 f  line-height: 34px;
}
#index-body .product .top .right .con {
	margin-top: 2.2rem;
	font-size: 16px;
	line-height: 25px;
}
#index-body .product .top .right .more {
	margin-top: 2.45rem;
}
#index-body .product .bottom {
	margin-top: 11.5rem;
	color: #fff;
}
#index-body .product .bottom li p {
	font-size: 16px;
	line-height: 30px;
}
#index-body .product .bottom li i {
	position: relative;
	display: inline-block;
}
#index-body .product .bottom li i em {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	border-radius: 50%;
	z-index: 1;
}
#index-body .product .bottom .left li i em {
	left: 0;
	top: -5px;
}
#index-body .product .bottom li i em::before, #index-body .product .bottom li i em::after {
	position: absolute;
	z-index: -1;
	content: '';
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	border-radius: 50%;
	background: rgba(199, 0, 37, 0.5);
	-webkit-animation: ks 2s linear infinite;
	-o-animation: ks 2s linear infinite;
	-ms-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
}
#index-body .product .bottom li i em::before {
	-webkit-animation-delay: .6s;
	-o-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s;
}
#index-body .product .bottom .left li:nth-child(1) {
	position: relative;
	left: 80%;
}
#index-body .product .bottom .left li:nth-child(1) .text {
	margin-left: 5rem;
}
#index-body .product .bottom .left li:nth-child(2) {
	display: flex;
	align-items: center;
	position: relative;
	left: 65%;
	margin-top: 5rem;
}
#index-body .product .bottom .left li:nth-child(3) {
	margin-top: 10rem;
	position: relative;
	left: 68%;
	display: flex;
}
#index-body .product .bottom .left li:nth-child(3) .text {
	margin-top: 2rem;
}
#index-body .product .bottom .right {
	padding-top: 3.9rem;
}
#index-body .product .bottom .right li {
	width: 50%;
	margin: -7% 2.4rem 0 auto;
}
#index-body .product .bottom .right li h4 {
	font-size: 1.8rem;
	line-height: 1.2;
 f  color: #e5e5e5;
}
#index-body .product .bottom .right li .desc {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 1.5rem;
}
#index-body .product .bottom .right li .more {
	margin-top: 2.95rem;
}
#index-body .product .bottom .right li:last-child {
	margin: 4rem 0 0 auto;
	width: 100%;
	padding-left: 0.8rem;
	max-width: 430px;
}
#index-body .product .bottom .right li:last-child i {
	vertical-align: bottom;
}
#index-body .product .bottom .right li:last-child i em {
	top: 0;
	left: 0;
}
#index-body .product .bottom .right li:last-child p {
	display: inline-block;
	width: 75%;
	vertical-align: bottom;
	margin-bottom: 0px;
	padding-left: 1.5rem;
}
#index-body .partner {
	padding: 4rem 0;
	width: 100%;
	float: left;
}
#index-body .partner .ui.container {
	max-width: 1400px;
	width: 100%;
}
#index-body .partner ul { position:relative;}
.grid-box .slick-prev{ position: absolute;left: 0;top: 50%; background-color:rgba(237,9,0,.5);height: 30px;border:none;width: 30px;z-index: 999;}
.grid-box .slick-prev:before{content:"\f104"; font-size:20px; color:#fff;font-family: FontAwesome;}
.grid-box .slick-prev:hover{ background-color:rgba(237,9,0,1);}
.grid-box .slick-next{ position: absolute;right: 0;top: 50%;background-color:rgba(237,9,0,.5); height: 30px;border:none;width: 30px; z-index: 999;}
.grid-box .slick-next:before{content:"\f105"; font-size:20px; color:#fff; font-family: FontAwesome;}
.grid-box .slick-next:hover{ background-color:rgba(237,9,0,1);}
#index-body .partner ul li {
	padding: 0.5rem;
}
#index-body .partner ul li img {
	width: 100%;
}
#index-body .init-1 {
	background-color: #f5f5f5;
	width: 100%;
	float: left;
}
#index-body .init-1 .box .left {
	vertical-align: middle;
	width: 35.468%;
	padding: 0 0 0 130px;
}
#index-body .init-1 .box .left h3 {
	font-size: 40px;
	font-weight: bold;
	color: #0e110c;
 f  line-height: 1.3;
}
#index-body .init-1 .box .left p {
	font-size: 16px;
	color: #0e110c;
	line-height: 30px;
	margin-top: 1.4rem;
}
#index-body .init-1 .box .left .more {
	margin-top: 2.5rem;
}
#index-body .init-1 .box .left .more:last-child {
	background: #000;
	margin-left: 3rem;
}
#index-body .init-1 .box .left .more:last-child::before {
	background: #ed0900;
}
#index-body .init-1 .box .right {
	vertical-align: middle;
	width: 64.532%;
	padding-left: 70px;
}
#index-body .news {
	padding: 3rem 0 5.25rem;
	position: relative;
	width: 100%;
	float: left;
}
#index-body .news h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
#index-body .news .header {
	text-align: center;width:100%;float:left;
}
#index-body .news .content {
	margin-top: 50px;width:100%;float:left;
	padding: 0 3.5rem;
}
#index-body .news .content ul {
	width: 100%;
}
#index-body .news .content ul .slick-slide {
	overflow: hidden;
}
#index-body .news .content ul li {
	padding-right: 1.4rem;
}
#index-body .news .content ul li a {
	display: block;
	margin-top: 2%;
}
#index-body .news .content ul li .img img {
	width: 100%;
}
#index-body .news .content ul li .text {
	padding-top: 1.5rem;
}
#index-body .news .content ul li .text h3 {
	font-size: 18px;
	line-height: 2.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#index-body .news .content ul li .text p {
	font-size: 16px;
	color: #666;
	line-height: 25px;
	padding-right: 3.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
#index-body .news .content ul li .text .more {
	margin-top: 1.95rem;
}
#index-body .news .arrow, #index-body .news .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}
#index-body .news .arrow.al img, #index-body .news .arrow.ar img {
	filter: brightness(0);
}
#index-body .news .arrow.al:hover img, #index-body .news .arrow.ar:hover img {
	filter: none;
}
#index-body .news .arrow.al {
	left: 0;
	transform: rotate(180deg);
}
#index-body .news .arrow.ar {
	right: 0;
}
#footer {
	background: url(../images/footbg.webp) no-repeat center center;
	background-size: cover;
	padding-top: 3.8rem;
	width: 100%;
	float: left;
}
#footer .ui.container {
	width: 100%;
}
#footer .box {
	color: #fff;
}
#footer .box .left {
	width: 70%;
}
#footer .box .left .f-nav ul li {
	display: inline-block;
	font-size: 18px;
	margin-right: 1.5rem;
	transition: 0.5;
}
#footer .box .left .f-nav ul li:hover {
	color: #ed0900;
}
#footer .box .left .f-nav ul li:last-child {
	margin-right: 0;
}
#footer .box .left .f-info {
	margin-top: 2.8rem;
}
#footer .box .left .f-info ul li {
	display: inline-block;
	width: 30%;
}
#footer .box .left .f-info ul li .icon {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	background-color: #333333;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #a9a9a9;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#footer .box .left .f-info ul li .text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 0.95rem;
	font-size: 16px;
	line-height: 30px;
	width: 76%;
}
#footer .box .left .f-info ul li:nth-child(2) {
	width: 30%;
}
#footer .box .left .f-info ul li:last-child {
	width: 40%;
}
#footer .box .left .f-info ul li:hover .icon {
	background: #ed0900;
	color: #fff;
}
#footer .box .right {
	width: 30%;
	text-align: right;
}
#footer .box .right .f-code {
	width: 30%;
	text-align: center;
}
#footer .box .right .f-code #ewm {
	width: 128px;
	margin: auto;
	border: 4px solid #fff;
}
#footer .box .right .f-code .share {
	margin-top: 1.2rem;
}
#footer .box .right .f-code .share li {
	display: inline-block;
	font-size: 14px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-right: 0.6rem;
}
#footer .box .right .f-code .share li:last-child {
	margin-right: 0;
}
#footer .box .right .f-code .share li:hover {
 
}#footer .box .right .f-code .share li a:hover{ opacity:.5; color:#fff;}
#footer .box .right .f-form {
	width: 70%;
	padding-left: 6px;
}
#footer .box .right .f-form h3 {
	font-size: 1.5rem;
	line-height: 1;
}
#footer .box .right .f-form form {
	margin-top: 0.8rem;
}
#footer .box .right .f-form form li {
	margin-top: 0.8rem;
}
#footer .box .right .f-form form li input[type="text"] {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
}
#footer .box .right .f-form form li input[type="text"]::placeholder {
 color: #fff;
}
#footer .box .right .f-form form li input[type="text"]::-webkit-input-placeholder {
 color: #fff;
}
#footer .box .right .f-form form li input[type="submit"] {
	width: 100%;
	background: transparent;
	color: #ed0900;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #ed0900;
}
#footer .box .right .f-form form li.wid-100 {
	width: 100%;
}
#footer .box .right .f-form form li:first-child {
	margin-top: 0;
}
#footer .box .right .f-form form li:nth-child(2) {
	width: 66.3%;
}
#footer .box .right .f-form form li:last-child {
	width: 33.7%;
	padding-left: 8.35%;
}
#footer .f-copy {
	margin-top: 2.1rem;
}
#footer .f-copy .list {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 1rem 0;
	color: #fff;
}
#footer .f-copy .list .left {
	width: 80%;
}
#footer .f-copy .list .right {
	width: 20%;
	text-align: right;
}
#footer .f-copy p {
	font-size: 14px;
	line-height: 30px;
}
#footer .f-copy img {
	vertical-align: middle;
	max-height: 12px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.inquiry {
	position: fixed;
	bottom: 30%;
	right: 1rem;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	background: #ed0900;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	z-index: 100;
}
.layer-form {
	display: none;
}
.container-contact100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 1000001;
	left: 0;
	top: 0;
}
.wrap-contact100 {
	width: 560px;
	background: #fff;
	border-radius: 3px;
	position: relative;
	overflow: auto;
	max-height: 90vh;
}
.layer-form .wrap-contact100 {
	width: 357px;
	border-radius: 10px;
}
.btn-hide-contact100 {
	font-size: 20px;
	color: #fff;
	opacity: .6;
	position: absolute;
	right: 10px;
	top: 5px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
	z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
	color: #000;
}
.layer-form .wrap-contact100 form {
	width: 100%;
	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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
	width: 100%;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
	height: 36px;
	display: block;
	width: 100%;
	background: 0 0;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	margin-bottom: 20px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
	height: 114px;
	padding-top: 22px;
	padding-bottom: 15px;
	display: block;
	width: 100%;
	background: 0 0;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	padding: 15px 20px;
	border: none;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
	font-size: 12px;
	color: #adadad;
	padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
	width: 100%;
	position: relative;
	border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
	border: 1px solid #e6e6e6;
	background: #ed0900;
	height: 42px;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 1.2;
	padding: 0 20px;
	margin: 0;
	border-radius: 42px;
	transition: .5s ease;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease;
	position: relative;
	z-index: 10;
	color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
	background: #000;
}
.layer-form .wrap-contact100 form input {
	height: 36px;
	display: block;
	width: 100%;
	background: 0 0;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	margin-bottom: 20px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}
@media screen and (max-width: 1680px) {
#header .nav .ui.menu .menu-box ul.menu > li {
	margin: 0 1.0rem 0 0;
}
#header .nav .ui.menu .h-language {
	margin-left: 1rem;
}
#header .nav .ui.menu .h-search {
	margin-left: 1rem;
}
#header .nav .ui.menu .logo {
	margin-left: auto;
}
#banner ul li .text .left p {
	margin: 2rem 0;
}
#index-body .product .top .left {
	width: 65%;
}
#index-body .product .top .left ul .slick-current + div li {
	transform: translateX(-30px);
}
#index-body .product .top .left .arrow {
	bottom: -8%;
	max-width: 290px;
}
#index-body .product .top .right {
	width: 35%;
}
#index-body .init-1 .box .left {
	padding: 0 2rem;
}
#footer .box .left .f-info ul li {
	width: 27%;
}

}
@media screen and (max-width: 1440px) {
#banner ul li .text .left p {
	margin: 1rem 0;
}
#index-body .about .icon1 {
	display: none;
}
#index-body .product .bottom {
	margin-top: 0;
}
#index-body .product .bottom .left ul {
	display: none;
}
#index-body .product .bottom .right {
	padding-top: 0;
}
#index-body .product .bottom .right li:last-child {
	margin: 12rem 0 0 0;
}
#index-body .product .bottom .right li:last-child p {
	width: 69%;
}
#index-body .product .bottom .left li:last-child {
	margin-top: 8rem;
}
#index-body .init-1 .box .left {
	padding: 0 1rem;
}
#footer .box .left .f-nav ul li {
	margin-right: 1.5rem;
}
#footer .box .left .f-info ul li .icon {
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 52px;
}
#footer .box .left .f-info ul li .text {
	width: 74%;
}
#footer .box .left {
	width: 66%;
}
#footer .box .right {
	width: 34%;
}
}
@media screen and (max-width: 1280px) {
#header .nav .ui.menu .menu-box ul.menu > li {
	font-size: 16px;margin: 0 1.0rem 0 0;
}
#header .nav .ui.menu .h-language span {
	font-size: 16px;
}
#header .nav .ui.menu .h-language {
	margin-left: 1.5rem;
}
#header .nav .ui.menu .h-search {
}
#banner ul li .text .left h2 {
	font-size: 3rem;
}
#index-body .i-product .bottom .cat-list {
	display: block;
	font-size: 0;
}
#index-body .i-product .bottom .cat-list .item {
	width: 50%;
	display: inline-block;
}
#index-body .i-product .bottom .cat-list .item .layer {
	height: 450px;
}
#index-body .i-product .bottom .cat-list .item .layer .img img {
	height: 450px;
}
#index-body .i-product .bottom .cat-list .item .layer .img .text {
	padding: 0 4.5rem 0 2.95rem;
	opacity: 1;
}
#index-body .i-product .bottom .cat-list .item .layer .img h4 {
	display: none!important;
}
#index-body .product .bottom .right li {
	width: 63%;
}
#index-body .init-1 .box .left .more:last-child {
	margin-left: 2rem;
}
#index-body .init-1 .box .left .more {
	margin-top: 1.5rem;
}
#index-body .more {
	width: 159px;
}
#footer .box .left .f-nav ul li {
	margin-right: 1rem;
}
#footer .box .right .f-code #ewm {
	width: auto;
}
}
@media screen and (max-width: 1100px) {
	.na-left{margin-top:0;}	.na-right{margin-top:0;}
#header {
	height: auto;
}
#header .nav .ui.menu .menu-box {
	margin-top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
	font-size: 14px;
}
#header .nav .ui.menu .logo {
	margin: 0 auto;
	width: 13%;
}
#header .nav .ui.menu .h-language,  #header .nav .ui.menu .h-search {
	margin-top: 0;
}
#header .nav .ui.menu .h-language span {
	font-size: 14px;
}
#banner ul li .text .left p {
	font-size: 15px;
	line-height: 1.6;
}
#index-body .i-product .bottom .cat-list .item .layer .img .text {
	padding: 0 3rem 0 2rem;
}
#index-body .advantage .left {
	padding-right: 1rem;
}
#index-body .advantage .right {
	padding-right: 1.65rem;
}
#index-body .about .con {
	padding: 0 2rem;
}
#index-body .about .icon2 {
	display: none;
}
#index-body .product .top .left {
	overflow: hidden;
}
#index-body .product .top .left ul {
	overflow: hidden;
}
#index-body .product .top .left ul .slick-slide {
	overflow: hidden;
}
#index-body .product .top .right {
	padding-left: 0;
}
#index-body .product .top .left .arrow {
	bottom: -2%;
}
#index-body .product .bottom {
	display: none;
}
#index-body .init-1 .box .left {
	width: 40.468%;
}
#index-body .init-1 .box .right {
	width: 59.532%;
}
#index-body .news .content ul li .text p {
	padding-right: 0;
}
}
@media screen and (max-width: 1000px) {
#header .nav .ui.menu .h-language {
	display: none;
}
#header .nav .ui.menu .logo {
	width: auto;
}
#header.active .nav {
  padding: 0px 0;
}
#header .nav .ui.menu .logo img {
	width: 80%;
}

#mobile #menu-on {
	background: #fff;
}
#banner ul li .text .left i {
	display: none;
}
#banner ul li .text .left h2 {
	display: inline-block;
}
#index-body .i-product .top {
	display: none;
}
#index-body .i-product .bottom .cat-list .item .layer {
	height: 550px;
}
#index-body .i-product .bottom .cat-list .item .layer .img img {
	height: 550px;
}
#index-body .advantage .left ul li .text p {
	font-size: 14px;
}
#index-body .about .data {
	display: none;
}
#index-body .product .top .left {
	width: 100%;
}
#index-body .product .top .right {
	width: 100%;
	padding-left: 8%;
}
#index-body .product .top .left .arrow {
	left: 21%;
}
#index-body .init-1 .box .left {
	width: 100%;
	padding: 2rem;
}
#index-body .init-1 .box .right {
	display: none;
}
#index-body .news .content ul li .text p {
	font-size: 16px;
}
#index-body .more {
	width: 142px;
	height: 45px;
	line-height: 45px;
}
#footer .box .left .f-nav ul li {
	font-size: 16px;
	margin-right: 2rem;
}
#footer .box .left .f-info ul li {
	width: 100%!important;
	margin-bottom: 2rem;
}
#footer .box .left .f-info ul li:last-child {
	width: 100%;
	margin-bottom: 0;
}
}
@media screen and (max-width: 700px) {
#header.active .nav {
	padding: 0;
}
#banner {
	padding-top: 60px;
}
#banner ul li .text {
	top: 10%;
}
#banner ul li .text .left {
	width: 100%;
}
#banner ul li .text .left h2 {
	font-size: 2.4rem;
}
#banner ul li .text .left p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
#banner ul li .text .left .more {
	width: 125px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
#index-body .i-product .bottom .cat-list .item {
	width: 100%;
}
#index-body .i-product .bottom .cat-list .item.active {
	width: 100%;
}
#index-body .i-product .bottom .cat-list .item .layer {
	height: 300px;
}
#index-body .i-product .bottom .cat-list .item .layer .img img {
	height: 300px;
	width: 100%;
}
#index-body .i-product .bottom .cat-list .item .layer .img .text {
	padding: 0 1rem;
	opacity: 1;
}
#index-body .i-product .bottom .cat-list .item .layer .img .text a p {
	font-size: 14px;
}
#index-body .advantage .left {
	width: 100%;
	padding-right: 0;
}
#index-body .advantage .left ul li .img {
	margin: 0 auto;
}
#index-body .advantage .left ul li .text {
	width: 100%;
}
#index-body .advantage .left ul li .text h4 {
	font-size: 1.8rem;
}
#index-body .advantage .right {
	width: 100%;
}
#index-body .advantage .right .top {
	padding-left: 0;
}
#index-body .advantage .right .bottom {
	padding-left: 0;
}
#index-body .about .header h1 {
	font-size: 16px;
}
#index-body .about .header h1::before,  #index-body .about .header h1::after {
	display: none;
}
#index-body h3.title {
	font-size: 4rem;
}
#index-body .about .img .play {
	width: 12%;
	top: 42%;
	left: 43%;
}
#index-body .about .con {
	margin-top: 2rem;
	padding: 0;
	font-size: 16px;
}
#index-body .product .top .left ul .slick-slide {
	padding-bottom: 5rem;
}
#index-body .product .top .left .arrow {
	left: 0;
	max-width: 100%;
	width: 100%;
	text-align: center;
	bottom: 0;
}
#index-body .product .top .left .arrow .al {
	float: left;
}
#index-body .product .top .left .arrow .ar {
	float: right;
}
#index-body .news .arrow {
}
#footer {
	padding-top: 0;
}
#footer .box .left .f-nav {
	display: none;
}
#footer .box .right .f-code {
	display: none;
}
#footer .box .right .f-form {
	width: 100%;
}
#footer .f-copy .list .left,  #footer .f-copy .list .right {
	width: 100%;
}
#footer .f-copy .list .right {
	text-align: left;
}
#footer .f-copy img {
	font-size: 13px;
}
#footer .box .left .f-info ul li .text {
	width: 81%;
	font-size: 14px;
}
}
@media screen and (max-width: 539px) {
#index-body .product .top .left ul .slick-current .box {
	transform: scale(1);
	padding: 0;
}
#index-body .product .top .left .arrow .ar {
	margin-right: 18%;
}
}
 @media screen and (max-width:1600px) {
#index-body .product .top .left ul {
	height: 450px;
}
}
@media screen and (max-width:1400px) {
#index-body .product .top .left ul {
	height: 400px;
}
}
 @media screen and (max-width:1200px) {
#index-body .product .top .left ul {
	height: 450px;
}
}
@media screen and (max-width:1000px) {
#index-body .product .top .left ul {
	height: auto;
}
}
#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu ul.sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	-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;
	font-size: 15px;
	background: #fff;
	min-width: 280px;
	white-space: nowrap;
	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 .3s, -webkit-transform .5s;
	transition: opacity .3s, -webkit-transform .5s;
	-moz-transition: transform .5s, opacity .3s, -moz-transform .5s;
	transition: transform .5s, opacity .3s;
	transition: transform .5s, opacity .3s, -webkit-transform .5s, -moz-transform .5s;
	-webkit-transition: -webkit-transform .5s, opacity .3s;
	-moz-transition: -moz-transform .5s, opacity .3s;
	-webkit-box-shadow: 0px 8px 10px rgb(0 0 0 / 20%);
	box-shadow: 0px 8px 10px rgb(0 0 0 / 20%);
	border-bottom: 3px solid #ed0900;
	display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-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;
}
.more_cont {
	border-radius: 3px;
	position: relative;
	border: 2px solid #fff;
	width: 195px;
	height: 50px;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 50px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	text-align: center;
	color: #fff;
}
.more_cont span {
	position: relative;
	z-index: 2;
}
.more_cont::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	top: 22px;
	left: -25px;
	background-color: #fff;
	z-index: 2;
}
.more_cont::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transform-origin: left;
	transform-origin: left;
	transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-o-transform: scaleX(0);
}
.more_cont:hover {
	color: #000;
}
.more_cont:hover::after {
	transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
}
.product-page .pro_init_1 {
	padding-top: 80px;
}
.product-page .pro_init_1 .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-page .pro_init_1 .container .left {
	width: 49%;
}
.product-page .pro_init_1 .container .left .big_img {
	width: 100%;
	display: block;
}
.image-gallery {
	margin-top: 20px;
}
.image-gallery ul {
	margin: -10px;
}
.image-gallery ul li {
	padding: 10px;
}
.product-page .pro_init_1 .container .right {
	width: 47%;
}
.product-page .pro_init_1 .container .right .sub_img {
	width: 36px;
}
.product-page .pro_init_1 .container .right .text_1 {
	margin-top: 35px;
	font-size: 18px;
	color: #a8a8a8;
	line-height: 2;
}
.product-page .pro_init_1 .container .right .text_2 {
	font-size: 36px;
	color: #4a4a4a;
	text-transform: uppercase;
	margin-top: 20px;
}
.product-page .pro_init_1 .container .right .cont_list {
	margin-top: 30px;
}
.product-page .pro_init_1 .container .right .cont_list .list {
	position: relative;
}
.product-page .pro_init_1 .container .right .cont_list .list .title {
	font-size: 18px;
	padding: 25px 0;
	padding-right: 30px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d600;
	cursor: pointer;
	transition: all 0.5s;
	line-height: 2;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.product-page .pro_init_1 .container .right .cont_list .list .title span {
	color: #4a4a4a;
}
.product-page .pro_init_1 .container .right .cont_list .list .title i {
	width: 20px;
	position: absolute;
	top: 22px;
	right: 0;
	font-size: 30px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.product-page .pro_init_1 .container .right .cont_list .list .content {
	padding: 40px 0;
	font-size: 16px;
	color: #3f3f3f;
	line-height: 2;
	display: none;
}
.product-page .pro_init_1 .container .right .cont_list .list .content table {
	max-height: 377px;
}
.product-page .pro_init_1 .container .right .cont_list .list.active .title {
	border-bottom: 1px solid #d6d6d6;
}
.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}
.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
	border-bottom: 1px solid #d6d6d6;
}
.product-page .pro_init_1 .container .right .more {
	margin-top: 55px;
	border-color: #000;
	color: #000;
}
.product-page .pro_init_1 .container .right .more::before {
	display: none;
}
.product-page .pro_init_1 .container .right .more::after {
	background-color: #000;
}
.product-page .pro_init_1 .container .right .more:hover {
	color: #fff;
}
.product-page .init-3 {
	margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	line-height: 2;
}
.product-page .init-3 ul {
	margin: -15px;
}
.product-page .init-3 ul li {
	padding: 15px;
}
 @media screen and (max-width: 1000px) {
.product-page .pro_init_1 .container {
	display: block;
}
.product-page .pro_init_1 .container .left {
	width: 100%;
}
.product-page .pro_init_1 .container .right {
	width: 100%;
}
.product-page .pro_init_1 .container .right .text_2 {
	font-size: 24px;
}
}
.service-page h2 {
}
.service-page .service-1 {
	padding: 100px 0;
	background-image: url(../images/ArchImage2-1.webp);
	background-position: center right 10%;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
.service-page .service-1 .left {
	width: 50%;
	vertical-align: middle;
}
.service-page .service-1 .right {
	width: 50%;
	vertical-align: middle;
}
.service-page .service-1 p a {
	border-bottom: 1px solid black;
}
.service-page .service-1 a.btn1 {
	display: inline-block;
	color: #FFFFFF;
	background: #ed0900;
	line-height: 50px;
	padding: 0 50px;
	border-radius: 5px;
}
.service-page .service-1 .num {
	font-size: 135px;
 f
}
.service-page .service-2 section {
	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;
}
.service-page .service-2 section .img {
	width: 50%;
	height: 700px;
}
.service-page .service-2 section .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.service-page .service-2 section .content {
	width: 50%;
}
.service-page .service-2 section .content .mml-text {
	width: 100%;
	max-width: 810px;
	padding-left: 10%;
	padding-right: 15px;
}
.service-page .service-2 section:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.service-page .service-2 section:nth-child(odd) .content .mml-text {
	margin-left: auto;
	padding-right: 10%;
	padding-left: 15px;
}
.service-page .service-2 ul li:not(:last-child) {
	margin-bottom: 30px;
}
.service-page .service-2 ul li h4 {
	padding-right: 20px;
	position: relative;
	cursor: pointer;
}
.service-page .service-2 ul li h4::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
}
.service-page .service-2 ul li p {
	display: none;
}
.service-page .service-2 ul li.active h4::after {
	content: "-";
}
.service-page .service-2 ol li:not(:last-child) {
	margin-bottom: 40px;
}
.service-page .service-2 ol li p b {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	color: #ed0900;
}
.service-page .service-3 .list {
	margin-top: 80px;
}
.service-page .service-3 ul {
	margin: -15px;
}
.service-page .service-3 ul li {
	padding: 15px;
}
.service-page .service-3 .mml-text {
	max-width: 290px;
}
.service-page .service-3 .mml-text .icon {
	min-height: 50px;
	display: inline-block;
	padding-right: 40px;
}
.service-page .service-3 .mml-text span {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	background: #f4f4f4;
	border-radius: 50%;
	text-align: center;
	line-height: 34px;
	font-weight: bold;
}
.service-page .service-3 .btn1 {
	color: #FFFFFF;
	background: #ed0900;
	line-height: 50px;
	margin-top: 80px;
	border-radius: 5px;
}
@media screen and (max-width: 1000px) {
.service-page .service-3 .mml-text {
	max-width: 100%;
}
.service-page .service-1 .left {
	width: 100%;
}
.service-page .service-1 .right {
	display: none;
}
.service-page .service-1 {
	background: transparent;
}
.service-page .service-2 section {
	display: block;
	padding: 60px 0 0;
}
.service-page .service-2 section .img {
	width: 100%;
}
.service-page .service-2 section .content {
	width: 100%;
}
.service-page .service-2 section .content .mml-text {
	padding-left: 15px;
	margin: 30px 0;
}
.service-page .service-2 section:nth-child(odd) .content .mml-text {
	padding-right: 15px;
	margin: 30px 0;
}
.service-page .service-1 {
	padding: 0;
}
.service-page .service-2 section .img {
	height: auto;
}
.service-page .service-3 .list {
	margin-top: 40px;
}
.service-page .service-3 {
	padding: 60px 0 0;
}
.service-page .service-3 .btn1 {
	margin-top: 40px;
}
.service-page .service-2 ol li:not(:last-child) {
	margin-bottom: 20px;
}
.service-page .service-2 ul {
	margin-top: 30px;
}
.service-page .service-2 ul li:not(:last-child) {
	margin-bottom: 20px;
}
.service-page .service-3 .mml-text .icon {
	margin-bottom: 15px;
}
}
.foot-cover {
	height: 44px;
	display: none;
}
#onlineService {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	float: left;
	display: none;
	z-index: 100998
}
#onlineService .offside {
	width: 100%;
	display: flex;
}
.offside li {
	width: 50px;
	height: 50px;
	position: relative;
	background: #b1b1b1;
	border-bottom: 1px solid #fff;
	text-align: center;
	transition: all .7s;
	-webkit-transition: all .7s;
}
.offside a, .offside div {
	color: #fff;
	position: absolute;
	z-index: 11;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	line-height: 50px;
	font-size: 24px;
}
.offside a, .offside div {
	line-height: 44px;
}
#onlineService .offside li a {
	width: 100%;
	top: 4px;
}
#onlineService .offside li {
	flex: 1;
	height: 50px;
	background: #ed0900;
	border-radius: 0;
	border: 1px solid rgba(255,255,255,0.2)
}
#onlineService .offside li p {
	display: none;
}
#onlineService .offside li a {
	width: 100%;
	top: 4px
}
#onlineService .offside li a i {
	color: #fff;
	font-size: 20px;
	line-height: 40px
} 

#mobile .menu-item-has-children .fa-mobile-down {right: 0;position: absolute;top: 10px;cursor: pointer; width: 15px; height: 15px;border: solid 1px #333;text-align: center;line-height: 12px;}
#mobile .menu-item-has-children .fa-mobile-down::before {content: "\f105"; color: #333;}
#mobile .mon .fa-mobile-down::before { content: "\f107"; color: #333;}
#mobile .menu-item-has-children{ position:relative;}
#mobile .sub-menu{display:none;}
#mobile .mon .sub-menu {display: block;}
#mobile .mob-yuy h3::before {content: "\f067"; position: absolute; right: 0; font: normal normal normal 16px/1 FontAwesome;top: 8px; cursor: pointer;}  
#mobile .mob-yuy .lang { display: none;}  
#mobile .mob-yuy h3 {position: relative;}
#mobile .mob-yuy h3.lon::before {display:none;}
#mobile .mob-yuy h3.lon::after {content: "\f068"; position: absolute;right: 0;font: normal normal normal 16px/1 FontAwesome;top: 8px; cursor: pointer; }
#mobile .mob-yuy .langoff {display: block;}


@media screen and (max-width: 800px) {
#index-body .about .header h1{ font-size:30px;}.i-product h2,#index-body .init-1 .box .left h3,#index-body .news h2{ font-size:30px;}}


 @media screen and (max-width: 700px) {
#onlineService {
	display: block;
}
.foot-cover {
	display: block;
}
#index-body .advantage .left h3{ font-size:20px;}.i-product h2{font-size:20px;}#index-body .init-1 .box .left h3{font-size:20px;}
#index-body .news h2{ font-size:20px;}

}
