@charset "utf-8";

/* CSS Document */
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

body {
	margin: 0 auto;
	font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	overflow-x: hidden;
}

/* swiper */

@font-face {
	font-family: swiper-icons;
	src: url('/fonts/a4a55ddb356c492c85a3a7fccb4e0cb4.woff');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

/* swiper end */

img {
	border: none;
}

ul li {
	list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span,
strong {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
	font-style: normal;
}

img {
	display: block;
	transition: 0.5s;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

h1,
h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}

.clear {
	clear: both;
}

.maln {
	margin-left: auto !important
}

input,
textarea,
select {
	font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #999999;
	border: none;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

input[type="button"],
input[ type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

button {
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

::selection {
	color: #fff;
	background: #005bac;
}

* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fons0 {
	font-size: 0px;
	font-size: 0rem;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
	opacity: 1
}

:-o-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	opacity: 1
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
	opacity: 1
}

@media screen and (min-width:1000px) {
	.zong {
		width: calc(100% - 160px);
		max-width: 1400px;
		margin: auto;
	}

	.zong1 {
		width: calc(100% - 160px);
		max-width: 1200px;
		margin: auto;
	}
}

@media screen and (max-width:999px) {
	.mpdt {
		padding-top: 30px;
	}

	.mpdb {
		padding-bottom: 30px;
	}

	.zong,
	.zong1 {
		width: 95%;
		margin: auto;
	}
}

a:hover img {
	transform: scale(1.1, 1.1)
}

img {
	max-width: 100%;
}

a:hover {
	color: #005bac;
}

.head a:hover {
	color: #005bac;
}

.foot a:hover {
	color: #fff;
}

.mp {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666;
}

.mp p {
	color: #666;
}

.mp a {
	color: #005bac;
}

.mp a:hover {
	text-decoration: underline;
}

.mp img {
	display: inline-block;
}


@media screen and (max-width:767px) {

	.mp,
	.mpa {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px !important;
	}
}

.imga {
	text-align: center;
	font-size: 0;
}

.imga a {
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
}

.imga img {
	margin: 0 auto;
}

.img1 {
	display: block;
	position: relative;
	overflow: hidden;
}

.img1 img {
	width: 100%;
	position: relative;
	z-index: 1
}

.img1:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	transition: 1s;
	z-index: 2;
	pointer-events: none;
}

.img1:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	background: #fff;
	opacity: 0.5;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	transition: 1s;
	z-index: 2;
	pointer-events: none;
}

.img1:hover:before {
	width: 100%;
	opacity: 0
}

.img1:hover:after {
	height: 100%;
	opacity: 0
}

@keyframes m1tu {
	0% {
		opacity: 0;
		left: 0px;
	}

	50% {
		opacity: 1;
		left: 50%;
	}

	100% {
		opacity: 0;
		left: 100%
	}
}

.img2 {
	display: block;
	margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.img2 img {
	width: 100%;
}

.img2:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0px;
	transition: 0.5s;
	background: #fff;
	width: 40px;
	filter: blur(30px);
	opacity: 0;
	z-index: 3;
	pointer-events: none;
}

.img2:hover:after {
	-webkit-animation-name: m1tu;
	animation-name: m1tu;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.niu1 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.niu1 span {
	position: relative;
	z-index: 2;
}

.niu1:before {
	position: absolute;
	content: '';
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: -50px;
	border-right: 30px solid transparent;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.niu1:after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: -50px;
	border-left: 30px solid transparent;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.niu1:hover:before {
	-webkit-transform: translateX(-40%);
	-moz-transform: translateX(-40%);
	-ms-transform: translateX(-40%);
	-o-transform: translateX(-40%);
	transform: translateX(-40%);
}

.niu1:hover:after {
	-webkit-transform: translateX(40%);
	-moz-transform: translateX(40%);
	-ms-transform: translateX(40%);
	-o-transform: translateX(40%);
	transform: translateX(40%);
}

.niu2 {
	overflow: hidden;
	position: relative;
}

.niu2 span {
	position: relative;
	display: block;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.niu2 span:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.niu2:hover span:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
}

.niu3 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: background 0.4s linear, color 0.3s linear;
	-o-transition: background 0.4s linear, color 0.3s linear;
	-moz-transition: background 0.4s linear, color 0.3s linear;
	transition: background 0.4s linear, color 0.3s linear;
}

.niu3:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 50%;
	opacity: 0;
	z-index: -1;
	content: '';
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.niu3:hover {
	color: #fff;
}

.niu3:hover:after {
	height: 500%;
	opacity: 1;
}


.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;
}

.table {
	width: 100%;
	overflow: auto;
}

table {
	width: 100%;
	border-collapse: collapse;
}


/* nav */
.xnav {
	display: none
}

.nav {
	position: fixed;
	width: 35px;
	height: 23px;
	background: #fff;
	right: 2.5%;
	top: 18px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 9999999999
}

.nav span {
	display: block;
	width: 20px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	transition: 0.8s;
	z-index: 99999991
}

.nav .nav1 {
	margin-top: -1px;
}

.nav .nav2 {
	margin-top: -8px;
}

.nav .nav3 {
	margin-top: 6px;
}

.navh .nav1 {
	transform: rotate(45deg)
}

.navh .nav2 {
	transform: rotate(-45deg);
	width: 10px;
	margin-left: -1px;
	margin-top: -5px;
}

.navh .nav3 {
	transform: rotate(-45deg);
	width: 9px;
	margin-top: 3px;
	margin-left: -8px;
}

.navh span {}

.smdaohang {
	position: fixed;
	width: 280px;
	height: 100%;
	opacity: 0;
	overflow: auto;
	top: 0px;
	right: -200%;
	background: #f9f9f9;
	z-index: 9999999;
	transition: 0.5s;
	text-align: center;
}

.smdaohangh {
	right: 0px;
	opacity: 1;
}

.topnav {
	margin: auto;
	margin-top: 30px;
	padding: 20px;
}

ul.topnav li {
	text-align: left;
	position: relative;
}

ul.topnav li a {
	padding: 15px 5px;
	padding-left: 0px;
	color: #333;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	padding-right: 50px;
	border-bottom: 1px dashed #fff;
}

ul.topnav ul {
	display: none;
}

ul.topnav ul li {
	clear: both;
}

ul.topnav ul li a {
	padding: 10px 5px;
	padding-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	outline: 0;
	border: none;
}

ul.topnav ul li a:hover {}

ul.topnav ul ul li a {
	padding-left: 40px;
	font-size: 12px;
	font-size: 1.2rem;
}

ul.topnav ul ul {
	border-top: 1px dashed rgba(255, 255, 255, 0.5);
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

ul.topnav ul ul ul li a {
	padding-left: 60px;
}

ul.topnav span {
	display: block;
	position: absolute;
	right: 0px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	border-radius: 50%;
	transition: 0.5s;
}

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
}

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;
}

ul.topnav span.yizi {
	transform: rotate(90deg)
}

.smdaohang form {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 240px;
	height: 26px;
	border: 1px solid #fff;
	position: relative;
	background: #fff;
}

.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;
}

.smdaohang form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: transparent;
	position: relative;
	z-index: 99;
}

.smdaohang form i {
	position: absolute;
	right: 10px;
	top: 3px;
}



@media screen and (max-width:767px) {
	.daohang2 {
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.daohang2 a {
		float: left;
		width: 25%;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 24px;
		text-align: center;
	}

	.daohang,
	.daohang1 {
		display: none
	}

}

@media screen and (max-width:999px) {
	.xnav {
		display: block
	}
}

.yzm {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f3fbfe;
	cursor: pointer;
}

.main {
	overflow: hidden;
}

/* banner */

.banner {
	position: relative;
}

.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%;
	-webkit-transition: all 6s ease-out;
	-o-transition: all 6s ease-out;
	-moz-transition: all 6s ease-out;
	transition: all 6s ease-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slick-dots {
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.slick-dots li {
	display: block;
}

.slick-dots li button {
	cursor: pointer;

	font-size: 0px;
	margin-top: 14px;
	margin-bottom: 14px;
	border: none;
	outline: none;
	width: 22px;
	height: 22px;
	border: 8px solid rgba(255, 255, 255, 0.3);
	background-color: #fff;
	background-clip: content-box;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background-color: #005bac;
	border: 6px solid #fff;
}

.banner .slick-prev,
.banner .slick-next {
	width: 62px;
	height: 62px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
	display: none !important;
}

.banner .slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -31px;
	left: 40px;
	z-index: 999;
}

.banner .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -31px;
	right: 40px;
	z-index: 999;
}

@media screen and (max-width: 1219px) {
	.slideshow .wp {
		margin-left: -490px;
	}
}

@media screen and (max-width: 999px) {

	.banner .slick-prev,
	.banner .slick-next {
		display: none !important;
	}

	.slideshow .wp {
		width: 100%;
		left: 0;
		margin-left: 0;
		height: 80%;
		top: 0;
		margin-top: 20px;
	}

	.slick-dots {
		left: 20px;
	}

	.slick-dots li button {
		margin: 5px 0;
	}
}

.slideshow .item.slick-active.item_one img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-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;
	-ms-touch-action: pan-y;
	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 {
	-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)
}

.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%;
	-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%;
}

.slick-dots .slide-count {
	display: none;
}

@media screen and (max-width: 999px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

/* head */

.head {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1920px;
	z-index: 9999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.head::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 200%;
	background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.4));
	background-color: transparent;
	pointer-events: none;
}

.head .zong {
	width: 95%;
	max-width: calc(100% + 100px);
	display: flex;
	align-items: center;
	position: relative;
}

.logo {
	width: 280px; border:2px solid #F60;
}

.logo a:hover img {
	transform: none;
}

.navigation {
	margin-left: auto;
	display: flex;
	font-size: 18px;
	line-height: 30px;
}

.navigation>li {
	display: flex;
	align-items: center;
	position: relative;
	/*margin: 0 32px;*/
margin: 0 26px;
}

.navigation>li.nav-nopr {
	position: initial;
}

.navigation>li>a {
	display: block;
	position: relative;
	color: #fff;
	z-index: 1;
	padding: 32px 0 38px;
}

.navigation>li>a::before {
	display: block;
	content: attr(title);
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.navigation>li>a::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: .5s;
}

.navigation>li:hover>a::after,
.navigation>li.dangqian>a::after {
	width: 54px;
}

.navigation>li:hover>a,
.navigation>li.dangqian>a {
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
}

/* .navigation li:hover .yijiw {
	display: block;
} */

.navigation .yijiw {
	width: 326px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
	line-height: 30px;
	display: none;
	padding-top: 2px;
	text-align: center;
}

.navigation .yijiw2 {
	width: 100%;
	padding: 0 10px;
	padding-top: 2px;
	text-align: left;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
}

.navigation .yiji {
	position: relative;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 46px;
	background-color: #fff;
}

.navigation .yijiw2 .yiji {
	padding-left: 66px;
	padding-right: 54px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 30px 60px;
	max-height: calc(100vh - 120px);
	overflow: auto;
	scrollbar-color: #666 #fff;
	scrollbar-width: thin;
}

.navigation .yijiw2 .yiji::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.navigation .yijiw2 .yiji::-webkit-scrollbar-track {
	background: #fff;
}

.navigation .yijiw2 .yiji::-webkit-scrollbar-thumb {
	background-color: #666;
}

.yijiw li {
	width: 100%;
	position: relative;
	transition: .5s;
}

.yijiw li a {
	display: flex;
	justify-content: center;
	position: relative;
	color: #333;
	padding: 10px 0;
}

.yijiw2 li a {
	justify-content: left;
}

.yijiw2 .yiji>li>p a {
	padding-left: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

.yijiw2 .yiji>li:hover p a {
	border-color: #005bac;
}

.yijiw2 .yiji>li>p a::before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #005bac;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 20px;
}

.yiji li:hover>p a {
	color: #005bac;
}

.yijiw li i {
	margin-left: auto;
}

.navigation .erji,
.navigation .sanji {
	position: absolute;
	z-index: 1;
	left: 100%;
	top: 0;
	width: 200px;
	display: none;
	font-size: 14px;
	background-color: #fff;
}

.navigation .yijiw .erji {
	padding-top: 20px;
}

.navigation .yijiw2 .erji,
.navigation .yijiw2 .sanji {
	position: initial;
	width: initial;
	display: block;
}

.navigation .erji::before,
.navigation .sanji::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.navigation .yijiw .erji li>p a,
.navigation .yijiw .sanji li>p a {
	color: #666;
	padding: 5px 0;
}

.navigation .yijiw .erji li:hover>p a,
.navigation .yijiw .sanji li:hover>p a {
	color: #005bac;
}

.hd-r {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.yvn {
	margin-left: 22px;
	position: relative;
	z-index: 9;
}

.yvn .yvzhonga {
	display: flex;
	align-items: center;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	padding: 3px 0;
	padding-left: 18px;
	padding-right: 12px;
	position: relative;
	z-index: 1;
}

.yvn .yvzhonga::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	border-radius: 18px;
	opacity: 0.2;
	z-index: -1;
}

.yvn .yvzhonga i {
	vertical-align: middle;
}

.yvn .yvzhonga .yvnjt {
	font-size: 18px;
	margin-left: 4px;
}

.yvn .yvzhonga:hover,
.yvn .yvhv {
	color: #fff !important;
}

.yvn .yvzhonga:hover::before,
.yvn .yvhv::before {
	background-color: #005bac;
	opacity: 1 !important;
}

