@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #dc0817 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

.standardEdit p {
	position: relative;
}

.standardEdit a {
	color: #dc0817;
}

.standardEdit a:hover {
	text-decoration: underline;
}



.standardEdit video,
.standardEdit iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f4f4f4;
	font-family: Roboto-Regular;
	color: #333333;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1600px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1600px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		width: 35px;
		height: 24px;
		background: #000000;
		right: 80px;
		top: 58px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
		position: absolute;
		transition: none;
	}

	header .xnav.active .nav {
		position: fixed;
		top: 30px;
		transform: translateY(-50%);
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(0, 0, 0, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 90px;
		padding: 20px;
	}

	header .xnav.active .topnav {
		margin-top: 50px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Lato-Regular, Arial, Helvetica, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 2px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */

nav .tips {
	background-color: #000000;
}

nav .tips .con {
	position: relative;
	height: 40px;
}

nav .tips .con .swiper {
	width: 100%;
	height: 100%;
}



nav .tips .con .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}


nav .tips .con .swiper-slide .name {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	white-space: nowrap;
}

nav .tips .con .swiper-slide i {
	color: #ffffff;
	font-size: 18px;
	flex-shrink: 0;
	margin-right: 10px;
}

nav .safeRange {
	max-width: 1760px;
}

nav .tips .con .swiper-slide .num {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

nav .tips .con .swiper-slide a.num:hover {
	color: #dc0817;
}


nav .tips .blogrolls {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	background-color: #000000;
}



nav .tips .blogrolls a {
	font-size: 18px;
	margin-right: 10px;
	color: #ffffff;
}

nav .tips .blogrolls a:hover {
	color: #dc0817;
}

nav .tips .blogrolls a:last-child {
	margin-right: 0;
}



nav .logo {
	width: 85px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}


nav .logo:hover img {
	transform: scale(1, 1);
}


nav .box2,
nav .bottom {
	height: 105px;
	background-color: #ffffff;
}

nav .box2 .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.fixTop {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

nav .navList {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .navList>ul {
	display: flex;
	align-items: center;
	margin-right: 48px;
}


nav .navList>ul>li {
	margin-right: 43px;
	position: relative;
}

nav .navList>ul>li.active>a {
	color: #dc0817;
	font-family: Roboto-Bold;
}


nav .navList>ul>li:hover>a {
	color: #000000;
	font-family: Roboto-Bold;
}

nav .navList a {
	display: block;
}


nav .navList>ul>li>a {
	height: 105px;
	line-height: 108px;
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #4c4c4c;
	position: relative;
}

nav .navList>ul>li>a::before {
	content: attr(title);
	display: block;
	height: 0;
	font-family: Lato-Bold;
	overflow: hidden;
}


nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	height: 2px;
	background-color: #000000;
	left: 50%;
	transform: translateX(-50%);
	bottom: 19px;
	width: 0;
	transition: .4s ease all;
}

nav .navList>ul>li:hover>a::after {
	width: 94%;
}


nav .navList>ul>li:last-child {
	margin-right: 0;
}

nav .navList .btns {
	display: flex;
	align-items: center;
}

nav .navList .search {
	height: 105px;
	display: flex;
	align-items: center;
}


nav .navList .btns .showBtn {
	display: none;
}

nav .search {
	margin-right: 36px;
}

nav .search form {
	display: flex;
	align-items: center;
	width: 200px;
	border-bottom: solid 1px rgba(33, 32, 32, .1);
	padding: 0 13px 0 5px;
}


nav .search form input {
	width: 100%;
	background-color: transparent;
	height: 100%;
	color: #000000;
}


nav .search form input::-webkit-input-placeholder,
nav .search form textarea::-webkit-input-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

nav .search form input:-moz-placeholder,
nav .search form textarea:-moz-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

nav .search form input::-moz-placeholder,
nav .search form textarea::-moz-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

nav .search form input:-ms-input-placeholder,
nav .search form textarea:-ms-input-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}


nav .search form .searchBtn {
	width: 30px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
	margin-left: 10px;
}


nav .search form .searchBtn i {
	font-size: 18px;
	color: #333333;
}



nav .search form .searchBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0%;
	background-color: transparent;
	cursor: pointer;
}


nav .search form .searchBtn:hover {
	background-color: #ffffff;
}

nav .search form .searchBtn:hover i {
	color: #dc0817;
}

nav .language {
	height: 105px;
	display: flex;
	align-items: center;
	position: relative;
}


nav .language .lanBtn {
	width: 100px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

nav .language .lanBtn i.icon-earth-full {
	font-size: 18px;
}


nav .language .lanBtn i.icon-up7 {
	transform: rotate(180deg);
	font-size: 12px;
}

nav .language .lanBtn.active i.icon-up7 {
	transform: rotate(0deg);
}

nav .language .lanBtn:hover {
	background-color: #000000;
	border-color: #000000;
}


nav .language .lanBtn:hover span,
nav .language .lanBtn:hover i {
	color: #ffffff;
}



nav .language .lanBtn span {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	margin: 0 6px;
}

nav .language .lanBtn i {
	color: #999999;
}


nav .user {
	cursor: pointer;
	margin-left: 38px;
}

nav .user i {
	font-size: 20px;
	color: #333333;
}


nav .user:hover i {
	color: #dc0817;
}



/* moreList */


.moreList,
.moreList ul {
	position: absolute;
	border-top: 2px solid #111111;
	z-index: 99;
	background-color: #ffffff;
	box-shadow: 0px 3px 49px 0px rgba(0, 0, 0, 0.07);
	padding: 25px 0 20px 0;
	min-width: 225px;
	display: none;
	transition: none;
}


.moreList li {
	position: relative;
	margin-bottom: 11.5px;
}

.moreList li:last-child {
	margin-bottom: 0;
}

.moreList li a {
	padding: 0 10px 0 20px;
}

.moreList li a span {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	position: relative;
	white-space: nowrap;
}


.moreList li span::before {
	content: attr(title);
	display: block;
	height: 0;
	font-family: Lato-Bold;
	overflow: hidden;
}


.moreList li:hover>a>span {
	font-family: Roboto-Bold;
	font-size: 16px;
	text-decoration: underline;
	color: #111111;
}


.moreList {
	top: 100%;
	left: -5px;
}

.moreList ul {
	top: -25px;
	left: 100%;
}


.language ul {
	position: absolute;
	top: 100%;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	padding: 20px 0;
	width: max-content;
	max-width: 280px;
	box-shadow: 0px 3px 49px 0px rgba(0, 0, 0, 0.07);
	border-top: 2px solid #111111;
	min-width: 200px;
	display: none;
	transition: none;
}


.language ul li {
	margin-bottom: 10px;
}

.language ul li:last-child {
	margin-bottom: 0;
}


.language ul li a {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding: 0 20px;
}


.language ul li:hover a {
	text-decoration: underline;
	font-family: Roboto-Bold;
	text-decoration: underline;
	font-size: 16px;
	color: #111111;
}




@media screen and (max-width:1700px) {
	nav .navList>ul>li {
		margin-right: 30px;
	}
}


@media screen and (max-width:1600px) {
	nav .navList .search {
		position: relative;
	}

	nav .navList .search form {
		position: absolute;
		top: 100%;
		z-index: 99;
		right: 0;
		background-color: #ffffff;
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.4);
		width: 0;
		overflow: hidden;
		padding: 0;
	}

	nav .navList .search form.active {
		width: 260px;
		padding: 0 15px;
	}

	nav .navList .search .showBtn {
		display: block;
	}

	nav .box2,
	nav .bottom,
	nav .navList>ul>li>a,
	nav .navList .search,
	nav .language {
		height: 80px;
	}

	nav .navList>ul>li>a {
		line-height: 80px;
	}

	nav .logo {
		width: 65px;
	}

	nav .language .lanBtn {
		height: 35px;
	}

	nav .navList>ul {
		margin-right: 30px;
	}

	nav .search {
		margin-right: 30px;
	}

	nav .user {
		margin-left: 30px;
	}

	.moreList,
	.moreList ul {
		padding: 20px 0;
	}

	.moreList li a {
		padding: 0 20px;
	}

	.moreList ul {
		top: -20px;
	}

	.moreList li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList .search {
		margin-right: 0;
	}

	nav .language {
		position: absolute;
		top: 5px;
		right: 50px;
		height: auto;
		z-index: 99;
	}

	nav .language .lanBtn {
		height: 30px;
	}

	nav .user {
		top: 0;
		right: 0;
		margin-left: 0;
		position: absolute;
		z-index: 99;
		top: 8px;

	}

	nav .bottom .con {
		position: relative;
	}

	nav .navList>ul>li>a {
		line-height: 100px;
	}

	nav .navList>ul>li>a::after {
		bottom: 15px;
	}

	nav .navList .search {
		padding-top: 20px;
	}

	nav .tips .blogrolls a {
		font-size: 16px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 15px;
	}

	nav .navList>ul {
		margin-right: 20px;
	}

	nav .tips .blogrolls {
		position: static;
		flex-wrap: nowrap;
		display: flex;
		align-items: center;
		flex-shrink: 0;
		transform: translateY(0);
		margin-left: 30px;
	}

	nav .tips .con {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	nav .tips .con .swiper-slide {
		justify-content: flex-start;
	}
}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav .navList .search {
		display: none;
	}

	nav .language,
	nav .user {
		position: relative;
		top: 0;
		right: 0;
	}

	nav .user {
		margin-left: 20px;
		margin-right: 60px;
	}

	nav .box2,
	nav .bottom,
	nav .language {
		height: 60px;
	}

	nav .logo {
		width: 50px;
	}

	nav .tips .con .swiper-slide .num {
		font-size: 14px;
		line-height: 24px;
	}

	nav .tips .con .swiper-slide .name {
		font-size: 14px;
		line-height: 24px;
		margin-right: 5px;
	}

	nav .tips .blogrolls a {
		font-size: 14px;
	}

	nav .tips .con .swiper-slide i {
		font-size: 16px;
	}

	nav .language .lanBtn span {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {

	nav .box2,
	nav .bottom,
	nav .language {
		height: 50px;
	}

	nav .tips .con {
		height: 35px;
	}

	nav .tips .blogrolls {
		display: none;
	}

	nav .tips .con .swiper-slide {
		justify-content: center;
	}

	nav .logo {
		width: 40px;
	}

	header .xnav .nav {
		right: 25px;
		top: 50px;
	}
}






/* indexbanner */
.indexBanner {
	position: relative;
	transition: none;
}


.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}




.indexBanner .prev,
.indexBanner .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border: solid 1px rgba(255, 255, 255, .5);
	border-radius: 50%;
	z-index: 99;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: bold;
}


.indexBanner .prev {
	left: 2.3%;
}

.indexBanner .next {
	right: 2.3%;
}


.indexBanner .prev:hover,
.indexBanner .next:hover {
	background-color: #111111;
	border-color: #111111;
}



.indexBanner .video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 57px;
	height: 57px;
	background-color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
}


