* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}
html {
	font-size: 62.5%;
	height: 100%
}
img {
	transition: all 550ms;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	max-width: 100%;
	border: none
}
ul li {
	list-style-type: none
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span {
  margin: 0;
  padding: 0;
  list-style: none
}
a {
	text-decoration: none;
	outline: none;
	transition: all 550ms;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms
}
body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif, arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  background: #ffffff
}
::-moz-selection {
color:#fff;
background:#d6000f
}
::selection {
	color: #fff;
	background: #d6000f
}
.table {
	width: 100%;
	overflow: auto
}
.table table {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	line-height: 22px
}
.table table tr td {
	border: 0px solid #f2f2f2;
	padding: 10px 5px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 26px
}
.table table tr:first-child td {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif
}
.table table tr:nth-child(2n-1) {
	background: #f0f0f0
}
.table table tr td:nth-child(1) {
	text-align: left;
	padding-left: 48px;
	width: auto
}
.table table tr td:nth-child(2) {
	width: 28%;
	text-align: left
}
.table table tr td:nth-child(3) {
	text-align: left;
	width: 38%
}
.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important
}
.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important
}
.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important
}
.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important
}
.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important
}
.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important
}
.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important
}
#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,0.8);
	transition: opacity 0.5s ease;
	z-index: 100000000000000000000000000000000000000
}
#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;
	box-shadow: 0 0 8px rgba(0,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,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;
	transition: left 0.4s ease, transform 0.4s ease
}
#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight 0.4s ease-out;
	animation: bounceFromRight 0.4s ease-out
}
#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft 0.4s ease-out;
	animation: bounceFromLeft 0.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;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50,50,50,0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	transition: background-color 0.4s ease
}
.baguetteBox-button:hover {
	background-color: rgba(50,50,50,0.9)
}
.baguetteBox-button#next-button {
	right: 2%;
	display: block !important
}
.baguetteBox-button#previous-button {
	left: 2%;
	display: block !important
}
.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
}
.pcduan {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	width: 100%
}
@media screen and (max-width:1420px) {
.pcduan {
	width: 95%
}
}
@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;
	font-display: swap
}
: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;
	overflow: clip;
	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 {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: none;
	-ms-scroll-snap-type: none;
	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 {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	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 {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	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,0.15)
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0,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,0.5), rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0,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,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;
	-ms-transform-origin: 50%;
	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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear
}
.swiper-lazy-preloader-white {
--swiper-preloader-color:#fff
}
.swiper-lazy-preloader-black {
--swiper-preloader-color:#000
}
@-webkit-keyframes swiper-preloader-spin {
0% {
transform:rotate(0deg)
}
100% {
transform:rotate(360deg)
}
}
@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: 0.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%;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-transform-origin: center;
  transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -ms-transform: rotate(180deg);
  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
}

.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: 0.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 {
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-ms-transform: scale(0.66);
	transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-ms-transform: scale(0.33);
	transform: scale(0.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-ms-transform: scale(0.66);
	transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-ms-transform: scale(0.33);
	transform: scale(0.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, 0.2)
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-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%;
  -ms-transform: translateY(-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: 0.2s transform, 0.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%;
  -ms-transform: translateX(-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: 0.2s transform, 0.2s left
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 0.2s transform, 0.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,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%;
	-ms-transform: scale(0);
	transform: scale(0);
	-ms-transform-origin: left top;
	transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-ms-transform-origin: right top;
	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,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,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%;
  -o-object-fit: contain;
  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;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-cube.swiper-rtl .swiper-slide {
	-ms-transform-origin: 100% 0;
	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: 0.6;
	z-index: 0
}
.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	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 {
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}
.m-mobilenav {
	display: none
}
@media screen and (max-width:999px) {
.mbnav-wp_seach {
	width: 100%;
	margin: auto;
	position: absolute;
	z-index: 2
}
.mbnav-wp_seach > form > .box-form {
	display: flex;
	height: 100%;
	height: 40px;
	justify-content: space-between;
	background: rgba(255,255,255,0.7)
}
.mbnav-wp_seach > form > .box-form > .box-text {
	width: calc(100% - 30px);
	border: 0px;
	height: 100%;
	padding-left: 10px;
	box-sizing: border-box;
	background: transparent;
	outline: none
}
.mbnav-wp_seach > form > .box-form > .box-submit {
	width: 30px;
	height: 100%;
	border: 0px;
	position: relative;
	z-index: 2;
	background: transparent;
	cursor: pointer;
	background: transparent
}
.mbnav-wp_seach > form > .box-form .icon {
	position: absolute;
	right: 4px;
	top: 10px;
	z-index: 1
}
.mbnav-list {
	margin-top: 20px
}
.m-mobilenav {
	position: absolute;
	z-index: 11;
	padding-top: 25px;
	top: 0;
	left: 0;
	display: block;
	box-sizing: border-box;
	z-index: 100
}
.m-mobilenav .mbnav-btn {
	position: fixed;
	z-index: 2;
	top: 18px;
	left: 2.5%;
	padding: 4px;
	border-radius: 4px;
	overflow: hidden;
	background: #FFFFFF;
	width: 34px;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms
}
.m-mobilenav .mbnav-btn .line {
	width: 100%;
	height: 2px;
	background-color: #d6000f
}
.m-mobilenav .mbnav-btn.active .line {
	background-color: #FFFFFF
}
.m-mobilenav .mbnav-btn .line2 {
	margin-top: 6px;
	margin-bottom: 6px
}
.m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
	background-color: #FFFFFF
}
.m-mobilenav .mbnav-btn.active {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: transparent;
	top: 50px
}
.m-mobilenav .mbnav-bd {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 100%;
	top: 0;
	visibility: hidden;
	z-index: 1
}
.m-mobilenav .mbnav-bd.show {
	visibility: visible
}
.m-mobilenav .mbnav-bd.show .mbnav-wp {
	height: 100%;
	opacity: 1
}
.m-mobilenav .mbnav-bd.show .mbnav-item > a {
	opacity: 1;
	color: #FFFFFF;
	-ms-transform: scale(1) translate(0, 0);
	transform: scale(1) translate(0, 0)
}
.m-mobilenav .mbnav-wp {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background-color: rgba(51,51,51,0.9);
	top: 0;
	transition: all 550ms;
	opacity: 0
}
.m-mobilenav .mbnav-fix {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 1;
	height: calc(100% - 60px);
	width: 100%;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: hidden
}
.m-mobilenav .mbnav-item {
	position: relative;
	padding-left: 44px;
	padding-right: 24px;
	padding-top: 10px;
	padding-bottom: 10px
}
.m-mobilenav .mbnav-item i {
	position: absolute;
	left: 13px;
	top: 12px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: transparent;
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
	cursor: pointer
}
.m-mobilenav .mbnav-item > a {
	display: block;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFFFF;
	-ms-transform: scale(1.1) translate(60px, -35px);
	transform: scale(1.1) translate(60px, -35px);
	opacity: 0;
	transition: 0.5s 0.1s
}
.m-mobilenav .mbnav-item > a.current:after {
	content: "";
	margin-left: 5px;
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	transition: all 550ms
}
.m-mobilenav .mbnav-item > a.active {
	color: #529dba
}
.m-mobilenav .mbnav-item > a.active:after {
	background-color: #529dba
}
.m-mobilenav .mbnav-item:nth-child(1) > a {
	transition-delay: 250ms
}
.m-mobilenav .mbnav-item:nth-child(2) > a {
	transition-delay: 300ms
}
.m-mobilenav .mbnav-item:nth-child(3) > a {
	transition-delay: 350ms
}
.m-mobilenav .mbnav-item:nth-child(4) > a {
	transition-delay: 400ms
}
.m-mobilenav .mbnav-item:nth-child(5) > a {
	transition-delay: 450ms
}
.m-mobilenav .mbnav-item:nth-child(6) > a {
	transition-delay: 500ms
}
.m-mobilenav .mbnav-item:nth-child(7) > a {
	transition-delay: 550ms
}
.m-mobilenav .mbsbnav-list {
	padding: 10px 0;
	display: none
}
.m-mobilenav .mbsbnav-item {
	position: relative;
	padding-left: 20px;
	padding-right: 5px
}
.m-mobilenav .mbsbnav-item i {
	left: 0;
	top: 6px;
	line-height: 24px
}
.m-mobilenav .mbsbnav-item a {
	display: block;
	padding: 5px 5px;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff
}
.m-mobilenav .mbsbnav-item a.active {
	color: #529dba
}
.box-form-tj {
	position: absolute;
	font-size: 20px !important;
	right: 5px;
	top: 8px;
	color: #043F71
}
}
@font-face {
  font-family: 'iconfont';
  src: url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), url('../fonts/iconfont.woff?t=1704439615754') format('woff'), url('../fonts/iconfont.ttf?t=1704439615754') format('truetype');
  font-display: swap
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-icons_video:before {
	content: "\e636"
}
.icon-24gf-playCircle:before {
	content: "\ea82"
}
.icon-earth-full:before {
	content: "\e9ee"
}
.icon-fangdajing:before {
	content: "\e66e"
}
.icon-telephone:before {
	content: "\e6a2"
}
.icon-email2:before {
	content: "\e66f"
}
.icon-xiazai:before {
	content: "\e652"
}
.icon-youxiang:before {
	content: "\e605"
}
.icon-riqi:before {
	content: "\e646"
}
.icon-dengpao:before {
	content: "\e60e"
}
.icon-renzhengdunpaianquanbaozhangzhibao-xianxing:before {
	content: "\e7af"
}
.icon-shengchan:before {
	content: "\e62f"
}
.icon-home:before {
	content: "\e624"
}
.icon-edit:before {
	content: "\e611"
}
.icon-facebook:before {
	content: "\e620"
}
.icon-pinterest:before {
	content: "\e8ab"
}
.icon-linkedin:before {
	content: "\e648"
}
.icon-youtube:before {
	content: "\e6d6"
}
.icon-twitter:before {
	content: "\e607"
}
.icon-bigger:before {
	content: "\e647"
}
.icon-left:before {
	content: "\e72c"
}
.icon-right:before {
	content: "\e72d"
}
.icon-up1:before {
	content: "\e72e"
}
.icon-bottom1:before {
	content: "\e72f"
}
.icon-left1:before {
	content: "\e730"
}
.icon-right1:before {
	content: "\e731"
}
.icon-up:before {
	content: "\e73e"
}
.icon-bottom:before {
	content: "\e73f"
}
.icon-instagram:before {
	content: "\e79d"
}
.icon-tumblr:before {
	content: "\e79e"
}
.icon-download:before {
	content: "\e7a0"
}
.icon-download1:before {
	content: "\e7a7"
}
.icon-search4:before {
	content: "\e7b2"
}
.icon-address:before {
	content: "\e7bc"
}
.icon-email:before {
	content: "\e7bd"
}
.icon-contact:before {
	content: "\e7be"
}
.icon-whatsapp:before {
	content: "\e7bf"
}
.icon-fax:before {
	content: "\e7c2"
}
.icon-mobile:before {
	content: "\e7c6"
}
.icon-phone:before {
	content: "\e7c8"
}
.icon-tel:before {
	content: "\e7c7"
}
.icon-phone1:before {
	content: "\e7cb"
}
.icon-skype:before {
	content: "\e7cc"
}
.icon-whatsapp1:before {
	content: "\e7c1"
}
.icon-address1:before {
	content: "\e7c3"
}
.icon-contact1:before {
	content: "\e7c4"
}
.icon-email1:before {
	content: "\e7c5"
}
.icon-skype1:before {
	content: "\e7c9"
}
.icon-fax1:before {
	content: "\e7ca"
}
.icon-qq:before {
	content: "\e7ce"
}
.icon-tel1:before {
	content: "\e7cd"
}
.icon-wechat:before {
	content: "\e7cf"
}
.icon-phone2:before {
	content: "\e7d0"
}
.icon-message:before {
	content: "\e7da"
}
.icon-calendar:before {
	content: "\e7e1"
}
.icon-calendar1:before {
	content: "\e7e3"
}
.icon-top:before {
	content: "\e7ed"
}
.icon-youbian:before {
	content: "\e60f"
}
.icon-jian2:before {
	content: "\e600"
}
.icon-jia2:before {
	content: "\e608"
}
.icon-vk:before {
	content: "\e735"
}
.icon-instagram1:before {
	content: "\e640"
}
.icon-up7:before {
	content: "\e722"
}
.icon-bottom7:before {
	content: "\e723"
}
.icon-left7:before {
	content: "\e724"
}
.icon-right7:before {
	content: "\e725"
}
.icon-sousuo4:before {
	content: "\e610"
}
.icon-sousuo:before {
	content: "\e616"
}
.icon-sousuo1:before {
	content: "\e65b"
}
.icon-shangchuan:before {
	content: "\e602"
}
.icon-top2:before {
	content: "\e637"
}
.icon-biaoqian:before {
	content: "\e649"
}
.icon-twitter3:before {
	content: "\e7fd"
}
.icon-twitter4:before {
	content: "\e7fe"
}
.icon-twitter-new2:before {
	content: "\e800"
}
.icon-twitter-new:before {
	content: "\e7ff"
}
@font-face {
	font-family: "HelveticaLTStdBlkCond";
	src: url("../fonts/HelveticaLTStdBlkCond.eot");
	src: url("../fonts/HelveticaLTStdBlkCond.eot") format("embedded-opentype"), url("../fonts/HelveticaLTStdBlkCond.woff2") format("woff2"), url("../fonts/HelveticaLTStdBlkCond.woff") format("woff"), url("../fonts/HelveticaLTStdBlkCond.ttf") format("truetype"), url("../fonts/HelveticaLTStdBlkCond.svg#HelveticaLTStdBlkCond") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: "HelveticaLTStdBold";
	src: url("../fonts/HelveticaLTStdBold.eot");
	src: url("../fonts/HelveticaLTStdBold.eot") format("embedded-opentype"), url("../fonts/HelveticaLTStdBold.woff2") format("woff2"), url("../fonts/HelveticaLTStdBold.woff") format("woff"), url("../fonts/HelveticaLTStdBold.ttf") format("truetype"), url("../fonts/HelveticaLTStdBold.svg#HelveticaLTStdBold") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: "HelveticaLTStdRoman";
	src: url("../fonts/HelveticaLTStdRoman.eot");
	src: url("../fonts/HelveticaLTStdRoman.eot") format("embedded-opentype"), url("../fonts/HelveticaLTStdRoman.woff2") format("woff2"), url("../fonts/HelveticaLTStdRoman.woff") format("woff"), url("../fonts/HelveticaLTStdRoman.ttf") format("truetype"), url("../fonts/HelveticaLTStdRoman.svg#HelveticaLTStdRoman") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/InterBold.eot");
  src: url("../fonts/InterBold.eot") format("embedded-opentype"), url("../fonts/InterBold.woff2") format("woff2"), url("../fonts/InterBold.woff") format("woff"), url("../fonts/InterBold.ttf") format("truetype"), url("../fonts/InterBold.svg#InterBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

.bannershouye {
  /* margin-top: 160px */
}
.header {
  display: flex;
  align-items: inherit;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: transparent;
  z-index: 99
}
.header-logo {
	width: 13.5416666667%;
	display: flex;
	align-items: center;
	justify-content: center
}
.header-logo .logo {
	display: block;
	width: 75.384615%
}

.header-logo .logo img {
  filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

.header-right {
  width: 86.4583333333%;
  /* background-color: #fff; */
  background-color: transparent;
  padding-left: 2.4%;
  padding-right: 3.2530120482%;
  position: relative
}
.header-right-top {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #d6000f;
	padding: 0 50px
}
.header-right-top span {
	position: relative;
	display: block
}
.header-right-top span::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -30px;
	width: 100px;
	height: 3px;
	background: #333
}
.header-right-top .header-lxfs {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
	line-height: 20px;
	color: #fff
}
.header-right-top .header-lxfs p {
	display: flex;
	align-items: center;
	justify-content: flex-start
}
.header-right-top .header-lxfs p:nth-child(2) {
	margin-left: 2%;
	margin-right: 2.2%
}
.header-right-top .header-lxfs p:nth-child(2) i {
	font-size: 30px;
	margin-right: 8px
}
.header-right-top .header-lxfs p:nth-child(3) i {
	font-size: 20px;
	margin-right: 10px
}
.header-right-top .header-lxfs p:nth-child(3) a {
	display: block;
	color: #fff
}
.header-right-top .header-lxfs p:nth-child(3) a:hover {
	color: #ffcd10
}
.header-right-top.active {
	display: none
}
.header-right.active {
	background-color: #fff
}

.header-right.active .header-left-botton>ul>li>a {
  color: #333;
}
.header-right.active .request-a {
	border-color: #ccc;
	color: #333333
}
.header-search {
	height: 75px;
	width: 230px;
	border-left: 1px solid rgba(255,255,255,0.3);
	padding-left: 30px
}
.header-search input {
	width: 100%;
	height: 100%;
	outline: none;
	border: 0px;
	background: transparent;
	color: #333
}
.header-search input::-webkit-input-placeholder {
color:#fff;
opacity:1;
font-size:16px;
font-family:"HelveticaLTStdRoman"
}
.header-search input:-moz-placeholder {
color:#fff;
opacity:1;
font-size:16px;
font-family:"HelveticaLTStdRoman"
}
.header-search input::-moz-placeholder {
color:#fff;
opacity:1;
font-size:16px;
font-family:"HelveticaLTStdRoman"
}
.header-search input:-ms-input-placeholder {
color:#fff;
opacity:1;
font-size:16px;
font-family:"HelveticaLTStdRoman"
}
.header-search form {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent
}
.header-search form .sear-input {
	font-size: 0px;
	width: 20px;
	height: 100%;
	background-color: transparent;
	cursor: pointer;
	position: relative
}
.header-search form i {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	color: #fff
}
.header-left-botton {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* justify-content: space-between */
}
.header-left-botton .li{position: relative;}
.header-left-botton>ul {
  width: 46.0963855422%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 8%;
}

.header-left-botton>ul>li>a {
  display: block;
  color: #fff;
  padding-top: 33px;
  padding-bottom: 32px;
  font-family: "Inter-Bold"
}
.header-left-botton > ul > li > a i {
	font-size: 14px
}

.header-left-botton>ul>li:hover,
.header-left-botton>ul>li.active {
  font-weight: bold
}
.header-left-botton > ul li.active1 {
	font-weight: bold
}
.header-left-botton > ul li.active1 i {
	color: #ffcd10
}

.header-left-botton>ul>li:hover i,
.header-left-botton>ul>li.active i {
  color: #ffcd10
}

.header-left-botton>ul>li:hover .erul,
.header-left-botton>ul>li.active .erul {
  display: flex
}
.request-a {
	display: block;
	width: 230px;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	text-align: center;
	border: solid 2px #333;
	padding-top: 9px;
	margin-top: 3px;
	padding-bottom: 11px
}
.request-a i {
	font-size: 12px;
	margin-left: 10px
}
.request-a:hover {
	color: #ffcd10
}
.header-right.active .request-a:hover {
	color: #d6000f
}
.erul {
	position: absolute;
	max-width: 1400px;
	padding-bottom: 40px;
	width: 100%;
	top: auto;
	left: 0px;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 27px;
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	display: none
}
.erul > ul {
	width: 21.4285714286%;
	margin-left: 7.2142857143%
}

.erul>ul>li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 50px;
  padding-top: 9px;
  padding-bottom: 1px;
  border-bottom: 1px solid #cccccc;
  color: #333
}
.erul > ul > li a {
	color: #333
}
.erul > ul > li span {
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
	border-left: 8px solid #d6000f;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin-right: 41px
}
.erul > ul > li:last-child {
	border-bottom: 0px
}

.erul>ul li:hover,
.erul>ul li.active {
  color: #d6000f
}

.erul>ul li.act a,
.erul>ul li.act span {
  color: #d6000f
}

.erul>ul li:hover a,
.erul>ul li.active a {
  color: #d6000f
}

.erul>ul li:hover span,
.erul>ul li.active span {
  visibility: visible
}
.erul-right-tab {
	width: 61.8571428571%;
	margin-right: 4.2142857143%
}
.erul-right {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.erul-right > p {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-left: 28px;
	padding-right: 29px
}
.erul-right-li {
	width: 34.6420323326%;
	margin-left: 2%
}
.erul-right-li > ul {
	margin-top: 16px
}
.erul-right-li > ul > li.application {
	margin-top: 31px
}

.erul-right-li>ul>li.application a {
  background-color: #ffcd10;
  border-radius: 4px;
  font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 54px;
  padding-bottom: 2px;
  color: #333333;
  padding-left: 10%;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif
}
.erul-right-li > ul > li.application a:hover {
	color: #d6000f
}
.erul-right-li > ul > li > a {
	display: block;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
	font-family: "HelveticaLTStdRoman", Arial, Helvetica, sans-serif;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.erul-right-li>ul>li a:hover,
.erul-right-li>ul>li a.active {
  color: #d6000f
}
.erul-right-li-title {
  width: 74%;
  display: block;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: #d6000f;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px
}

@media screen and (max-width:1420px) {
  .header-left-botton>ul {
    width: 70%
  }

  .erul>ul {
    margin-left: 4%
  }

  .erul-right-tab {
    width: 65%
  }

  .erul {
    width: 98%
  }

  .erul>ul>li {
    font-size: 18px;
    line-height: 46px
  }

  .erul-right-li>ul>li>a {
    font-size: 14px;
    line-height: 30px
  }

  .erul>ul>li span {
    margin-right: 4%
  }

  .erul-right-li>ul>li.application a {
    font-size: 16px;
    line-height: 30px;
    padding-left: 4%;
    width: 90%
  }
}
@media screen and (max-width:1280px) {

  .request-a,
  .header-search {
    width: 154px
  }

  .request-a {
    font-size: 14px
  }

  .header-left-botton>ul {
    width: 80%
  }
}
@media screen and (max-width:999px) {
  .header-right {
    display: none
  }

  .header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 10px
  }

  .header-logo .logo {
    width: auto;
    width: 196px;
    min-width: 196px;
    height: 38px;
    min-height: 38px
  }

  .bannershouye {
    /* margin-top: 62px */
  }
}
.contact-pc {
	position: fixed;
	top: 42%;
	z-index: 999;
	right: 10px;
	right: 4px;
	border-radius: 25px;
	padding-top: 14px;
	padding-bottom: 14px
}
.contact-pc li {
	position: relative;
	margin-bottom: 1px;
	width: 53px;
	height: 53px;
	background-color: #222222;
	border-radius: 5px
}
.contact-pc li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	cursor: pointer
}
.contact-pc li .ewm {
	position: absolute;
	top: 0;
	left: 125px;
	max-width: 120px;
	width: 120px;
	height: 120px
}
.contact-pc li.ewm-box:hover .ewm {
	left: -125px
}
.contact-pc li .ewm {
	position: absolute;
	top: 0;
	left: 125px;
	max-width: 120px;
	width: 120px;
	height: 120px
}
.contact-pc li.ewm-box:hover .ewm {
	left: -125px
}
.contact-pc li i {
	background: transparent;
	font-size: 22px;
	transition: all 550ms;
	color: #ffffff
}
.contact-pc li:hover {
	transition: 0.5s;
	background: #d6000f
}
.contact-pc li:hover > i {
	background: transparent
}
.small-phone {
	display: none
}
@media screen and (max-width:767px) {
  .contact-pc {
    display: none
  }

  .copyright-mid {
    padding-bottom: 40px
  }

  .small-phone {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 200
  }

  .small-phone>li {
    display: block;
    background: #dfdfdf;
    width: 25%;
    float: left;
    text-align: center;
    padding: 8px 0px
  }

  .small-phone>li>a i {
    font-size: 18px;
    color: #ffffff
  }

  .small-phone>li:hover {
    background: #d6000f
  }

  .small-phone>li:hover>a>i {
    color: #FFFFFF
  }

  .weixin>img {
    position: absolute;
    z-index: 100;
    top: -120px;
    left: 0%;
    display: none
  }
}
.index-pro-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 60px;
  color: #333333;
  display: block
}
.index-pro-ertitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-top: 11px
}
.index-products {
	margin-top: 59px
}

.index-pro-title:hover,
.index-pro-ertitle:hover {
  color: #ffcd10
}
.index-pro-img {
	display: block;
	font-size: 0px;
	overflow: hidden
}
.index-pro-img img:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.index-prolist-title {
  display: block;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 20px
}
.index-prolist-ertitle {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 9px
}

.index-prolist-title,
.index-prolist-ertitle,
.index-prolist-details {
  padding-left: 10px;
  padding-right: 10px
}
.index-prolist-details {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	display: block;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden
}
.index-pro-div {
	width: 23.5714285714%;
	background: #dcdcdc;
	text-align: center;
	padding-bottom: 28px;
	margin-bottom: 28px
}
.index-pro-div {
	margin-left: 1.8571428571%
}
.nomargin {
	margin-left: 0px
}
.index-products-list {
	margin-top: 46px;
	display: flex;
	align-items: initial;
	justify-content: flex-start;
	flex-wrap: wrap
}
.index-pro-div:hover {
	background-color: #222222
}
.index-pro-div:hover .index-prolist-details {
	color: #ffcd10
}
.index-pro-div:hover .index-prolist-title {
	color: #fff
}
.index-pro-div:hover .index-prolist-ertitle {
	color: #999999
}
.index-see-more {
	margin-top: 51px;
	margin-bottom: 80px;
	width: 100%;
	color: #212121
}
.index-see-more i {
	margin-right: 8px
}
.index-see-more a {
	display: block;
	max-width: 250px;
	width: 100%;
	color: #212121;
	background-color: #ffcd10;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 8px;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding-top: 18px;
	padding-bottom: 17px
}
.index-see-more:hover {
	color: #fff
}
.index-see-more:hover i {
	color: #fff
}
.index-see-more:hover a {
	color: #fff;
	background: #222222
}
@media screen and (max-width:991px) {

  .index-products,
  .index-products-list,
  .index-see-more {
    margin-top: 20px
  }

  .index-see-more {
    margin-bottom: 40px
  }
}
@media screen and (max-width:767px) {
.index-pro-title {
	text-align: center;
	font-size: 2rem;
	line-height: 2rem
}
.index-pro-ertitle {
	font-size: 1.2rem;
	line-height: 24px;
	text-align: center
}
.index-prolist-title {
	margin-top: 10px;
	font-size: 2rem;
	line-height: 24px
}
.index-prolist-ertitle {
	font-size: 1.2rem;
	line-height: 20px
}
.index-prolist-details {
	font-size: 1.2rem;
	line-height: 26px
}
.index-pro-div {
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 48%;
	margin-left: 0.5% !important;
	margin-right: 0.5% !important
}
.index-products-list {
	justify-content: center
}
.index-see-more {
	margin-top: 0px
}
.index-see-more a {
	font-size: 12px;
	max-width: 160px;
	padding-top: 10px;
	padding-bottom: 10px
}
.index-see-more i {
	font-size: 12px;
	margin-right: 4px
}
.index-prolist-ertitle {
	margin-top: 6px;
	margin-bottom: 6px
}
}
@media screen and (max-width:500px) {
.index-products-list {
	justify-content: space-between
}
.index-pro-div {
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 49%;
	margin-left: 0% !important;
	margin-right: 0% !important
}
}
.ton-zero-mid {
	background: url(../images/banyuanbj.png) no-repeat;
	background-size: cover
}
.ton-zero-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 44px;
  line-height: 50px;
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 35px
}
.ton-zero-neirong {
	font-size: 22px;
	line-height: 48px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}
.ton-zero-click {
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #212121;
	margin-top: 33px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.ton-zero-click i {
	color: #ffcd10;
	margin-right: 8px
}
.ton-zero-img {
	display: block;
	position: absolute;
	right: 10px;
	font-size: 0px;
	width: 62.9285714286%;
	z-index: 1
}
.ton-zero-div a:hover {
	color: #ffcd10
}
.ton-zero-pc {
	position: relative;
	z-index: 2
}
.ton-zero {
	padding-top: 125px;
	padding-bottom: 237px;
	width: 45.0714285714%
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none
}

.tonzeroswiper .swiper-button-next,
.tonzeroswiper .swiper-button-prev {
  margin: 0px;
  position: unset;
  width: 41px;
  height: 41px;
  background-color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}
.tonzeroswiper .swiper-button-prev {
	margin-right: 9px
}
.swiperannu {
	position: absolute;
	bottom: 21.3%;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start
}
.swiperannu i {
	color: #ffcd10
}

.swiperannu .swiper-button-next:hover,
.swiperannu .swiper-button-prev:hover {
  background: #ffcd10
}

.swiperannu .swiper-button-next:hover i,
.swiperannu .swiper-button-prev:hover i {
  color: #000
}
@media screen and (max-width:1420px) {
.ton-zero-title {
	font-size: 42px
}
}
@media screen and (max-width:1280px) {
.ton-zero-img {
	width: 58%
}
.ton-zero {
	padding-bottom: 180px;
	padding-top: 74px
}
.swiperannu {
	bottom: 10%
}
}
@media screen and (max-width:991px) {
  .swiperannu {
    position: relative;
    padding-bottom: 20px
  }

  .ton-zero-img {
    position: unset;
    right: auto;
    left: auto
  }

  .ton-zero {
    padding-bottom: 60px;
    padding-top: 30px
  }

  .tonzeroswiper .ton-zero,
  .tonzeroswiper .ton-zero-img {
    width: 100%;
    text-align: center;
    position: relative
  }

  .ton-zero-mid {
    background: #f0f0f0;
    background-size: 0% 0%
  }

  .swiperannu {
    justify-content: center
  }

  .swiperannu .swiper-button-next,
  .swiperannu .swiper-button-prev {
    margin-left: 4px;
    margin-right: 4px
  }

  .ton-zero {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .ton-zero-title {
    margin-bottom: 20px
  }

  .ton-zero-click {
    margin-top: 10px
  }
}
@media screen and (max-width:767px) {
  .index-see-more {
    margin-bottom: 20px
  }

  .ton-zero-title {
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 0px
  }

  .ton-zero-neirong,
  .ton-zero-click {
    font-size: 1.6rem;
    line-height: 26px
  }

  .tonzeroswiper .swiper-button-next,
  .tonzeroswiper .swiper-button-prev {
    width: 30px;
    height: 30px
  }
}
.index-project-img {
	display: block;
	font-size: 0px;
	overflow: hidden
}
.index-project-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-bottom: 10px
}
.index-project-ertitle {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden
}
.index-project-click {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-top: 27px;
	color: #333333
}
.index-project-click i {
	color: #ffcd10
}
.index-project-kuang {
	padding-top: 21px;
	padding-left: 7.2%;
	padding-right: 7.2%;
	padding-bottom: 50px
}
.index-project-div {
	margin-right: 16px;
	margin-left: 16px;
	margin-top: 43px;
	margin-bottom: 40px
}
.index-project-div:hover {
	box-shadow: 0px 0px 49px 0px rgba(0,0,0,0.11)
}
.index-project-div:hover .index-project-img img {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.index-project {
	margin-top: 64px
}
.index-project-mid {
	position: relative
}

.index-project-mid .swiper-button-prev,
.index-project-mid .swiper-button-next {
  position: absolute;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  border: solid 1px rgb(204, 204, 204);
  top: 40%
}

.index-project-mid .swiper-button-prev i,
.index-project-mid .swiper-button-next i {
  color: rgb(204, 204, 204);
  font-weight: bold
}
.index-project-mid .swiper-button-prev {
	left: -106px
}
.index-project-mid .swiper-button-next {
	right: -106px
}

.index-project-mid .swiper-button-prev:hover i,
.index-project-mid .swiper-button-next:hover i {
  color: #ffcd10
}
.index-services-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 38px;
  line-height: 50px;
  color: rgb(255, 255, 255);
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}
.index-services-ertitle {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	margin-top: 14px;
	margin-bottom: 40px
}
.index-services {
	background: url(../images/index-bj.png) no-repeat;
	background-size: cover;
	margin-top: 41px;
	padding-top: 6.5%;
	padding-bottom: 5.29%
}
.index-services a:hover {
	color: #ffcd10
}
.index-services .index-services-click:hover {
	color: #fff
}
.index-services-kkuang {
	width: 43%
}
.index-services-click {
	max-width: 218px;
	display: block;
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #ffcd10;
	border-radius: 8px;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding-top: 16px;
	padding-bottom: 13px;
	color: #212121
}
@media screen and (max-width:1650px) {
.index-project-mid .swiper-button-next {
	right: -60px
}
.index-project-mid .swiper-button-prev {
	left: -60px
}
}
@media screen and (max-width:1530px) {
.index-project-mid .swiper-button-next {
	right: 0px;
	border-radius: 0px;
	border-width: 2px;
	width: 30px
}
.index-project-mid .swiper-button-prev {
	left: 0px;
	border-radius: 0px;
	width: 30px;
	border-width: 2px
}
}
@media screen and (max-width:991px) {
.index-project {
	margin-top: 20px
}
.index-pro-title {
	font-size: 36px;
	line-height: 42px
}
.index-project-div {
	margin-top: 22px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px
}
.index-project-kuang {
	padding-bottom: 20px
}
.index-project-click {
	margin-top: 20px
}
.index-services {
	margin-top: 0px
}
.index-services {
	padding-top: 3%;
	padding-bottom: 3%
}
.index-services-kkuang {
	width: 70%
}
.index-services-click {
	padding-top: 10px;
	padding-bottom: 10px
}
.index-pro-title {
	font-size: 22px;
	line-height: 30px
}
.index-project-title {
	font-size: 16px
}
.index-project-ertitle {
	font-size: 14px;
	line-height: 20px
}
.index-project-click {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px
}
}
@media screen and (max-width:767px) {
.index-project-kuang {
	padding: 10px;
	text-align: center
}
.index-project-title {
	margin-bottom: 0px
}
.index-services-title {
	line-height: 30px;
	font-size: 24px
}
.index-services-ertitle {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px
}
.index-services-kkuang {
	width: 100%;
	text-align: center
}
.index-services-click {
	margin-left: auto;
	margin-right: auto
}
.index-services-click {
	max-width: 160px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 24px
}
}
.index-heavy-right {
	width: 51.6428571429%;
	display: block;
	font-size: 0;
	overflow: hidden
}
.index-heavy-right img:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.index-heavy-left {
	width: 37.8571428571%;
	margin-top: -5px
}
.index-heavy-left .index-heavy-left-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 25px
}
.index-heavy-left .index-heavy-left-neirong {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}
.index-heavy-left .index-heavy-aboutus {
  margin-top: 44px;
  display: block;
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 137px;
  background-color: #ffcd10;
  border-radius: 8px;
  font-size: 18px;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #212121;
  padding-top: 18px;
  padding-bottom: 17px
}
.index-heavy-mid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row-reverse
}
.index-heavy {
	margin-top: 80px
}
.index-heavy-left a:hover {
	color: #ffcd10
}
.index-heavy-left .index-heavy-aboutus:hover {
	color: #ffffff
}
.index-heavy-img {
	display: block;
	font-size: 0;
	overflow: hidden
}
.index-heavy-div {
	position: relative;
	width: 31.0714285714%;
	margin-bottom: 20px;
	margin-left: 3.3571428571%
}
.index-heavy-div.nomargin {
	margin-left: 0px
}
.index-heavy-content {
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5%;
	top: 0px;
	left: 0px;
	padding-left: 28px;
	padding-right: 28px
}
.index-heavy-content a:hover {
	color: #ffcd10
}
.index-heavy-content > i {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ffcd10;
	font-size: 30px
}
.index-heavy-content .index-heavy-rd {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 18px;
  margin-bottom: 11px
}
.index-heavy-content .index-heavy-rdneirong {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	min-height: 87px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}
.index-heavy-content .index-learn {
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 25px
}
.index-heavy-content .index-learn i {
	color: #ffcd10
}
.index-heavy-list {
	display: flex;
	align-items: initial;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 46px
}
@media screen and (max-width:1280px) {
.index-heavy-content {
	top: 0px;
	margin-top: 0px
}
.index-heavy-content .index-learn {
	margin-top: 10px
}
.index-heavy-content .index-heavy-rd {
	margin-top: 10px;
	margin-bottom: 10px
}
.index-heavy-content > i {
	width: 40px;
	height: 40px
}
}
@media screen and (max-width:999px) {
  .index-heavy-content {
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    position: relative
  }

  .index-heavy-content i {
    margin-left: auto;
    margin-right: auto
  }

  .index-heavy-content .index-heavy-rd,
  .index-heavy-content .index-heavy-rdneirong,
  .index-heavy-content .index-learn {
    color: #333333
  }

  .index-heavy {
    margin-top: 20px
  }

  .index-heavy .index-heavy-left,
  .index-heavy .index-heavy-right {
    margin-top: 0px;
    width: 100%;
    text-align: center
  }

  .index-heavy-mid {
    flex-wrap: wrap
  }

  .index-heavy-left .index-heavy-left-title {
    margin-bottom: 10px;
    margin-top: 10px
  }

  .index-heavy-left .index-heavy-aboutus {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 6px;
    padding-bottom: 6px
  }

  .index-heavy-list {
    margin-top: 20px
  }
}
@media screen and (max-width:767px) {
.index-heavy-left .index-heavy-left-title {
	font-size: 20px;
	line-height: 30px
}
.index-heavy-left .index-heavy-left-neirong {
	font-size: 14px
}
.index-heavy-left .index-heavy-aboutus {
	max-width: 100px;
	font-size: 14px
}
.index-heavy-list {
	justify-content: space-between
}
.index-heavy-div {
	width: 49%;
	margin-left: 0px
}
.index-heavy-content .index-heavy-rd {
	font-size: 20px;
	line-height: 24px;
	margin-top: 6px;
	margin-bottom: 6px
}
.index-heavy-content .index-heavy-rdneirong {
	font-size: 14px
}
.index-heavy-content .index-learn {
	font-size: 14px
}
.index-heavy-content .index-learn i {
	font-size: 14px
}
}
@media screen and (max-width:450px) {
.index-heavy-div {
	width: 100%
}
}
.index-our {
	margin-top: 51px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}
