@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .3s linear;
}

body {
	margin: 0 auto;
	font-family: Microsoft YaHei !important;
	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;
	font-size: 62.5%;
}

img {
	display: block;
	border: none;
	max-width: 100%;
}

a {
	display: block;
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #00aff0 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

@media screen and (max-width:768px) {

	input,
	textarea,
	select {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}
}


.bannerRange2 {
	padding-top: 120px;
}

@media screen and (max-width:1333px) {
	.bannerRange2 {
		padding-top: 80px;
	}
}


@media screen and (max-width:999px) {
	.bannerRange {
		padding-top: 70px;
	}

	.bannerRange2 {
		padding-top: 0px;
	}
}

@media screen and (max-width:768px) {
	.bannerRange {
		padding-top: 60px;
	}
}

@media screen and (max-width:538px) {
	.bannerRange {
		padding-top: 50px;
	}
}


.safeRange {
	max-width: 1400px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

@media screen and (max-width:999px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}

@media screen and (max-width:1333px) {
	.standardRange2 {
		padding: 30px 0 30px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange2 {
		padding: 20px 0 20px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange2 {
		padding: 15px 0 15px 0 !important;
	}
}

@media screen and (max-width:538px) {
	.standardRange2 {
		padding: 10px 0 10px 0 !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: 30px 0 30px 0 !important;
	}
}

@media screen and (max-width:538px) {
	.standardRange {
		padding: 20px 0 20px 0 !important;
	}
}











@media screen and (max-width:1600px) {
	.standardTxt .title1 {
		font-size: 38px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 12px !important;
		line-height: 22px !important;
	}

	.standardTxt .btn {
		font-size: 12px !important;
	}
}



.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;
}


.clear {
	clear: both;
}

/* 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: #00aff0;
		right: 2.5%;
		top: 22px;
		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(0, 175, 240, 0.95);
		z-index: 999999;
		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: Lato-Regular, Arial, Helvetica, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 2px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* ---------------------index----------------------------- */


/* nav */
header {
	height: 120px;
	background-color: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
}

header.active {
	box-shadow: 0px 0px 12px 0px rgba(0, 175, 240, 0.2);
}

header nav {
	width: 100%;
	height: 100%;
}

header .logo {
	width: 196px;
	flex-shrink: 0;
}


header .logo:hover img {
	transform: scale(1, 1);
}

nav .navCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



nav .navList {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}


nav .navList::after {
	content: "";
	position: absolute;
	width: 94%;
	right: 0;
	height: 1px;
	background-color: #eeeeee;
	top: 72.5%;
}

.navList>ul {
	display: flex;
	align-items: center;
}



.navList>ul>li {
	position: relative;
	/* margin-left: 78.4px; */
	margin-left: 77.4px;
}
.navList>ul>li:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 72%;
	width: 0;
	height: 3px;
	background-color: #00aff0;
	z-index: 9;
	transition: .3s linear all;
}

.navList>ul>li:hover:after {
	width: 76px;
}

.navList>ul>li.active:after {
	width: 76px;
}



.navList>ul>li>a {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	color: #333333;
	height: 120px;
	line-height: 118px;
	text-transform: capitalize;

}


.navList>ul>li>a:first-child {
	margin-left: 0;
}



.navList .btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 80px;
	height: 120px;
}

.navList ul li ul.active {
	box-shadow: 0px 0px 12px 0px rgba(0, 175, 240, 0.2);
}


/* moreList */
.morelist {
	position: absolute;
	top: 100%;
	left: 0;
	width: 247px;
	border-top: 2px solid transparent;
	display: none;
	transition: none;
}


.morelist li {
	position: relative;
	background-color: #ffffff;
}

.morelist li a {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	padding: 0px 16.5px;
}


.morelist li a:hover {
	color: #00aff0;
}


.morelist>li:first-child {
	padding-top: 13px;
}

.morelist>li:last-child {
	padding-bottom: 12px;
}


.morelist>li ul {
	top: 0%;
	position: absolute;
	left: 100%;
	width: 140px;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	transition: none;
	display: none;
}


.morelist>li ul li {
	background-color: #ffffff;
}

.morelist>li ul li:first-child {
	padding-top: 13px;
}

.morelist>li ul li:last-child {
	padding-bottom: 13px;
}


/* search */
.search {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.search>i {
	font-size: 18px;
	font-weight: bold;
	color: #777777;
	cursor: pointer;
}

.search>i:hover {
	color: #00aff0;
}

.search .con {
	position: absolute;
	right: 0;
	top: 102%;
	display: none;
	transition: none;
}

.search form {
	display: flex;
	align-items: center;
	height: 35px;
	background-color: #ffffff;
	border-radius: 20px;
	width: 240px;
	padding: 0px 10px;
}

.search form.active {
	box-shadow: 0px 0px 12px 0px rgba(0, 175, 240, 0.2);
}

.search form>input {
	width: 100%;
	height: 60%;
}

.search form .searchBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 35px;
	height: 100%;
}


.search form .searchBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	background-color: transparent;
}

.search form .searchBtn:hover i {
	color: #00aff0;
}



/* language */
.language {
	position: relative;
	margin-left: 36px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}


.language .box {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.language .box span {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin: 0 9px 0 6px;
	text-transform: capitalize;
}

.language .box.active i {
	transform: rotate(-180deg);
}

.language .box i {
	font-size: 9px;
	color: #333333;
}


.language .box:hover img {
	transform: scale(1.1, 1.1);
}


.language .box:hover span,
.language .box:hover i {
	color: #00aff0;
}


.language ul {
	padding: 13px 0 13px 0;
	background-color: #ffffff;
	position: absolute;
	top: 102%;
	right: 0;
	/*width: 100%;*/
	display: none;
	transition: none;
	width: auto;
	max-width: 500px;
	min-width: 130px;
}

.language ul.active {
	box-shadow: 0px 0px 12px 0px rgba(0, 175, 240, 0.2);
}


.language ul li a {
	padding: 5px 10px;
	display: flex;
	align-items: center;
	font-family: Poppins-Light;
	font-size: 16px;
	color: #333333;
	text-transform: capitalize;
}

.language ul li a span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.language ul li a:hover {
	color: #00aff0;
}

.language ul li a img {
	margin-right: 5px;
}


@media screen and (max-width:1600px) {
	.navList .btns {
		margin-left: 50px;
	}

	.navList>ul>li {
		margin-left: 55px;
	}

	header .logo {
		width: 160px;
	}

	.navList>ul>li.active:after {
		width: 70px;
	}

	header,
	.navList>ul>li>a,
	.navList .btns {
		height: 100px;
	}

	.navList>ul>li>a {
		line-height: 100px;
	}

}

@media screen and (max-width:1333px) {

	header,
	.navList>ul>li>a,
	.navList .btns {
		height: 80px;
	}

	.navList>ul>li>a {
		line-height: 80px;
	}

	header .logo {
		width: 120px;
	}

	.navList>ul>li>a {
		font-size: 16px;
	}

	.navList .btns {
		margin-left: 40px;
	}

	.navList>ul>li.active:after {
		width: 60px;
		top: 74%;
	}

	nav .navList::after {
		top: 74%;
	}

	.morelist>li:first-child,
	.morelist>li ul li:first-child {
		padding-top: 10px;
	}

	.morelist>li:last-child,
	.morelist>li ul li:last-child {
		padding-bottom: 10px;
	}

	.morelist li a {
		padding: 0 10px;
		line-height: 28px;
	}

	.language ul {
		padding: 10px 0 10px 0;
	}

	.language ul li a {
		padding: 3px 10px;
	}
}

@media screen and (max-width:1200px) {
	.navList .btns {
		margin-left: 30px;
	}

	.navList>ul>li {
		margin-left: 22px;
	}

	.navList>ul>li:first-child {
		margin-left: 0;
	}

	.language {
		margin-left: 20px;
	}

	.search>i {
		font-size: 16px;
	}

	.navList>ul>li.active:after {
		width: 55px;
	}
}

@media screen and (max-width:999px) {
	header {
		box-shadow: 0px 0px 12px 0px rgba(0, 175, 240, 0.2);
	}

	.navList>ul,
	.search,
	nav .navList::after {
		display: none;
	}

	header,
	.navList .btns {
		height: 70px;
	}

	.navList .btns {
		margin-right: 50px;
	}

	.language .box span {
		font-size: 14px;
		margin: 0 5px;
	}

	.language ul li a {
		font-size: 14px;
		padding: 3px 5px;
	}

	header .logo {
		width: 100px;
	}

}

@media screen and (max-width:768px) {

	header,
	.navList .btns {
		height: 60px;
	}

	header .xnav .nav {
		top: 18px;
	}

	.language .box span {
		font-size: 12px;
	}

	.language ul li a {
		font-size: 12px;
	}

	.language ul {
		padding: 5px 0 5px 0;
	}
}

@media screen and (max-width:538px) {

	header,
	.navList .btns {
		height: 50px;
	}

	header .logo {
		width: 80px;
	}

	header .xnav .nav {
		top: 14px;
	}
}








/* indexBanner */

.slideshow {
	position: relative;
}

.slideshow .wp {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -166.5px;
}

.slideshow .wp img {
	max-width: 100%;
	max-height: 80%;
}

.slideshow .item a img {
	width: 100%;
	-webkit-transition: all 6s ease-out;
	-o-transition: all 6s ease-out;
	-moz-transition: all 6s ease-out;
	transition: all 6s ease-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	text-align: center;
}

.slick-dots li {
	display: none;
}



.slick-prev,
.slick-next {
	width: 62px;
	height: 62px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
	background-color: transparent;
	color: #ffffff;
	font-size: 40px !important;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}



.indexBanner:hover .slick-prev,
.indexBanner:hover .slick-next {
	opacity: 1;
}


.slick-prev:hover,
.slick-next:hover {
	color: #00aff0;
}


.slick-prev {
	left: 50px;
}

.slick-next {
	right: 50px;
}



@media screen and (max-width: 1219px) {
	.slideshow .wp {
		margin-left: -490px;
	}
}

@media screen and (max-width: 999px) {

	.slideshow .wp {
		width: 100%;
		left: 0;
		margin-left: 0;
		height: 80%;
		top: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.slick-dots {
		bottom: 10px;
	}
}

.slideshow .item.slick-active.item_one img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

.slick-dots .slide-count {
	display: none;
}

@media screen and (max-width: 991px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}


@media screen and (max-width:1600px) {

	.slick-prev,
	.slick-next {
		width: 50px;
		height: 50px;
		font-size: 38px !important;
	}
}

@media screen and (max-width:1333px) {

	.slick-prev,
	.slick-next {
		width: 45px;
		height: 45px;
		font-size: 32px !important;
	}
}

@media screen and (max-width:999px) {

	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
		font-size: 28px !important;
		margin-top: 20px;
		opacity: 1;
	}

	.slick-prev {
		left: 30px;
	}

	.slick-next {
		right: 30px;
	}
}

@media screen and (max-width:768px) {

	.slick-prev,
	.slick-next {
		width: 35px;
		height: 35px;
		font-size: 22px !important;
	}

	.slick-prev {
		left: 20px;
	}

	.slick-next {
		right: 20px;
	}
}

@media screen and (max-width:538px) {

	.slick-prev,
	.slick-next {
		width: 30px;
		height: 30px;
		font-size: 18px !important;
	}

	.slick-prev {
		left: 10px;
	}

	.slick-next {
		right: 10px;
	}
}



/* indexM1 */

.iMarkets {
	padding: 239px 0 188px 0;
	position: relative;
}

.iMarkets .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
}



.iMarkets .msg {
	width: 35%;
}

.iMarkets .msg .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 55px;
	color: #333333;
	margin-bottom: 37px;
	position: relative;
	line-height: 61px;
}



.iMarkets .msg .title1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 82.3%;
	height: 40px;
	background-color: #00aff0;
	z-index: -1;
	transition: .3s linear all;
}

.iMarkets .msg .title1:hover:after {
	width: 0;
}

.iMarkets .msg .line {
	height: 2px;
	width: 97px;
	margin-bottom: 33px;
	background-color: #d9d9d9;
}