.indexBanner .video .videoBtn {
	width: 100%;
	height: 100%;
}


.indexBanner .video .videoBtn .circle {
	position: absolute;
	background-color: #ffffff;
}


.indexBanner .video .videoBtn .circle:nth-child(1) {
	animation: circle-opacity 3s infinite;
}

.indexBanner .video .videoBtn .circle:nth-child(2) {
	animation: circle-opacity 3s infinite;
	animation-delay: .3s;
}

.indexBanner .video .videoBtn .circle:nth-child(3) {
	animation: circle-opacity 3s infinite;
	animation-delay: .6s;
}



.indexBanner .swiper-pagination {
	display: none;
}

.indexBanner .msg {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	width: 100%;
	position: absolute;
	top: 8.5%;
}

.indexBanner .msg .tit {
	font-family: Roboto-Bold;
	font-size: 70px;
	line-height: 80px;
	color: #ffffff;
}

.indexBanner .msg .tit:hover {
	color: #dc0817;
}





@media screen and (max-width:1600px) {
	.indexBanner .msg .tit {
		font-size: 50px;
		line-height: 60px;
	}

	.indexBanner .video {
		width: 55px;
		height: 55px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .msg .tit {
		font-size: 45px;
		line-height: 55px;
	}

	.indexBanner .video {
		width: 50px;
		height: 50px;
	}

	.indexBanner .prev,
	.indexBanner .next {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {

	.indexBanner .prev,
	.indexBanner .next {
		display: none;
	}

	.indexBanner .msg .tit {
		font-size: 34px;
		line-height: 45px;
	}

	.indexBanner .swiper-pagination {
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 30px;
		opacity: 1;
	}

	.indexBanner .swiper-pagination span {
		width: 12px;
		height: 12px;
		margin: 0 5px !important;
	}

	.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
		background-color: #dc0817;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .msg {
		display: none;
	}

	.indexBanner .swiper-pagination {
		bottom: 20px;
	}

	.indexBanner .video {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .swiper-pagination {
		bottom: 10px;
	}

	.indexBanner .swiper-pagination span {
		width: 10px;
		height: 10px;
		margin: 0 5px !important;
	}
}















/* indexM1-1 */

.title1 {
	font-family: Roboto-Bold;
	font-size: 50px;
	line-height: 60px;
	color: #111111;
}

a.title1 {
	display: inline-block;
}

.iProduct {
	padding: 60px 0 60px 0;
}


.iProduct .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 57px;
}


.iProduct .list .item {
	width: 49.357%;
	margin-top: 30px;
	position: relative;
}


.iProduct .list .item:hover img {
	transform: scale(1.1, 1.1);
}

.iProduct .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.iProduct .list .item .title1 {
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 34px;
	width: 100%;
	padding: 0 30px;
	z-index: 9;
}

.iProduct .list .item h2 {
	font-weight: normal;
}


.iProduct .list .item .image {
	overflow: hidden;
	height: 100%;
}


.iProduct .shows {
	display: flex;
	justify-content: space-between;
}




.iProduct img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iProduct .show {
	width: 49.357%;
	position: relative;
}

.iProduct .show:hover img {
	transform: scale(1.1, 1.1);
}

.iProduct .show .image {
	overflow: hidden;
	height: 100%;
}

.iProduct .show .title1 {
	position: absolute;
	top: 49px;
	padding: 0 61px;
	font-family: Roboto-Bold;
	font-size: 50px;
	line-height: 60px;
	color: #111111;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



.iProduct .list2 {
	width: 49.1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}


.iProduct .list2 .item {
	width: 48.7%;
	margin-top: 20px;
}


.iProduct .list2 .item:nth-child(-n+2) {
	margin-top: 0;
}



.iProduct .list2 .item .image {
	overflow: hidden;
	margin-bottom: 8px;
}


.iProduct .list2 .item .name {
	text-align: center;
	font-family: Roboto-Bold;
	font-size: 18px;
	line-height: 26px;
	color: #111111;
	margin-bottom: -1px;
}




.iProduct .list2 .item .txts {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	text-align: center;
}

@media screen and (max-width:1600px) {
	.iProduct .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.iProduct .list .item .title1 {
		top: 30px;
	}

	.iProduct .show .title1 {
		top: 30px;
		padding: 0 30px;
	}

	.iProduct .list2 .item .name {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 4px;
	}

	.iProduct .list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.iProduct .list {
		margin-bottom: 20px;
	}

	.iProduct .list .item .title1 {
		top: 20px;
	}

	.iProduct .list2 .item .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.iProduct .shows {
		flex-direction: column;
		align-items: flex-start;
	}

	.iProduct .show {
		width: 100%;
		margin-bottom: 30px;
	}

	.iProduct .list .item,
	.iProduct .list2 .item .image,
	.iProduct .show {
		height: 240px;
	}

	.iProduct .list2 {
		width: 100%;
	}
}


@media screen and (max-width:538px) {

	.iProduct .list .item,
	.iProduct .list2 .item .image,
	.iProduct .show {
		height: 230px;
	}
}

@media screen and (max-width:450px) {

	.iProduct .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.iProduct .list .item:nth-child(1) {
		margin-top: 0;
	}

	.iProduct .show {
		margin-bottom: 20px;
	}

	.iProduct .list2 .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}

	.iProduct .list2 .item:nth-child(1) {
		margin-top: 0;
	}

}




/* indexM2-1 */

.iAbout {
	padding: 72px 0 71px 0;
	background-image: url("../images/indexM3-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.iAbout .con {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.iAbout .msg {
	width: 50%;
	padding: 63px 40px 72px 40px;
	background-color: rgba(255, 255, 255, 0.95);
}



.iAbout .msg .title1 {
	margin-bottom: 28px;
}


.iAbout .msg .txts {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #555555;
	margin-bottom: 57px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}



.iAbout .msg .btns {
	display: flex;
	align-items: center;
}

.iAbout .msg .btns .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 55px;
	background-color: #ffffff;
	border-radius: 18px;
	border: solid 1px #000000;
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 72px;
	color: #111111;
	margin-right: 76px;
}




.iAbout .msg .btns .btn:hover {
	background-color: #000000;
	color: #ffffff !important;
}

.iAbout .msg .btns .video {
	display: flex;
	align-items: center;
}

.iAbout .msg .btns .videoBtn {
	margin-right: 27px;
	width: 32px;
	height: 32px;
}


.iAbout .msg .btns .tit {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 26px;
	color: #111111;
}

.iAbout .video {
	cursor: pointer;
}

.iAbout .msg .btns .tit:hover {
	color: #dc0817;
}

.videoBtn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.videoBtn .circle {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #111111;
	border-radius: 50%;
}

.videoBtn img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 9;
}


.iAbout .videoBtn .circle:nth-child(2) {
	animation: circle-opacity 3s infinite;
}

.iAbout .videoBtn .circle:nth-child(3) {
	animation: circle-opacity 3s infinite;
	animation-delay: .3s;
}

@keyframes circle-opacity {
	0% {
		opacity: 0.1;
		transform: scale(0);
	}

	50% {
		opacity: 0.05;
		transform: scale(2);
	}

	100% {
		opacity: 0;
		transform: scale(2);
	}

}

@media screen and (max-width:1600px) {
	.iAbout .msg {
		padding: 60px 40px;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .msg {
		padding: 50px 30px;
		width: 65%;
	}

	.iAbout .msg .btns .btn {
		height: 45px;
		border-radius: 6px;
		width: 160px;
	}

	.iAbout .msg .txts {
		margin-bottom: 50px;
	}

	.iAbout .msg .btns .tit {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .msg {
		padding: 40px 30px;
		width: 100%;
	}

	.iAbout .msg .btns .btn {
		height: 40px;
	}

	.iAbout .msg .txts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.iAbout .msg {
		padding: 30px 30px;
	}
}

@media screen and (max-width:538px) {
	.iAbout .msg .btns {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .msg .title1 {
		margin-bottom: 20px;
	}

	.iAbout .msg .txts {
		margin-bottom: 20px;
	}

	.iAbout .msg .btns .btn {
		margin-right: 0;
		margin-bottom: 30px;
	}
}



/* indexM3-1 */

.iPiece {
	padding: 70px 0 70px 0;
	background-color: #f8f7f6;
}

.iPiece .brands {
	margin-bottom: 72px;
}


.brands .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 47px;
}


.brands .sBtns {
	flex-shrink: 0;
	margin-left: 30px;
	transform: translateY(8px);
}

.sBtns {
	display: flex;
	align-items: center;
}

.sBtns div {
	width: 60px;
	height: 56px;
	border-radius: 18px;
	border: solid 1px #111111;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #111111;
	cursor: pointer;
	font-weight: bold;

}


.sBtns div:hover {
	background-color: #111111;
	color: #ffffff;
	box-shadow: 2px 3px 20px 0px rgba(0, 0, 0, 0.1);
}


.sBtns div.prev {
	margin-right: 14px;
}


.brands .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.brands .image {
	background-color: #ffffff;
	border-radius: 10px;
	margin-bottom: 23px;
	overflow: hidden;
}

.brands .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.brands .image:last-child {
	margin-bottom: 0;
}


.iTit {
	display: flex;
	align-items: center;
}

.mainProducts .swiper {
	margin-bottom: 69px;
}


.mainProducts .sBtns {
	justify-content: center;
}

.mainProducts .iTit {
	justify-content: center;
	margin-bottom: 47px;
}

.mainProducts .title1 {
	text-align: center;
}

.mainProducts .productItem {
	margin-bottom: 30px;
}

.mainProducts .productItem:last-child {
	margin-bottom: 0;
}


.productItem {
	position: relative;
}

.productItem .image {
	overflow: hidden;
}

.productItem:hover img {
	transform: scale(1.1, 1.1);
}

.productItem .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 12px 24px 13px 24px;
}


.productItem .msg .name {
	font-family: Roboto-Regular;
	font-size: 22px;
	line-height: 30px;
	color: #111111;
	margin-bottom: 3px;
}



.productItem .msg .btn {
	display: flex;
	align-items: center;
}


.productItem .msg .btn span {
	font-family: Roboto-Regular;
	text-decoration: underline;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}

.productItem .msg .btn i {
	flex-shrink: 0;
	color: #333333;
	margin-left: 14px;
	font-size: 24px;
}


.productItem .msg .btn:hover span {
	color: #dc0817;
}

.productItem .msg .btn:hover i {
	color: #dc0817;
}

@media screen and (max-width:1600px) {
	.brands .sBtns {
		transform: translateY(0);
	}

	.sBtns div {
		width: 50px;
		height: 50px;
		border-radius: 10px;
	}

	.productItem .msg {
		padding: 15px 20px;
	}

	.productItem .msg .name {
		font-size: 20px;
	}

	.mainProducts .swiper {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.sBtns div {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.brands .title,
	.mainProducts .iTit {
		margin-bottom: 40px;
	}

	.productItem .msg .name {
		font-size: 18px;
		line-height: 28px;
	}

	.productItem .msg {
		padding: 10px;
	}

	.mainProducts .productItem {
		margin-bottom: 20px;
	}

	.mainProducts .swiper {
		margin-bottom: 40px;
	}

	.iPiece .brands {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.sBtns div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.productItem .msg .name {
		font-size: 16px;
	}

	.iPiece .brands {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:768px) {

	.brands .title,
	.mainProducts .iTit {
		margin-bottom: 30px;
	}

	.mainProducts .swiper {
		margin-bottom: 30px;
	}

	.productItem .image img {
		width: 100%;
		max-width: none;
		height: 100%;
		object-fit: cover;
	}

	.iPiece .brands {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:450px) {
	.brands .image {
		height: 100px;
		margin-bottom: 20px;
	}

	.productItem .image {
		height: 300px;
	}
}


/* indexM4-1 */

.iNews {
	padding: 61px 0 83px 0;
	background-image: url("../images/indexM6-2.png");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}


.iNews .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iNews .con .title {
	width: 32%;
}

.iNews .con .swiper {
	width: 63.8%;
	margin: 0;
}


.iNews .title .tit {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 16px;
	margin-top: 4px;
}



.iNews .title .title1 {
	margin-bottom: 62px;
}


.newItem {
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #dddddd;
	overflow: hidden;
	padding: 33px 25px 34px 27px;
}

.newItem .image {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 29px;
}


.newItem .time {
	display: inline-block;
	background-color: #f2f2f2;
	border-radius: 8px;
	padding: 8px 10px;
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #111111;
	margin-bottom: 24px;
}

.newItem .name {
	font-family: Roboto-Regular;
	font-size: 26px;
	line-height: 30px;
	color: #111111;
	margin-bottom: 26px;
	min-height: 60px;
}


.newItem .btn {
	width: 153px;
	height: 55px;
	background-color: #ffffff;
	border-radius: 18px;
	border: solid 1px #111111;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #111111;
}



.newItem .btn:hover {
	background-color: #111111;
	color: #ffffff !important;
}


@media screen and (max-width:1600px) {
	.newItem {
		padding: 30px 20px;
	}

	.newItem .image {
		margin-bottom: 20px;
	}

	.newItem .time {
		margin-bottom: 15px;
	}

	.newItem .name {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.newItem .btn {
		height: 45px;
		border-radius: 10px;
	}

	.iNews .title .tit {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.newItem {
		padding: 20px 20px;
	}

	.iNews .con .swiper {
		width: 65%;
	}

	.newItem .time {
		padding: 5px 10px;
	}

	.newItem .name {
		font-size: 18px;
	}

	.newItem .btn {
		height: 40px;
		border-radius: 5px;
		width: 130px;
	}
}

@media screen and (max-width:999px) {
	.iNews .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iNews .con .title {
		width: 100%;
		margin-bottom: 20px;
	}

	.iNews .title .title1 br {
		display: none;
	}

	.iNews .title .title1 {
		margin-bottom: 30px;
	}

	.iNews .con .swiper {
		width: 100%;
	}


}

@media screen and (max-width:768px) {
	.iNews .title .tit {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.newItem {
		padding: 15px;
	}

	.newItem .name {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.newItem .time {
		margin-bottom: 10px;
		padding: 2px 10px;
		border-radius: 3px;
	}

	.newItem .btn {
		height: 35px;
	}
}

@media screen and (max-width:538px) {
	.newItem .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}


/* 1-1-Kitchenware */

.kitchenware .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 47px 0 75px 0;
}



.kitchenware .con .pMenu {
	width: 21.6%;
}

.pMenu .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
	cursor: pointer;
	margin-top: 3px;
}



.pMenu .title:hover .tit,
.pMenu .title:hover i.menuBtn {
	color: #dc0817;
}


.pMenu .title .tit {
	font-family: Roboto-Bold;
	font-size: 28px;
	line-height: 36px;
	color: #111111;
}

.pMenu .title .menuBtn {
	color: #111111;
	font-size: 18px;
}

.pMenu .title.active .menuBtn {
	transform: rotate(0deg);
}

.pMenu .title .menuBtn {
	transform: rotate(90deg);
}

.pMenu ul {
	transition: none;
}

.pMenu ul li a {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	display: block;
}

.pMenu ul li a:hover {
	color: #dc0817 !important;
}


.pMenu ul li {
	margin-bottom: 8.5px;
}

.pMenu ul li:last-child {
	margin-bottom: 0;
}


.pMenu ul li.active a {
	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 26px;
	/*color: #111111;*/
}

.kitchenware .box {
	width: 74.28%;
}


.kitchenware .list {
	display: flex;
	flex-wrap: wrap;
}


.kitchenware .list .item {
	width: 32.3%;
	margin-right: 1.55%;
	margin-top: 18px;
}


.kitchenware .list .item:nth-child(3n) {
	margin-right: 0;
}

.kitchenware .list .item:nth-child(-n+3) {
	margin-top: 0;
}




.kitchenware .list .item .image {
	overflow: hidden;
}

.kitchenware .list .item:hover {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.kitchenware .list .msg {
	padding: 9px 14px 10px 14px;
}



.kitchenware .list .msg .name {
	font-family: Roboto-Bold;
	font-size: 18px;
	line-height: 26px;
	color: #111111;
}

.kitchenware .list .txts {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	margin-bottom: 3px;
}

.kitchenware .list {
	margin-bottom: 41px;
}



.kitchenware .list .btns {
	display: flex;
	align-items: center;
	cursor: pointer;
}


.kitchenware .list .btns .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	outline: solid 1px rgba(102, 102, 102, 0.6);
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 10px;
	position: relative;
}

.kitchenware .list .btns .checkBtn i {
	opacity: 0;
	color: #111111;
	font-weight: bold;
}

.kitchenware .list .btns .checkBtn.active i {
	opacity: 1;
}

.kitchenware .list .btns input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	cursor: pointer;
	z-index: 99;
	width: 100%;
	height: 100%;
}

.kitchenware .list .btns .btn {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

@media screen and (max-width:1600px) {
	.kitchenware .list .msg {
		padding: 15px 15px;
	}

	.kitchenware .con {
		padding: 60px 0 80px 0;
	}

	.pMenu .title {
		margin-top: 0;
	}

	.pMenu .title .tit {
		font-size: 24px;
		line-height: 35px;
	}

	.pMenu .title .menuBtn {
		font-size: 16px;
	}

	.kitchenware .list .txts {
		margin-bottom: 5px;
	}

}

@media screen and (max-width:1333px) {
	.kitchenware .list .msg .name {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 6px;
	}

	.kitchenware .list .msg {
		padding: 15px 10px;
	}

	.kitchenware .con {
		padding: 60px 0;
	}
}

@media screen and (max-width:999px) {
	.kitchenware .con {
		padding: 50px 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.kitchenware .con .pMenu {
		width: 100%;
		margin-bottom: 40px;
	}

	.pMenu ul {
		display: none;
		transition: none;
		margin-top: 20px;
	}

	.pMenu .title {
		margin-bottom: 0;
	}

	.kitchenware .box {
		width: 100%;
	}

	.kitchenware .list .item {
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	}

	.kitchenware .list .msg .name {
		font-size: 14px;
		line-height: 24px;
	}

	.kitchenware .list .txts {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.kitchenware .list {
		margin-bottom: 30px;
	}

	.kitchenware .con {
		padding: 40px 0;
	}
}

@media screen and (max-width:538px) {
	.kitchenware .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}

	.kitchenware .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.kitchenware .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	.kitchenware .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0%;
		margin-top: 20px;
	}

	.kitchenware .list .item:nth-child(1) {
		margin-top: 0;
	}

	.kitchenware .con .pMenu {
		margin-bottom: 30px;
	}

	.kitchenware .list .item .image {
		height: 230px;
	}

	.kitchenware .list .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}



/* 1-2-Kitchenware */

.kitchenwareDet .con {
	padding: 55px 0 70px 0;
}

.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 70px;
}


.productShow .box {
	width: 50%;
	position: relative;
}


.productShow .jianjie {
	width: 45.8%;
	margin-top: -6px;
}


.productShow .box .showSipwer {
	margin-bottom: 21px;
	overflow: hidden;
	background-color: #ffffff;
	border: solid 1px #d5d5d5;
	position: relative;
}


.productShow .box .showSipwer .swiper-slide {
	position: relative;
}

.productShow .box .showSipwer .prev,
.productShow .box .showSipwer .next {
	position: absolute;
	z-index: 999;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 18px;
}

.productShow .box .showSipwer .prev {
	left: 15px;
}

.productShow .box .showSipwer .next {
	right: 15px;
}


.productShow .box .showSipwer .prev:hover,
.productShow .box .showSipwer .next:hover {
	color: #dc0817;
}



.productShow .box .checkSwiper {
	padding: 0 24px;
	position: relative;
	overflow: hidden;
}

.productShow .box .checkSwiper::after,
.productShow .box .checkSwiper::before {
	content: "";
	pointer-events: none;
	position: absolute;
	height: 100%;
	pointer-events: none;
	width: 10%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.productShow .box .checkSwiper::after {
	left: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0));
}

.productShow .box .checkSwiper::before {
	right: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0));
}

.productShow .box .checkSwiper .swiper-slide {
	width: 14.5%;
	margin-right: 1.45%;
}


.productShow .box .checkSwiper .iconfont {
	position: absolute;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	z-index: 999;
	padding-bottom: 1px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.productShow img {
	display: block;
}

.productShow .box .checkSwiper .prev {
	left: 0;
}

.productShow .box .checkSwiper .next {
	right: 0;
}


.productShow .box .checkSwiper .iconfont:hover {
	color: #dc0817;
}

.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: .4s ease opacity;
	background-color: #efefef;
	overflow: hidden;
}

.productShow .checkSwiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
}


.productShow .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	border: solid 1px #e5e5e5;
	transition: .4s ease border;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	border: solid 1px #111111;
}


.jianjie h1 {
	font-family: Roboto-Bold;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #111111;
	margin-bottom: 26px;
}


.jianjie .txts p {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #111111;
	margin-bottom: 8.3px;
}

.jianjie .txts p:last-child {
	margin-bottom: 0;
}

.jianjie .txts {
	margin-bottom: 12px;
}


.jianjie .share {
	margin-bottom: 26px;
}

.jianjie .share span {
	color: #666666;
}


.jianjie .btns {
	display: flex;
	align-items: center;
}

.jianjie .btns a {
	width: 170px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #111111;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 26px;
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #111111;
}



.jianjie .btns a:last-child {
	margin-right: 0;
}

.jianjie .btns a:hover {
	background-color: #111111;
	color: #ffffff;
}

/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}





.kitchenwareDet .details .title1 {
	font-family: Roboto-Bold;
	font-size: 50px;
	line-height: 60px;
	color: #111111;
	margin-bottom: 20px;
}

.kitchenwareDet .details .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.kitchenwareDet .details .msg {
	width: 58.21428%;
}

.kitchenwareDet .dProducts {
	width: 37.2142%;
	background-color: #f8f8f8;
	padding: 11px 30px 30px 30px;
}


.dProducts .item {
	margin-bottom: 12px;
	border-bottom: 1px solid #d5d5d5;
	padding: 13px 0;
}

.dProducts .item:last-child {
	margin-bottom: 0;
}



.dProducts .item .name {
	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #111111;
	margin-bottom: 1px;
}

.dProducts .item .name:hover{
	color: #dc0817;
}

.dProducts .item .txts {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}


.kitchenwareDet .details .txts p {
	color: #111111;
}

.kitchenwareDet .details .txts p strong {
	font-family: Roboto-Bold;
	font-weight: normal;
}



.relatedProducts {
	background-color: #f8f7f6;
	padding: 49px 0 99px 0;
}


@media screen and (max-width:1600px) {
	.productShow .jianjie {
		margin-top: 0;
	}

	.productShow {
		margin-bottom: 80px;
	}

	.kitchenwareDet .details .title1 {
		margin-bottom: 30px;
	}

	.kitchenwareDet .con {
		padding: 50px 0 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.productShow .box .checkSwiper .iconfont {
		font-size: 16px;
	}

	.jianjie h1 {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 35px;
	}

	.jianjie .txts p {
		margin-bottom: 5px;
	}

	.jianjie .btns a {
		font-size: 16px;
		margin-right: 15px;
	}

	.productShow {
		margin-bottom: 60px;
	}

	.kitchenwareDet .con {
		padding: 60px 0;
	}
}

@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.kitchenwareDet .con {
		padding: 50px 0;
	}

	.productShow .jianjie {
		width: 100%;
	}

	.productShow .box {
		width: 450px;
		margin: 0 auto 30px;
	}

	.kitchenwareDet .details .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.kitchenwareDet .details .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.kitchenwareDet .dProducts {
		width: 100%;
	}

	.dProducts .item {
		padding: 10px 0;
	}

	.kitchenwareDet .dProducts {
		padding: 20px;
	}

	.jianjie .txts p {
		font-size: 14px;
		line-height: 24px;
	}

	.jianjie .btns a {
		font-size: 14px;
		height: 35px;
		width: 140px;
	}

	.productShow {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.productShow .box {
		width: 400px;
	}

	.productShow .box .checkSwiper .swiper-slide {
		width: 20%;
		margin-right: 2%;
	}

	.jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.productShow {
		margin-bottom: 40px;
	}

	.kitchenwareDet .con {
		padding: 40px 0;
	}
}

@media screen and (max-width:538px) {
	.productShow .box {
		width: 280px;
	}

	.productShow .box .checkSwiper .swiper-slide {
		width: 24%;
		margin-right: 3%;
	}

	.kitchenwareDet .con {
		padding: 40px 0;
	}

	.jianjie .btns a {
		margin-right: 10px;
		border-radius: 2px;
	}

	.kitchenwareDet .details .title1 {
		margin-bottom: 25px;
	}
}



/* 2-1About us */



.aboutUs .con {
	padding: 54px 0 60px 0;
}

.aboutUs .des {
	display: flex;
	justify-content: space-between;
}

.aboutUs .des .image {
	width: 35.35%;
}


.aboutUs .des .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-width: none;
}


.aboutUs .des .msg {
	width: 60.4%;
	padding-bottom: 30px;
}

.aboutUs .msg .tit {
	font-family: Roboto-Bold;
	font-size: 28px;
	line-height: 36px;
	color: #111111;
	margin-bottom: 24.5px;
	margin-top: -7px;
}


.aboutUs .msg .txts p {
	font-size: 14px !important;
	line-height: 30px;
	color: #666666;
}


.aboutUs .shows {
	display: flex;
	align-items: flex-start;
	background-color: #f9f9f9;
	justify-content: space-between;
	align-items: center;
}

.aboutUs .numList {
	display: flex;
	align-items: flex-start;
	width: 35.358%;
	margin-top: -3px;
}



.aboutUs .shows .image {
	width: 64.642%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 375px;
}


.aboutUs .shows .image>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-width: none;
}


.aboutUs .shows .image .video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 32px;
	height: 32px;
	z-index: 9;
	cursor: pointer;
}