.index-our a:hover {
	color: #d6000f
}
.index-our-right {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.index-our-right .swiper-button-prev,
.index-our-right .swiper-button-next {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background-color: #eeeeee;
  border-radius: 50%;
  color: #212121
}
.index-our-right .swiper-button-next {
	margin-left: 10px
}

.index-our-right .swiper-button-prev:hover,
.index-our-right .swiper-button-next:hover {
  background: #d6000f;
  color: #fff
}
.index-our-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 38px;
  line-height: 48px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-bottom: 12px
}
.index-our-ertitle {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block
}
.index-our-left {
	width: calc(100% - 120px)
}
.indexour-sp-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  display: block;
  margin-top: 20px
}

.indexour-sp-title:hover,
.indexour-sp-neirong:hover {
  color: #d6000f
}
.indexour-sp-neirong {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 12px
}
.index-our-swiper {
	width: 86.3541666667%;
	margin-left: auto;
	margin-top: 42px
}
.indexour-shipin {
	position: relative;
	padding-bottom: 67.5%
}

.indexour-shipin iframe,
.indexour-shipin img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
@media screen and (max-width:1500px) {
.index-our-swiper {
	width: 95%
}
}
@media screen and (max-width:1420px) {
.index-our-swiper {
	width: 97.5%
}
}
@media screen and (max-width:999px) {

  .index-our,
  .index-our-swiper {
    margin-top: 20px
  }
}
@media screen and (max-width:767px) {
.index-our-swiper {
	width: 95%;
	margin-left: auto;
	margin-right: auto
}
.index-our {
	margin-top: 0px
}
.index-our-title {
	font-size: 20px;
	line-height: 24px
}
.index-our-ertitle {
	font-size: 14px;
	line-height: 20px
}
.index-our {
	flex-wrap: wrap
}
.index-our-left {
	width: 100%;
	text-align: center
}
.index-our-right {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}
.index-our-right .swiper-button-prev, .index-our-right .swiper-button-next {
	width: 31px;
	height: 31px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 8px
}
.indexour-sp-title {
	font-size: 16px;
	margin-top: 10px;
	text-align: center
}
.indexour-sp-neirong {
	font-size: 14px;
	margin-top: 0px;
	text-align: center
}
}
.tell-ditu {
	display: block;
	font-size: 0px
}
.index-our-swiper-mid {
	padding-bottom: 80px;
	background: linear-gradient(to bottom, transparent 0%, transparent 30%, #f0f0f0 30%, #f0f0f0 100%)
}
.index-ditu {
	position: relative
}
.tell-math {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: absolute;
	bottom: 12.1%;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tell-math > div {
	position: relative
}
.tell-math > div .math:nth-child(1) span {
	font-size: 36px;
	color: #edbf10
}
.tell-math > div .math {
	text-align: center
}

.tell-math>div .math a {
  font-size: 66px;
  line-height: 80px;
  color: #edbf10;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif
}
.tell-math > div .math span.jia {
	font-weight: bold;
	font-size: 72px;
	color: #edbf10
}
.tell-math > div::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 140%;
	background-color: rgba(255,255,255,0.2)
}
.tell-math > div:last-child::before {
	display: none
}
.tell-neirong {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 6px
}
@media screen and (max-width:1380px) {
.tell-math > div::before {
	left: 130%
}
}
@media screen and (max-width:1280px) {
.tell-math > div::before {
	left: 120%
}
}
@media screen and (max-width:1080px) {
.tell-math > div::before {
	display: none
}
}
@media screen and (max-width:999px) {
.tell-math > div .math a {
	font-size: 50px;
	line-height: 40px
}
.tell-math > div .math span {
	font-size: 26px
}
.tell-math > div .math span.jia {
	font-size: 26px
}
.tell-neirong {
	font-size: 14px
}
}
@media screen and (max-width:767px) {
.index-our-swiper-mid {
	padding-bottom: 10px
}
.tell-math > div .math a {
	font-size: 34px
}
.tell-math > div .math:nth-child(1) span {
	font-size: 24px
}
.tell-math {
	bottom: 0px;
	flex-wrap: wrap;
	margin-bottom: 20px;
	justify-content: flex-start;
	left: auto;
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}
.tell-math {
	position: relative
}
.tell-math div {
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 10px
}
.tell-neirong {
	color: #000
}
}
@media screen and (max-width:450px) {
.tell-math > div .math a {
	font-size: 30px
}
.tell-math > div .math:nth-child(1) span {
	font-size: 20px
}
.tell-math div {
	width: 49%;
	margin-left: 1%;
	margin-right: 0px
}
}
.index-quanli-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 38px;
  line-height: 48px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: center;
  margin-bottom: 12px
}
.index-quanli-ertitle {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	max-width: 1138px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

.index-quanli-title:hover,
.index-quanli-ertitle:hover {
  color: #d6000f
}
.index-lastest-div {
	position: relative
}
.index-lastes-img {
	display: block;
	font-size: 0px;
	overflow: hidden;
	text-align: center
}
.index-lastes-img img:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.index-lastes-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 18px
}
.index-lastes-title:hover {
	color: #d6000f
}
.index-lastes-data {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	display: flex;
	align-items: center;
	margin-top: 6px;
	justify-content: flex-start
}
.index-lastes-data i {
	font-size: 18px
}
.index-lastest-span {
	position: absolute;
	left: 0px;
	top: 13px;
	padding-left: 18px;
	padding-right: 18px;
	background: #d6000f;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff
}
.index-latest-list {
	margin-top: 52px;
	position: relative
}

.index-latest-list .swiper-button-prev,
.index-latest-list .swiper-button-next {
  position: absolute;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  border: solid 1px rgb(204, 204, 204);
  top: 30%
}

.index-latest-list .swiper-button-prev i,
.index-latest-list .swiper-button-next i {
  color: rgb(204, 204, 204);
  font-weight: bold
}
.index-latest-list .swiper-button-prev {
	left: -106px
}
.index-latest-list .swiper-button-next {
	right: -106px
}

.index-latest-list .swiper-button-prev:hover i,
.index-latest-list .swiper-button-next:hover i {
  color: #ffcd10
}
.index-latest-learn {
	max-width: 220px;
	width: 100%;
	background-color: #ffcd10;
	border-radius: 8px;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color: #212121;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-top: 49px;
	margin-bottom: 81px
}
.index-latest-learn:hover {
	color: #fff
}
@media screen and (max-width:1650px) {
.index-latest-list .swiper-button-next {
	right: -80px
}
.index-latest-list .swiper-button-prev {
	left: -80px
}
}
@media screen and (max-width:1560px) {
.index-latest-list .swiper-button-next {
	right: 0px;
	border-radius: 0px;
	border-width: 2px;
	width: 30px
}
.index-latest-list .swiper-button-prev {
	left: 0px;
	border-radius: 0px;
	width: 30px;
	border-width: 2px
}
}
@media screen and (max-width:999px) {
.index-latest-list {
	margin-top: 20px
}
.index-latest-learn {
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 160px;
	line-height: 24px
}
}
@media screen and (max-width:767px) {
.index-quanli-title {
	font-size: 2rem;
	line-height: 26px;
	margin-bottom: 6px
}
.index-quanli-ertitle {
	font-size: 14px;
	line-height: 20px
}
.index-lastest-span {
	font-size: 14px;
	padding-left: 4px;
	padding-right: 4px
}
.index-lastes-title {
	font-size: 1.6rem;
	line-height: 24px;
	margin-top: 4px;
	text-align: center
}
.index-lastes-data {
	font-size: 12px;
	justify-content: center
}
.index-latest-learn {
	max-width: 120px;
	font-size: 14px
}
}
.form-div-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 28px
}
.form-div form {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 609px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #fff
}
.form-div form input {
	border: 0px;
	width: 100%;
	height: 48px;
	outline: none;
	background: transparent;
	padding-left: 9px;
	color: #ffcd10
}
.form-div form input::-webkit-input-placeholder {
color:#b3b3b3;
opacity:1;
font-size:16px;
font-family:"HelveticaLTStdRoman"
}
.form-div form input:-moz-placeholder {
color:#b3b3b3;
opacity:1;
font-size:16px;
font-family:"HelveticaLTStdRoman"
}
.form-div form input::-moz-placeholder {
color:#b3b3b3;
opacity:1;
font-size:16px;
font-family:"HelveticaLTStdRoman"
}
.form-div form input:-ms-input-placeholder {
color:#b3b3b3;
opacity:1;
font-size:16px;
font-family:"HelveticaLTStdRoman"
}
.form-div form .inp-sub {
	cursor: pointer;
	min-width: 76px;
	min-height: 40px;
	width: 76px;
	height: 40px;
	background-color: #ffcd10;
	border-radius: 5px;
	margin-right: 3px;
	font-family: "HelveticaLTStdRoman", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #111111;
	padding-left: 0px
}
.form-div form span {
	color: #eb0000;
	padding-left: 6px
}
.form-div form p {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.form-div form p a {
	display: block;
	font-size: 0px
}
.form-div form p img {
	min-width: 70px;
	min-height: 40px;
	width: 70px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 5px;
	margin-right: 3px
}
.form-div form p:nth-child(1) {
	width: 47.2%;
	border-right: 1px solid rgba(255,255,255,0.2)
}
.form-div form p:nth-child(2) {
	width: 51.6%
}
.footer {
	background-color: #111111;
	padding-bottom: 65px;
	padding-top: 76px
}
.foo-img {
	display: block;
	font-size: 0px;
	overflow: hidden;
	margin-bottom: 21px
}
.foo-div ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 17px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
	margin-bottom: 12px
}
.foo-div ul li a {
	color: #999999
}
.foo-div ul li a:hover {
	color: #ffcd10
}
.foo-div ul li i {
	color: #ffcd10;
	margin-right: 10px
}
.foo-div ul li.address-di {
	align-items: flex-start
}
.foo-div:nth-child(1) {
	width: 21.8571428571%
}
.foo-div:nth-child(1) ul li {
	font-size: 16px
}
.foo-div-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
  margin-top: 12px
}
.foo-div-title:hover {
	color: #ffcd10
}
.footer-div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 47px;
	padding-bottom: 36px;
	border-bottom: 1px solid rgba(255,255,255,0.2)
}
.copyright-left {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	color: #999999
}
.copyright-left a {
	color: #999999
}
.copyright-left a:hover {
	color: #ffcd10
}
.copyright-right {
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.copyright-right a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	margin-left: 8px
}
.copyright-right a:hover {
	color: #222222;
	background: #ffcd10
}
.copyright-mid {
	padding-top: 41px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}
@media screen and (max-width:999px) {
.foo-div {
	display: none
}
.foo-div:nth-child(1) {
	width: 100%;
	display: block;
	text-align: center
}
.foo-div:nth-child(1) ul li {
	flex-wrap: wrap
}
.foo-div:nth-child(1) ul li span {
	width: 100%;
	text-align: center;
	margin: 0
}
.foo-div:nth-child(1) ul li a, .foo-div:nth-child(1) ul li p {
	width: 100%
}
.footer {
	padding-top: 20px
}
.copyright-left p:nth-child(2), .copyright-left p:nth-child(3) {
	display: none
}
.copyright-mid {
	margin-top: 0px;
	padding-top: 10px;
	flex-wrap: wrap
}
.copyright-left, .copyright-right {
	width: 100%;
	text-align: center
}
.copyright-right {
	margin-top: 10px;
	justify-content: center
}
.copyright-right a {
	margin-left: 4px;
	margin-right: 4px
}
.footer {
	padding-bottom: 20px
}
.foo-div ul li i {
	margin-left: auto;
	margin-right: auto
}
.footer-div {
	margin-top: 20px
}
}
@media screen and (max-width:767px) {
.form-div form p:nth-child(1) {
	width: 35%
}
.form-div form p:nth-child(2) {
	width: 66%
}
.footer-div {
	padding-bottom: 20px
}
}
@media screen and (max-width:420px) {
.form-div {
	display: none
}
.footer-div {
	margin-top: 0px
}
}
.index-quali {
	padding-top: 71px;
	background: #f0f0f0 url(../images/qualifbj.png) no-repeat;
	background-size: cover;
	padding-bottom: 96px;
	margin-bottom: 63px
}
.zhengshu-mid {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
.m-abtb5 {
	padding-top: 43px
}
.m-abtb5 #box {
	position: relative;
	height: 460px
}
.m-abtb5 #box ul {
	position: relative;
	margin: 0 auto;
	width: 1550px
}
.m-abtb5 #box li {
	position: absolute;
	list-style: none;
	background: #000;
	width: 0;
	height: 0;
	top: 146px;
	left: 377px;
	z-index: 0;
	cursor: pointer;
	border-radius: 3px
}
.m-abtb5 #box li img {
	width: 100%;
	height: 100%;
	vertical-align: top
}
.zhengshu-mid .m-abtb5 #box li div {
	color: #fff
}
.m-abtb5 #box li div {
	margin-top: 29px;
	width: 100%;
	filter: alpha(opacity=70);
	color: #666;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.m-abtb5 #box li div a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333
}
.m-abtb5 #box li div h4 {
	margin: 0 10px
}
.m-abtb5 #box li div h4 span {
	color: #005cb9;
	margin-left: 10px
}
.m-abtb5 #box li div p {
	margin: 5px 10px 0;
	text-indent: 2em
}
.m-abtb5 #box .prev, .m-abtb5 #box .next {
	position: absolute;
	top: 50%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	line-height: 60px;
	font-size: 30px;
	font-size: 3rem;
	cursor: pointer;
	text-align: center;
	white-space: nowrap
}
.m-abtb5 #box .prev:hover, .m-abtb5 #box .next:hover {
	color: #005cb9
}
.m-abtb5 #box .prev {
	left: 0
}
.m-abtb5 #box .next {
	right: 0
}
.m-abtb5 .box-list {
	display: none
}
@media screen and (max-width:1570px) {
.m-abtb5 #box {
	display: none
}
.m-abtb5 .box-list {
	display: block;
	margin-bottom: -25px;
	overflow: hidden
}
.m-abtb5 .list-item {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 25px;
	width: 23%;
	text-align: center
}
.m-abtb5 .item-title {
	margin-top: 5px;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	color: #333;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
}
@media screen and (max-width:991px) {
.m-abtb5 {
	padding-top: 30px
}
.index-quali {
	padding-bottom: 0px;
	padding-top: 20px
}
}
@media screen and (max-width:767px) {
.m-abtb5 .item-title {
	font-size: 14px
}
.m-abtb5 {
	padding-top: 10px
}
}
@media screen and (max-width:480px) {
.m-abtb5 .list-item {
	width: 48%
}
}
.white-ul {
	position: absolute;
	max-width: 1400px;
	width: 100%;
	left: 0px;
	background-color: #fff;
	display: flex;
	align-items: initial;
	justify-content: space-between;
	padding-left: 46px;
	padding-right: 46px
}
@media screen and (max-width:1420px) {
.white-ul {
	width: 98%
}
}
.ul-img {
	display: block;
	font-size: 0px;
	overflow: hidden
}
.ul-img img:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.ul-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 60px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.white-ul {
	display: none;
	font-weight: 400
}
.white-ul > li:hover {
	font-weight: 400
}
.white-ul > li:hover > a {
	color: #d6000f
}
.header-left-botton > ul > li:hover > .white-ul {
	display: flex
}

.header-left-botton>ul>li:hover>a,
.header-left-botton>ul>li.active>a {
  color: #ffcd10;
}
.white-ul {
	padding-top: 60px;
	padding-bottom: 43px
}
.white-ul li {
	width: 20.8571428571%;
	text-align: center
}
.white-ul li .ul-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 40px;
  margin-top: 11px;
  display: block;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.white-ul .ul-title:hover {
	font-weight: 400
}
.part-ulli.aboutyuchai {
  left: 56%
}
.part-ulli {
  position: absolute;
 
  max-width: 270px;
  padding-left: 26px;
  padding-right: 26px;

  background: #ffffff;
  box-shadow: 0px 20px 20px 0px rgba(6, 8, 22, 0.05);
  padding-top: 17px;
  padding-bottom: 25px
}
.part-ulli li {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 42px;
  color: #d6000f
}
.part-ulli li a {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333
}
.header-left-botton > ul > li:hover {
	font-weight: 400
}
.header-left-botton > ul > li:hover .part-ulli {
	display: block;
	font-weight: 400
}
.header-left-botton > ul > li:hover .part-ulli li:hover a {
	color: #d6000f
}
.part-ulli {
	display: none
}
.fenyebanner {
  position: relative;
  margin-top: 0;
  /* margin-top: 160px; */
  /* padding-bottom: 28.6458333333% */
}
.fenyebanner iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%
}
.fenyebanner video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0
}

.fenyebanner-no,
.fenyebanner-no.imagestext {
  margin-top: 180px;
  position: relative
}

.fenyebanner-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;

  top: 0;
}

.fenyebanner-text p {
  color: #fff;
}

@media screen and (max-width:999px) {

  .fenyebanner,
  .fenyebanner-no,
  .fenyebanner-no.imagestext {
    margin-top: 62px
  }
}
@media screen and (max-width:600px) {
.fenyebanner-no {
	height: 0px
}
}
.crumbs-mid {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-top: 31px
}
.crumbs-mid a {
	font-weight: 400;
	color: #666666
}

