@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .3s linear;
	font-size: 62.5%;
}

body {
	margin: 0 auto;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	background-color: #fff;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;

}

img {
	display: block;
	border: none;
	max-width: 100%;
}

a {
	display: block;
	text-decoration: none;
	color: #333;
	outline: none;
	overflow: hidden;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

.safeRange2 {
	max-width: 1600px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

.safeRange3 {
	max-width: 1300px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

.safeRange4 {
	max-width: 940px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

@media screen and (max-width:999px) {
	.safeRange {
		width: calc(100% - 50px);
	}

	.safeRange2 {
		width: calc(100% - 50px);
	}

	.safeRange3 {
		width: calc(100% - 50px);
	}

	.safeRange4 {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 30px);
	}

	.safeRange2 {
		width: calc(100% - 30px);
	}

	.safeRange3 {
		width: calc(100% - 30px);
	}

	.safeRange4 {
		width: calc(100% - 30px);
	}
}
.tagsdy,.tagsdy b{font-size: 18px;
line-height: 30px;
color: #666666; }

@media screen and (max-width:1333px) {
	.standardTit,.standardTit p {
		font-size: 28px !important;
		line-height: 30px !important;
	}

	.standardTit2,.standardTit2 p {
		font-size: 18px !important;
	}

	.standardTxt,.standardTxt p {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.standardTxt2,.standardTxt2 p {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTit,.standardTit p {
		font-size: 24px !important;
	}

	.standardTit2,.standardTit2 p,.tagsdy,.tagsdy b {
		font-size: 16px !important;
	}

	.standardTxt,.standardTxt p {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.standardTxt2,.standardTxt2 p {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTit,.standardTit p {
		font-size: 22px !important;
	}

	.standardTit2,.standardTit2 p,.tagsdy,.tagsdy b {
		font-size: 14px !important;
	}

	.standardTxt,.standardTxt p {
		font-size: 12px !important;
		line-height: 22px !important;
	}

	.standardTxt2,	.standardTxt2 p {
		font-size: 12px !important;
	}

}

@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 20px 0 20px 0 !important;
	}
}

@media screen and (max-width:1920px) {
	.bannerRange {
		padding-top: 100px;
	}
}

@media screen and (max-width:1333px) {
	.bannerRange {
		padding-top: 80px;
	}
}

@media screen and (max-width:999px) {
	.bannerRange {
		padding-top: 72px;
	}
}

.oneRow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.activeColor:hover {
	color: #f58220 !important;
}

.clear {
	clear: both;
}

/* banner */
.slide .carouse {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.slide .slideItem .banner-img {
	width: 100%;
}

.slide .carouse .slideItem {
	width: 100%;
	position: absolute;
	transition: none;
}

.slide .console {
	height: 57px;
	display: inline-block;
	width: 35px;
	position: absolute;
	top: 40%;
}

.slide .dotList {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.slide .dotList ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-position: -12px 0px;
	margin-left: 10px;
	cursor: pointer;
}

.slide .dotList ul li.active {
	background-position: 0px 0px;
	background: url(../img/dot2.png) no-repeat center center;
}

.slide .carousel-control {
	position: absolute;
	top: 45%;
	width: 62px;
	height: 62px;
	line-height: 62px;
	z-index: 999;
	text-align: center;
	color: #ffffff;
}


.slide .carousel-control.left,
.slide .carousel-control.right {
	cursor: pointer;
}

.slide .carousel-control.left {
	left: 60px;
}

.slide .carousel-control.right {
	right: 60px;
}


.slide .carousel-control.left i,
.slide .carousel-control.right i {
	font-size: 68px;
	font-weight: bold;
	color: #ffffff;
}

.slide .carousel-control.left i:hover,
.slide .carousel-control.right i:hover {
	color: #f5821f;
}



.slide .dotList ul li {
	display: none;
	cursor: pointer;
	font-size: 0px;
	margin-left: 4.5px;
	margin-right: 4.5px;
	border: none;
	outline: none;
	width: 16px;
	height: 16px;
}

.slide .slidedetail {
	display: none;
}

.slide .slide-count {
	display: none;
}

@media screen and (max-width:1333px) {

	.slide .carousel-control.left i,
	.slide .carousel-control.right i {
		font-size: 40px;
	}

	.slide .carousel-control {
		top: 50%;
		transform: translateY(-50%);
	}
}

@media screen and (max-width:999px) {

	.slide .carousel-control.left i,
	.slide .carousel-control.right i {
		font-size: 34px;
	}

	.slide .carousel-control.right {
		right: 30px;
	}

	.slide .carousel-control.left {
		left: 30px;
	}
}

@media screen and (max-width:768px) {

	.slide .carousel-control.left i,
	.slide .carousel-control.right i {
		font-size: 28px;
	}

	.slide .carousel-control.right {
		right: 20px;
	}

	.slide .carousel-control.left {
		left: 20px;
	}
}

@media screen and (max-width:538px) {

	.slide .carousel-control.left i,
	.slide .carousel-control.right i {
		font-size: 22px;
	}

	.slide .carousel-control.right {
		right: 10px;
	}

	.slide .carousel-control.left {
		left: 10px;
	}
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #f58220;
		right: 2.5%;
		top: 24px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(245, 130, 32, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: "Microsoft YaHei", "微软雅黑";
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 2px;
	}
}

/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.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-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.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-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-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.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: 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: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,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-lock {
	display: none
}

.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: 10px;
	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: 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: 10px;
	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-progressbar {
	background: 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: 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: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: 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: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	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
}

.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 .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,
.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-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.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-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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

/* ------------------index--------------------------- */


/* nav */
.headerContent {
	height: 100px;
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
	position: fixed;
}

nav {
	height: 100%;
}

nav .con {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .con .logo {
	width: 160px;
}

nav .con .logo:hover img {
	transform: scale(1, 1);
}

nav .con .navList {
	display: flex;
	align-items: center;
}


nav .con .navList .list {
	display: flex;
	align-items: center;
}

nav .con .navList .list>li {
	margin-left: 37px;
	position: relative;
}

nav .con .navList .list>li>a {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 100px;
	color: #333333;
	position: relative;
	padding: 0 10px 2px 10px;
	overflow: visible;
	text-transform: capitalize;
}


nav .con .navList .list>li>a:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1px;
	width: 0px;
	height: 4px;
	background-color: #f58220;
	transition: .2s linear all;
}

nav .con .navList .list>li:hover>a:after {
	width: 60px;
}

nav .con .navList .list>li>a.active::after {
	width: 60px;
}

nav .con .navList .search {
	width: 142px;
	height: 40px;
	border-radius: 20px;
	border: solid 1px #666666;
	padding: 0px 18px;
	display: flex;
	align-items: center;
	margin-left: 28px;
}

nav .con .navList .search .searchInput {
	width: 100%;
	height: 100%;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #333333;
}

nav .con .navList .search .searchBtn {
	position: relative;
	margin-left: 5px;
	font-weight: bold;
}


nav .con .navList .search .searchBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: transparent;
	cursor: pointer;
}

nav .navList .list ul {
	position: absolute;
	min-width: 301px;
	padding: 13px 0px;
	background-color: #f1f2f3;
	display: none;
}
nav .navList .list ul li{
	position: relative;
}
nav .navList .list ul>li a {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	padding: 0 16px;
	white-space: nowrap;
}

nav .navList .list ul>li a:hover {
	color: #f58220;
}

nav .navList .list ul>li a.active {
	color: #f58220;
}

nav .navList .list>li>ul {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

nav .navList .headerProduct ul {
	left: 100%;
	top: 0px;
}

nav .navList .list li:hover>ul {
	display: block;
}




@media screen and (max-width:1333px) {
	nav .con .navList .list>li>a {
		font-size: 14px;
		line-height: 80px;
		padding: 0 14px 2px 14px;
	}

	nav .navList .list ul {
		padding: 10px 0;
		min-width: 250px;
	}

	nav .navList .list ul>li a {
		font-size: 14px;
		line-height: 24px;
		padding: 0 10px;
	}

	nav .navList .headerProduct ul {
		bottom: -52px;
	}

	nav .con .navList .list>li {
		margin-left: 0;
	}

	nav .con .navList .search {
		margin-left: 10px;
	}

	.headerContent {
		height: 80px;
	}

	nav .con .logo {
		width: 100px;
	}

	nav .con .navList .search {
		height: 28px;
		padding: 0 10px;
	}
}

@media screen and (max-width:999px) {
	.headerContent {
		height: 72px;
	}

	nav .con .navList {
		display: none;
	}

	nav .con .logo {
		width: 90px;
	}
}


/* main1 */
.productCenter {
	padding: 90px 0 72px 0;
}

.productCenter .con {
	display: flex;
	flex-wrap: wrap;
}

.productCenter .item1 {
	width: 33.33%;
	background-color: #ffffff;
	padding: 17px 30px;
	box-shadow: 4px 6px 36px 0px rgba(33, 33, 33, 0.06);
}

.productCenter .item1 .title {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 48px;
	color: #333333;
	position: relative;
	margin-bottom: 27px;
	line-height: 60px;
	overflow: visible;
}

.productCenter .item1 .title span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 48px;
	color: #f58220;
}

.productCenter .item1 .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 40px;
	height: 4px;
	background-color: #f58220;
}


.productCenter .item1 .title2 {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	color: #f58220;
}
.productCenter .item1 .title:first-letter {
	color: #f5821f;
}

.productCenter .item1 .list {
	margin-top: 80px;
}


.productCenter .item1 .list a {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	color: #333333;
	margin-bottom: 13.5px;
}

.productCenter .item {
	width: 33.3%;
	background-color: #f1f1f1;
}

.productCenter .item .msg {
	padding: 51px 60px 17px 60px;
}

.productCenter .item .msg .title {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 30px;
	color: #333333;
	line-height: 40px;
}

.productCenter .item .msg .title2 {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	line-height: 50px;
	color: #666666;
}

.productCenter .item3 {
	background-color: #f7f7f7;
}

.productCenter .item5 {
	width: 66.66%;
	background-color: #ededed;
}

@media screen and (max-width:1333px) {
	.productCenter .item1 .list {
		margin-top: 20px;
	}

	.productCenter .item .msg {
		padding: 16px 30px;
	}

	.productCenter .item1 .list a {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {
	.productCenter .item1 .list {
		margin-top: 10px;
	}

	.productCenter .item .msg {
		padding: 10px 20px;
	}

	.productCenter .item1 .list a {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:768px) {

	.productCenter .item1 {
		width: 50%;
	}

	.productCenter .item {
		width: 50%;
	}

	.productCenter .item5 {
		width: 100%;
	}

	.productCenter .item {
		box-shadow: 4px 6px 36px 0px rgba(33, 33, 33, 0.06);
	}
}


@media screen and (max-width:500px) {
	.productCenter .item1 {
		padding: 10px 10px;
	}

	.productCenter .item .msg {
		padding: 10px;
	}

	.productCenter .item1 .title br {
		display: none;
	}

	.productCenter .item1 {
		width: 100%;
	}

	.productCenter .item {
		width: 100%;
	}

	.productCenter .item5 {
		width: 100%;
	}
}



/* main2 */

.indexSolutions .title,
.indexSolutions .title span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 48px;
	color: #333333;
	text-align: center;
	margin-bottom: 13px;
}


.indexSolutions .title:first-letter {
	color: #f5821f;
}

.indexSolutions .title2 {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	margin-bottom: 29px;
}

.soluSwiper {
	position: relative;
}

.soluSwiper .swiper-slide {
	position: relative;

}

.soluSwiper .swiper-slide:hover img {
	transform: scale(1.1, 1.1);
}

.soluSwiper .swiper-slide .image {
	width: 100%;
}

.soluSwiper .swiper-slide .image img {
	width: 100%;
}

.soluSwiper .swiper-slide .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 45px 40px;
}

.soluSwiper .swiper-slide .txt a {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 30px;
	color: #ffffff;
}

.soluSwiper .prev,
.soluSwiper .next {
	position: absolute;
	top: 34.5%;
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 63px;
	z-index: 1;
	font-weight: bold;
	cursor: pointer;
}

.soluSwiper .prev {
	left: 50px;
}

.soluSwiper .next {
	right: 50px;
}

.getInTouch {
	padding: 44px 0 130px 0;
}

.getInTouch .title {
	/* font-family: Poppins; */
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 24px;
	font-weight: bolder;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 27px;
}
.getInTouch .title:first-letter{color: #333333;}
.getInTouch .btn {
	width: 200px;
	height: 48px;
	line-height: 46px;
	border: solid 2px #f5821f;
	margin: 0 auto;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color: #f5821f;
	text-align: center;
}

.getInTouch .btn:hover {
	color: #ffffff;
	background-color: #f5821f;

}

@media screen and (max-width:1333px) {

	.soluSwiper .prev,
	.soluSwiper .next {
		font-size: 40px;
	}

	.getInTouch {
		padding: 30px 0 60px 0;
	}

	.getInTouch .title {
		margin-bottom: 20px;
	}

	.getInTouch .btn {
		height: 40px;
		line-height: 38px;
	}

	.soluSwiper .swiper-slide .txt {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 30px 40px;
	}
}

@media screen and (max-width:999px) {
	.indexSolutions .title2 {
		margin-bottom: 20px;
	}

	.getInTouch {
		padding: 20px 0 40px 0;
	}

	.getInTouch .title {
		margin-bottom: 10px;
	}

	.getInTouch .btn {
		height: 35px;
		line-height: 33px;
	}

	.soluSwiper .prev,
	.soluSwiper .next {
		font-size: 36px;
	}

	.indexSolutions .title,
	.indexSolutions .title span {
		margin-bottom: 10px;
	}

	.soluSwiper .swiper-slide .txt {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 20px 40px;
	}
}

@media screen and (max-width:768px) {
	.indexSolutions .title2 {
		margin-bottom: 10px;
	}

	.getInTouch {
		padding: 20px 0 30px 0;
	}

	.getInTouch .title {
		margin-bottom: 10px;
	}

	.getInTouch .btn {
		height: 35px;
		line-height: 33px;
	}

	.indexSolutions .title,
	.indexSolutions .title span {
		margin-bottom: 0px;
	}

	.getInTouch .title {
		margin-bottom: 10px;
	}

	.soluSwiper .swiper-slide .txt {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 20px 20px;
	}

	.soluSwiper .prev,
	.soluSwiper .next {
		font-size: 30px;
	}

}

@media screen and (max-width:538px) {

	.soluSwiper .prev,
	.soluSwiper .next {
		top: 50%;
	}

	.soluSwiper .prev {
		left: 20px;
	}

	.soluSwiper .next {
		right: 20px;
	}

	.getInTouch .btn {
		height: 30px;
		width: 180px;
		line-height: 28px;
	}
}

/* main3 */
.indexAbout .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.indexAbout .msg {
	width: 47.2%;
	position: relative;
	margin-top: 31px;
}

.indexAbout .msg::after {
	content: "";
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-52%);
	width: 172%;
	height: 100%;
	background-image: url("../images/indexM3-1.png");
	background-repeat: no-repeat;
	z-index: -1;
}

.indexAbout .image {
	width: 52.8%;
}

.indexAbout .image a {
	font-size: 0;
	width: 120.5%;
	transform: translateX(11.1%);
}

.indexAbout .msg .title {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 48px;
	color: #333333;
	margin-bottom: 37px;
}

.indexAbout .msg .title2 {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 30px;
	color: #333333;
	margin-bottom: 39px;
}

.indexAbout .msg .list {
	/* max-height: 500px; */
	overflow: auto;
	margin-bottom: 32px;
}

.indexAbout .msg .list a {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}

.indexAbout .msg .list .item {
	margin-bottom: 30px;
}

.indexAbout .msg .btn {
	width: 200px;
	height: 48px;
	border: solid 2px #f5821f;
	color: #ffffff;
	background-color: #f5821f;
	text-align: center;
	line-height: 46px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	text-transform:uppercase;
}

.indexAbout .msg .btn:hover {
	background-color: #fff;
	color: #f5821f;
}


@media screen and (max-width:1333px) {
	.indexAbout .msg {
		margin-top: 0;
	}

	.indexAbout .msg .title {
		margin-bottom: 5px;
	}

	.indexAbout .msg .title2 {
		margin-bottom: 20px;
	}

	.indexAbout .msg .list .item {
		margin-bottom: 10px;
	}

	.indexAbout .msg .btn {
		height: 40px;
		line-height: 38px;
	}

	.indexAbout .msg::after {
		top: 0;
	}

	.indexAbout .msg {
		width: 50%;
	}

	.indexAbout .image {
		width: 50%;
	}

	.indexAbout .image a {
		transform: translateX(2%);
	}

	.indexAbout .msg .list {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.indexAbout .msg .title2 {
		margin-bottom: 10px;
	}

	.indexAbout .msg .list {
		margin-bottom: 10px;
	}

	.indexAbout .msg .btn {
		height: 35px;
		line-height: 33px;
	}

}

@media screen and (max-width:538px) {
	.indexAbout .con {
		flex-direction: column;
	}

	.indexAbout .msg {
		width: 100%;
		margin-bottom: 20px;
	}

	.indexAbout .image {
		width: 100%;
	}

	.indexAbout .image a {
		transform: translateX(0);
		width: 100%;
	}

	.indexAbout .msg .btn {
		height: 30px;
		line-height: 28px;
		width: 180px;
	}
}


/* main4 */
.indexAdvantage {
	padding: 64px 0 60px 0;
}

.indexAdvantage .list {
	display: flex;
	flex-wrap: wrap;
}

.indexAdvantage .list .item {
	width: 21%;
	margin-right: 5.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.indexAdvantage .list .item:nth-child(4n) {
	margin-right: 0;
}

.indexAdvantage .list .item .image {
	width: 17.5%;
	margin-bottom: 22px;
	overflow: visible;
}

.indexAdvantage .list .item .num {
	margin-bottom: 12px;
}

.indexAdvantage .list .item .num .plus {
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #333333;
	font-size: 60px;
	margin-left: -4px;
}

.indexAdvantage .list .item .num:hover {
	color: #f5821f;
}

.indexAdvantage .list .item .num:hover span {
	color: #f5821f;
}

.indexAdvantage .list .item .num span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 60px;
	color: #333333;
}

.indexAdvantage .list .item .msg {
	text-align: center;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}

@media screen and (max-width:1333px) {
	.indexAdvantage .list .item {
		width: 23.5%;
		margin-right: 2%;
	}

	.indexAdvantage .list .item .num span {
		font-size: 46px;
	}

	.indexAdvantage .list .item .image {
		width: 20%;
		margin-bottom: 20px;
	}

	.indexAdvantage .list .item .num .plus {
		font-size: 50px;
		margin-left: 0;
	}
}

@media screen and (max-width:999px) {
	.indexAdvantage .list .item .image {
		margin-bottom: 10px;
	}

	.indexAdvantage .list .item .num span {
		font-size: 38px;
		line-height: 30px;
	}

	.indexAdvantage .list .item .num {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.indexAdvantage .list .item .num .plus {
		font-size: 40px;
		margin-left: 0;
	}
}

@media screen and (max-width:768px) {
	.indexAdvantage .list .item .image {
		width: 14%;
	}

	.indexAdvantage .list .item {
		width: 49%;
		margin-bottom: 20px;
	}

	.indexAdvantage .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.indexAdvantage .list .item .num span {
		font-size: 32px;
	}

	.indexAdvantage .list .item .num {
		font-size: 28px;
	}

}


@media screen and (max-width:538px) {
	.indexAdvantage .list .item {
		width: 100%;
		margin-right: 0;
	}

	.indexAdvantage .list .item .num span {
		font-size: 28px;
	}
}











/* main5 */

.indexContactUs {
	padding: 13px 0 0px 0;
}

.indexContactUs .con {
	display: flex;
	justify-content: space-between;
}

.indexContactUs .con .msg {
	width: 45.75%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-right: 100px;
}

.indexContactUs .con .msg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 142%;
	background-image: url("../images/indexM5-1.png");
	background-repeat: no-repeat;
	z-index: -1;
}

.indexContactUs .con .msg .title {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 34px;
	line-height: 48px;
	color: #ffffff;
	margin-bottom: 21px;
	position: relative;
	overflow: visible;
	margin-top: 51px;
}

.indexContactUs .con .msg .title:after {
	content: "";
	position: absolute;
	left: 0;
	top: -33px;
	width: 58px;
	height: 6px;
	background-color: #f5821f;
}

.indexContactUs .con .msg .title2 {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	padding-right: 70px;
}

.indexContactUs .con form {
	width: 54.25%;
	background-color: #f5821f;
	padding: 37px 8px 55px 78px;
	position: relative;
}

.indexContactUs .con form:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0;
	height: 100%;
	background-color: #f5821f;
}

.indexContactUs .con form .title {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 34px;
	color: #ffffff;
	margin-bottom: 11px;
	overflow: visible;
	position: relative;
}

.indexContactUs .con form .title:hover {
	text-decoration: underline;
}

.indexContactUs .con form .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
}


.indexContactUs .con form .list input {
	width: 49.3%;
}

.indexContactUs .con form .country {
	width: 100%;
	margin-bottom: 6px;
}

.indexContactUs .con form .codeInput {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:0px; 
	
}

.indexContactUs .con form .codeInput .captcha {
	width: 49.3%;
	height: 36px;
}

.indexContactUs .con form .codeInput .codeImg {
	cursor: pointer;
	flex-shrink: 0;
	margin-left: 5px;
}

.indexContactUs .con form .codeInput .submitBtn {
	height: 36px;
	line-height: 34px;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #f5821f;
	cursor: pointer;
	width: 33%;
	margin-left: 5px;
	text-transform:uppercase;
}

.indexContactUs .con form .codeInput .submitBtn:hover {
	background-color: #f5821f;
	color: #fff;
}

.indexContactUs .con form input {
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑";
	padding: 0 20px;
	border: 1px solid #fff;
	height: 38px;
}

.indexContactUs .con form input::-webkit-input-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #ffffff;
}

.indexContactUs .con form input:-moz-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #ffffff;
}

.indexContactUs .con form input::-moz-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #ffffff;
}

.indexContactUs .con form input:-ms-input-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #ffffff;
}

.indexContactUs .con form textarea {
	width: 100%;
	height: 89px;
	border: 1px solid #ffffff;
	padding: 15px 20px;
	margin-bottom: 6px;
	background-color: transparent;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #fff;
}


.indexContactUs .con form textarea::-webkit-input-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #ffffff;
}