.aboutUs .shows .image .video .videoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
}


.aboutUs .shows .image .circle:nth-child(2) {
	animation: circle-opacity 3s infinite;
}

.aboutUs .shows .image .circle:nth-child(3) {
	animation: circle-opacity 3s infinite;
	animation-delay: .3s;
}




.aboutUs .shows .numList .item {
	flex: auto;
}

.numList {
	padding: 0 20px;
}

.numList .num {
	display: flex;
	align-items: flex-end;
	margin-bottom: 14px;
}


.numList .num span {
	font-family: Roboto-Bold;
	font-size: 44px;
	line-height: 60px;
	color: #111111;
}

.numList .num i {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 43.6px;
	color: #111111;
	font-style: normal;
	margin-left: 2px;
}


.numList .line {
	width: 100%;
	height: 1px;
	background-color: #cfcfcf;
	margin-bottom: 10px;
}

.numList .line2 {
	width: 16px;
	height: 2px;
	background-color: #111111;
	margin-bottom: 32px;
}

.numList .name {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #111111;
}

@media screen and (max-width:1600px) {
	.aboutUs .numList {
		margin-top: 0;
	}

	.numList .num span {
		font-size: 36px;
		line-height: 45px;
	}

	.numList .num i {
		line-height: 26px;
	}

	.numList .line2 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .msg .tit {
		font-size: 26px;
		line-height: 45px;
		margin-top: 0;
	}

	.aboutUs .des .image {
		width: 45%;
	}

	.aboutUs .des .msg {
		width: 52%;
	}

	.aboutUs .shows .image {
		width: 55%;
	}

	.aboutUs .numList {
		width: 45%;
	}

	.numList .num span {
		font-size: 32px;
		line-height: 45px;
	}

	.numList .line2 {
		margin-bottom: 10px;
	}

	.aboutUs .msg .txts p {
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .des {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .des .msg {
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 40px;
	}

	.aboutUs .des .image {
		width: 100%;
		height: 320px;
		margin-bottom: 30px;
	}

	.aboutUs .msg .tit {
		font-size: 24px;
		line-height: 35px;
	}

	.aboutUs .shows {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .shows .image {
		width: 100%;
	}

	.aboutUs .shows .numList {
		width: 100%;
		padding: 30px 30px;
		background-color: #f9f9f9;
		margin-bottom: 40px;
	}

	.aboutUs .msg .txts p {
		line-height: 26px;
	}

	.aboutUs .shows .image {
		height: 320px;
	}

	.aboutUs .con {
		padding: 50px 0;
	}

	.aboutUs .shows {
		background-color: transparent;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .msg .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.aboutUs .des .image,
	.aboutUs .shows .image {
		height: 280px;
	}

	.numList .num span {
		font-size: 28px;
		line-height: 34px;
	}

	.aboutUs .con {
		padding: 40px 0;
	}
}

@media screen and (max-width:538px) {

	.aboutUs .des .image,
	.aboutUs .shows .image {
		height: 240px;
	}

	.aboutUs .shows .numList {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.aboutUs .shows .numList .item {
		margin-bottom: 30px;
		width: 100%;
	}

	.aboutUs .shows .numList .item:last-child {
		margin-bottom: 0;
	}

	.aboutUs .msg .tit {
		font-size: 20px;
	}
}




.factory {
	padding: 61px 0 60px 0;
	background-image: url("../images/aboutUsM3-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.factory .title1 {
	font-family: Roboto-Bold;
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 58px;
}

.factory .con {
	display: flex;
	justify-content: space-between;
}


.factory .checkBtns {
	width: 22%;
	position: relative;
	z-index: 9;
	overflow: auto;
	transform: translateX(-2px);
	height: 481px;
}


.factory .checkBtns::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 10px;
}

.factory .checkBtns::-webkit-scrollbar-thumb {
	background-color: #ffffff;
	border-radius: 10px;
}

.factory .checkBtns::-webkit-scrollbar-track {
	background-color: transparent;
}

.factory .checks {
	width: 75.6%;
	padding-top: 5px;
}


.factory .checks .swiper .image {
	height: 328px;
}

.factory .checks .swiper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-width: none;
}

.factory .checks .image {
	overflow: hidden;
}


.factory .checkBtns .item {
	font-family: Roboto-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 26px;
	cursor: pointer;
}


.factory .checkBtns .item:last-child {
	margin-bottom: 0;
}

.factory .checkBtns .item span {
	position: relative;
}

.factory .checkBtns .item span::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 5px;
	background-color: #dc0817;
	opacity: 0.5;
	z-index: -1;
	width: 0%;
	transition: .4s ease all;
}


.factory .checkBtns .item.active span::after {
	width: 100%;
}

.factory .checkBtns .item.active span {
	left: 0;
	font-family: Roboto-Bold;
	font-size: 24px;
	padding: 0 4px;
}

.factory .checkBtns .item:hover span {
	padding: 0 4px;
}


.factory .checks .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 67px;
}



.factory .checks .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: rgba(255, 255, 255, .5);
	font-size: 18px;
	cursor: pointer;
}



.factory .checks .btns>div:hover {
	color: #ffffff
}


.factory .checks .btns>i {
	width: 2px;
	height: 20px;
	background-color: #ffffff;
	opacity: 0.5;
	margin: 0 24px;
}


.factory .checks .swiper-scrollbar {
	position: static;
	width: 100%;
	margin-top: 59px;
	background-color: rgba(255, 255, 255, .5);
	height: 2px;
}

.factory .checks .swiper-scrollbar .swiper-scrollbar-drag {
	height: 2px;
	background-color: #ffffff;
}


@media screen and (max-width:1333px) {
	.factory .checkBtns .item {
		font-size: 18px;
		line-height: 28px;
	}

	.factory .checkBtns .item.active span {
		font-size: 22px;
	}

	.factory .checks .btns {
		margin-top: 40px;
	}

	.factory .checks .swiper-scrollbar {
		margin-top: 40px;
	}

	.factory .checkBtns {
		height: 409px;
	}

	.factory .checks {
		width: 68%;
	}

	.factory .checkBtns {
		width: 28%;
	}

	.factory .checks .swiper .image {
		height: 300px;
	}

	.factory .title1 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.factory .checkBtns .item {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.factory .checkBtns .item.active span {
		font-size: 20px;
		line-height: 30px;
	}

	.factory .checkBtns {
		width: 35%;
	}

	.factory .checks {
		width: 60%;
	}

	.factory .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.factory .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.factory .checks {
		width: 100%;
		padding-top: 0;
	}

	.factory .checkBtns {
		width: 100%;
		margin-bottom: 40px;
		height: auto;
		display: flex;
		align-items: center;
		transform: translateX(0);
		padding: 15px 0;
	}

	.factory .checkBtns .item {
		margin-bottom: 0px;
		flex-shrink: 0;
		margin-right: 30px;
	}

	.factory .checks .btns,
	.factory .checks .swiper-scrollbar {
		margin-top: 30px;
	}

	.factory .checks .btns span {
		white-space: nowrap;
	}

	.factory .title1 {
		margin-bottom: 20px;
	}

	.factory .checkBtns .item {
		font-size: 18px;
		line-height: 28px;
	}

	.factory .checks .swiper .image {
		height: 250px;
	}
}

@media screen and (max-width:538px) {
	.factory .checkBtns .item {
		margin-right: 20px;
	}

	.factory .checkBtns .item.active span {
		font-size: 18px;
	}

	.factory .checkBtns .item {
		font-size: 16px;
	}
}











.certificate {
	padding: 72px 0 80px 0;
}

.certificate .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 47px;
}


.certificate .title .sBtns {
	transform: translateY(7px);
}


.certificate .title1 {
	font-family: Roboto-Bold;
	font-size: 50px;
	line-height: 60px;
	color: #333333;
}



.certificate .swiper {
	margin-bottom: 20px;
	overflow: visible;
	clip-path: polygon(-1% -1000%, 101% -1000%, 101% 1000%, -1% 1000%);
}


.certificate a:hover img {
	transform: scale(1, 1);
}


.certificate a:hover {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.4);
}