.crumbs-mid a.active,
.crumbs-mid a:hover {
  color: #d6000f
}
.crumbs-mid.bebanner {
	padding-top: 22px
}
.pro-ex-neirong {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	color: #666666;
	overflow: hidden
}
.pro-ex-neirong2 {
	font-size: 16px;
	line-height: 30px;
	color: #666666
}
.pro-ex-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 37px;
  line-height: 60px;
  color: #333333;
  margin-bottom: 10px
}
.pro-excavator {
	margin-top: 22px
}

.seemorediv,
.seemorediv2 {
  cursor: pointer;
  width: 180px;
  background-color: #ffcd10;
  border-radius: 8px;
  font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #212121;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 14px;
  margin-bottom: 65px;
  margin-top: 27px
}
@media screen and (max-width:999px) {

  .crumbs-mid,
  .crumbs-mid.bebanner {
    padding-top: 10px
  }

  .pro-excavator {
    margin-top: 10px
  }

  .pro-ex-title {
    line-height: 40px
  }

  .seemorediv {
    max-width: 120px;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 10px;
    margin-bottom: 20px
  }
}
@media screen and (max-width:767px) {
.crumbs-mid {
	font-size: 14px;
	line-height: 24px
}
.pro-ex-title {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 0px
}
.pro-ex-neirong {
	font-size: 14px;
	text-align: center
}
.seemorediv {
	font-size: 12px;
	max-width: 100px;
	margin-left: auto;
	margin-right: auto
}
}
.pro-cate-mid {
	background: #f0f0f0;
	padding-top: 35px;
	margin-bottom: 80px
}
.pro-cate-nav {
	margin-top: 18px
}
.pro-cate-nav ul li p {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.pro-cate-nav ul li p span {
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid #999999;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	cursor: pointer
}
.pro-cate-nav ul li p a {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 20px
}
.pro-cate-nav ul li p a:hover {
	color: #d6000f
}
.pro-cate-nav ul li.active p span {
	border-left: 10px solid #d6000f;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.pro-cate-left-mid {
	width: 22.1428571429%;
	padding-bottom: 40px
}
.pro-cate-left-mid > a:hover {
	color: #d6000f
}
.pro-cate-left {
	width: 100%;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 13px;
	margin-bottom: 20px
}
.pro-cate-nav ul li.active ul {
	display: block
}
.pro-cate-nav ul li ul {
	padding-left: 10px;
	display: none;
	padding-top: 6px;
	border-bottom: 1px solid #cccccc
}
.pro-cate-nav ul li ul li > a {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	line-height: 34px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 14px
}
.pro-cate-nav ul li ul li a:hover {
	color: #d6000f
}
.pro-cate-nav ul li ul li.active > a {
	color: #d6000f
}
.pro-cate-nav ul li p {
	border-bottom: 1px solid #cccccc
}
.pro-cate-nav ul li p a {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding-bottom: 18px;
	padding-top: 17px
}
.pro-cate-nav ul li:last-child p {
	border: 0px
}
.pro-cate-nav ul li.active p a {
	color: #d6000f;
	padding-bottom: 12px
}
.pro-cate-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 60px;
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.pro-cate-left-tag {
	background-color: #ffffff;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
	padding-left: 25px;
	padding-right: 24px;
	margin-top: 19px;
	padding-bottom: 10px
}
.pro-cate-left-tag ul {
	padding-top: 17px
}
.pro-cate-left-tag ul li {
	margin-bottom: 13px
}
.pro-cate-left-tag ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	border: solid 1px #949494;
	border-radius: 4px;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 17px;
	padding-right: 17px
}

.pro-cate-left-tag ul li.active a,
.pro-cate-left-tag ul li:hover a {
  background: #d6000f;
  color: #fff;
  border-color: #d6000f
}
.pro-cate {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	flex-flow: row-reverse
}
.pro-cate-right {
	width: 74.4285714286%;
	margin-top: 84px
}
.pro-cate-right .page {
	margin-top: 49px;
	margin-bottom: 74px
}
.inq-div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 19px
}
.inq-div input {
	cursor: pointer;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: solid 1px #333333;
	margin-right: 10px
}
.inq-div a {
	font-size: 18px;
	line-height: 30px;
	color: #333333
}
.pro-cate-img {
	display: block;
	font-size: 0px;
	overflow: hidden;
	border-bottom: 1px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px
}
.pro-cate-list-div {
	position: relative;
	width: 31.669865643%;
	background: #fff;
	padding-bottom: 19px;
	margin-bottom: 27px
}
.pro-cate-list-img-div {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 75.1%;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5
}
.pro-cate-list-div:hover {
	background-color: #222222
}
.pro-cate-list-div:hover .pro-cate-list-nr-title {
	color: #fff
}
.pro-cate-list-div:hover .pro-cate-list-img-div {
	border-bottom: 1px solid #222222;
	background-color: #fff
}
.pro-cate-list-div:hover ul li .pro-cate-list-nr-weight {
	color: #999999
}
.pro-cate-list-div:hover ul li .pro-cate-list-nr-kg {
	color: #ffffff
}
.pro-cate-list-div:hover .inq-div input {
	border: solid 1px #ffcd10
}
.pro-cate-list-div:hover .inq-div a {
	color: #ffcd10
}
.pro-cate-list-nr {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 19px
}
.pro-cate-list-nr ul li {
	margin-bottom: 26px
}
.pro-cate-list-nr ul li:last-child {
	margin-bottom: 0px
}
.pro-cate-list-nr-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-bottom: 19px
}
.pro-cate-list-nr-weight {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 3px
}
.pro-cate-list-nr-kg {
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block
}
.pro-cate-list-click {
	display: block;
	text-align: center;
	background-color: #ffcd10;
	border-radius: 4px;
	font-size: 17px;
	line-height: 30px;
	color: #222222;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 11px;
	padding-bottom: 9px;
	margin-top: 23px
}
.pro-cate-list-div.nomargin {
	margin-left: 0px
}
.pro-cate-list-div {
	margin-left: 2.4952015355%
}
.pro-cate-list {
	display: flex;
	align-items: initial;
	justify-content: flex-start;
	flex-wrap: wrap
}
.page {
	width: 100%;
	clear: both;
	text-align: center;
	overflow: hidden;
	font-size: 0;
	letter-spacing: 0;
	width: 100%;
	margin-bottom: 100px;
	width: 100%;
	margin-top: 52px
}
.page a {
	display: inline-block;
	color: #333333;
	vertical-align: top;
	margin: 6px 4px;
	min-width: 31px;
	height: 31px;
	border: solid 1px #cccccc;
	font-size: 16px;
	line-height: 30px;
	color: #333333
}
.page a.big {
	color: #333333;
	border: 0px;
	line-height: 32px
}
.page a.big {
	color: #333333;
	border: 0px;
	line-height: 32px
}

.page a.big:hover,
.page a.big:hover {
  border: 0px
}

.page a:hover,
.page a.page-active {
  background-color: #ffcd10;
  border: solid 1px #ffcd10
}
@media only screen and (max-width:1219px) {
  .page a {
    font-size: 14px
  }
}

.page .add-form {
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
	padding-right: 32px;
	background: url(../images/atb.png) no-repeat right center
}
.page .add-form-no-bg {
	background: none
}
.page .add-form a {
	width: 140px
}
.page .add-form .add-btn {
	text-align: center;
	cursor: pointer;
	height: 44px;
	background-color: transparent;
	border: 0px;
	font-size: 18px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	color: #666666
}
.page .add-form .add-btn:hover {
	color: #ffcd10
}
.products-page {
	margin-top: 21px
}
@media only screen and (max-width:1219px) {
.page .add-form {
	margin-left: 5px
}
}
.pro-cate-mid .index-project-mid {
	background: #fff
}
.pro-index-regions {
	position: relative;
	padding-top: 66px
}
.pro-index-regions .index-pro-title {
	font-size: 36px
}
.pro-index-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 48px;
  color: #333333
}
.pro-talk {
	clear: both;
	background-color: #d6000f;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 56px;
	padding-bottom: 50px
}
.pro-talk-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-bottom: 6px
}
.pro-talk-ertitle {
	display: block;
	font-size: 22px;
	line-height: 48px;
	color: #ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.pro-talk-contact {
  display: block;
  max-width: 239px;
  width: 100%;
  background-color: #111111;
  border-radius: 4px;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 48px;
  color: #ffcd10;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.pro-talk-contact:hover {
	color: #fff
}
.pro-talk-mid {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.pro-talk-left {
	width: calc(100% - 250px)
}
.pro-talk-left a:hover {
	color: #222222
}
@media screen and (max-width:999px) {
  .pro-cate {
    flex-wrap: wrap
  }

  .pro-cate-right {
    margin-top: 20px;
    width: 100%
  }

  .pro-cate-right .page {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .pro-cate-left-mid {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }

  .pro-cate-title {
    text-align: center
  }

  .pro-index-regions {
    padding-top: 20px
  }

  .pro-cate-mid {
    margin-bottom: 0px
  }

  .pro-talk {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .pro-index-regions .index-pro-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center
  }

  .pro-talk-title {
    font-size: 24px;
    line-height: 30px
  }

  .pro-talk-ertitle {
    font-size: 20px;
    line-height: 26px
  }

  .pro-talk-contact {
    max-width: 140px;
    font-size: 20px;
    line-height: 36px
  }
}

@media screen and (max-width:767px) {
.pro-talk-title {
	font-size: 20px;
	line-height: 24px
}
.pro-talk-ertitle {
	font-size: 16px;
	line-height: 22px
}
.pro-talk-contact {
	max-width: 100px;
	font-size: 16px;
	line-height: 30px
}
.pro-talk-mid {
	flex-wrap: wrap
}
.pro-talk-left {
	width: 100%;
	text-align: center
}
.pro-talk-contact {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px
}
.pro-cate-mid {
	padding-top: 10px
}
.pro-cate-list-nr {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	text-align: center
}
.pro-cate-list-nr-title {
	margin-bottom: 0px
}
.pro-cate-list-nr ul li {
	margin-bottom: 6px
}
.pro-cate-list-click {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	padding-top: 6px;
	padding-bottom: 6px
}
.inq-div a, .pro-cate-list-nr-kg {
	font-size: 14px
}
.inq-div {
	margin-top: 10px
}
.pro-cate-list-div {
	padding-bottom: 10px;
	margin-bottom: 20px
}
.pro-cate-list {
	justify-content: space-between
}
.pro-cate-list-div {
	width: 49%;
	margin-left: 0px
}
.pro-cate-title {
	line-height: 40px
}
.pro-cate-right .page {
	margin-top: 0px
}
.inq-div input {
	width: 14px;
	height: 14px
}
}

.pro-xq {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 38px;
	padding-bottom: 96px
}
.pro-xq-left {
	width: 39.3571428571%
}
.pro-xq-left img {
	transition: 0ms
}
.pro-xq-left-img {
	display: block;
	font-size: 0px;
	border: solid 1px #e5e5e5;
	padding-bottom: 74.8%
}
.pro-xq-right-details {
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	display: block;
	margin-bottom: 1px
}
.pro-xq-right {
	width: 57.0714285714%;
	margin-top: 13px
}
.pro-xq-right h1 {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 37px;
  line-height: 42px;
  color: #333333;
  margin-bottom: 19px
}
.pro-xq-right p {
	font-size: 16px;
	line-height: 30px;
	color: #666666
}
.pro-xq-right .down-load {
	display: block;
	max-width: 444px;
	width: 100%;
	height: 60px;
	background-color: #f0f0f0;
	border-left: 3px solid #d6000f;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 60px;
	color: #333333;
	padding-left: 3.8%;
	padding-right: 3%;
	margin-top: 35px
}
.pro-xq-right .down-load i {
	display: block;
	min-width: 30px;
	font-size: 30px;
	color: #d6000f
}
.pro-xq-right .down-load span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 40px)
}
.pro-xq-right .down-load:hover {
	color: #d6000f
}
.share-div {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: flex-start
}
.share-div span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	margin-right: 12px
}
.inq-kuang {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 32px
}
.inq-kuang a {
	display: block;
	max-width: 215px;
	width: 100%;
	background-color: #ffcd10;
	border-radius: 8px;
	text-align: center;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 30px;
	color: #212121;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.inq-kuang a:nth-child(2) {
	background-color: #d6000f;
	color: #fff
}
.inq-kuang a:hover {
	color: #fff
}
.inq-kuang a:nth-child(2):hover {
	color: #222222
}
.proxq-small-list {
	margin-top: 9px;
	width: 100%;
	display: flex;
	justify-content: space-between
}

.proxq-small-list .swiper-button-prev,
.proxq-small-list .swiper-button-next {
  height: auto;
  position: unset;
  margin: 0;
  width: 64px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5
}

.proxq-small-list .swiper-button-prev i,
.proxq-small-list .swiper-button-next i {
  color: #666666
}

.proxq-small-list .swiper-button-next:hover i,
.proxq-small-list .swiper-button-prev:hover i {
  color: #333333
}
.prosmallswiper {
	width: calc(100% - 144px)
}
.prosmall-img {
	text-align: center;
	display: block;
	font-size: 0px
}
.prosmall-img img {
	border: 1px solid #ccc
}
.zoomPad {
	position: relative;
	float: left;
	z-index: 90;
	cursor: crosshair
}
.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px
}
.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair
}
.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101
}
.zoomWindow {
	position: absolute;
	left: 0%;
	top: 30px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110
}
.zoomWrapper {
	position: relative;
	border: 1px solid #999;
	overflow: hidden;
	z-index: 110
}
.zoomWrapperTitle {
	display: block;
	background: #999;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60)
}
.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110
}
.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101
}
.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	display: block
}
.pro-adapty-left {
	display: block;
	font-size: 0px;
	width: 40.5%
}
.pro-adapty-right {
	width: 50%;
	margin-top: -3%
}
.pro-adap-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #333333
}
.proadap-ertitle {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-top: 3px
}
.pro-adap-hengxian {
	display: block;
	width: 100%;
	border-bottom: 1px solid #949494;
	margin-top: 35px;
	margin-bottom: 35px
}

.pro-adap-title,
.proadap-ertitle {
  padding-right: 40px
}
.pro-adapty {
	background-color: #f0f0f0;
	margin-top: 0px
}
.pro-adapty-mid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 82px;
	padding-bottom: 80px
}
@media screen and (max-width:991px) {

  .zoomPup,
  .zoomWindow {
    display: none !important
  }

  .pro-xq {
    margin-top: 20px;
    flex-wrap: wrap
  }

  .pro-xq-left {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }

  .pro-xq-right {
    width: 100%;
    text-align: center
  }

  .share-div {
    justify-content: center
  }

  .inq-kuang {
    justify-content: center
  }

  .inq-kuang a {
    margin-left: 1%;
    margin-right: 1%
  }

  .down-load {
    margin-left: auto;
    margin-right: auto
  }

  .pro-xq {
    padding-bottom: 40px
  }

  .pro-adapty-mid {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .pro-adapty-right {
    margin-top: 0px
  }

  .pro-adap-hengxian {
    margin-top: 10px;
    margin-bottom: 10px
  }
}
@media screen and (max-width:767px) {
  .prosmallswiper {
    width: calc(100% - 60px)
  }

  .proxq-small-list .swiper-button-prev,
  .proxq-small-list .swiper-button-next {
    width: 24px
  }

  .pro-xq-right h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px
  }

  .pro-xq-right-details {
    font-size: 14px;
    line-height: 26px
  }

  .pro-xq-right p {
    font-size: 12px;
    line-height: 20px
  }

  .inq-kuang a {
    max-width: 120px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px
  }

  .pro-xq-right .down-load {
    height: 40px;
    max-width: 260px;
    font-size: 18px;
    line-height: 20px
  }

  .pro-adapty-mid {
    flex-wrap: wrap
  }

  .pro-adapty-left,
  .pro-adapty-right {
    width: 100%;
    text-align: center;
    padding-top: 10px
  }

  .pro-adap-title,
  .proadap-ertitle {
    padding-right: 0px
  }

  .pro-xq-right .down-load {
    margin-top: 20px
  }

  .pro-xq {
    padding-bottom: 20px
  }

  .inq-kuang {
    margin-top: 16px
  }

  .share-div {
    margin-top: 10px
  }
}
.pro-mini {
	padding-top: 67px
}
.pro-mini-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 38px;
  line-height: 50px;
  color: #333333;
  margin-bottom: 20px
}
.pro-mini-ertitle {
	font-size: 16px;
	line-height: 24px;
	color: #666666
}
.pro-mini-nerong {
	font-size: 16px;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #333333;
	margin-top: 24px
}
.mini-title {
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #d6000f
}
.mini-neirong {
	margin-top: 26px;
	line-height: 24px
}
.mini-neirong p em {
	display: block;
	font-size: 15px;
	font-style: normal;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 1.6rem;
	position: relative
}
.mini-neirong p em::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333333;
	left: 0px;
	top: 10px
}
.mini-div {
	width: 23.5714285714%;
	margin-left: 1.8571428571%
}
.mini-div.nomargin {
	margin-left: 0px
}
.mini-img {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 36px
}
.mini-kuang {
	display: flex;
	align-items: inherit;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 64px
}
.pro-full {
	background-color: #f0f0f0;
	margin-top: 77px
}
.pro-full-mid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row-reverse
}
.pro-full-right {
	display: block;
	font-size: 0px;
	width: 59.4285714286%
}
.pro-full-left {
	width: 40.2857142857%;
	margin-top: -22px;
	padding-top: 20px;
	padding-bottom: 20px
}

.pro-full-left .pro-adap-title,
.pro-full-left .proadap-ertitle {
  padding-right: 14px
}
.pro-full-left .pro-adap-hengxian {
	margin-top: 21px;
	margin-bottom: 23px;
	border-color: #cccccc
}
@media screen and (max-width:1420px) {
.pro-full-left {
	margin-top: 0px
}
}
@media screen and (max-width:991px) {
.pro-mini {
	padding-top: 20px
}
.pro-full {
	margin-top: 40px
}
.pro-full-mid {
	flex-wrap: wrap
}
.pro-full-right {
	width: 100%;
	text-align: center
}
.pro-full-left .pro-adap-title, .pro-full-left .proadap-ertitle {
	padding-right: 0px
}
.pro-full-left {
	width: 100%;
	text-align: center
}
.pro-full-left .pro-adap-hengxian {
	margin-top: 10px;
	margin-bottom: 10px
}
}
@media screen and (max-width:767px) {
.pro-mini-title {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px
}
.pro-mini-ertitle {
	text-align: center;
	font-size: 14px
}
.mini-kuang {
	justify-content: space-between
}
.mini-div {
	width: 49%;
	margin-left: 0px
}
.mini-kuang {
	margin-top: 10px
}
}
.pro-spec {
	margin-top: 73px;
	line-height: 1.6
}
.pro-spec .pro-mini-title {
	margin-bottom: 49px
}
.pro-spec.attachment {
	margin-top: 56px
}
.pro-spec.attachment .table table tr td:nth-child(2) {
	width: auto;
	text-align: left
}
.pro-spec.attachment .table table tr td:nth-child(3) {
	text-align: left;
	width: auto
}
.pro-spec.attachment .table {
	width: 100%;
	overflow: auto
}
.pro-spec.attachment .table table {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	line-height: 22px
}
.pro-spec.attachment .table table tr td {
	border: 0px solid #f2f2f2;
	padding: 10px 5px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 26px
}
.pro-spec.attachment .table table tr:first-child td {
	background-color: #ffcd10
}
.pro-spec.attachment .table table tr:nth-child(2n-1) {
	background: #f0f0f0
}
.pro-spec.attachment .table table tr td:nth-child(1) {
	text-align: left;
	padding-left: 48px
}
.pro-spec.attachment .table table tr td:nth-child(2) {
	width: auto;
	text-align: left
}
.pro-spec.attachment .table table tr td:nth-child(3) {
	text-align: left;
	width: auto
}
@media screen and (max-width:991px) {
.pro-spec {
	margin-top: 20px
}
.pro-spec .pro-mini-title {
	margin-bottom: 20px
}
.pro-spec.attachment {
	margin-top: 20px
}
}
.pro-gallery {
	background-color: #f0f0f0;
	margin-top: 82px;
	padding-bottom: 81px;
	padding-top: 71px
}
.pro-gallery-top-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 38px;
  line-height: 48px;
  color: #333333
}
.pro-gallery-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 37px
}
.pro-gallery-top ul {
	background: #fff;
	width: 20.7142857143%;
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.pro-gallery-top ul li {
	font-size: 20px;
	line-height: 48px;
	color: #333333;
	width: 49%;
	text-align: center;
	cursor: pointer;
	padding-top: 1px;
	padding-bottom: 1px
}
.pro-gallery-top ul li.active {
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	color: #d6000f
}
.gallery-div {
	position: relative
}
.gallery-div > div {
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 0px;
	background-color: rgba(0,0,0,0.6);
	transition: all 550ms;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	opacity: 0;
	pointer-events: none
}

.gallery-div>div .gall-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #ffcd10;
  text-align: center
}
.gallery-div:hover > div {
	opacity: 1
}
.gallery-div:nth-child(1) {
	margin-bottom: 23px
}
.gall-img {
	display: block;
	font-size: 0px;
	text-align: center
}

.galleryswiper .swiper-pagination,
.galleryswipervideo .swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px
}

.galleryswiper .swiper-pagination .swiper-pagination-bullet,
.galleryswipervideo .swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  height: 1px;
  border-top: 3px solid transparent;
  background: transparent;
  border-bottom: 1px solid rgb(214, 0, 15);
  border-radius: 0px;
  opacity: 1;
  margin-left: 6px;
  margin-right: 6px
}

.galleryswiper .swiper-pagination .swiper-pagination-bullet-active,
.galleryswipervideo .swiper-pagination .swiper-pagination-bullet-active {
  width: 100px;
  height: 3px;
  background-color: rgb(214, 0, 15)
}
.gallery-video-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: rgb(51, 51, 51);
  margin-top: 22px;
  margin-bottom: 10px
}
.gallery-video-nr {
	font-size: 16px;
	line-height: 24px;
	color: rgb(102,102,102)
}
.video-ifarme {
	position: relative;
	padding-bottom: 67.4157303371%
}
.video-ifarme iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
@media screen and (max-width:991px) {
  .pro-gallery {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px
  }

  .galleryswiper .swiper-pagination,
  .galleryswipervideo .swiper-pagination {
    margin-top: 20px
  }

  .pro-gallery-top {
    margin-bottom: 20px
  }

  .gallery-div>div .gall-title {
    color: #000;
    margin-top: 10px
  }
}
@media screen and (max-width:767px) {
.pro-gallery-top {
	flex-wrap: wrap
}
.pro-gallery-top-title {
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 30px
}
.pro-gallery-top ul {
	width: 100%
}
.pro-gallery-top ul li {
	line-height: 30px;
	font-size: 14px
}
.gallery-div > div .gall-title {
	font-size: 16px;
	line-height: 20px
}
}