.yvzhonga span {
	color: #fff;
	font-size: 12px;
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.yvul {
	width: 100%;
	min-width: 100px;
	position: absolute;
	top: 40px;
	right: 0px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.yvul a {
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 24px;
}

.sousuo {
	margin-left: 50px;
	position: relative;
}

.sousuo i {
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	transition: .5s;
	font-weight: bold;
}

.sousuof i,
.sousuo:hover i {
	color: #005bac;
	text-shadow: 0 0 3px #fff;
}

.sousuo form {
	width: 300px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: calc(100% + 10px);
	background: #fff;
	border: 0px solid rgba(0, 0, 0, 0);
	color: #333;
	transition: 0.8s;
	z-index: 99999
}

.sou {
	width: 240px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}

.suo {
	width: 40px;
	height: 40px;
	float: right;
	background: none;
	position: relative;
	z-index: 9999999;
	cursor: pointer;
}

.sou1 {
	width: 30px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 18px !important;
	cursor: pointer;
	color: #005bac;
	z-index: 99990
}

.sousuof form {
	height: 40px;
	border: 1px solid #005bac;
}

.dh-btn {
	margin-left: 38px;
}

.dh-btn a {
	padding: 4px 36px;
	font-size: 18px;
	line-height: 30px;
	color: #005bac;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 20px;
}

.dh-btn a:hover {
	background-color: #005bac;
	color: #fff;
}

.head:hover,
.headh,
.fyhead {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.head:hover::before,
.headh::before,
.fyhead::before {
	display: none;
}

.head:hover .logo,
.headh .logo,
.fyhead .logo {
	filter: initial;
}

.head:hover .navigation>li>a,
.headh .navigation>li>a,
.fyhead .navigation>li>a {
	color: #333;
}

.head:hover .navigation>li:hover>a,
.head:hover .navigation>li.dangqian>a,
.headh .navigation>li:hover>a,
.headh .navigation>li.dangqian>a,
.fyhead .navigation>li:hover>a,
.fyhead .navigation>li.dangqian>a {
	color: #005bac;
}

.head:hover .navigation>li>a::after,
.headh .navigation>li>a::after,
.fyhead .navigation>li>a::after {
	background-color: #005bac;
}

.head:hover .yvn .yvzhonga,
.headh .yvn .yvzhonga,
.fyhead .yvn .yvzhonga {
	color: #005bac;
}

.head:hover .yvn .yvzhonga::before,
.headh .yvn .yvzhonga::before,
.fyhead .yvn .yvzhonga::before {
	background-color: #005bac;
	opacity: 0.1;
}

.head:hover .sousuo i,
.headh .sousuo i,
.fyhead .sousuo i {
	color: #005bac;
}

.head:hover .dh-btn a,
.headh .dh-btn a,
.fyhead .dh-btn a {
	border-color: #005bac;
}

@media screen and (max-width:1800px) {
	.navigation>li {
		margin: 0 20px;
	}

	.sousuo,
	.dh-btn {
		margin-left: 20px;
	}
}

@media screen and (max-width:1550px) {
	.head .zong {
		flex-wrap: wrap;
	}

	.hd-r {
		padding-top: 10px;
		width: 100%;
		order: -1;
		justify-content: flex-end;
	}

	.navigation>li>a {
		padding: 15px 0;
	}

	.dh-btn a {
		padding: 2px 20px;
		font-size: 16px;
		line-height: 26px;
	}

	.yvn .yvzhonga {
		padding: 0 10px;
	}

	.logo {
		width: 120px;
	}
}

@media screen and (max-width:1200px) {

	.navigation,
	.navigation>li>a::before {
		font-size: 16px;
	}

	.navigation>li {
		margin: 0 16px;
	}

	.logo {
		width: 100px;
	}
}

@media screen and (max-width:999px) {

	.navigation,
	.sousuo,
	.dh-btn {
		display: none;
	}

	.head .zong {
		height: 60px;
	}

	.hd-r {
		margin-left: auto;
		margin-right: 50px;
		padding-top: 0;
		width: initial;
		order: 1;
	}
}

@media screen and (max-width:480px) {
	.head {
		position: relative;
		left: 0;
		transform: initial;
	}
}

/* main1 */

@media screen and (min-width:1000px) {
	.main1 {
		padding-top: 84px;
	}
}

.m1-top {
	display: flex;
	justify-content: space-between;
}

.m1-t-l {
	width: 70%;
}

.m1-bt {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 44px;
	line-height: 70px;
}

.m1-bt em {
	font-style: initial;
	color: #005bac;
}

.m1-nr {
	margin-top: 4px;
	line-height: 28px;
}

.m1-t-r {
	margin-left: auto;
}

.m1-t-btn {
	border-radius: 23px;
	overflow: hidden;

	display: flex;
}

.m1-t-btn>div {
	border: solid 1px #c0c4cc;
	width: 61px;
	height: 46px;
	line-height: 44px;
	color: #b6b6b6;
	background-color: #f7f8fa;
	text-align: center;
	cursor: pointer;
	transition: .5s;
}

.m1-t-btn .icon-left1 {
	border-radius: 23px 0 0 23px;
	border-right: none;
}

.m1-t-btn .icon-right1 {
	border-radius: 0 23px 23px 0;
	border-left: none;
}

.m1-t-btn>div:hover {
	background-color: #005bac;
	/*color: #005bac;*/
}

.m1-lb {
	padding-top: 46px;
	padding-bottom: 46px;
}

.m1-lb .m1-sw {
	overflow: initial;
}

.m1-sw .swiper-wrapper {
	transition: linear 0.5s 0s !important;
}

.m1-sw .swiper-slide {
	width: 21%;
	margin-right: 2%;
	height: auto;
	transition: 0s linear width;
	opacity: 0;
	pointer-events: none;
}

.m1-sw .swiper-slide-active,
.m1-sw .swiper-slide-next,
.m1-sw .swiper-slide-next + .swiper-slide,
.m1-sw .swiper-slide-next + .swiper-slide + .swiper-slide{
	opacity: 1;
	pointer-events: initial;
}

.m1-sw .swiper-slide-active,
.m1-sw .swiper-slide:hover {
	width: 31%;
	box-shadow: 3px 3px 20px 0px 
		rgba(225, 225, 225, 0.66);
}

.m1-xxq {
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #f9f9f9;
}

.m1-sw .swiper-slide-active .m1-xxq,
.m1-sw .swiper-slide:hover .m1-xxq {
	background-color: #fff;
}

.m1-xbt {
	padding: 20px 0;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 0 24px;
}

.m1-xbt a{
	display: -webkit-box;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 1;  
    overflow: hidden;
}

.m1-sw .swiper-slide-active .m1-xbt,
.m1-sw .swiper-slide:hover .m1-xbt {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.m1-dnr {
	padding: 30px 24px 16px;
	display: flex;
	flex: 1;
}

.m1-img,
.m1-xnr {
	width: 100%;
}

.m1-xnr {
	padding-top: 12px;
	display: none;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}

.m1-sw .swiper-slide-active .m1-xnr,
.m1-sw .swiper-slide:hover .m1-xnr {
	/*display: block;*/
}

.m1-xnr p {
	color: #666;
}

.m1-btn {
	opacity: 0;
	pointer-events: none;
}

.m1-sw .swiper-slide-active .m1-btn,
.m1-sw .swiper-slide:hover .m1-btn {
	opacity: 1;
	pointer-events: initial;
}

.m1-btn a {
	display: block;
	padding: 9px 20px;
	background-color: #005bac;
	border: 1px solid #005bac;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}

.m1-btn a:hover {
	background-color: #fff;
	color: #005bac;
}

.m1-dt {
	margin-top: 100px;
}

@media screen and (max-width:1400px) {
	.m1-bt {
		font-size: 40px;
	}

	.m1-sw .swiper-slide {
		width: 32% !important;
		margin-right: 2%;
	}

	.m1-dnr {
		flex-wrap: wrap;
	}

	.m1-sw .swiper-slide {
		box-shadow: 0 0 10px 0px rgba(225, 225, 225, 0.66);
	}

	.m1-sw .swiper-slide .m1-xxq {
		background-color: #fff;
	}

	.m1-sw .swiper-slide .m1-xbt {
		font-family: Poppins, Arial, Helvetica, sans-serif;
		font-size: 18px;
	}

	.m1-sw .swiper-slide .m1-xnr {
		display: block;
	}

	.m1-sw .swiper-slide .m1-btn {
		opacity: 1;
		pointer-events: initial;
	}
}

@media screen and (max-width:999px) {
	.m1-bt {
		font-size: 30px;
		line-height: 40px;
	}

	.m1-t-btn>div {
		width: 40px;
		height: 30px;
		line-height: 30px;
	}

	.m1-lb {
		padding-top: 20px;
	}

	.m1-sw .m1-xbt {
		padding: 10px;
		font-size: 16px !important;
		margin: 0 10px;
	}

	.m1-dnr {
		padding: 10px;
	}

	.m1-dt {
		margin-top: 30px;
	}
}

@media screen and (max-width:767px) {
	.m1-bt {
		font-size: 24px;
		line-height: 30px;
	}

	.m1-sw .swiper-slide {
		width: 48% !important;
		margin-right: 4%;
	}

	.m1-sw .m1-xbt {
		font-size: 14px !important;
		line-height: 26px;
	}

	.m1-top {
		flex-wrap: wrap;
	}

	.m1-t-l {
		width: 100%;
	}

	.m1-t-r {
		margin-top: 10px;
	}
}

@media screen and (max-width:480px) {
	.m1-sw .swiper-slide {
		width: 100% !important;
	}

	.m1-bt{
		font-size: 20px;
	}
}

/* main2 */

@media screen and (min-width:1000px) {
	.main2 {
		padding-top: 88px;
		padding-bottom: 120px;
	}
}

.main2 {
	position: relative;
}

.m2-bj {
	position: absolute;

	z-index: -1;
}

.m2-t-btn a {
	padding: 7px 25px 7px 12px;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #005bac;
	border: 1px solid #005bac;
	border-radius: 24px;
}

.m2-t-btn i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #005bac;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	margin-right: 14px;
}

.m2-t-btn a:hover {
	background-color: #005bac;
	color: #fff;
}

.m2-xq {
	margin-top: 66px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.m2-l {
	width: 33.7857%;
}

.m2-r {
	width: 60.714%;
}

.m2-xq .faq li {
	border-bottom: 1px solid #c0c4cc;
}

.m2-xq .faq li:first-child {
	border-top: 1px solid #c0c4cc;
}

.m2-xq .faqtop {
	padding: 23px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;

	cursor: pointer;
}

.m2-xq .faqtop i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #005bac;
	font-size: 12px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	flex-shrink: 0;
}

.m2-xq .faqtop p {
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	display: flex;
	font-size: 18px;
	line-height: 30px;
	vertical-align: middle;
}

.m2-xq .faqnr {
	display: none;
	padding-bottom: 20px;
}

.m2-xnr {
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.m2-xnr p {
	color: #666;
}

.faqx {
	display: none;
}

.aq .faqx {
	display: block;
}

.aq .faqy {
	display: none;
}

.m2-btn a {
	margin-top: 12px;
	padding: 4px 30px;
	display: inline-block;
	border-radius: 20px;
	border: solid 1px #005bac;
	font-size: 16px;
	line-height: 30px;
	color: #005bac;
}

.m2-btn a:hover {
	background-color: #005bac;
	color: #fff;
}

.m2-lb {
	position: relative;
}

.m2-lb::before {
	content: '';
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 100%;
	height:100%;
	background-color: #fff;
	border-radius: 24px;
}

.m2-img {
	border-radius: 24px;
	overflow: hidden;
}

.m2-lb .m1-t-btn {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 9;
}

.m2-lb .m1-t-btn>div {
	background-color: rgba(225, 225, 225, 0.6);
	color: #fff;
}

.m2-lb .m1-t-btn>div:hover {
	color: #005bac;
}

@media screen and (max-width:999px) {
	.m2-xq {
		margin-top: 20px;
	}

	.m2-xq .faqtop {
		padding: 10px 0;
	}

	.m2-xq .faqnr {
		padding-bottom: 20px;
	}

	.m2-btn a {
		margin-top: 20px;
		padding: 2px 20px;
	}

	.m2-xq .faqtop p {
		font-size: 16px;
	}

	.m2-t-btn a {
		padding: 5px 12px;
		font-size: 16px;
	}
}

@media screen and (max-width:767px) {
	.m2-l {
		width: 100%;
	}

	.m2-r {
		margin-top: 20px;
		width: 100%;
	}

	.m2-lb::before {
		display: none;
	}

	.m2-lb .m1-t-btn {
		right: 20px;
		bottom: 20px;
	}

	.m2-xnr,
	.m2-t-btn a,
	.m2-btn a {
		font-size: 14px;
		line-height: 26px;
	}
}

/* main3 */

@media screen and (min-width:1000px) {
	.main3 {
		padding-top: 104px;
		padding-bottom: 130px;
	}
}

.main3 {
	background: url("../images/m3bj.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.main3:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/m3bj.jpg") no-repeat center;
	background-size: cover;
	z-index: -1
}
@media screen and (max-width:640px) {
	.main3 {
		background:#333;
	}
}
.m3-nr {
	margin-top: 34px;
	max-width: 960px;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 34px;
	color: #ffffff;
}

.m3-btn a {
	margin-top: 106px;
	border-color: #fff;
	color: #fff;
}

.m3-btn i {
	background-color: #fff;
	color: #005bac;
}

@media screen and (max-width:999px) {
	.m3-nr {
		margin-top: 20px;
		font-size: 18px;
		line-height: 30px;
	}

	.m3-btn a {
		margin-top: 20px;
	}
}

@media screen and (max-width:767px) {
	.m3-nr {
		margin-top: 10px;
		font-size: 16px;
	}
}

/* main4 */

@media screen and (min-width:1000px) {
	.main4 {
		padding-top: 78px;
		padding-bottom: 85px;
	}
}

.m4-xq {
	margin-top: 66px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 44px 31px;
}

.m4-img {
	border-radius: 24px;
	overflow: hidden;
}

.m4-xbt {
	margin-top: 10px;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
}

@media screen and (max-width:999px) {
	.m4-xq {
		gap: 20px;
		margin-top: 30px;
	}
}

@media screen and (max-width:767px) {
	.m4-xbt {
		font-size: 14px;
	}

	.m4-xq {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width:480px) {
	.m4-xq {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* main5 */

@media screen and (min-width:1000px) {
	.main5 {
		padding-top: 84px;
		padding-bottom: 120px;
	}
}

.main5 {
	background: linear-gradient(to top, #fff, #f3f6fb);
	background-image:url(../images/about_bj.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
hr{ width:60px;margin:0px 0px; color:#dedede;height:1px;border:none;border-top:1px  solid #cdcdcd; padding:6px 0px 10px 0px;}
.m5-top {
	display: flex;
	justify-content: space-between;
}

.m5-t-l {
	width: 800px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.m5-t-l .m2-t-btn {
	margin-top: 20px;
	margin-bottom: 10px;
}

.m5-t-r {
	width: 100%;
}

.m5-nr {
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.m5-nr p{
margin-bottom:16px;
}

.m5-gs {
	margin-top: 44px;
	display: flex;
	/*flex-wrap: wrap;*/
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px; border:0px solid #F60;
}
.m5-gs li{ border:0px solid #ddd; margin:0px 30px 0px 0px; width:240px; vertical-align:top;}

.m5-gs li:hover .m5-num,
.m5-gs li:hover .m5-num em,
.m5-gs li:hover .m5-num span {
	color: #005bac;
}

.m5-num {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 56px;
}

.m5-num em {
	font-style: initial;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 41px;
	line-height: 56px;
}

.m5-xnr {
	padding-top: 14px;
	padding-right: 16px;
	border-top: 2px solid #ddd;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

.m5-lb {
	margin-top: 64px;
}

.m5-img {
	border-radius: 24px;
	overflow: hidden;
}

.m5-lb .m1-t-btn {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 9;
}

.m5-lb .m1-t-btn>div {
	background-color: rgba(225, 225, 225, 0.6);
	color: #fff;
}

.m5-lb .m1-t-btn>div:hover {
	color: #005bac;
}

@media screen and (max-width:1500px) {
	.m5-t-l {
		margin-right: 50px;
	}

	.m5-t-r {
		flex: 1;
	}

	.m5-xnr {
		padding-right: 0;
	}

	.m5-num em {
		font-size: 30px;
		line-height: 40px;
	}

	.m5-num {
		font-size: 20px;
		line-height: 40px;
	}
}

@media screen and (max-width:1000px) {
	.m5-top {
		flex-wrap: wrap;
	}

	.m5-t-l {
		margin-right: 0;
		width: 100%;
	}

	.m5-t-r {
		margin-top: 20px;
		width: 100%;
	}

	.m5-gs {
		margin-top: 20px;
	}

	.m5-lb {
		margin-top: 30px;
	}
}

@media screen and (max-width:767px) {
	.m5-num em {
		font-size: 24px;
		line-height: 30px;
	}

	.m5-num {
		font-size: 16px;
		line-height: 30px;
	}

	.m5-xnr {
		font-size: 14px;
		line-height: 26px;
	}

	.m5-lb .m1-t-btn {
		right: 20px;
		bottom: 20px;
	}
}


/* main6 */

@media screen and (min-width:1000px) {
	.main6 {
		padding-top: 66px;
		padding-bottom: 90px;
	}
}


.main6 {
	background: url("../images/m6bj.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.main6:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/m6bj.jpg") no-repeat center;
	background-size: cover;
	z-index: -1
}
@media screen and (max-width:640px) {
	.main6 {
		background:#333;
	}
}

.m6-t-btn a {
	border-color: #fff;
	color: #ffffff;
}

.m6-t-btn i {
	background-color: #ffffff;
	color: #005bac;
}

.m6-xq {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 22px 0;
}

.m6-xq li {
	min-height: 270px;
	position: relative;
	padding: 0 40px;
	width: 24%;
	margin-left: auto;
	background-color: rgba(255, 255, 255, 0.96);
	border-radius: 16px;
   overflow: hidden;
}

.m6-xq li::before{
	content: "";
	width: 100%;
	height: 0;
	background-color: #005bac;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s;
	z-index: 1;
}

.m6-xq li:hover::before{
	height: 100%;
}

.m6-xq li:nth-child(7n+1),
.m6-xq li:nth-child(7n+2),
.m6-xq li:nth-child(7n+3) {
	width: 24%;
}

.m6-xq li:nth-child(7n+1),
.m6-xq li:nth-child(7n+4) {
}

.m6-dnr {
	position: relative;
	padding: 70px 0 34px;
	height: 100%;
}

.m6-xt {
	width: 64px;
	margin: 0 auto;
}

.m6-xbt {
	margin-top: 30px;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #005bac;
}

.m6-num {
	position: absolute;
	right: 6px;
	bottom: 25px;
	z-index: 2;
	font-weight: bold;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 70px;
	line-height: 70px;
	color: #005bac;
	opacity: 0.1;
}

.m6-nr {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;

	color: #fff;
	transition: .5s;
	opacity: 0;
}

.m6-nr p {
	color: #fff;
}

.m6-xq li:hover .m6-num {
	color: #fff;
}

.m6-xq li:hover .m6-nr {
	opacity: 1;
	transform: translateY(-50%);
}

@media screen and (max-width:1400px) {
	.m6-xq li {
		padding: 0 20px;
	}

	.m6-dnr {
		padding: 30px 0;
	}

	.m6-xbt {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.m6-xq {
		margin-top: 20px;
		gap: 20px 2%;
	}

	.m6-xq li {
		width: 49% !important;
		margin-left: 0;
	}

	.m6-nr {
		position: initial;
		transform: initial;
		display: -webkit-box;
		color: #333;
      opacity: 1;
	}

	.m6-nr p {
		color: #333;
	}

	.m6-xbt {
		margin-top: 20px;
		font-size: 16px;
	}

	.m6-dnr {
		padding: 20px 0;
	}

	.m6-xt {
		width: 50px;
	}

	.m6-num {
		font-size: 50px;
		line-height: 50px;
	}
}
@media screen and (max-width:760px) {
    .m6-nr{ display:none;}
}
@media screen and (max-width:480px) {
	.m6-xq li {
		/*width: 100% !important;*/
	}
}

/* main7 */

@media screen and (min-width:1000px) {
	.main7 {
		padding-top: 88px;
		padding-bottom: 100px;
	}
}

.m7-newd {
	margin-top: 48px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.m7-l {
	width: 40%;
}

.m7-img {
	border-radius: 18px;
	overflow: hidden;
}

.m7-r {
	width: 52.214%;
}

.m7-xbt {
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.m7-time {
	padding-top: 16px;
	padding-bottom: 22px;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #005bac;

	border-bottom: 1px solid #c0c4cc;
}

.m7-nr {
	margin-top: 24px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.m7-btn a {
	margin-top: 42px;
	display: inline-block;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #005bac;
}

.m7-btn a:hover{
	color: #333;
}

.m7-news {
	margin-top: 38px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

.m7-news li {
	display: flex;
}

.m7-b-time {
	margin-right: 30px;
	padding: 18px 12px;
	flex-shrink: 0;
	width: 80px;
	background-color: #f3f5fb;
	border-radius: 0px 16px 0px 16px;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #333;
}

.m7-news li:hover .m7-b-time {
	background-color: #005bac;
	color: #fff;
}

.m7-b-dnr {
	padding-top: 24px;
	padding-bottom: 9px;
}

.m7-b-xbt {
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.m7-b-nr {
	margin-top: 10px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

@media screen and (max-width:1400px) {
	.m7-time {
		padding: 10px 0;
	}

	.m7-nr {
		margin-top: 10px;
	}

	.m7-btn a {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.m7-newd {
		margin-top: 20px;
	}

	.m7-l {
		width: 100%;
	}

	.m7-r {
		margin-top: 20px;
		width: 100%;
	}

	.m7-xbt {
		font-size: 18px;
	}

	.m7-news {
		margin-top: 30px;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.m7-b-time {
		padding: 10px;
		font-size: 16px;
	}

	.m7-b-dnr {
		padding: 10px 0;
	}
}

@media screen and (max-width:767px) {
	.m7-xbt {
		font-size: 16px;
	}

	.m7-time {
		padding: 5px 0;
		font-size: 14px;
		line-height: 26px;
	}

	.m7-btn a {
		font-size: 14px;
		line-height: 26px;
	}

	.m7-b-time {
		width: 66px;
		font-size: 14px;
		line-height: 26px;
		margin-right: 10px;
	}

	.m7-b-xbt {
		font-size: 16px;
	}
}

/* main8 */

@media screen and (min-width:1000px) {
	.main8 {
		padding-top: 84px;
		padding-bottom: 56px;
	}
}

.main8 {
	background-color: #f3f5f9;
}

.m8-nr {
	margin-top: 4px;
	font-size: 18px;
	line-height: 30px;
}

.m8-bd {
	margin-top: 46px;
}

.m8-bd form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.m8-bd .m8-l,
.m8-bd .m8-r {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.m8-bd .m8-l {
	width: 50.21%;
}

.m8-bd .m8-r {
	width: 47.714%;
}

.m8-bd .m8-l>div,
.m8-bd .m8-r>div {
	margin-bottom: 42px;
}

.m8-bd .m8-l>div {
	width: 48.364%;
}

.m8-bd .m8-r>div,
.m8-bd .m8-l>div.chang {
	width: 100%;
}

.m8-bd input,
.m8-bd textarea {
	width: 100%;
	padding: 13px 18px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
}

.m8-bd textarea {
	height: 252px;
}

.m8-bd .m8-btn input {
	background-color: #005bac;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	transition: .5s;
	 text-transform: uppercase;
}

.m8-bd .m8-btn input:hover {
	background-color: #fff;
	color: #005bac;
}

.m8-bd .xing {
	position: relative;
}

.m8-bd .xing::before {
	content: '*';
	position: absolute;
	left: -10px;
	top: 16px;
	font-size: 16px;
	line-height: 30px;
	color: #ff0000;
}

@media screen and (max-width:999px) {
	.m8-nr {
		font-size: 16px;
	}

	.m8-bd {
		padding-left: 10px;
		margin-top: 20px;
	}

	.m8-bd .m8-l>div,
	.m8-bd .m8-r>div {
		margin-bottom: 20px;
	}

	.m8-bd input,
	.m8-bd textarea {
		padding: 5px 18px;
	}

	.m8-bd textarea {
		height: 96px;
	}

	.m8-bd .xing::before {
		top: 7px;
	}

	.m8-bd .m8-btn input {
		font-size: 18px;
	}
}

@media screen and (max-width:767px) {
	.m8-nr {
		font-size: 14px;
		line-height: 26px;
	}

	.m8-bd .m8-l,
	.m8-bd .m8-r {
		width: 100%;
	}

	.m8-bd .m8-l>div,
	.m8-bd .m8-r>div {
		margin-bottom: 10px;
	}

	.m8-bd input,
	.m8-bd textarea {
		font-size: 14px;
		line-height: 26px;
	}

	.m8-bd .m8-btn input {
		font-size: 16px;
	}
}

/* foot */

.foot {
	padding-top: 80px;
	padding-bottom: 40px;
	background-color: #181f38;
}

.foot .zong {
	display: flex;
	justify-content: space-between;
}

.fo1 {
	width: 346px;
}

.fo2 {
	width: 174px;
}

.fo3 {
	width: 220px;
}

.fo4 {
	width: 350px;
}

.fologo {
	width: 204px;
}

.fologo a:hover img {
	transform: initial;
}

.fo1p {
	margin-top: 40px;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}
.fo1p a{
	color: #fff;
}
.fobiao {
	padding-top: 16px;
	margin-bottom: 35px;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}

.fobiao a {
	color: #fff;
}

.fobiao a:hover {
	text-decoration: underline;
	text-underline-offset: 6px;
}

.fonav p,
.foul li,
.foul p {
	font-size: 16px;
	line-height: 32px;
	color: #c7c7c7;
}

.fonav a,
.foul a {
	color: #c7c7c7;
}

.fonav a:hover,
.foul a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.foot2 {
	margin-top: 60px;
	padding-top: 38px;
	border-top: 2px solid #222840;
}

.foot2 .zong {
	display: flex;
	justify-content: space-between;
}

.fop {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

.fop p,
.fop strong {
	color: #fff;
}

.fop a {
	display: inline-block;
	color: #fff;
}

.fop a:hover {
	text-decoration: underline;
}

.youlian {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

.youlian span,
.youlian a {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
}

.youlian a {
	margin: 0 5px;
}

.youlian a:hover {
	text-decoration: underline;
}

.foot .social-media {
	display: flex;
	flex-wrap: wrap;
}

.foot .social-media a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	text-align: center;
	color: #fff;
	flex-shrink: 0;
}

.foot .social-media a i {
	font-size: 26px;
}

.foot .social-media a:hover {
	color: #005bac;
	background-color: #fff;
}

@media screen and (max-width:1400px) {
	.fobiao {
		font-size: 18px;
	}

	.fo1p,
	.fonav p,
	.foul li,
	.foul p {
		font-size: 14px;
		line-height: 30px;
	}

	.fo1 {
		width: 240px;
	}

	.fo2 {
		width: 140px;
	}

	.fo3 {
		width: 170px;
	}

	.fo4 {
		width: 260px;
	}
}

@media screen and (max-width:1200px) {
	.foot .zong {
		width: 95%;
	}
}

@media screen and (max-width:999px) {
	.foot {
		padding-top: 20px;
		padding-bottom: 60px;
	}

	.fo2,
	.fo3,
	.fo4 {
		display: none;
	}

	.fo1 {
		width: 100%;
	}

	.fologo {
		width: 140px;
	}

	.fo1p {
		margin-top: 20px;
		line-height: 26px;
	}

	.foot2 {
		margin-top: 20px;
		padding-top: 10px;
	}

	.fop {
		font-size: 14px;
		line-height: 26px;
	}

	.foot2 .zong {
		flex-direction: column-reverse;
	}

	.foot .social-media {
		justify-content: center;
	}

	.foot .social-media a {
		margin: 5px;
	}

	.foot .social-media a i {
		font-size: 20px;
	}
}



/* lianxi */
.contact-us {
	position: fixed;
	width: 52px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	display: none;
}

.contacth {
	display: block;
}

.contact-us div a {
	display: block;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 50px;
	font-size: 26px;
	background-color: #919699;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-top: 2px;
	cursor: pointer;
}

.contact-us div.top a {
	margin-top: 30px;
	background-color: #181f38;
}

.weixin {
	position: relative;
	cursor: pointer;
}

.weixin img {
	position: absolute;
	width: 149px;
	height: 150px;
	max-width: none;
	top: 0px;
	left: -149px;
	display: none;
}

.weixin:hover img {
	display: block;
}

.weixin2,
.tankuang {
	display: none
}

.tankuang {
	position: absolute;
	bottom: 50px;
	left: 50% !important;
	margin-left: -75px;
}

.tankuang img {
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	left: auto;
	margin: auto;
}

.contact-us div a:hover {
	background: #005bac !important;
	color: #fff;
}

.clear2 {
	display: none
}

.contact-us .c-tel {
	position: relative;
}

.c-teln {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(200%);
	transition: .5s;
	background-color: #005bac;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	height: 100%;
	padding: 10px;
	padding-right: 60px;
	white-space: nowrap;
	z-index: -1;
}

.contact-us .c-tel:hover .c-teln {
	transform: initial;
}

@media screen and (max-width:999px) {
	.youlian {
		display: none
	}

	.contact-us {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
		display: flex;
	}

	.contact-us div {
		flex: 1;
		float: left;
	}

	.contact-us div a {
		margin: auto !important;
		width: 100%;
		background: #fff !important;
		color: #333;
		height: 40px;
		line-height: 40px;
		border-radius: 0px;
	}

	.weixin2 {
		display: block
	}

	.weixin1,
	.c-teln {
		display: none
	}
}

/* @media screen and (max-width:600px) {
	.tankuang{
		left: 0 !important;
		margin-left: 0;
	}
} */

/* ---------------------2-1 Products--------------------- */

.dhck {
	padding-top: 100px;
}

.fybannerd {
	overflow: hidden;
}

.fybannerd img {
	animation: shrink 1s linear;
}

@keyframes shrink {
	0% {
		transform: scale(1.1);
		/* opacity: 0; */
	}

	100% {
		transform: scale(1);
		/* opacity: 1; */
	}
}

.fenytop {
	margin-top: 15px;
	width: 100%;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
}

.fenytop i {
	margin-right: 10px;
	color: #005bac;
}

.fenytop,
.fenytop a {
	display: inline-block;
	color: #333;
}

.fenytop a:hover {
	color: #005bac;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.fenytop .fydq {
	color: #005bac;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media screen and (max-width:999px) {
	.fenytop a {
		font-size: 14px;
		line-height: 26px;
	}

	.banz {
		padding-bottom: 0;
	}

	.fenytop {
		margin-top: 5px;
	}
}

@media screen and (max-width:480px) {
	.fybanner {
		height: auto !important;
		padding: 0 !important;
	}

	.banz {
		position: initial;
		transform: initial;
	}

	.banz>p,
	.fybanner img {
		display: none;
	}

	.fenytop,
	.fenytop a {
		color: #333;
	}
}

.banz {
	position: absolute;
	left: 50%;
	top:80%;
	transform: translate(-50%, -50%);
}

.banz .m1-bt {
	color: #fff;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
}

.banz .fenytop,
.banz .fenytop a {
	color: #fff;
}

.banz .fenytop i {
	color: #fff;
}

@media screen and (max-width:999px) {
	.dhck {
		padding-top: 60px;
	}
}

@media screen and (max-width:480px) {
	.dhck {
		display: none;
	}

	.banz {
		position: initial;
		transform: initial;
	}

	.banz .m1-bt {
		color: #333;
	}

	.banz .fenytop,
	.banz .fenytop a,
	.banz .fenytop i {
		color: #333;
	}
}

/* p1m1 */

@media screen and (min-width:1000px) {
	.p1m1 {
		padding-top: 74px;
		padding-bottom: 50px;
	}
}

.p1m1-top {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 21px;
	margin-bottom: 62px;
}

.p1m1-top li {
	font-size: 16px;
	line-height:24px;
}

.p1m1-top>li {
	padding-left: 18px;
	padding-right: 12px;
	position: relative;
	background-color: #f3f6fb;
	border-radius: 6px;
}

.p1m1-top>li>p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p1m1-top>li>p>a {
	display: block;
	padding: 25px 0;
}

.p1m1-top li i {
	font-size: 12px;
}

.p1m1-t-ej {
	padding: 18px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	width: 280px;
	background-color: #ffffff;
	box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	display: none;
}

.p1m1-t-ej li {
	padding: 5px 0;
}

.p1m1-t-ej li a {
	color: #666;
}

.p1m1-t-ej li a:hover {
	color: #005bac;
}

@media screen and (min-width:1000px) {
	.p1m1-top li:hover .p1m1-t-ej {
		display: block !important;
	}
}

.p1m1-bt {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 46px;
}

.p1m1-fbt {
	margin-top: 4px;
	font-size: 16px;
	line-height: 30px;
	color: #005bac;
}

.p1m1-xq {
	margin-top: 34px;
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px 13px;
}

.p1m1-xq li {
	padding: 30px;
	padding-bottom: 20px;
	background-color: #f3f6fb;
	border-radius: 8px;
}

.p1m1-xq li:nth-child(n+9) {
	display: none;
}

.p1m1-xqz li {
	display: block !important;
}

.p1m1-xbt {
	margin-top: 20px;
	font-size: 16px;
	line-height:20px;
}

.p1m1-ipt {
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.p1m1-ipt input {
	cursor: pointer;
	margin-right: 10px;
	opacity: 0.5;
}

.p1m1-ipt input:checked {
	opacity: 1;
}

.p1m1-ipt a {
	font-size: 16px;
	line-height: 30px;
	color: #005bac;
}

.p1m1-ipt a:hover {
	color: #005bac;
	text-decoration: underline;
}

.p1m1-btm {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.p1m1-btn {
	padding: 0 18px;
	font-size: 14px;
	line-height: 22px;
	color: #005bac;
	background-color: #edf0f5;
	border-radius: 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.p1m1-btn span {
	padding-right: 8px;
	color: #005bac;
}

.p1m1-btm .sc input {
	transition: .5s;
	height: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #005bac;
	background-color: #edf0f5;
	border-radius: 12px;
	cursor: pointer;
	padding: 0 18px;
}

.p1m1-btm .sc i {
	font-size: 18px;
	line-height: 20px;
	color: #005bac;
}

.p1m1-btn:hover,
.p1m1-btm .sc input:hover {
	background-color: #005bac;
	color: #fff;
}

.p1m1-btn:hover span {
	color: #fff;
}

.p1m1-btn:hover img {
	filter: grayscale(1) brightness(8);
}

.p1m1-xqz+.p1m1-btm .p1m1-btn img {
	transform: rotate(180deg);
}

/* p1m2 */

@media screen and (min-width:1000px) {
	.p1m2 {
		padding: 105px 0;
	}
}

.p1m2 {
	background: url("../images/p1m2bj.jpg") no-repeat center;
	background-size: cover;
}

.p1m2-nr {
	margin-top: 38px;
	font-size: 18px;
	line-height: 34px;
}

.p1m2-r {
	margin-left: 20px;
	width: 60.416667%;
	float: right;
	padding-left: 100px;
	overflow: hidden;
}

.p1m2-lb {
	position: relative;
}

.p1m2-lb .p1m2-sw {
	overflow: initial;
}

.p1m2-img {
	border-radius: 8px;
	overflow: hidden;
	background-color: #f3f6fb;
}

.sw-btn .m-prev,
.sw-btn .m-next {
	width: 55px;
	height: 55px;
	line-height: 53px;
	background-color: #f3f6fb;
	border: solid 1px #c0c4cc;
	color: #005bac;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	transition: .5s;
}

.sw-btn .m-prev:hover,
.sw-btn .m-next:hover {
	background-color: #005bac;
	border-color: #005bac;
	color: #fff;
}

.p1m2-lb .sw-btn {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	z-index: 9;
	display: grid;
	gap: 9px;
}

.p1m2-sw .swiper-slide {
	opacity: 0;
	transition: .5s;
}

.p1m2-sw .swiper-slide-active,
.p1m2-sw .swiper-slide-next,
.p1m2-sw .swiper-slide-next+.swiper-slide {
	opacity: 1;
}

@media screen and (max-width:1500px) {
	.p1m1-top {
		grid-template-columns: repeat(3, 1fr);
	}

	.p1m2-r {
		width: 50%;
		padding-left: 40px;
	}
}

@media screen and (max-width:999px) {
	.p1m1-top>li>p>a {
		padding: 10px 0;
	}

	.p1m1-t-ej {
		width: 100%;
	}

	.p1m1-top {
		margin-bottom: 20px;
	}

	.p1m1-bt {
		font-size: 30px;
		line-height: 40px;
	}

	.p1m1-xq {
		margin: 20px 0;
	}

	.p1m1-xq li {
		padding: 20px;
	}

	.p1m2-xq {
		display: flex;
		flex-direction: column-reverse;
	}

	.p1m2-r {
		padding: 0;
		margin: 0 auto;
		margin-top: 20px;
		float: initial;
		width: 95%;
	}

	.p1m2-lb .sw-btn {
		margin-top: 20px;
		position: initial;
		transform: initial;
		display: flex;
		justify-content: center;
	}

	.p1m2-nr {
		margin-top: 20px;
		font-size: 16px;
		line-height: 30px;
	}

	.sw-btn .m-prev,
	.sw-btn .m-next {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
}

@media screen and (max-width:767px) {
	.p1m1-top li {
		font-size: 14px;
		line-height: 26px;
	}

	.p1m1-top {
		gap: 10px;
	}

	.p1m1-bt {
		font-size: 20px;
		line-height: 30px;
	}

	.p1m1-fbt {
		font-size: 14px;
		line-height: 22px;
		padding:0px 10%;
	}

	.p1m1-xq {
		grid-template-columns: repeat(2, 1fr);
	}

	.p1m1-xbt {
		font-size: 14px;
		line-height: 26px;
	}

	.p1m1-ipt a {
		font-size: 14px;
	}

	.p1m2-nr {
		font-size: 14px;
		line-height: 26px;
	}

	.sw-btn .m-prev,
	.sw-btn .m-next {
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
}

@media screen and (max-width:600px) {
	.p1m1-top {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width:480px) {
	.p1m1-xq {
		gap: 10px;
	}

	.p1m1-xq li {
		padding: 10px;
	}
}

@media screen and (max-width:400px) {
	.p1m1-top {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* ----------------------2-2 Products---------------------- */

.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url("../images/zoomloader.gif");
	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: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #ccc;
	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.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

.m-propic {
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.m-propic img {
	transition: initial;
}

.m-propic .pic-big {
	width: 92%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9;
}

.m-propic .big-img {
	display: block;
	line-height: 0;
	font-size: 0;
}

.m-propic .big-img img {
	overflow: hidden;
	border-radius: 16px;
}

.m-propic .big-img:hover img {
	transform: initial;
}

.m-propic .big-img .zoomPad {
	float: none;
	z-index: 8;
}

.m-propic .zoomWrapperImage img {
	max-width: 1920px;
	z-index: 99
}

.m-propic .pic-small {
	width: 16.64%;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.m-propic .pic-btn {
	height: 3.85%;
	background-color: #f3f6fb;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	color: #999;
	cursor: pointer;
	z-index: 9;
	border-radius: 8px;
}

.m-propic .pic-btn.prev {
	top: 0;
}

.m-propic .pic-btn.next {
	bottom: 0;
}

.m-propic .pic-btn:hover {
	background-color: #005bac;
	color: #fff;
}

.m-propic .pic-list {
	padding-top: 31%;
	width: 100%;
	overflow: hidden;
	position: absolute;
}

.m-propic .pic-list ul {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.m-propic .list-item {
	width: 100%;
	margin-bottom: 9.7%;
	position: relative;

}

.m-propic .item-pics,
.m-propic .pic-list .item-video {
	display: block;
	position: relative;
	overflow: hidden;
	border: solid 1px transparent;
	border-radius: 8px;
}

.m-propic .item-pics:before,
.m-propic .pic-list .item-video:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 15px;
	left: 0px;
	top: 50%;
	margin-top: -7px;
	z-index: -1
}

.m-propic .item-pics img,
.m-propic .pic-list .item-video img {
	width: 100%;
	display: block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	cursor: pointer;

}

.m-propic .item-pics.zoomThumbActive:before,
.m-propic .item-video.active:before {
	left: -8px;
}

.m-propic .provideo-box {
	border-radius: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.m-propic .provideo-box .provideo {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	height: 0;
}

.m-propic .provideo-box .provideo iframe,
.pro2-box .m-propic .provideo-box .provideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.m-propic .provideo-box .provideo iframe body {
	margin: 0px !important;
}

.m-propic .item-pics:hover,
.m-propic .item-pics.active,
.m-propic .item-video:hover,
.m-propic .item-video.active {
	border: 1px solid;
	border-color: #4f73a8;
}

@media screen and (max-width:999px) {

	.zoomPup,
	.zoomWindow {
		display: none !important;
	}
}


/* p2m1 */

@media screen and (min-width:1000px) {
	.p2m1 {
		padding-top: 102px;
		padding-bottom: 88px;
	}
}

.p2m1-xq {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p2m1-l {
	width:54.642857%;
}

.p2m1-r {
	padding-top: 15px;
	width: 44.0714%;
}

.p2m1-bt {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
}

.p2m1-xbt {
	margin-top: 26px;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #005bac;
}

.p2m1-nr {
	margin-top: 16px;
	line-height: 28px;
}

.inq {
	margin-top: 10px;
}

.inq .share {
	margin: 10px 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: auto;
}

.inq .share1 {
	margin-right: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
}

.inq .share2 {
	display: inline-block;
	vertical-align: middle;
}

.p2m1-btn {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.p2m1-btn a {
	padding: 8px 36px;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #005bac;
	border-radius: 24px;
	border: solid 1px #005bac;
	background-color: #fff;
}

.p2m1-btn a:hover {
	background-color: #005bac;
	color: #fff;
}

.p2-md {
	background-color: #f3f6fb;
}

.p2-mdxq {
	display: flex;
	flex-wrap: wrap;
}

.p2-mdxq a {
	padding: 30px;
	display: inline-block;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	position: relative;
}

.p2-mdxq a:hover {
	background-color: #005bac;
	color: #fff;
}

.p2-mdxq a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 34px;
	background-color: #e1e4e8;
}

.p2-mdxq a:hover::before {
	display: none;
}

/* p2m2 */

@media screen and (min-width:1000px) {
	.p2m2 {
		padding-top: 74px;
		padding-bottom: 60px;
	}
}

.p2m2-bt {
	padding-bottom: 26px;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 40px;
	border-bottom: 1px solid #d2d5dd;
}

.p2m2-nr {
	margin-top: 22px;
	line-height: 32px;
}

.p2m2-nr em {
	font-style: initial;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	color: #005bac;
}

/* p2m3 */

@media screen and (min-width:1000px) {
	.p2m3 {
		padding-bottom: 68px;
	}
}

.p2m3-dxq {
	position: relative;
}

.p2m3-xq {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}

.p2m3-xq li {
	padding: 20px 16px;
	width: 36.214%;
	background-color: #edf3f7;
	border-radius: 16px;
	min-height: 157px;
	display: flex;
}

.p2m3-num {
	padding-top: 10px;
	font-size: 28px;
	line-height: 30px;
	/*margin-right: 34px;*/
	flex-shrink: 0;
}

.p2m3-dnr {
	position: relative;
}

.p2m3-xbt {
	padding-top: 10px;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}

.p2m3-dnr .p2m2-nr {
	margin-top: 0;
	opacity: 0;
	color: #fff;
}

.p2m3-dnr .p2m2-nr p {
	color: #fff;
}

/*@media screen and (min-width:1000px) {*/
/*	.p2m3-xq li:hover {*/
/*		background-color: #005bac;*/
/*	}*/

/*	.p2m3-xq li:hover .p2m2-nr {*/
/*		opacity: 1;*/
/*	}*/

/*	.p2m3-xq li:hover .p2m3-xbt {*/
/*		opacity: 0;*/
/*	}*/

/*	.p2m3-xq li:hover .p2m3-num,*/
/*	.p2m3-xq li:hover .p2m3-nr,*/
/*	.p2m3-xq li:hover .p2m3-nr p {*/
/*		color: #fff;*/
/*	}*/
/*}*/

.p2m3-img {
	width: 16.42857%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

/* p2m4 */

@media screen and (min-width:1000px) {
	.p2m4 {
		padding-bottom: 62px;
	}
}

.p2m4-xxq {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.p2m4-xxq li {
	padding: 2px 24px;
	background-color: #f3f6fb;
	border-radius: 19px;
	border: solid 1px #d2d5dd;
}

.p2m4-xxq p,
.p2m4-xxq a {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.p2m4-xq {
	margin-top: 70px;
	display: grid;
	gap: 50px;
}

.p2m4-xq li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.p2m4-xq li:nth-child(2n) {
	flex-direction: row-reverse;
}

.p2m4-l {
	width: 44.2857%;
}

.p2m4-xbt {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
}

.p2m4-nr {
	margin-top: 44px;
	line-height: 32px;
}

.p2m4-nr em {
	font-style: initial;
	color: #333;
}

.p2m4-nr em::before {
	content: '•';
	margin-right: 5px;
}

.p2m4-r {
	width: 50%;
}

/* p2m5 */

@media screen and (min-width:1000px) {
	.p2m5 {
		padding-bottom: 66px;
	}
}

.p2m5-xq {
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
	max-width: 1306px;
}

.p2m5-img2 {
	display: none;
}

.p2m5-dw li {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 54px;
}

.p2m5-dw li .yuan {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p2m5-dw li .yuanh,
.p2m5-dw li.tab-dq .yuan {
	opacity: 0;
}

.p2m5-dw li.tab-dq .yuanh {
	opacity: 1;
}

.p2m5-dw li.p2m5-dw1 {
	left: 52.5%;
	top: 55.2%;
}

.p2m5-dw li.p2m5-dw2 {
	left: 53.2%;
	top: 74.6%;
}

.p2m5-dw li.p2m5-dw3 {
	left: 53.2%;
	top: 82.6%;
}

.p2m5-dw li.p2m5-dw4 {
	left: 79.8%;
    top: 78.1%;
}

.p2m5-ddnr {
	padding: 16px 20px;
	position: absolute;
	right: 50px;
	top: 40px;
	min-width: 470px;
	max-width: calc(100% - 100px);
	min-height: 110px;
	background-color: rgba(255, 255, 255, 0.8);
}

.p2m5-ddnr .d-tab {
	display: none;
}

.p2m5-nr {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

.p2m5-nr em {
	font-style: initial;
}

.p2m5-nr em::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #005bac;
	border-radius: 50%;
	margin-right: 10px;
}

/* p2m6 */

@media screen and (min-width:1000px) {
	.p2m6 {
		padding-bottom: 64px;
	}

	.p2m7 {
		padding-bottom: 100px;
	}
}

.p2m6-xq {
	margin-top: 36px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 31px;
}

/* p2m7 */

.p2m7-lb {
	margin-top: 40px;
	position: relative;
}

.p2m7-lb .sw-btn>div {
	position: absolute;
	top: 50%;
	z-index: 9;
}

.p2m7-lb .p2m7-prev {
	left: 0;
	transform: translate(-192%, -50%);
}

.p2m7-lb .p2m7-next {
	right: 0;
	transform: translate(192%, -50%);
}

.p2m7-sw .swiper-slide {
	background-color: #f3f6fb;
	border-radius: 8px;
	padding: 30px;
	padding-bottom: 20px;
}

.p2m7-btn {
	margin-top: 8px;
}

.p2m7-btn a {
	font-size: 16px;
	line-height: 30px;
	color: #005bac;
}

.p2m7-btn a:hover {
	text-decoration: underline;
	text-underline-offset: 4px
}

@media screen and (max-width:1700px) {
	.p2m7-lb .p2m7-prev {
		transform: translate(-120%, -50%);
	}

	.p2m7-lb .p2m7-next {
		transform: translate(120%, -50%);
	}
}

@media screen and (max-width:1400px) {
	.p2m1-xbt {
		margin-top: 10px;
	}

	.p2m1-r {
		width: 50%;
	}

	.p2-mdxq a {
		padding: 20px;
	}

	.p2m3-xq li {
		padding: 20px;
	}

	.p2m3-xbt {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.p2m1-l {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.p2m1-r {
		width: 100%;
	}

	.p2m1-bt,
	.p2m2-bt {
		font-size: 24px;
		line-height: 30px;
	}

	.p2m1-xbt {
		font-size: 18px;
	}

	.p2m1-btn a {
		padding: 5px 20px;
		font-size: 16px;
	}

	.p2-mdxq a {
		padding: 10px 20px;
		font-size: 18px;
	}

	.p2m2-bt {
		padding-bottom: 10px;
	}

	.p2m3-img {
		position: initial;
		transform: initial;
		display: none;
	}

	.p2m3-xq li {
		width: 49%;
		min-height: initial;
	}

	.p2m3-xbt {
		position: initial;
	}

	.p2m3-dnr .p2m2-nr,
	.p2m3-dnr .p2m2-nr p {
		opacity: 1;
		color: #333;
	}

	.p2m3-num {
		margin-right: 20px;
		padding-top: 0;
		font-size: 24px;
	}

	.p2m3-xbt {
		padding-top: 0;
	}

	.p2m3-xq {
		margin-top: 20px;
	}

	.p2m3-xbt {
		font-size: 18px;
	}

	.p2m4-xq {
		margin-top: 20px;
		gap: 20px;
	}

	.p2m4-nr {
		margin-top: 20px;
	}

	.p2m4-xbt {
		font-size: 18px;
	}

	.p2m5-xq {
		margin-top: 30px;
	}

	.p2m5-dw {
		display: none;
	}

	.p2m5-ddnr {
		position: initial;
		min-height: initial;
		min-width: initial;
		max-width: initial;
	}

	.p2m5-ddnr .d-tab {
		display: block !important;
	}

	.p2m5-img1 {
		display: none;
	}

	.p2m5-img2 {
		display: block;
	}

	.p2m6-xq {
		margin-top: 20px;
		gap: 20px;
	}

	.p2m7-lb .sw-btn {
		margin-top: 20px;
		display: flex;
		justify-content: center;
		gap: 10px;
	}

	.p2m7-lb .sw-btn>div {
		position: initial;
		transform: initial;
	}

	.p2m7-sw .swiper-slide {
		padding: 20px;
	}
}

@media screen and (max-width:767px) {

	.p2m1-bt,
	.p2m2-bt {
		font-size: 20px;
	}

	.p2m1-xbt {
		font-size: 16px;
	}

	.inq .share1 {
		font-size: 14px;
	}

	.p2m1-btn a {
		font-size: 14px;
		line-height: 26px;
	}

	.p2-mdxq a,
	.p2m3-xbt {
		font-size: 16px;
	}

	.p2m4-xxq p,
	.p2m4-xxq a,
	.p2m5-nr,
	.p2m7-btn a {
		font-size: 14px;
		line-height: 26px;
	}

	.p2m4-xq li {
		flex-direction: column-reverse !important;
	}

	.p2m4-l,
	.p2m4-r {
		width: 100%;
	}

	.p2m4-l {
		margin-top: 20px;
	}
}

@media screen and (max-width:480px) {
	.p2m3-xq li {
		width: 100%;
	}

	.p2m6-xq {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ---------------------3-1 Sloution----------------------- */

/* s1m1 */

@media screen and (min-width:1000px) {
	.s1m1 {
		padding-top: 88px;
		padding-bottom: 110px;
	}
}

.s1m1-xq {
	margin-top: 58px;
	display: grid;
	gap: 60px;
}

.s1m1-xq li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.s1m1-xq li:nth-child(2n) {
	flex-direction: row-reverse;
}

.s1m1-l {
	width: 48.57%;
}

.s1m1-img {
	border-radius: 16px;
	overflow: hidden;
}

.s1m1-r {
	width: 46.42857%;
}

.s1m1-xbt {
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.s1m1-nr {
	margin-top: 30px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.s1m1-xq .m2-t-btn {
	margin-top: 56px;
}

@media screen and (max-width:999px) {
	.s1m1-xq {
		margin-top: 20px;
		gap: 20px;
	}

	.s1m1-xbt {
		font-size: 22px;
	}

	.s1m1-nr {
		margin-top: 10px;
		-webkit-line-clamp: 5;
	}

	.s1m1-xq .m2-t-btn {
		margin-top: 20px;
	}
}

@media screen and (max-width:767px) {

	.s1m1-l,
	.s1m1-r {
		width: 100%;
	}

	.s1m1-l {
		max-width: 680px;
		margin: 0 auto;
	}

	.s1m1-r {
		margin-top: 20px;
	}

	.s1m1-xbt {
		font-size: 18px;
	}
}

/* ----------------------3-2 Sloution--------------------- */

@media screen and (min-width:1000px) {
	.proyiji {
		display: block !important;
	}
}

.j-nextshow {
	position: relative;
}

.proslide_menubtn {
	display: none;
	width: 23px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 12px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 99;
}

.proslide_menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #333;
}

.prbiao {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 36px;
	display: block;
	color: #333;
	padding-bottom: 30px;
	background-color: #fff;
}

.prlt {
	margin: auto
}

.proyiji {}

.proyiji>li {
	padding: 20px 18px;
	margin-bottom: 10px;
	background-color: #f3f6fb;
	border-radius: 6px;
}

.proyiji>li>p {
	font-family: Tahoma-Bold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	transition: .5s;
	padding: 6px 0;
	color: #222222;     padding-right: 20px;
}

.proyiji li p a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.proyiji>li i {
	font-size: 14px;
	color: #333;
	    position: absolute;
    right: 0px;
    top: 5px;    cursor: pointer;
}
.navContent{display: none;}
.proyiji>li.dangyi>p a,
.proyiji>li.dangyi>p,
.proyiji>li:hover>p,
.proyiji>li:hover>p a {
	color: #005bac;
}

.proerji {
	/*margin-top: 18px;*/
	/*border-top: 1px solid #dfe1e5;*/
	/*padding-top: 16px;*/
	margin-bottom: 18px;
    padding-top: 16px;
    margin-left: 18px;
}

.proerji li p {
	padding: 5px 0;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.proerji li p a {}

.proerji {
	display: none;
}

.prosanji {
	display: none;
	padding-bottom: 20px;
}

.prosanji>li>p {
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: 0px;
}

.prosanji li p a {
	color: #333;
}

.danger .prosanji {
	display: block;
}

.proerji li p a:hover,
.proerji>.danger>p,
.proerji>.danger>p a,
.prosanji li p a:hover,
.prosanji>.dangsan>p,
.prosanji>.dangsan>p a {
	color: #005bac;
}

@media screen and (max-width:999px) {

	.j-nextshow,
	.proslide_menubtn {
		display: block;
	}

	.proyiji {
		display: none;
	}

	.prbiao {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px;
		padding-right: 40px;
	}

	.proyiji>li>p {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.proerji li p {
		font-size: 14px;
		line-height: 26px;
	}
}


.n2m1-time {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-right: 36px;
}

.net {
	padding-bottom: 10px;
	margin-top: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #dfdfdf;
}

.net .share {
	margin: 8px 0;
	display: inline-block;
	vertical-align: middle;
}

.net .share1 {
	margin-right: 5px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
}

.net .share2 {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width:999px) {
	.net {
		padding: 0;
		margin-top: 0;
	}

	.n2m1-time {
		margin-right: 20px;
	}

	.n2m1-time,
	.net .share1 {
		font-size: 14px;
		line-height: 26px;
	}
}

.fanpian {
	border-top: solid 1px #d8dbe3;
	padding-top: 40px;
	text-align: left;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.fanpian li {
	display: inline-block;
	position: relative;
	width: 49%;
}

.fanpian li i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	width: 56px;
	height: 56px;
	line-height: 54px;
	border-radius: 50%;
	background-color: #ffffff;
	border: solid 1px #1e1e1e;
	color: #333;
	text-align: center;
	transition: .5s;
	font-size: 20px;
}

.fanpian li a:hover i {
	border-color: #005bac;
	background-color: #005bac;
	color: #fff;
}

.fanpian li p {
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
}

.fanpian li a,
.fanpian li em {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.fanpian li em {
	display: block;
	font-style: initial;
}

.fanpian li em a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.fanpian li a:hover {
	color: #005bac;
}


.fanpian li:nth-child(1) {
	padding-left: 80px;
	padding-right: 15px;
}

.fanpian li:nth-child(2) {
	padding-right: 80px;
	text-align: right;
}

.fanpian li:nth-child(1) i {
	left: 0;
}

.fanpian li:nth-child(2) i {
	right: 0;
}

@media screen and (max-width:999px) {
	.fanpian {
		padding: 5px 0;
	}

	.fanpian li {
		width: 100%;
		margin-top: 10px;
	}

	.fanpian li i {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 16px;
	}

	.fanpian li:nth-child(1) {
		padding-left: 50px;
		padding-right: 10px;
	}

	.fanpian li:nth-child(1) i {
		left: 10px;
	}

	.fanpian li:nth-child(2) {
		padding-left: 50px;
		padding-right: 10px;
		text-align: left;
	}

	.fanpian li:nth-child(2) i {
		left: 10px;
	}
}

@media screen and (max-width:767px) {

	.fanpian li p,
	.fanpian li a,
	.fanpian li em {
		padding-top: 0;
		font-size: 12px;
		line-height: 22px;
	}
}

/* s2m1 */

@media screen and (min-width:1000px) {
	.s2m1 {
		padding-top: 100px;
		padding-bottom: 104px;
	}
}

.s2m1-xq {
	display: flex;
}

.s2m1-l {
	flex: 1;
}

.s2m1-r {
	width: 298px;
	margin-left: 50px;
}

.s2m1-nr {
	line-height:26px;
	margin-top: 30px;
	margin-bottom: 34px;
}
.s2m1-nr p{
margin-bottom:20px;
}
/* s2m2 */

@media screen and (min-width:1000px) {
	.s2m2 {
		padding-top: 86px;
		padding-bottom: 100px;
	}
}

.s2m2 {
	background: linear-gradient(to top, #fff 70%, #f3f6fb);
}

@media screen and (max-width:1400px) {
	.s2m1-r {
		width: 260px;
	}
}

@media screen and (max-width:999px) {
	.s2m1-xq {
		flex-wrap: wrap;
	}

	.s2m1-l {
		width: 100%;
		flex: initial;
	}

	.s2m1-r {
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}

	.s2m1-nr {
		margin: 20px 0;
	}
}

/* ---------------------4-1 About---------------------- */

/* a1m1 */

@media screen and (min-width:1000px) {
	.a1m1 {
		padding-bottom: 82px;
	}

	.a1m1 .m5-t-r {
		width: 75%;
	}

	.a1m1 .m5-gs {
		margin-top: 76px;
		padding-right: 98px;
	}

	.m5-num {
		line-height: 40px;
	}
}

@media screen and (min-width:1401px) {
	.a1m1-bt {
		font-size: 42px;
	}
}

.a1m1 .m2-t-btn {
	margin-bottom: 0;
}

.a1m1 .m5-t-r {
	width: 75%;
}

.a1m1-num {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
}

.m5-gs li:hover .a1m1-num{
	color: #005bac;
}

.a1m1 .m5-lb .m1-t-btn>div {
	color: #666;
	background-color: rgba(255, 255, 255, 0.6);
}

.a1m1 .m5-lb .m1-t-btn>div:hover {
	color: #005bac;
}

/* a1m2 */

@media screen and (min-width:1000px) {
	.a1m2 {
		padding-bottom: 94px;
	}
}

.a1m2-nr {
	margin-top: 18px;
	line-height: 32px;
}

/* a1m3 */

@media screen and (min-width:1000px) {
	.a1m3 {
		padding-top: 92px;
		padding-bottom: 74px;
	}
}

.a1m3 {
	background-color: #edf3f7;
}

.a1m3-xq {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.a1m3-l {
	width: 42.142857%;
}

.a1m3-r {
	padding-top: 60px;
	width: 53.7857%;
}

.a1m3-nr {
	margin-top: 28px;
	line-height: 32px;
}

.a1m3 .m2-t-btn {
	margin-top: 54px;
}

/* a1m4 */

@media screen and (min-width:1000px) {
	.a1m4 {
		padding-top: 76px;
		padding-bottom: 76px;
	}
}

.a1m4-nr {
	margin-top: 8px;
	line-height: 32px;
}

#box2 {
	position: relative;
	margin: auto;
	margin-top: 56px;
	max-width: 1400px;
}

#box2 ul {
	position: relative;
	margin: auto;
	padding-bottom: 30.07%;
}

#box2 li {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
	overflow: hidden;
	-moz-box-sizing: content-box;
	box-sizing: content-box !important;
	border-radius: 16px;
}

#box2 li span {
	margin-top: 10px;
	display: block;
	font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

#box2 .prev,
#box2 .next {
	position: absolute;
	top: 50%;

	z-index: 99;
	transition: 0.5s;
}

#box2 .prev {
	left: 0;
	transform: translate(-180%, -50%);
}

#box2 .next {
	right: 0;
	transform: translate(180%, -50%);
}

#box2 .prev:hover,
#box2 .next:hover {
	color: #ffffff;
}

@media screen and (max-width: 1700px) {
	#box2 .prev {
		left: 0;
		transform: translate(-50%, -50%);
	}

	#box2 .next {
		right: 0;
		transform: translate(50%, -50%);
	}
}

@media screen and (max-width: 999px) {
	#box2 {
		margin-top: 30px;
		padding: 0px;
		width: auto;
		margin-bottom: 60px;
	}

	#box2 ul {
		padding: 0;
	}

	#box2 li {
		position: relative;
		left: auto;
		top: auto;
		width: 0.32% !important;
		height: auto !important;
		padding: 0px;
		transform: initial;
	}

	.img-scroll7 {
		position: relative;
		width: 100%;
		z-index: 9
	}

	#box2 .prev,
	#box2 .next {
		font-size: 16px;
		top: 100%;
	}

	#box2 .prev {
		left: 50%;
		transform: translate(-120%, 50%);
	}

	#box2 .next {
		right: 50%;
		transform: translate(120%, 50%);
	}

	.img-list7 {
		position: relative;
		overflow: hidden;
		z-index: 90;
	}

	.img-list7 ul {
		width: 10000% !important;
		height: auto !important;
	}

	.img-list7 li {
		float: left;
		display: inline;
		margin-right: 0.02% !important;
		margin-left: auto;
		opacity: 1;
	}

	.img-list7 li img {
		opacity: 1 !important
	}

	#box2 li span {
		margin-top: 10px;
		font-size: 14px;
	}
}

@media screen and (max-width:767px) {
	#box2 {
		margin-bottom: 60px;
	}

	#box2 li {
		width: 0.49% !important;
		margin-right: 0.02% !important;
	}
}

/* a1m5 */

@media screen and (min-width:1000px) {
	.a1m5{
		padding-top: 66px;
		padding-bottom: 82px;
	}
}

.a1m5{
	background: url("../images/a1m5bj.jpg") no-repeat center; 
	background-size: cover;
}

.a1m5-xbt{
	margin-top: 6px;
	font-family: Poppins-Medium,Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
}

.a1m5-lb{
	margin-top: 58px;
	position: relative;
}

.a1m5-lb .sw-btn>div{
	position: absolute;
	top: 50%;
	z-index: 9;
}

.a1m5-lb .a1m5-prev{
	left: 0;
	transform: translate(-192%,-50%);
}

.a1m5-lb .a1m5-next{
	right: 0;
	transform: translate(192%,-50%);
}

@media screen and (max-width:1700px) {
	.a1m5-lb .a1m5-prev {
		transform: translate(-120%, -50%);
	}

	.a1m5-lb .a1m5-next {
		transform: translate(120%, -50%);
	}
}

@media screen and (max-width:1500px) {
	.a1m1-num{
		font-size: 24px;
		line-height: 30px;
	}

	.a1m1 .m5-gs{
		padding-right: 0;
	}
}

@media screen and (max-width:999px) {
	.a1m1-num{
		font-size: 20px;
		line-height: 30px;
	}

	.a1m3-l{
		width: 100%;
	}

	.a1m3-r{
		padding-top: 20px;
		width: 100%;
	}

	.a1m3-nr{
		margin-top: 10px;
	}

	.a1m3 .m2-t-btn{
		margin-top: 20px;
	}

	.a1m5-lb{
		margin-top: 20px;
	}

	.a1m5-xbt{
		font-size: 16px;
	}

	.a1m5-lb .sw-btn{
		margin-top: 20px;
		display: flex;
		justify-content: center;
		gap: 10px;
	}

	.a1m5-lb .sw-btn>div{
		position: initial;
		transform: initial;
	}
}

/* --------------------4-2 About---------------------- */

/* a2m1 */

@media screen and (min-width:1000px) {
	.a2m1{
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

.a2m1-xq{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.a2m1-l{
	width: 36.42857%;
}

.a2m1-xxq{
	padding-top: 20px;
	display: grid;
	gap: 12px;
}

.a2m1-xxq li{
	padding: 9px 24px;
	font-size: 16px;
	line-height: 30px;
	background-color: #f0f3fa;
	border-radius: 24px;
}

.a2m1-xxq li:hover{
	background-color: #005bac;
	color: #fff;
}

.a2m1-r{
	width: 50%;
}

.a2m1-img{
	border-radius: 24px;
	overflow: hidden;
}

/* a2m2 */

@media screen and (min-width:1000px) {
	.a2m2{
		padding-top: 66px;
		padding-bottom: 112px;
	}
}

.a2m2{
	background-color: #f0f3fa;
}

.a2m2-xq {
	margin-top: 68px;
	display: flex;
	flex-wrap: wrap;
	gap: 60px 7.1%;
}

.a2m2-xq li{
	width: 10.7%;
	margin-right: auto;
	order: var(--i);
}

.a2m2-xq li>div{
	position: relative;
	width: 100%;
	height: 0;
	z-index: 1;
	padding-bottom: 100%;
}

.a2m2-xq li>div::before{
	content: "";
	box-sizing: border-box;
	width: calc(100% + 24px);
	height: calc(100% + 24px);
	background-color: #fff;
	background-clip: padding-box;
	border: solid 12px rgba(0, 91, 172, 0.1);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	z-index: -1;
}

.a2m2-xq li:hover>div::before{
	background-color: #005bac;
}

.a2m2-xq li p{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	font-family: Poppins-Medium,Arial, Helvetica, sans-serif;
	padding: 7px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #005bac;
}

.a2m2-xq li:hover p{
	color: #fff;
}

.a2m2-xq li:nth-child(2n)>div::before{
	border-color: transparent;
}

.a2m2-jt{
	position: absolute;
	top: 50%;
	left: calc(100% + 14px);
	transform: translateY(-50%);
	width: 44%;
	z-index: -2;
}

.a2m2-xq li:nth-child(6n) .a2m2-jt{
	left: 50%;
	top: 96%;
	transform: translateX(-50%) rotate(90deg);
}

.a2m2-xq li:nth-child(12n+7) .a2m2-jt,
.a2m2-xq li:nth-child(12n+8) .a2m2-jt,
.a2m2-xq li:nth-child(12n+9) .a2m2-jt,
.a2m2-xq li:nth-child(12n+10) .a2m2-jt,
.a2m2-xq li:nth-child(12n+11) .a2m2-jt{
	left: initial;
	right: calc(100% + 14px);
	transform: translateY(-50%) rotate(180deg);
}

.a2m2-xq li:last-child .a2m2-jt{
	display: none;
}

.a2m2-xq li:nth-child(12n+7){
	order: calc(var(--i) + 5);
}

.a2m2-xq li:nth-child(12n+8){
	order: calc(var(--i) + 3);
}

.a2m2-xq li:nth-child(12n+9){
	order: calc(var(--i) + 1);
}

.a2m2-xq li:nth-child(12n+10){
	order: calc(var(--i) - 1);
}

.a2m2-xq li:nth-child(12n+11){
	order: calc(var(--i) - 3);
}

.a2m2-xq li:nth-child(12n+12){
	order: calc(var(--i) - 5);
}

/* a2m3 */

@media screen and (min-width:1000px) {
	.a2m3{
		padding-top: 94px;
		padding-bottom: 90px;
	}
}

@media screen and (min-width:1400px) {
	.a2m3-bt{
		font-size: 46px;
	}
}

.a2m3-xq{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.a2m3-l{
	width: 340px;
	margin-right: 90px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.a2m3-l .m2-t-btn{
	margin-top: 20px;
}

.s2m3-r{
	flex: 1;
}

.s2m3-nr{
	line-height: 28px;
}

.s2m3-faq{
	margin-top: 54px;
	display: grid;
	gap: 15px;
}

.s2m3-faq .faqnr{
	display: none;
}
.s2m3-faq .faqtop{
	display: flex;
	align-items: center;
	background-color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 28px;
}

.s2m3-faq .faqtop p{
	display: flex;
	
	color: #005bac;
	vertical-align: middle;
}

.s2m3-faq .faqtop span{
	margin-right: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #e5eef7;
	border-radius: 50%;
	color: #005bac;
	font-family: Poppins-Medium;
}

.s2m3-faq .faqtop:hover span,
.s2m3-faq .aq .faqtop span{
	background-color: #005bac;
	color: #fff;
}

.s2m3-faq .faqnr{
	padding-left: 62px;
	padding-right: 62px;
}

.s2m3-faq .faqnr p{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

@media screen and (max-width:1400px){
	.a2m2-xq li p{
		font-size: 14px;
		padding: 5px;
	}

	.a2m2-xq{
		gap: 36px 5.6%;
	}

	.a2m2-xq li{
		width: 12%;
	}

	.a2m2-jt{
		left: 100%;
	}

	.a2m2-xq li:nth-child(12n+7) .a2m2-jt, .a2m2-xq li:nth-child(12n+8) .a2m2-jt, .a2m2-xq li:nth-child(12n+9) .a2m2-jt, .a2m2-xq li:nth-child(12n+10) .a2m2-jt, .a2m2-xq li:nth-child(12n+11) .a2m2-jt{
		right: 100%;
	}

	.a2m3-l{
		margin-right: 40px;
	}
}

@media screen and (max-width:999px) {
	.a2m1-l{
		width: 46%;
	}

	.a2m1-xxq li{
		padding: 5px 20px;
	}

	.a2m2-jt{
		display: none;
	}

	.a2m2-xq{
		margin-top: 30px;
		display: grid;
		grid-template-columns: repeat(5,1fr);
		gap: 30px;
	}

	.a2m2-xq li{
		width: 100%;
		order: initial !important;
	}

	.a2m3-l{
		width: 100%;
		margin-right: 0;
	}

	.s2m3-r{
		margin-top: 20px;
		flex:initial
	}

	.s2m3-faq{
		margin-top: 20px;
	}

	.s2m3-faq .faqtop span{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width:767px) {
	.a2m1-l{
		width: 100%;
	}

	.a2m1-r{
		margin-top: 20px;
		width: 100%;
	}

	.a2m1-xxq li{
		font-size: 14px;
		line-height: 26px;
	}

	.a2m2-xq{
		grid-template-columns: repeat(3,1fr);
		gap: 30px 50px;
	}

	.a2m2-xq li>div::before{
		border: none;
		width: 100%;
		height: 100%;
	}

	.s2m3-faq .faqtop,
	.s2m3-faq .faqnr p{
		font-size: 14px;
	}
}

@media screen and (max-width:480px) {
	.a2m2-xq{
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}
}

/* --------------------5-1 Resource---------------------- */

/* fy */

.fy {
	width: 100%;
	text-align: center;
}

.fy i {
	font-size: 16px;
}

.fy a {
	width: 36px;
	height: 30px;
	line-height: 28px;
	margin: 0 3px 5px;

	display: inline-block;
	text-align: center;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	vertical-align: middle;
}

.fy a:hover i {
	color: #fff;
}

.fy .fyxz,
.fy a:hover {
	text-decoration: none;
	color: #fff;
	background: #005bac;
	border-color: #005bac;
}

.fy .la,
.fy .fi,
.fy .big {
	width: initial;
	padding: 0 15px;
}

.fy .sc {
	width: initial;
	border: none;
	vertical-align: middle;
	background-color: initial;
}

.fy .sc:hover {
	border: none;
}

.fy .sc input {
	transition: .3s;
	height: 100%;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	color: #fff;
	background-color: #005bac;
	padding: 0 18px;
}

.fy .sc i {
	font-size: 18px;
	line-height: 20px;
	color: #005bac;
}

.fy .sc:hover {
	background: none;
}

.fy .sc:hover i {
	color: #005bac;
}

.fy .sc:hover input {
	color: #005bac;
	background-color: #fff;
}

@media screen and (max-width:999px) {
	.fy a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 2px;
	}

	.fy .sc input {
		font-size: 14px;
	}

	.fy i {
		font-size: 12px;
	}

	.fy .sc i {
		font-size: 14px;
	}

	.fy {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	.fy .sc input {
		font-size: 12px;
	}

	.fy a {
		font-size: 12px;
	}
}

/* r1m1 */

@media screen and (min-width:1000px) {
	.r1m1{
		padding-top: 98px;
		padding-bottom: 74px;
	}
}

.r1m1-bt{
	font-family: Poppins,Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 18px;
}

.r1m1-xq{
	margin-top: 56px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.r1m1-xq>div{
	width: 49.2857%;
}

.r1m1-faq li{
	background-color: #f3f6fb;
	margin-bottom: 19px;
	padding: 23px 28px;
}

.r1m1-faq .faqtop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	cursor: pointer;
}

.r1m1-faq .faqtop i{
	font-size: 22px;
	color: #333;
}

.r1m1-faq .faqtop p{
	padding-right: 20px;
	display: flex;
	font-size: 18px;
	line-height: 30px;
	vertical-align: middle;
}

.r1m1-faq .faqnr{
	margin-top: 22px;
	border-top: 1px solid #e0e0e0;
	padding: 22px 0 10px;
	display: none;
}

.r1m1-faq .faqnr p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

@media screen and (max-width:999px) {
	.r1m1-xq{
		margin: 20px 0;
	}

	.r1m1-xq>div{
		width: 100%;
	}

	.r1m1-faq li{
		padding: 20px;
	}

	.r1m1-faq .faqtop i{
		font-size: 16px;
	}

	.r1m1-faq .faqnr{
		margin-top: 10px;
		padding-top: 10px;
	}

	.r1m1-bt{
		font-size: 30px;
	}
}

@media screen and (max-width:767px) {
	.r1m1-faq .faqtop p{
		font-size: 16px;
	}

	.r1m1-faq .faqnr p{
		font-size: 14px;
		line-height: 26px;
	}

	.r1m1-bt{
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width:480px) {
	.r1m1-faq li{
		padding: 10px 20px;
	}

	.r1m1-bt{
		font-size: 20px;
		line-height: 30px;
	}
}

/* --------------------5-2 Resource---------------------- */

/* r2m1 */

@media screen and (min-width:1000px) {
	.r2m1{
		padding-top: 88px;
		padding-bottom: 96px;
	}
}

.r2m1-xq{
	margin-top: 50px;
	margin-bottom: 56px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 36px 24px;
}

.r2m1-xq li:nth-child(n+9){
	display: none;
}

.r2m1-xqz li{
	display: block !important;
}

.r2m1-dnr{
	position: relative;
	padding: 6px;
	padding-bottom: 10px;
	background-color: #f3f6fb;
}

.r2m1-dnr::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: .5s;
}

.r2m1-dnr:hover::before{
	opacity: 0.3;
}

.r2m1-btn{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	opacity: 0;
	transition: .5s;
}

.r2m1-dnr:hover .r2m1-btn{
	opacity: 1;
}

.r2m1-btn a{
	padding: 10px 20px;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #005bac;
	background-color: #ffffff;
	vertical-align: middle;
}

.r2m1-btn a:hover{
	background-color: #005bac;
	color: #fff;
}

.r2m1-btn i{
	margin-left: 18px;
	font-size: 30px;
	vertical-align: middle;
}

.r2m1-xbt{
	margin-top: 12px;
	font-family: Poppins-Medium,Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
}

@media screen and (max-width:999px) {
	.r2m1-xq{
		margin: 20px 0;
		gap: 20px 14px;
	}

	.r2m1-xbt{
		font-size: 16px;
	}

	.r2m1-btn{
		margin-top: 10px;
		position: initial;
		transform: initial;
		opacity: 1;
	}

	.r2m1-dnr::before{
		display: none;
	}

	.r2m1-btn a{
		padding: 5px 20px;
	}

	.r2m1-btn i{
		margin-left: 10px;
		font-size: 16px;
	}
}

@media screen and (max-width:767px) {
	.r2m1-xq{
		grid-template-columns: repeat(2,1fr);
	}

	.r2m1-xbt,
	.r2m1-btn a{
		font-size: 14px;
		line-height: 26px;
	}

	.r2m1-btn a{
		padding: 5px;
	}
}

/* ----------------------5-3 Resource--------------------- */

/* r3m1 */

@media screen and (min-width:1000px) {
	.r3m1{
		padding-top: 88px;
		padding-bottom: 106px;
	}
}

.r3m1-xq{
	margin-top: 48px;
	margin-bottom: 42px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 18px 22px;
}

.r3m1-xq li:nth-child(n+7){
	display: none;
}

.r3m1-xqz li{
	display: block !important;
}

.r3m1-sp{
	border-radius: 16px;
	overflow: hidden;
}

.r3m1-nr{
	margin-top: 6px;
	font-family: Poppins-Medium,Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
}

@media screen and (max-width:999px) {
	.r3m1-xq{
		margin: 20px 0;
	}
}

@media screen and (max-width:999px) {
	.r3m1-xq{
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}

	.r3m1-nr{
		font-size: 14px;
		line-height: 26px;
	}
}

/* ----------------------6-1 News-------------------- */

/* n1m1 */

@media screen and (min-width:1000px) {
	.n1m1{
		padding-top: 88px;
		padding-bottom: 96px;
	}

	.n1m1-r .m7-btn a{
		margin-top: 30px;
	}
}

.n1m1-xq{
	margin-top: 60px;
	margin-bottom: 76px;
	display: grid;
	gap: 40px;
}

.n1m1-xq li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.n1m1-xq li:nth-child(n+6){
	display: none;
}

.n1m1-xqz li{
	display: flex !important;
}

.n1m1-l{
	width: 36.714%;
}

.n1m1-img{
	border-radius: 18px;
	overflow: hidden;
}

.n1m1-r{
	width: 58.2857%;
}

.n1m1-time{
	padding-bottom: 4px;
	margin-top: 16px;
	font-family: Poppins-Medium,Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #005bac;
}

@media screen and (max-width:999px) {
	.n1m1-xq{
		margin: 20px 0;
		gap: 20px;
	}

	.n1m1-time{
		margin-top: 0;
	}

	.n1m1-l{
		width: 46%;
	}

	.n1m1-r{
		width: 50%;
	}
}

@media screen and (max-width:767px){
	.n1m1-l,
	.n1m1-r{
		width: 100%;
	}

	.n1m1-l{
		max-width: 514px;
		margin: 0 auto;
	}

	.n1m1-r{
		margin-top: 20px;
	}

	.n1m1-time{
		font-size: 14px;
		line-height: 26px;
	}
}

/* ---------------------6-2 News---------------------- */

/* n2m1 */

@media screen and (min-width:1000px) {
	.n2m1{
		padding-top: 102px;
		padding-bottom: 102px;
	}
}

.s2m1-news{
	padding: 10px 20px;
	background-color: #f3f6fb;
	border-radius: 6px;
}

.s2m1-news li{
	padding: 22px 0 24px;
	font-size: 16px;
	line-height: 30px;
	border-bottom: solid 1px #e6e9f0;
}

.s2m1-news li:last-child{
	border: none;
}

@media screen and (max-width:999px) {
	.s2m1-news li{
		padding: 10px 0;
	}
}

@media screen and (max-width:767px) {
	.s2m1-news li{
		font-size: 14px;
		line-height: 26px;
	}
}

/* c1m1 */

@media screen and (min-width:1000px){
	.c1m1{
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

.c1m1-xq{
	margin-top: 46px;
	padding: 0 58px;
	padding-top: 44px;
	padding-bottom: 34px;
	display: flex;
	justify-content: space-between;
	background-color: #F7F8FC;
	border-radius: 24px;
	gap: 20px;
}

.c1m1-xq li{
	max-width: 350px;
}

.c1m1-xq li i{
	display: inline-block;
	width: 86px;
	height: 86px;
	line-height: 70px;
	background-color: #005bac;
	background-clip: padding-box;
	border: solid 8px rgba(0, 91, 172, 0.1);
	border-radius: 50%;
	color: #fff;
	font-size: 36px;
}

.c1m1-xbt{
	margin-top: 20px;
	font-family: Poppins,Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
}

.c1m1-nr{
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
}

/* c1m2 */

@media screen and (min-width:1000px) {
	.c1m2{
		padding-top: 62px;
		padding-bottom: 70px;
	}
}

.c1m2{
	background-color: #f0f3fa;
}

.c1m2-top{
	display: flex;
}

.c1m2-l{
	width: 370px;
	margin-right: 42px;
	flex-shrink: 0;
}

.c1m2-r{
	padding-top: 18px;
}

.c1m2-nr{
	line-height: 28px;
}

.c1m2-bd{
	margin-top: 60px;
	padding-left: 18px;
}

.c1m2-bd form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c1m2-bd form>div{
	width: 48.714%;
	margin-bottom: 20px;
}

.c1m2-bd form>div.chang{
	width: 100%;
	font-size: 0;
}

.c1m2-bd input,
.c1m2-bd textarea{
	padding: 16px 20px;
	width: 100%;
	background-color: #fdfdfd;
	border: solid 1px #e6e6e6;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.c1m2-bd textarea{
	height: 148px;
}

.c1m2-bd .yz{
	display: flex;
}

.c1m2-bd .yzm{
	border: 1px solid #e6e6e6;
	width: 153px;
	flex-shrink: 0;
	margin-left: 36px;
}

.c1m2-bd .c1m1-btn input{
	background-color: #005bac;
	color: #fff;
	cursor: pointer;
	transition: .5s;
}

.c1m2-bd .c1m1-btn input:hover{
	background-color: #fff;
	color: #005bac;
}

.c1m2-bd .xing{
	position: relative;
}

.c1m2-bd .xing::before{
	content: '*';
	position: absolute;
	left: -16px;
	top: 24px;
	font-size: 20px;
	line-height: 26px;
	color: #ff0000;
}

.c1m2-bd ::-webkit-input-placeholder {
	color: #666;
}

.c1m2-bd :-o-placeholder {
	color: #666;
}

.c1m2-bd ::-moz-placeholder {
	color: #666;
}

.c1m2-bd :-ms-input-placeholder {
	color: #666;
}

@media screen and (max-width:1400px) {
	.c1m1-xq{
		padding: 20px;
	}

	.c1m1-xq li{
		max-width: 240px;
	}

	.c1m1-xq li i{
		width: 70px;
		height: 70px;
		line-height: 54px;
		font-size: 24px;
	}
}

@media screen and (max-width:999px) {
	.c1m1-xq{
		margin-top: 20px;
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}

	.c1m1-xq li{
		max-width: initial;
	}

	.c1m1-xbt{
		margin-top: 10px;
		font-size: 18px;
	}

	.c1m2-l{
		width: 200px;
	}

	.c1m2-r{
		padding-top: 0;
	}

	.c1m2-bd{
		margin-top: 20px;
	}

	.c1m2-bd input, 
	.c1m2-bd textarea{
		padding: 10px 20px;
	}

	.c1m2-bd .yzm {
		width: 122px;
		margin-left: 20px;
	}
}

@media screen and (max-width:767px){
	.c1m1-xbt{
		font-size: 16px;
	}

	.c1m1-nr{
		font-size: 14px;
	}

	.c1m2-top{
		flex-wrap: wrap;
	}

	.c1m2-l{
		width: 100%;
		margin-right: 0;
	}
	
	.c1m2-r{
		margin-top: 20px;
	}

	.c1m2-bd textarea{
		height: 100px;
	}

	.c1m2-bd input, 
	.c1m2-bd textarea{
		font-size: 14px;
		line-height: 26px;
	}

	.c1m2-bd .xing::before {
		left: -10px;
		top: 16px;
		font-size: 16px;
	}

	.c1m2-bd .yzm {
		width: 110px;
	}

	.c1m2-bd form>div{
		width: 100%;
		margin-bottom: 10px;
	}

	.c1m2-bd{
		padding-left: 10px;
		margin-top: 20px;
	}
}

@media screen and (max-width:480px){
	.c1m1-xq{
		grid-template-columns: repeat(1,1fr);
	}

	.c1m1-xq li i{
		width: 50px;
		height: 50px;
		line-height: 44px;
		border-width: 3px;
	}
}








.m-vid {
	cursor: pointer;
	position: relative;
}

.m-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 14%;

	pointer-events: none;
}

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 16px;
	cursor: pointer;
	transform: rotate(45deg);
}


.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 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:767px) {
	.tankaungn2 {
		position: fixed;
		left: 5%;
		top: 10%;
		right: 5%;
		bottom: 10%;
	}
}

.m-center {
	text-align: center;
}

.m-white,
.m-white p,
.m-white a {
	color: #fff;
}

.m-white a:hover {
	color: #005bac;
	text-shadow: 0 0 10px #fff;
}

/* zhengshu */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url('/fonts/poppins-regular.eot');
	src: url('/fonts/poppins-regular.eot') format('embedded-opentype'),
		url('/fonts/poppins-regular.woff2') format('woff2'),
		url('/fonts/poppins-regular.woff') format('woff'),
		url('/fonts/poppins-regular.ttf') format('truetype'),
		url('/fonts/poppins-regular.svg#poppins-regular') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-Medium';
	src: url('/fonts/poppins-medium.eot');
	src: url('/fonts/poppins-medium.eot') format('embedded-opentype'),
		url('/fonts/poppins-medium.woff2') format('woff2'),
		url('/fonts/poppins-medium.woff') format('woff'),
		url('/fonts/poppins-medium.ttf') format('truetype'),
		url('/fonts/poppins-medium.svg#poppins-medium') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('/fonts/poppins-bold.eot');
	src: url('/fonts/poppins-bold.eot') format('embedded-opentype'),
		url('/fonts/poppins-bold.woff2') format('woff2'),
		url('/fonts/poppins-bold.woff') format('woff'),
		url('/fonts/poppins-bold.ttf') format('truetype'),
		url('/fonts/poppins-bold.svg#poppins-bold') format('svg');
	font-display: swap;
}

@font-face {
	font-family: "iconfont";
	/* Project id 3999809 */
	font-display: swap;
	src:
		url('/fonts/507b7599ca604a87b82a554b262d1b67.woff') format('woff2'),
		url('/fonts/iconfont.woff') format('woff'),
		url('/fonts/iconfont.ttf') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook4:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\e812";
}

.icon-bgs:before {
	content: "\e641";
}

.icon-kefu:before {
	content: "\e62a";
}

.icon-instagram2:before {
	content: "\e88f";
}

.icon-top3:before {
	content: "\ee73";
}

.icon-address2:before {
	content: "\e64a";
}

.icon-message3:before {
	content: "\e78a";
}

.icon-telegram:before {
	content: "\e733";
}

.icon-facebook3:before {
	content: "\e64e";
}

.icon-right8:before {
	content: "\e60a";
}

.icon-left8:before {
	content: "\eba0";
}

.icon-tags:before {
	content: "\e732";
}

.icon-twitter2:before {
	content: "\e7ff";
}

.icon-kuaijin:before {
	content: "\e6c4";
}

.icon-message2:before {
	content: "\e609";
}

.icon-company:before {
	content: "\e61a";
}

.icon-fenxiang:before {
	content: "\e86c";
}

.icon-right6:before {
	content: "\eb9d";
}

.icon-left6:before {
	content: "\eb9e";
}

.icon-calendar3:before {
	content: "\e8c5";
}

.icon-right5:before {
	content: "\e917";
}

.icon-left5:before {
	content: "\eb9f";
}

.icon-email3:before {
	content: "\e92f";
}

.icon-paperfull:before {
	content: "\ea0b";
}

.icon-messenger:before {
	content: "\ea0f";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.icon-tel5:before {
	content: "\e61b";
}

.icon-fax2:before {
	content: "\e622";
}

.icon-tel4:before {
	content: "\e679";
}

.icon-facebook1:before {
	content: "\e6e5";
}

.icon-message1:before {
	content: "\e633";
}

.icon-youtube2:before {
	content: "\e880";
}

.icon-xin:before {
	content: "\e606";
}

.icon-facebook2:before {
	content: "\e617";
}

.icon-tel3:before {
	content: "\e621";
}

.icon-goumai:before {
	content: "\e636";
}

.icon-calendar2:before {
	content: "\e8b4";
}

.icon-tel2:before {
	content: "\e643";
}

.icon-diqiu1:before {
	content: "\e9ee";
}

.icon-wechat1:before {
	content: "\e6c7";
}

.icon-tiktok:before {
	content: "\e62e";
}

.icon-right3:before {
	content: "\e605";
}

.icon-left3:before {
	content: "\eb91";
}

.icon-diqiu:before {
	content: "\e642";
}

.icon-bottom2:before {
	content: "\eb94";
}

.icon-xiaoxiaojt:before {
	content: "\ee74";
}

.icon-right2:before {
	content: "\e603";
}

.icon-left2:before {
	content: "\e604";
}

.icon-top2:before {
	content: "\eb93";
}

.icon-email2:before {
	content: "\e601";
}

.icon-rise-full:before {
	content: "\ea08";
}

.icon-home1:before {
	content: "\e674";
}

.icon-left4:before {
	content: "\eb90";
}

.icon-right4:before {
	content: "\e632";
}

.icon-jiantou:before {
	content: "\e7d1";
}

.icon-youtube1:before {
	content: "\e612";
}

.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-top1:before {
	content: "\e637";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-righttop:before {
	content: "\eb92";
}


.p2m2-nr td{
    padding: 0 5px;
}

@media screen and (min-width:1000px) {
    .p2m2-nr td{
        color: #fff;
    }
}

.fybanner a:hover img{
	transform: initial;
}



.p2m3-dxq{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.p2m3-xq{
	width: 36.214%;
}

.p2m3-xq li{
	width: 100%;
	min-height: initial;
}

/*@media screen and (min-width:1000px) {*/
/*	.p2m3-xq li:hover .p2m3-xbt{*/
/*		opacity: 1;*/
/*		color: #fff;*/
/*	}*/
/*}*/

.p2m3-num,
.p2m3-xbt{
	padding-top: 0;
}

.p2m3-xbt,
.p2m3-img{
	position: initial;
	transform: initial;
}

@media screen and (max-width:999px) {
	.p2m3-xq{
		width: 49%;
	}
}

@media screen and (max-width:480px) {
	.p2m3-xq{
		width: 100%;
	}
}



.p2m3-dnr .p2m2-nr{
    opacity: 1;
    color: #333;
}

.p2m2-nr td{
    padding: 0 5px;
    color: #333;
}

/*@media screen and (min-width:1000px) {*/
/*    .p2m3-xq li:hover .p2m3-dnr .p2m2-nr{*/
/*        color: #fff;*/
/*    }*/
    
/*    .p2m3-xq li:hover .p2m3-dnr .p2m2-nr td{*/
/*        color: #fff;*/
/*    }*/
/*}*/

.m-shipin{
   padding: 30px 0; 
}

.shipin1{position: relative; padding-bottom:50%;height: 0;overflow: hidden;}
.shipin1 iframe,.shipin1 video {  position: absolute; top:30px; left: 0; width: 100%; height:100%; border:none;}
.shipin1 iframe body{ margin:0px !important;}

.c1m1-xq li i{
	width: 120px;
	height: 120px;
	line-height: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.c1m1-xq li img{
	width: 80%;
	border-radius: 50%;
}

.lxfs{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.lxfs .info-item1{
    margin-top: 42px;
    padding-left: 45px;
    padding-right: 10px;
    padding-top: 32px;
    padding-bottom: 32px;
    width:30%;
}
.lxfs .info-item2{
    margin-top: 42px;
    padding-left: 45px;
    padding-right: 10px;
    padding-top: 32px;
    padding-bottom: 32px;
    width:100%;
}
.lxfs .info-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #F7F8FC;
  word-break: break-word;
  font-size: 16px;
}
.lxfs .info-item .item-icon {
  flex: 0 0 auto;
  width: 53px;
  font-size: 32px;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  background-color: #005bac;
  border-radius: 50%;
  margin-right: 10px;
}
.lxfs .info-item .item-icon .iconfont{
    font-size: 22px;
}


.box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.box-wp .box-map,.box-wp .box-form{
    width:49%;
}
@media screen and (max-width:999px) {
    .lxfs .info-item {
        font-size: 12px;
    }
    .lxfs .info-item1,.lxfs .info-item2 {
        padding-left: 35px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .box-wp .box-map,.box-wp .box-form{
        width:100%;
    }
}
@media screen and (max-width:800px) {
    .lxfs .info-item {
        width:100%
    }
}

.dianhuaqhao input:nth-child(1){ width:50%; }
.dianhuaqhao input:nth-child(2){ width:50%; }
.dianhuaqhao {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.m-clstext{
    margin-bottom:50px;
}
.m-clstext .box-desc.hid {
  max-height: 160px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.m-clstext .box-link {
  margin-top: 23px;
  display: none;
}
.m-clstext .box-link .span {
  display: inline-block;
  min-width: 140px;
  padding: 7px 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #005bac;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.m-clstext .box-link.active .span1 {
  display: none;
}
.m-clstext .box-link .span2 {
  display: none;
}


@media screen and (max-width:1400px) {
   .m1-sw .swiper-slide .m1-xnr{ display:none;}
    
}


/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: 10px 20px;
	margin:0px 4px;
	line-height: 1.25;
	color: #444;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;background-color: #1470b9;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #1470b9;
	border-color: #1470b9; 
}
.page-num-current:hover {
	color: #fff;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  justify-content:center;
  list-style: none;
  border-radius:6px;
  padding-bottom:40px;
  margin-top:30px; 
  border:0px solid #F60; text-align:center;
}

.page-link {
  position: relative;
  display: block;
  padding: 10px 20pxpx;
  margin: 0px 4px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #1470b9;
  border-color: #1470b9;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #333;
  border-color: #333;
  margin:0px 4px;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #fd5e16;
}

.pagination-lg .page-link {
  padding: 0px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}


        
        .product-showcase {
            display: flex;
            flex-direction: column;
            gap: 30px;
			border:0px solid #f60;
			width:100%;
        }
        
        .main-product {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);*/
			width:100%;
            display: flex;
            background-color: #fff;
        }
        
        .main-product-image {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
           /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);*/
        }
        
        .main-product-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            transition: transform 0.5s ease;border-radius:20px;
        }
        
        .main-product-info {
            flex: 1;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
    
        
        .product-description {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #555;
            margin-bottom: 25px;
        }
  
        
        .thumbnail-section {
            position: relative;
        }
        
        .section-title {
            font-size: 1.4rem;
            margin-bottom: 15px;
            color: #2c3e50;
            display: flex;
            align-items: center;
        }
        
        .section-title i {
            margin-right: 10px;
            color: #3498db;
        }
        
        .thumbnail-container {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            background-color: #fff;
            padding: 10px 0;
        }
        
        .thumbnails {
            display: flex;
            gap: 15px;
            transition: transform 0.5s ease;
            padding: 0 10px;
        }
        
        .thumbnail {
            min-width: 150px;
            height: 150px;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
            transition: all 0.3s ease;
            flex-shrink: 0;
            background-color: white;
            display: flex;
            flex-direction: column;
        }
        
        .thumbnail:hover {
            transform: translateY(-5px);
           /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);*/
        }
        
        .thumbnail.active {
            border: 0px solid #3498db;
          /*  box-shadow: 0 8px 15px rgba(52, 152, 219, 0.3);*/
        }
        
        .thumbnail-img {
            height: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
			
            background-color: #fff;
        }
        
        .thumbnail-img img {
            max-width: 90%;
            max-height: 90%;border-radius:20px;
            object-fit: contain;
        }
        
        .thumbnail-name {
            padding: 8px;
            text-align: center;
            font-weight: 600;
            color: #2c3e50;
            background-color: white;
            font-size: 0.9rem;
        }
        
        .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.5rem;
            color: #3498db;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            z-index: 10;
        }
        
        .nav-arrow:hover {
            background-color: #3498db;
            color: white;
            transform: translateY(-50%) scale(1.1);
        }
        
        .nav-arrow.left {
            left: 10px;
        }
        
        .nav-arrow.right {
            right: 10px;
        }
        
        .nav-arrow.disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .nav-arrow.disabled:hover {
            background-color: white;
            color: #3498db;
            transform: translateY(-50%);
        }
        
        .product-counter {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 1rem;
            color: #7f8c8d;
        }
        
        @media (max-width: 992px) {
            .main-product {
                flex-direction: column;
                height: auto;
            }
            
            .main-product-image {
                height: 350px;
            }
            
            .main-product-info {
                padding: 30px;
            }
            
            .product-name {
                font-size: 2rem;
            }
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 20px;
            }
            
            .main-product-image {
                height: 300px;
            }
            
            .thumbnail {
                min-width: 120px;
                height: 130px;
            }
            
            .thumbnail-img {
                height: 85px;
            }
            
            .nav-arrow {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
            }
            
            .product-name {
                font-size: 1.8rem;
            }
            
            .product-price {
                font-size: 1.7rem;
            }
        }
        
        @media (max-width: 576px) {
            .thumbnails {
                gap: 10px;
            }
            
            .thumbnail {
                min-width: 100px;
                height: 110px;
            }
            
            .thumbnail-img {
                height: 70px;
            }
            
            .main-product-image {
                height: 250px;
            }
        }