.certificate .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
}


.certificate .swiper-pagination span {
	width: 16px;
	height: 16px;
	border: solid 1px transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	margin: 0 4px !important;
}


.certificate .swiper-pagination span::after {
	content: "";
	width: 6px;
	height: 6px;
	background-color: rgba(17, 17, 17, .6);
	border-radius: 50%;
}




.certificate .swiper-pagination span.swiper-pagination-bullet-active::after {
	background-color: rgba(17, 17, 17, 1);
}


.certificate .swiper-pagination span.swiper-pagination-bullet-active {
	border: solid 1px #111111;
}



@media screen and (max-width:1600px) {
	.certificate .title .sBtns {
		transform: translateY(0);
	}

	.certificate .title {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.certificate .swiper {
		margin-bottom: 30px;
	}

	.certificate .title {
		margin-bottom: 30px;
	}
}






.frequently {
	padding: 52px 0 60px 0;
	background-color: #f8f7f6;
}


.frequently .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.frequently .con .title {
	width: 30%;
}

.frequently .con .faqList {
	width: 66.7857%;
	margin-top: 8px;
}




.frequently .title .title1 {
	font-family: Roboto-Bold;
	font-size: 50px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 40px;
}

.frequently .title .btn {
	width: 170px;
	height: 40px;
	background-color: #f8f7f6;
	border-radius: 6px;
	border: solid 1px #111111;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #111111;
}



.frequently .title .btn i {
	color: #111111;
	flex-shrink: 0;
	margin-left: 10px;
}



.frequently .title .btn:hover {
	background-color: #111111;
	color: #ffffff;
}

.frequently .title .btn:hover i {
	color: #ffffff;
}

@media screen and (max-width:1600px) {
	.frequently .con .faqList {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.frequently .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.frequently .con .title {
		width: 100%;
		margin-bottom: 40px;
	}

	.frequently .title .title1 {
		margin-bottom: 30px;
	}

	.frequently .con .faqList {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.frequently .title .btn {
		height: 35px;
		width: 140px;
	}
}


.partner {
	padding: 71px 0 81px 0;
}

.partner .image {
	border: solid 1px #dddddd;
}

.partner .title .title1 {
	color: #333333;
}










/* 2-2-faq */

.faq .con {
	padding: 45px 0 78px 0;
}


.faq .con .title1 {
	text-align: center;
	color: #333333;
	margin-bottom: 51px;
}


.faq .faqList {
	margin-bottom: 57px;
}



.faqList .item {
	margin-bottom: 20px;
	border-radius: 10px;
	border: solid 1px #111111;
	overflow: hidden;
	padding: 21px 19px 23px 30px;
}



.faqList .item:last-child {
	margin-bottom: 0;
}

.faqList .item .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}


.faqList .item .question:hover .msg {
	color: #dc0817;
}

.faqList .item .question:hover .msg span {
	color: #dc0817;
}

.faqList .item .question .msg {
	display: flex;
	align-items: flex-start;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #111111;
}


.faqList .item .question .msg span {
	margin-right: 12px;
	font-family: Poppins-Regular;
	flex-shrink: 0;
	color: #111111;
	font-size: 24px;
	font-weight: bold;
}

.faqList .item .question:hover .btns i {
	color: #dc0817;
}

.faqList .item .btns {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 20px;
}



.faqList .item.active .btns i {
	transform: rotate(90deg);
}


.faqList .item .answer {
	display: none;
	transition: none;
	padding: 22px 0 2px 0;
}

.faqList .item:nth-child(1) .answer {
	display: block;
}


.faqList .item .answer .msg {
	display: flex;
	align-items: flex-start;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	padding-right: 30px;
}



.faqList .item .answer span {
	margin-right: 14px;
	font-family: Poppins-Regular;
	flex-shrink: 0;
	color: #111111;
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width:1600px) {
	.faqList .item {
		padding: 20px;
	}

	.faqList .item .answer {
		padding: 20px 0 10px 0;
	}

	.faq .con {
		padding: 50px 0 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.faq .con .title1 {
		margin-bottom: 40px;
	}

	.faqList .item .question .msg span,
	.faqList .item .answer span {
		font-size: 20px;
	}

	.faq .con {
		padding: 50px 0 60px 0;
	}
}

@media screen and (max-width:999px) {
	.faqList .item .answer .msg {
		font-size: 14px;
		line-height: 26px;
	}

	.faqList .item .question .msg {
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .item .question .msg span,
	.faqList .item .answer span {
		font-size: 18px;
	}

	.faqList .item .btns i {
		font-size: 14px;
	}

	.faq .con {
		padding: 50px 0;
	}

	.faq .faqList {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.faqList .item {
		padding: 15px;
	}

	.faqList .item .answer {
		padding: 10px 0;
	}

	.faq .con {
		padding: 40px 0;
	}

	.faq .faqList {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.faq .con .title1 {
		margin-bottom: 30px;
	}
}












/* 3-1-Blog */

.blog .con {
	padding: 45px 0 78px 0;
}

.blog .title1 {
	text-align: center;
	margin-bottom: 48px;
	color: #333333;
}


.blog .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 57px;
}


.blog .list .newItem {
	width: 31.6%;
	margin-right: 2.6%;
	margin-top: 30px;
}


.blog .list .newItem:nth-child(3n) {
	margin-right: 0;
}

.blog .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}

.blog .newItem {
	padding: 35px 27px 35px 28px;
}

.blog .newItem .time {
	margin-bottom: 27px;
}

.blog .newItem .name {
	margin-bottom: 28px;
}

.blog .newItem .btn {
	height: 58px;
}


@media screen and (max-width:1600px) {
	.blog .newItem {
		padding: 30px 20px;
	}

	.blog .newItem .time,
	.blog .newItem .name {
		margin-bottom: 20px;
	}

	.blog .newItem .btn {
		height: 45px;
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.blog .title1 {
		margin-bottom: 40px;
	}

	.blog .newItem {
		padding: 20px;
	}

	.blog .newItem .time,
	.blog .newItem .name {
		margin-bottom: 15px;
	}

	.blog .newItem .btn {
		height: 40px;
		border-radius: 5px;
	}

}

@media screen and (max-width:999px) {
	.blog .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}

	.blog .list .newItem:nth-child(2n) {
		margin-right: 0;
	}

	.blog .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.blog .newItem .btn {
		height: 35px;
		border-radius: 5px;
	}

}

@media screen and (max-width:768px) {
	.blog .list .newItem:nth-child(n) {
		padding: 15px;
	}

	.blog .newItem .time,
	.blog .newItem .name {
		margin-bottom: 10px;
	}

	.blog .newItem .btn {
		height: 30px;
		width: 120px;
	}

	.blog .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:538px) {
	.blog .list .newItem:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 25px;
	}

	.blog .list .newItem:nth-child(1) {
		margin-top: 0;
	}
}



/* 3-2-Blog */

.blogDet .des {
	padding: 49px 0 57px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.blogDet .des .con {
	width: 64.1428%;
}

.blogDet .des .newSlide {
	width: 30.3%;
}




.blogDet .des h1 {
	font-family: Roboto-Regular;
	font-size: 28px;
	line-height: 35px;
	font-weight: normal;
	color: #111111;
	margin-bottom: 18px;
}




.blogDet .des .tips {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}



.blogDet .des .tips .time {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #111111;
	margin-right: 28px;
}

.share {
	display: flex;
	align-items: center;

}

.share span {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	margin-right: 5px;
}


.blogDet .details {
	padding: 13px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}


.standardEdit p {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	hyphens: auto;
}

.standardEdit p strong {
	color: #111111;
}

.blogDet .details p strong{
	font-weight: normal;
}



.newSlide .title {
	font-family: Roboto-Bold;
	font-size: 32px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 22px;
}

.latestNews .title {
	margin-top: -5px;
}

.latestNews .newItem {
	margin-bottom: 20px;
	padding: 30px 25px 29px 27px;
}

.latestNews .newItem .name {
	min-height: auto;
}


.latestNews .newItem:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:1600px) {

	.blogDet .des h1,
	.latestNews .title {
		margin-bottom: 30px;
	}

	.latestNews .newItem {
		padding: 30px;
	}

	.blogDet .details {
		padding: 20px 0;
	}

}

@media screen and (max-width:1333px) {
	.newSlide .title {
		font-size: 28px;
		line-height: 35px;
		margin-top: 0;
	}

	.blogDet .des h1 {
		font-size: 26px;
	}

	.blogDet .des {
		padding: 50px 0;
	}

	.latestNews .newItem {
		padding: 20px;
	}
}

@media screen and (max-width:999px) {
	.blogDet .des {
		flex-direction: column;
		align-items: flex-start;
	}

	.blogDet .des .con {
		width: 100%;
		margin-bottom: 30px;
	}

	.newSlide .title {
		font-size: 26px;
	}

	.blogDet .des .newSlide {
		width: 100%;
	}

	.blogDet .des .tips .time,
	.share span {
		font-size: 14px;
	}


}

@media screen and (max-width:768px) {
	.blogDet .des {
		padding: 40px 0;
	}

	.blogDet .des h1 {
		font-size: 24px;
	}

	.newSlide .title {
		font-size: 24px;
	}

	.blogDet .des .con {
		margin-bottom: 10px;
	}

}

@media screen and (max-width:538px) {
	.blogDet .des h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.blogDet .des .tips {
		flex-direction: column;
		align-items: center;
	}

	.blogDet .des .tips .time {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.blogDet .des h1,
	.latestNews .title {
		margin-bottom: 25px;
	}
}


/* 4-1-Contacts */
.contacts .con {
	padding: 45px 0 79px 0;
}

.contacts .lTit {
	font-family: Roboto-Bold;
	font-size: 50px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 58px;
	text-align: center;
}

.contacts .msgList {
	display: flex;
	border-top: 1px solid #d7d7d7;
	margin-bottom: 81px;
}


.contacts .msgList .item {
	width: 33.333%;
	padding: 63px 30px 26px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px solid #d7d7d7;
}

.contacts .msgList .item:last-child {
	border-right: none;
}



.contacts .msgList .item .image {
	width: 46px;
	margin-bottom: 13px;
}


.contacts .msgList .item .name {
	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #111111;
	margin-bottom: 2px;
	text-align: center;
}


.contacts .msgList .item .txts {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 10px;
	text-align: center;
}

.contacts .msgList .item .msg li {
	text-align: center;
	margin-bottom: 4px;
}

.contacts .msgList .item .msg li:last-child {
	margin-bottom: 0;
}



.contacts .msgList .item .msg li div,
.contacts .msgList .item .msg li a {
	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #111111;
}

.contacts .msgList .item.email a {
	word-break: break-all;

}

.contacts .msgList .item.address .msg div {
	line-height: 30px;
	margin-top: -2px;
}


.contacts .msgList .item .msg li a:hover {
	color: #dc0817;
}


.contacts .infomation {
	padding: 51px 30px 61px 30px;
	background-color: #fafafa;
}

.contacts .infomation .title1 {
	font-family: Roboto-Bold;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 47px;
	color: #333333;
	text-align: center;
}


.contacts .infomation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 77.7%;
	margin: 0 auto;
}

.contacts .infomation ul li {
	width: 48%;
	height: 50px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #d7d7d7;
	padding: 0 17px;
	margin-top: 20px;
	overflow: hidden;
}

.contacts .infomation ul li:nth-child(-n+2) {
	margin-top: 0;
}

.contacts .infomation ul li.must {
	position: relative;
	padding: 0 28px;
}


.contacts .infomation ul li.must::after {
	content: "*";
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 24px;
	position: absolute;
	color: #ff0000;
	left: 17px;
	top: 15px;
}


.contacts .infomation input,
.contacts .infomation textarea {
	width: 100%;
	height: 100%;
	font-family: Roboto-Regular;
	font-size: 16px;
}


.contacts .infomation input::-webkit-input-placeholder,
.contacts .infomation textarea::-webkit-input-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #666666;
}

.contacts .infomation input:-moz-placeholder,
.contacts .infomation textarea:-moz-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #666666;
}

.contacts .infomation input::-moz-placeholder,
.contacts .infomation textarea::-moz-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #666666;
}