.galleryswiper .pro-related-annu,
.galleryswipervideo .pro-related-annu {
  width: 100%;
  justify-content: center;
  margin-top: 10px
}
.pro-related-annu {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.pro-related-annu .swiper-button-prev,
.pro-related-annu .swiper-button-next {
  position: unset;
  margin: 0;
  width: 41px;
  height: 41px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.pro-related-annu .swiper-button-prev i,
.pro-related-annu .swiper-button-next i {
  color: #212121
}

.pro-related-annu .swiper-button-prev:hover,
.pro-related-annu .swiper-button-next:hover {
  background-color: #d6000f
}

.pro-related-annu .swiper-button-prev:hover i,
.pro-related-annu .swiper-button-next:hover i {
  color: #fff
}
.pro-related-annu .swiper-button-next {
	margin-left: 9px
}
.pro-related-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 48px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.pro-related-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 75px;
	margin-bottom: 38px
}
.pro-related-title:hover {
	color: #d6000f
}
.relatedswiper .swiper-wrapper {
	padding-top: 1px
}
.relatedswiper .pro-cate-list-div {
	margin-left: 0px;
	width: calc(100% - 1px);
	border: 1px solid #e5e5e5;
	padding-bottom: 29px
}
.relatedswiper .pro-cate-list-div.attachment {
	margin-bottom: 101px
}
.relatedswiper .pro-cate-list-div.attachment .pro-cate-list-nr {
	padding-top: 20px;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px
}
@media screen and (max-width:991px) {
.pro-related-top {
	margin-top: 20px;
	margin-bottom: 20px
}
}
@media screen and (max-width:767px) {
  .relatedswiper .pro-cate-list-div {
    padding-bottom: 16px
  }

  .pro-related-title {
    font-size: 24px;
    line-height: 30px
  }

  .pro-related-annu .swiper-button-prev,
  .pro-related-annu .swiper-button-next {
    width: 30px;
    height: 30px
  }

  .pro-related-top {
    flex-wrap: wrap
  }

  .pro-related-title {
    text-align: center;
    width: 100%;
    margin-bottom: 10px
  }

  .pro-related-annu {
    width: 100%;
    justify-content: center
  }

  .pro-related-annu .swiper-button-next,
  .pro-related-annu .swiper-button-prev {
    margin-left: 6px;
    margin-right: 6px
  }
}
.faq-div {
	width: 48.5714285714%;
	background-color: #ffffff;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
	border-radius: 4px;
	padding-left: 2%;
	padding-right: 1.6%;
	margin-bottom: 21px;
	cursor: pointer
}

.faq-div>p {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px
}
.faq-div > p > span {
	display: block;
	width: 16px;
	height: 16px;
	border-left: 10px solid #333333;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.faq-div > div {
	display: none
}
.faq-div > div > p {
	font-size: 16px;
	line-height: 24px;
	color: #333333
}
.faq-div.active > p > span {
	transition: all 550ms;
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.faq-div.active > div {
	display: block;
	margin-top: 4px;
	padding-bottom: 33px
}
.faq-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 48px;
  color: #333333;
  margin-top: 42px
}
.faq-list {
	margin-top: 39px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px
}
@media screen and (max-width:991px) {
.faq-title {
	margin-top: 10px
}
.faq-list {
	margin-top: 10px;
	margin-bottom: 20px
}
}
@media screen and (max-width:767px) {
.faq-title {
	font-size: 24px;
	line-height: 30px;
	text-align: center
}
.faq-div > p {
	font-size: 18px;
	line-height: 24px
}
.faq-div {
	width: 100%
}
.faq-div.active > div {
	padding-bottom: 14px
}
.faq-div > div > p {
	font-size: 14px
}
.faq-div > p {
	font-size: 16px
}
}
.fenyebanner-images {
	display: block;
	font-size: 0px
}
.fenyebanner-images video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	height: 100%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0
}
.fenye-images-text-title {
  font-size: 60px;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 28px
}
.fenye-images-text-title span {
	font-size: 100px;
	color: #ffcd10
}
.fenye-images-text-neirong {
	max-width: 1086px;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff
}
.fenye-imgage-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media screen and (max-width:991px) {
.fenye-images-text-title {
	font-size: 24px;
	text-align: center;
	line-height: 32px;
	margin-bottom: 0px
}
.fenye-images-text-title span {
	font-size: 24px;
	line-height: 32px
}
.fenye-images-text-neirong {
	text-align: center;
	font-size: 14px;
	line-height: 20px
}
}
@media screen and (max-width:600px) {
  .fenyebanner-no.imagestext {
    background-size: cover;
    height: auto
  }

  .fenyebanner-no.imagestext .fenyebanner-images {}

  .fenyebanner-no.imagestext.aboutgood {
    background-size: cover
  }

  .fenyebanner-no.imagestext.aboutfive {}
}
}
.fenyebanner-no.imagestext {
	padding-bottom: 0px
}
.attach-title {
  display: block;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center
}
.attach-neirong {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	margin-top: 9px
}
.pro-cate-list-nr.attachment {
	padding-left: 20px;
	padding-right: 20px
}
.pro-cate-list-nr.attachment .inq-div {
	margin-top: 12px;
	padding-bottom: 7px
}
.pro-cate-list.attachment .pro-cate-list-div {
	margin-bottom: 21px
}
.pro-cate-list.attachment .pro-cate-list-div:hover .attach-title {
	color: #ffffff
}
.pro-cate-list.attachment .pro-cate-list-div:hover .attach-neirong {
	color: #999999
}
.pro-cate-list-div.attachment:hover .attach-title {
	color: #ffffff
}
.pro-cate-list-div.attachment:hover .attach-neirong {
	color: #999999
}
.pro-cate-mid.attachment {
	margin-bottom: 0px
}
.pro-cate-mid.attachment .page {
	margin-top: 34px;
	margin-bottom: 84px
}
@media screen and (max-width:767px) {
.attach-title {
	font-size: 18px;
	line-height: 24px
}
.attach-neirong {
	font-size: 14px;
	line-height: 20px
}
.pro-cate-list-nr.attachment .inq-div {
	margin-top: 6px
}
.pro-cate-list-nr.attachment .inq-div a {
	line-height: 20px
}
.pro-cate-mid.attachment .page {
	margin-top: 0px;
	margin-bottom: 30px
}
.pro-cate-list-nr.attachment {
	padding-left: 10px;
	padding-right: 10px
}
}
.fenye-gary {
	background-color: #f0f0f0
}
@media screen and (max-width:991px) {
.relatedswiper .pro-cate-list-div.attachment {
	margin-bottom: 40px
}
}
@media screen and (max-width:767px) {
.relatedswiper .pro-cate-list-div.attachment {
	margin-bottom: 20px;
	padding-bottom: 10px
}
.relatedswiper .pro-cate-list-div.attachment .pro-cate-list-nr {
	padding: 6px
}
.relatedswiper .pro-cate-list-div.attachment .pro-cate-list-nr .attach-title {
	font-size: 16px;
	line-height: 22px
}
.relatedswiper .pro-cate-list-div.attachment .pro-cate-list-nr .attach-neirong {
	font-size: 12px
}
}
.oem-kuang {
	background-color: #ffffff;
	box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.15);
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 37px
}
.oem-kuang:last-child {
	margin-bottom: 104px
}
.oem-img {
	display: block;
	font-size: 0px;
	overflow: hidden;
	width: 32.99%;
	display: flex;
	align-items: center;
	justify-content: center
}
.oem-img img:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.oem-kuang-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #333333
}
.oem-kuang-ertitle {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 21px
}
.oem-kuang-learn {
  display: block;
  max-width: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffcd10;
  border-radius: 8px;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
  color: #212121;
  padding-left: 2.4%;
  padding-right: 2.4%;
  margin-top: 35px
}
.oem-kuang-learn span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 5%
}
.oem-kuang-div {
	width: 56%;
	margin-left: 4.8%;
	padding-top: 10px;
	padding-bottom: 10px
}
.oem-kuang-div > a:hover {
	color: #d6000f
}
.oem-kuang-div .oem-kuang-learn:hover {
	background: #d6000f;
	color: #ffffff
}
.oem-neirong {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-top: 12px;
	margin-bottom: 52px
}
@media screen and (max-width:1280px) {
.oem-kuang-div {
	width: 60%
}
.oem-kuang-learn {
	margin-top: 20px
}
}
@media screen and (max-width:991px) {
.oem-kuang:last-child {
	margin-bottom: 40px
}
.oem-kuang {
	flex-wrap: wrap
}
.oem-img {
	width: 100%;
	text-align: center
}
.oem-kuang-div {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center
}
.oem-kuang-learn {
	justify-content: center;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px
}
}
@media screen and (max-width:767px) {
.oem-neirong {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px
}
.oem-kuang {
	padding: 10px
}
.oem-kuang-ertitle {
	margin-top: 10px
}
.oem-kuang-title {
	font-size: 20px
}
.oem-kuang-ertitle {
	font-size: 14px
}
.oem-kuang-learn {
	font-size: 14px
}
}
.oem-two-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 13px
}
.oem-two-neirong {
	font-size: 16px;
	line-height: 24px;
	color: #666666
}
.oem-two-img {
	display: block;
	font-size: 0px
}
.oemtwo-top-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 56px;
  color: #333333
}
.oemtwo-mid {
	margin-top: 22px;
	padding-bottom: 12px
}
.oemtwo-top {
	margin-bottom: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.oemtwo-annu {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.oemtwo-annu .swiper-button-next,
.oemtwo-annu .swiper-button-prev {
  position: unset;
  margin: 0;
  width: 41px;
  height: 41px;
  background-color: #212121;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px
}

.oemtwo-annu .swiper-button-next i,
.oemtwo-annu .swiper-button-prev i {
  color: #ffcd10
}

.oemtwo-annu .swiper-button-next:hover,
.oemtwo-annu .swiper-button-prev:hover {
  background: #ffcd10
}

.oemtwo-annu .swiper-button-next:hover i,
.oemtwo-annu .swiper-button-prev:hover i {
  color: #212121
}
.oemtwo-kuang {
	margin-bottom: 48px
}
.oem-fadajing {
	position: relative;
	font-size: 0px
}
.icon-emai-two-fdj {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffcd10;
	display: none
}
.icon-emai-two-fdj i {
	font-size: 40px
}
.oem-two-img {
	position: relative;
	z-index: 1
}
.oem-two-img i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	font-size: 30px;
	color: #ffcd10;
	background: rgba(0,0,0,0.5);
	display: none
}
.oem-two-img:hover i {
	display: flex
}
@media screen and (max-width:991px) {
.oemtwo-top-title {
	font-size: 34px
}
.oemtwo-top {
	margin-bottom: 16px
}
.oemtwo-kuang {
	margin-bottom: 20px
}
.oemtwo-mid {
	margin-top: 20px;
	padding-bottom: 20px
}
}
@media screen and (max-width:767px) {
  .oemtwo-top {
    flex-wrap: wrap
  }

  .oemtwo-top-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 30px
  }

  .oemtwo-annu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px
  }

  .oemtwo-annu .swiper-button-prev,
  .oemtwo-annu .swiper-button-next {
    margin-left: 6px;
    margin-right: 6px;
    width: 30px;
    height: 30px
  }

  .oem-two-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 4px;
    text-align: center;
    line-height: 24px
  }

  .oem-two-neirong {
    text-align: center;
    font-size: 14px
  }
}
.video-oemdiv {
	width: 31.8571428571%;
	padding-bottom: 41px;
	margin-bottom: 37px;
	margin-left: 2.2142857143%;
	overflow: hidden
}

.video-oemdiv iframe,
.video-oemdiv video {
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms
}

.video-oemdiv iframe:hover,
.video-oemdiv video:hover {
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.video-oemdiv.nomargin {
	margin-left: 0px
}
.video-oemdiv {
	background-color: #ffffff;
	box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.15)
}

.vid-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  color: #333333;
  margin-top: 28px;
  margin-bottom: 12px
}
.vid-neirong {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	color: #666666
}

.vid-title:hover,
.vid-neirong:hover {
  color: #d6000f
}
.vid-see {
	max-width: 180px;
	padding-left: 4px;
	padding-right: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #ffcd10;
	border-radius: 8px;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #222222;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 16px;
	margin-top: 26px
}
.vid-see:hover {
	background-color: #d6000f;
	color: #fff
}
.video-iframe {
	position: relative;
	padding-bottom: 56.15%;
	overflow: hidden
}

.video-iframe iframe,
.video-iframe video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.video-neirong {
	padding-left: 10%;
	padding-right: 13%
}
.video-oemkuang {
	margin-top: 62px;
	display: flex;
	align-items: initial;
	justify-content: flex-start;
	flex-wrap: wrap
}
.video-oemkuang .page {
	margin-top: 48px;
	margin-bottom: 59px
}
@media screen and (max-width:991px) {
.video-oemkuang {
	margin-top: 20px;
	justify-content: space-between
}
.video-oemkuang .page {
	margin-top: 0px;
	margin-bottom: 30px
}
.video-oemdiv {
	margin-left: 0px;
	width: 49%;
	text-align: center
}
.vid-see {
	margin-left: auto;
	margin-right: auto
}
}
@media screen and (max-width:767px) {
.vid-title {
	font-size: 20px;
	line-height: 24px;
	margin-top: 10px
}
.vid-neirong {
	font-size: 14px;
	line-height: 22px
}
.vid-see {
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	max-width: 100px;
	margin-top: 10px
}
.video-oemdiv {
	padding-bottom: 18px;
	margin-bottom: 20px
}
}
@media screen and (max-width:425px) {
.video-oemdiv {
	width: 100%
}
}
.fenye-images-text-annu {
	margin-top: 52px;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	color: #212121;
	max-width: 220px;
	width: 100%;
	display: block;
	background-color: #ffcd10;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 8px;
	padding-top: 17px;
	padding-bottom: 19px
}
.fenye-images-text-annu:hover {
	color: #d6000f
}
@media screen and (max-width:991px) {
.fenye-images-text-annu {
	margin-top: 10px;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px
}
}
.parts-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 50px;
  color: #333333;
  margin-bottom: 41px
}
.parts-kuang {
	background-color: #ffffff;
	box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px
}
.parts-kuang:last-child {
	margin-bottom: 107px
}
.parts-img {
	width: 38.7857142857%;
	display: block;
	font-size: 0px;
	overflow: hidden
}
.parts-img img:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.parts-right-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.parts-right-nr {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-top: 24px
}
.parts-right-nr span {
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	color: #333;
	display: block
}

.parts-right-nr:hover,
.parts-right-title:hover {
  color: #d6000f
}

.parts-right-nr:hover span,
.parts-right-title:hover span {
  color: #d6000f
}
.parts-kuang-right {
	width: 57.7142857143%;
	padding-right: 4.9285714286%;
	padding-top: 10px;
	padding-bottom: 10px
}
.parts-see {
	max-width: 180px;
	width: 100%;
	text-align: center;
	display: block;
	background-color: #ffcd10;
	border-radius: 8px;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-top: 18px
}
.parts-see:hover {
	background: #d6000f;
	color: #fff
}
.parts-mid {
	margin-top: 25px
}
.parts-kuang-list .parts-kuang:nth-child(2n) {
	flex-flow: row-reverse
}
.parts-kuang-list .parts-kuang:nth-child(2n) .parts-kuang-right {
	padding-left: 4.6%;
	padding-right: 0px
}
@media screen and (max-width:991px) {
  .parts-mid {
    margin-top: 20px
  }

  .parts-title {
    margin-bottom: 20px
  }

  .parts-see {
    max-width: 120px;
    padding-top: 10px;
    padding-bottom: 10px
  }

  .parts-right-nr {
    margin-top: 16px
  }

  .parts-kuang:last-child {
    margin-bottom: 60px
  }

  .parts-kuang-list .parts-kuang:nth-child(2n),
  .parts-kuang-list .parts-kuang {
    flex-wrap: wrap
  }

  .parts-img {
    width: 100%;
    text-align: center
  }

  .parts-kuang-right {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: center
  }

  .parts-see {
    margin-left: auto;
    margin-right: auto
  }

  .parts-title {
    text-align: center
  }

  .parts-kuang-list .parts-kuang:nth-child(2n) .parts-kuang-right {
    padding: 10px
  }
}
@media screen and (max-width:767px) {
.parts-see {
	margin-top: 10px
}
.parts-kuang {
	margin-bottom: 30px
}
.parts-kuang:last-child {
	margin-bottom: 40px
}
.parts-title {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px
}
.parts-right-title {
	font-size: 20px;
	line-height: 24px
}
.parts-right-nr {
	margin-top: 10px;
	font-size: 14px
}
.parts-see {
	font-size: 14px;
	max-width: 100px;
	padding-top: 4px;
	padding-bottom: 4px
}
}
.parts-mid-service {
	margin-top: 80px
}
@media screen and (max-width:991px) {
.parts-mid-service {
	margin-top: 20px
}
}
.main-parts-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 50px;
  color: #333333;
  margin-top: 26px
}
.main-parts-kuang {
	margin-top: 31px
}
.main-parts-kuang strong {
}
.main-parts-kuang p {
	font-size: 16px;
	color: #666666;
	line-height: 30px
}
.main-tenance-kuang {
	width: 23.5714285714%;
	border-radius: 6px;
	padding-bottom: 20px;
	margin-bottom: 32px
}
.main-tenance-kuang:hover {
	box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.15)
}
.main-tenance-img {
	display: block;
	font-size: 0px;
	overflow: hidden;
	position: relative;
	padding-bottom: 73.6%
}
.main-tenance-iimg {
	display: block;
	font-size: 0px;
	position: absolute;
	padding: 10px;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}
.main-tenance-iimg img:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.main-tenance-kk-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: center
}
.main-tenance-kk-neirong {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 6px;
	margin-bottom: 14px
}
.main-tenance-kk {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-top: 30px
}
.main-tenance-kk a:hover {
	color: #d6000f
}
.main-tenance-kk a:hover span {
	color: #d6000f
}
.main-tenance-now {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffcd10;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px
}
.main-tenance-now input {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: solid 1px #333333;
	cursor: pointer
}
.main-tenance-now a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-left: 10px
}
.main-tenance-list {
	margin-top: 40px;
	display: flex;
	align-items: initial;
	justify-content: flex-start;
	flex-wrap: wrap
}
.main-tenance-kuang {
	margin-left: 1.8571428571%
}
.main-tenance-kuang.nomargin {
	margin-left: 0px
}
.main-tenance-list .page {
	margin-top: 9px;
	margin-bottom: 87px
}
@media screen and (max-width:991px) {
.main-tenance-now {
	max-width: 140px;
	padding-top: 4px;
	padding-bottom: 4px
}
.main-tenance-list {
	justify-content: center
}
.main-tenance-list .page {
	margin-bottom: 40px;
	margin-top: 0px
}
.main-tenance-kuang {
	width: 30%;
	margin-left: 1%;
	margin-right: 1%
}
}
@media screen and (max-width:767px) {
  .main-parts-title {
    margin-top: 20px;
    text-align: center;
    font-size: 22px;
    line-height: 30px
  }

  .main-parts-kuang {
    margin-top: 10px;
    text-align: center
  }

  .main-parts-kuang strong,
  .main-parts-kuang p {
    font-size: 14px;
    line-height: 20px
  }

  .main-tenance-list {
    justify-content: space-between
  }

  .main-tenance-kuang {
    width: 49%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 20px;
    padding-bottom: 10px
  }

  .main-tenance-kk-title {
    font-size: 18px
  }

  .main-tenance-kk-neirong {
    font-size: 14px;
    line-height: 20px
  }

  .main-tenance-now a {
    font-size: 14px;
    margin-left: 4px;
    line-height: 20px
  }

  .main-tenance-now input {
    width: 16px;
    height: 16px
  }

  .main-tenance-kk {
    padding-left: 6px;
    padding-right: 6px
  }

  .main-tenance-kk {
    margin-top: 10px
  }

  .main-tenance-now {
    max-width: 120px
  }

  .main-tenance-list .page {
    margin-bottom: 20px
  }
}
.oper-mid-k {
	width: 15.3571428571%;
	padding-left: 33px;
	padding-right: 33px;
	padding-top: 13px;
	padding-bottom: 14px;
	background-color: #f0f0f0;
	margin-bottom: 21px
}
.oper-mid-k .model-title {
	font-size: 16px;
	line-height: 24px;
	color: #666666
}
.oper-mid-k .model-name {
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333
}
.oper-mid-k .model-icon {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #d6000f
}
.oper-mid-k .model-icon i {
	margin-right: 10px;
	color: #d6000f;
	font-size: 30px
}
.oper-mid-k .model-icon span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.oper-title {
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 36px;
	color: #ffcd10;
	background: #222222;
	padding-left: 33px;
	padding-right: 33px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 18px
}
.oper-mid-k:hover {
	background: #222
}
.oper-mid-k:hover .model-title {
	color: #fff
}
.oper-mid-k:hover .model-name {
	color: #fff
}
.oper-mid-k:hover .model-icon {
	color: #ffcd10
}
.oper-mid-k:hover .model-icon i {
	color: #ffcd10
}
.oper-mid-k.nomargin {
	margin-left: 0px
}
.oper-mid-k {
	margin-left: 1.5714285714%
}
.oper-mid {
	display: flex;
	align-items: initial;
	justify-content: flex-start;
	flex-wrap: wrap
}
.operator-mid-kuang {
	margin-bottom: 30px
}
.operator-mid-kuang:last-child {
	margin-bottom: 66px
}
.operator-mid {
	margin-top: 28px
}
@media screen and (max-width:1380px) {
.oper-mid-k .model-icon i {
	font-size: 26px;
	margin-right: 4px
}
.oper-mid-k {
	padding: 10px
}
}
@media screen and (max-width:991px) {
  .operator-mid-kuang {
    margin-bottom: 10px
  }

  .operator-mid-kuang:last-child {
    margin-bottom: 20px
  }

  .main-parts-title,
  .oper-title {
    text-align: center
  }

  .oper-mid-k {
    width: 18%;
    margin-left: 1% !important;
    margin-right: 1% !important;
    margin-left: 0px
  }

  .oper-mid {
    justify-content: center
  }
}
@media screen and (max-width:767px) {
.operator-mid {
	margin-top: 10px
}
.oper-title {
	font-size: 22px;
	line-height: 24px
}
.oper-mid-k {
	width: 23%;
	text-align: center
}
.oper-mid-k .model-icon {
	justify-content: center;
	margin-top: 8px
}
.oper-mid-k .model-icon i {
	font-size: 20px
}
.oper-mid-k .model-name {
	font-size: 16px
}
}
@media screen and (max-width:550px) {
.oper-mid-k {
	width: 30%
}
.oper-title {
	font-size: 18px
}
}
@media screen and (max-width:400px) {
.oper-mid-k {
	width: 49%;
	margin-left: 0px !important;
	margin-right: 0px !important
}
.oper-mid {
	justify-content: space-between
}
}
.introduce-mid {
	background-color: #ffffff;
	padding-top: 38px;
	padding-bottom: 47px;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
	border-radius: 10px;
	display: flex;
	align-items: initial;
	justify-content: space-between;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	margin-top: -5%;
	margin-bottom: 4px
}
.math-inroduce-div {
	text-align: center
}
.math-inroduce-div a {
  font-size: 68px;
  line-height: 70px;
  color: #d6000f;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif
}
.math-inroduce-div span {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #d6000f
}
.math-inroduce-div .jia {
	font-size: 50px;
	font-weight: bold;
	line-height: 60px
}
.math-inroduce-neirong {
	font-size: 16px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	margin-top: 6px
}
.introduce-kuang {
	position: relative
}
.introduce-kuang::before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 136%;
	background: rgba(0,0,0,0.2)
}
.introduce-kuang:last-child::before {
	background: transparent
}
@media screen and (max-width:1420px) {
.introduce-kuang::before {
	left: 120%
}
}
@media screen and (max-width:1280px) {
.math-inroduce-div a {
	font-size: 54px
}
.introduce-kuang::before {
	left: 110%
}
}
@media screen and (max-width:1080px) {
.introduce-kuang::before {
	display: none
}
.introduce-mid {
	padding: 20px
}
}
@media screen and (max-width:991px) {
.math-inroduce-div a {
	font-size: 40px
}
.math-inroduce-div span {
	font-size: 24px
}
.introduce-kuang {
	width: 30%;
	margin-left: 1%;
	margin-right: 1%
}
.introduce-mid {
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px
}
.math-inroduce-div a {
	line-height: 40px
}
}
@media screen and (max-width:767px) {
.introduce-mid {
	position: relative;
	margin-top: 10px;
	justify-content: flex-start
}
.math-inroduce-div a {
	font-size: 30px
}
.math-inroduce-div span {
	font-size: 22px;
	line-height: 36px
}
.math-inroduce-div .jia {
	font-size: 22px;
	line-height: 36px
}
.math-inroduce-neirong {
	font-size: 14px
}
}
@media screen and (max-width:420px) {
.introduce-kuang {
	width: 48%;
	margin-bottom: 10px
}
}
.about-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 60px;
  color: rgb(51, 51, 51)
}
.about-neirong {
	font-size: 16px;
	line-height: 24px;
	color: #444;
	margin-top: 35px
}
.about-mid {
	margin-top: 57px
}
.aboutimagestext-neirong {
	font-size: 16px;
	line-height: 24px;
	color: #444444
}
.aboutimagestext-rd {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 50px;
  color: #333333;
  position: relative;
  z-index: 3;
  margin-bottom: 28px
}
.aboutimagestext-rd::before {
	content: "";
	width: 30px;
	height: 30px;
	background-color: #ffcd10;
	position: absolute;
	left: -10px;
	top: -6px;
	z-index: -1
}
.aboutimagestext-right {
	width: 43.28125%;
	margin-left: 4.21875%;
	padding-top: 10px;
	padding-bottom: 10px
}
.aboutimagestext > p {
	width: 38.8541666667%;
	display: block;
	font-size: 0px;
	overflow: hidden
}
.aboutimagestext {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #f0f0f0;
	margin-bottom: 34px
}
.aboutimagestext-list {
	margin-top: 91px
}
.aboutimagestext:nth-child(2n) {
	flex-flow: row-reverse;
	background: #fff
}
.aboutimagestext:nth-child(2n) .aboutimagestext-right {
	margin-right: 4.6875%
}
@media screen and (max-width:991px) {
.about-mid {
	margin-top: 20px;
	text-align: center
}
.aboutimagestext-list {
	margin-top: 30px
}
.aboutimagestext {
	flex-wrap: wrap
}
.aboutimagestext:nth-child(2n) {
	flex-wrap: wrap
}
.aboutimagestext:nth-child(2n) .aboutimagestext-right {
	width: 95%;
	margin-left: auto;
	margin-right: auto
}
.aboutimagestext-right {
	width: 95%;
	margin-left: auto;
	margin-right: auto
}
.aboutimagestext > p {
	width: 100%;
	text-align: center;
	margin-bottom: 20px
}
.about-neirong {
	margin-top: 10px
}
}
@media screen and (max-width:767px) {
.about-title {
	font-size: 22px;
	line-height: 30px
}
.about-neirong {
	font-size: 14px
}
.aboutimagestext-rd {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px
}
.aboutimagestext-rd::before {
	content: "";
	width: 20px;
	height: 20px
}
.aboutimagestext-neirong {
	font-size: 14px
}
.aboutimagestext > p {
	margin-bottom: 10px
}
.aboutimagestext-right {
	text-align: center
}
}
.honor-midtitle {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 50px;
  color: #333333;
  margin-top: 70px
}
.honor-neirong {
	font-size: 16px;
	line-height: 24px;
	color: #444444;
	margin-top: 38px
}
.zhengshu-img {
	display: block;
	font-size: 0px;
	overflow: hidden
}

/*.honor-zhengshu{background:linear-gradient(to bottom,white 0%,white 51%,#d6000f 51%,#d6000f 100%);padding-bottom:99px;margin-top:51px}*/
.honor-zhengshu .zhengshuswiper {
	width: 95%;
	margin-left: auto;
	margin-right: auto
}
.honor-zhengshu .zhengshuswiper .swiper-slide {
	background-color: red
}
@media screen and (max-width:1280px) {
.honor-zhengshu {
	padding-bottom: 30px
}
}
@media screen and (max-width:991px) {
.honor-midtitle {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px
}
.honor-neirong {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px
}
.honor-zhengshu {
	margin-top: 20px
}
}
@media screen and (max-width:767px) {
.honor-midtitle {
	margin-top: 0px;
	font-size: 30px;
	line-height: 40px
}
}
.development-mid {
	background: url(../images/devenbj.png) no-repeat;
	background-size: cover;
	padding-top: 64px;
	padding-bottom: 86px
}
.deve-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 60px;
  color: #ffffff;
  text-align: center
}
.year-neirong {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-top: 19px
}
.yuanquan {
	width: 162px;
	height: 162px;
	border-radius: 50%;
	border: 1px solid #ffcd10;
	display: flex;
	align-items: center;
	justify-content: center
}
.yuanquan span {
  display: block;
  width: 138px;
  height: 138px;
  background-color: #ffcd10;
  border-radius: 69px;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center
}
.year-mid {
	text-align: center
}
.yuanquan {
	margin-left: auto;
	margin-right: auto
}
.development-kuang {
	margin-bottom: 77px
}

.deveswiper .swiper-button-next,
.deveswiper .swiper-button-prev {
  position: unset;
  margin: 0px;
  width: 41px;
  height: 41px;
  background-color: #eeeeee;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 15px;
  color: #212121
}