.indexContactUs .con form textarea:-moz-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #ffffff;
}

.indexContactUs .con form textarea::-moz-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #ffffff;
}

.indexContactUs .con form textarea:-ms-input-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #ffffff;
}


@media screen and (max-width:1333px) {
	.indexContactUs .con form {
		padding: 30px 0 30px 30px;
	}

	.indexContactUs .con .msg .title {
		margin-top: 0;
	}

	.indexContactUs .con .msg {
		padding-right: 30px;
	}

	.indexContactUs .con .msg .title2 {
		padding-right: 0;
	}
}



@media screen and (max-width:999px) {
	.indexContactUs .con .msg .title:after {
		top: -20px;
		height: 4px;
	}

	.indexContactUs .con form {
		padding: 20px 0 20px 20px;
	}

	.indexContactUs .con .msg {
		padding-right: 20px;
	}

	.indexContactUs .con form input {
		padding: 0 10px;
		height: 30px;
	}

	.indexContactUs .con form .codeInput .submitBtn {
		height: 30px;
		line-height: 28px;
	}

	.indexContactUs .con form textarea {
		padding: 10px 10px;
	}

	.indexContactUs .con form .codeInput .captcha {
		height: 30px;
	}

	.indexContactUs .con form textarea {
		height: 80px;
	}

	.indexContactUs .con form .codeInput .codeImg {
		height: 30px;
	}

	.indexContactUs .con form .codeInput .codeImg img {
		height: 30px;
	}
}