.contacts .infomation input:-ms-input-placeholder,
.contacts .infomation textarea:-ms-input-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #666666;
}


.contacts .infomation ul li.message {
	height: 160px;
	width: 100%;
	padding: 15px 28px;
}


.contacts .infomation ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}



.contacts .infomation .codeCon>input {
	flex: 1;
	padding: 0 32px;
}

.contacts .infomation .codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
}

.contacts .infomation .codeCon .codeImg img {
	height: 100%;
}

.contacts .infomation .subBtn {
	padding: 0;
	border-color: #111111;
}


.contacts .infomation .subBtn input {
	background-color: #111111;
	color: #ffffff;
	cursor: pointer;
	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}



.contacts .infomation .subBtn input:hover {
	background-color: #ffffff;
	color: #111111;
}


@media screen and (max-width:1600px) {
	.contacts .msgList .item {
		padding: 50px 30px;
	}

	.contacts .infomation {
		padding: 60px 30px;
	}

	.contacts .con {
		padding: 50px 0 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.contacts .msgList .item {
		padding: 30px 20px;
	}

	.contacts .infomation ul {
		width: 90%;
	}

	.contacts .lTit {
		margin-bottom: 50px;
	}

	.contacts .msgList {
		flex-wrap: wrap;
	}

	.contacts .msgList .item {
		width: 50%;
	}

	.contacts .msgList .item:nth-child(2n) {
		border-right: 0;
	}

	.contacts .msgList .item.address {
		width: 100%;
		border-top: 1px solid #d7d7d7;
	}

	.contacts .msgList .item.address .msg div br {
		display: none;
	}

	.contacts .msgList .item .image {
		width: 40px;
	}

	.contacts .msgList {
		margin-bottom: 60px;
	}

	.contacts .con {
		padding: 60px 0;
	}
}

@media screen and (max-width:999px) {

	.contacts .msgList .item .msg li div,
	.contacts .msgList .item .msg li a {
		font-size: 14px;
		line-height: 24px;
	}

	.contacts .msgList .item {
		padding: 20px;
	}

	.contacts .msgList .item .image {
		width: 35px;
	}

	.contacts .con {
		padding: 50px 0;
	}

	.contacts .msgList {
		margin-bottom: 40px;
	}

	.contacts .infomation {
		padding: 40px 20px;
	}

	.contacts .infomation ul li {
		height: 40px;
	}

	.contacts .infomation ul li.must::after {
		top: 10px;
	}

	.contacts .infomation ul li.message {
		height: 130px;
	}
}

@media screen and (max-width:768px) {
	.contacts .msgList .item {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #d7d7d7;
	}

	.contacts .con {
		padding: 40px 0;
	}

	.contacts .lTit,
	.contacts .infomation .title1 {
		margin-bottom: 40px;
	}

	.contacts .infomation ul {
		width: 100%;
	}

	.contacts .infomation {
		padding: 40px 30px;
	}
}

@media screen and (max-width:450px) {
	.contacts .infomation ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.contacts .infomation ul li:nth-child(1) {
		margin-top: 0;
	}

	.contacts .lTit,
	.contacts .infomation .title1 {
		margin-bottom: 30px;
	}

	.contacts .infomation {
		padding: 40px 20px;
	}
}




/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 35px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Roboto-Regular;
	font-size: 14px !important;
	color: #666666;
	margin: 3px 4px;
	background-color: #f8f8f8;
	border: solid 1px #e5e5e5;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #111111;
	border-color: #111111;
	color: #ffffff !important;
}