.deveswiper .swiper-button-next:hover,
.deveswiper .swiper-button-prev:hover {
  background: #d6000f;
  color: #fff
}
.deve-annu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 46px
}
.deve-mid {
	position: relative
}
.deve-mid::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 27%;
	height: 1px;
	background: #fff;
	opacity: 0.32
}
.deveswiper {
	z-index: 2
}
@media screen and (max-width:991px) {
.deve-title {
	margin-top: 0px
}
.development-mid {
	padding-top: 30px;
	padding-bottom: 30px
}
.development-kuang {
	margin-bottom: 30px
}
.deve-annu {
	margin-top: 20px
}
.yuanquan span {
	width: 100px;
	height: 100px;
	font-size: 26px
}
.yuanquan {
	width: 120px;
	height: 120px
}
}
@media screen and (max-width:767px) {
.deve-title {
	font-size: 24px;
	line-height: 30px
}
.yuanquan span {
	font-size: 22px;
	width: 76px;
	height: 76px
}
.yuanquan {
	width: 100px;
	height: 100px
}
.year-neirong {
	margin-top: 10px;
	font-size: 14px
}
}
.about-ditu-kuang {
	display: block;
	font-size: 0px
}
.about-ditu {
	background: #f0f0f0
}
.power-img {
	display: block;
	font-size: 0px;
	text-align: center
}
.power-mid-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: #333333;
  margin-top: 31px;
  margin-bottom: 27px
}
.power-mid-neirong {
	font-size: 16px;
	line-height: 24px;
	color: #444444
}
.power-min-quan {
	background-color: #ffffff;
	box-shadow: 0px 7px 30px 0px rgba(0,0,0,0.06)
}
.power-mid-kuang {
	padding-left: 66px;
	padding-right: 66px;
	padding-bottom: 56px
}
.aboutnewswiper .swiper-slide {
	padding: 15px;
	padding-bottom: 105px
}
.about-new-mid {
	position: relative;
	padding-top: 44px;
	background: linear-gradient(to top, white 0%, white 46.4%, #f0f0f0 46.4%, #f0f0f0 100%)
}

.about-new-mid .swiper-button-prev,
.about-new-mid .swiper-button-next {
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.98;
  border-radius: 50%;
  margin: 0
}

.about-new-mid .swiper-button-prev i,
.about-new-mid .swiper-button-next i {
  color: #cccccc
}
.about-new-mid .swiper-button-prev {
	left: 7.2%
}
.about-new-mid .swiper-button-next {
	right: 7.2%
}

.about-new-mid .swiper-button-prev:hover i,
.about-new-mid .swiper-button-next:hover i {
  color: #ffcd10
}
@media screen and (max-width:1800px) {
.about-new-mid .swiper-button-prev {
	left: 2%
}
.about-new-mid .swiper-button-next {
	right: 2%
}
}
@media screen and (max-width:1080px) {

  .about-new-mid .swiper-button-prev,
  .about-new-mid .swiper-button-next {
    width: 40px;
    height: 40px
  }

  .power-mid-kuang {
    padding-left: 20px;
    padding-right: 20px
  }
}
@media screen and (max-width:991px) {
.aboutnewswiper .swiper-slide {
	padding-bottom: 30px
}
.power-mid-title {
	font-size: 32px;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px
}
}
@media screen and (max-width:767px) {
.about-new-mid {
	padding-top: 10px
}
.power-mid-kuang {
	text-align: left
}
.power-mid-title {
	font-size: 24px;
	line-height: 30px
}
.power-mid-neirong {
	font-size: 14px;
	line-height: 22px
}
}
.newcenter-data {
	display: block;
	font-size: 0px;
	position: relative
}
.newcenter-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 50px;
  color: #333333;
  margin-top: 36px;
  margin-bottom: 45px
}
.api-data {
	text-align: center;
	left: 0;
	top: 0;
	position: absolute;
	width: 130px;
	height: 130px;
	background-color: #d6000f
}
.api-data span {
	margin-top: 19px;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 54px;
	line-height: 60px;
	color: #ffffff;
	display: block;
	margin-bottom: 4px
}
.api-data p {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff
}
.newcenterswiper {
	background-color: #121212;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 28px
}
.newcenterswiper-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-bottom: 8px
}
.newcenterswiper-title:hover {
	color: #ffcd10
}
.newcenterswiper-ertitle {
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	box-orient: vertical;
	text-overflow: ellipsis
}
.newcenterswiper .swiper-pagination {
	margin-top: 29px;
	padding-bottom: 32px;
	position: unset;
	text-align: right;
	margin-bottom: 52px
}
.newcenterswiper .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	border-radius: 6px;
	opacity: 0.3
}
.newcenterswiper .swiper-pagination .swiper-pagination-bullet-active {
	width: 60px;
	height: 12px;
	background-color: #ffcd10;
	border-radius: 6px;
	opacity: 1
}
.newcenter-list {
	display: flex;
	align-items: initial;
	justify-content: flex-start;
	flex-wrap: wrap
}
.newcenter-list .index-lastest-div {
	width: 23.5714285714%;
	margin-left: 1.8571428571%;
	margin-bottom: 43px
}
.newcenter-list .index-lastest-div.nomargin {
	margin-left: 0px
}
.newcenter-list .page {
	margin-top: 36px;
	margin-bottom: 96px
}
@media screen and (max-width:991px) {
.newcenter-title {
	margin-top: 20px;
	margin-bottom: 10px
}
.newcenter-list .page {
	margin-top: 0px;
	margin-bottom: 30px
}
.newcenter-list .index-lastest-div {
	margin-bottom: 20px
}
.newcenterswiper .swiper-pagination {
	margin-bottom: 30px
}
}
@media screen and (max-width:767px) {
.newcenter-list {
	justify-content: center
}
.newcenter-list .index-lastest-div {
	width: 30%;
	margin-left: 1% !important;
	margin-right: 1% !important
}
.index-lastes-data {
	line-height: 24px
}
}
@media screen and (max-width:521px) {
.newcenter-list {
	justify-content: space-between
}
.newcenter-list .index-lastest-div {
	width: 49%;
	margin-left: 0px !important;
	margin-right: 0px !important
}
}
@media screen and (max-width:767px) {
.newcenter-title {
	font-size: 24px;
	line-height: 30px;
	text-align: center
}
.api-data {
	width: 80px;
	height: 60px
}
.api-data span {
	font-size: 20px;
	line-height: 22px;
	margin-top: 6px
}
.api-data p {
	font-size: 14px;
	line-height: 20px
}
.newcenterswiper {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px
}
.newcenterswiper .swiper-pagination {
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 10px
}
.newcenterswiper-title {
	font-size: 20px;
	line-height: 22px
}
.newcenterswiper-ertitle {
	font-size: 14px;
	line-height: 20px;
	text-align: center
}
}
.newxq-mid {
	margin-top: 36px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 50px
}
.newxq-left {
	width: 63.9285714286%
}
.newxq-left h1 {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 50px;
  color: #333333;
  margin-bottom: 18px
}
.newxq-left .newxq-data {
	display: flex;
	align-items: center;
	justify-content: flex-start
}
.newxq-left .newxq-data .new-xq-data {
	font-size: 16px;
	line-height: 30px;
	color: #999999
}
.newxq-left .newxq-data .newxq-share {
	margin-left: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start
}
.newxq-left .newxq-data .newxq-share span {
	display: block;
	color: #999999
}
.newxq-left .newxq-content {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-top: 22px
}
.newxq-left .newxq-content a {
	color: #ffcd10
}
.newxq-left .newxq-content img {
	display: inline
}
.newxq-annu {
	margin-top: 64px
}

.newxq-annu p,
.newxq-annu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333333;
  margin-bottom: 13px
}

.newxq-annu p i,
.newxq-annu a i {
  width: 30px;
  height: 30px;
  background-color: #f0f0f0;
  color: #212121;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px
}
.newxq-annu a:hover {
	color: #d6000f
}
.newxq-annu a:hover i {
	background-color: #d6000f;
	color: #fff
}
.newxq-right {
	width: 31.7857142857%;
	border-left: 1px solid #cccccc
}
.newxq-right .newxq-right-kuang {
	width: 86.8%;
	margin-left: auto
}
.newxq-right .newxq-right-kuang .index-lastest-div {
	margin-bottom: 37px
}
.newxq-right .newxq-right-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 60px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-bottom: 17px
}
.newxq-right .newxq-right-title:hover {
	color: #d6000f
}
.newxq-right .index-lastes-title {
	margin-top: 20px
}
.newxq-hotpro {
	padding-bottom: 54px
}
@media screen and (max-width:991px) {
  .newxq-left {
    /*text-align: center*/
  }

  .newxq-left .newxq-data {
    justify-content: center
  }

  .newxq-mid {
    flex-wrap: wrap;
    padding-top: 20px
  }

  .newxq-left,
  .newxq-right {
    width: 100%
  }

  .newxq-annu {
    margin-top: 10px
  }

  .newxq-annu p,
  .newxq-annu a {
    justify-content: center
  }

  .newxq-right {
    border: 0px
  }

  .newxq-right .newxq-right-kuang {
    width: 100%
  }

  .newxq-right .newxq-right-kuang .index-lastes-title {
    text-align: center
  }

  .newxq-right .newxq-right-kuang .index-lastes-data {
    justify-content: center
  }

  .newxq-right-title {
    text-align: center
  }
}
@media screen and (max-width:767px) {
  .newxq-right .index-lastes-title {
    margin-top: 10px
  }

  .newxq-right .newxq-right-kuang .index-lastest-div {
    margin-bottom: 20px
  }

  .newxq-right .newxq-right-title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 20px
  }

  .newxq-mid {
    margin-top: 20px
  }

  .newxq-left h1 {
    font-size: 26px;
    line-height: 30px
  }

  .newxq-left .newxq-data .new-xq-data,
  .newxq-left .newxq-content {
    font-size: 14px
  }

  .newxq-annu p,
  .newxq-annu a {
    margin-bottom: 10px;
    font-size: 14px
  }

  .newxq-annu p i,
  .newxq-annu a i {
    width: 26px;
    height: 26px
  }
}
.wonder-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 60px;
  color: #333333;
  display: block;
  margin-top: 32px;
  margin-bottom: 37px
}
.wonder-mid ul {
	background-color: #222222;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 46px
}
.wonder-mid ul li a {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	padding-bottom: 16px
}

.wonder-mid ul li.active,
.wonder-mid ul li:hover {
  background: #ffcd10
}

.wonder-mid ul li.active a,
.wonder-mid ul li:hover a {
  color: #222222
}
.wonder-video-kuang {
	width: 31.8571428571%;
	margin-left: 2.2142857143%;
	margin-bottom: 55px
}
.wonder-video-list {
	display: flex;
	align-items: initial;
	justify-content: flex-start;
	flex-wrap: wrap
}
.wonder-video-kuang.nomargin {
	margin-left: 0px
}
.wonder-mid .page {
	margin-top: 21px;
	margin-bottom: 121px
}
@media screen and (max-width:991px) {
.wonder-mid .page {
	margin-top: 0px;
	margin-bottom: 40px
}
.wonder-video-kuang {
	margin-bottom: 30px
}
.wonder-title {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center
}
.wonder-mid ul {
	margin-bottom: 20px
}
}
@media screen and (max-width:767px) {
.wonder-video-list {
	justify-content: space-between
}
.wonder-video-kuang {
	width: 49%;
	margin-left: 0px
}
.wonder-title {
	font-size: 24px;
	line-height: 30px
}
.wonder-mid ul li a {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px
}
}
.exhibit-img {
	width: 31.7857142857%;
	display: block;
	font-size: 0px;
	overflow: hidden
}
.exhibit-img img:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.exhibit-right {
	width: 59.4285714286%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5.2%
}
.exhibit-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 11px
}
.exhibit-ertitle {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 15px
}
.exhibit-kuang {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f0f0f0;
	margin-bottom: 33px
}
.russia-icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 40px;
	font-size: 18px;
	color: #333333
}
.russia-icon i {
	color: #d6000f;
	font-size: 18px;
	margin-right: 14px
}
.rositon {
	color: #333333
}
.rositon span {
	font-size: 20px;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	line-height: 40px
}
.exhibit-mid .page {
	margin-top: 83px
}
@media screen and (max-width:991px) {
.exhibit-mid .page {
	margin-top: 20px
}
.exhibit-kuang {
	flex-wrap: wrap
}
.exhibit-img {
	width: 100%;
	text-align: center
}
.exhibit-right {
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}
.russia-icon {
	justify-content: center
}
}
@media screen and (max-width:767px) {
.exhibit-title {
	font-size: 24px;
	line-height: 30px
}
.exhibit-ertitle {
	font-size: 14px;
	line-height: 20px
}
.russia-icon {
	font-size: 14px;
	line-height: 22px
}
.rositon {
	font-size: 14px
}
.rositon span {
	font-size: 16px;
	line-height: 30px
}
}
.content-bj {
	background: url(../images/diqiubj.png) no-repeat 0px -250px
}
.requ-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 60px;
  color: #333333;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 32px
}
.requ-title::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 70px;
	height: 5px;
	background-color: #d6000f
}
.request ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start
}
.request ul li span {
	max-width: 80px;
	min-width: 80px;
	max-height: 80px;
	min-height: 80px;
	background-color: #d6000f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	line-height: 24px;
	color: #ffffff;
	border-radius: 50%;
	margin-right: 26px
}
.request ul li.iimg span {
	height: 66px;
	background: transparent
}
.li-right-title {
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 3px
}
.li-right-select {
	font-size: 16px;
	color: #666666;
	line-height: 24px
}
.request-left {
	width: 40%
}
.request-right {
	width: 56.7142857143%;
	margin-top: 27px
}
.request {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 30px
}
.request form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}

.request form input,
.request form select,
.request form textarea {
  outline: none;
  border: 0px;
  background: transparent;
  width: 100%;
  height: 100%;
  font-family: "HelveticaLTStdRoman", Arial, Helvetica, sans-serif
}

.request form input::-webkit-input-placeholder,
.request form select::-webkit-input-placeholder,
.request form textarea::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
  font-size: 16px;
  font-family: "HelveticaLTStdRoman", Arial, Helvetica, sans-serif
}

.request form input:-moz-placeholder,
.request form select:-moz-placeholder,
.request form textarea:-moz-placeholder {
  color: #666666;
  opacity: 1;
  font-size: 16px;
  font-family: "HelveticaLTStdRoman", Arial, Helvetica, sans-serif
}

.request form input::-moz-placeholder,
.request form select::-moz-placeholder,
.request form textarea::-moz-placeholder {
  color: #666666;
  opacity: 1;
  font-size: 16px;
  font-family: "HelveticaLTStdRoman", Arial, Helvetica, sans-serif
}

.request form input:-ms-input-placeholder,
.request form select:-ms-input-placeholder,
.request form textarea:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
  font-size: 16px;
  font-family: "HelveticaLTStdRoman", Arial, Helvetica, sans-serif
}
.request form select {
	font-size: 16px;
	font-family: "HelveticaLTStdRoman", Arial, Helvetica, sans-serif;
	color: #666
}
.request form p {
	width: 45.717884131%;
	height: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px
}
.request form .textarea {
	width: 100%;
	height: 96px
}
.request form .yzm {
	display: flex;
	align-items: initial;
	justify-content: space-between
}
.request form .yzm a {
	display: block;
	font-size: 0px
}
.request form > span {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-top: -5px
}
.request form .stbsub {
	margin-top: 29px;
	text-align: center;
	width: 187px;
	background-color: #d6000f;
	border-radius: 4px;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px
}
@media screen and (max-width:991px) {
  .request {
    flex-wrap: wrap
  }

  .request .request-left,
  .request .request-right {
    width: 100%
  }

  .requ-title {
    text-align: center
  }

  .requ-title::before {
    display: none
  }

  .request ul li {
    flex-wrap: wrap;
    justify-content: center
  }

  .request ul li span {
    margin-left: auto;
    margin-right: auto
  }

  .request ul li div {
    text-align: center;
    width: 100%
  }
}
@media screen and (max-width:767px) {
  .requ-title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0px;
    margin-bottom: 10px
  }

  .request {
    margin-top: 20px
  }

  .li-right-title {
    font-size: 18px;
    line-height: 24px
  }

  .request ul li.iimg span,
  .request ul li span {
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px;
    font-size: 20px
  }

  .li-right-select {
    font-size: 14px
  }

  .request form .stbsub {
    margin-left: auto;
    margin-right: auto
  }
}
@media screen and (max-width:600px) {
.request form p {
	width: 100%
}
}
.img-swiper {
	display: block;
	font-size: 0px
}
.contact-swiper {
	background: linear-gradient(to bottom, white 0%, white 50%, #f0f0f0 50%, #f0f0f0 100%);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px
}

.contact-swiper .swiper-button-next,
.contact-swiper .swiper-button-prev {
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  left: auto;
  right: auto;
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.98;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.contact-swiper .swiper-button-next i,
.contact-swiper .swiper-button-prev i {
  color: #cccccc
}

.contact-swiper .swiper-button-next:hover i,
.contact-swiper .swiper-button-prev:hover i {
  color: #ffcd10
}
.contact-swiper .swiper-button-prev {
	left: -9%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.contact-swiper .swiper-button-next {
	right: -9%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.contact-annu-mid {
	position: relative
}
@media screen and (max-width:1670px) {
.contact-swiper .swiper-button-prev {
	left: 0%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.contact-swiper .swiper-button-next {
	right: 0%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
}
@media screen and (max-width:991px) {
  .contact-swiper {
    margin-top: 20px
  }

  .contact-swiper .swiper-button-next,
  .contact-swiper .swiper-button-prev {
    width: 30px;
    height: 30px
  }
}
.contactus-mid {
	background-color: #f0f0f0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 69px;
	padding-bottom: 80px
}
.contactus-left {
	width: 42.9285714286%
}
.contactus-left .conus-div {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 34px
}
.contactus-left .conus-div i {
	min-width: 50px;
	min-height: 50px;
	max-width: 50px;
	max-height: 50px;
	border: solid 1px #cccccc;
	color: #333333;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px
}
.contactus-left .conus-div div span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #666666
}

.contactus-left .conus-div div p,
.contactus-left .conus-div div a {
  display: block;
  font-size: 16px;
  line-height: 23px;
  color: #333333;
  font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif
}
.contactus-left .conus-div div a:hover {
	color: #d6000f
}
.conus-mid {
	display: flex;
	align-items: initial;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 36px
}
.conus-mid .conus-div {
	width: 40.6%
}
.conus-mid .conus-div:first-child {
	width: 100%
}
.follow {
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin-top: -2px;
	margin-bottom: 9px
}
.follow-fxzj {
	display: flex;
	align-items: center;
	justify-content: flex-start
}
.follow-fxzj a {
	display: block;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #cccccc;
	color: #333333;
	margin-right: 12px
}
.follow-fxzj a:hover {
	background: #333;
	color: #fff
}
.contactus-right {
	width: 52.2142857143%;
	position: relative;
	padding-bottom: 28.7%
}
.contactus-right iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%
}
.contactus-kuang {
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}
@media screen and (max-width:1250px) {
.conus-mid {
	justify-content: space-between
}
.conus-mid .conus-div {
	width: 49%
}
}
@media screen and (max-width:991px) {
.contactus-kuang {
	flex-wrap: wrap
}
.contactus-mid {
	padding-top: 20px
}
.contactus-left {
	width: 100%
}
.contactus-right {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 44%
}
.contactus-mid {
	padding-bottom: 20px
}
.conus-mid {
	margin-top: 0px
}
.follow {
	text-align: center
}
.follow-fxzj {
	justify-content: center
}
.follow-fxzj a {
	margin-left: 1%;
	margin-right: 1%
}
.conus-div {
	margin-bottom: 10px;
	flex-wrap: wrap
}
.conus-div > div {
	width: 100%;
	text-align: center
}
.conus-mid .conus-div {
	width: 49%
}
.contactus-left .conus-div i {
	margin-left: auto;
	margin-right: auto
}
}
.clear {
	clear: both
}
.slideshow {
	position: relative
}
.slideshow .wp {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -166.5px
}
.slideshow .wp img {
	max-width: 100%;
	max-height: 80%
}
.slideshow .item a img {
	width: 100%;
	transition: all 6s ease-out;
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.slideshow .item.slick-active img {
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
	image-rendering: pixelated
}
.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 66px;
	text-align: center
}
.slick-dots li {
	display: inline-block
}
.slick-dots li button {
	cursor: pointer;
	font-size: 0px;
	margin-left: 5px;
	margin-right: 5px;
	border: none;
	outline: none;
	width: 80px;
	height: 3px;
	background-color: rgb(204,204,204);
	border-radius: 2px
}
.slick-dots li.slick-active button {
	background-color: rgb(255,205,16)
}

.slick-prev,
.slick-next {
  cursor: pointer;
  width: 71px;
  height: 71px;
  border: solid 1px rgba(255, 255, 255, 0.41);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent
}

.slick-prev i,
.slick-next i {
  color: #ffffff;
  opacity: 0.7
}

.slick-prev:hover i,
.slick-next:hover i {
  color: #ffcd10
}
.slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -31px;
	left: 7.18%;
	z-index: 999
}
.slick-next {
	position: absolute;
	top: 50%;
	margin-top: -31px;
	right: 7.18%;
	z-index: 999
}
@media screen and (max-width:1219px) {
.slideshow .wp {
	margin-left: -490px
}
}
@media screen and (max-width:999px) {

  .slideshow:hover .slick-prev,
  .slick-next {
    display: none !important
  }

  .slideshow .wp {
    width: 100%;
    left: 0;
    margin-left: 0;
    height: 80%;
    top: 0;
    margin-top: 20px
  }
}
@media screen and (max-width:767px) {
.slick-dots {
	bottom: 10px
}
}
.slideshow .item.slick-active.item_one img {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.slideshow .item.slick-active.item_one.on img {
	-ms-transform: scale(1);
	transform: scale(1)
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ""
}
.slick-track:after {
	clear: both
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9 \0
}
.slick-dots .slide-count {
	display: none
}
@media screen and (max-width:991px) {
.slick-slide video {
	width: 100%;
	height: 100%;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	left: 0;
	top: 0
}
}
@media screen and (max-width:991px) {
.slick-prev {
	display: none !important
}
.slick-dots {
	bottom: 10px
}
.slick-dots li button {
	width: 40px
}
}
@media screen and (max-width:767px) {
.slick-dots li button {
	width: 30px
}
}
.banner-imagetext {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10
}
.imgtext-text {
	font-size: 42px;
	line-height: 60px;
	color: #ffffff
}
.imgtext-text span {
  font-size: 60px;
  color: #ffcd10;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif
}
.bofang {
	margin-top: 45px;
	max-width: 358px;
	display: block;
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	background-color: #ffcd10;
	border-radius: 8px;
	font-size: 18px;
	line-height: 60px;
	color: #212121;
	padding-left: 10px;
	padding-right: 10px;
	justify-content: center
}
.bofang i {
	font-size: 20px;
	margin-right: 9px
}
.bofang span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
@media screen and (max-width:1800px) {
.slick-next {
	right: 2%
}
.slick-prev {
	left: 2%
}
}
@media screen and (max-width:1300px) {
.slick-next {
	right: 0%
}
.slick-prev {
	left: 0%
}
.banner-imagetext {
	width: calc(100% - 150px)
}
}
@media screen and (max-width:1200px) {
.imgtext-text {
	font-size: 30px;
	line-height: 40px
}
.imgtext-text span {
	font-size: 40px;
	line-height: 40px
}
.bofang {
	margin-top: 10px;
	font-size: 14px;
	line-height: 40px;
	max-width: 280px
}
}
@media screen and (max-width:991px) {
.imgtext-text {
	font-size: 20px;
	line-height: 30px
}
.imgtext-text span {
	font-size: 24px;
	line-height: 30px
}
.banner-imagetext {
	width: 95%
}
}
@media screen and (max-width:767px) {
.imgtext-text {
	text-align: center;
	font-size: 14px;
	line-height: 16px
}
.imgtext-text span {
	font-size: 16px
}
.bofang {
	font-size: 12px;
	line-height: 24px;
	max-width: 220px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px
}
.slick-dots {
	bottom: 4px
}
}
.banner-imagetext a:hover {
	color: #ffcd10
}
.banner-learn {
	max-width: 320px;
	display: block;
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	width: 100%;
	background-color: #d6000f;
	border-radius: 8px;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-top: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.banner-learn:hover {
	color: #ffcd10
}
.imgtext-text {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 60px;
  color: #ffffff
}
.imgtext-text span {
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
	color: #000
}
.banner-hengxian {
	display: block;
	font-size: 0px;
	margin-top: 28px;
	margin-bottom: 24px;
	width: 52.5714285714%
}
.imgtext-text-neirong {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 21px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.6;
	width: 52.5714285714%
}
.item a img:nth-child(2) {
	display: none
}
@media screen and (max-width:1280px) {
.banner-hengxian {
	margin-top: 6px;
	margin-bottom: 6px
}
.banner-learn {
	max-width: 260px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px
}
.imgtext-text, .imgtext-text span {
	font-size: 40px
}
}
@media screen and (max-width:991px) {
.banner-hengxian {
	width: 100%
}
.imgtext-text-neirong {
	width: 100%
}
.banner-imagetext {
	text-align: center
}
.banner-hengxian {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}
.banner-learn {
	margin-left: auto;
	margin-right: auto
}
}
@media screen and (max-width:767px) {
.item a img:nth-child(1) {
	display: none
}
.item a img:nth-child(2) {
	display: block
}
.banner-imagetext {
	max-width: 411px;
	width: 100%;
	text-align: left;
	left: 5.8%;
	top: 6.1%;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.imgtext-text-neirong {
	display: none
}
.imgtext-text, .imgtext-text span {
	font-size: 40px;
	line-height: 60px;
	text-shadow: transparent 0px 0 0, transparent 0 0px 0, transparent 0px 0 0, transparent 0 0px 0;
	color: #fff
}
.banner-learn {
	margin-left: 0px;
	padding-bottom: 9px;
	font-size: 16px
}
.banner-hengxian {
	margin-top: 14px;
	margin-bottom: 40px
}
}
@media screen and (max-width:650px) {
.banner-imagetext {
	max-width: 100%;
	width: 95%;
	left: 2.5%;
	right: 2.5%
}
.banner-hengxian {
	margin-top: 10px;
	margin-bottom: 10px
}
.banner-learn {
	margin-right: auto
}
}
@media screen and (max-width:390px) {
.imgtext-text, .imgtext-text span {
	font-size: 30px;
	line-height: 40px
}
.banner-learn {
	max-width: 220px;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px
}
}
.video-images-images {
	display: block;
	font-size: 0px;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1
}
.video-images-images img:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.video-images-images i {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #d6000f;
	z-index: 2;
	font-size: 50px
}
.request-language {
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.language-div.active .language-kuang {
	display: block
}
.language-div {
	max-width: 140px;
	min-width: 140px;
	width: 100%;
	padding-left: 9px;
	margin-right: 7px;
	position: relative
}
.language-div .language-kuang {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	top: 36px;
	left: 0px;
	padding-top: 7px;
	padding-bottom: 14px
}
.language-div .language-kuang > p {
	margin-bottom: 3px
}
.language-div .language-kuang > p > a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666666
}
.language-div .language-kuang > p a:hover {
	color: #d6000f
}
.language-div p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-right: 25px
}
.language-div p a {
  display: block;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  margin-left: 8px
}
.language-div p span {
  cursor: pointer;
  display: block;
  margin-left: 11px;
  overflow: hidden;
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.request-a {
	max-width: 230px;
	min-width: 230px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}
.request-a span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
@media screen and (max-width:1400px) {

  .request-a,
  .header-search {
    max-width: 180px;
    min-width: 180px
  }

  .request-a i {
    margin-left: 2px
  }

  .header-right {
    padding-right: 2%
  }
}
@media screen and (max-width:1200px) {
.request-language {
	flex-wrap: wrap
}
.language-div {
	width: 100%
}
.request-a {
	padding-top: 0px;
	padding-bottom: 0px
}
.request-lang {
	width: 150px;
	max-width: 150px;
	min-width: 150px
}
.request-a, .header-search {
	max-width: 150px;
	min-width: 150px
}
}
.header-right.active .language-div p a {
	color: #333333
}
.header-right.active .language-div p span {
  cursor: pointer;
  display: block;
  margin-left: 11px;
  overflow: hidden;
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
.header-right.active .language-div .language-kuang a:hover {
	color: #d6000f
}
@media screen and (max-width:999px) {
  .header-right {
    display: block;
    position: absolute;
    width: auto;
    background: transparent;
    right: 0px
  }

  .header-right .header-right-top {
    display: none
  }

  .header-right .header-left-botton ul {
    display: none
  }

  .language-div p a {
    color: #222
  }

  .language-div p span {
    display: block;
    margin-left: 11px;
    overflow: hidden;
    border-left: 8px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
  }

  .request-language .request-a {
    display: none
  }
}
@media screen and (max-width:767px) {
  .language-div {
    margin-right: 0px;
    max-width: 100px;
    min-width: 100px
  }

  .request-lang {
    max-width: 145px;
    min-width: 100px
  }

  .language-div p {
    padding-right: 0px
  }

  .language-div p a {
    font-size: 12px;
    line-height: 20px
  }

  .language-div .language-kuang {
    padding-left: 4px;
    padding-right: 4px
  }

  .language-div .language-kuang>p>a {
    font-size: 12px
  }

  .header-logo {
    width: 100px
  }

  .header-logo .logo {
    width: 100%;
    max-width: none;
    min-width: auto
  }

  .header-logo .logo span {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .language-div .language-kuang {
    padding-bottom: 4px
  }
}
.newcenterswiper {
	margin-bottom: 68px;
	padding: 0px
}
.newcenterswiper .swiper-slide {
	display: flex;
	align-items: initial;
	justify-content: space-between
}
.newcenterswiper .swiper-slide .newcenter-data {
	width: 57.1428571429%
}
.newcenterswiper .swiper-slide .newcenter-data-right {
	width: 42.8571428571%
}
.newcenterswiper .swiper-pagination {
  text-align: center;
  bottom: 39px;
  margin: 0;
  padding: 0;
  position: absolute;
  /*left:81%;*/
  left: 84%;
  -ms-transform: translateX(-66%);
  transform: translateX(-66%)
}
.newcenter-data-right {
	padding-left: 55px;
	padding-right: 50px
}
.newcenter-data-right .newcenter-data-right-title {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 25%
}
.newcenter-data-right .newcenter-data-right-ertitle {
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 36px
}
.newcenter-data-right a:hover {
	color: #ffcd10
}
@media screen and (max-width:1300px) {
.newcenterswiper .swiper-pagination {
	left: 83%
}
}
@media screen and (max-width:999px) {
.api-data {
	width: 100px;
	height: 88px
}
.api-data span {
	margin-top: 8px;
	font-size: 38px;
	line-height: 40px
}
.newcenterswiper .swiper-slide .newcenter-data-right {
	padding-left: 20px;
	padding-right: 20px
}
.newcenter-data-right .newcenter-data-right-title {
	margin-top: auto
}
.newcenterswiper .swiper-slide {
	align-items: center
}
.newcenterswiper .swiper-pagination {
	bottom: 20px
}
.newcenter-data-right .newcenter-data-right-ertitle {
	margin-top: 10px
}
}
@media screen and (max-width:767px) {
  .newcenterswiper .swiper-slide {
    flex-wrap: wrap
  }

  .newcenterswiper .swiper-slide .newcenter-data,
  .newcenterswiper .swiper-slide .newcenter-data-right {
    width: 100%;
    text-align: center
  }

  .newcenterswiper .swiper-slide .newcenter-data .newcenter-data-right-title,
  .newcenterswiper .swiper-slide .newcenter-data-right .newcenter-data-right-title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-top: 10px
  }

  .newcenterswiper .swiper-slide .newcenter-data .newcenter-data-right-ertitle,
  .newcenterswiper .swiper-slide .newcenter-data-right .newcenter-data-right-ertitle {
    font-size: 14px;
    line-height: 20px
  }

  .newcenterswiper .swiper-pagination {
    position: unset;
    left: auto;
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-top: 10px;
    padding-bottom: 10px
  }

  .newcenterswiper {
    margin-bottom: 30px
  }

  .api-data span {
    font-size: 30px;
    line-height: 34px
  }

  .api-data {
    width: 78px;
    height: 76px
  }
}
.banner-electric {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 9.3%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.banner-electric-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 56px;
	line-height: 60px;
	display: block;
	color: #71e84c
}
.banner-electric-neirong {
	margin-top: 21px;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #ffffff
}
.banner-electric .banner-learn {
	margin-left: auto;
	margin-right: auto;
	background: #71e84c;
	color: #222222;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif
}
@media screen and (max-width:1180px) {
.banner-electric-neirong {
	margin-top: 10px
}
.banner-electric {
	top: 2%
}
.banner-electric-title {
	font-size: 42px;
	line-height: 50px
}
.banner-electric-neirong {
	font-size: 16px;
	line-height: 26px
}
}
@media screen and (max-width:767px) {
.banner-electric-title {
	font-size: 56px;
	font-weight: bold;
	line-height: 60px
}
.banner-electric-neirong {
	display: none
}
.banner-electric {
	top: 12.6%
}
.banner-electric .banner-learn {
	max-width: 200px;
	width: 100%;
	font-size: 20px;
	padding-top: 17px;
	padding-bottom: 19px;
	margin-top: 39px
}
.banner-electric-title {
	white-space: pre-wrap
}
}
@media screen and (max-width:550px) {
.banner-electric-title {
	font-size: 26px;
	line-height: 36px
}
.banner-electric .banner-learn {
	margin-top: 10px;
	max-width: 120px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px
}
}
.xunpanc a {
	color: #000
}
.xunpanc a:hover {
	color: #FFCD10
}
@media screen and (max-width:1200px) {
  .foo-div:nth-child(1) ul li {
    font-size: 14px
  }

  .foo-div ul li {
    font-size: 14px
  }

  .header-left-botton>ul>li>a {
    font-size: 14px
  }

  .part-ulli {
    left: 38%
  }
}
.ban_zz {
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%, -50%);
	background: transparent;
	font-family: HelveticaLTStdBold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #fff
}
.ban_zz span {
  color: #ffcd10;
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 60px
}
.ban_zz a {
	color: #fff
}
.ban_zz a:hover {
	color: #ffcd10
}
@media screen and (max-width:1300px) {
.ban_zz {
	width: calc(100% - 150px);
	font-size: 26px;
	line-height: 46px
}
.ban_zz span {
	font-size: 40px
}
}
@media screen and (max-width:930px) {
.ban_zz span {
	font-size: 32px;
	line-height: 36px
}
.ban_zz {
	font-size: 26px;
	line-height: 36px
}
}
@media screen and (max-width:767px) {
.ban_zz {
	width: 88.4%;
	text-align: left;
	left: 5.8%;
	top: 50%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 20px
}
}
@media screen and (max-width:481px) {
.ban_zz span {
	font-size: 24px;
	line-height: 28px
}
.ban_zz {
	font-size: 16px;
	line-height: 28px
}
}
#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,0.8);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.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,0.6);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	box-shadow: 0 0 8px rgba(0,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,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 0.4s ease, -webkit-transform 0.4s ease;
	transition: left 0.4s ease, -moz-transform 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease
}
#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight 0.4s ease-out;
	animation: bounceFromRight 0.4s ease-out
}
#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft 0.4s ease-out;
	animation: bounceFromLeft 0.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,0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease
}
.baguetteBox-button:hover {
	background-color: rgba(50,50,50,0.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: 0.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)
}
}
.index-latest {
	margin-top: 100px
}
@media screen and (max-width:999px) {
.index-latest {
	margin-top: 30px
}
}
.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	cursor: pointer;
	background-color: #333;
	border-radius: 50%;
	color: white;
	text-align: center;
	line-height: 80px;
	font-size: 40px
}
.play-button-indexour {
	width: 50px;
	height: 50px;
	background: url(../images/c18.png) repeat center;
	z-index: 25;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 )
}
.bannermxc {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.mengceng {
	/*z-index: 9;*/
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
}
/* innerBanner */


.innerBanner {
	margin-top: 84px;
}
.innerBanner .fix {
 *zoom: 1;
}

.innerBanner .fix:after,
.innerBanner .fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.innerBanner .slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  /* image-rendering: pixelated; */
}
.innerBanner .slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.innerBanner .slick-dots {
	position: absolute;
	width: 100%;
	bottom: 65px;
	text-align: center;
}
.innerBanner .slick-dots li {
	display: inline-block;
}
.innerBanner .slick-dots li button {
	cursor: pointer;
	background-color: #cccccc;
	font-size: 0px;
	margin-left: 4.5px;
	margin-right: 4.5px;
	border: none;
	outline: none;
	width: 80px;
	height: 3px;
	border-radius: 2px;
}
.innerBanner .slick-dots li.slick-active button {
	background-color: #ffcd10;
}