@media screen and (max-width:768px) {
	.indexContactUs .con .msg .title:after {
		top: -10px;
		height: 4px;
	}

	.indexContactUs .con form input {
		padding: 0 5px;
		height: 30px;
	}

	.indexContactUs .con form textarea {
		padding: 5px 5px;
	}

	.indexContactUs .con form input::-webkit-input-placeholder {
		font-size: 12px;
	}

	.indexContactUs .con form input:-moz-placeholder {
		font-size: 12px;
	}

	.indexContactUs .con form input::-moz-placeholder {
		font-size: 12px;
	}

	.indexContactUs .con form input:-ms-input-placeholder {
		font-size: 12px;
	}

	.indexContactUs .con form textarea::-webkit-input-placeholder {
		font-size: 12px;
	}

	.indexContactUs .con form textarea:-moz-placeholder {
		font-size: 12px;
	}

	.indexContactUs .con form textarea::-moz-placeholder {
		font-size: 12px;
	}

	.indexContactUs .con form textarea:-ms-input-placeholder {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.indexContactUs .con {
		flex-direction: column;
	}

	.indexContactUs .con .msg {
		width: 100%;
	}

	.indexContactUs .con .msg:after {
		width: 100%;
	}

	.indexContactUs .con .msg {
		padding: 30px 10px 20px 10px;
	}

	.indexContactUs .con .msg .title {
		margin-bottom: 10px;
	}

	.indexContactUs .con form {
		padding: 20px 10px;
		width: 100%;
		overflow: hidden;
	}
}




/* main6 */
.indexService {
	padding: 102px 0 138px 0;
}

.indexService .title {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 48px;
	color: #333333;
	margin-bottom: 31px;
	text-align: center;
}

.indexService .msg {
	margin-bottom: 68px;
}

.indexService .msg a {
	text-align: center;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.indexService .list {
	display: flex;
	flex-wrap: wrap;
}

.indexService .list .item {
	padding: 45px 47px 33px 47px;
	width: 32%;
	margin-right: 2%;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 4px 6px 36px 0px rgba(33, 33, 33, 0.06);
}

.indexService .list .item:nth-child(3n) {
	margin-right: 0;
}

.indexService .list .item .name {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}


.indexService .list .item .name .image {
	overflow: visible;
	width: 23.5%;
	margin-bottom: 22px;
}

.indexService .list .item .name .txt {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 24px;
	color: #333333;
	text-align: center;
}

.indexService .list .item .txtList a,.indexService .list .item .txtList p {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	hyphens: auto;
}

.indexService .list .item .txtList a:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:1500px) {
	.indexService .list .item {
		padding: 30px;
	}
}

@media screen and (max-width:1333px) {
	.indexService .title {
		margin-bottom: 20px;
	}

	.indexService .msg {
		margin-bottom: 40px;
	}

	.indexService .list .item .name {
		margin-bottom: 20px;
	}

	.indexService .list .item .name .image {
		margin-bottom: 10px;
	}

	.indexService .list .item .txtList a,.indexService .list .item .txtList p {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {
	.indexService .msg {
		margin-bottom: 30px;
	}

	.indexService .list .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		padding: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.indexService .list .item .name {
		width: 25%;
	}

	.indexService .list .item .txtList {
		width: 73%;
	}

	.indexService .list .item .txtList a,.indexService .list .item .txtList p {
		margin-bottom: 0;
	}
}

@media screen and (max-width:768px) {
	.indexService .list .item .name .image {
		width: 35%;
	}

	.indexService .title {
		margin-bottom: 10px;
	}

	.indexService .msg {
		margin-bottom: 20px;
	}

	.indexService .list .item {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.indexService .list .item {
		padding: 20px 10px;
		flex-direction: column;
	}

	.indexService .list .item .txtList {
		width: 100%;
	}

	.indexService .list .item .name {
		width: 46%;
		margin-bottom: 10px;
	}
}











/* main7 */
.comment {
	background-image: url("../images/indexM7bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

.comment .commentSwiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.comment .commentSwiper .swiper-slide .msg {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 20px;
	line-height: 36px;
	color: #fefefe;
	width: 70%;
	position: relative;
	text-align: center;
	margin-bottom: 85px;
}

.comment .con {
	padding: 112px 0 96px 0;
	overflow: hidden;
}


.commentSwiper {
	position: relative;
}

.commentSwiper .swiper-slide .msg:after,
.commentSwiper .swiper-slide .msg::before {
	content: "“";
	position: absolute;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 180px;
	line-height: 36px;
	letter-spacing: 14px;
	color: #ffffff;
	opacity: 0.8;
}

.commentSwiper .swiper-slide .msg:after {
	transform: rotate(180deg);
	bottom: 6%;
	right: -4%;

}

.commentSwiper .swiper-slide .msg::before {
	top: 68%;
	left: -8%;
}

.commentSwiper .swiper-slide .userInfo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.commentSwiper .swiper-slide .userInfo .image {
	width: 126px;
	height: 126px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 11px;
}

.commentSwiper .swiper-slide .userInfo .image img {
	width: 100%;
	height: 100%;
}

.commentSwiper .swiper-slide .userInfo .userName {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 30px;
	letter-spacing: 2px;
	color: #f5821f;
	margin-bottom: 9px;
}

.commentSwiper .swiper-slide .userInfo .txt {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #ffffff;
}

.commentSwiper .prev,
.commentSwiper .next {
	font-size: 66px;
	font-weight: bold;
	position: absolute;
	color: #ffffff;
	top: 40.5%;
	z-index: 1;
	cursor: pointer;
}

.commentSwiper .prev {
	left: 0px;
}

.commentSwiper .next {
	right: -14px;
}

@media screen and (max-width:1333px) {
	.commentSwiper .next {
		right: 0;
	}

	.commentSwiper .prev,
	.commentSwiper .next {
		font-size: 40px;
		top: 50%;
		transform: translateY(-50%);
	}

	.commentSwiper .swiper-slide .msg:after,
	.commentSwiper .swiper-slide .msg::before {
		font-size: 110px;
	}

	.commentSwiper .swiper-slide .msg::before {
		top: 25%;
		left: -8%;
	}

	.commentSwiper .swiper-slide .msg:after {
		bottom: 45%;
		right: -6%;
	}

	.comment .commentSwiper .swiper-slide .msg {
		margin-bottom: 40px;
	}

	.commentSwiper .swiper-slide .userInfo .image {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width:999px) {

	.commentSwiper .prev,
	.commentSwiper .next {
		font-size: 36px;
	}

	.comment .commentSwiper .swiper-slide .msg {
		margin-bottom: 30px;
	}

	.commentSwiper .swiper-slide .userInfo .image {
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width:768px) {

	.commentSwiper .prev,
	.commentSwiper .next {
		font-size: 30px;
	}

	.commentSwiper .swiper-slide .msg:after,
	.commentSwiper .swiper-slide .msg::before {
		font-size: 76px;
	}

	.comment .commentSwiper .swiper-slide .msg {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.commentSwiper .swiper-slide .msg::before {
		top: 26%;
		left: -14%;
	}

	.commentSwiper .swiper-slide .msg:after {
		bottom: 32%;
		right: -15%;
	}
}

/* main8 */
.indexNews {
	padding: 133px 0 75px 0;
}

.indexNews .content {
	display: flex;
}

.indexNews .showNews {
	width: 46.25%;
	background-color: #f7f7f7;
	margin-right: 4.25%;
}

.indexNews .showNews .con {
	padding: 27px 60px 9px 80px;
	background-color: #f7f7f7;

}

.indexNews .time i {
	color: #f5821f;
	margin-right: 5px;
}

.indexNews .showNews .time i {
	font-size: 20px;
	font-weight: bold;
}

.indexNews .time {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #f5821f;
}

.indexNews .showNews .time {
	margin-bottom: 4px;
}

.indexNews .list .time {
	margin-bottom: 3px;
}


.indexNews .name {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 20px;
	color: #333333;
}

.indexNews .showNews .name {
	margin-bottom: 10px;
}

.indexNews .list .name {
	margin-bottom: 10px;
}

.indexNews .msg {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
	margin-bottom: 16px;
}

.indexNews .btn {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #f5821f;
}

.indexNews .btn:hover i {
	margin-left: 5px;
}

.indexNews .list {
	width: 36.85%;
}

.indexNews .list .title {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 72px;
	color: #333333;
	position: relative;
	overflow: visible;
	margin-bottom: 15px;
	margin-top: 65px;
	/* margin-left: -6px; */
}

.indexNews .list .title::after {
	content: "公司新闻";
	position: absolute;
	bottom: 73%;
	width: 1000%;
	left: 0;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 96px;
	color: #000000;
	opacity: 0.05;
}

.indexNews .list .item {
	border-bottom: 1px solid #dbdbdb;
	padding: 24px 0px 24px 0;
	margin-bottom: 10px;
}

.indexNews .list .item:nth-child(2n-1) {
	border-bottom: 1px solid #f5821f;
}




@media screen and (max-width:1600px) {
	.indexNews .list .title::after {
		font-size: 80px;
	}
}

@media screen and (max-width:1333px) {
	.indexNews .content {
		background-color: #f7f7f7;
		padding: 20px 0 20px 0;
	}

	.indexNews .content {
		align-items: center;
	}

	.indexNews .list .title {
		font-size: 50px;
		margin-bottom: 0;
	}

	.indexNews .list .title::after {
		font-size: 60px;
	}

	.indexNews .list .item {
		padding: 20px 0;
	}
}

@media screen and (max-width:999px) {
	.indexNews .list .title {
		font-size: 38px;
	}

	.indexNews .list .title::after {
		font-size: 40px;
	}

	.indexNews .list .item {
		padding: 10px 0;
		margin-bottom: 0;
	}

	.indexNews .msg {
		margin-bottom: 10px;
	}

	.indexNews .showNews .con {
		padding: 20px;
	}

	.indexNews .showNews .time i {
		font-size: 16px;
	}
}


@media screen and (max-width:999px) {
	.indexNews .content {
		flex-direction: column;
		max-width: 1400px;
		width: calc(100% - 50px);
		margin: 0 auto;
		padding: 0;
		background-color: #ffffff;
	}

	.indexNews .showNews {
		width: 100%;
		margin-right: 0;
	}

	.indexNews .list {
		width: 100%;
	}

	.indexNews .showNews {
		display: flex;
		align-items: center;
	}

	.indexNews .list .title {
		margin-top: 50px;
	}
}


@media screen and (max-width:768px) {
	.indexNews .content {
		width: calc(100% - 30px);
	}

	.indexNews .list .title {
		font-size: 28px;
	}

	.indexNews .list .title::after {
		font-size: 32px;
	}
}

@media screen and (max-width:538px) {
	.indexNews .showNews {
		flex-direction: column;
	}

	.indexNews .list {
		padding: 0px 10px;
	}
}



/* main9 */
.indexBrands {
	padding: 0 157px;
	margin-bottom: 128px;
	position: relative;
}

.indexBrands .brandsSwiper {
	overflow: hidden;
}

.indexBrands .prev,
.indexBrands .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	font-size: 60px;
	font-weight: bolder;
	cursor: pointer;
	color: #666666;
}

.indexBrands .prev {
	left: 54px;
}

.indexBrands .next {
	right: 54px;
}

@media screen and (max-width:1333px) {

	.indexBrands .prev,
	.indexBrands .next {
		font-size: 40px;
	}

	.indexBrands {
		margin-bottom: 60px;
		padding: 0 124px;
	}
}

@media screen and (max-width:999px) {

	.indexBrands .prev,
	.indexBrands .next {
		font-size: 36px;
	}

	.indexBrands {
		padding: 0 80px;
		margin-bottom: 40px;
	}

	.indexBrands .next {
		right: 20px;
	}

	.indexBrands .prev {
		left: 20px;
	}
}

@media screen and (max-width:768px) {

	.indexBrands .prev,
	.indexBrands .next {
		font-size: 30px;
	}

	.indexBrands {
		padding: 0 60px;
	}

	.indexBrands {
		margin-bottom: 20px;
	}
}

/* ------------------------1-1products--------------------------------- */

.banner2 {
	position: relative;
}

.productList {
	padding: 80px 0 123px 0;
}

.productList .content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.productList .nav {
	width: 21.45%;

}

.productList .nav .list {
	margin-bottom: 10px;
}

.productList .nav .list .title {
	background-color: #f58220;
	padding: 12px 21px 15px 21px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 36px;
	font-style: italic;
	color: #ffffff;
}

.productList .nav .list .items {
	background-color: #f1f2f3;
	padding: 5px 20px 10px 19px;
}

.productList .nav .list .items a {
	padding: 17px 0;
	border-bottom: 1px solid #cccccc;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #666666;
}

.productList .nav .list .items a.active {
	color: #f58220;
}

.productList .nav .list .items a:last-child {
	border-bottom: 0;
}

.productList .nav .list .items a.active {
	color: #f58220;
}


.productList .nav .tags {
	background-color: #f1f2f3;
	padding: 16px 0px 29px 22px;
}

.productList .nav .tags .title {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 24px;
	color: #333333;
	margin-bottom: 12px;
}

.productList .nav .tags .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.productList .nav .tags .list a {
	padding: 5px 8px;
	border-radius: 18px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #666666;
	background-color: #ffffff;
	margin-right: 8px;
	margin-bottom: 12px;
}

.productList .nav .tags .list a:hover,
.productList .nav .tags .list a.active {
	background-color: #f58220;
	color: #ffffff;
}

.productList .con {
	width: 71.3%;
	padding: 14px 0 14px 0;
}

.productList .con .search {
	width: 260px;
	height: 40.5px;
	border-radius: 20px;
	border: solid 1px #999999;
	padding: 10px 11px 10px 10px;
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}


.productList .con .searchInput {
	flex: 1;
	font-size: 16px;
	color: #333;
	width:80%;
}

.productList .con .searchInput::-webkit-input-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #999999;
}

.productList .con .searchInput:-moz-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #999999;
}

.productList .con .searchInput::-moz-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #999999;
}

.productList .con .searchInput:-ms-input-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #999999;
}


.productList .con .submitBtn {
	position: relative;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	color: #999999;
	font-size: 18px;
}

.productList .con .submitBtn input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.productList .con .line {
	width: 100%;
	height: 1px;
	background-color: #e1e1e1;
	margin-bottom: 31px;
}



.productList .con .title,
.productList .con .title span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 36px;
	color: #333333;
	margin-bottom: 11px;
}

.productList .con .title span,.productList .con .title:first-letter {
	color: #f58220;
}

.productList .con .msg p {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.productList .con .msg {
	margin-bottom: 28px;
}

.productList .con .learnMore {
	width: 200px;
	height: 48px;
	line-height: 46px;
	background-color: #f5821f;
	border: 1px solid #f5821f;
	text-align: center;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 53px;
}

.productList .con .learnMore:hover {
	background-color: #fff;
	color: #f58220;
}

.productList .con .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3px;
}


.productList .con .list .item {
	width: 30%;
	margin-right: 5%;
	background-color: #f1f2f3;
	margin-bottom: 50px;
}



.productList .con .list .item:nth-child(3n) {
	margin-right: 0;
}

.productList .con .list .image {
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	z-index:9
}

.productList .con .list .image input {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	cursor: pointer;
	z-index: 999999;
}

.productList .con .list .txt {
	padding: 12px 26px 27px 26px;
}

.productList .con .list .txt .name {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	color: #000000;
	margin-bottom: 4px;
}

.productList .con .list .txt .text {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 17px;
	hyphens: auto;
}

.productList .con .list .txt .btn,
.productList .con .list .txt .btn i {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	line-height: 24px;
	color: #f58220;
}

.productList .con .list .txt .btn i {
	font-style: normal;
}

.productList .con .list .txt .btn:hover i {
	margin-left: 5px;
}




@media screen and (max-width:1333px) {
	.productList .nav .list .title {
		padding: 10px 20px;
	}

	.productList .con .search {
		max-height: 35px;
	}

	.productList .nav {
		width: 24%;
	}

	.productList .con .msg {
		margin-bottom: 20px;
	}

	.productList .con .learnMore {
		height: 40px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.productList .con .list .item {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.productList .con .list .txt {
		padding: 10px 12px;
	}

	.productList .con .list .txt .text {
		margin-bottom: 10px;
	}

	.productList .con .list .image input {
		width: 18px;
		height: 18px;
	}

	.productList .nav .tags {
		padding: 14px 10px;
	}

	.productList .nav .list .items {
		padding: 10px;
	}

	.productList .nav .list .items a {
		padding: 14px 0;
	}
}


@media screen and (max-width:999px) {
	.productList .con .searchInput::-webkit-input-placeholder {
		font-size: 14px;
	}

	.productList .con .searchInput:-moz-placeholder {
		font-size: 14px;
	}

	.productList .con .searchInput::-moz-placeholder {
		font-size: 14px;
	}

	.productList .con .searchInput:-ms-input-placeholder {
		font-size: 14px;
	}


	.productList .content {
		flex-direction: column;
	}

	.productList .content .nav a {
		width: 32%;
		margin-right: 2%;
		text-align: center;
	}

	.productList .content .nav a:nth-child(3n) {
		margin-right: 0;
	}

	.productList .nav .list .items a:last-child {
		border-bottom: 1px solid #cccccc;
	}

	.productList .nav {
		width: 100%;
	}

	.productList .nav .list .items {
		display: flex;
		flex-wrap: wrap;
	}

	.productList .con {
		width: 100%;
	}

	.productList .nav {
		margin-bottom: 20px;
	}

	.productList .nav .list .title {
		padding: 10px;
	}

}


@media screen and (max-width:768px) {
	.productList .con .searchInput::-webkit-input-placeholder {
		font-size: 12px;
	}

	.productList .con .searchInput:-moz-placeholder {
		font-size: 12px;
	}

	.productList .con .searchInput::-moz-placeholder {
		font-size: 12px;
	}

	.productList .con .searchInput:-ms-input-placeholder {
		font-size: 12px;
	}


	.productList .nav .list .items a {
		padding: 10px 0;
	}

	.productList .nav .tags {
		padding: 10px;
	}

	.productList .con .line {
		margin-bottom: 20px;
	}

	.productList .con .learnMore {
		height: 35px;
		line-height: 33px;
		margin-bottom: 20px;
	}

	.productList .con .list .txt .text {
		margin-bottom: 0px;
	}

	.productList .con .list .image input {
		width: 15px;
		height: 15px;
	}
}

@media screen and (max-width:538px) {
	.productList .nav .list .title {
		padding: 5px;
	}

	.productList .content .nav a {
		width: 49%;
	}

	.productList .nav .tags .list a {
		margin-right: 2%;
	}

	.productList .content .nav a:nth-child(3n) {
		margin-right: 2%;
	}

	.productList .content .nav a:nth-child(2n) {
		margin-right: 0%;
	}

	.productList .nav {
		margin-bottom: 10px;
	}

	.productList .con .search {
		height: 30px;
	}

	.productList .con .line {
		margin-bottom: 10px;
	}

	.productList .con .msg {
		margin-bottom: 10px;
	}

	.productList .con .list .item {
		width: 49%;
		margin-right: 2%;
	}

	.productList .con .list .item:nth-child(3n) {
		margin-right: 2%;
	}

	.productList .con .list .item:nth-child(2n) {
		margin-right: 0%;
	}
}




/* --------2-1solution------------------------- */


.solution {
	padding: 77px 0 152px 0;
}

.solution .title,
.solution .title span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 60px;
	color: #333333;
	margin-bottom: 78px;
}


.solution .title span,.solution .title:first-letter  {
	color: #f57e1a;
}

.solution .msg {
	margin-bottom: 91px;
}

.solution .msg .txt {
	padding: 24px 0 24px 0;
}

.solution .msg .txt .title1 {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 36px;
	color: #333333;
	margin-bottom: 13px;
}

.solution .msg .txt .title2 {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 32px;
}

.solution .msg .txt .msgList p {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
	overflow: hidden;
	hyphens: auto;
	
}


.solution .image {
	width: 59.4%;
	margin-left: 1.4%;
	float: right;
}

.solution .videoCon .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.solution .videoCon .video {
	position: relative;
	width: 50%;
	cursor: pointer;
	margin-left: 0;
}

.solution .videoCon .video .playBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 13.5%;
}

.solution .videoCon .video .playBtn:hover img {
	transform: scale(1.1, 1.1);
}

.solution .videoCon .txt {
	width: 46.65%;
}

.solution .videoCon .txt p {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	overflow: hidden;
	hyphens: auto;
}

@media screen and (max-width:1333px) {
	.solution .videoCon .txt p {
		font-size: 16px;
		line-height: 26px;
	}

	.solution .msg .txt .msgList p {
		font-size: 16px;
		line-height: 26px;
	}

	.solution .title,
	.solution .title span {
		font-size: 40px;
		margin-bottom: 40px;
	}

	.solution .msg .txt {
		padding: 0;
	}

	.solution .msg .txt .title2 {
		margin-bottom: 10px;
	}

	.solution .msg .txt .msgList p {

	}

	.solution .msg {
		margin-bottom: 40px;
	}

	.solution .videoCon .con {
		display: block;
	}

	.solution .videoCon .video {
		float: left;
		margin-right: 2%;
	}

	.solution .videoCon .txt {
		width: auto;
	}

	.solution .videoCon .txt p {
		overflow: visible;
	}

	.solution .msg .txt .msgList p {
		overflow: visible;
	}
}

@media screen and (max-width:999px) {
	.solution .videoCon .txt p {
		font-size: 14px;
		line-height: 24px;
	}

	.solution .msg .txt .msgList p {
		font-size: 14px;
		line-height: 24px;
	}

	.solution .title,
	.solution .title span {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.solution .msg .txt .title1 {
		margin-bottom: 10px;
	}

	.solution .msg .txt .msgList p {
	
	}

	.solution .msg {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.solution .videoCon .txt p {
		font-size: 12px;
		line-height: 22px;
	}

	.solution .msg .txt .msgList p {
		font-size: 12px;
		line-height: 22px;
	}

	.solution .title,
	.solution .title span {
		font-size: 28px;
	}

	.solution .msg .txt .msgList p {
		margin-bottom: 0;
	}

	.solution .msg {
		margin-bottom: 20px;
	}

	.solution .msg .txt .title2 {
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {

	.solution .title,
	.solution .title span {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.solution .image {
		width: 100%;
		max-width: 1400px;
		width: calc(100% - 30px);
		float: none;
		margin: 0 auto 10px;
	}

	.solution .videoCon .con {
		display: flex;
		flex-direction: column;
	}

	.solution .videoCon .video {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}


/* ------------------------1-2products--------------------------------- */

#outer {
	position: relative;
}

#tab {
	zoom: 1;
	font-size: 0px;
	text-align: center;
	position: relative;
}

#tab li {
	border: 1px solid transparent;
	cursor: pointer;
}

#tab li.current {
	border: 1px solid #f58220;
}

#content {
	display: block;
}

#content .tabul {
	display: none;
	vertical-align: middle;
	font-size: 16px;
}

#content .tabul a {
	position: relative;
}

#content .tabul a:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #f58220;
	border: 1px solid #f58220;
	text-align: center;
	line-height: 48px;
	z-index: 1;
	background-image: url("../images/bigImg.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.img-scroll5 {
	position: relative;
	margin-top: 13px;
}

.img-scroll5 .prev,
.img-scroll5 .next {
	position: absolute;
	text-align: center;
	font-size:14px; font-size:1.4rem;
	display: block;
	width: 24px;
	height:30px;
	line-height: 30px;
	text-align: center;
	
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	z-index: 999;


	color: #fff;
	background:#f58220
}

.img-scroll5 .prev {
	left: 0px;
	cursor: pointer;
}

.img-scroll5 .next {
	right: 0px;
	cursor: pointer;
}

.img-scroll5 .prev:hover,
.img-scroll5 .next:hover {
	color: #f58220;
	background:#fff
}

.img-list {
	position: relative;
	overflow: hidden;
}

.img-list ul {
	width: 10000%;
	transition: none;
}

.img-list li {
	float: left;
	width: 0.225%;
	margin-right: 0.032%;
	border: solid 1px #eeeeee;
	border-left: none;
	position: relative;
}

.img-list li:first-child {
	border-left: solid 1px #eeeeee;
}

.img-list li img {
	width: 100%;
}













.productShow {
	padding: 80px 0 60px 0;
}

.productShow .showCon {
	display: flex;
	justify-content: space-between;
}

.productShow .con {
	padding: 20px 0px;
}

.productShow .con .top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.productShow .con .line {
	margin-bottom: 26px;
}

.productShow .con .title {
	color: #f58220;
	margin-bottom: 23px;
}

.productShow .con .share {
	display: flex;
}

.productShow .con .share .share1 {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	margin-right: 5px;
}

.showCon #outer {
	width: 40%;
}

.productShow .showCon {
	margin-bottom: 56px;
}

.productShow .showCon .jianjie {
	width: 56.1%;
	margin-top: 16px;
}

.productShow .showCon .jianjie h1 {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 24px;
	color: #333333;
	margin-bottom: 27px;
}

.productShow .showCon .jianjie p {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	color: #666666;
}

.productShow .showCon .jianjie .msg {
	margin-bottom: 47px;
}
.productShow .showCon .jianjie .msg p>strong{font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 24px;
	color: #333333;
	margin-bottom: 27px;}
.productShow .showCon .jianjie .btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.productShow .showCon .jianjie .btns a {
	width: 48.3%;
	border: solid 1px #f58220;
	height: 50px;
	line-height: 48px;
	text-align: center;
	padding: 0 10px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 20px;
	color: #333333;
}

.productShow .showCon .jianjie .btns a:hover {
	background-color: #f58220;
	color: #ffffff;
}

.productShow .features {
	margin-bottom: 30px;
}

.productShow .features p strong {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 24px;
	color: #333333;
	margin-bottom:32px;
	display:block
}

.productShow .features p {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}

.productShow .specifications {
	margin-bottom: 65px;
}

.productShow .specifications p strong {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 24px;
	color: #333333;
}

.productShow .specifications p {
	margin-bottom: 20px;
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 18.5px 34px;
	background-color: #f4f4f4;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	color: #666666;
}
.table table tr td strong{	font-size: 18px;}

.table table tr td:first-child {
	width: 37%;
}


.productSolution {
	background-color: #f1f2f3;
	padding: 111px 0 136px 0;
}


.service.productService {
	padding: 10px 0 106px 0;
}

@media screen and (max-width:1333px) {

	.productShow .features p,
	.table table tr td,.table table tr td strong {
		font-size: 16px;
		line-height: 26px;
	}
	

	.productShow .showCon .jianjie h1,.productShow .showCon .jianjie .msg p>strong {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.productShow .con {
		padding: 0;
	}

	.productShow .con .title {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 30px;
	}

	.productShow .showCon .jianjie p {
		font-size: 16px;
		line-height: 30px;
	}

	.productShow .showCon .jianjie .msg {
		margin-bottom: 20px;
	}

	.productShow .showCon .jianjie .btns a {
		height: 45px;
		line-height: 43px;
		font-size: 16px;
	}

	.productShow .showCon {
		align-items: center;
	}

	.showCon #outer {
		width: 46.2%;
	}

	.productShow .showCon .jianjie {
		width: 50%;
		margin-top: 0px;
	}

	#content .tabul a:after {
		width: 45px;
		height: 45px;
	}

	.productShow .showCon {
		margin-bottom: 30px;
	}

	.table table tr td {
		padding: 10px 10px;
	}

	.productShow .features p strong,
	.productShow .specifications p strong {
		font-size: 22px;
	}

	.productShow .specifications {
		margin-bottom: 40px;
	}
	.productShow .features p strong{ margin-bottom:20px}

}