.pager .pageList a.big {
	width: 93px;
}

.pager .pageList a.next {
	width: 61px;
}



.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 17px;
	position: relative;
}


.pager .addTo p {
	width: 149px;
	height: 30px;
	background-color: #111111;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	margin-right: 19px;
	border: 1px solid #111111;
}



.pager .addTo input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
}

.pager .addTo:hover p {
	background-color: #ffffff;
	color: #111111;
}

@media screen and (max-width:999px) {
	.pager .pageList a {
		font-size: 16px;
	}

	.pager .pageList a.iconfont {
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.pager .pageList a {
		width: 28px;
		height: 28px;
	}

	.pager .addTo p {
		margin-right: 10px;
	}

	.pager {
		flex-direction: column;
		align-items: center;
	}

	.pager .addTo {
		margin-top: 15px;
	}
}

/* banner2 */


.banner2 {
	height: 300px;
	position: relative;
}

.banner2.cBanner .safeRange {
	align-items: center;
}

.banner2 img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.banner2 .safeRange {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.banner2.cBanner .tit {
	text-align: center;
	margin-top: -20px;
}

.banner2 .tit {
	font-family: Roboto-Bold;
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.banner2.cBanner .txts {
	text-align: center;
}

.banner2 .txts {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media screen and (max-width:1333px) {
	.banner2 {
		height: 240px;
	}

	.banner2.cBanner .tit {
		margin-top: 0px;
	}
}

@media screen and (max-width:999px) {
	.banner2 {
		height: 200px;
	}

	.banner2 .tit {
		font-size: 26px;
		line-height: 35px;
	}
}

@media screen and (max-width:768px) {
	.banner2 .tit {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.banner2 .txts {
		font-size: 14px;
		line-height: 24px;
	}
}


















/* crumb */
.crumb {
	padding-top: 17.5px;
}

.crumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.crumb a,
.crumb i {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #333333;
}

.crumb a.active {
	font-family: Roboto-Bold;
	color: #111111;
	font-size: 18px;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}

.crumb a:hover {
	color: #111111;
}


@media screen and (max-width:999px) {

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}

	.crumb a.active {
		font-size: 16px;
	}

	.crumb {
		padding-top: 15px;
	}
}


/* footer */

footer {
	position: relative;
	background-color: #fbfbfb;
	padding: 52px 0 52px 0;
}


.footerList {
	display: flex;
	align-items: flex-start;
}


.footerList .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.footerList .title .tit {
	font-family: Roboto-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #021316;
}


.footerList .title i {
	display: none;
	color: #021316;
}

.footerList ul li {
	margin-bottom: 10px;
}

.footerList ul li:last-child {
	margin-bottom: 0;
}


.footerList li a {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.footerList li p {
	display: inline;
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}

.footerList li.email a {
	word-break: break-all;
}


.footerList li.fNav {
	width: 15%;
	margin-right: 8%;
}

.footerList li.fCollections {
	width: 16%;
	margin-right: 2.7%;
}

.footerList li.fContactUs {
	width: 24%;
	margin-right: 3.2%;
}

.footerList li.fTouch {
	width: 31.1%;
}


.footerList .fTouch ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.footerList .fTouch ul li {
	width: 48%;
	height: 42px;
	border: solid 1px #333333;
	padding: 0 16px;
	margin-bottom: 19px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #ffffff;
}


.footerList .fTouch ul li.message {
	width: 100%;
	height: 91px;
	padding: 9px 15px;
	margin: 1px 0 19px 0;
}

.footerList li.fTouch form {
	margin-top: 13px;
}


.footerList input,
.footerList textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	s font-family: Mulish-Regular;
	font-size: 16px;
	color: #333333;
}



.footerList .fTouch ul li.codeCon {
	width: 68%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.footerList .fTouch ul li.codeCon input {
	flex: 1;
	padding: 0 17px;
}


.footerList .fTouch ul .codeImg {
	height: 100%;
	flex-shrink: 0;
	margin-left: 10px;
	cursor: pointer;
}


.footerList .fTouch ul .codeImg img {
	height: 100%;
}




.footerList .fTouch ul li.subBtn {
	width: 26.9%;
	border: none;
	padding: 0;
}

.footerList .fTouch ul li.subBtn input {
	font-family: Mulish-Regular;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	background-color: #111111;
	border-radius: 4px;
	border: solid 1px #333333;
	overflow: hidden;
}



.footerList .fTouch ul li.subBtn input:hover {
	background-color: #dc0817;
	border-color: #dc0817;
}



.footerList input::-webkit-input-placeholder,
.footerList textarea::-webkit-input-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #999999;
}

.footerList input:-moz-placeholder,
.footerList textarea:-moz-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #999999;
}

.footerList input::-moz-placeholder,
.footerList textarea::-moz-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #999999;
}

.footerList input:-ms-input-placeholder,
.footerList textarea:-ms-input-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #999999;
}

footer .line {
	width: 100%;
	height: 1px;
	background-color: #666666;
	margin: 43px 0 24px 0;
}


footer .fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 9px;
}