.innerBanner .slick-prev,
.innerBanner .slick-next {
  width: 62px;
  height: 62px;
  border: 0px;
  font-size: 0px;
  cursor: pointer;
  display: none !important;
}
.innerBanner .slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	left: 40px;
	z-index: 999;
}
.innerBanner .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	right: 40px;
	z-index: 999;
}


.innerBanner .slick-list,
.innerBanner .slick-slider,
.innerBanner .slick-track {
  position: relative;
  display: block
}

.innerBanner .slick-loading .slick-slide,
.innerBanner .slick-loading .slick-track {
  visibility: hidden
}
.innerBanner .slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.innerBanner .slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.innerBanner .slick-list:focus {
	outline: 0
}
.innerBanner .slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.innerBanner .slick-slider .slick-list,
.innerBanner .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.innerBanner .slick-track {
	top: 0;
	left: 0
}

.innerBanner .slick-track:after,
.innerBanner .slick-track:before {
  display: table;
  content: ''
}
.innerBanner .slick-track:after {
	clear: both
}
.innerBanner .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .innerBanner .slick-slide {
	float: right
}
.innerBanner .slick-slide img {
	display: block
}
.innerBanner .slick-slide.slick-loading img {
	display: none
}
.innerBanner .slick-slide.dragging img {
	pointer-events: none
}
.innerBanner .slick-initialized .slick-slide {
	display: block
}
.innerBanner .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.innerBanner .slick-arrow.slick-hidden {
	display: none
}
.innerBanner .slick-slide {
	position: relative;
}
.innerBanner .slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.innerBanner .slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}
.innerBanner .slick-dots .slide-count {
	display: none;
}
.innerBanner .item {
	position: relative;
}
.innerBanner .msg {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 9;
	pointer-events: none;
	display: flex;
	align-items: center;
}
.innerBanner .des {
	width: 50%;
}
.innerBanner .tip {
	font-family: "HelveticaLTStdRoman";
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	pointer-events: all;
}
.innerBanner .title {
  font-family: "Inter-Bold";
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 1px;
  pointer-events: all;
}
.innerBanner .title:hover {
	color: #d6000f;
}
.innerBanner .txts {
	font-family: HelveticaLTStd-Roman;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 23px;
	pointer-events: all;
}
.innerBanner .btn {
	width: 183px;
	height: 56px;
	background-color: #d6000f;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "HelveticaLTStdRoman";
	font-size: 18px;
	color: #ffffff;
	pointer-events: all;
	margin-top: 76px;
}
.innerBanner .btn:hover {
	background-color: #212121;
}
 @media screen and (max-width:1560px) {
.innerBanner .tip {
	font-size: 18px;
	line-height: 30px;
}
.innerBanner .title {
	font-size: 50px;
	line-height: 60px;
	margin-top: 10px;
}
.innerBanner .txts {
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}
.innerBanner .btn {
	height: 46px;
	margin-top: 30px;
	border-radius: 5px;
}
.innerBanner .slick-dots {
	bottom: 50px;
}
.innerBanner .slick-dots li button {
	width: 70px;
}
}
 @media screen and (max-width:1333px) {
.innerBanner .tip {
	font-size: 16px;
	line-height: 28px;
}
.innerBanner .title {
	font-size: 40px;
	line-height: 50px;
}
.innerBanner .txts {
	font-size: 14px;
	line-height: 26px;
}
.innerBanner .btn {
	height: 40px;
	margin-top: 20px;
	font-size: 16px;
	width: 150px;
}
.innerBanner .slick-dots {
	bottom: 30px;
}
.innerBanner .slick-dots li button {
	width: 60px;
}
}
 @media screen and (max-width: 999px) {
.innerBanner .slick-slide video {
	object-position: inherit;
	object-fit: inherit;
	width: 100%;
	height: 100%;
	transform: translate(0, 0);
	left: 0;
	top: 0;
}
.innerBanner {
	margin-top: 62px;
}
.innerBanner .tip {
	font-size: 14px;
	line-height: 26px;
}
.innerBanner .title {
	font-size: 26px;
	line-height: 38px;
}
.innerBanner .txts {
	-webkit-line-clamp: 2;
	margin-top: 10px;
}
.innerBanner .btn {
	height: 36px;
	font-size: 14px;
	width: 140px;
}
.innerBanner .slick-dots li button {
	width: 50px;
}
}
 @media screen and (max-width:767px) {
.innerBanner .slideshow .item img {
	display: block;
}
.innerBanner .slick-dots li button {
	width: 40px;
}
}
 @media screen and (max-width:750px) {
.innerBanner .msg {
	display: none;
}
}
 @media screen and (max-width:538px) {
.innerBanner .slick-dots li button {
	width: 40px;
}
.innerBanner .slick-dots {
	bottom: 20px;
}
}
/* hotProducts */

.swiperBox {
	position: relative;
}
.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	background-color: #212121;
	border-radius: 50%;
	color: #ffcd10;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.sBtns>div:hover {
	background-color: #ffcd10;
	color: #212121;
}
.innerTit {
  font-family: "Inter-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 60px;
  color: #333333;
}
.sBtns>div.prev {
	left: -60px;
}
.sBtns>div.next {
	right: -60px;
}
.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.excavatorProducts,
.electricProducts {
  overflow: hidden;
}
.hotProducts {
	padding: 74px 0 99px 0;
}
.hotProducts .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hotProducts .title .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 60px;
	background-color: #ffcd10;
	border-radius: 8px;
	font-family: "HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #212121;
	cursor: pointer;
}
.hotProducts .title .btn i {
	flex-shrink: 0;
	margin-right: 10px;
	font-weight: bold;
	transition: .4s ease all;
}
.hotProducts .title .btn:hover {
	background-color: #000000;
	color: #ffffff;
}
.hotProducts .title .btn:hover i {
	color: #ffffff;
}
.hotProducts .txts {
	margin-top: 28px;
	font-family: HelveticaLTStd-Roman;
	font-size: 16px;
	line-height: 24px;
	color: #444444;
}
.hotProducts .swiper {
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	overflow: visible;
}
.hotProducts .swiper .swiper-slide {
	margin: 0;
}
.hotProducts .swiperBox {
	margin-top: 40px;
}
 @media screen and (max-width:1560px) {
.sBtns {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sBtns>div {
	position: static;
	transform: translateY(0);
	margin-top: 30px;
}
.sBtns>div.prev {
	margin-right: 20px;
}
.hotProducts {
	padding: 80px 0;
}
.hotProducts .txts {
	margin-top: 40px;
}
.hotProducts .title .btn {
	height: 46px;
	border-radius: 5px;
}
}
 @media screen and (max-width:1333px) {
.hotProducts {
	padding: 60px 0;
}
.sBtns>div {
	width: 38px;
	height: 38px;
	font-size: 12px;
}
.innerTit {
	font-size: 36px;
	line-height: 48px;
}
}
 @media screen and (max-width:991px) {
.hotProducts .txts {
	font-size: 14px;
	line-height: 26px;
	margin-top: 30px;
}
.hotProducts .title .btn {
	height: 40px;
	font-size: 16px;
	width: 220px;
}
.hotProducts .swiperBox {
	margin-top: 30px;
}
.innerTit {
	font-size: 28px;
	line-height: 40px;
}
.hotProducts {
	padding: 50px 0;
}
}

@media screen and (max-width:767px) {

  .hotProducts .title .btn,
  .hotProducts .title .btn i {
    font-size: 14px;
  }

  .hotProducts .title .btn {
    width: 200px;
    height: 36px;
  }

  .hotProducts {
    padding: 40px 0;
  }

  .sBtns>div {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
 @media screen and (max-width:538px) {
.hotProducts .title {
	flex-direction: column;
	align-items: flex-start;
}
.hotProducts .title .innerTit {
	margin-bottom: 20px;
}
}
/* application&videos */

.appAndVideo .innerTit {
	text-align: center;
}
.appAndVideo .checkBtns {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 13px;
}
.appAndVideo .checkBtns .item {
	padding: 27.5px 44px;
	margin: 0 20px;
	font-family: "HelveticaLTStdRoman";
	font-size: 24px;
	line-height: 34px;
	color: #666666;
	position: relative;
	cursor: pointer;
}
.appAndVideo .checkBtns .item::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2px;
	height: 3px;
	background-color: #ffcd10;
	transition: .4s ease all;
	width: 0%;
}



.appAndVideo .checkBtns .item.active,
.appAndVideo .checkBtns .item:hover {
  color: #333333;
}

.appAndVideo .checkBtns .item.active::after,
.appAndVideo .checkBtns .item:hover::after {
  width: 100%;
}
.appAndVideo .checks {
	margin-top: 80px;
}
.appAndVideo .checks>div {
	position: relative;
	display: none;
}
.appAndVideo .checks>div:nth-child(1) {
	display: block;
}
.appSlides .image {
	display: block;
	overflow: hidden;
	margin-bottom: 23px;
}
.appSlides .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}
.appSlides .name {
	text-align: center;
	font-family: "HelveticaLTStdRoman";
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}
.appSlides .appSwiper {
	width: 60%;
	margin: 0 auto;
	position: relative;
}
.appSlides .appSwiper .sBtns>div.prev {
	left: 0;
	transform: translateY(-50%) translateX(-50%);
}
.appSlides .appSwiper .sBtns>div.next {
	right: 0;
	transform: translateY(-50%) translateX(50%);
}
.videoSlides {
	max-width: 1920px;
	margin: 0 auto;
}
.videoSlides .list {
	display: flex;
	flex-wrap: wrap;
}
.videoSlides .list .item {
	width: 19.16%;
	margin-right: 1.05%;
	margin-top: 43px;
}
.videoSlides .list .item:nth-child(5n) {
	margin-right: 0;
}
.videoSlides .list .item:nth-child(-n+5) {
	margin-top: 0;
}
.videoSlides .list .image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	display: block;
	margin-bottom: 15px;
	padding-top: 75.14%;
	overflow: hidden;
}
.videoSlides .list .image iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.videoSlides .list .image .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.videoSlides .list .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}
.playBtn img {
	display: block;
	width: 66px;
}
.videoSlides .list .video:hover .playBtn img {
	transform: scale(1.1);
}
.videoSlides .list .name {
  font-family: "Inter-Bold";
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  text-align: center;
}
/* 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;
}
 @media screen and (max-width:1560px) {
.appAndVideo .checkBtns .item {
	padding: 20px 20px;
	font-size: 20px;
	line-height: 30px;
}
.appAndVideo .checkBtns {
	margin-top: 20px;
}
.appAndVideo .checks {
	margin-top: 50px;
}
.appSlides .appSwiper .sBtns>div:nth-child(n) {
	transform: translateY(0);
}
.videoSlides .list .name {
	font-size: 18px;
	line-height: 28px;
}
.videoSlides .list .item:nth-child(n) {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 30px;
}
.videoSlides .list .item:nth-child(4n) {
	margin-right: 0;
}
.videoSlides .list .item:nth-child(-n+4) {
	margin-top: 0;
}
.playBtn img {
	width: 52px;
}
}
 @media screen and (max-width:1333px) {
.appAndVideo .checkBtns .item {
	padding: 14px 20px;
}
.appSlides .name {
	font-size: 18px;
	line-height: 28px;
}
.appAndVideo .checks {
	margin-top: 40px;
}
.appSlides .image {
	margin-bottom: 20px;
}
.appSlides .appSwiper {
	width: 70%;
}
.videoSlides .list .name {
	font-size: 16px;
	line-height: 26px;
}
.playBtn img {
	width: 48px;
}
}
 @media screen and (max-width:991px) {
.appAndVideo .checkBtns .item {
	font-size: 18px;
	line-height: 28px;
}
.appSlides .name {
	font-size: 16px;
	line-height: 28px;
}
.appSlides .image {
	margin-bottom: 10px;
}
.videoSlides .list .item:nth-child(n) {
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
}
.videoSlides .list .item:nth-child(3n) {
	margin-right: 0;
}
.videoSlides .list .item:nth-child(-n+3) {
	margin-top: 0;
}
.videoSlides .list .name {
	font-size: 14px;
	line-height: 26px;
}
}
 @media screen and (max-width:767px) {
.appAndVideo .checkBtns .item {
	padding: 14px 20px;
	margin: 0 20px;
}
.appSlides .image {
	height: 300px;
}
.videoSlides .list .image {
	margin-bottom: 10px;
}
.videoSlides .list {
	justify-content: space-between;
}
.videoSlides .list .item:nth-child(n) {
	width: 48%;
	margin-right: 0%;
	margin-top: 30px;
}
.videoSlides .list .item:nth-child(-n+2) {
	margin-top: 0;
}
}
 @media screen and (max-width:538px) {
.appSlides .image {
	height: 260px;
}
.appAndVideo .checkBtns .item {
	padding: 10px;
	margin: 0 10px;
}
}
 @media screen and (max-width:400px) {
.videoSlides .list .item:nth-child(n) {
	width: 100%;
	margin-top: 30px;
}
.videoSlides .list .item:nth-child(-n+1) {
	margin-top: 0;
}
}
/* aboutPiece */


.aboutPiece {
	background-color: #f0f0f0;
	overflow: hidden;
	margin-top: 102px;
}
.aboutPiece .fenyebanner-no {
	margin-top: 0px;
}


.m-abtb5 #box .prev,
.m-abtb5 #box .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background-color: #212121;
  border-radius: 50%;
  color: #ffcd10;
  font-size: 14px;
  cursor: pointer;
  z-index: 9;
}
.m-abtb5 #box .prev {
	left: -40px;
}
.m-abtb5 #box .next {
	right: -40px;
}


.m-abtb5 #box .prev:hover,
.m-abtb5 #box .next:hover {
  background-color: #ffcd10;
  color: #212121;
}
/* factoryList */



.factoryList {
	padding: 73px 0 71px 0;
	display: flex;
	flex-wrap: wrap;
}
.factoryList .item {
	width: 31.78%;
	margin-right: 2.33%;
	margin-top: 46px;
}
.factoryList .item:nth-child(3n) {
	margin-right: 0;
}
.factoryList .item:nth-child(-n+3) {
	margin-top: 0;
}
.factoryList .image {
	overflow: hidden;
	margin-bottom: 23px;
	display: block;
}
.factoryList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}
.factoryList .image:hover img {
	transform: scale(1.1);
}
.factoryList .name {
  font-family: "Inter-Bold";
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  text-align: center;
}
 @media screen and (max-width:1560px) {
.aboutPiece {
	margin-top: 80px;
}
.factoryList {
	padding: 80px 0;
}
.factoryList .name {
	font-size: 18px;
	line-height: 28px;
}
.factoryList .image {
	margin-bottom: 16px;
}
.factoryList .item {
	margin-top: 40px;
}
}
 @media screen and (max-width:1333px) {
.aboutPiece {
	margin-top: 60px;
}
.factoryList {
	padding: 60px 0;
}
.factoryList .name {
	font-size: 16px;
	line-height: 28px;
}
.factoryList .item {
	margin-top: 30px;
}
}
 @media screen and (max-width:999px) {
.aboutPiece {
	margin-top: 50px;
}
.factoryList {
	padding: 50px 0;
}
.factoryList .image {
	margin-bottom: 10px;
}
.factoryList .name {
	font-size: 14px;
	line-height: 26px;
}
}
 @media screen and (max-width:768px) {
.factoryList {
	padding: 40px 0;
	justify-content: space-between;
}
.aboutPiece {
	margin-top: 40px;
}
.factoryList .item:nth-child(n) {
	width: 48%;
	margin-top: 30px;
	margin-right: 0;
}
.factoryList .item:nth-child(n) .image img {
	display: block;
}
.factoryList .item:nth-child(-n+2) {
	margin-top: 0;
}
}
 @media screen and (max-width:400px) {
.factoryList .item:nth-child(n) {
	width: 100%;
	margin-top: 20px;
}
.factoryList .item:nth-child(1) {
	margin-top: 0;
}
}
/* innerContactUs */


.innerContactUs {
	padding: 65px 0 81px 0;
}
.innerContactUs>div {
	padding: 0;
	margin: 0;
	background-color: transparent;
}
.innerContactUs .contactus-mid {
	margin-top: 117px;
}
 @media screen and (max-width:1420px) {
.innerContactUs {
	padding: 80px 0;
}
.innerContactUs .contactus-mid {
	margin-top: 80px;
}
}
 @media screen and (max-width:1333px) {
.innerContactUs {
	padding: 60px 0;
}
.innerContactUs .contactus-mid {
	margin-top: 60px;
}
}
 @media screen and (max-width:991px) {
.innerContactUs {
	padding: 50px 0;
}
.innerContactUs .contactus-mid {
	margin-top: 50px;
}
}
 @media screen and (max-width:767px) {
.innerContactUs {
	padding: 40px 0;
}
.innerContactUs .contactus-mid {
	margin-top: 40px;
}
}
/* customer */

.customer {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 14px;
	background-color: #d6000f;
	cursor: pointer;
	z-index: 99;
}
.customer:hover {
	background-color: #212121;
}
.frame {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: 999999999;
	top: 0;
	left: 0;
	display: none;
	transition: none;
}


.frame input,
.frame textarea {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-family: "HelveticaLTStdRoman";
  font-size: 16px;
}

.frame input::-webkit-input-placeholder,
.frame textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #999999;
}

.frame input:-moz-placeholder,
.frame textarea:-moz-placeholder {
  font-size: 16px;
  color: #999999;
}

.frame input::-moz-placeholder,
.frame textarea::-moz-placeholder {
  font-size: 16px;
  color: #999999;
}

.frame input:-ms-input-placeholder,
.frame textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #999999;
}
.frame textarea {
	resize: none;
}
.frame .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 944px;
	max-height: 100%;
	background-color: #ffffff;
	padding: 31px 67px 68px 64px;
	max-width: calc(100vw - 80px);
	overflow: auto;
	border-radius: 16px;
}
 .frame .box::-webkit-scrollbar {
 width: 4px;
 height: 4px;
 background-color: #00000000;
 border-radius: 10px;
}
 .frame .box::-webkit-scrollbar-thumb {
 background-color: #d6000f;
}
 .frame .box::-webkit-scrollbar-track {
 background-color: transparent;
}
.frame .msg .tit {
  font-family: "Inter-Bold";
  font-size: 42px;
  line-height: 60px;
  color: #333333;
  margin-bottom: 24px;
  text-align: center;
}
.frame form>ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.frame form>ul>li {
	width: 49.2%;
	margin-top: 20px;
	height: 50px;
	padding: 0 30px;
	display: flex;
	justify-content: flex-start;
	background-color: #f1f1f1;
	border-radius: 8px;
}
.frame form>ul>li.must {
	position: relative;
}
.frame form>ul>li.must::after {
	content: "*";
	position: absolute;
	top: 14px;
	left: 18px;
	font-family: "HelveticaLTStdRoman";
	font-size: 16px;
	line-height: 24px;
	color: #fe0101;
}
.frame form>ul>li:nth-child(-n+2) {
	margin-top: 0;
}
.frame form>ul>li.message {
	width: 100%;
	height: 117px;
	padding: 15px 30px;
}
.frame input {
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.frame form li.m-formcountry {
	padding: 0;
}
.frame .m-formcountry .drop-list li {
	padding: 5px 11.5px;
}
.frame form li.codeCon {
	display: flex;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}
.frame .codeCon input {
	flex: 1;
	padding: 0 30px;
}
.frame .m-formcountry .drop-btn {
	padding: 0 30px;
	width: 100%;
}
.frame .codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	max-width: 100px;
}
.frame .codeCon .codeImg img {
	height: 100%;
}
.frame form li.subBtn {
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	border: none;
}
.frame form li.subBtn input {
	cursor: pointer;
	background-color: #d6000f;
	color: #ffffff;
	border-radius: 8px;
	font-size: 20px;
}
.frame form li.subBtn input:hover {
	background-color: #212121;
}
.frame .closeBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	right: 32px;
	top: 29px;
	cursor: pointer;
	z-index: 99;
}
.frame .closeBtn i {
	font-size: 16px;
	color: #999999;
	transform: rotate(45deg);
}
.frame .closeBtn:hover i {
	color: #d6000f;
}


.frame input::-webkit-input-placeholder,
.frame textarea::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}

.frame input:-moz-placeholder,
.frame textarea:-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.frame input::-moz-placeholder,
.frame textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.frame input:-ms-input-placeholder,
.frame textarea:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
.frame .m-formcountry {
	position: relative;
}
.frame .m-formcountry .drop-btn {
	position: relative;
}

.frame .m-formcountry .drop-btn i,
.frame .m-formcountry .drop-btn svg {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 12px;
}
.frame .m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #333 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}
 .frame .m-formcountry .drop-list::-webkit-scrollbar {
 width: 5px;
 height: 5px;
}
 .frame .m-formcountry .drop-list::-webkit-scrollbar-track {
 background: rgba(0, 0, 0, 0.05);
}
 .frame .m-formcountry .drop-list::-webkit-scrollbar-thumb {
 background-color: #333;
}
.frame .m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	padding: 5px 30px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}
.frame .m-formcountry .drop-list li.on {
	background-color: #e0e0e0;
}