.iMarkets .msg .txt {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 24px;
	color: #777777;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}


.iMarkets .list {
	display: flex;
	flex-wrap: wrap;
	width: 57.05%;
	position: relative;
	align-items: flex-start;
	transform: translateY(4.3%);
}



.iMarkets .list .item {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(4, 78, 105, 0.09);
	border-radius: 12px;
	overflow: hidden;
	width: 45.8%;
	margin-right: 8.4%;
	margin-bottom: 61px;
}

.iMarkets .list .item:nth-child(2n) {
	margin-right: 0;
	transform: translateY(61px);
}

.iMarkets .list .item:nth-child(5n-1) {
	margin-top: 10px;
}

.iMarkets .list .item:nth-child(5n) {
	position: absolute;
	left: -53.7%;
	bottom: 12.1%;
	z-index: 1;
}


.iMarkets .list .image {
	overflow: hidden;
}

.iMarkets .list .name {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 10px 25px 10px;
}



.iMarkets .list .name i {
	width: 33px;
	height: 2px;
	background-color: #69bb44;
	margin-right: 13px;
	flex-shrink: 0;
}

.iMarkets .list .name a {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	color: #333333;
}


.iMarkets .btn {
	width: 187px;
	height: 48px;
	background-color: #00aff0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei !important;
	font-size: 24px;
	color: #ffffff;
	margin: 0 auto;
	border: 1px solid #00aff0;
}


.iMarkets .btn:hover {
	background-color: #ffffff;
}

.iMarkets .image1 {
	position: absolute;
	top: -11%;
	right: 0;
	z-index: -1;
	width: 16.8%;
}

.iMarkets .image2 {
	position: absolute;
	left: 0;
	bottom: -23.5%;
	z-index: -1;
	width: 27%;
}


@media screen and (max-width:1600px) {
	.iMarkets .msg .title1:after {
		height: 25px;
		bottom: 10px;
		width: 100%;
	}

	.iMarkets {
		padding: 200px 0 200px 0;
	}

	.iMarkets .list .name {
		padding: 14px 10px;
	}

	.iMarkets .list .item:nth-child(n) {
		margin-bottom: 50px;
	}

	.iMarkets .box {
		margin-bottom: 80px;
	}

	.iMarkets .btn {
		font-size: 22px;
	}

}

@media screen and (max-width:1333px) {
	.iMarkets {
		padding: 100px 0 100px 0;
	}

	.iMarkets .list .name {
		padding: 10px;
	}

	.iMarkets .list .name i {
		width: 25px;
		margin-right: 10px;
	}

	.iMarkets .msg .title1:after {
		height: 20px;
		bottom: -5px;
	}

	.iMarkets .msg .title1 {
		margin-bottom: 20px;
	}

	.iMarkets .msg .line {
		margin-bottom: 20px;
	}

	.iMarkets .list .item:nth-child(n) {
		margin-bottom: 40px;
	}

	.iMarkets .btn {
		height: 40px;
		width: 160px;
	}

	.iMarkets .box {
		margin-bottom: 60px;
	}

	.iMarkets .list .item {
		border-radius: 5px;
	}

}

@media screen and (max-width:999px) {
	.iMarkets .box {
		flex-direction: column;
	}

	.iMarkets .msg {
		width: 100%;
		margin-bottom: 10px;
	}

	.iMarkets .msg .title1:after {
		width: 40%;
		height: 10px;
		bottom: 5px;
	}

	.iMarkets {
		padding: 80px 0 80px 0;
	}

	.iMarkets .msg .line {
		margin-bottom: 15px;
	}

	.iMarkets .list {
		width: 100%;
	}

	.iMarkets .list .item:nth-child(n) {
		transform: none;
		width: 31.5%;
		margin-right: 2.75%;
		position: static;
		margin-bottom: 25px;
		margin-top: 0;
	}

	.iMarkets .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.iMarkets .box {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.iMarkets {
		padding: 60px 0 60px 0;
	}

	.iMarkets .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 14px;
	}

	.iMarkets .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.iMarkets .list .name {
		padding: 10px 5px;
	}

	.iMarkets .list .name i {
		width: 20px;
		margin-right: 5px;
	}

	.iMarkets .msg .title1 {
		margin-bottom: 10px;
	}

	.iMarkets .list .item {
		border-radius: 2px;
	}

	.iMarkets .box {
		margin-bottom: 30px;
	}

	.iMarkets .btn {
		height: 35px;
		width: 140px;
	}

}

@media screen and (max-width:538px) {
	.iMarkets {
		padding: 30px 0 30px 0;
	}

	.iMarkets .msg .line {
		margin-bottom: 10px;
	}

	.iMarkets .msg {
		margin-bottom: 0;
	}

	.iMarkets .list .item:nth-child(n) {
		width: 48.5%;
		margin-right: 3%;
	}

	.iMarkets .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.iMarkets .list .name {
		padding: 5px;
	}

	.iMarkets .list .name i {
		width: 12px;
	}

	.iMarkets .btn {
		height: 30px;
		width: 120px;
	}
}











/* indexM2 */


.iProducts {
	padding: 149px 0 215px 0;
	background-image: url("../images/indexM2-bg.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}


.iProducts .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 55px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 15px;
	text-align: center;
}

.iProducts .tit {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	margin: 0 auto 61px;
	text-align: center;
	width: 86%;
}


.iProducts .list {
	display: flex;
	flex-wrap: wrap;
}



.iProducts .list .item {
	width: 32.4%;
	margin-right: 1.4%;
	position: relative;
	margin-bottom: 20px;
}

.iProducts .list .item:nth-child(3n) {
	margin-right: 0;
}





.iProducts .list .item .box {
	background-color: #ffffff;
	padding: 22px 25px 28px 25px;
}

.iProducts .list .item .box .num {
	font-family: Microsoft YaHei !important;
	font-size: 78px;
	line-height: 78px;
	letter-spacing: 2px;
	color: rgba(51, 51, 51, 0.2);
	margin-bottom: 29px;
}


.iProducts .list .box .name {
	display: flex;
	align-items: center;
}

.iProducts .list .box .name i {
	width: 4px;
	height: 42px;
	margin-right: 11.5px;
	background-color: #00aff0;
	flex-shrink: 0;
}



.iProducts .list .box .name a {
	font-family: Microsoft YaHei !important;
	font-size: 22px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transform: translateY(2px);
}

.iProducts .show {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	width: 102.5%;
	z-index: 9;
}


.iProducts .show.active {
	opacity: 1;
}

.iProducts .show:hover {
	opacity: 1;
}




.iProducts .show a:hover img {
	transform: scale(1, 1);
}


.iProducts .show .name {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 29px 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-family: Microsoft YaHei !important;
	font-size: 22px;
	color: #ffffff;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media screen and (max-width:1600px) {
	.iProducts {
		padding: 160px 0 160px 0;
	}

	.iProducts .list .item .box .num {
		font-size: 56px;
		line-height: 60px;
		margin-bottom: 30px;
	}

	.iProducts .list .box .name a {
		font-size: 20px;
		line-height: 30px;
		transform: translateY(0);
	}

	.iProducts .list .box .name i {
		height: 30px;
		margin-right: 6px;
	}

	.iProducts .show .name {
		padding: 20px 10px;
		font-size: 20px;
	}

}

@media screen and (max-width:1333px) {
	.iProducts {
		padding: 120px 0 120px 0;
	}

	.iProducts .tit {
		width: 90%;
		margin: 0 auto 40px;
	}

	.iProducts .list .item .box .num {
		font-size: 42px;
		line-height: 40px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}

	.iProducts .show .name {
		padding: 10px;
		font-size: 18px;
		line-height: 28px;
	}

	.iProducts .list .box .name a {
		font-size: 18px;
		line-height: 28px;
	}

	.iProducts .list .item .box {
		padding: 20px;
	}

	.iProducts .list .box .name i {
		height: 20px;
		width: 3px;
	}


}

@media screen and (max-width:999px) {
	.iProducts {
		padding: 100px 0 100px 0;
	}

	.iProducts .show {
		opacity: 1;
		width: 100%;
		position: relative;
	}

	.iProducts .list .item .box {
		display: none;
	}

	.iProducts .show .name {
		font-size: 16px;
		line-height: 26px;
	}

	.iProducts .tit {
		margin: 0 auto 30px;
	}

	.iProducts .list .item {
		width: 32%;
		margin-right: 2%;
	}



}

@media screen and (max-width:768px) {
	.iProducts {
		padding: 60px 0 60px 0;
	}

	.iProducts .show .name {
		font-size: 14px;
		line-height: 24px;
		padding: 5px;
	}

}

@media screen and (max-width:538px) {
	.iProducts .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.iProducts .list .item:nth-child(2n) {
		margin-right: 0%;
	}

	.iProducts .show .name {
		font-size: 12px;
		line-height: 22px;
	}

	.iProducts .tit {
		margin: 0 auto 20px;
	}

	.iProducts .title1 {
		margin-bottom: 10px;
	}

}




/* indexM3-1 */

.checkProduct {
	padding: 153px 0 113px 0;
	background-image: url("../images/indexM3-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 105px;
}

.checkProduct .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 40px;
	line-height: 45px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 13px;
}

.checkProduct .tit {
	font-family: Microsoft YaHei !important;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 38px;
	text-align: center;
}

.checkProduct .btn {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #ffffff;
	width: 243px;
	height: 36px;
	background-color: #00aff0;
	border: 1px solid #00aff0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.checkProduct .btn:hover {
	background-color: transparent;
	color: #00aff0;
}

@media screen and (max-width:1333px) {
	.checkProduct {
		padding: 80px 0 80px 0;
		margin-top: 80px;
	}

	.checkProduct .tit {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:999px) {
	.checkProduct {
		padding: 60px 0 60px 0;
		margin-top: 60px;
	}

	.checkProduct .tit {
		margin-bottom: 25px;
	}
}

@media screen and (max-width:768px) {
	.checkProduct {
		padding: 40px 0 40px 0;
		margin-top: 40px;
	}

	.checkProduct .tit {
		margin-bottom: 20px;
	}

	.checkProduct .btn {
		width: 210px;
		height: 35px;
	}

	.checkProduct .title1 {
		margin-bottom: 10px;
	}


}

@media screen and (max-width:538px) {
	.checkProduct {
		padding: 30px 0 30px 0;
		margin-top: 30px;
	}

	.checkProduct .btn {
		width: 200px;
		height: 30px;
	}
}







/* aboutBox */

.aboutBox {
	position: relative;
}

.aboutBox .aboutBg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 16.4%;
}






/* indexM4 */
.iAboutUs {
	padding: 195px 0 89px 0;
	position: relative;
}

.iAboutUs:after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 1546px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	z-index: 1;
	border-radius: 12px;
}



.iAboutUs .box {
	width: 48%;
	position: relative;
	z-index: 2;
}



.iAboutUs .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 59px;
	position: relative;
	z-index: 2;
}




.iAboutUs .box .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 55px;
	line-height: 60px;
	color: #333333;
	position: relative;
	margin-bottom: 29px;
}


.iAboutUs .box .title1:after {
	content: "";
	position: absolute;
	left: 0;
	width: 60%;
	bottom: -8px;
	height: 40px;
	background-color: #00aff0;
	z-index: -1;
	transition: .3s linear all;
}


.iAboutUs .box .title1:hover:after {
	width: 0;
}



.iAboutUs .box .tit {
	font-family: Microsoft YaHei !important;
	font-size: 32px;
	color: #333333;
	margin-bottom: 29px;
	line-height: 30px;
}

.iAboutUs .box .line {
	width: 97px;
	height: 2px;
	background-color: #d9d9d9;
	margin-bottom: 34px;
}





.iAboutUs .box .msg .tit1 {
	font-family: Microsoft YaHei !important;
	font-size: 26px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 3px;
}




.iAboutUs .box .msg .txt {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 30px;
	color: #777777;
	margin-bottom: 85px;
	hyphens: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}



.iAboutUs .box .msg .btn {
	width: 209px;
	height: 59px;
	background-color: #00aff0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei !important;
	font-size: 20px;
	color: #ffffff;
	border: 1px solid #00aff0;
}

.iAboutUs .box .msg .btn:hover {
	background-color: #fff;
}



.iAboutUs .con .image {
	width: 48.7%;
	overflow: hidden;
	margin-top: 6px;
	    cursor: pointer;
}



.iAboutUs .list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}


.iAboutUs .list .item {
	width: 23%;
	margin-right: 2.666%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 85px 30px 28px;
	box-shadow: 0px 0px 10px 0px rgba(4, 78, 105, 0.09);
	border-radius: 12px;
}



.iAboutUs .list .item:nth-child(4n) {
	margin-right: 0;
}



.iAboutUs .list .item .num {
	margin-bottom: 26px;
	display: flex;
	align-items: center;
}

.iAboutUs .list .item .num span {
	font-family: Microsoft YaHei !important;
	font-size: 46px;
	color: #00aff0;
	line-height: 35px;
}



.iAboutUs .list .item .name {
	font-family: Microsoft YaHei !important;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	border-radius: 12px;
	text-align: center;
}

@media screen and (max-width:1600px) {
	.aboutBox .aboutBg {
		width: 100%;
		position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
	}

	.iAboutUs:after {
		display: none;
	}

	.iAboutUs {
		padding: 100px 0 80px 0;
	}

	.iNewsCon {
		position: relative;
		z-index: 2;
		border-radius: 12px;
	}

	.iAboutUs .box .title1:after {
		height: 20px;
		bottom: 10px;
	}

	.iAboutUs .box .tit {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.iAboutUs .box .msg .txt {
		margin-bottom: 60px;
	}

	.iAboutUs .box .msg .btn {
		height: 50px;
		width: 180px;
	}

	.iAboutUs .list .item {
		padding: 40px 20px;
		background-color: #ffffff;
	}

	.iAboutUs .list .item .num span {
		font-size: 42px;
		line-height: 30px;
	}

	.iAboutUs .con .image {
		margin-top: 0;
	}

}

@media screen and (max-width:1333px) {
	.iAboutUs .box .title1:after {
		height: 20px;
		bottom: -5px;
	}

	.iAboutUs .box .tit {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.iAboutUs .box .line {
		margin-bottom: 20px;
	}

	.iAboutUs .box .msg .tit1 {
		font-size: 22px;
	}

	.iAboutUs .box .msg .txt {
		margin-bottom: 30px;
	}

	.iAboutUs .box .msg .btn {
		height: 40px;
		width: 140px;
	}

	.iAboutUs .con {
		margin-bottom: 40px;
	}

	.iAboutUs .list .item {
		padding: 40px 20px;
	}

	.iAboutUs .list .item .num {
		margin-bottom: 20px;
	}

	.iAboutUs .list .item .num span {
		font-size: 32px;
		line-height: 30px;
	}

	.iAboutUs .list .item .name {
		font-size: 18px;
		line-height: 28px;
	}

}

@media screen and (max-width:999px) {
	.iAboutUs .box .title1:after {
		height: 10px;
		bottom: 5px;
	}

	.iAboutUs .box .title1 {
		margin-bottom: 20px;
	}

	.iAboutUs .box .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iAboutUs .box .msg .tit1 {
		font-size: 18px;
	}

	.iAboutUs .box .msg .txt {
		margin-bottom: 20px;
	}

	.iAboutUs .box .msg .btn {
		height: 35px;
		width: 120px;
	}

	.iAboutUs {
		padding: 60px 0 60px 0;
	}

	.iAboutUs .list .item {
		padding: 20px 10px;
	}

	.iAboutUs .list .item .num span {
		font-size: 28px;
		line-height: 30px;
	}

	.iAboutUs .list .item .num {
		margin-bottom: 10px;
	}

	.iAboutUs .list .item .name {
		font-size: 14px;
		line-height: 24px;
	}


}

@media screen and (max-width:768px) {
	.iAboutUs .box .title1 {
		margin-bottom: 10px;
	}

	.iAboutUs .box .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.iAboutUs .box .line {
		margin-bottom: 10px;
	}

	.iAboutUs .box .msg .tit1 {
		font-size: 14px;
		line-height: 24px;
	}

	.iAboutUs .box .msg .txt {
		margin-bottom: 10px;
		-webkit-line-clamp: 4;
	}

	.iAboutUs .box .msg .btn {
		height: 30px;
		width: 120px;
	}

	.iAboutUs .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
		border-radius: 5px;
	}

	.iAboutUs .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.iAboutUs .list .item .num span {
		font-size: 24px;
	}

	.iAboutUs .list .item .num {
		margin-bottom: 5px;
	}

	.iAboutUs .list .item .name {
		font-size: 12px;
		line-height: 22px;
	}

	.iAboutUs .con {
		margin-bottom: 30px;
	}

	.iAboutUs {
		padding: 40px 0 40px 0;
	}
}

@media screen and (max-width:538px) {
	.iAboutUs .con {
		flex-direction: column;
	}

	.iAboutUs .box {
		width: 100%;
	}

	.iAboutUs .box .title1:after {
		width: 40%;
	}

	.iAboutUs .con .image {
		width: 100%;
	}

	.iAboutUs .box .tit {
		margin-bottom: 5px;
	}

	.iAboutUs {
		padding: 30px 0 30px 0;
	}

	.iAboutUs .box {
		margin-bottom: 15px;
	}

	.iAboutUs .con {
		margin-bottom: 20px;
	}

	.iAboutUs .list .item:nth-child(n) {
		padding: 10px;
		margin-bottom: 10px;
	}

	.iAboutUs .list .item .num {
		margin-bottom: 0;
	}

	.iAboutUs .list .item .num span {
		font-size: 22px;
	}



}


/* indexM5 */
.iNews {
	padding: 185px 0 11px 0;
	position: relative;
	z-index: 2;
}


.iNews .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 55px;
	line-height: 50px;
	color: #ffffff;
	position: relative;
	margin-bottom: 33px;
	text-align: center;
}