footer .fBottom .copyright,
footer .fBottom .copyright a {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}




footer .blogrolls {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 20px;
	flex-wrap: wrap;
	transform: translateY(4px);
}


footer .blogrolls a {
	width: 34px;
	height: 34px;
	border: 1px solid rgba(2, 19, 22, 0.3);
	color: #021316;
	flex-shrink: 0;
	margin-right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 18px;
}



footer .blogrolls a:last-child {
	margin-right: 0;
}



footer .blogrolls a:hover {
	background-color: #021316;
	color: #ffffff !important;
}


footer .links {
	display: flex;
	flex-wrap: wrap;
}

footer .links a {
	word-break: break-all;
}

footer .links,
footer .links a {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

footer .links a:nth-child(1) {
	margin-left: 5px;
}


footer .links a {
	margin-right: 21px;
}

footer .links a:last-child {
	margin-right: 0;
}



@media screen and (max-width:1600px) {
	.footerList {
		justify-content: space-between;
	}

	.footerList li.fNav,
	.footerList li.fCollections,
	.footerList li.fContactUs {
		margin-right: 0;
	}

	.footerList li.fContactUs {
		width: 29%;
	}

	footer {
		padding: 60px 0;
	}

	.footerList .title .tit {
		font-size: 22px;
	}

	.footerList .title {
		margin-bottom: 20px;
	}

	.footerList li.fTouch form {
		margin-top: 0;
	}

	footer .blogrolls {
		transform: translateY(0);
	}

	footer .line {
		margin: 40px 0;
	}
}

@media screen and (max-width:1333px) {
	.fContactUs ul li {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.footerList .title .tit {
		font-size: 20px;
	}

	footer .line {
		margin: 30px 0;
	}

	footer {
		padding: 50px 0;
	}

	.footerList .fTouch ul li {
		height: 35px;
	}

	.footerList .fTouch ul li {
		margin-bottom: 15px;
	}

	.footerList .fTouch ul li.message {
		margin: 0;
		margin-bottom: 15px;
	}

	.footerList .fTouch ul li.codeCon {
		width: 100%;
	}

	.footerList .fTouch ul li.subBtn {
		width: 100%;
	}
}

@media screen and (max-width:999px) {
	.footerList {
		flex-direction: column;
		align-items: flex-start;
	}

	.footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 12px;
	}

	.footerList>li:last-child {
		margin-bottom: 0;
	}

	.footerList .title {
		margin-bottom: 0;
	}

	.footerList .title .tit {
		font-size: 18px;
	}

	.footerList>li:nth-child(n)>ul {
		margin-top: 5px;
		display: none;
		transition: none;
	}

	.fContactUs ul li {
		display: block;
	}

	.footerList li.fTouch form {
		margin-top: 20px;
	}

	.footerList .title i {
		font-weight: bold;
		width: 30px;
		height: 30px;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footerList .title i.active {
		transform: rotate(90deg);
	}

	footer .fBottom {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-top: 10px;
	}

	footer .blogrolls a {
		margin: 5px 10px;
		margin-left: 0;
	}

	footer {
		padding: 40px 0 60px 0;
	}

	.footerList .fTouch ul li {
		height: 40px;
	}
}

@media screen and (max-width:768px) {
	footer .line {
		margin: 20px 0;
	}
}



/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.lianxi>div {
	margin-bottom: 2px;
}

.lianxi>div:last-child {
	margin-bottom: 0;
}


.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	background-color: #565353;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	flex-shrink: 0;
}

.lianxi .top {
	width: 37px;
	height: 37px;
}

.lianxi .top a {
	width: 37px;
	height: 37px;
	background-color: #565353;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	width: 26px;
	height: 26px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #111111;
	color: #fff;
}

.lianxi .phone {
	display: flex;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
	width: 37px;
	background-color: #565353;
}

.lianxi .phone div {
	background-color: transparent;
}

.lianxi .phone .num {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 37px;
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #ffffff;
}

.lianxi .phone:hover {
	width: 189px;
	background-color: #111111;
}

.lianxi .phone:hover .num {
	width: auto;
}

.lianxi .phone:hover div {
	background-color: #111111;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


@media screen and (max-width: 999px) {
	.lianxi {
		flex-direction: row;
	}

	.lianxi .top a {
		width: 16.66%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		flex: 1;
		float: left;
		margin: 0;
	}

	.lianxi div.phone {
		flex: 1;
		border-radius: 0;
		background-color: #dfdfdf;
		position: relative;
		overflow: visible;
	}

	.lianxi div.phone:hover div {
		background-color: #dfdfdf;
	}

	.lianxi div.phone .num {
		position: absolute;
		left: 0%;
		transform: translateX(0%);
		display: block;
		background-color: #111111;
		width: auto;
		white-space: nowrap;
		height: auto;
		padding: 5px 10px;
		height: 100%;
		line-height: 26px;
		bottom: 0%;
		z-index: -1;
		border-bottom: 1px solid #dfdfdf;
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #dfdfdf;
	}

	.lianxi div.phone.active div {
		background-color: #111111;
	}

	.lianxi div.phone.active .num {
		bottom: 100%;
	}

	.lianxi .phone:hover {
		width: auto;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 0%;
		transform: translateX(0%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active div {
		background-color: #111111;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(0%) translateY(-100%);
	}
}


/* quoteBox */

.quoteBox {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999999;
	top: 0;
	left: 0;
	display: none;
	transition: none;
}

.quoteBox .msg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 1000px;
	border-radius: 10px;
	background-color: #ffffff;
	overflow: hidden;
	padding: 46px 71px 61px 71px;
}




.quoteBox .tit {
	font-family: Roboto-Bold;
	font-size: 46px;
	line-height: 60px;
	letter-spacing: 0px;
	color: #000000;
	text-align: center;
	margin-bottom: 45px;
}


.quoteBox form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-wrap: wrap;
}


.quoteBox form ul li {
	width: 46.8%;
	height: 52px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 0 15px;
	margin-bottom: 29px;
}

.quoteBox form ul li.message {
	width: 100%;
	height: 133px;
	padding: 15px 16px;
}

.quoteBox form ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 0;
}


.quoteBox form ul li.codeCon input {
	width: 100%;
	padding: 0 15px;
}

.quoteBox form ul li.codeCon .codeImg {
	flex-shrink: 0;
	height: 100%;
	cursor: pointer;
	background-color: #f3fbfe;
}

.quoteBox form ul li.codeCon .codeImg img {
	height: 100%;
}


.quoteBox form input,
.quoteBox form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Roboto-Regular;
	font-size: 16px;
}