@media screen and (max-width:1560px) {
  .customer {
    width: 50px;
    height: 50px;
  }

  .frame .box {
    padding: 50px;
    border-radius: 5px;
  }

  .frame .msg .tit {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
  }

  .frame form>ul>li,
  .frame form li.subBtn input {
    border-radius: 5px;
  }

  .frame form>ul>li {
    height: 45px;
  }

  .frame form>ul>li.must::after {
    top: 12px;
  }

  .frame .box {
    width: 800px;
  }
}
 @media screen and (max-width:1333px) {
.customer {
	width: 45px;
	height: 45px;
	right: 5px;
}
.frame .box {
	padding: 40px;
}
.frame .msg .tit {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 30px;
}
.frame form>ul>li {
	height: 42px;
}
.frame form>ul>li.must::after {
	top: 10px;
}
.frame .box {
	width: 650px;
}
}

@media screen and (max-width:991px) {
  .customer {
    width: 40px;
    height: 40px;
  }

  .frame .box {
    width: 600px;
  }

  .frame .m-formcountry .drop-list li {
    font-size: 14px;
    line-height: 24px;
  }

  .frame input,
  .frame textarea {
    font-size: 14px;
  }

  .frame input::-webkit-input-placeholder,
  .frame textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  .frame input:-moz-placeholder,
  .frame textarea:-moz-placeholder {
    font-size: 14px;
  }

  .frame input::-moz-placeholder,
  .frame textarea::-moz-placeholder {
    font-size: 14px;
  }

  .frame input:-ms-input-placeholder,
  .frame textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  .frame form li.subBtn input {
    font-size: 16px;
  }

  .frame .msg .tit {
    font-size: 26px;
    line-height: 38px;
  }
}

@media screen and (max-width:768px) {
  .frame .msg .tit {
    font-size: 24px;
    line-height: 36px;
  }

  .frame form>ul>li.must::after {
    top: 5px;
    left: 10px;
  }

  .frame form>ul>li,
  .frame .m-formcountry .drop-btn {
    padding: 0 20px;
  }

  .frame .m-formcountry .drop-list li {
    padding: 5px 20px;
  }

  .frame .m-formcountry .drop-btn i,
  .frame .m-formcountry .drop-btn svg {
    right: 20px;
  }

  .frame form>ul>li.message {
    padding: 15px 20px;
  }

  .frame .codeCon input {
    padding: 0 20px;
  }

  .frame .box {
    padding: 30px 30px;
  }
}
 @media screen and (max-width:538px) {
.frame .msg .tit {
	font-size: 22px;
	line-height: 30px;
}
.frame form>ul>li:nth-child(n) {
	width: 100%;
	margin-top: 10px;
}
.frame form>ul>li:nth-child(1) {
	margin-top: 0;
}
.frame form>ul>li {
	height: 36px;
}
.frame .box {
	max-width: calc(100vw - 40px);
}
}
.footer1 {
	background-color: #fff;
	padding-bottom: 30px;
	padding-top: 0;
}
.footer1 .pcduan {
	border-top: 1px solid #cccccc;
}
.innerBanner {
	margin-top: 104px;
}
/* xnav */

.indexNav .xnav {
	display: none;
}
 @media screen and (max-width:999px) {
.indexNav .xnav {
	display: block;
}
.indexNav .xnav .nav {
	position: fixed;
	width: 35px;
	height: 24px;
	background: #d6000f;
	right: 2.5%;
	top: 30px;
	transform: translateY(-50%);
	cursor: pointer;
	border-radius: 5px;
	z-index: 999999999;
}
.indexNav .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
}
.indexNav .xnav .nav .nav1 {
	margin-top: -1px;
}
.indexNav .xnav .nav .nav2 {
	margin-top: -8px;
}
.indexNav .xnav .nav .nav3 {
	margin-top: 6px;
}
.indexNav .xnav .nav:hover .nav1 {
	width: 25px;
}
.indexNav .xnav .navh .nav1 {
	transform: rotate(45deg)
}
.indexNav .xnav .navh .nav2 {
	transform: rotate(-45deg);
	width: 10px;
	margin-left: -1px;
	margin-top: -5px;
}
.indexNav .xnav .navh .nav3 {
	transform: rotate(-45deg);
	width: 9px;
	margin-top: 3px;
	margin-left: -8px;
}
.indexNav .xnav .navh:hover .nav2 {
	margin-top: -8px;
	margin-left: 7px;
}
.indexNav .xnav .navh:hover .nav3 {
	margin-top: 5px;
	margin-left: -12px;
}
.indexNav .xnav .smdaohang {
	position: fixed;
	width: 300px;
	height: 0px;
	overflow: auto;
	top: 0px;
	right: 0px;
	background: rgba(214, 0, 15, 0.95);
	z-index: 9999999;
	transition: 0.8s;
	text-align: center;
}
.indexNav .xnav .smdaohangh {
	right: 0px;
	top: 0px;
	height: 100%;
}
.indexNav .xnav .topnav {
	margin: auto;
	margin-top: 30px;
	padding: 20px;
}
.indexNav .xnav ul.topnav li {
	text-align: left;
	position: relative;
}
.indexNav .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: Poppins-Regular, Arial, sans-serif;
}
.indexNav .xnav ul.topnav ul {
	display: none;
	transition: none;
}
.indexNav .xnav ul.topnav ul li {
	clear: both;
}
.indexNav .xnav ul.topnav ul li a {
	padding-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	outline: 0;
}
.indexNav .xnav ul.topnav ul ul li a {
	padding-left: 40px;
}
.indexNav .xnav ul.topnav ul ul ul li a {
	padding-left: 60px;
}
.indexNav .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;
}
.indexNav .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
}
.indexNav .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;
}
.indexNav .xnav ul.topnav span.yizi {
	transform: rotate(90deg)
}
.indexNav .xnav .smdaohang form {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 240px;
	height: 26px;
	border: 1px solid #fff;
	position: relative;
	background: #fff;
	border-radius: 13px;
}
.indexNav .xnav .smdaohang form input {
	color: #333333;
}
.indexNav .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;
}
.indexNav .xnav .smdaohang form .ipsc {
	width: 20%;
	height: 24px;
	line-height: 24px;
	display: block;
	float: right;
	background: transparent;
	position: relative;
	z-index: 99;
}
.indexNav .xnav .smdaohang form i {
	position: absolute;
	right: 10px;
	top: -1px;
}
}
/* allnav */



.allNav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
}
.allNav.active {
	box-shadow: 0px 0px 20px rgba(122, 122, 122, 0.1);
}
.allNav * {
	transition: .4s ease all;
}
.allNav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1543px;
}
.allNav .logo {
	width: 230px;
	flex-shrink: 0;
}
.allNav .navList {
	display: flex;
	align-items: center;
}
.allNav .navList>ul {
	display: flex;
	align-items: center;
}
.allNav .navList>ul>li {
	margin-right: 24.5px;
	position: relative;
}
.allNav .navList>ul>li:last-child {
	margin: 0;
}
.allNav a {
	display: block;
}
.allNav .navList>ul>li>a {
	height: 104px;
	line-height: 104px;
	color: #444444;
	font-family: "HelveticaLTStdRoman", Arial, Helvetica, sans-serif, arial, helvetica, sans-serif;
	font-size: 18px;
}
.allNav .navList>ul>li:hover>a {
	color: #d6000f;
}
.allNav .btns {
	display: flex;
	align-items: center;
	margin-left: 31px;
}
.allNav .contactBtn {
	width: 150px;
	height: 44px;
	background-color: #d6000f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "HelveticaLTStd-Roman";
	font-size: 18px;
	color: #ffffff;
	margin-right: 39px;
}
.allNav .contactBtn:hover {
	background-color: #ffcd10;
}
.allNav .btns .search {
	height: 70px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 35px;
}
.allNav .btns .search .searchBtn {
	cursor: pointer;
}
.allNav .btns .search .searchBtn i {
	font-size: 18px;
	color: #ffffff;
	transform: translateY(3px);
}
.allNav .btns .search .searchBtn:hover i {
	color: #6b69af;
}
.allNav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}
.allNav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}
.allNav .btns .search form input {
	width: 100%;
	height: 100%;
}
.allNav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}
.allNav .btns .search form .subBtn:hover i {
	color: #6b69af;
}
.allNav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}
.allNav .btns .language {
	height: 104px;
	display: flex;
	align-items: center;
	position: relative;
}
html {
	scroll-padding-top: 104px;
}
.allNav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #333333;
}
.allNav .btns .lanBtn:hover {
	color: #d6000f;
}
.allNav .btns .lanBtn .arr {
	filter: grayscale(100%) brightness(50%);
	flex-shrink: 0;
	margin-left: 10px;
}
.allNav .btns .lanBtn:hover .arr {
	filter: grayscale(0%) brightness(100%);
}
.allNav .btns .lanBtn.active .arr {
	transform: rotate(-180deg);
}
.allNav .btns .lanBtn .guoqi {
	width: 24px;
	margin-right: 7px;
}
.allNav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	padding: 10px 0;
}
.allNav .btns .language ul a {
	padding: 5px 18px;
	color: #333333;
	line-height: 24px;
	display: flex;
	align-items: flex-start;
}
.allNav .btns .language ul a img {
	flex-shrink: 0;
	margin-right: 10px;
	transform: translateY(5px);
}
.allNav .btns .language ul a:hover {
	color: #d6000f;
}
 @media screen and (max-width:1600px) {
.allNav .con {
	max-width: 1400px;
}
.allNav .navList>ul>li>a {
	height: 80px;
	line-height: 80px;
	font-size: 16px;
}
.allNav .btns .language {
	height: 80px;
}
.allNav .logo {
	width: 200px;
}
.allNav .contactBtn {
	height: 40px;
	font-size: 16px;
	width: 130px;
}
.innerBanner {
	margin-top: 80px;
}
html {
	scroll-padding-top: 80px;
}
}
 @media screen and (max-width:1333px) {
.allNav .logo {
	width: 160px;
}
.allNav .btns {
	position: absolute;
	right: 2.5%;
	top: 5px;
}
.allNav .btns .language {
	height: auto;
}
.allNav .contactBtn {
	height: 30px;
	width: 120px;
}
.allNav .navList>ul>li>a {
	line-height: 110px;
}
.allNav .btns .language ul {
	top: calc(100% + 10px);
	left: auto;
	right: 0;
	transform: translateX(0);
}
}
 @media screen and (max-width:999px) {
.allNav .navList>ul {
	display: none;
}
.innerBanner {
	margin-top: 60px;
}
.allNav {
	height: 60px;
}
.allNav .con {
	height: 100%;
}
.allNav .btns {
	position: static;
	margin-left: 0;
	height: 100%;
	margin-right: 80px;
}
.allNav .contactBtn {
	display: none;
}
.allNav .btns .lanBtn {
	font-size: 14px;
}
.allNav .btns .language {
	height: 60px;
}
html {
	scroll-padding-top: 60px;
}
.allNav .logo {
	width: 140px;
}
.allNav .btns .language ul {
	top: 100%;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}
.allNav .btns .language ul li a {
	font-size: 14px;
}
}
 @media screen and (max-width:768px) {
html {
	scroll-padding-top: 50px;
}
.innerBanner {
	margin-top: 50px;
}
.allNav {
	height: 50px;
}
.indexNav .xnav .nav {
	top: 25px;
}
.allNav .logo {
	width: 120px;
}
.allNav .btns .language {
	height: 50px;
}
}
 @media screen and (max-width:538px) {
.allNav .btns {
	margin-right: 50px;
}
}
.honorImg img {
	display: block;
}
/* 2025.10.11 */

.introduce-mid .introduce-kuang {
	width: 20%;
	padding: 0 30px;
}
.math-inroduce-div a {
	font-size: 50px;
}
.math-inroduce-div span {
	font-size: 20px;
}
.introduce-kuang::before {
	left: auto;
	right: 0;
}


@media screen and (max-width:1333px) {
  .introduce-mid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .introduce-mid .introduce-kuang:nth-child(n) {
    width: 33.333%;
    margin: 0;
    margin-top: 20px;
    padding: 0 20px;
  }

  .introduce-mid .introduce-kuang:nth-child(-n+3) {
    margin-top: 0;
  }

  .introduce-mid .introduce-kuang:nth-child(n)::before {
    display: block;
  }

  .introduce-mid .introduce-kuang:last-child::before,
  .introduce-mid .introduce-kuang:nth-child(3n):before {
    display: none;
  }
}
 @media screen and (max-width:999px) {
.math-inroduce-div a {
	font-size: 36px;
	line-height: 48px;
}
.math-inroduce-div .jia {
	font-size: 30px;
	line-height: 30px;
}
.introduce-mid {
	padding: 20px;
}
.math-inroduce-div span {
	font-size: 16px;
	line-height: 28px;
}
.fenyebanner-images {
	height: 400px;
}
.fenyebanner-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}
}
 @media screen and (max-width:768px) {
.math-inroduce-div a {
	font-size: 30px;
	line-height: 40px;
}
.math-inroduce-div .jia {
	font-size: 24px;
	line-height: 34px;
}
.introduce-mid {
	padding: 20px;
}
.fenyebanner-images {
	height: 380px;
}
}
 @media screen and (max-width:538px) {
.introduce-mid .introduce-kuang:nth-child(n) {
	width: 50%;
	margin: 0;
	margin-top: 20px;
	padding: 0 10px;
}
.introduce-mid .introduce-kuang:nth-child(-n+2) {
	margin-top: 0;
}
.introduce-mid .introduce-kuang:nth-child(n):before {
	display: none;
}
.introduce-mid .introduce-kuang:nth-child(2n-1)::before {
	display: block;
}
.fenyebanner-images {
	height: 300px;
}
}
.form-div {
	display: none;
}



/* 2026.1.30 */

/* common */

/* search */

.searchbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: translateY(0px);
  margin-right: 14px;
  padding-right: 17px;
}