@media screen and (max-width:999px) {
.productShow .features p strong{ margin-bottom:10px}
	.productShow .features p,
	.table table tr td,.table table tr td strong {
		font-size: 14px;
		line-height: 24px;
	}

	#content .tabul a:after {
		width: 40px;
		height: 40px;
	}

	.productShow .showCon .jianjie h1,.productShow .showCon .jianjie .msg p>strong {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.productShow .showCon .jianjie p {
		font-size: 14px;
		line-height: 24px;
	}

	.productShow .showCon .jianjie .btns a {
		height: 40px;
		line-height: 38px;
	}

	.showCon #outer {
		width: 43.2%;
	}

	.productShow .showCon .jianjie {
		width: 54%;
	}

	.productShow .features {
		margin-bottom: 20px;
	}

	.productShow .specifications p {
		margin-bottom: 10px;
	}

	.productShow .specifications {
		margin-bottom: 30px;
	}

	.productShow .con .title {
		font-size: 24px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {

	.productShow .features p,
	.table table tr td,.table table tr td strong {
		font-size: 12px;
		line-height: 22px;
	}

	.productShow .showCon {
		flex-direction: column;
		align-items: flex-start;
	}

	.showCon #outer {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.productShow .showCon .jianjie {
		width: 100%;
	}

	.productShow .con .title {
		font-size: 22px;
	}

	.productShow .con .top {
		margin-bottom: 10px;
	}

	.productShow .con .line {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {}


/* ------------------------------3-1about------------------------------ */
.about {
	padding: 87px 0 103px 0;
}

.about .title,
.about .title span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 48px;
	margin-bottom: 34px;
	color: #333333;
}
.about .title:first-letter{ color:#f58220}
.about .title span {
	color: #f5821f;
}

.about .msglist .item1 {
	margin-bottom: 30px;
}

.about .msglist .item1 .image {
	width: 45.1%;
	float: right;
	margin-left: 4.85%;
}

.about .msglist .item1 .txt p {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	
	hyphens: auto;
}

.about .msglist .item2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about .msglist .item2 .images {
	width: 45.2%;
}

.about .msglist .item2 .images .image {
	margin-bottom: 26px;
}

.about .msglist .item2 .images .image:last-child {
	margin-bottom: 0;
}

.about .msglist .item2 .txtList {
	width: 50%;
	margin-top: 24px;
	padding: 10px 0;
}

.about .msglist .item2 .txtList p {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
	
}

.about .msglist .item2 .txtList p:last-child {
	margin-bottom: 0;
}


.mission {
	background-image: url("../images/aboutM2-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 210px 0 228px 0;
}

.mission .con {
	width: 42%;
}

.mission .title,
.mission .title span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 35px;
}
.mission .title:first-letter{ color:#f58220}
.mission .title span {
	color: #f5821f;
}

.mission .msg,.mission .msg p {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	color: #999999;
	hyphens: auto;
}


.facilities {
	padding: 130px 0 156px 0;
}

.facilities .title,
.facilities span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 48px;
	color: #333333;
	margin-bottom: 36px;
}

.facilities span,.facilities .title:first-letter {
	color: #f5821f;
}

.facilities .msg .title2 {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 2px;
}

.facilities .msg .txt {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	color: #666666;
	margin-bottom: 62px;
}
.facilities .msg .txt p{font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	color: #666666;}
.facilities .facilitiesSwiper {
	overflow: hidden;
}

.facilities .box {
	position: relative;
}

.facilities .prev,
.facilities .next {
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
	font-size: 22px;
	border-radius: 50%;
	border: 3px solid #cccccc;
	color: #cccccc;
	cursor: pointer;
}

.facilities .prev:hover,
.facilities .next:hover {
	color: #f5821f;
	border-color: #f5821f;
}

.facilities .prev {
	left: -3.1%;
}

.facilities .next {
	right: -5.6%;
}







@media screen and (max-width:1620px) {

	.facilities .prev,
	.facilities .next {
		top: -60px;
		right: 0;
		left: auto;
	}

	.facilities .prev {
		right: 70px;
	}
}




@media screen and (max-width:1333px) {
	.about .msglist .item1 .txt p {
		font-size: 16px;
		line-height: 26px;
		
	}

	.about .msglist .item2 .txtList p {
		font-size: 16px;
		line-height: 26px;
		
	}




	.about .title,
	.about .title span {
		font-size: 38px;
		margin-bottom: 30px;
	}

	.about .msglist .item2 .txtList {
		margin-top: 0;
		padding: 0;
	}

	.about .msglist .item2 {
		display: block;
	}

	.about .msglist .item2 .images {
		float: left;
		margin-right: 4.85%;
	}

	.about .msglist .item2 .txtList {
		width: auto;
	}


	.mission {
		padding: 100px 0;
	}

	.mission .title,
	.mission .title span {
		font-size: 38px;
		margin-bottom: 30px;
	}

	.mission .con {
		width: 50%;
	}


	.facilities .title,
	.facilities span {
		font-size: 38px;
		margin-bottom: 30px;
	}

	.facilities .prev,
	.facilities .next {
		width: 40px;
		height: 40px;
		border-width: 2px;
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.about .msglist .item1 .txt p {
		font-size: 14px;
		line-height: 24px;
	}

	.about .msglist .item2 .txtList p {
		font-size: 14px;
		line-height: 24px;
	}

	.about .title,
	.about .title span {
		font-size: 32px;
	}



	.about .msglist .item1 .image {
		margin-left: 3%;
	}

	.about .msglist .item2 .images {
		margin-right: 3%;
	}

	.about .msglist .item2 .images .image {
		margin-bottom: 20px;
	}

	.about .msglist .item1 {
		margin-bottom: 20px;
	}

	.mission {
		padding: 40px 0 40px 0;
	}

	.mission .title,
	.mission .title span {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.facilities .title,
	.facilities span {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.facilities .msg .txt {
		margin-bottom: 40px;
	}

	.facilities .prev,
	.facilities .next {
		width: 35px;
		height: 35px;
		line-height: 31px;
		font-size: 16px;
		top: -45px;
	}

}

@media screen and (max-width:768px) {
	.about .msglist .item1 .txt p {
		font-size: 12px;
		line-height: 22px;
	}

	.about .msglist .item2 .txtList p {
		font-size: 12px;
		line-height: 22px;
	}

	.about .title,
	.about .title span,
	.mission .title,
	.mission .title span,
	.facilities .title,
	.facilities span {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.facilities .prev,
	.facilities .next {
		top: -40px;
		width: 30px;
		height: 30px;
		font-size: 14px;
		border: 1px solid #cccccc;
		font-weight: normal;
	}

	.facilities .prev {
		right: 50px;
	}
}

@media screen and (max-width:538px) {

	.about .title,
	.about .title span,
	.mission .title,
	.mission .title span,
	.facilities .title,
	.facilities span {
		font-size: 22px;
	}




	.about .msglist .item1 .image {
		margin-left: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.about .msglist .item1 {
		margin-bottom: 10px;
	}

	.about .msglist .item2 .images {
		margin-right: 0;
		width: 100%;
	}

	.about .msglist .item2 .images .image:nth-child(n) {
		margin-bottom: 10px;
	}

	.mission .con {
		width: 100%;
	}

	.mission .msg,.mission .msg p {
		color: #fff;
	}

	.mission {
		padding: 30px 0;
	}
}

































/* ------------------------------4-1service----------------------- */


.service {
	padding: 89px 0 118px 0;
}

.service .title,
.service .title span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 48px;
	color: #333333;
	margin-bottom: 35px;
}

.service .title span,.service .title:first-letter {
	color: #f5821f;
}

.service .msg {
	margin-bottom: 62px;
}

.service .msg p {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
}

.service .msg p:last-child {
	margin-bottom: 0;
}

.service .list .item {
	background-color: #f1f2f3;
	margin-bottom: 29px;
	display: flex;
	align-items: center;
	border-radius: 0px 1000px 1000px 0;
}

.service .list .item:nth-child(1) .name {
	margin-bottom: 12px;
}

.service .list .item:nth-child(2) .msgList {
	padding: 36px 105px 51px 64px;
}

.service .list .item:nth-child(3) .msgList {
	padding: 36px 105px 41px 64px;
}

.service .list .item:nth-child(3) .name {
	margin-bottom: 8px;
}

.service .list .item:nth-child(2) .name {
	margin-bottom: 24px;
}

.service .list .item:nth-child(2) .name .txt {
	line-height: 30px;
}

.service .list .item:nth-child(2) .image {
	margin-bottom: 15px;
}

.service .list .item:last-child {
	margin-bottom: 0;
}

.service .name {
	width: 12.95%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.service .name .image {
	margin-bottom: 10px;
}

.service .name .txt {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 24px;
	color: #f68b32;
	text-align: center;
}

.service .msgList {
	width: 87.05%;
	border-left: 1px solid #cccccc;
	padding: 36px 105px 39px 64px;
}

.service .msgList p {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	overflow: hidden;
	hyphens: auto;
}

.service .msgList p:last-child {
	margin-bottom: 0;
}

.serviceNum {
	background-image: url("../images/4-1servicebg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.serviceNum .list {
	padding: 107px 0 93px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.serviceNum .list .item {
	width: 23.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.serviceNum .list .item:nth-child(1) {
	width: 23.4%;
}

.serviceNum .list .item:nth-child(4) {
	width: 23.1%;
}

.serviceNum .list .item .image {
	width: 100px;
	height: 100px;
	background-color: #f58220;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.serviceNum .list .item .num,
.serviceNum .list .item .num span {
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #eeeeee;
}

.serviceNum .list .item .num {
	font-size: 16px;
}

.serviceNum .list .item .num span {
	font-size: 72px;
	font-weight: bolder;
}

.serviceNum .list .item .msg {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	color: #eeeeee;
	text-align: center;
	margin-top: 0px;
	overflow: hidden;
	hyphens: auto;
}

@media screen and (max-width:1333px) {

	.service .title,
	.service .title span {
		margin-bottom: 20px;
	}

	.service .msg p {
		margin-bottom: 20px;
	}

	.service .msg {
		margin-bottom: 40px;
	}

	.service .list .item:nth-child(n) .name {
		margin: 0;
	}

	.service .msgList {
		padding: 30px 40px;
	}

	.service .msgList p {
		margin-bottom: 20px;
	}

	.serviceNum .list .item:nth-child(n) {
		width: 23.5%;
	}

	.serviceNum .list .item .image {
		margin-bottom: 10px;
		width: 80px;
		height: 80px;
	}

	.serviceNum .list .item .num span {
		font-size: 50px;
	}

	.serviceNum .list .item .msg {
		margin-top: 0px;
	}
}

@media screen and (max-width:999px) {
	.service .msg {
		margin-bottom: 30px;
	}

	.service .list .item {
		border-radius: 0;
	}

	.service .msgList p {
		margin-bottom: 10px;
	}

	.service .list .item:nth-child(n) .msgList {
		padding: 20px;
	}

	.service .name {
		width: 20%;
	}

	.service .msgList {
		width: 80%;
	}

	.serviceNum .list .item .image {
		width: 70px;
		height: 70px;
		margin-bottom: 0;
	}

	.serviceNum .list .item .num span {
		font-size: 40px;
	}
}

@media screen and (max-width:768px) {

	.service .title,
	.service .title span {
		margin-bottom: 10px;
	}

	.service .msg p {
		margin-bottom: 10px;
	}

	.service .msg {
		margin-bottom: 20px;
	}

	.service .list .item {
		margin-bottom: 20px;
	}

	.serviceNum .list .item:nth-child(n) {
		width: 49%;
		margin-bottom: 20px;
	}

	.serviceNum .list .item .num span {
		font-size: 30px;
	}

}

@media screen and (max-width:538px) {

	.service .list .item {
		flex-direction: column;
		padding: 20px 0;
		margin-bottom: 10px;
	}

	.service .name {
		width: 100%;
	}

	.service .msgList {
		width: 100%;
		border-left: 0;
	}

	.service .list .item:nth-child(n) .msgList {
		padding: 0 10px;
	}

	.serviceNum .list .item:nth-child(n) {
		width: 100%;
		margin-bottom: 20px;
	}

	.serviceNum .list .item .image {
		width: 60px;
		height: 60px;
		padding: 12px;
	}
	.service .name .image{
		width: 50px;
		height: 50px;
	}
}


/* 5-1blog */


.blog {
	padding: 89px 0 112px 0;
}

.blog .title,
.blog .title span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 48px;
	color: #333333;
}

.blog .title span,.blog .title:first-letter  {
	color: #f5821f;
}

.blog .title {
	margin-bottom: 40px;
}

.blog .list {
	display: flex;
	flex-wrap: wrap;
}

.blog .list .item {
	width: 31.43%;
	margin-right: 2.85%;
	margin-bottom: 53px;
	border-radius: 0 0 10px 10px;
}
.blog .list .item:hover{
	box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.16);
}
.blog .list .item:nth-child(3n) {
	margin-right: 0;
}


.blog .list .item .msg {
	padding: 18px 23px 32px 23px;
}

.blog .list .item .msg .time {
	display: flex;
	align-items: center;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #666666;
	margin-bottom: 20px;
}


.blog .list .item .msg .time i {
	font-size: 25px;
	color: #f5821f;
	margin-right: 12px;
}

.blog .list .item .msg .name {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 20px;
	color: #333333;
	margin-bottom: 19px;
}

.blog .list .item .msg .txt {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 13px;
	overflow: hidden;
	hyphens: auto;
}

.blog .list .item .msg .btn {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}



.blog .pager {
	margin-top: 6px;
}



@media screen and (max-width:1333px) {

	.blog .title,
	.blog .title span {
		font-size: 38px;
		margin-bottom: 30px;
	}

	.blog .list .item {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.blog .list .item .msg {
		padding: 20px;
	}

	.blog .list .item .msg .time {
		margin-bottom: 10px;
	}

	.blog .list .item .msg .name {
		margin-bottom: 10px;
	}

	.blog .list .item .msg .txt {
		margin-bottom: 10px;
	}

	.blog .list .item .msg .time i {
		font-size: 22px;
		margin-right: 10px;
	}
}

@media screen and (max-width:999px) {
	.blog .list .item {
		margin-bottom: 20px;
	}

	.blog .title,
	.blog .title span {
		font-size: 34px;
		margin-bottom: 20px;
	}

	.blog .pager {
		margin-top: 20px;
	}

	.blog .list .item .msg .time i {
		font-size: 18px;
		margin-right: 5px;
	}
}

@media screen and (max-width:768px) {
	.blog .list .item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.blog .list .item:nth-child(3n) {
		margin-right: 2%;
	}

	.blog .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.blog .pager {
		margin-top: 10px;
	}

	.blog .title,
	.blog .title span {
		font-size: 28px;
	}
}

@media screen and (max-width:450px) {
	.blog .list .item {
		width: 100%;
		margin-right: 0%;
	}

	.blog .title,
	.blog .title span {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.blog .list .item .msg {
		padding: 20px 10px;
	}
}



/* 5-2blog */
.blogShow {
	padding: 89px 0 64px 0;
}

.blogShow .title {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 48px;
	color: #333333;
	margin-bottom: 20px;
}

.blogShow .title2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.blogShow .title2 .time {
	display: flex;
	align-items: center;
}

.blogShow .title2 .time i {
	margin-right: 5px;
	color: #f5821f;
	font-size: 19px;
}

.blogShow .title2 .time,
.blogShow .title2 .share span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.blogShow .title2 .time {
	margin-right: 48px;
}

.blogShow .title2 .share {
	display: flex;
	align-items: center;
}

.blogShow .title2 .share span {
	margin-right: 10px;
}

.blogShow .msg {
	padding: 42px 0 88px 0;
}

.blogShow .msg p,.blogShow .msg p strong {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.blogShow .msg p strong{}

.prevOrNext {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #d6d6d6;
	border-left: none;
	border-right: none;
	padding: 21px 0 22px 0;
}

.prevOrNext a,
.prevOrNext div {
	display: flex;
	align-items: center;
}

.prevOrNext a span,
.prevOrNext div span,
.prevOrNext i {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	font-style: normal;
}

.prevOrNext a:hover span,
.prevOrNext a:hover i {
	color: #f58220;
}

.prevOrNext a span,
.prevOrNext div span {
	padding: 0 4px;
}


.relatedProducts .box {
	position: relative;
}

.relatedProducts .title {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 36px;
	color: #f58220;
	margin-bottom: 29px;
}
.relatedProducts .title:hover{ color:#333}

.relatedProducts .relatedSwiper {
	overflow: hidden;
}

.relatedProducts .prev,
.relatedProducts .next {
	position: absolute;
	content: "";
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	border: 2px solid #cccccc;
	cursor: pointer;
	color: #cccccc;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	font-weight: bold;
	font-size: 22px;
}


.relatedProducts .prev:hover,
.relatedProducts .next:hover {
	color: #f5821f;
	border-color: #f5821f;
}

.relatedProducts .prev {
	left: -62px;
}


.relatedProducts .next {
	right: -62px;
}

.relatedProducts .swiper-slide {
	background-color: #f1f2f3;
}


.relatedProducts .swiper-slide .image {
	border-bottom: 1px solid #e1e1e1;
}

.relatedProducts .swiper-slide .txt a {
	padding: 14px 10px;
	text-align: center;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	color: #000000;
}


.blogrelate {
	margin-bottom: 118px;
}

@media screen and (max-width:1333px) {
	.blogShow .title {
		font-size: 38px;
	}

	.blogShow .msg {
		padding: 30px 0 60px 0;
	}

	.blogShow .msg p {
		font-size: 16px;
		line-height: 26px;
	}

	.prevOrNext a span,
	.prevOrNext div span {
		padding: 0 10px;
	}

	.relatedProducts .swiper-slide .txt a {
		padding: 10px;
	}

	.blogrelate {
		margin-bottom: 60px;
	}

	.relatedProducts .prev {
		left: -50px;
	}

	.relatedProducts .next {
		right: -50px;
	}
}

@media screen and (max-width:999px) {
	.blogShow .title {
		font-size: 34px;
	}

	.blogShow .msg p {
		font-size: 14px;
		line-height: 24px;
	}

	.blogShow .msg {
		padding: 20px 0 40px 0;
	}

	.prevOrNext {
		padding: 10px 0;
	}

	.relatedProducts .title {
		margin-bottom: 20px;
	}

	.relatedProducts .prev,
	.relatedProducts .next {
		width: 35px;
		height: 35px;
		line-height: 32px;
		right: 0;
		top: -25px;
		font-size: 12px;
	}

	.relatedProducts .prev {
		left: auto;
		right: 60px;
	}

}

@media screen and (max-width:768px) {
	.blogShow .title {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.blogShow .msg p {
		font-size: 12px;
		line-height: 22px;
	}

	.blogrelate {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.blogShow .title {
		font-size: 26px;
	}

	.blogrelate {
		margin-bottom: 20px;
	}

	.relatedProducts .prev,
	.relatedProducts .next {
		width: 30px;
		height: 30px;
		line-height: 28px;
		right: 0;
		top: -34px;
		font-size: 12px;
	}

	.relatedProducts .prev {
		right: 40px;
	}
}





/* ---------------6-1contactUs---------------- */
.contactUs {
	padding: 89px 0 123px 0;
}

.contactUs .con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.contactUs .inputCon {
	width: 48%;
}

.contactUs .map {
	width: 45.1%;
	margin-top: 12px;
}

.contactUs .cUs {
	margin-bottom: 75px;
}

.contactUs .cUs .title,
.contactUs .cUs .title span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 48px;
	color: #333333;
	margin-bottom: 30px;
}

.contactUs .cUs .title span,.contactUs .cUs .title:first-letter {
	color: #f58220;
}

.contactUs .cUs .list .item {
	display: flex;
	align-items: center;
	margin-bottom: 19px;
}

.contactUs .cUs .list .item i {
	font-size: 18px;
	color: #f58220;
	margin-right: 10px;
}

.contactUs .cUs .list .item,
.contactUs .cUs .list .item p,
.contactUs .cUs .list .item a {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	color: #666666;
}

.contactUs .gTouch .title,
.contactUs .gTouch .title span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 48px;
	color: #333333;
	margin-bottom: 14px;
}

.contactUs .gTouch .title span,.contactUs .gTouch .title:first-letter {
	color: #f58220;
}

.contactUs .gTouch .msg {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 4px;
}
.contactUs .gTouch .msg p{	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	color: #666666;}
.contactUs form .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 7px;
}

.contactUs form .item div,
.contactUs form div.message {
	border-bottom: 1px solid #dddddd;
}

.contactUs form div.message {
	margin-bottom: 5px;
}

.contactUs form .item div {
	width: 46.7%;
}

.contactUs form div.codeMsg {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;

}

.contactUs form div.must {
	position: relative;
}

.contactUs form div.must::after {
	position: absolute;
	content: "*";
	color: #ff0000;
	font-size: 14px;
	top: 50%;
	transform: translateY(-50%);
	right: -3%;
}

.contactUs form div.codeMsg .codeInput {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	width: 46.8%;
	position: relative;
}

.contactUs form div.codeMsg .codeInput input {
	padding-right: 130px;
}

.contactUs form div.codeMsg .codeInput .codeImg {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: -10px;
	width: 32%;
}


.contactUs form .submitBtn {
	width: 46.5%;
	height: 42px;
	padding: 0;
	background-color: #f58220;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #f58220;
}

.contactUs form .submitBtn:hover {
	background-color: #ffffff;
	color: #f58220;
}

.contactUs form input,
.contactUs form textarea {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #333;
}

.contactUs form input {
	padding: 25px 0;
}

.contactUs form textarea {
	padding: 23px 0;
	height: 123px;
}

.contactUs form input::-webkit-input-placeholder,
.contactUs form textarea::-webkit-input-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #666666;
}

.contactUs form input:-moz-placeholderm,
.contactUs form textarea:-moz-placeholderm {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #666666;
}

.contactUs form input::-moz-placeholder,
.contactUs form textarea::-moz-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #666666;
}

.contactUs form input:-ms-input-placeholder,
.contactUs form textarea:-ms-input-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #666666;
}


@media screen and (max-width:1333px) {

	.contactUs .cUs .title,
	.contactUs .cUs .title span,
	.contactUs .gTouch .title,
	.contactUs .gTouch .title span {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.contactUs .map {
		width: 49%;
	}

	.contactUs .cUs .list .item {
		margin-bottom: 10px;
	}

	.contactUs .cUs {
		margin-bottom: 30px;
	}

	.contactUs .gTouch .msg {
		margin-bottom: 0;
	}

	.contactUs form input {
		padding: 20px 10px;
	}

	.contactUs form .item {
		margin-bottom: 0;
	}

	.contactUs form div.must:nth-child(n)::after {
		top: 50%;
		transform: translateY(-50%);
		left: auto;
		right: 0;
	}

	.contactUs form textarea {
		padding: 20px 10px;
		height: 100px;
	}

	.contactUs form div.codeMsg .codeInput input {
		padding-right: 95px;
	}

	.contactUs form div.codeMsg .codeInput .codeImg {
		right: 0px;
		width: 40%;
	}
}

@media screen and (max-width:999px) {

	.contactUs .cUs .title,
	.contactUs .cUs .title span,
	.contactUs .gTouch .title,
	.contactUs .gTouch .title span {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.contactUs .cUs {
		margin-bottom: 20px;
	}

	.contactUs form input {
		padding: 10px;
	}

	.contactUs form textarea {
		padding: 10px;
		height: 50px;
	}

	.contactUs form input::-webkit-input-placeholder,
	.contactUs form textarea::-webkit-input-placeholder {
		font-size: 14px;
	}

	.contactUs form input:-moz-placeholderm,
	.contactUs form textarea:-moz-placeholderm {
		font-size: 14px;
	}

	.contactUs form input::-moz-placeholder,
	.contactUs form textarea::-moz-placeholder {
		font-size: 14px;
	}

	.contactUs form input:-ms-input-placeholder,
	.contactUs form textarea:-ms-input-placeholder {
		font-size: 14px;
	}

	.contactUs form div.codeMsg .codeInput .codeImg {
		width: 50%;
	}

	.contactUs form div.codeMsg .codeInput input {
		padding-right: 80px;
	}

	.contactUs form .submitBtn {
		height: 35px;
	}
}

@media screen and (max-width:768px) {

	.contactUs .cUs .title,
	.contactUs .cUs .title span,
	.contactUs .gTouch .title,
	.contactUs .gTouch .title span {
		font-size: 24px;
	}

	.contactUs form input::-webkit-input-placeholder,
	.contactUs form textarea::-webkit-input-placeholder {
		font-size: 12px;
	}

	.contactUs form input:-moz-placeholderm,
	.contactUs form textarea:-moz-placeholderm {
		font-size: 12px;
	}

	.contactUs form input::-moz-placeholder,
	.contactUs form textarea::-moz-placeholder {
		font-size: 12px;
	}

	.contactUs form input:-ms-input-placeholder,
	.contactUs form textarea:-ms-input-placeholder {
		font-size: 12px;
	}

	.contactUs form div.codeMsg {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.contactUs form div.codeMsg .codeInput {
		width: 100%;
		margin-bottom: 10px;
	}

	.contactUs form div.codeMsg .codeInput .codeImg {
		width: auto;
	}

	.contactUs form div.codeMsg .codeInput input {
		padding-right: 50%;
	}

	.contactUs form .submitBtn {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.contactUs form .submitBtn {
		height: 30px;
	}

	.contactUs .con {
		flex-direction: column;
	}

	.contactUs .inputCon {
		width: 100%;
	}

	.contactUs .map {
		width: 100%;
	}
}














/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
}

.pager .pageList a {
	width: 30px;
	
	line-height:30px;
	text-align: center;
	line-height: 30px;
	border: solid 1px #999999;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #666666;
	border-radius: 50%;
	margin: 0 3px;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	border-color: #f58220;
	background-color: #f58220;
	color: #ffffff;
}
.pager .pageList .no:hover {color: #666666;border: solid 1px #999999; background:none;}
.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}


/* footer */
footer {
	background-color: #353535;
	padding: 74px 0 27px 0;
}

footer .footerList {
	display: flex;
}


footer .footerList .title {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 26px;
	color: #ffffff;
}

footer .footerList a,
footer .footerList p,
footer .footerList span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #ffffff;
}

footer .footerList span {
	display: inline-block;
}

footer .footerList .navigation {
	width: 20%;
	margin-right: 7.6%;
}

footer .footerList .navigation .title {
	margin-bottom: 39px;
}

footer .footerList .navigation ul a {
	margin-bottom: 17px;
}

footer .footerList .fContactUs {
	width: 30%;
	margin-right: 14.6%;
}

footer .footerList .fContactUs .title {
	margin-bottom: 39px;
}

footer .footerList .fContactUs a {
	display: flex;
	align-items: center;
}

footer .footerList .fContactUs i {
	color: #ffffff;
	margin-right: 5px;
	font-size: 24px;
}

footer .footerList .fContactUs i.icon-dianhua-yuankuang {
	transform: rotate(270deg);
	font-size: 26px;
	display: inline-block;
}

footer .footerList .fContactUs ul a,
footer .footerList .fContactUs ul p {
	margin-bottom: 31.5px;
	display: flex;
}

footer .footerList .quickQuite {
	width: 28.11%;
}

footer .footerList .quickQuite a.title {
	margin-bottom: 12px;
}

footer .footerList .quickQuite a.title2 {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 14px;
}

footer .footerList .quickQuite .fcode {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

footer .footerList .quickQuite .fcode input.codeInput {
	width: 38%;
	margin-right: 12px;
	margin-bottom: 0;
}

footer .footerList .quickQuite .fcode .fCodeImg {
	width: 104px;
	flex-shrink: 0;
	margin-right: 10px;
	cursor: pointer;
}

footer .footerList .quickQuite .fcode input.submitBtn {
	width: 102px;
	flex-shrink: 0;
	background-color: #f58220;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	padding: 0;
	margin-bottom: 0;

}

footer .footerList .quickQuite .fcode input.submitBtn:hover {
	background-color: #fff;
	color: #f58220;
}

footer .footerList .quickQuite li.must {
	position: relative;
}

footer .footerList .quickQuite li.must:after {
	content: "*";
	position: absolute;
	left: 8px;
	top: 15px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #eb0000;
}

footer .footerList .quickQuite form input,
footer .footerList .quickQuite form textarea {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #333333;
	width: 100%;
}

footer .footerList .quickQuite form input {
	height: 40px;
	padding: 0 22px;
	margin-bottom: 10px;
}

footer .footerList .quickQuite form textarea {
	height: 70px;
	padding: 15px 22px;
	margin-bottom: 4px;
}

footer input::-webkit-input-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #b3b3b3;
}

footer input:-moz-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #b3b3b3;
}

footer input::-moz-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #b3b3b3;
}

footer input:-ms-input-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #b3b3b3;
}

footer textarea::-webkit-input-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #b3b3b3;
}

footer textarea:-moz-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #b3b3b3;
}

footer textarea::-moz-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #b3b3b3;
}

footer textarea:-ms-input-placeholder {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #b3b3b3;
}

footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

footer .blogrolls2 {
	display: none;
}

footer .blogrolls a {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #fff;
}

footer .blogrolls a:nth-child(6n) {
	margin-right: 0;
}

footer .blogrolls a:hover {
	background-color: #f58220;
	border-color: #f58220;
}

footer .line {
	width: 100%;
	height: 1px;
	background-color: #f1f1f1;
	opacity: 0.3;
	margin-bottom: 18px;
	margin-top: 18px;
}

footer .copyright {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
	justify-content: flex-start;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #dcdcdc;
}

footer .copyright a,
footer .copyright span {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #dcdcdc;
	line-height: 30px;
}

footer .copyright a.image {
	margin-left: 10px;
	overflow: visible;
}

footer .copyright span {
	margin: 0 5px;
}

footer .links,
footer .keyWords {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 20px;
	color: #dcdcdc;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

footer .links a,
footer .keyWords a {
	margin-left: 10px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 20px;
	color: #dcdcdc;
}


@media screen and (max-width:1400px) {
	footer .blogrolls a:nth-child(n) {
		margin-right: 8px;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList .quickQuite form input {
		padding: 0 10px;
	}

	footer .footerList .quickQuite li.must:after {
		left: 3px;
	}

	footer .footerList .quickQuite form textarea {
		padding: 5px 10px;
	}

	footer {
		padding: 60px 0 40px 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList .navigation {
		margin-right: 0;
	}

	footer .footerList .fContactUs {
		margin-right: 0;
	}

	footer .footerList .quickQuite {
		width: 41%;
	}

	footer .footerList .quickQuite .fcode input.codeInput {
		margin-right: 10px;
		flex: 1;
	}

	footer .footerList .fContactUs i {
		font-size: 22px;
	}

	footer .footerList .title {
		font-size: 24px;
	}

	footer .blogrolls a {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding: 40px 0 60px 0;
	}

	footer .footerList .navigation .title {
		margin-bottom: 20px;
	}

	footer .footerList .navigation ul a {
		margin-bottom: 10px;
	}

	footer .footerList .fContactUs .title {
		margin-bottom: 20px;
	}

	footer .footerList .fContactUs ul a,
	footer .footerList .fContactUs ul p {
		margin-bottom: 10px;
	}

	footer .footerList .fContactUs i {
		font-size: 18px;
	}

	footer .footerList .quickQuite a.title {
		margin-bottom: 10px;
	}

	footer .footerList .quickQuite a.title2 {
		margin-bottom: 10px;
	}

	footer .footerList .quickQuite form input {
		height: 35px;
	}

	footer .blogrolls {
		display: none;
	}

	footer .blogrolls2 {
		display: flex;
	}

	footer .blogrolls a {
		width: 35px;
		height: 35px;
	}

	footer .footerList .title {
		font-size: 22px;
	}

	footer .links {
		display: none;
	}

	footer .footerList .quickQuite .fcode input.submitBtn {
		height: 35px;
		width: 90px;
		line-height: 35px;
	}

	footer .footerList .quickQuite .fcode .fCodeImg {
		height: 35px;
		width: 90px;
	}

	footer .footerList .quickQuite .fcode .fCodeImg img {
		height: 100%;
		width: 100%;
	}

	footer .footerList .quickQuite li.must:after {
		top: 10px;
	}
}

@media screen and (max-width:768px) {

	footer .footerList .navigation {
		display: none;
	}

	footer .footerList .fContactUs {
		display: none;
	}

	footer .footerList .quickQuite {
		width: 100%;
	}

	footer input::-webkit-input-placeholder {
		font-size: 12px;
	}

	footer input:-moz-placeholder {
		font-size: 12px;
	}

	footer input::-moz-placeholder {
		font-size: 12px;
	}

	footer input:-ms-input-placeholder {
		font-size: 12px;
	}

	footer textarea::-webkit-input-placeholder {
		font-size: 12px;
	}

	footer textarea:-moz-placeholder {
		font-size: 12px;
	}

	footer textarea::-moz-placeholder {
		font-size: 12px;
	}

	footer textarea:-ms-input-placeholder {
		font-size: 14px;
	}

	footer .copyright {
		margin-bottom: 0px;
	}

	footer {
		padding: 30px 0 60px 0;
	}

	footer .footerList .quickQuite .fcode {
		margin-bottom: 20px;
	}

	footer .line {
		margin: 10px 0;
	}
}


@media screen and (max-width:538px) {
	footer {
		padding: 20px 0 60px 0;
	}

	footer .blogrolls a:nth-child(n) {
		margin-right: 5px;
	}

}



/* crumb */
.crumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.banner2 .crumb {
	position: absolute;
	bottom: 6.1%;
	left: 13.5%;
}

.crumb a,
.crumb i {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
}

.banner2 .crumb a,
.banner2 .crumb i {
	color: #ffffff;
}

.crumb a.active {
	color: #f58220;
}

.crumb i {
	font-style: normal;
	margin: 0 4px;
}

.crumb a:hover {
	color: #f58220;
}

@media screen and (max-width:1333px) {
	.crumb {
		bottom: 6%;
		left: 5%;
	}
}

@media screen and (max-width:999px) {

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {

	.crumb a,
	.crumb i {
		font-size: 12px;
		line-height: 22px;
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 65%;
	transform: translateY(-50%);
	z-index: 99999999999999;
}

.lianxi div a,
.lianxi div div {
	display: block;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background-color: #565353;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	border-radius: 5px;
}

.lianxi .top a {
	width: 42px;
	height: 42px;
	background-color: #565353;
	line-height: 42px;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #f58220;
	color: #fff;
}

.clear2 {
	display: none;
}

.weChatCode,
.weChat {
	position: relative;
}

.weChatCode img,
.weChat img {
	position: absolute;
	top: 0;
	right: 100%;
	max-width: 149px;
	display: none;
}

.weChatCode:hover>img {
	display: block;
}

.weChat {
	display: none;
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		/*width: 20%;*/
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		/*background-color: #dfdfdf;*/
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width:75%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		margin: auto;
		width: 100%;
		/*background-color: #dfdfdf;*/
		color: #fff !important;
		border-radius: 0px;

	}

	.weChatCode {
		display: none;
	}

	.weChat {
		display: none;
	}

	.lianxi .weChat img {
		top: inherit;
		       bottom: 100%;
        right: 0%;

		/*transform: translateY(100%) translateX(50%);*/
		display: block;
		z-index: 9999;
	}

	.lianxi .weChat img.active {
		transform: translateY(-100%) translateX(50%);
	}

	.lianxi .top i {
		border-color: #fff;
	}
}

/* big-img */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: "Microsoft YaHei", "微软雅黑";
}

#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)
	}
}


/* fonts */
@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.woff2?t=1682563855184') format('woff2'),
		url('../fonts/iconfont.woff?t=1682563855184') format('woff'),
		url('../fonts/iconfont.ttf?t=1682563855184') format('truetype');
}

@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont2.woff2?t=1682563855184') format('woff2'),
		url('../fonts/iconfont2.woff?t=1682563855184') format('woff'),
		url('../fonts/iconfont2.ttf?t=1682563855184') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-top2:before {
	content: "\e637";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-vk:before {
	content: "\e735";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-jian2:before {
	content: "\e600";
}

.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-dianhua-yuankuang:before {
	content: "\e8be";
}

.wuone{ font-size:14px; font-size:1.4rem; line-height:30px;}
.xunpanc{ width:100%; margin-top:10px;}
.xunpanc .table table tr td{font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;}
.xunpanc a{ color:#333; font-size:14px;} 	
.xunpanc a:hover{ color:#f58220}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #f58220;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}

/* 2024.12.31 */



nav .btns {
	display: flex;
	align-items: center;
}


nav .btns .language {
	height: 100px;
	display: flex;
	align-items: center;
	margin-left: 39px;
	position: relative;
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #f1f2f3;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	padding: 20px 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
}

nav .btns .language ul a {
	padding: 0 20px;
	line-height: 26px;
	color: #333333;
	text-align: center;

	font-size: 16px;
	color: #666666;
}


nav .btns .language ul li {
	margin-bottom: 10px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}

nav .btns .language ul a:hover {
	color: #f58220;
}


nav .btns .lanBtn {
	cursor: pointer;
	
	font-size: 16px;
	color: #ffffff;
	width: 85px;
	height: 40px;
	background-color: #f58220;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f58220;
}

nav .btns .lanBtn i {
	transform: rotate(90deg);
	color: #ffffff;
	flex-shrink: 0;
	margin-left: 5px;
	font-size: 12px;
}


nav .btns .lanBtn:hover {
	background-color: #ffffff;
	color: #f58220;
}

nav .btns .lanBtn:hover i {
	color: #f58220;
}

nav .btns .lanBtn.active i {
	transform: rotate(-90deg);
}

@media screen and (max-width:1600px) {
	nav .con .navList .list>li {
		margin-left: 25px;
	}

	nav .con .logo {
		width: 120px;
	}

	nav .btns .language {
		margin-left: 30px;
	}
}

@media screen and (max-width:1333px) {
	nav .btns .language {
		height: auto;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}

	nav .btns .language ul li {
		margin-bottom: 5px;
	}

	nav .btns .language ul {
		padding: 10px 0;
	}

	nav .btns .lanBtn {
		height: 30px;
		font-size: 14px;
	}

	nav .con {
		position: relative;
	}

	nav .btns {
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 99;
	}

	nav .con .navList .list>li>a {
		height: 80px;
		line-height: 105px;
		font-size: 16px;
	}

	nav .con .navList .list>li>a:after {
		bottom: 0;
	}

	nav .con .navList .search .searchInput {
		font-size: 14px !important;
	}

	nav .navList .list ul li {
		margin-bottom: 5px;
	}

	nav .navList .list ul li:last-child {
		margin-bottom: 0;
	}

	nav .con .navList .list>li>a.active::after {
		width: 50px;
	}

	nav .con .navList .list>li {
		margin-left: 10px;
	}

	nav .con .logo {
		width: 110px;
	}
}

@media screen and (max-width:999px) {
	nav .con .navList {
		display: flex;
	}

	nav .con .navList .list {
		display: none;
	}
	nav .btns{
		position: static;
		margin-right: 60px;
	}
	nav .con .navList .search{
		display: none;
	}
	nav .btns .language{
		height: 72px;
	}
}

@media screen and (max-width:768px) {
	nav .con .logo{
		width: 90px;
	}
}

.lianxitel{ position:relative; }
.lianxichux{ position:absolute; right:100%; top:0px; background:#333; color:#fff; font-size:14px; line-height:1.2; padding:10px; display:none; width: 150px;    text-align: center;}
.lianxichux a{ color:#fff;width: auto !important;
    height: auto !important;
    line-height: inherit !important;
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius:0px !important;}
.lianxitel:hover .lianxichux{ display:block;}
@media screen and (max-width: 999px){
	    .lianxichux {right: inherit;top: inherit; left:0px;    bottom: 100%; }
}
.icon-tiktok{ display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;}
.icon-tiktok img{ max-width:19px; position: static; display:block;}	
@media screen and (max-width: 999px) {
	.icon-tiktok img {
    transform: inherit !important;
    z-index: 99999 !important;
}
	}