.quoteBox form .subBtn {
	padding: 0;
	margin-bottom: 0;
	border-color: #000000;
}


.quoteBox form .subBtn input {
	background-color: #000000;
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #ffffff;
	overflow: hidden;
	cursor: pointer;
}



.quoteBox form .subBtn input:hover {
	background-color: #ffffff;
	color: #000000;
}




.quoteBox input::-webkit-input-placeholder,
.quoteBox textarea::-webkit-input-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #888888;
	opacity: 1;
}

.quoteBox input:-moz-placeholder,
.quoteBox textarea:-moz-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #888888;
	opacity: 1;
}

.quoteBox input::-moz-placeholder,
.quoteBox textarea::-moz-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #888888;
	opacity: 1;
}

.quoteBox input:-ms-input-placeholder,
.quoteBox textarea:-ms-input-placeholder {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #888888;
	opacity: 1;
}


.quoteBox .closeBtn {
	position: absolute;
	top: 18px;
	right: 20px;
	cursor: pointer;
}


.quoteBox .closeBtn i {
	font-size: 30px;
	font-weight: bold;
	color: #666666;
}

.quoteBox .closeBtn i:hover {
	color: #000000;
}


@media screen and (max-width:1600px) {
	.quoteBox .msg {
		padding: 50px 60px;
		width: 800px;
	}

	.quoteBox .tit {
		font-size: 40px;
	}

	.quoteBox form ul li {
		height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.quoteBox form ul li {
		height: 40px;
	}

	.quoteBox .msg {
		padding: 50px 60px;
		width: 600px;
		border-radius: 5px;
	}

	.quoteBox .tit {
		font-size: 34px;
		line-height: 50px;
		margin-bottom: 30px;
	}

	.quoteBox form ul li {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.quoteBox form ul li {
		height: 35px;
	}

	.quoteBox .msg {
		padding: 40px 40px;
		width: 500px;
		border-radius: 5px;
	}

	.quoteBox .tit {
		font-size: 28px;
		line-height: 50px;
		margin-bottom: 30px;
	}

	.quoteBox form ul li {
		margin-bottom: 20px;
		width: 48%;
	}

	.quoteBox form ul li.message {
		height: 120px;
	}

	.quoteBox .closeBtn i {
		font-size: 24px;
	}

	.quoteBox .closeBtn {
		top: 15px;
		right: 15px;
	}

}

@media screen and (max-width:768px) {
	.quoteBox .msg {
		width: 400px;
		border-radius: 5px;
		padding: 40px 25px;
	}
	.quoteBox .tit{
		font-size: 24px;
		line-height: 35px;
	}
}

@media screen and (max-width:538px) {
	.quoteBox form ul li.codeCon{
		width: 100%;
		margin-bottom: 15px;
	}
	.quoteBox .msg{
		width: 280px;
		padding: 30px 20px;
	}
	.quoteBox form .subBtn{
		width: 100%;
	}
	.quoteBox .tit{
		font-size: 22px;
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.quoteBox form ul li.message{
		height: 90px;
	}
	.quoteBox form ul li{
		margin-bottom: 15px;
	}
}

@font-face {
	font-family: 'Roboto-Regular';
	font-display: swap;
	src: url('../fonts/RobotoRegular.eot');
	src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
		url('../fonts/RobotoRegular.woff2') format('woff2'),
		url('../fonts/RobotoRegular.woff') format('woff'),
		url('../fonts/RobotoRegular.ttf') format('truetype'),
		url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}


@font-face {
	font-family: 'Roboto-Bold';
	font-display: swap;
	src: url('../fonts/RobotoBold.eot');
	src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
		url('../fonts/RobotoBold.woff2') format('woff2'),
		url('../fonts/RobotoBold.woff') format('woff'),
		url('../fonts/RobotoBold.ttf') format('truetype'),
		url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}


@font-face {
	font-family: 'Poppins-Regular';
	font-display: swap;
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff2') format('woff2'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}





@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1727592936577') format('woff'),
		url('../fonts/iconfont.ttf?t=1727592936577') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zhifeiji:before {
	content: "\e6a0";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-arrow-left:before {
	content: "\ea65";
}

.icon-arrow-right:before {
	content: "\ea66";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-Rrl_s_145:before {
	content: "\e613";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}


.iProduct .list .item .title1:hover{
    color: #ffffff !important;
    text-shadow: 4px 4px 10px rgba(122,122,122,.9);
}
.iProduct .show .title1:hover,
.iAbout .msg .title1:hover,
.mainProducts .title1:hover,
.iNews .title .title1:hover{
    color: #111111 !important;
    text-shadow: 4px 4px 10px rgba(122,122,122,.9);
}
 

.subNavBox .navContent{ display:none;padding-bottom: 10px;
    padding-top: 2px;
    margin-left: 10px; }
.subNavBox .subNav{     position: relative; padding-right:25px;}
.subNavBox .subNav i{ position: absolute; color:#333;
    right: 0;
   top: 50%;
    cursor: pointer;     font-size: 15px; transform:translateY(-50%) rotate(90deg);}
    .subNavBox .currentDd i,.subNavBox .subNav i:hover{ color:#dc0817; transform:translateY(-50%) rotate(0deg);}
      .subNavBox .currentDd a{ color:#dc0817;}


.subNavpyBoxpy .navContentpy{ display:none;padding-bottom: 10px;    padding-top: 2px;    margin-left: 10px; }
.subNavpyBoxpy .subNavpy{     position: relative; padding-right:25px;}
.subNavpyBoxpy .subNavpy i{ position: absolute; color:#333;    right: 0;   top: 50%;    cursor: pointer;     font-size: 13px; transform:translateY(-50%) rotate(90deg);}
.subNavpyBoxpy .currentDdpy i,.subNavpyBoxpy .subNavpy i:hover{ color:#dc0817; transform:translateY(-50%) rotate(0deg);}
.subNavpyBoxpy .currentDdpy a{ color:#dc0817;}