.searchbox::after {
  content: "";
  position: absolute;
  right: 0;
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.searchbox input {
  border: unset;
  outline: none;
}

.searchbox a {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.searchbox .s_wrap {
  position: absolute;
  right: 0;
  width: 250px;
  top: 100%;
  background-color: #fff;
  height: 50px;
  border: 2px solid #333;
  padding-left: 15px;
  display: none;
  transition: none;
  transform: translateY(15px);
}

.searchbox .s_wrap .s_inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.searchbox .s_wrap .ent {
  height: 100%;
  width: 80%;
  font-size: 16px;
  color: #333;
  padding-right: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.searchbox .s_wrap .searchbtn {
  width: 20%;
  height: 100%;
  position: relative;
}

.searchbox .s_wrap .searchbtn .sea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 18px;
  pointer-events: none;
  font-weight: bold;
  cursor: pointer;
}

.searchbox .s_wrap .sub {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
}

.searchbox .s_wrap .searchbtn:hover i {
  color: #ffcd10;
}

.searchbox a:hover {
  color: #ffcd10 !important;
}

/* 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;
}

/* title */

.title42 {
  font-family: Inter-Bold;
  font-size: 42px;
  line-height: 60px;
  color: #222222;
}

.title42 a {
  color: #222222;
}

.title42 a:hover {
  color: #ffcd10;
}

.title48 {
  font-family: Inter-Bold;
  font-size: 48px;
  line-height: 36px;
  color: #edbf10;
}

.title60 {
  font-family: Inter-Bold;
  font-size: 60px;
  color: #edbf10;
}

.imgbox a img:hover {
  transform: scale(1.05);
}

.imgbox img {
  display: block;
}

@media screen and (max-width:1420px) {
  .title42 {
    font-size: 36px;
    line-height: 46px;
  }

  .title48 {
    font-size: 40px;
    line-height: 36px;
  }

  .title60 {
    font-size: 42px;
  }

}

@media screen and (max-width:1333px) {
  .title42 {
    font-size: 30px;
    line-height: 40px;
  }

  .title48 {
    font-size: 34px;
    line-height: 36px;
  }

  .title60 {
    font-size: 36px;
  }
}

@media screen and (max-width:991px) {
  .title42 {
    font-size: 24px;
    line-height: unset;
  }

  .title48 {
    font-size: 26px;
    line-height: unset;
  }

  .title60 {
    font-size: 30px;
  }

  .searchbox {
    padding-right: 0;
    margin-right: 8px;
  }

  .request-lang {
    justify-content: flex-end;
  }
}

@media screen and (max-width:767px) {
  .title42 {
    font-size: 20px;
    line-height: 30px;
  }

  .title48 {
    font-size: 20px;
    line-height: 30px;
  }

  .title60 {
    font-size: 24px;
  }
}



/* header */

.header.active {
  background-color: #fff;
}

.header .header-logo img {}

.header.active img {
  filter: unset;
}

.header .active .request-lang {
  display: flex;
  align-items: center;
}

.header .active .searchbox a {
  color: #333;
}

.request-lang {
  display: flex;
  align-items: center;
}


@media(max-width:991px) {
  .header.active img {
    filter: unset;
  }

  .header-logo .logo img {
    filter: unset;
  }

  .header .searchbox a {
    color: #333;
  }
}

@media(max-width:768px) {}

@media(max-width:538px) {}


/* in_main1 */

.in_main1 {
  padding: 64px 0px 10px;
}

.in_main1 .titlebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 39px;
}

.in_main1 .title42 {
  margin-bottom: 10px;
}

.in_main1 .con {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.in_main1 .l {
  width: 80%;
}

.in_main1 .btn1 {
  display: flex;
  align-items: center;

  font-family: Inter-Bold;
  font-size: 18px;
  color: #d6000f;
}

.in_main1 .btn1 i {
  font-size: 18px;
  margin-right: 6px;
  font-weight: bold;
}

.in_main1 .btn1:hover span {
  text-decoration: underline;
}

.in_main1 .wrap {
  display: flex;
  flex-wrap: wrap;
}

.in_main1 .inner {
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 41px;
}

.in_main1 .inner:nth-child(3n) {
  margin-right: 0;
}

.in_main1 .imgbox {
  overflow: hidden;
}

.in_main1 .title {
  padding: 15px 15px 0px 15px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.in_main1 .title a {
  color: #222222;
}

.in_main1 .title:hover,
.in_main1 .title a:hover {
  color: #d6000f;
}

@media screen and (max-width:1420px) {
  .in_main1 {
    padding: 50px 0px 10px;
  }

  .in_main1 .inner {
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 30px;
  }

  .in_main1 .titlebox {
    margin-bottom: 30px;
  }

  .in_main1 .title {
    padding: 10px 15px 0px 15px;
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width:1333px) {
  .in_main1 {
    padding: 40px 0px 10px;
  }

  .in_main1 .titlebox {
    margin-bottom: 20px;
    flex-direction: column;
  }

  .in_main1 .l {
    width: 100%;
    margin-bottom: 15px;
  }

  .in_main1 .btn1 {
    font-size: 16px;
    color: #d6000f;
  }

  .in_main1 .title {
    padding: 10px 15px 0px 15px;
    font-size: 16px;
    line-height: 26px;
  }

}

@media screen and (max-width:991px) {
  .in_main1 {
    padding: 30px 0px 10px;
  }

  .in_main1 .btn1 {
    font-size: 14px;
    color: #d6000f;
  }

  .in_main1 .inner {
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 20px;
  }

  .in_main1 .con {
    font-size: 14px;
    line-height: 24px;
  }

  .in_main1 .title {
    padding: 5px 15px 0px 15px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width:767px) {}

@media screen and (max-width:570px) {
  .in_main1 .inner {
    width: 48%;
    margin-right: 4%;
  }

  .in_main1 .inner:nth-child(3n) {
    margin-right: 4%;
  }

  .in_main1 .inner:nth-child(2n) {
    margin-right: 0;
  }
}


/* in_main2 */
.inm2padding{padding-top: 50px;padding-bottom: 50px;}
.inmain26{padding-top: 50px;padding-bottom: 50px;}

.page_main2 {
  background-color: #f2f2f2;
}

.in_main2 {
  /*background-image: url(../images/h_pic2.jpg);*/
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
}

.in_main2 .pcduan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.in_main2 .l_box {
  width: 40%;
  padding-top: 72px;
}
.in_main2 .r_box {
  width: 60%;
 
}
.in_main2 .title42 {
  color: #fff;
  margin-bottom: 11px;
}

.in_main2 .con {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 47px;
}

.in_main2 .btn {
  width: 164px;
  height: 60px;
  background-color: #ffcd10;
  border-radius: 8px;
  font-family: Inter-Bold;
  font-size: 18px;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
}

.in_main2 .btn i {
  margin-right: 6px;
  font-weight: bold;
}

.in_main2 .btn:hover {
  color: #fff;
}

@media(max-width:1420px) {
  .in_main2 .l_box {
    padding-top: 50px;
  }

  .in_main2 .r_box {
    width: 58%;
  }
}

@media(max-width:1333px) {
  .in_main2 .l_box {
    padding-top: 0px;
  }

  .in_main2 .con {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 30px;
  }

  .in_main2 .btn {
    width: 155px;
    height: 50px;
    border-radius: 8px;
    font-size: 16px;
  }
    .inm2padding,.inmain26{padding-top: 30px;padding-bottom: 30px;}
}

@media(max-width:991px) {
  .in_main2 .con {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .in_main2 .btn {
    width: 150px;
    height: 45px;
    border-radius: 8px;
    font-size: 14px;
  }
}

@media(max-width:767px) {
  .in_main2 {
    background-size: cover;
  }

  .in_main2 .pcduan {
    flex-direction: column;
  }

  .in_main2 .l_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .in_main2 .r_box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
    
}



/* in_main3 */

.in_main3 {
  padding: 65px 0px 43px;
}

.in_main3 .title42 {
  text-align: center;
  margin-bottom: 9px;
}

.in_main3 .con {
  line-height: 24px;
  color: #222222;
  text-align: center;
  margin-bottom: 39px;
}

.in_main3 .wrap {
  display: flex;
  flex-wrap: wrap;
}

.in_main3 .inner {
  width: 31.8%;
  margin-right: 2%;
  margin-bottom: 36px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.in_main3 .inner:hover {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.in_main3 .inner:nth-child(3n) {
  margin-right: 0;
}

.in_main3 .imgbox {
  overflow: hidden;
}

.in_main3 .contact {
  padding: 22px 31px 36px 31px
}

.in_main3 .title {
  font-family: Inter-Bold;
  font-size: 26px;
  line-height: 30px;
  color: #222222;
  margin-bottom: 14px;
  min-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.in_main3 .title a {
  color: #222;
}

.in_main3 .title:hover,
.in_main3 .title a:hover {
  color: #ad0511;
}

.in_main3 .txts {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  min-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 61px;
}

.in_main3 .btn {
  display: flex;
  align-items: center;
  font-family: Inter-Bold;
  font-size: 18px;
  color: #ad0511;
}

.in_main3 i {
  margin-right: 8px;
  font-weight: bold;
}

.in_main3 .btn:hover {
  color: #ffcd10;
}


@media(max-width:1420px) {
  .in_main3 {
    padding: 50px 0px 43px;
  }

  .in_main3 .con {
    line-height: 24px;
    margin-bottom: 30px;
  }

  .in_main3 .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    min-height: 60px;
  }

  .in_main3 .txts {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 45px;
  }
}

@media(max-width:1333px) {
  .in_main3 {
    padding: 40px 0px;
  }

  .in_main3 .con {
    line-height: 24px;
    margin-bottom: 25px;
  }

  .in_main3 .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    min-height: 56px;
  }

  .in_main3 .txts {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 35px;
  }

  .in_main3 .btn {
    font-size: 16px;
  }

  .in_main3 .contact {
    padding: 20px 20px 25px 20px;
  }

  .in_main3 .inner {
    width: 31.8%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
}

@media(max-width:991px) {
  .in_main3 {
    padding: 30px 0px;
  }

  .in_main3 .con {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .in_main3 .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    min-height: 52px;
  }

  .in_main3 .txts {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 20px;
  }

  .in_main3 .btn {
    font-size: 14px;
  }

  .in_main3 .inner {
    width: 31.8%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
}

@media(max-width:767px) {
  .in_main3 .contact {
    padding: 15px;
  }

  .in_main3 .wrap .inner {
    display: none;
  }
  
   .in_main3 .inner:nth-child(-n+4) {
    display: block;
   }
 
}

@media(max-width:570px) {
  .in_main3 .inner {
    width: 48%;
    margin-right: 4%;
  }

  .in_main3 .inner:nth-child(3n) {
    margin-right: 4%;
  }

  .in_main3 .inner:nth-child(2n) {
    margin-right: 0%;
  }
}


/* in_main4 */

.in_main4 {
  padding: 85px 0px 98px;
  background-image: url(../images/h_pic5.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
}

.in_main4 .title42 {
  text-align: center;
  margin-bottom: 13px;
  color: #fff;
}

.in_main4 .con {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 42px;
}

.in_main4 .btn1 {
  width: 164px;
  height: 60px;
  background-color: #ffcd10;
  border-radius: 8px;
  font-family: Inter-Bold;
  font-size: 18px;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.in_main4 .btn1 i {
  font-weight: bold;
  margin-right: 8px;
}

.in_main4 .btn1:hover {
  color: #fff;
}

@media(max-width:1420px) {
  .in_main4 {
    padding: 60px 0px;
    background-size: cover;
  }
}

@media(max-width:1333px) {
  .in_main4 {
    padding: 50px 0px;
  }

  .in_main4 .con {
    font-size: 16px;
    line-height: 24px;
    width: 90%;
    margin-bottom: 30px;
  }

  .in_main4 .btn1 {
    width: 150px;
    height: 50px;
    border-radius: 8px;
    font-size: 16px;
  }
}

@media(max-width:991px) {
  .in_main4 {
    padding: 40px 0px;
  }

  .in_main4 .con {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 20px;
  }

  .in_main4 .btn1 {
    width: 140px;
    height: 45px;
    border-radius: 8px;
    font-size: 14px;
  }

  .in_main4 .title42 {
    margin-bottom: 10px;
  }
}

@media(max-width:767px) {
  .in_main4 {
    padding: 30px 0px;
              background-size: cover !important;
  }
}


/* in_main5 */

.in_main5 {
  padding: 64px 0px 53px;
}

.in_main5 .title42 {
  text-align: center;
  margin-bottom: 18px;
}

.in_main5 .con {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 40px;
}

.in_main5 .wrap {
  display: flex;
  flex-wrap: wrap;
}

.in_main5 .inner {
  width: 31.8%;
  margin-right: 2.3%;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.in_main5 .inner:nth-child(3n) {
  margin-right: 0;
}

.in_main5 .imgbox {
  overflow: hidden;
}

.in_main5 .contact {
  padding: 22px 32px 35px 32px;
}

.in_main5 .title {
  font-family: Inter-Bold;
  font-size: 26px;
  line-height: 30px;
  color: #222222;
  min-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.in_main5 .title a {
  color: #222222;
}

.in_main5 .title:hover,
.in_main5 .title a:hover {
  color: #ffcd10;
}

.in_main5 .databox {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
  margin-bottom: 24px;
}

.in_main5 .databox .svgbox {
  flex-shrink: 0;
  margin-right: 8px;
}

.in_main5 .txts {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  min-height: 48px;
  margin-bottom: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.in_main5 .btn1 {
  display: flex;
  align-items: center;
  font-family: Inter-Bold;
  font-size: 18px;
  color: #d6000f;
}

.in_main5 .btn1 i {
  margin-right: 8px;
  font-weight: bold;
}

.in_main5 .btn1:hover {
  color: #ffcd10;
}

@media(max-width:1420px) {
  .in_main5 {
    padding: 50px 0px;
  }

  .in_main5 .con {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
  }

  .in_main5 .title {
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 15px;
  }

  .in_main5 .databox {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .in_main5 .txts {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 45px;
  }
}

@media(max-width:1333px) {
  .in_main5 {
    padding: 40px 0px;
  }

  .in_main5 .con {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .in_main5 .databox {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .in_main5 .txts {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 35px;
  }

  .in_main5 .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 55px;
    margin-bottom: 15px;
  }

  .in_main5 .btn1 {
    font-size: 16px;
  }

  .in_main5 .contact {
    padding: 20px 20px 25px 20px;
  }
}

@media(max-width:991px) {
  .in_main5 {
    padding: 30px 0px;
  }

  .in_main5 .con {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .in_main5 .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
    margin-bottom: 10px;
  }

  .in_main5 .databox {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .in_main5 .txts {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 15px;
  }

  .in_main5 .btn1 {
    font-size: 14px;
  }
}

@media(max-width:767px) {
  .in_main5 .contact {
    padding: 15px;
  }

  .in_main5 .title {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
    margin-bottom: 5px;
  }

  .in_main5 .databox {
    font-size: 14px;
    margin-bottom: 8px;
  }
   .in_main5 .inner{  display: none;}
    .in_main5 .inner:nth-child(-n+2) {
    display: block;
  }
}

@media(max-width:570px) {
  .in_main5 .inner {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }

  .in_main5 .inner:nth-child(4n) {
    margin-right: 4%;
  }

  .in_main5 .inner:nth-child(2n) {
    margin-right: 0;
  }
}



/* in_main6 */

.in_main6 {
  padding-bottom: 47px;padding-top: 47px;
}

.in_main6 .title42 {
  text-align: center;
  margin-bottom: 7px;
}

.in_main6 .con {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  text-align: center;
  margin-bottom: 42px;
}

.in_main6 .wrap {
  display: flex;
  flex-wrap: wrap;
}

.in_main6 .inner {
  width: 31.8%;
  margin-right: 2.3%;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 31px;
}

.in_main6 .inner:nth-child(3n) {
  margin-right: 0;
}

.in_main6 .imgbox {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.in_main6 .imgbox .video {
  position: absolute;
  cursor: pointer;
}

.in_main6 .imgbox .video:hover .play {
  transform: scale(1.05);
}

.in_main6 .contact {
  padding: 22px 30px 44px 25px;
}

.in_main6 .title {
  font-family: Inter-Bold;
  font-size: 26px;
  line-height: 30px;
  color: #222222;
  margin-bottom: 15px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
     min-height: 60px;
     
}

.in_main6 .txts {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  
    min-height: 48px;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media(max-width:1420px) {
  .in_main6 {
    padding-bottom: 50px;padding-top: 50px;
  }

  .in_main6 .con {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
  }

  .in_main6 .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

@media(max-width:1333px) {
  .in_main6 {
    padding-bottom: 40px; padding-top: 40px;
  }

  .in_main6 .con {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .in_main6 .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    min-height:52px;
  }

  .in_main6 .contact {
    padding: 20px 20px 25px 20px;
  }
}

@media(max-width:991px) {
  .in_main6 {
    padding-bottom: 30px; padding-top: 30px;
  }

  .in_main6 .con {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .in_main6 .title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    min-height: 50px;
  }

  .in_main6 .txts {
    font-size: 14px;
    line-height: 24px;
  }


}

@media(max-width:767px) {
  .in_main6 .inner {
    width: 48%;
    margin-right: 4%;
  }

  .in_main6 .inner:nth-child(3n) {
    margin-right: 4%;
  }

  .in_main6 .inner:nth-child(2n) {
    margin-right: 0;
  }

  .in_main6 .inner {
    display: none;
  }

  .in_main6 .inner:nth-child(-n+6) {
    display: block;
  }
}




/* in_main7 */

.in_main7 {
  background-color: #222222;
  padding-bottom: 82px;
}

.in_main7 .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 77px;
  position: relative;
  z-index: 10;
}

.in_main7 .l_box {
  width: 51.5%;
  overflow: hidden;
}

.in_main7 .l_box img:hover {
  transform: scale(1.05);
}

.in_main7 img {
  display: block;
}


.in_main7 .r_box {
  width: 42.9%;
  padding-right: 13%;
  padding-top: 75px;
}

.in_main7 .s_title {
  font-family: Inter-Bold;
  font-size: 16px;
  color: #ffcd10;
}

.in_main7 .title42 {
  color: #ffffff;
  margin-bottom: 2px;
}

.in_main7 .content {
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 44px;
   font-size: 14px; font-size: 1.4rem
}

.in_main7 .btn {
  width: 170px;
  height: 60px;
  background-color: #ffcd10;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter-Bold;
  font-size: 18px;
  color: #212121;
}

.in_main7 .btn i {
  font-weight: bold;
  margin-right: 8px;
}

.in_main7 .btn:hover {
  color: #fff;
}

.in_main7 .bottom {
  display: flex;
  flex-wrap: wrap;
}

.in_main7 .bottom .pcduan {
  display: flex;
  flex-wrap: wrap;
}

.in_main7 .bottom li {
  width: 16%;
  margin-right: 4%;
  text-align: center;
}

.in_main7 .num {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 4px;
}
.in_main7 .swiper-slide a {
  display: block;
  overflow: hidden;
}

.in_main7 .swiper-pagination-bullet {
  background: #ffcd10;
}

@media(max-width:1700px) {
  .in_main7 .bottom::after {
    display: none;
  }
}
.in_main7 .num::after {
  content: "";
  position: absolute;
  right: -10%;
  width: 1px;
  height: 94px;
  background-color: #ffffff;
  opacity: 0.2;
  top: 0;
}

.in_main7 li:last-child .num::after {
  display: none;
}

.in_main7 .num em {
  font-family: Inter-Bold;
  font-size: 30px;
  color: #edbf10;
  font-style: normal;
}

.in_main7 .con {
  font-size: 16px;
  color: #ffffff;
}

.in_main7 .bottom {
  position: relative;
}

.in_main7 .bottom::after {
  content: "";
  width: 120px;
  height: 384px;
  background-color: #ffcd10;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

@media(max-width:1700px) {
  .in_main7 .bottom::after {
    display: none;
  }
}

@media(max-width:1600px) {
  .in_main7 .r_box {
    width: 43.9%;
    padding-right: 8%;
    padding-top: 45px;
  }


}

@media(max-width:1420px) {
  .in_main7 .num em {
    font-size: 26px;
  }
}

@media(max-width:1333px) {
  .in_main7 {
    padding: 40px 0px;
  }

  .in_main7 .box {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .in_main7 .l_box {
   width: 70%;
    margin-bottom: 30px;
  }

  .in_main7 .r_box {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }

  .in_main7 .content {
    line-height: 30px;
    margin-bottom: 25px;
  }

  .in_main7 .btn {
    width: 160px;
    height: 50px;
    border-radius: 8px;
    font-size: 16px;
  }

  .in_main7 .num {
    height: auto;
  }

  .in_main7 .con {
    line-height: 26px;
  }

  .in_main7 .num em {
    font-size: 22px;
  }
}

@media(max-width:991px) {
  .in_main7 .title42 {
    color: #ffffff;
    margin-bottom: 10px;
  }

  .in_main7 .btn {
    width: 145px;
    height: 45px;
    border-radius: 8px;
    font-size: 14px;
  }

  .in_main7 .content {
    line-height: 26px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  .in_main7 .bottom li {
    width: 33.3% !important;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .in_main7 .bottom li:nth-child(3n) {
    margin-right: 0;
  }

  .in_main7 .num::after {
    display: none;
  }

  .in_main7 .con {
    font-size: 14px;
    line-height: 24px;
  }

  .in_main7 .num em {
    font-size: 20px;
  }
    
    .in_main7 .l_box {
    width: 80%;
    margin-bottom: 30px;
  }
}

@media(max-width:767px) {
  .in_main7 .num em {
    font-size: 18px;
  }
    
     .in_main7 .l_box {
    width: 90%;
  }
}

@media(max-width:570px) {
  .in_main7 .bottom li {
    width: 50% !important;
    margin-bottom: 20px;
  }

  .in_main7 .l_box {
    width: 100%;
  }
}




/* footer */

footer {
  padding: 76px 0px 65px;
  background-color: #111111;
  position: relative;
  z-index: 10;
}

footer .title {
  font-family: Inter-Bold;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 28px;
}

footer .input-box {
  margin-bottom: 60px;
}

footer .sub {
  display: flex;
  padding: 5px 4px;

  width: 609px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #ffffff;
  margin: 0 auto;
}

footer input {
  outline: unset;
  border: unset;
  height: 100%;
  width: 100%;
  background: transparent;
}

footer .in1 {
  width: 40%;
  position: relative;
}

footer .in1::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #ffffff;
  opacity: 0.2;
  right: 0;
  top: -5px;
}

footer .in2 {
  width: 30%;
}

footer .code {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

footer .code img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

footer .submit {
  width: 15%;
}

footer .inp1 input {
  padding: 0px 16px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

footer .inp1 input::placeholder {
  font-family: Arial, Helvetica, sans-serif;
  color: #b3b3b3;
}

footer .submit {
  margin-left: 3px;
}

footer .submit input {
  background-color: #ffcd10;
  border-radius: 5px;
  cursor: pointer;
}

footer .submit input:hover {
  background-color: #d6000f;
}

footer .must {
  position: relative;
}

footer .must::before {
  content: "*";
  color: #ff0000;
  position: absolute;
  left: 6px;
  top: 8px;
}


footer .bo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 38px;
  margin-bottom: 41px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .l_box {
  width: 21.5%;
}

footer .logo {
  margin-bottom: 20px;
}

footer .logo img {
  filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

footer .nav {
  width: 67.9%;
  display: flex;
  flex-wrap: wrap;
}

footer .nav .tit {
  margin-bottom: 12px;
}

footer .nav .tit,
footer .nav .tit a {
  font-family: Inter-Bold;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

footer .nav .tit i {
  display: none;
}

footer .box1 {
  width: 32%;
}

footer .box2 {
  width: 28.8%;
}

footer .box3 {
  width: 31.1%;
}

footer .box4 {
  width: 8.1%;
}

footer .list li {
  display: flex;
  align-items: flex-start;
}

footer .list li,
footer .list li a,
footer .nav,
footer .nav li,
footer .nav a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #999999;
}

footer .nav li a:hover {
  color: #fff;
}

footer .list li,
footer .nav li {
  margin-bottom: 8px;
}

footer .svgbox {
  flex-shrink: 0;
  margin-right: 5px;
  width: 18px;
}

footer .list i {
  color: #ffcd10;
}

footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

footer .l {
  width: 60%;
}

footer .l a,
footer .copyright,
footer .links,
footer .keywords {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}

footer .l a:hover {
  color: #fff;
}

footer .blogrolls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

footer .blogrolls a {
  color: #fff;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-left: 8px;
}

footer .blogrolls a:hover {
  background-color: #ffcd10;
  color: #111111;
}

@media(max-width:1420px) {
  footer {
    padding: 50px 0px;
  }

  footer .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  footer .input-box {
    margin-bottom: 45px;
  }
}

@media(max-width:1333px) {
  footer {
    padding: 40px 0px;
  }

  footer .input-box {
    margin-bottom: 35px;
  }

  footer .nav {
    width: 72%;
  }

  footer .bo {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }

  footer .l a,
  footer .copyright,
  footer .links,
  footer .keywords {
    font-size: 14px;
    line-height: 28px;
  }

  footer .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}

@media(max-width:991px) {
  footer {
    padding: 30px 0px 60px;
  }

  footer .input-box {
    margin-bottom: 25px;
  }

  footer .bo {
    flex-direction: column;
  }

  footer .l_box {
    width: 100%;
    margin-bottom: 20px;
  }

  footer .r_box {
    width: 100%;
  }

  footer .nav {
    flex-direction: column;
    width: 100%;
  }

  footer .box {
    width: 100% !important;
    margin-bottom: 8px;
  }

  footer .box:last-child {
    margin-bottom: 0;
  }

  footer .nav .tit,
  footer .nav .tit a {
    font-size: 16px;
    line-height: 28px;
  }

  footer .list li,
  footer .list li a,
  footer .nav,
  footer .nav li,
  footer .nav a {
    font-size: 14px;
    line-height: 26px;
  }

  footer .nav li:last-child,
  footer .list li:last-child {
    margin-bottom: 0;
  }

  footer .nav .tit {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  footer .nav ul {
    padding-top: 10px;
    display: none;
    transition: none;
  }

  footer .nav .tit i {
    display: block;
    font-weight: bold;
  }

  footer .bo {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  footer .l a,
  footer .copyright,
  footer .links,
  footer .keywords {
    font-size: 14px;
    line-height: 26px;
  }

  footer .logo {
    margin-bottom: 15px;
  }

  footer .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  footer .inp1 input {
    padding: 0px 16px;
    font-size: 14px;
    line-height: 26px;
  }
}

@media(max-width:767px) {
  footer .input-box {
    margin-bottom: 20px;
  }

  footer .bottom {
    flex-direction: column;
  }

  footer .l {
    width: 100%;
    margin-bottom: 12px;
  }

  footer .r,
  footer .blogrolls {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  footer .blogrolls a {
    margin-left: 0px;
    margin-right: 10px;
  }

}

@media(max-width:570px) {
  footer .sub {
    flex-direction: column;
    height: auto;
    border: unset;
    padding: 0;
    position: relative;
  }

  footer .inp1 input {
    height: 45px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  footer .in1,
  footer .in2 {
    width: 100%;
    margin-bottom: 10px;
  }

  footer .code {
    position: absolute;
    right: 0;
    height: 42px;
    width: 100px;
  }

  footer .sub {
    width: 100%;
  }

  footer .code {
    position: absolute;
    right: 0;
    height: 40px;
    width: 90px;
    top: 37%;
  }

  footer .in2 input {
    padding-right: 110px !important;
  }

  footer .submit {
    width: auto;
    border: unset;
  }

  footer .submit input {
    border: 1px solid #ffcd10;
  }

  footer .submit input:hover {
    border: 1px solid #ffcd10;
    border: 1px solid #ffcd10;
    background-color: #ffcd10;
  }
}


/* blogs_list */

.blogs_list {
  padding: 0px 0px 20px;
  background-color: #f5f5f5;
}

.blogs_list .crumbs-mid {
  margin-bottom: 34px;
}

.blogs_list .title42 {
  margin-bottom: 20px;
  color: #333;
}

.blogs_list .wrap {
  display: flex;
  flex-wrap: wrap;
}

.blogs_list .inner {
  width: 31.8%;
  margin-right: 2.3%;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.blogs_list .inner:nth-child(3n) {
  margin-right: 0;
}

.blogs_list .imgbox {
  overflow: hidden;
}

.blogs_list .contact {
  background-color: #fff;
  padding: 21px 32px 64px 32px;
}

.blogs_list .title {
  font-family: Inter-Bold;
  font-size: 26px;
  line-height: 30px;
  color: #222222;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogs_list .title a {
  color: #222222;
}

.blogs_list .title:hover,
.blogs_list .title a:hover {
  color: #ffcd10;
}

.blogs_list .txts {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 61px;
  min-height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogs_list .btn {
  font-family: Inter-Bold;
  font-size: 18px;
  color: #d6000f;
}

.blogs_list .btn i {
  font-weight: bold;
  margin-right: 8px;
}

.blogs_list .btn:hover {
  color: #ffcd10;
}

@media(max-width:1420px) {
  .blogs_list .crumbs-mid {
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .blogs_list .contact {
    padding: 21px 32px 50px 32px;
  }

  .blogs_list .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .blogs_list .txts {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 45px;
    min-height: 96px;
  }
}

@media(max-width:1333px) {
  .blogs_list .contact {
    padding: 20px 20px 25px 20px;
  }

  .blogs_list .txts {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    min-height: 96px;
  }

  .blogs_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .blogs_list .btn {
    font-size: 16px;
  }
}

@media(max-width:991px) {
  .blogs_list .btn {
    font-size: 14px;
  }

  .blogs_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .blogs_list .inner {
    margin-bottom: 30px;
  }

  .blogs_list .txts {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    min-height: 96px;
  }

  .blogs_list .crumbs-mid {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

@media(max-width:767px) {
  .blogs_list .contact {
    padding: 15px 15px 15px 15px;
  }

  .blogs_list .crumbs-mid {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}

@media(max-width:570px) {
  .blogs_list .inner {
    width: 48%;
    margin-right: 4%;
  }

  .blogs_list .inner:nth-child(3n) {
    margin-right: 4%;
  }

  .blogs_list .inner:nth-child(2n) {
    margin-right: 0;
  }
}



/* technology_list */

.page_bg1 {
  background-color: #f5f5f5;
}

.technology_list {
  padding: 0px 0px 38px;
}

.technology_list .page {
  margin-top: 0;
  margin-bottom: 0;
}

.technology_list .crumbs-mid {
  margin-bottom: 30px;
}

.technology_list .title42 {
  margin-bottom: 36px;
}

.technology_list .list {
  display: flex;
  flex-wrap: wrap;
  background-color: #222222;
  margin-bottom: 51px;
}

.technology_list .list li a {
  padding: 19.24px 20px;
  display: inline-block;

  font-size: 18px;
  color: #ffffff;
}

.technology_list .list li a:hover,
.technology_list .list .active a {
  background-color: #ffcd10;
  color: #222;
}


.technology_list .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.technology_list .inner {
  width: 31.8%;
  margin-right: 2.3%;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 34px;
}

.technology_list .inner:nth-child(3n) {
  margin-right: 0;
}

.technology_list .imgbox {
  overflow: hidden;
}
.technology_list .imgbox img{margin-left: auto;
margin-right: auto;}
.technology_list .contact {
  padding: 21px 20px 35px 20px;
}

.technology_list .title {
  font-family: Inter-Bold;
  font-size: 26px;
  line-height: 30px;
  color: #222222;
  min-height: 60px;
  margin-bottom: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.technology_list .title a {
  color: #222222;
}

.technology_list .title:hover,
.technology_list .title a:hover {
  color: #ffcd10;
}

.technology_list .databox {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}

.technology_list .svgbox {
  margin-right: 8px;
  flex-shrink: 0;
}

.technology_list .data {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}

.technology_list .txts {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  min-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 64px;
}

.technology_list .btn {
  font-family: Inter-Bold;
  font-size: 18px;
  color: #d6000f;
}

.technology_list .btn i {
  font-weight: bold;
  margin-right: 8px;
}

.technology_list .btn:hover {
  color: #ffcd10;
}

@media(max-width:1420px) {
  .technology_list .title {
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 8px;
  }

  .technology_list .databox {
    margin-bottom: 10px;
  }

  .technology_list .txts {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 45px;
  }

  .technology_list .crumbs-mid {
    margin-bottom: 20px;
  }

  .technology_list .title42 {
    margin-bottom: 30px;
  }
}

@media(max-width:1333px) {
  .technology_list .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
    margin-bottom: 5px;
  }

  .technology_list .txts {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 35px;
  }

  .technology_list .btn {
    font-size: 16px;
  }

  .technology_list .contact {
    padding: 20px 20px 25px 20px;
  }

  .technology_list .crumbs-mid {
    margin-bottom: 15px;
  }

  .technology_list .title42 {
    margin-bottom: 25px;
  }

  .technology_list .list li a {
    padding: 16px 15px;
    font-size: 16px;
  }

  .technology_list .list {
    margin-bottom: 40px;
  }
}

@media(max-width:991px) {
  .technology_list .title {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
    margin-bottom: 5px;
  }

  .technology_list .txts {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 25px;
  }

  .technology_list .btn {
    font-size: 14px;
  }

  .technology_list .inner {
    margin-bottom: 25px;
  }

  .technology_list .wrap {
    margin-bottom: 20px;
  }

  .technology_list .title42 {
    margin-bottom: 15px;
  }

  .technology_list .list li a {
    padding: 12px 12px;
    font-size: 14px;
  }

  .technology_list .list {
    margin-bottom: 30px;
  }
}

@media(max-width:767px) {
  .technology_list .contact {
    padding: 15px;
  }

  .technology_list .list {
    margin-bottom: 20px;
  }
}

@media(max-width:570px) {
  .technology_list .inner {
    width: 48%;
    margin-right: 4%;
  }

  .technology_list .inner:nth-child(3n) {
    margin-right: 4%;
  }

  .technology_list .inner:nth-child(2n) {
    margin-right: 0;
  }
}

/* related_products */


.related_products {
  padding: 66px 0px 87px;
}

.related_products .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.related_products .btnbox {
  display: flex;
  align-items: center;
}

.related_products .btnbox i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background-color: #f0f0f0;
  border-radius: 999px;
  color: #212121;
  margin-left: 9px;
  cursor: pointer;
}

.related_products .btnbox i:hover {
  background-color: #d6000f;
  color: #fff;
}

.related_products .swiper-slide {
  background-color: #fff;
  border: solid 1px #e5e5e5;
}

.related_products .swiper-slide:hover {
  background-color: #222222;
}

.related_products .swiper-slide:hover .title,
.related_products .swiper-slide:hover .title a,
.related_products .swiper-slide:hover .resu {
  color: #fff;
}

.related_products .swiper-slide:hover .name {
  color: #999999;
}

.related_products .imgbox {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.related_products .contact {
  padding: 36px 20px 29px 20px;
}

.related_products .title {
  font-family: Inter-Bold;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

.related_products .title a {
  color: #333333;
}


.related_products .title:hover,
.related_products .title a:hover {
  color: #ffcd10 !important;
}

.related_products .list {
  padding: 0px 10px 0px 10px;
  margin-bottom: 20px;
}

.related_products .list li {
  margin-bottom: 25px;
}

.related_products .list li:last-child {
  margin-bottom: 0;
}

.related_products .name {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-bottom: -1px;
}

.related_products .resu {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.related_products .btn1 {
  width: 270px;
  height: 50px;
  background-color: #ffcd10;
  border-radius: 4px;
  font-size: 18px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.related_products .btn1:hover {
  color: #fff;
}



@media(max-width:1420px) {
  .related_products {
    padding: 50px 0px;
  }

  .related_products .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

@media(max-width:1333px) {
  .related_products {
    padding: 40px 0px;
  }

  .related_products .contact {
    padding: 30px 20px 25px 20px;
  }

  .related_products .btn1 {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
  }

  .related_products .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .related_products .list li {
    margin-bottom: 20px;
  }
}

@media(max-width:991px) {
  .related_products {
    padding: 30px 0px;
  }

  .related_products .contact {
    padding: 20px 20px 20px 20px;
  }

  .related_products .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .related_products .list {
    padding: 0px 5px 0px 5px;
    margin-bottom: 15px;
  }

  .related_products .list li {
    margin-bottom: 15px;
  }

  .related_products .btn1 {
    height: 42px;
    border-radius: 4px;
    font-size: 14px;
  }

  .related_products .name {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -1px;
  }

  .related_products .resu {
    font-size: 16px;
    line-height: 24px;
  }
}

@media(max-width:767px) {
  .related_products .list li {
    margin-bottom: 10px;
  }

  .related_products .contact {
    padding: 15px;
  }
}

@media(max-width:570px) {
  .related_products .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


/* news_detail */

.news_detail {
  padding: 60px 0px 0px;
}

.news_detail .title {
  margin-bottom: 20px;
}

.news_detail .con {
  display: flex;
  align-items: center;

  font-size: 16px;
  color: #999999;
}

.news_detail .data {
  flex-shrink: 0;
  margin-right: 30px;
}

.news_detail .sharebox {
  display: flex;
  align-items: center;
}

.news_detail .sharebox span {
  margin-right: 5px;
  color: #999999;
}

.news_detail .content {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 50px;
}

.news_detail .co {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 13px;
}

.news_detail .co:last-child {
  margin-bottom: 0;
}

.news_detail .co>a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}

.news_detail .co>a:hover {
  color: #333333;
}

.news_detail .co>a:hover i {
  background-color: #d6000f;
  color: #fff;
}

.news_detail .co i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #212121;
  background-color: #f0f0f0;
  margin-right: 8px;
}


/* latest_blogs */

.latest_blogs {
  padding: 80px 0px 80px;
}

.latest_blogs .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.latest_blogs .btnbox {
  display: flex;
  align-items: center;
}

.latest_blogs .btnbox i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background-color: #f0f0f0;
  color: #212121;
  border-radius: 999px;
  margin-right: 9px;
  cursor: pointer;
}

.latest_blogs .btnbox i:last-child {
  margin-right: 0;
}

.latest_blogs .btnbox i:hover {
  background-color: #d6000f;
  color: #fff;
}

.latest_blogs .swiper {
  overflow: visible;
}


.latest_blogs .swiper-slide {
  opacity: 0;
  pointer-events: none;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  transition: .3s linear opacity;
}

.latest_blogs .swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
}


.latest_blogs .swiper-slide {}

.latest_blogs .imgbox {
  overflow: hidden;
}

.latest_blogs .contact {
  padding: 21px 20px 35px 20px;
}

.latest_blogs .title {
  font-family: Inter-Bold;
  font-size: 26px;
  line-height: 30px;
  color: #222222;
  min-height: 60px;
  margin-bottom: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest_blogs .title a {
  color: #222222;
}

.latest_blogs .title:hover,
.latest_blogs .title a:hover {
  color: #ffcd10;
}

.latest_blogs .databox {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}

.latest_blogs .svgbox {
  margin-right: 8px;
  flex-shrink: 0;
}

.latest_blogs .data {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}

.latest_blogs .txts {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  min-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 64px;
}

.latest_blogs .btn {
  font-family: Inter-Bold;
  font-size: 18px;
  color: #d6000f;
}

.latest_blogs .btn i {
  font-weight: bold;
  margin-right: 8px;
}

.latest_blogs .btn:hover {
  color: #ffcd10;
}

@media(max-width:1420px) {
  .latest_blogs .title {
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 8px;
  }

  .latest_blogs .databox {
    margin-bottom: 10px;
  }

  .latest_blogs .txts {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 45px;
  }

  .latest_blogs .crumbs-mid {
    margin-bottom: 20px;
  }

  .latest_blogs .title42 {
    margin-bottom: 30px;
  }
}

@media(max-width:1333px) {
  .latest_blogs .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
    margin-bottom: 5px;
  }

  .latest_blogs .txts {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 35px;
  }

  .latest_blogs .btn {
    font-size: 16px;
  }

  .latest_blogs .contact {
    padding: 20px 20px 25px 20px;
  }

  .latest_blogs .crumbs-mid {
    margin-bottom: 15px;
  }

  .latest_blogs .title42 {
    margin-bottom: 25px;
  }

  .latest_blogs .list li a {
    padding: 16px 15px;
    font-size: 16px;
  }

  .latest_blogs .list {
    margin-bottom: 40px;
  }
}

@media(max-width:991px) {
  .latest_blogs .title {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
    margin-bottom: 5px;
  }

  .latest_blogs .txts {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 25px;
  }

  .latest_blogs .btn {
    font-size: 14px;
  }

  .latest_blogs .inner {
    margin-bottom: 25px;
  }

  .latest_blogs .wrap {
    margin-bottom: 20px;
  }

  .latest_blogs .title42 {
    margin-bottom: 15px;
  }

  .latest_blogs .list li a {
    padding: 12px 12px;
    font-size: 14px;
  }

  .latest_blogs .list {
    margin-bottom: 30px;
  }
}

@media(max-width:767px) {
  .latest_blogs .contact {
    padding: 15px;
  }

  .latest_blogs .list {
    margin-bottom: 20px;
  }
}

@media(max-width:570px) {
  .latest_blogs .inner {
    width: 48%;
    margin-right: 4%;
  }

  .latest_blogs .inner:nth-child(3n) {
    margin-right: 4%;
  }

  .latest_blogs .inner:nth-child(2n) {
    margin-right: 0;
  }
}

@media(max-width:767px) {
.inmain26 .con,.in_main4 .con,.inm2padding  .con{
    line-height: 26px;
   
 overflow-y: scroll;
 
    height: 182px;

}
    .inmain26{
    background-size: cover !important;
    }
    .inm2padding{
                background-size: cover !important;
    }
            
}