.iNews .title1:after {
	content: "";
	position: absolute;
	width: 28.85%;
	height: 40px;
	background-color: #00aff0;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	bottom: -14px;
	transition: .3s linear all;
}

.iNews .title1:hover:after {
	width: 0;
}




.iNews .tit {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 111px;
	text-align: center;
}


.iNews .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.iNews .list .item {
	width: 30.86%;
	margin-right: 3.71%;
	overflow: hidden;
	box-shadow: 0px 0px 13px 0px rgba(4, 78, 105, 0.15);
	border-radius: 12px;
	position: relative;
}


.iNews .list .item:nth-child(3n) {
	margin-right: 0;
}


.iNews .list .image {
	overflow: hidden;
}


.iNews .time {
	position: absolute;
	left: 20px;
	top: 22px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.iNews .time .day {
	font-family: Microsoft YaHei !important;
	font-size: 53px;
	line-height: 50px;
	color: #ffffff;
}

.iNews .time .year {
	font-family: Microsoft YaHei !important;
	font-size: 17px;
	line-height: 14px;
	color: #ffffff;
}

.iNews .msg {
	padding: 42px 52px 48px 25px;
	background-color: #ffffff;

}


.iNews .msg .name {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 20px;
	color: #54545e;
	margin-bottom: 22px;
}


.iNews .msg .line {
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	margin-bottom: 12px;
}


.iNews .msg .des {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	margin-bottom: 35px;
}



.iNews .msg .btn {
	width: 121px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00aff0;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	border: 1px solid #00aff0;
}

.iNews .msg .btn:hover {
	background-color: #ffffff;
}

@media screen and (max-width:1600px) {
	.iNews {
		padding: 80px 0 80px;
	}

	.iNews .title1:after {
		height: 30px;
		bottom: 0px;
	}

	.iNews .tit {
		margin-bottom: 80px;
	}

	.iNews .time .day {
		font-size: 38px;
	}

	.iNews .msg {
		padding: 30px 20px;
	}
}

@media screen and (max-width:1333px) {
	.iNews {
		padding: 20px 0 0 40px;
	}

	.iNews .title1:after {
		height: 20px;
	}

	.iNews .title1 {
		margin-bottom: 30px;
	}

	.iNews .tit {
		margin-bottom: 40px;
	}

	.iNews .list .item {
		width: 32%;
		margin-right: 2%;
		border-radius: 5px;
	}

	.iNews .msg {
		padding: 20px;
	}

	.iNews .msg .name {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.iNews .msg .des {
		line-height: 24px;
		margin-bottom: 20px;
	}

	.iNews .msg .btn {
		height: 35px;
	}

	.iNews {
		padding: 20px 0 40px 0;
	}

}

@media screen and (max-width:999px) {
	.aboutBox .aboutBg {
		display: none;
	}

	.iNews .title1 {
		color: #333333;
		margin-bottom: 20px;
	}

	.iNews .tit {
		color: #777777;
		margin-bottom: 30px;
	}


	.iNews .title1:after {
		height: 10px;
		bottom: 5px;
	}

	.iNews .time {
		left: 10px;
		top: 10px;
	}

	.iNews .time .day {
		font-size: 28px;
		line-height: 30px;
	}

	.iNews .time .year {
		font-size: 14px;
		line-height: 24px;
	}

	.iNews .msg {
		padding: 10px;
	}

	.iNews .msg .name {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 5px;
	}

	.iNews .msg .des {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.iNews .msg .btn {
		height: 30px;
		width: 110px;
	}

	.iNews .msg .line {
		margin-bottom: 10px;
	}

}

@media screen and (max-width:768px) {
	.iNews {
		padding: 0 0 30px 0;
	}

	.iNews .msg .name,
	.iNews .msg .des,
	.iNews .time .year {
		font-size: 12px;
		line-height: 20px;
	}

	.iNews .msg .line {
		margin-bottom: 5px;
	}

	.iNews .time .day {
		font-size: 20px;
		line-height: 20px;
	}

	.iNews .msg .btn {
		height: 26px;
		width: 80px;
	}

}

@media screen and (max-width:538px) {
	.iNews .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.iNews .list .item:nth-child(2n) {
		margin-right: 0%;
	}

	.iNews .tit {
		margin-bottom: 20px;
	}

	.iNews .msg {
		padding: 10px 5px;
	}

	.iNews .time .day {
		font-size: 16px;
	}

	.iNews .time {
		left: 5px;
		top: 5px;
	}

	.iNews {
		padding: 0;
	}
}

/* indexM6 */

.iContact {
	padding: 281px 0 180px 0;
	background-image: url("../images/indexM5-bg.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}




.iContact .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.iContact .msg {
	width: 40%;
	transform: translateY(-25.2%);
}


.iContact .msg .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 55px;
	color: #ffffff;
	position: relative;
	line-height: 61px;
	margin-bottom: 30px;
}



.iContact .msg .title1:after {
	position: absolute;
	content: "";
	width: 80%;
	height: 40px;
	background-color: #00aff0;
	left: 0;
	bottom: -8px;
	transition: .3s linear all;
	z-index: -1;
}




.iContact .msg .title1:hover:after {
	width: 0;
}


.iContact .msg .tit {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 27px;
	color: #ffffff;
}

.iContact form {
	width: 49.8%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.iContact form>div {
	width: 47.75%;
	height: 60px;
	background-color: #f0f0f0;
	margin-bottom: 32px;
	margin-right: 4.4%;
	padding: 0 17px;
}

.iContact form div.must {
	position: relative;
}

.iContact form div.must:after {
	content: "*";
	position: absolute;
	font-family: Poppins-Light;
	font-size: 18px;
	color: #f20e0e;
	top: 21px;
	left: 5px;
}


.iContact form div:nth-child(2n) {
	margin-right: 0;
}


.iContact form div.message {
	width: 100%;
	height: 179px;
	margin-right: 0;
	padding: 19px 17px;
}


.iContact form div.code {
	background-color: transparent;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}

.iContact form div.code .con {
	display: flex;
	justify-content: space-between;
	width: 56.3%;

}


.iContact form div.code input {
	flex: 1;
	background-color: #f0f0f0;
	padding: 0 17px;


}

.iContact form div.code .codeImg {
	flex-shrink: 0;
	margin-left: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #f3fbfe;
}

.iContact form div.code .codeImg img {
	height: 100%;
}


.iContact form div.code .subBtn {
	width: 40.7%;
}

.iContact form div.code .subBtn input {
	background-color: #00aff0;
	font-family: Poppins-SemiBold;
	font-size: 20px;
	color: #ffffff;
	border: 1px solid #00aff0;
	cursor: pointer;
}

.iContact form div.code .subBtn:hover input {
	background-color: #fff;
	color: #00aff0;
}





.iContact form input,
.iContact form textarea {
	width: 100%;
	height: 100%;
	font-family: Poppins-Light;
	background-color: transparent;
}


.iContact form input::-webkit-input-placeholder,
.iContact form textarea::-webkit-input-placeholder {
	font-family: Poppins-Light;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.iContact form input:-moz-placeholder,
.iContact form textarea:-moz-placeholder {
	font-family: Poppins-Light;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.iContact form input::-moz-placeholder,
.iContact form textarea::-moz-placeholder {
	font-family: Poppins-Light;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.iContact form input:-ms-input-placeholder .iContact form textarea:-ms-input-placeholder {
	font-family: Poppins-Light;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

@media screen and (max-width:1600px) {
	.iContact .msg .title1 {
		line-height: 45px;
	}

	.iContact .msg .title1:after {
		height: 30px;
		bottom: 0;
	}

	.iContact {
		padding: 200px 0 200px 0;
	}

	.iContact .msg {
		transform: translateY(0);
	}
}

@media screen and (max-width:1333px) {
	.iContact {
		padding: 160px 0 160px 0;
	}

	.iContact form>div {
		height: 50px;
		margin-bottom: 20px;
	}

	.iContact form div.must:after {
		top: 14px;
	}

	.iContact form div.message {
		padding: 15px 17px;
		height: 145px;
	}

	.iContact form div.code .codeImg {
		height: 50px;
	}

	.iContact form div.code .subBtn {
		width: 30%;
	}

	.iContact form div.code .con {
		width: 67%;
	}

	.iContact .msg .title1:after {
		height: 20px;
	}
}

@media screen and (max-width:999px) {
	.iContact {
		padding: 100px 0 100px 0;
	}

	.iContact form>div {
		height: 45px;
	}

	.iContact form div.message {
		height: 120px;
		padding: 10px 17px;
	}

	.iContact form div.code .codeImg {
		height: 45px;
	}

	.iContact form div.code .subBtn {
		width: 25%;
	}

	.iContact form div.code .con {
		width: 72%;
	}

	.iContact .msg {
		width: 45%;
	}

	.iContact .msg .title1:after {
		height: 10px;
		bottom: 5px;
		width: 40%;
	}
}

@media screen and (max-width:768px) {
	.iContact {
		padding: 80px 0 80px 0;
	}

	.iContact form>div {
		height: 35px;
		margin-bottom: 15px;
	}

	.iContact form div.message {
		height: 80px;
	}

	.iContact form div.must:after {
		top: 12px;
	}

	.iContact form div.code .codeImg {
		height: 35px;
	}

	.iContact form div.must:after {
		top: 7px;
	}

	.iContact form {
		width: 58%;
	}

	.iContact .msg {
		width: 40%;
	}
}

@media screen and (max-width:538px) {
	.iContact .con {
		flex-direction: column;
	}

	.iContact .msg {
		width: 100%;
		margin-bottom: 20px;
	}

	.iContact .msg .title1 {
		margin-bottom: 20px;
	}

	.iContact form {
		width: 100%;
	}

	.iContact form>div {
		padding: 0 10px;
	}

	.iContact form div.must:after {
		font-size: 16px;
		left: 2px;
	}

	.iContact form div.message {
		padding: 10px;
	}

	.iContact form div.code {
		flex-direction: column;
		height: auto;
	}

	.iContact form div.code .con {
		width: 100%;
		height: 35px;
		margin-bottom: 15px;
		flex-direction: row;
	}

	.iContact form div.code .subBtn {
		height: 35px;
		width: 100%;
	}

	.iContact {
		background-position: left center;
	}
}







/* ---------------------1-1Markets----------------------------- */
.markets {
	padding: 48px 0 50px 0;
}



.markets .con {
	display: flex;
	flex-wrap: wrap;
	margin-top: 34px;
}

.markets .con .item {
	width: 30.9%;
	margin-right: 3.65%;
	margin-bottom: 41px;
}


.markets .con .item:nth-child(3n) {
	margin-right: 0;
}


.markets .image {
	overflow: hidden;
	border-radius: 79px 0px 0px 0px;
}

.markets .msg {
	padding: 34px 0 20px 0;
}


.markets .msg .title2 {
	font-family: Microsoft YaHei !important;
	font-size: 24px;
	color: #333333;
	margin-bottom: 23px;
}



.markets .msg .line {
	width: 100%;
	height: 2px;
	background-color: #ebebeb;
	margin-bottom: 8px;
}



.markets .msg .txt {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 19px;
	color: #777777;
}




.markets .list {
	display: flex;
	flex-wrap: wrap;
}


.markets .list a {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	text-align: left;
	margin-right: 10px;
	width: 49%;
	margin-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.markets .list a:nth-child(2n) {
	margin-right: 0;
}

.iContact.marketsIcon {
	transform: translateY(-7.7%);
}


@media screen and (max-width:1600px) {
	.markets .msg {
		padding: 20px 0 20px 0;
	}

	.iContact.marketsIcon {
		transform: translateY(0%);
	}

	.markets {
		padding: 50px 0 0px 0;
	}

	.markets .msg .title2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.markets .msg .txt {
		margin-bottom: 15px;
	}

}

@media screen and (max-width:1333px) {
	.markets {
		padding: 40px 0 0 0;
	}

	.markets .image {
		border-radius: 50px 0 0 0;
	}

	.markets .con {
		margin-top: 30px;
	}

	.markets .msg {
		padding: 10px 0 10px 0;
	}

	.markets .msg .txt {
		margin-bottom: 10px;
	}

	.markets .con .item {
		margin-bottom: 30px;
	}

	.markets .msg .txt {
		-webkit-line-clamp: 3;
	}
}

@media screen and (max-width:999px) {
	.markets {
		padding: 30px 0 0 0;
	}

	.markets .image {
		border-radius: 40px 0 0 0;
	}

	.markets .con {
		margin-top: 20px;
	}

	.markets .con .item {
		margin-bottom: 20px;
	}

	.markets .con .item {
		width: 32%;
		margin-right: 2%;
	}

	.markets .msg .txt {
		-webkit-line-clamp: 2;
	}

	.markets .list a {
		font-size: 12px;
		line-height: 22px;
		width: 100%;
	}

	.markets .msg .line {
		height: 1px;
		margin-bottom: 5px;
	}

	.markets .msg .title2 {
		margin-bottom: 5px;
	}

}

@media screen and (max-width:768px) {
	.markets {
		padding: 20px 0 0 0;
	}

	.markets .image {
		border-radius: 20px 0 0 0;
	}

	.markets .con {
		margin-top: 10px;
	}

	.markets .con .item {
		margin-bottom: 15px;
	}

	.markets .con .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
	}

	.markets .con .item:nth-child(2n) {
		margin-right: 0;
	}

}

@media screen and (max-width:538px) {
	.markets .con .item:nth-child(n) {
		width: 100%;
		margin-right: 0%;
	}

	.markets .image {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 10px;
		border-radius: 10px 0 0 0;
	}


}


/* ---------------------1-2Markets----------------------------- */

.marketDet {
	padding: 50px 0 61px 0;
}


.marketDet h1 {
	font-family: Microsoft YaHei !important;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 21px;
	margin-top: 32px;
}



.marketDet .tip {
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}



.marketDet .tip .time {
	font-family: Microsoft YaHei !important;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin-right: 34px;
}

.marketDet .tip .share {
	display: flex;
	align-items: center;
}

.marketDet .tip .share span {
	font-family: Microsoft YaHei !important;
	font-size: 14px;
	color: #666666;
	margin-right: 5px;
	line-height: 30px;
}

.marketDet .line {
	width: 100%;
	height: 1px;
	background-color: #cccccc;
}

.marketDet .con {
	padding: 33px 0 34px 0;
}


.marketDet .con p {
	font-family: Microsoft YaHei !important;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.prevOrNext {
	background-color: rgba(0, 175, 240, 0.2);
	padding: 18px 18px 16px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}




.prevOrNext>div {
	width: 49%;
	display: flex;
	align-items: center;
}

.prevOrNext>div.next {
	justify-content: flex-end;
}



.prevOrNext>div .btn {
	width: 32px;
	height: 32px;
	background-color: #00aff0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-shrink: 0;
}



.prevOrNext>div a.btn {
	background-color: #69bb44;
}

.prevOrNext>div a.btn:hover {
	background-color: #00aff0;
}

.prevOrNext>div p.btn {
	background-color: #69bb44;
}

.prevOrNext .prev .btn {
	margin-right: 13px;
}

.prevOrNext .next .btn {
	margin-left: 10px;
}


.prevOrNext .name {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 46px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.prevOrNext a.name {
	color: #666666;
}

.prevOrNext p.name {
	color: #999999;
}

.prevOrNext a.name:hover {
	color: #00aff0;
	text-decoration: underline;
}




@media screen and (max-width:1600px) {
	.marketDet h1 {
		font-size: 28px;
	}

	.marketDet .con {
		padding: 35px 0 35px 0;
	}

	.prevOrNext {
		padding: 15px;
	}
}

@media screen and (max-width:1333px) {
	.marketDet h1 {
		font-size: 26px;
		margin: 10px 0 10px 0;
		line-height: 34px;
	}

	.marketDet {
		padding: 40px 0 40px 0;
	}

	.marketDet .tip .time {
		margin-right: 20px;
	}

	.prevOrNext {
		padding: 5px 10px;
	}

	.marketDet .con {
		padding: 30px 0 30px 0;
	}

	.marketDet .con p {
		line-height: 26px;
	}

}

@media screen and (max-width:999px) {
	.marketDet .con p {
		line-height: 24px;
	}

	.marketDet h1 {
		font-size: 22px;
		line-height: 30px;
		margin-top: 0;
		margin-bottom: 14px;
	}

	.marketDet .con {
		padding: 20px 0 20px 0;
	}

	.prevOrNext>div .btn {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	.prevOrNext {
		padding: 10px;
	}

	.prevOrNext .name {
		font-size: 14px;
		line-height: 24px;
	}

	.prevOrNext .prev .btn {
		margin-right: 10px;
	}

	.prevOrNext .next .btn {
		margin-left: 10px;
	}

}

@media screen and (max-width:768px) {
	.marketDet .con p {
		font-size: 12px;
		line-height: 22px;
	}

	.marketDet h1 {
		font-size: 20px;
	}

	.marketDet .tip {
		margin-bottom: 14px;
	}

	.prevOrNext {
		padding: 10px 8px;
	}

	.prevOrNext>div .btn {
		font-size: 12px;
	}

	.prevOrNext {
		flex-direction: column;
	}

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
		margin-top: 10px;
	}

	.prevOrNext>div.next .btn {
		margin-left: 0;
		margin-right: 10px;
	}

	.prevOrNext>div .btn {
		width: 26px;
		height: 26px;
	}

	.prevOrNext .name {
		font-size: 12px;
		line-height: 22px;
	}

	.marketDet .tip .time,
	.marketDet .tip .share span {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.marketDet {
		padding: 30px 0 30px 0;
	}

	.marketDet h1 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px;
	}

	.marketDet .tip {
		flex-direction: column;
	}

	.marketDet .con {
		padding: 10px 0 10px 0;
	}

}


/* realted */

.marketRel {
	margin-bottom: 123px;
}

.related .swiper {
	clip-path: polygon(-2% -1000%, 102% -1000%, 102% 1000%, -2% 1000%);
	overflow: visible;
}

.related .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 30px;
	color: #000000;
	text-align: center;
	margin-bottom: 31px;
}

.related .box {
	position: relative;
}

.related .swiper-slide {
	background-color: #ffffff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
}

.related .image {
	overflow: hidden;
}


.related .name {
	text-align: center;
	font-family: Microsoft YaHei !important;
	font-size: 17px;
	color: #333333;
	padding: 13px 10px 30px 10px;
}




.related .name:hover {
	color: #00aff0;
}


.related .swiper-slide:hover img {
	transform: scale(1.1, 1.1);
}


.related .prev,
.related .next {
	position: absolute;
	width: 51px;
	height: 51px;
	border: solid 2px #00aff0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00aff0;
	cursor: pointer;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	font-weight: bold;
	font-size: 20px;
}


.related .prev {
	left: -6.3%;
}


.related .next {
	right: -6.3%;
}

.related .prev:hover,
.related .next:hover {
	background-color: #00aff0;
	color: #ffffff;
}

@media screen and (max-width:1600px) {
	.related .box {
		padding: 0 80px;
	}

	.related .prev {
		left: 0%;
	}

	.related .next {
		right: 0%;
	}

	.related .prev,
	.related .next {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.marketRel {
		margin-bottom: 110px;
	}


}

@media screen and (max-width:1333px) {
	.related .box {
		padding: 0 60px;
	}

	.marketRel {
		margin-bottom: 80px;
	}

	.related .name {
		padding: 15px 10px;
		font-size: 16px;
	}


}

@media screen and (max-width:999px) {
	.marketRel {
		margin-bottom: 60px;
	}

	.related .name {
		padding: 10px;
		font-size: 14px;
	}

	.related .prev,
	.related .next {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

}

@media screen and (max-width:768px) {
	.marketRel {
		margin-bottom: 80px;
	}

	.related .prev,
	.related .next {
		top: 105%;
	}

	.related .prev {
		left: 50%;
		transform: translateX(-150%);
	}

	.related .next {
		right: 50%;
		transform: translateX(100%);
	}


	.related .title1 {
		margin-bottom: 20px;
	}

	.related .box {
		padding: 0;
	}

	.related .prev,
	.related .next {
		width: 35px;
		height: 35px;
	}

	.related .name {
		padding: 10px 5px;
		font-size: 12px;
	}


}

@media screen and (max-width:538px) {
	.marketRel {
		margin-bottom: 60px;
	}

	.related .prev,
	.related .next {
		width: 30px;
		height: 30px;
		border-width: 1px;
		font-weight: normal;
		font-size: 12px;
	}

}


/* ---------------------2-1Products----------------------------- */

.findProduct {
	position: relative;
}

.findProduct .con {
	padding: 0 4.4%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-57.2%);
	z-index: 9;

}




.findProduct .content {
	background-color: #00aff0;
	border-radius: 15px;
	padding: 34px 10px 45px 10px;
}




.findProduct .con .title {
	font-family: Microsoft YaHei !important;
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 24px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



.findProduct .con form {
	background-color: #ffffff;
	display: flex;
	padding: 10px 13px 10px 21px;
	width: 67.45%;
	margin: 0 auto;
	transform: translateX(-8px);
}


.findProduct .con form .findBtn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 102px;
	height: 41px;
	background-color: #00aff0;
	border: 1px solid #00aff0;
	margin-left: 10px;
	flex-shrink: 0;
}


.findProduct .con form .findBtn i {
	color: #fff;
	margin-right: 19px;
	font-size: 17px;
}

.findProduct .con form .findBtn p {
	font-family: Microsoft YaHei !important;
	font-size: 14px;
	color: #ffffff;
	transform: translateX(-8px);
}

.findProduct .con form .findBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	background-color: transparent;
}

.findProduct .con form .findBtn:hover {
	background-color: #ffffff;
}

.findProduct .con form .findBtn:hover i,
.findProduct .con form .findBtn:hover p {
	color: #00aff0;
}


.findProduct .con form>input {
	width: 100%;
}


input::-webkit-input-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 17px;
	color: #aaaaaa;
	opacity: 1;
}

input:-moz-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 17px;
	color: #aaaaaa;
	opacity: 1;
}

input::-moz-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 17px;
	color: #aaaaaa;
	opacity: 1;
}

input:-ms-input-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 17px;
	color: #aaaaaa;
	opacity: 1;
}

@media screen and (max-width:1600px) {
	.findProduct .con form {
		transform: translateX(0);
		width: 80%;
	}

	.findProduct .content {
		padding: 30px 10px;
	}

	.findProduct .con form {
		padding: 10px;
	}

	.findProduct .con .title {
		font-size: 28px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.findProduct .con {
		padding: 0;
	}

	.findProduct .content {
		padding: 20px 10px;
		border-radius: 5px;
	}

	.findProduct .con .title {
		margin-bottom: 10px;
		font-size: 26px;
	}

	.findProduct .con form .findBtn i {
		margin-right: 5px;
	}

	.findProduct .con form .findBtn p {
		transform: translateX(0);
	}

	.findProduct .con form .findBtn {
		height: 35px;
	}

}

@media screen and (max-width:999px) {
	.findProduct .content {
		display: none;
	}
}



.product {
	padding: 127px 0 83px 0;
}

.product .related {
	margin-top: 20px;
}



.product .list {
	margin-top: 72px;
	margin-bottom: 67px;
}



.product .list>.item {
	margin-bottom: 74px;
}

.product .list>.item:last-child {
	margin-bottom: 0;
}

.product .list .title {
	font-family: Microsoft YaHei !important;
	font-size: 30px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 28px;
}

.product .list .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product .list .con .image {
	width: 31.4%;
	overflow: hidden;
}





.product .list .con .more {
	width: 63.35%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 3px 0;
}



.product .list .con .more a {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 33.3px;
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	
	
	word-break: break-all;
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
}

.product .list .con .more a:nth-child(3n) {
	margin-right: 0;
}



.product .tags {
	display: flex;
	align-items: center;
}


.product .tags p {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	margin-right: 9px;
}

.product .tags .con {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.product .tags .con a {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-right: 32px;
	flex-shrink: 0;
}

.product .tags .con a:last-child {
	margin-right: 0;
}

.product .tags .line {
	flex: 1;
	height: 1px;
	background-color: #eeeeee;
	margin-left: 27px;
}


@media screen and (max-width:1600px) {
	.product .list .title {
		font-size: 28px;
		line-height: 30px;
	}

	.product .list .con .more a {
		font-size: 18px;
		margin-bottom: 25px;
	}

	.product .list>.item {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.product .list .title {
		font-size: 26px;
	}

	.product .list .con .more a {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.product .list>.item {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:999px) {
	.product {
		padding: 20px 0 40px 0;
	}

	.product .list {
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.product .list .title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.product .list .con .more a {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.product .list .con .more {
		padding: 0;
		width: 65%;
	}

	.product .tags .con a {
		font-size: 14px;
		line-height: 24px;
		margin-right: 20px;
	}



}

@media screen and (max-width:768px) {
	.product {
		padding: 20px 0 40px 0;
	}

	.product .list {
		margin-top: 90px;
		margin-bottom: 40px;
	}

	.product .list .title {
		font-size: 20px;
	}

	.product .list .con .more a {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 16px;
	}

	.product .tags .con a {
		font-size: 12px;
		line-height: 22px;
		margin-right: 15px;
	}

	.product .list>.item {
		margin-bottom: 30px;
	}
	
	.product .list .con .more a:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}
	
	.product .list .con .more a:nth-child(3n) {
		margin-right: 0;
	}

}

@media screen and (max-width:538px) {
	.product .related {
		margin-top: 0;
	}

	.product {
		padding: 30px 0 30px 0;
	}

	.product .list .con {
		flex-direction: column;
	}

	.product .list .con .more {
		width: 100%;
	}

	.product .list {
		margin-top: 60px;
		margin-bottom: 30px;
	}

	.product .list .title {
		font-size: 18px;
		text-align: center;
	}

	.product .list .con .image {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 20px;
	}

	

	.product .list>.item {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:480px) {
	.product .list .con .more{
		justify-content: space-between;
	}
	
	.product .list .con .more a:nth-child(n) {
		width: 47%;
		margin-right: 0;
	}
}


/* ---------------------2-2Products----------------------------- */


.productDet {
	padding: 127px 0 100px 0;
}


.productDet .con {
	margin-top: 13px;
	margin-bottom: 118px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.productDet .checkList {
	width: 22.6%;
}

.productDet .checkList li {
	background-color: #f1f1f1;
	margin-bottom: 14px;
}

.productDet .checkList li:last-child {
	margin-bottom: 0;
}



.productDet .checkList li a {
	padding: 17px 12.5px 15px 12.5px;
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}


.productDet .checkList li:hover {
	background-color: #00aff0;

}

.productDet .checkList li:hover a {
	color: #ffffff;
	font-weight: bold;
	padding: 17px 12.5px 15px 22.5px;
}

.productDet .checkList li.active {
	background-color: #00aff0;

}

.productDet .checkList li.active a {
	color: #ffffff;
	font-weight: bold;
	padding: 17px 12.5px 15px 22.5px;

}


.showMsg {
	width: 73.8%;
}





.jianjie {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px 0;
	width: 54%;
}





.jianjie h1 {
	font-family: Microsoft YaHei !important;
	font-size: 28px;
	line-height: 35px;
	color: #000000;
	margin-bottom: 32px;
	font-weight: normal;
}



.jianjie .txts {
	margin-bottom: 114px;
}



.jianjie .txts p {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}


.jianjie .btn {
	width: 211px;
	height: 43px;
	background-color: #00aff0;
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #00aff0;
	margin-bottom: 20px;
}


.jianjie .btn:hover {
	background-color: #ffffff;
	color: #00aff0;
}


.jianjie .share {
	display: flex;
	align-items: center;
}

.jianjie .share span {
	font-family: Microsoft YaHei !important;
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	margin-right: 1px;
}



.showDes {
	margin-top: 70px;
}

.showDes .title {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	position: relative;
	margin-bottom: 24px;
}


.showDes .title:after {
	position: absolute;
	content: "";
	height: 2px;
	background-color: #d4d4d4;
	width: 100%;
	left: 0;
	bottom: -6px;
}



.showDes .title::before {
	content: "";
	position: absolute;
	width: 10%;
	height: 2px;
	background-color: #ff6600;
	bottom: -6px;
	z-index: 9;
}

.showDes p {
	font-family: Microsoft YaHei !important;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}



.showDes.table {
	overflow: auto;
}

.showDes .table table {
	width: 36.2%;
	border-collapse: collapse;
	line-height: 22px;
}

.showDes .table table tr:nth-child(2n) td {
	background-color: #fff;
}

.showDes .table table tr td {
	padding: 5px 5px;
	font-family: Microsoft YaHei !important;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	border: 2px solid #929292;
	text-align: center;
}




.showDes .Properties {
	margin-bottom: 36px;
}



.showDes .Specifications {
	margin-bottom: 34px;
}



.productDet .related {
	margin-bottom: -64px;
}






/*zoomPad */

.prmain2 .zong {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 49px;
}

.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
	transition: none;
}

.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #ccc;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #999;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

.prob-pic {
	width: 54.2%;
	align-items: flex-start;
}

.prob-pic .prob-pic-big {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.prob-pic .prob-pic-big-img {
	display: block;
	line-height: 0;
	font-size: 0;
}

.prob-pic .prob-pic-big-img img {
	transition: 0s;
}

.prob-pic {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
}

.prob-pic-img {
	width: 41.2%;
}

.prob-pic .prob-pic-big-img .zoomPad {
	float: none;
	z-index: 8;
}

.prob-pic .zoomWrapperImage img {
	max-width: 1920px;
}

.prob-pic .prob-pic-big-img:hover img {
	transform: scale(1)
}

.prob-pic .prob-pic-small {
	position: relative;
	margin-top: 12px;
	overflow: hidden;
	padding: 0 77px;
}


.prob-pic .prob-pic-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #666666;
	font-weight: bolder;
	font-size: 35px;
	z-index: 9999
}

.prob-pic .prob-pic-btn.prev {
	left: 20px;
}

.prob-pic .prob-pic-btn.next {
	right: 31px;
}

.prob-pic .prob-pic-btn:hover {
	color: #1f7fc8;
}

.prob-pic .prob-pic-list {
	overflow: hidden;
}

.prob-pic .prob-pic-list ul {
	width: 1000%;
	overflow: hidden;
	transition: none;
}

.prob-pic .prob-pic-list ul li {
	position: relative;
	float: left;
	margin-right: 0.4%;
	width: 3.05%;
	overflow: hidden;
	box-shadow: 0px 3px 8px 0px rgba(51, 51, 51, 0.25);
}

.prob-pic .prob-pic-item .item-pic,
.prob-pic .prob-pic-item .item-video {
	display: block;
	overflow: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border: solid 1px #e5e5e5;
}

.prob-pic .prob-pic-item .item-pic img,
.prob-pic .prob-pic-item .item-video img {
	display: block;
	width: 100%;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.prob-pic .prob-pic-item .item-pic.active,
.prob-pic .prob-pic-item .item-video.active {
	border: 2px solid #00aff0;
}

.prob-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	z-index: 8;
	display: none;
}

.prob-video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.prob-video.show {
	display: block;
}

.productDet .moreBtn {
	display: none;
}

.productDet .closeBtn {
	display: none;
}

/* productDet */
@media screen and (max-width:1600px) {
	.jianjie .txts {
		margin-bottom: 50px;
	}

	.showDes .table table {
		width: 100%;
	}
}

@media screen and (max-width:1333px) {
	.productDet {
		padding: 100px 0 60px 0;
	}

	.productDet .con {
		margin-bottom: 80px;
	}

	.productDet .related {
		margin-bottom: 0;
	}

	.productDet .checkList li a {
		padding: 10px;
	}

	.productDet .checkList li:hover a {
		padding: 10px;
	}

	.jianjie .txts p {
		font-size: 16px;
		line-height: 26px;
	}

	.jianjie {
		padding: 0;
	}

	.jianjie h1 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.jianjie .btn {
		width: 160px;
		height: 40px;
	}

	.prob-pic .prob-pic-btn {
		font-size: 32px;
	}

	.prob-pic .prob-pic-small {
		padding: 0 20px;
	}

	.prob-pic .prob-pic-btn.prev {
		left: -8px;
	}

	.prob-pic .prob-pic-btn.next {
		right: 2px;
	}



}

@media screen and (max-width:999px) {

	.productDet .con {
		margin-top: 0;
	}

	.productDet {
		padding: 80px 0 100px 0;
	}

	.jianjie h1 {
		font-size: 24px;
	}

	.showMsg {
		width: 100%;
	}

	.showDes {
		margin-top: 20px;
	}

	.jianjie .txts p {
		font-size: 14px;
		line-height: 24px;
	}

	.jianjie .txts {
		margin-bottom: 40px;
	}

	.jianjie .btn {
		height: 35px;
		width: 140px;
	}


	.prob-pic-img {
		margin-bottom: 20px;
	}

	.jianjie .btn {
		font-size: 14px;
	}

	.productDet .con {
		margin-bottom: 60px;
	}


	.prob-pic .prob-pic-small {
		margin-top: 20px;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.prmain2 {
		padding: 0;
	}





	/* list */

	.productDet .checkList {
		position: fixed;
		width: 100%;
		height: 100%;
		backdrop-filter: blur(5px);
		left: 0;
		top: 0;
		z-index: 99999999;
		padding: 20px;
		border-radius: 10px;
		-webkit-clip-path: circle(0% at 50% 50%);
	}

	.productDet .checkList.active {
		-webkit-clip-path: circle(100% at 50% 50%);
	}

	.productDet .checkList ul {
		width: 40%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		background-color: #fff;
		border-radius: 5px;
		padding: 20px;
		box-shadow: 0 0 10px rgba(0, 175, 240, .3);
		max-height: 405px;
		overflow-y: auto;
	}


	.productDet .checkList li a {
		padding: 5px;
		font-size: 14px;
		line-height: 24px;
	}



	/* moreBtn */
	.productDet .moreBtn {
		display: flex;
		background-color: #00aff0;
		color: #fff;
		border-radius: 5px;
		align-items: center;
		justify-content: center;
		padding: 5px 10px;
		font-family: Microsoft YaHei !important;
		font-size: 14px;
		color: #ffffff;
		margin-bottom: 20px;
		width: 110px;
		position: fixed;
		z-index: 999991;
		top: 100px;
		left: 20px;
	}

	.productDet .moreBtn.active {
		transform: translateX(-120%);
	}

	.productDet .moreBtn i {
		font-size: 12px;
		margin-right: 5px;
		border: 2px solid #fff;
		border-radius: 50%;
		padding: 3px;
		flex-shrink: 0;
	}

	/* clodebtn */
	.productDet .closeBtn {
		position: absolute;
		top: 18%;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		box-shadow: 0 0 10px rgba(0, 175, 240, .3);
		display: flex;
		align-items: center;
		justify-content: center;
		color: #333;
		font-weight: bold;
		background-color: #fff;
		left: 50%;
		transform: translateX(-50%);
	}





}

@media screen and (max-width:768px) {
	.showDes p {
		font-size: 12px;
	}

	.showDes .title {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.showDes .Properties,
	.showDes .Specifications {
		margin-bottom: 20px;
	}

	.productDet .con {
		margin-bottom: 40px;
	}

	.jianjie h1 {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.jianjie .txts p {
		font-size: 12px;
		line-height: 22px;
	}

	.jianjie .txts {
		margin-bottom: 30px;
	}

	.jianjie .btn {
		height: 30px;
		width: 120px;
	}

	.jianjie .share span {
		font-size: 12px;
	}

	.showDes .table table tr td {
		font-size: 12px;
		line-height: 22px;
	}

	.productDet .checkList li a {
		font-size: 12px;
		line-height: 22px;
	}

	.productDet .checkList li {
		margin-bottom: 10px;
	}


	.productDet {
		padding: 70px 0 100px 0;
	}

	.productDet .moreBtn {
		top: 80px;
		font-size: 12px;
	}

	.productDet .moreBtn i {
		padding: 2px;
	}

	.productDet .checkList ul {
		width: 50%;
	}

	.productDet .closeBtn {
		top: 20%;
	}
}

@media screen and (max-width:538px) {
	.prob-pic {
		flex-direction: column;
	}

	.jianjie {
		width: 100%;
	}

	.prob-pic-img {
		width: 100%;
	}

	.prob-pic .prob-pic-big {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}

	.productDet {
		padding: 60px 0 80px 0;
	}

	.prob-pic .prob-pic-small {
		padding: 0 35px;
		margin-top: 10px;
	}

	.jianjie h1 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.jianjie .txts {
		margin-bottom: 20px;
	}

	.showDes .title {
		font-size: 14px;
		line-height: 24px;
	}

	.productDet .con {
		margin-bottom: 30px;
	}

	.productDet .moreBtn {
		top: 70px;
	}

	.productDet .checkList ul {
		width: 70%;
	}
}






/* ---------------------3-1Company----------------------------- */

.companyCon {
	padding: 48px 0 112px 0;
}

.companyCon .con {
	margin-top: 51px;
	margin-bottom: 38px;
}




.companyCon .con .image {
	float: right;
	width: 48.7%;
	margin-left: 3%;
	margin-top: 28px;
}


.companyCon .con .title {
	font-family: Microsoft YaHei !important;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 16px;
}


.companyCon .con .tit {
	font-family: Microsoft YaHei !important;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	width: 35%;
	margin-bottom: 25px;
}


.companyCon .con .line {
	width: 97px;
	height: 2px;
	background-color: #d9d9d9;
	margin-bottom: 35px;
}

.companyCon .des .item {
	margin-bottom: 24px;
}

.companyCon .des .item:last-child {
	margin-bottom: 0;
}




.companyCon .des p {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 30px;
	color: #777777;
	hyphens: auto;
}

.companyCon .des p strong {
	font-family: Microsoft YaHei !important;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 2px;
	display: inline-block;
}



.numList {
	display: flex;
	flex-wrap: wrap;
}





.numList .item {
	width: 23%;
	margin-right: 2.66666666%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 86px 10px 21px;
	box-shadow: 0px 0px 10px 0px rgba(4, 78, 105, 0.09);
	border-radius: 12px;
}

.numList .item:nth-child(4n) {
	margin-right: 0;
}



.numList .item .num {
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}


.numList .item .num span {
	font-family: Microsoft YaHei !important;
	font-size: 46px;
	line-height: 35px;
	color: #00aff0;
}

.numList .item .txt {
	font-family: Microsoft YaHei !important;
	font-size: 20px;
	line-height: 35px;
	color: #333333;
	text-align: center;
}


@media screen and (max-width:1600px) {
	.companyCon {
		padding: 50px 0 80px 0;
	}

	.numList .item {
		padding: 40px 10px;
		justify-content: center;
	}

	.numList .item .txt {
		font-size: 18px;
		line-height: 28px;
	}

	.companyCon .con .title {
		font-size: 32px;
	}

	.companyCon .con .line {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:1333px) {
	.companyCon .con {
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.companyCon .des p strong {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 0;
	}

	.companyCon .des .item {
		margin-bottom: 20px;
	}

	.companyCon .con .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.companyCon .con .title {
		font-size: 28px;
	}

	.numList .item .num span {
		font-size: 34px;
	}

	.numList .item .num {
		margin-bottom: 10px;
	}

	.numList .item {
		padding: 20px 10px;
		border-radius: 5px;
	}

	.companyCon .con .image {
		margin-top: 0;
	}

	.companyCon .con .tit {
		width: 100%;
	}

	.companyCon {
		padding: 50px 0 60px 0;
	}


}

@media screen and (max-width:999px) {
	.companyCon .con {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.companyCon .con .title {
		font-size: 26px;
		line-height: 30px;
	}

	.companyCon .con .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.companyCon .con .line {
		margin-bottom: 14px;
	}

	.companyCon .des .item {
		margin-bottom: 15px;
	}

	.numList .item .num span {
		font-size: 28px;
		line-height: 30px;
	}

	.companyCon .des p strong {
		font-size: 16px;
		line-height: 26px;
	}

}

@media screen and (max-width:768px) {
	.companyCon .con {
		margin-bottom: 20px;
	}

	.companyCon .con .title {
		font-size: 24px;
		margin-bottom: 14px;
	}

	.companyCon .con .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.companyCon .con .line {
		margin-bottom: 10px;
	}

	.companyCon .des .item {
		margin-bottom: 10px;
	}

	.numList .item .num span {
		font-size: 26px;
	}

	.numList .item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}


	.numList .item:nth-child(2n) {
		margin-right: 0;
	}

	.companyCon {
		padding: 40px 0 40px 0;
	}

	.companyCon .des p strong {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.companyCon .con {
		display: flex;
		flex-direction: column-reverse;

	}

	.companyCon {
		padding: 30px 0 30px 0;
	}

	.companyCon .con .image {
		margin-left: 0;
		width: 100%;
		margin-top: 10px;
	}

	.companyCon .con .title {
		font-size: 22px;
	}

	.numList .item .num span {
		font-size: 22px;
	}

	.numList .item .num {
		margin-bottom: 5px;
	}

}




.choose .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 0 12px 12px 0;
}



.choose .con .image {
	width: 44%;
}

.choose .con .des {
	width: 51%;
	padding: 20px 3% 20px 0;
	transform: translateY(-11px);
}




.choose .con .des .title {
	font-family: Microsoft YaHei !important;
	font-size: 24px;
	line-height: 26px;
	color: #00aff0;
	margin-bottom: 40px;
}

.choose .con .des .msg {
	overflow: auto;
	scrollbar-color: #00aff0 rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
	max-height: 385px;
}



.choose .con .des .msg::-webkit-scrollbar {
	width: 4px;
}

.choose .con .des .msg::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #00aff0;
}

.choose .con .des .msg::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ffffff;
}

.choose .con .des .msg::-webkit-scrollbar-button {
	display: none;
}



.choose .con .des .msg p {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 30px;
}

.choose .con .des .msg p:first-child {
	margin-bottom: 0;
}

.choose .con .des .msg p:last-child {
	margin-bottom: 0;
}



.choose .con .des .msg p strong {
	font-size: 22px;
	display: inline-block;
}

.choose .clear {
	display: none;
}

@media screen and (max-width:1600px) {
	.choose .con .des .msg {
		max-height: 300px;
	}

	.choose .con .des .msg p strong {
		font-size: 20px;
	}

	.choose .con .des .title {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.choose .con .des {
		transform: translateY(0);
	}


}

@media screen and (max-width:1333px) {
	.choose .con .des .msg {
		max-height: 180px;
	}

	.choose .con .des .title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.choose .con .des .msg p strong {
		font-size: 18px;
		line-height: 30px;
	}

	.choose .con .des .msg p {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.choose .con .des .msg {
		overflow: visible;
		max-height: none;
	}

	.choose .con {
		display: block;
	}

	.choose .con .image {
		float: left;
		margin-right: 2%;
	}

	.choose .con .des {
		width: 100%;
		padding: 0;
	}

	.choose .con {
		background-color: #ffffff;
	}

	.choose .clear {
		display: block;
	}

	.choose .con .des .msg p strong {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.choose .con .des .title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.choose .con .des .msg p strong {
		font-size: 14px;
	}

	.choose .con .des .msg p {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {
	.choose .con {
		display: flex;
		flex-direction: column-reverse;
	}

	.choose .con .image {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}

}












.aptitude {
	padding: 118px 0 118px 0;
}



.aptitude .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 36px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 48px;
	text-align: center;
}

.aptitude .list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}




.aptitude .list .item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 60px;
	width: 11.71428571428571%;
	margin-right: 10.35714285714286%;

}

.aptitude .list .item:nth-child(5n) {
	margin-right: 0;
}


.aptitude .list .item .image {
	margin-bottom: 27px;
}


.aptitude .list .item .name {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
}


@media screen and (max-width:1600px) {
	.aptitude {
		padding: 80px 0 80px 0;
	}

	.aptitude .list .item .image {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.aptitude {
		padding: 60px 0 60px 0;
	}

	.aptitude .list .item {
		margin-bottom: 40px;
	}

	.aptitude .list .item .image {
		margin-bottom: 14px;
	}

	.aptitude .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.aptitude {
		padding: 40px 0 40px 0;
	}

	.aptitude .list .item:nth-child(n) {
		width: 12%;
		margin-right: 10%;
		margin-bottom: 30px;
	}

	.aptitude .list .item:nth-child(5n) {
		margin-right: 0;
	}

}

@media screen and (max-width:768px) {
	.aptitude {
		padding: 30px 0 30px 0;
	}

	.aptitude .list .item:nth-child(n) {
		width: 14%;
		margin-right: 14.66666666%;
		margin-bottom: 20px;
	}

	.aptitude .list .item:nth-child(4n) {
		margin-right: 0;
	}

	.aptitude .list .item .image {
		margin-bottom: 10px;
	}

	.aptitude .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.aptitude {
		padding: 20px 0 20px 0;
	}

	.aptitude .title1 {
		margin-bottom: 20px;
	}
}


.history {
	margin-top: -157px;
	margin-bottom: -21px;
	padding: 212px 0 258px 0;
	background-image: url("../images/companyM4-1.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.history .title {
	font-family: Microsoft YaHei !important;
	font-size: 30px;
	line-height: 32px;
	color: #00aff0;
	margin-bottom: 28px;
}

.history .tit {
	font-family: Microsoft YaHei !important;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 47px;
}

.history .timeLine {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}


.history .timeLine .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}

.timelineBox {
	position: relative;
	margin-bottom: 49px;
}


.timelineBox::after {
	content: "";
	position: absolute;
	width: 1000%;
	height: 2px;
	background-color: #c0c0c0;
	left: 50%;
	transform: translateX(-50%);
	top: 55%;
}





.history .timeLine .year {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 28px;
	color: #999999;
}

.history .timeLine .cirBox {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 25px;
	width: 50px;
	height: 50px;
}



.history .timeLine .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: solid 1px #ffffff;
	border-radius: 50%;
}



.history .timeLine .circle .box {
	width: 12px;
	height: 12px;
	background-color: #c0c0c0;
	border-radius: 50%;
}





.history .timeLine .swiper-slide-thumb-active .year {
	color: #00aff0;
}

.history .timeLine .swiper-slide-thumb-active .circle {
	width: 33px;
	height: 33px;
	border-color: #00aff0;
}

.history .timeLine .swiper-slide-thumb-active .circle .box {
	background-color: #00aff0;
	width: 17px;
	height: 17px;
}






.hisDes {
	overflow: hidden;
}

.hisDes .time {
	display: flex;
	align-items: center;
}

.hisDes .swiper-slide {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}


.hisDes .time .num {
	font-family: Microsoft YaHei !important;
	font-size: 50px;
	color: #00aff0;
	margin-right: 20.5px;
}




.hisDes .time .name {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	color: #00aff0;
	transform: translateY(10px);
}


.hisDes .swiper-slide .msg {
	width: 32%;
	margin-left: 70px;
	/*transform: translateY(9px);*/
	margin-right: 42px;

}


.hisDes .msg .box {
	overflow: auto;
	scrollbar-color: #00aff0 rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
	max-height: 115px;
}


.hisDes .msg .box::-webkit-scrollbar {
	width: 4px;
}

.hisDes .msg .box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #00aff0;
}

.hisDes .msg .box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ffffff;
}

.hisDes .msg .box::-webkit-scrollbar-button {
	display: none;
}











.hisDes .msg p {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}

.hisDes .msg p.tit1 {
	margin-bottom: 28px;
}




.history .con {
	position: relative;
}

.history .btns {
	display: flex;
	align-items: center;
	position: absolute;
	right: 2.4%;
	top: -42.3%;
	z-index: 9;
}




.history .btns div {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	cursor: pointer;
	font-size: 22px;
}


.history .btns div:hover {
	color: #00aff0;
}


@media screen and (max-width:1600px) {
	.history {
		margin-bottom: 0;
		margin-top: -120px;
		padding: 200px 0 200px 0;
	}

	.hisDes .time .num {
		font-size: 45px;
	}
}

@media screen and (max-width:1333px) {
	.hisDes .swiper-slide .msg {
		transform: translateY(0);
		margin-right: 0;
		margin-left: 40px;
		width: 50%;
	}

	.hisDes .time .num {
		font-size: 34px;
		margin-right: 10px;
	}

	.hisDes .msg p {
		font-size: 16px;
	}

	.hisDes .msg p.tit1 {
		margin-bottom: 14px;
	}

	.hisDes .time .name {
		font-size: 16px;
	}

	.history .title {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.history {
		padding: 150px 0 150px 0;
		margin-top: -80px;
	}

	.history .timeLine .circle {
		width: 20px;
		height: 20px;
	}

	.history .timeLine .circle .box {
		width: 10px;
		height: 10px;
	}

	.history .timeLine .swiper-slide-thumb-active .circle {
		width: 25px;
		height: 25px;
	}

	.history .timeLine .swiper-slide-thumb-active .circle .box {
		width: 12px;
		height: 12px;
	}

	.history .btns {
		top: -28%;
	}

}

@media screen and (max-width:999px) {
	.history {
		padding: 100px 0 100px 0;
		margin-top: -50px;
	}

	.history .title {
		font-size: 26px;
	}

	.history .tit {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.timelineBox {
		margin-bottom: 30px;
	}

	.hisDes .msg p.tit1 {
		margin-bottom: 10px;
	}

	.hisDes .msg p {
		font-size: 14px;
		line-height: 24px;
	}

	.hisDes .time .num {
		font-size: 28px;
	}

	.hisDes .time .name {
		transform: translateY(0);
	}

	.history .timeLine .year {
		font-size: 16px;
	}

}

@media screen and (max-width:768px) {
	.history .title {
		font-size: 24px;
	}

	.history .timeLine .year {
		font-size: 14px;
	}

	.history .btns div {
		font-size: 18px;
	}

	.history .btns {
		top: -25%;
	}

	.hisDes .time {
		flex-direction: column-reverse;
	}

	.hisDes .time .num {
		font-size: 24px;
	}

	.timelineBox {
		margin-bottom: 20px;
	}

	.hisDes .swiper-slide .msg {
		width: 70%;
		margin-left: 20px;
	}

	.history .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.hisDes .msg p {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.history .title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.history .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.history {
		padding: 80px 0 80px 0;
	}

	.history .timeLine .cirBox {
		width: 30px;
		height: 30px;
	}

	.timelineBox::after {
		top: 57%;
	}

	.history .timeLine {
		padding-bottom: 40px;
	}

	.hisDes .time .num {
		font-size: 20px;
	}

	.history .tit {
		margin-bottom: 50px;
	}

	.history .btns {
		top: -45px;
	}

	.history .btns div {
		font-size: 16px;
	}

	.hisDes .msg p.tit1 {
		margin-bottom: 5px;
	}

	.hisDes .msg .box {
		max-height: 106px;
	}


}



















/* ---------------------4-1sutainablity----------------------------- */
.sustain {
	padding: 48px 0 90px 0;
}


.sustain .name {
	font-family: Microsoft YaHei !important;
	font-size: 48px;
	color: #333333;
	margin-bottom: 19px;
}

.sustain .tit {
	font-family: Microsoft YaHei !important;
	font-size: 24px;
	color: #333333;
	margin-bottom: 23.5px;
	hyphens: auto;
	margin-top: 21px;
}



.sustain .txts {
	margin-bottom: 43px;
	position: relative;
}



.sustain .txts {
	margin-bottom: 43px;
	overflow: auto;
	scrollbar-color: #00aff0 rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
	max-height: 205px;
}



.sustain .txts::-webkit-scrollbar {
	width: 4px;
}

.sustain .txts::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}


.sustain .con .item:nth-child(2n-1) .txts::-webkit-scrollbar-thumb {
	background-color: #00aff0;
}

.sustain .con .item:nth-child(2n) .txts::-webkit-scrollbar-thumb {
	background-color: #70b92e;
}



.sustain .txts::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background: #ffffff;
}

.sustain .txts::-webkit-scrollbar-button {
	display: none;
}






.sustain .txts p {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #777777;
	hyphens: auto;
	line-height: 30px;
}




.sustain .num {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	overflow: hidden;
}



.sustain .num p {
	font-family: Microsoft YaHei !important;
	font-size: 88px;
	color: #333333;
	position: relative;
}

.sustain .num p:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background-color: #eeeeee;
	right: 123%;
	width: 1000%;

}

.sustain .con {
	margin: -71px 0 -104px 0;
}


.sustain .item .box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.sustain .item .sMsg {
	width: 43%;
	clip-path: polygon(0% 0%,108% 0% , 108% 100% , 0 100%);
}

.sustain .item .sImage {
	width: 50%;
	overflow: hidden;
	box-shadow: 0px 14px 76px 0px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 217px 0px;
}

.sustain .swiper-pagination {
	position: static;
	width: auto;
}

.sustain .swiper-pagination span {
	display: inline-block;
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	opacity: 1;
	width: auto;
	height: auto;
	background-color: transparent;
	margin: 0 33px !important;
}




.sustain .btns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #eeeeee;
	width: 100%;
	padding: 35px 0px 32px 0px;
}

.sustain .swiper-pagination.swiper-pagination-hidden {
	opacity: 1;
}

.sustain .prev,
.sustain .next {
	cursor: pointer;
	margin: 0 30px;
}



/* arr */
.sustain .item:nth-child(2n-1) .prev:hover,
.sustain .item:nth-child(2n-1) .next:hover {
	color: #00aff0;
}

.sustain .item:nth-child(2n-1) .prev:hover,
.sustain .item:nth-child(2n-1) .next:hover {
	color: #69bb44;
}



/* pagactive */
.sustain .con .item:nth-child(2n-1) span.swiper-pagination-bullet-active {
	color: #69bb44;
}

.sustain .con .item:nth-child(2n) span.swiper-pagination-bullet-active {
	color: #00aff0;
}


/* bg */

.sustain .item {
	padding: 87px 0 131px 0;
}

.sustain .item:nth-child(2n) {
	background-color: #eeeeee;
}

.sustain .item:nth-child(2n) .btns {
	background-color: #ffffff;
}

.sustain .item:nth-child(2n-1) .btns {
	background-color: #eeeeee;
}



@media screen and (max-width:1600px) {
	.sustain .name {
		font-size: 34px;
	}

	.sustain .tit {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 22px;
	}

	.sustain .txts {
		margin-bottom: 30px;
	}

	.sustain .num p {
		font-size: 70px;
	}

	.sustain .btns {
		padding: 20px 0;
	}

	.sustain .swiper-pagination span {
		margin: 0 14px !important;
	}

	.sustain .prev,
	.sustain .next {
		margin: 0 10px;
	}

	.sustain .item {
		padding: 80px 0 80px 0;
	}

	.sustain .con {
		margin-top: -30px;
		margin-bottom: -80px;
	}

	.sustain .item .sImage {
		border-radius: 0 0 190px 0;
	}
}

@media screen and (max-width:1333px) {
	.sustain .name {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.sustain .tit {
		font-size: 20px;
		line-height: 28px;
	}

	.sustain .txts p {
		font-size: 16px;
		line-height: 26px;
	}

	.sustain .txts {
		max-height: 154px;
		margin-bottom: 20px;
	}

	.sustain .num p {
		font-size: 55px;
		line-height: 60px;
	}

	.sustain .item .box {
		align-items: center;
	}

	.sustain .btns {
		padding: 10px 0;
	}

	.sustain .swiper-pagination span {
		font-size: 16px;
	}

	.sustain .item .sImage {
		border-radius: 0 0 137px 0;
	}

	.sustain {
		padding: 40px 0 80px 0;
	}
}

@media screen and (max-width:999px) {
	.sustain .con {
		margin-top: -30px;
		margin-bottom: -20px;
	}

	.sustain {
		padding: 40px 0 40px 0;
	}

	.sustain .item {
		padding: 50px 0 50px 0;
	}

	.sustain .name {
		font-size: 26px;
	}

	.sustain .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.sustain .txts p {
		font-size: 14px;
		line-height: 24px;
	}

	.sustain .num p {
		font-size: 40px;
		line-height: 45px;
	}

	.sustain .btns {
		padding: 5px 0;
	}

	.sustain .swiper-pagination span {
		font-size: 14px;
		margin: 0 10px !important;
	}

	.sustain .item .sImage {
		border-radius: 0 0 114px 0;
	}

	.sustain .txts {
		max-height: 147px;
	}

}

@media screen and (max-width:768px) {
	.sustain .con {
		margin-top: -20px;
		margin-bottom: -20px;
	}

	.sustain {
		padding: 30px 0 30px 0;
	}

	.sustain .item {
		padding: 30px 0 30px 0;
	}

	.sustain .name {
		font-size: 22px;
	}

	.sustain .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.sustain .txts p {
		font-size: 12px;
		line-height: 22px;
	}

	.sustain .num p {
		font-size: 34px;
		line-height: 40px;
	}

	.sustain .swiper-pagination span {
		font-size: 12px;
	}


	.sustain .item .sImage {
		border-radius: 0 0 78px 0;
	}

	.sustain .txts {
		max-height: 88px;
		margin-bottom: 10px;
	}

	.sustain .prev,
	.sustain .next {
		margin: 0;
	}
}

@media screen and (max-width:538px) {
	.sustain .item .box {
		flex-direction: column-reverse;
	}

	.sustain .item .sMsg {
		width: 100%;
	}

	.sustain .item .sImage {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		border-radius: 0 0 90px 0;
		margin-bottom: 20px;
	}

	.sustain .name {
		text-align: center;
		font-size: 20px;
	}

	.sustain .item {
		padding: 20px 0 20px 0;
	}

	.sustain .num p {
		font-size: 28px;
		line-height: 30px;
	}

	.sustain .con {
		margin-bottom: -10px;
	}
}





























/* ---------------------5-1blog----------------------------- */
.blog {
	padding: 48px 0 81px 0;
}

.blog .list {
	margin-top: 35px;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}

.blog .item {
	width: 30.85%;
	margin-right: 3.725%;
	margin-bottom: 63px;
	border-radius: 12px;
	position: relative;
}


.blog .item:hover {
	box-shadow: 0px 0px 13px 0px rgba(4, 78, 105, 0.15);
}

.blog .item:nth-child(3n) {
	margin-right: 0;
}

.blog .item .image {
	background-color: #0065b2;
	border-radius: 12px 12px 0px 0px;
	overflow: hidden;
}

.blog .item .msg {
	padding: 43px 51px 48px 25px;
}


.blog .item .msg .tit {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 20px;
	color: #54545e;
	margin-bottom: 21px;
}

.blog .item .msg .line {
	width: 100%;
	    height: 1px;
    /* background-color: rgba(217, 217, 217, .3); */
    background-color: #d9d9d9;
	margin-bottom: 12px;
}



.blog .item .msg .txt {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	margin-bottom: 34.5px;
}


.blog .item .msg .btn {
	width: 122px;
	height: 36px;
	background-color: #00aff0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #ffffff;
}


.blog .item .msg .btn:hover {
	background-color: #69bb44;
	color: #ffffff !important;
}



.blog .item .time {
	position: absolute;
	top: 24px;
	left: 22px;
}


.blog .item .time .month {
	font-family: Microsoft YaHei !important;
	font-size: 53px;
	line-height: 45px;
	color: #ffffff;
}

.blog .item .time .day {
	font-family: Microsoft YaHei !important;
	font-size: 17px;
	line-height: 20px;
	color: #ffffff;
}

.blog .pager {
	margin-top: -47px;
}


@media screen and (max-width:1600px) {
	.blog {
		padding: 50px 0 60px 0;
	}

	.blog .item .time .month {
		font-size: 38px;
		line-height: 40px;
	}

	.blog .item .msg {
		padding: 20px;
	}

	.blog .item .msg .tit {
		margin-bottom: 16px;
	}

	.blog .item .msg .txt {
		margin-bottom: 20px;
	}

	.blog .pager {
		margin-top: -35px;
	}

}

@media screen and (max-width:1333px) {
	.blog {
		padding: 40px 0 40px 0;
	}

	.blog .item .time {
		left: 10px;
		top: 10px;
	}

	.blog .item .time .month {
		font-size: 26px;
		line-height: 30px;
	}

	.blog .item .time .day {
		font-size: 16px;
		line-height: 26px;
	}

	.blog .item {
		border-radius: 5px;
		margin-bottom: 40px;
	}

	.blog .item .msg {
		padding: 10px;
	}

	.blog .item .msg .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px;
		;
	}

	.blog .item .msg .line {
		margin-bottom: 10px;
	}

	.blog .item .msg .txt {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 14px;
	}

	.blog .item .msg .btn {
		height: 32px;
		width: 120px;
	}

}

@media screen and (max-width:999px) {
	.blog .list {
		margin-top: 0;
	}

	.blog .item .time .month {
		font-size: 22px;
	}

	.blog .item .time .day {
		font-size: 14px;
		line-height: 24px;
	}

	.blog .item .msg .tit,
	.blog .item .msg .txt {
		font-size: 14px;
		line-height: 24px;
	}

	.blog .item .msg .line {
		margin-bottom: 5px;
	}

	.blog .item .msg .txt {
		margin-bottom: 10px;
	}

	.blog .item .msg .btn {
		font-size: 14px;
		height: 30px;
		width: 100px;
	}

	.blog .item {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 30px;
		box-shadow: 0px 0px 13px 0px rgba(4, 78, 105, 0.15);
	}
}

@media screen and (max-width:768px) {
	.blog .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.blog .item:nth-child(2n) {
		margin-right: 0;
	}

	.blog .item .msg .tit,
	.blog .item .msg .txt {
		font-size: 12px;
		line-height: 22px;
	}

	.blog .pager {
		margin-top: -10px;
	}

	.blog .item .time .month {
		font-size: 18px;
		line-height: 28px;
	}

	.blog .item .time .day {
		font-size: 12px;
		line-height: 22px;
	}

	.blog .list {
		margin-bottom: 20px;
	}

	.blog .item .msg .btn {
		font-size: 12px;
	}

	.blog {
		padding: 30px 0 30px 0;
	}



}

@media screen and (max-width:400px) {
	.blog .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}
}


/* ---------------------6-1contact----------------------------- */

.contactUs {
	padding: 50px 0 102px 0;
}


.contactUs .title {
	margin-top: 37px;
	margin-bottom: 32px;
	font-family: Microsoft YaHei !important;
	font-size: 30px;
	line-height: 36px;
	color: #333333;
}

.contactUs .con {
	display: flex;
	justify-content: space-between;
}

.contactUs .con .msg {
	width: 35.37%;
	background-color: #f1f2f3;
	padding: 40px 40px 40px 63px;
}



.contactUs .con .map {
	width: 62.7%;
	background-color: #f1f2f3;
}


.contactUs .con .msg li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}


.contactUs .con .msg li:last-child {
	margin-bottom: 0;
}




.contactUs .con .msg li i {
	color: #69bb44;
	margin-right: 6px;
	flex-shrink: 0;
	line-height: 28px;
	font-size: 20px;
}



.contactUs .con .msg li p,
.contactUs .con .msg li a {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	word-break: break-all;
}

.contactUs .con .msg li a:hover {
	color: #00aff0;
	text-decoration: underline;
}

.contactUs .con .msg li img {
	margin-top: -9px;
	margin-left: 22px;
	width: 144px;
	height: 144px;
	background-color: #ffffff;
}


.contactUs .con .msg li p strong {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	color: #333333;
}


@media screen and (max-width:1600px) {
	.contactUs .con .msg {
		padding: 40px;
	}

	.contactUs {
		padding: 50px 0 80px 0;
	}

	.contactUs .title {
		margin: 30px 0 30px 0;
		font-size: 28px;
	}

}

@media screen and (max-width:1333px) {
	.contactUs .con .msg {
		padding: 20px;
	}

	.contactUs .title {
		margin: 20px 0 20px 0;
		font-size: 26px;
	}

	.contactUs .con .msg li p,
	.contactUs .con .msg li a,
	.contactUs .con .msg li p strong {
		font-size: 16px;
	}

	.contactUs .con .msg li {
		margin-bottom: 15px;
	}

	.contactUs .con .msg li img {
		width: 100px;
		height: 100px;
	}

	.contactUs .con .msg li i {
		font-size: 18px;
	}

	.contactUs {
		padding: 30px 0 50px 0;
	}
}

@media screen and (max-width:999px) {
	.contactUs .title {
		margin-top: 0;
		font-size: 24px;
		margin-bottom: 25px;
	}


	.contactUs {
		padding: 40px 0 40px 0;
	}

	.contactUs .con .msg li p,
	.contactUs .con .msg li a,
	.contactUs .con .msg li p strong {
		font-size: 14px;
		line-height: 24px;
	}


	.contactUs .con .msg li i {
		font-size: 16px;
		line-height: 24px;
	}

	.contactUs .con .msg {
		padding: 10px;
	}

	.contactUs .con .msg li {
		margin-bottom: 12px;
	}

}

@media screen and (max-width:768px) {

	.contactUs .con .msg li p,
	.contactUs .con .msg li a,
	.contactUs .con .msg li p strong {
		font-size: 12px;
		line-height: 22px;
	}

	.contactUs .con .msg li i {
		font-size: 14px;
		line-height: 22px;
	}

	.contactUs .title {
		font-size: 22px;
		line-height: 24px;
	}

	.contactUs .con {
		flex-direction: column;
	}

	.contactUs .con .msg {
		width: 100%;
		margin-bottom: 20px;
	}

	.contactUs .con .map {
		width: 100%;
	}

	.contactUs .con .msg ul {
		display: flex;
		flex-wrap: wrap;
	}

	.contactUs .con .msg ul li {
		width: 49%;
		margin-right: 2%;
	}

	.contactUs .con .msg ul li:nth-child(2n) {
		margin-right: 0;
	}

}

@media screen and (max-width:538px) {
	.contactUs .con .msg ul li {
		width: 100%;
		margin-right: 0%;
	}

	.contactUs .title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 16px;
	}

	.contactUs {
		padding: 30px 0 30px 0;
	}

}






.online {
	padding: 66px 0 64px 0;
	background-color: #f1f2f3;
	position: relative;
}

.online:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f1f2f3;
	top: 100%;
	z-index: -1;
	left: 0;
}



.online .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 20px;
}

.online .txt {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 29px;
}


.online .con {
	display: flex;
	justify-content: space-between;
	 flex-wrap: wrap;
}

.online .con .item {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
}

.online .con .item>div {
	height: 54px;
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
	width: 48.3%;
	margin-right: 3.4%;
	margin-bottom: 23px;
	padding: 0 14px;
}

.online .con .item div.must {
	position: relative;
}

.online .con .item div.must:after {
	content: "*";
	position: absolute;
	font-family: Arial;
	font-size: 20px;
	color: #ff0000;
	top: 21px;
	left: -14px;
}

.online .con .item div.company {
	width: 100%;
	margin-right: 0;
	transform: translateY(-4px);
}


.online .con .item:first-child {
	width: 49.1%;
}

.online .con .item div.message {
	width: 100%;
	height: 131px;
	margin-right: 0;
	padding: 4px 13px;
	margin-bottom: 15px;
}

.online .con .item div.message.must:after {
	top: 7px;
}


.online .con .item div.erCode {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: transparent;
	border: none;
	padding: 0;
}



.online .con .item div.erCode .codeCon {
	display: flex;
	width: 59.3%;
}



.online .con .item div.erCode .codeCon .codeImg {
	flex-shrink: 0;
	margin-left: 4%;
	cursor: pointer;
	border: 1px solid #d2d2d2;
}

.online .con .item div.erCode .codeCon input {
	padding: 0 13px;
	border: 1px solid #d2d2d2;
}


.online .con .item div.erCode .codeCon .codeImg img {
	height: 100%;
	background-color: #f3fbfe;
}

.online .con .item div.erCode .subBtn {
	width: 38.4%;
	background-color: #00aff0;
	font-family: Poppins-Light;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #00aff0;
	cursor: pointer;
}

.online .con .item div.erCode .subBtn:hover {
	background-color: #ffffff;
	color: #00aff0;
}


.online .con .item div:nth-child(2n) {
	margin-right: 0;
}

.online .con .item input,
.online .con .item textarea {
	width: 100%;
	height: 100%;
}

.online input::-webkit-input-placeholder,
.online textarea::-webkit-input-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.online input:-moz-placeholder,
.online textarea:-moz-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.online input::-moz-placeholder,
.online textarea::-moz-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.online input:-ms-input-placeholder .online textarea:-ms-input-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

@media screen and (max-width:1600px) {
	.online {
		padding: 60px 0 60px 0;
	}

	.online .con .item div.company {
		transform: translateY(0);
	}

	.online .con .item div.message {
		margin-bottom: 23px;
	}

	.online .title1 {
		font-size: 28px;
	}

}

@media screen and (max-width:1333px) {
	.online {
		padding: 40px 0 40px 0;
	}

	.online .title1 {
		font-size: 26px;
		line-height: 30px;
	}

	.online .con .item>div {
		height: 45px;
		margin-bottom: 20px;
	}

	.online .con .item>div.message {
		height: 110px;
	}

	.online .con .item div.must:after {
		top: 13px;
		left: -12px;
	}

	.online .txt {
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.online .con .item div.erCode .subBtn {
		width: 30%;
	}

	.online .con .item div.erCode .codeCon {
		width: 67%;
	}

	.online .con .item>div,
	.online .con .item div.erCode .codeCon input {
		padding: 0 10px;
	}

	.online .con .item>div.message {
		padding: 4px 10px;
	}

	.online .txt {
		font-size: 14px;
		line-height: 24px;
	}

	.online {
		padding: 30px 0 30px 0;
	}

	.online .title1 {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.online .title1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.online .txt {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.online {
		padding: 20px 0 20px 0;
	}

	.online .con {
		flex-direction: column;
	}

	.online .con .item:nth-child(n) {
		width: 100%;
	}

	.online .con .item>div {
		margin-bottom: 14px;
	}

	.online .con .item>div.message {
		margin-bottom: 14px;
	}
}



@media screen and (max-width:538px) {
	.online .title1 {
		font-size: 18px;
	}

	.online .con .item div.erCode {
		flex-direction: column;
		height: auto;
	}

	.online .con .item div.erCode .codeCon {
		width: 100%;
	}

	.online .con .item div.erCode .codeCon input {
		height: 40px;
	}

	.online .con .item div.erCode .codeCon .codeImg {
		height: 40px;
	}

	.online .con .item div.erCode .subBtn {
		width: 100%;
		height: 40px;
		margin-top: 10px;
	}

	.online .con .item>div {
		height: 40px;
		margin-bottom: 10px;
	}

	.online .con .item>div.message {
		height: 80px;
		margin-bottom: 10px;
	}

	.online .con .item div.must:after {
		left: -10px;
	}


}





/* ---------------------footer----------------------------- */
footer {
	margin-top: 48px;
	background-image: url("../images/fBg.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 146px 0 65px 0;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
}


footer .footerList .fMsg {
	width: 25%;
	margin-right: 6.4%;
	transform: translateY(8.5%);
}

footer .footerList .fMsg .logo2 {
	width: 196px;
}

footer .footerList .fProducts {
	width: 16%;
	margin-right: 1.45%;
}

footer .footerList .Markets {
	width: 20%;
	margin-right: 5.9%;
}

footer .footerList .fContactUs {
	width: 20%;
}


footer .footerList .fContactUs li {
	display: flex;
	align-items: flex-start;
}

footer .footerList .fContactUs li .name {
	white-space: nowrap;
	margin-right: 5px;
}

footer .footerList .fContactUs .title {
	margin-bottom: 30px;
}



footer .footerList .fContactUs li a {
	word-break: break-all;
}


footer .fContactUs .wxCode {
	margin-top: 18px;
}

footer .fContactUs .wxCode img {
	width: 136px;
	height: 128px;
}


footer .title {
	font-family: Microsoft YaHei !important;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 29px;
}

footer li p,
footer li a {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #999999;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 22px;
}



footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	background-color: #626262;
	border-radius: 3px;
	margin-right: 8.3px;
	margin-bottom: 8px;
	color: #ffffff;
	flex-shrink: 0;
}

footer .blogrolls a:hover {
	background-color: #00aff0;
	color: #ffffff !important;
}

footer ul li {
	margin-bottom: 10px;
}


footer li i {
	margin-right: 10px;
}

footer .line {
	width: 100%;
	height: 1px;
	background-color: #777777;
	margin-top: 52px;
	margin-bottom: 17px;
}

footer .copyright {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: Microsoft YaHei !important;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
}

footer .copyright a,
footer .copyright span {
	font-family: Microsoft YaHei !important;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
}


footer .copyright span {
	margin: 0 5px;
}

footer .copyright .image {
	margin-left: 5px;
}






@media screen and (max-width:1600px) {
	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList .fMsg,
	footer .footerList .fProducts,
	footer .footerList .Markets {
		margin-right: 0;
	}

	footer .footerList .fContactUs {
		width: 26%;
	}

	footer {
		margin-top: 40px;
		padding: 130px 0 60px 0;
	}

	footer .line {
		margin: 30px 0 20px 0;
	}

	footer .footerList .fMsg {
		transform: translateY(0);
	}

}

@media screen and (max-width:1333px) {
	footer .footerList .fMsg .logo2 {
		width: 170px;
	}

	footer .title,
	footer .footerList .fContactUs .title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	footer {
		margin-top: 20px;
		padding: 100px 0 40px 0;
	}

	footer .blogrolls a {
		width: 30px;
		height: 30px;
	}

}

@media screen and (max-width:999px) {

	footer .footerList .fProducts,
	footer .footerList .Markets,
	footer .footerList .fContactUs,
	footer .footerList .fMsg .logo2 {
		display: none;
	}

	footer .footerList .fMsg {
		width: 100%;
	}

	footer .blogrolls {
		margin-top: 0;
		justify-content: center;
	}

	footer .blogrolls a {
		margin-bottom: 0;
	}

	footer {
		padding: 50px 0 70px 0;
	}

	footer .line {
		margin: 10px 0 10px 0;
	}

	footer .copyright {
		justify-content: center;
		text-align: center;
	}
}

@media screen and (max-width:768px) {

	footer .copyright,
	footer .copyright a,
	footer .copyright span {
		font-size: 12px;
		line-height: 22px;
	}

	footer {
		padding: 40px 0 60px 0;
		margin-top: 0;
	}

	footer .blogrolls a {
		font-size: 14px;
		width: 28px;
		height: 28px;
	}

	footer ul li {
		margin-bottom: 5px;
	}

}




















/* banner2 */

.banner2 .name {
	font-family: Microsoft YaHei !important;
	font-size: 54px;
	line-height: 20px;
	position: absolute;
	color: #ffffff;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
	top: 51.4%;
	padding: 0 20px;
}

@media screen and (max-width:1600px) {
	.banner2 .name {
		font-size: 42px;
	}

}

@media screen and (max-width:1333px) {
	.banner2 .name {
		font-size: 32px;
	}
}

@media screen and (max-width:999px) {
	.banner2 {
		display: none;
	}
}


/* banner3 */
.banner3 {
	overflow: hidden;
	position: relative;
}

.banner3 video {
	width: 100%;
}

.banner3 .image {
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 9;
	width: 100%;
}


@media screen and (max-width:999px) {
	.banner3 {
		display: none;
	}
}

/* crumb */
.crumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.crumb a,
.crumb i {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 24px;
	color: #333333;
}

.crumb a {
	cursor: pointer;
}

.crumb a.active {
	color: #333333;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}

.crumb a:hover {
	color: #00aff0;
}

@media screen and (max-width:1333px) {

	.crumb a,
	.crumb i {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.crumb {
		display: none;
	}
}

/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 30px;
	height: 30px;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #666666;
	margin: 3px 3px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eeeeee;
}



.pager .pageList a.active,
.pager .pageList a:hover {
	border-color: #69bb44;
	background-color: #69bb44;
	color: #ffffff !important;
}

.pager .pageList .iconfont {
	font-size: 20px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}

@media screen and (max-width:999px) {
	.pager .pageList a {
		font-size: 14px;
	}

	.pager .pageList .iconfont {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.pager .pageList a {
		font-size: 12px;
	}

	.pager .pageList .iconfont {
		font-size: 14px;
	}
}


/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}


/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.lianxi div a,
.lianxi div div {
	display: block;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	background-color: #000000;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 2px;
	margin-right: 3px;
	border-radius: 5px;
}

.lianxi .top a {
	width: 52px;
	height: 52px;
	background-color: #000000;
	line-height: 52px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #00aff0;
	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:1333px){
 	.lianxi div a,
 	.lianxi div div {
 		width: 42px;
 		height: 42px;
 		line-height: 42px;
 		font-size: 16px;
 	}
 	
 	.lianxi .top a {
 		width: 42px;
 		height: 42px;
 		line-height: 42px;
 	}	
	.lianxi .top a  i{
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		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: 25%;
		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: block;
	}

	.lianxi .weChat img {
		top: 0%;
		right: auto;
		left: 0;
		transform: translateY(100%);
		display: block;
		z-index: -1;
	}

	.lianxi .weChat img.active {
		transform: translateY(-100%) ;
	}

	.lianxi .top i {
		border-color: #fff;
	}
}



@font-face {
	font-family: 'Poppins';
	src: url('../fonts/PoppinsBold.eot');
	src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsBold.woff2') format('woff2'),
		url('../fonts/PoppinsBold.woff') format('woff'),
		url('../fonts/PoppinsBold.ttf') format('truetype'),
		url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}


@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff2') format('woff2'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}


@font-face {
	font-family: 'Poppins-Medium';
	src: url('../fonts/POPPINSMEDIUM.eot');
	src: url('../fonts/POPPINSMEDIUM.eot') format('embedded-opentype'),
		url('../fonts/POPPINSMEDIUM.woff2') format('woff2'),
		url('../fonts/POPPINSMEDIUM.woff') format('woff'),
		url('../fonts/POPPINSMEDIUM.ttf') format('truetype'),
		url('../fonts/POPPINSMEDIUM.svg#POPPINSMEDIUM') format('svg');
}

@font-face {
	font-family: 'Poppins-Light';
	src: url('../fonts/PoppinsLight.eot');
	src: url('../fonts/PoppinsLight.eot') format('embedded-opentype'),
		url('../fonts/PoppinsLight.woff2') format('woff2'),
		url('../fonts/PoppinsLight.woff') format('woff'),
		url('../fonts/PoppinsLight.ttf') format('truetype'),
		url('../fonts/PoppinsLight.svg#PoppinsLight') format('svg');
}


@font-face {
	font-family: "iconfont";
	/* Project id 4207786 */
	src: url('../fonts/iconfont.woff2?t=1692500764022') format('woff2'),
		url('../fonts/iconfont.woff?t=1692500764022') format('woff'),
		url('../fonts/iconfont.ttf?t=1692500764022') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-xiaojiantou-copy-copy:before {
	content: "\eca2";
}

.icon-xiaojiantou-copy:before {
	content: "\eca3";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-weixin1:before {
	content: "\e733";
}

.icon-weixin2:before {
	content: "\e82c";
}

.icon-weixin3:before {
	content: "\e8bb";
}

.icon-24gl-tags2:before {
	content: "\e87c";
}

.icon-home_fill_light:before {
	content: "\e7d8";
}

.icon-guanbi:before {
	content: "\eca0";
}

.icon-xiangxia:before {
	content: "\e601";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-arrow-left:before {
	content: "\ea65";
}

.icon-arrow-right:before {
	content: "\ea66";
}

.icon-sanjiao:before {
	content: "\e65a";
}

.icon-sanjiao_xia:before {
	content: "\e631";
}

.icon-sanjiaoxia:before {
	content: "\e644";
}

.icon-shipin:before {
	content: "\e619";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-twitter-new2:before {
	content: "\e800";
}

.icon-cloud-download:before {
	content: "\e7d9";
}

.icon-fankuifaqs:before {
	content: "\e7c0";
}

.icon-shijieditu:before {
	content: "\e628";
}

.icon-weixinmendian:before {
	content: "\e667";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-line-line:before {
	content: "\e765";
}

.icon-daohang:before {
	content: "\e641";
}

.icon-message2:before {
	content: "\e679";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleleft:before {
	content: "\e7ee";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-tel2:before {
	content: "\e642";
}

.icon-zhiding1:before {
	content: "\e62a";
}

.icon-line:before {
	content: "\e63f";
}

.icon-jiantou_qiehuanxiangxia:before {
	content: "\eb04";
}

.icon-facebook-:before {
	content: "\e68b";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-weizhi:before {
	content: "\e618";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-message1:before {
	content: "\e609";
}

.icon-below-s:before {
	content: "\e627";
}

.icon-message--fill:before {
	content: "\e683";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-call-add:before {
	content: "\e63e";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-Rrl_s_145:before {
	content: "\e613";
}

.icon-email2:before {
	content: "\e856";
}

.icon-zhiding:before {
	content: "\e60b";
}

.icon-yanjingshouqiyuanhu-xianxingtubiao-01:before {
	content: "\e6a1";
}

.icon-home:before {
	content: "\e624";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-download:before {
	content: "\e7a0";
}

.icon-download1:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-youbian:before {
	content: "\e60f";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-top2:before {
	content: "\e637";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}


.lanactive{
	background-color: #00aff0 !important;
}


.con a{
	    display: inline-block;
}

@media screen and (max-width:999px) {
	.online:after {
	    height: calc(100% + 100px);
	    top: 0;
	}
}

.m-vid{
	cursor: pointer;
	position: relative;
}

.m-play{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 22%;
	
	pointer-events: none;
}

.product .list .con .more a em{
	font-size: 12px;
	font-style: normal;
	transform: translateY(-6px);
	display: inline-block;
} 
@media screen and (max-width:1333px){
 	.product .list .con .more a em{
 		font-size: 10px;
 	} 	
}
@media screen and (max-width:999px){
 	.product .list .con .more a em{
 		font-size: 8px;
 	} 	
}
@media screen and (max-width:768px){
	.product .list .con .more a em{
		font-size: 6px;
	} 	 
}

.productDet h1 em {
	font-size: 16px;
	font-style: normal;
	transform: translateY(-18px);
	display: inline-block;
}



@media screen and (max-width:1333px) {
	.productDet h1 em {
		font-size: 14px;
		transform: translateY(-15px);
	}
}

@media screen and (max-width:768px) {
	.productDet h1 em {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.productDet h1 em {
		transform: translateY(-10px);
	}

}



.marketDet .con img,
.showDes img{
    display: inline-block;
}


.marketDet .con a,
.showDes a{
    display: inline;
    color:#00aff0 ;
    
}
.marketDet .con a:hover,
.showDes a{
   	text-decoration: underline;
}

.numList .item,
.iAboutUs .list .item{
	margin-bottom: 30px;
}
.numList,
.iAboutUs .list{
	justify-content: center;
}
.numList .item:nth-child(6),
.iAboutUs .list .item:nth-child(6){
	margin-right: 0;
}

@media screen and (max-width:1333px){
 	.numList .item,
	.iAboutUs .list .item{
 		margin-bottom: 20px;
 	}	
}
@media screen and (max-width:999px){
 	.numList .item,
	.iAboutUs .list .item{
 		margin-bottom: 20px;
 	}	
}
@media screen and (max-width:768px){
 	.numList .item,
	.iAboutUs .list .item{
 		margin-bottom: 10px;
 	}	
}


@media screen and (max-width:538px){
 	.product .list .con{
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* 2024.3.11 */

.contactUs .con {
	flex-wrap: wrap;
}

.contactUs .con .map {
	width: 100%;
}

.newConList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}


.newConList ul {
	width: 24.45%;
	margin-right: 0.7333%;
	background-color: #f1f2f3;
	border-radius: 10px;
	padding: 32px 20px 20px 50px;
}

.newConList ul:last-child {
	margin-right: 0;
}

.newConList ul .tit {
	font-family: Microsoft YaHei !important;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 4px;
}

.newConList ul li {
	display: flex;
	align-items: flex-start;
}

.newConList ul li:last-child {
	margin-bottom: 0;
}

.newConList ul li i {
	flex-shrink: 0;
	margin-right: 13px;
	line-height: 26px;
	color: #69bb44;
}

.newConList ul li p,
.newConList ul li a {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #777777;
}


.newConList ul li a:hover {
	color: #69bb44;
	text-decoration: underline;
}

.newConList .erCode {
	width: 124px;
	height: 124px;
	background-color: #ffffff;
	margin-top: 3px;
}

.newConList .email {
	word-break: break-all;
}

.newConList .iconImg {
	flex-shrink: 0;
	width: 13px;
	margin-right: 15px;
}

@media screen and (max-width:1600px) {
	.newConList ul {
		padding: 30px;
	}

	.newConList ul .tit {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.newConList ul li {
		margin-bottom: 5px;
	}
	.newConList .erCode{
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {

	.newConList ul li p,
	.newConList ul li a {
		font-size: 14px;
		line-height: 24px;
	}

	.newConList ul li {
		margin-bottom: 10px;
	}

	.newConList ul .tit {
		margin-bottom: 0;
	}

	.newConList ul {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
		border-radius: 6px;
	}

	.newConList ul:nth-child(2n) {
		margin-right: 0;
	}
	.newConList ul{
		padding: 20px;
	}
	.newConList ul .tit{
		font-size: 16px;
		line-height: 26px;
	}
}


@media screen and (max-width:999px) {
	.newConList ul{
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.newConList ul li p, .newConList ul li a{
		font-size: 12px;
		line-height: 22px;
	}
	.newConList ul li i{
		line-height: 22px;
	}
	.newConList .erCode{
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width:538px) {
	.newConList ul:nth-child(n){
		width: 100%;
		margin-right: 0;
	}
}



/* 2024.3.19 */
/* productSearch */
.searchProduct .searchList .item .con .more{
	width: 100%;
}

.searchProduct .searchList .item .con .more a:nth-child(n){
	width: 21.25%;
	margin-right: 2%;
}


.searchProduct .searchList .item .con .more a:nth-child(4n){
	margin-right: 0;
}

@media screen and (max-width:999px){
	.searchProduct .searchList{
		margin: 30px 0 50px 0;
	}
 	.searchProduct .searchList .item .con .more a:nth-child(n){
 		width: 32%;
 		margin-right: 2%;
 	}
 	
 	
 	.searchProduct .searchList .item .con .more a:nth-child(3n){
 		margin-right: 0;
 	}	
}
@media screen and (max-width:538px){
	.searchProduct .searchList{
		margin: 20px 0 30px 0;
	}
 	.searchProduct .searchList .item .con .more a:nth-child(n){
 		width: 49%;
 		margin-right: 2%;
 	}
 	
 	
 	.searchProduct .searchList .item .con .more a:nth-child(2n){
 		margin-right: 0;
 	}	
	.searchProduct .searchList .item .con{
		max-width: none;
	}
}




/* company */
@media screen and (max-width:538px){
 	.aptitude .list .item:nth-child(n){
		width: 25%;
		margin-right: 12.5%;
	}	
	.aptitude .list .item:nth-child(3n){
		margin-right: 0;
	}
	.aptitude .list .item .image{
		padding: 10px ;
		margin-bottom: 0;
	}
}


/* map */
.contactUs .con .map iframe{
	width: 100%;
	/*height: 100%;*/
}


.sustain .tit{
	transition: none;
}