/*common start*/
.scroll::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.scroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	/*box-shadow:inset 0 0 2px #000;*/
	background: var(--primary-color);
}

.scroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/*box-shadow:inset 0 0 2px #999;*/
	border-radius: 10px;
	background: #eee;
}

:root {
	--primary-color: #1670eb;
	--secondary-color: #1670eb;
	--third-color: #25a4bb;
	--black000: #000;
	--black333: #333;
	--black666: #666;
	--black999: #999;
	--grayeee: #eee;
	--grayccc: #ccc;
	--grayaaa: #aaa;
	--grayf5: #f5f5f5;
	--white: #fff;
	--red: #f00;
	--black-opacity99: rgba(0, 0, 0, .99);
	--black-opacity90: rgba(0, 0, 0, .9);
	--black-opacity70: rgba(0, 0, 0, .7);
	--black-opacity50: rgba(0, 0, 0, .5);
	--black-opacity10: rgba(0, 0, 0, .1);
	--black-gradation90: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
	--white-opacity99: rgba(255, 255, 255, .99);
	--white-opacity90: rgba(255, 255, 255, .9);
	--white-opacity90: rgba(255, 255, 255, .7);
	--white-opacity50: rgba(255, 255, 255, .5);
	--white-opacity10: rgba(255, 255, 255, .1);
	--white-gradation90: linear-gradient(180deg, transparent, rgba(255, 255, 255, .9));
}

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
}

img {
	vertical-align: top;
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 12px;
	/* font-family: 'SourceHanSansCN';*/
	font-family: Arial, 'Microsoft YaHei';
	color: #333;
	overflow-x: hidden;
	min-height: 101vh;
}

a {
	color: #666;
}

a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

p {
	line-height: 1.5em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper1 {
	width: 80%;
	padding: 0 10%;
	margin: 0 auto;
	min-width: 100px;
}

.wapper2 {
	width: 86.9754%;
	padding: 0 6.5123%;
	margin: 0 auto;
}

.wapper3 {
	width: 70%;
	margin: 0 auto;
}

input,
textarea,
select {
	outline: none;
	/* font-family: 'SourceHanSansCN';*/
	font-family: Arial, 'Microsoft YaHei';
	font-size: 14px;
	border-radius: 8px;
}

input,
input:link,
input:visited,
input:hover,
input:active,
input:focus {
	outline: none;
}

img {
	object-fit: cover;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.xiangqing img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

@media(max-width:999px) {
	p {
		padding: 0;
	}

	.wapper1 {
		width: calc(100% - 40px);
		min-width: 0;
		padding: 0 20px;
		margin: 0;
	}

	.wapper2 {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.wapper3 {
		width: 90%;
	}

	:root {
		--font48: 28px;
		--font36: 24px;
		--font32: 22px;
		--font24: 20px;
		--font20: 18px;
		--font18: 16px;
		--font16: 14px;
		--font14: 12px;
	}
}

/*common end*/


.html {
	opacity: 1;
	visibility: visible;
	transition: all 2s ease;
}

.html.onload {
	opacity: 0;
	visibility: hidden;
}

.loading_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	transition: all .5s ease;
}

.loading_box.removeload {
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

.loading_close1 {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.loadingbg {
	width: 90%;
	max-width: 750px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.loading {
	text-align: center;
}

.loading_logo {
	width: 200px;
	height: 200px;
	position: relative;
	margin: 0 auto;
}

.loading_logo img {
	max-width: 50%;
	max-height: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.loading_logo:before {}

.loading_txt {
	font-size: 20px;
	line-height: 30px;
	margin-top: 55px;
	color: var(--primary-color);
}

.loadEffect {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.loadEffect div {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-animation: load 2s linear infinite;
}

.loadEffect div span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--primary-color);
	position: absolute;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
	}

	10% {
		-webkit-transform: rotate(45deg);
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(160deg);
	}

	62% {
		opacity: 0;
	}

	65% {
		opacity: 0;
		-webkit-transform: rotate(200deg);
	}

	90% {
		-webkit-transform: rotate(340deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}

}

.loadEffect div:nth-child(1) {
	-webkit-animation-delay: 0.2s;
}

.loadEffect div:nth-child(2) {
	-webkit-animation-delay: 0.4s;
}

.loadEffect div:nth-child(3) {
	-webkit-animation-delay: 0.6s;
}

.loadEffect div:nth-child(4) {
	-webkit-animation-delay: 0.8s;
}

@media(max-width:999px) {
	.loading_txt {
		font-size: 16px;
		line-height: 26px;
		margin-top: 35px;
	}
}


/*首页全屏*/
.index_swiper {
	position: relative;
}

.index_swiper>.swiper-container {
	height: 100vh;
}

.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide {
	height: 100vh;
}

.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:last-child {
	/* height:auto !important;*/
}

.index_swiper>.swiper-pagination {
	position: absolute;
	left: 3.12vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet {
	display: block;
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
	font-size: 14px;
	line-height: 34px;
	color: rgba(255, 255, 255, .7);
	padding-left: 1.56vw;
	position: relative;
	opacity: 1;
	outline: none;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #fff;
	opacity: 1;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background: #fff;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	width: 3.12vw;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-100%, -50%);
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	background: #fff;
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet {
	color: #666;
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: var(--primary-color);
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet:before {
	border-color: #D6D6D6;
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	border-color: var(--primary-color);
	background: var(--primary-color);
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	background: var(--primary-color);
}

@media(max-width:999px) {
	.index_swiper>.swiper-container {
		height: auto;
	}

	.index_swiper>.swiper-container>.swiper-wrapper {
		display: block;
	}

	.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide {
		height: auto;
	}
}



.m11_headbg {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: fixed;
	z-index: 55;
	left: 0;
	top: 0;
}

.m11_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.m11_head .logo {
	width: 14%;
	position: relative;
}

.m11_head .logo img {
	display: block;
	max-width: 100%;
	max-height: 90%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}

.m11_head .rt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.h_search_btn {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/top_search_btn2.png) center no-repeat;
	margin-left: 1.3vw;
}

.h_search_btn.active {
	background-image: url(../images/chahao2.png);
}

.h_search_box {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	display: none;
}

.h_search_close1 {}

.h_searchbg {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.h_search_close2 {}

.h_search {
	padding: 40px 0;
}

.h_search form {
	height: 60px;
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
}

.h_search form #search_keywords2 {
	float: left;
	border: none;
	background: none;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	width: calc(100% - 80px);
}

.h_search form #search2 {
	float: right;
	border: none;
	background: var(--primary-color) url(../images/ico_search1.png) center no-repeat;
	background-size: 50% auto;
	height: 60px;
	width: 60px;
	cursor: pointer;
	transition: all .3s ease;
	font-size: 0;
	color: transparent;
}

.h_search form #search2:hover {
	background-color: var(--secondary-color);
}

/*menu*/
.m11_head .menu {
	height: 61px;
	line-height: 61px;
}

.m11_head .menu>ul {}

.m11_head .menu>ul>li {
	float: left;
	position: relative;
	padding: 0 1.3vw;
}

.m11_head .menu>ul>li>a {
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}

.m11_head .menu>ul>li>a:hover,
.m11_head .menu>ul>li:hover>a,
.m11_head .menu>ul>li.hover>a {
	color: var(--primary-color);
	font-weight: normal;
}

.m11_head .menu>ul>li>ul {
	width: fit-content;
	min-width: 160px;
	background: rgba(31, 135, 232, 1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 4px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 5;
	display: none;
}

.m11_head .menu>ul>li>ul li {
	position: relative;
}

.m11_head .menu>ul>li>ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 5px;
	line-height: 1.5em;
	text-align: center;
	white-space: nowrap;
}

.m11_head .menu>ul>li>ul li a:hover,
.m11_head .menu>ul>li>ul li:hover>a {
	color: rgba(153, 153, 153, 1);
	background: #fff;
}

.m11_head .menu>ul>li>ul li ul {
	width: 100%;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: calc(100%);
	padding-left: 8px;
	display: none;
}

.m11_head .menu>ul>li>ul li ul>li {
	background: rgba(31, 135, 232, 1);
	box-shadow:
		-8px 0 6px -6px rgba(0, 0, 0, 0.1),
		8px 0 6px -6px rgba(0, 0, 0, 0.1);
}

.m11_head .menu>ul>li>ul>li>ul>li:nth-child(1) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow:
		-8px -4px 8px -4px rgba(0, 0, 0, 0.08),
		8px -4px 8px -4px rgba(0, 0, 0, 0.08),
		0 -3px 6px -3px rgba(0, 0, 0, 0.1);
}

.m11_head .menu>ul>li>ul>li>ul>li:nth-last-child(1) {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow:
		-6px 6px 12px -6px rgba(0, 0, 0, 0.12),
		6px 6px 12px -6px rgba(0, 0, 0, 0.12),
		0 4px 8px -4px rgba(0, 0, 0, 0.08);
}

.m11_head .menu>ul>li>ul li:hover>ul {
	display: block;
}

.m11_head_height {
	height: 113px;
}

@media(max-width:1299px) {
	.m11_head .menu>ul>li {
		padding: 0 var(--20px);
	}

	.m11_head .menu>ul>li>a {
		font-size: 15px;
	}
}

@media(max-width:999px) {
	.m11_head_height {
		height: 59px;
	}

	.m11_headbg {}

	.m11_head {
		align-items: center;
		flex-direction: row-reverse;
	}

	.m11_head .logo {
		width: 50%;
	}

	.h_search {
		padding: 20px 0;
	}

	.h_search form {
		height: 40px;
	}

	.h_search form #search_keywords2 {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		width: calc(100% - 60px);
	}

	.h_search form #search2 {
		height: 40px;
		width: 40px;
	}

	.m11_head .menu {
		display: none;
	}
}

/*nav*/
.m11_head .nav_open {
	width: 24px;
	height: 18px;
	cursor: pointer;
	display: none;
	position: relative;
	/* margin-left: 15px; */
}

.m11_head .nav_open i,
.m11_head .nav_open:before,
.m11_head .nav_open:after {
	width: 24px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	transition: all .3s ease;
}

.m11_head .nav_open i {
	top: 50%;
	transform: translate(0, -50%);
}

.m11_head .nav_open:before {
	content: "";
	top: 0;
}

.m11_head .nav_open:after {
	content: "";
	bottom: 0;
}

.m11_head .nav_open.active i {
	opacity: 0;
	visibility: hidden;
}

.m11_head .nav_open.active:before {
	transform: translateY(8px) rotate(45deg);
}

.m11_head .nav_open.active:after {
	transform: translateY(-8px) rotate(-45deg);
}

.m11_head .nav_box {
	width: 100%;
	height: calc(100% - 60px);
	border-top: 1px solid #ededed;
	position: fixed;
	left: 0;
	top: 59px;
	display: none;
}

.m11_head .nav_close1 {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
}

.m11_head .navbg {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

.m11_head .nav {
	position: relative;
}

.m11_head .nav_close2 {
	display: none;
}

.m11_head .nav_list {
	max-height: calc(100vh - 60px);
	overflow-y: auto;
}

.m11_head .nav_list ul {}

.m11_head .nav_list ul li {
	padding: 5px 5%;
}

.m11_head .nav_list>ul>li {
	border-bottom: 1px solid #ededed;
	padding: 10px 5%;
}

.m11_head .nav_list ul li span {
	display: block;
	position: relative;
}

.m11_head .nav_list ul li span a {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	position: relative;
	z-index: 2;
}

.m11_head .nav_list>ul>li>span a {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

.m11_head .nav_list ul li span i {
	width: 100%;
	height: 100%;
	background: url(../images/ico_down1.png) right center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.m11_head .nav_list ul li ul {
	padding: 5px 0 0 0;
	display: none;
}

.m11_head .nav_list ul li.active>span>i {
	background-image: url(../images/ico_up1.png);
}

@media(max-width:999px) {
	.m11_head .nav_open {
		display: block;
	}
}


/*banner*/
.banner {
	position: relative;
	overflow: hidden;
}

.banner .swiper-container {}

.banner .swiper-slide {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.banner .swiper-slide.swiper-slide-active {
	z-index: 2;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	background: #f9f9f9;
}

.banner .swiper-slide .txtbg {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner .swiper-slide .txt {
	color: #fff;
	text-align: center;
}

.banner .swiper-slide .txt .h2 {
	font-size: 3.12vw;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 1.04vw;
}

.banner .swiper-slide .txt .h3 {
	font-size: 2.08vw;
	line-height: 1.4em;
}

.banner .swiper-pagination {
	height: 10px;
	bottom: 20px;
}

.banner .swiper-pagination span {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 8px;
	background: #fff;
	opacity: 1;
	transition: all .3s ease;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
	width: 20px;
	background: #fff;
	opacity: 1;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-color: rgba(0, 0, 0, .5);
	background-size: 15px 30px;
	opacity: 0;
	transition: all .3s ease;
	border-radius: 8px;
}

.banner .swiper-button-prev {
	left: 5%;
	transform: translateX(-100%);
}

.banner .swiper-button-next {
	right: 5%;
	transform: translateX(100%);
}

.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
	opacity: .7;
	transform: translateX(0) !important;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	opacity: 1;
}

@media(max-width:999px) {
	.banner .swiper-slide img {}

	.banner .swiper-slide .txtbg {
		width: 90%;
	}

	.banner .swiper-slide .txt .h2 {
		font-size: 24px;
		line-height: 1.2em;
		margin-bottom: 5px;
	}

	.banner .swiper-slide .txt .h3 {
		font-size: 14px;
		line-height: 1.4em;
	}

	.banner .swiper-pagination {
		bottom: 10px;
	}

	.banner .swiper-button-prev,
	.banner .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
}

.go_top {
	width: 50px;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .5) url(../images/ico_backtop.png) center no-repeat;
	position: fixed;
	z-index: 44;
	bottom: 10px;
	right: 10px;
	font-size: 0;
}

.go_top:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.go_top i {}

@media(max-width:999px) {
	.go_top {
		display: none;
	}
}


/*客服*/
.m1_side_kefu_box {
	width: 70px;
	position: fixed;
	z-index: 44;
	right: 10px;
	bottom: 50px;
	display: none;
}

.m1_side_kefu {
	width: 70px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	border-radius: 8px;
	position: relative;
	right: 0;
	transition: all .5s ease;
}

.m1_side_kefu.active {
	right: -80px;
}

.m1_side_kefu ul li {
	position: relative;
	padding: 0 10px;
}

.m1_side_kefu ul li>a {
	display: block;
	padding: 10px 0;
	position: relative;
	z-index: 2;
	border-top: 1px solid #f5f5f5;
	color: #999;
}

.m1_side_kefu ul li:nth-child(1)>a {
	border: none;
}

.m1_side_kefu ul li .ico {
	height: 28px;
	position: relative;
}

.m1_side_kefu ul li .ico img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m1_side_kefu ul li .ico .img2 {
	display: none;
}

.m1_side_kefu ul li:hover .ico .img1 {
	display: none;
}

.m1_side_kefu ul li:hover .ico .img2 {
	display: block;
}

.m1_side_kefu ul li .h2 {
	font-size: 12px;
	line-height: 1em;
	margin-top: 10px;
	text-align: center;
}

.m1_side_kefu ul li:hover .h2 {
	color: var(--primary-color);
}

.m1_side_kefu ul li .boxbg {
	width: fit-content;
	padding: 0 10px 0 0;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}

.m1_side_kefu ul li:hover .boxbg {
	transform: translate(0, -50%);
	opacity: 1;
	visibility: visible;
}

.m1_side_kefu ul li .box {
	width: fit-content;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 4px;
}

.m1_side_kefu ul li .box:before {
	content: "";
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
}

.m1_side_kefu ul li .box .h3 {
	white-space: nowrap;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	min-width: 150px;
}

.m1_side_kefu ul li .box .h3 img {
	vertical-align: top;
	height: 30px;
	width: 28px;
	object-fit: contain;
	margin-right: 5px;
}

.m1_side_kefu ul li .box .ewm {
	text-align: center;
}

.m1_side_kefu ul li .box .ewm .h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.m1_side_kefu ul li .box .ewm img {
	display: block;
	margin: 0 auto;
	width: 124px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.m1_side_kefu_btn {
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 100%;
	background: #fff;
	color: #999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: absolute;
	z-index: 66;
	bottom: -38px;
	right: 21px;
	cursor: pointer;
	transition: all .3s ease;
}

.m1_side_kefu_btn.active {
	transform: rotate(45deg);
}

.m1_side_kefu_btn i {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/ico_btn1.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.m1_side_kefu_btn.active {}

.m1_side_kefu_btn i.m1_side_kefu_open {
	display: none;
}

.m1_side_kefu_btn i.m1_side_kefu_close {}

.m1_side_kefu_btn.active i.m1_side_kefu_open {
	display: block;
}

.m1_side_kefu_btn.active i.m1_side_kefu_close {
	display: none;
}

@media(max-width:999px) {
	.m1_fheight {
		height: 70px;
	}

	.m1_side_kefu_box {
		width: 100%;
		right: 0;
		top: auto;
		bottom: 0;
		transform: translateY(0);
		display: block;
	}

	.m1_side_kefu {
		width: 100%;
		border-radius: 0;
	}

	.m1_side_kefu.active {
		right: 0 !important;
	}

	.m1_side_kefu ul li {
		margin-bottom: 0;
		float: left;
		width: 25%;
		padding: 0;
	}

	.m1_side_kefu ul li>a {
		border: none;
		border-left: 1px solid #f5f5f5;
	}

	.m1_side_kefu ul li .h2 {
		font-size: 12px;
		line-height: 1em;
		margin-top: 8px;
	}

	.m1_side_kefu ul li.gotop {
		display: block !important;
	}

	.m1_side_kefu ul li .boxbg {
		padding: 0 0 10px 0;
		top: auto;
		bottom: 100%;
		right: auto;
		left: 50%;
		transform: translate(-50%, -20%) !important;
	}

	.m1_side_kefu ul li:hover .boxbg {
		transform: translate(-50%, 0) !important;
	}

	.m1_side_kefu ul li .box:before {
		border: 5px solid transparent;
		border-top: 5px solid #fff;
		position: absolute;
		top: auto;
		bottom: 0;
		margin-top: 0;
		margin-left: -5px;
		right: auto;
		left: 50%;
	}

	.m1_side_kefu ul li .box1 {
		display: none !important;
	}

	.m1_side_kefu_btn {
		display: none;
	}
}

/*客服2*/
.m1_side_kefu2_box {
	width: 40px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 44;
}

.m1_side_kefu2 {}

.m1_side_kefu2 ul li {
	width: 40px;
	margin: 1px 0;
	position: relative;
}

.m1_side_kefu2 ul li>a {
	display: block;
	text-align: center;
	background: var(--primary-color);
	color: #fff;
	opacity: .9;
}

.m1_side_kefu2 ul li>a:hover,
.m1_side_kefu2 ul li:hover>a {
	background: var(--primary-color);
	color: #fff;
	opacity: .9;
}

.m1_side_kefu2 ul li .ico {
	line-height: 40px;
	font-size: 20px;
}

.m1_side_kefu2 ul li .ico i {}

.m1_side_kefu2 ul li .boxbg {
	background: var(--primary-color);
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(-10%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.m1_side_kefu2 ul li:hover .boxbg {
	transform: translate(0, -50%);
	opacity: .9;
	visibility: visible;
}

.m1_side_kefu2 ul li .box1 {}

.m1_side_kefu2 ul li .box1 .h3 {
	white-space: nowrap;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	min-width: 150px;
}

.m1_side_kefu2 ul li .box1 .h3 i {
	margin-right: 5px;
}

.m1_side_kefu2 ul li .box2 {
	padding: 5px 10px 10px 10px;
}

.m1_side_kefu2 ul li .box2 .h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.m1_side_kefu2 ul li .box2 img {
	display: block;
	width: 124px;
}

@media(max-width:999px) {
	.m1_side_kefu2_box {
		width: 30px;
		display: none;
	}

	.m1_side_kefu2 ul li {
		width: 30px;
	}

	.m1_side_kefu2 ul li .ico {
		line-height: 30px;
		font-size: 12px;
	}
}


.inbanner_box {
	position: relative;
}

.inbanner img {
	display: block;
	width: 100%;
	/*aspect-ratio: 16 / 4;*/
	background: #f9f9f9;
}

.inbarbg {
	border-bottom: 1px solid #e7e7e7;
}

.inbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.weizhi {
	font-size: 14px;
	line-height: 60px;
}

.inner_menu {
	font-size: 16px;
}

.inner_menu ul {
	line-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inner_menu ul li {
	margin-left: 1px;
}

.inner_menu ul li a {
	display: block;
	padding: 0 2.08vw;
	border-radius: 4px;
	font-size: 16px;
}

.inner_menu ul li.hover a,
.inner_menu ul li a:hover {
	/* background: var(--primary-color);
	color: #fff; */
}

.inner_menu ul li ul {
	display: none;
}

.inbar .goback {}

.inbar .goback a {
	color: #999;
	font-size: 20px;
}

.inbar .goback a:hover {
	color: #333;
}

@media(max-width:999px) {
	.inbanner img {
		width: 100%;
		min-height: 0;
	}

	.inbar {}

	.weizhi {
		font-size: 12px;
		line-height: 40px;
	}

	.inner_menu {
		width: 100%;
	}

	.inner_menu ul {
		flex-wrap: wrap;
		display: flex;
		width: 100%;
		line-height: 50px;
		justify-content: left;
	}
}

.m11_insidebg {
	padding: 40px 0;
	min-height: 40vh;
}

.m11_inside {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.m11_inside .content {
	width: 100%;
}

.m11_inside_lt {
	width: 240px;
}

.m1_side_a {
	width: 100%;
	background: #fff;
	margin: 30px 0;
	position: relative;
	z-index: 11;
	overflow: hidden;
}

.m1_side_a.active {
	position: fixed;
	top: 150px;
}

.m1_side_a>ul {}

.m1_side_a.active>ul {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}

.m1_side_a h2 {
	font-size: 20px;
	line-height: 24px;
	padding: 20px 15px;
	font-weight: normal;
	background: var(--primary-color);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	letter-spacing: 2px;
}

.m1_side_a h2 strong {
	display: block;
	font-size: 24px;
	line-height: 28px;
}

.m1_side_a h2 span {
	display: block;
	margin-top: 6px;
	opacity: .7;
}

.m1_side_a ul li {}

.m1_side_a>ul>li:nth-child(1) {
	/* margin-bottom:10px; border:none;*/
}

.m1_side_a>ul>li {}

.m1_side_a>ul>li:last-child {}

.m1_side_a ul li a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 7px 40px 7px 35px;
	/* background: url(../images/ico_list1.png) left 10px center no-repeat; */
}

.m1_side_a ul li a:hover,
.m1_side_a ul li.hover>span a {
	color: #fff;
	background-color: var(--primary-color);
	/* background-image: url(../images/ico_list1_hover2.png); */
}

.m1_side_a ul li.active>span a {}

.m1_side_a ul li span {
	display: block;
	position: relative;
}

.m1_side_a ul li span>i {
	width: 40px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	background: url(../images/ico_list3.png) center no-repeat;
}

.m1_side_a ul li.active>span>i {
	background-image: url(../images/ico_list3_hover.png);
}

.m1_side_a ul li.hover span>i {
	background-image: url(../images/ico_list4.png);
}

.m1_side_a ul li.hover.active>span>i {
	background-image: url(../images/ico_list4_hover.png);
}

.m1_side_a ul li ul {
	padding-left: 20px;
	padding-bottom: 10px;
	display: none;
}

.m1_side_a ul li ul li {}

.m1_side_a ul li ul li a {
	padding-top: 7px;
	padding-bottom: 7px;
}

.m1_side_c {
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	border: 1px solid #eee;
	border-radius: 10px;
}

.m1_side_c.lfixed {
	position: fixed;
	left: 0;
	bottom: 0;
	background: #f5f5f5;
	z-index: 22;
	transform: translateX(0);
	transition: all .3s ease;
	border-radius: 0;
}

.m1_side_c.lfixed.hiden {
	transform: translateX(-240px);
}

.m1_side_c.lfixed.shown {
	transform: translateX(0px);
}

.inLt_contact_btn {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}

.m1_side_c.lfixed .inLt_contact_btn {
	display: block;
}

.inLt_contact_btn span {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 2em;
	padding: 10px 5px;
	width: 20px;
	background: var(--primary-color);
	color: #fff;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

.inLt_contact_btn .inLt_contact_close {
	display: block;
}

.inLt_contact_btn .inLt_contact_open {
	display: none;
}

.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_close {
	display: block;
}

.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_open {
	display: none;
}

.m1_side_c.lfixed.hiden .inLt_contact_btn .inLt_contact_close {
	display: none;
}

.m1_side_c.lfixed.hiden .inLt_contact_btn .inLt_contact_open {
	display: block;
}

.m1_side_c.lfixed.shown .inLt_contact_btn .inLt_contact_close {
	display: block;
}

.m1_side_c.lfixed.shown .inLt_contact_btn .inLt_contact_open {
	display: none;
}

.inLt_contact {
	/* background:#f5f5f5; border-radius:8px; padding:20px 0 10px 0;*/
	width: 240px;
}

.inLt_contact .h2 {
	font-size: 18px;
	line-height: 20px;
	padding: 15px 0 15px 70px;
	background: #f5f5f5 url(../images/ico_phone2.png) left 5px center no-repeat;
	background-size: auto 60px;
	color: var(--primary-color);
	position: relative;
	margin-bottom: 15px;
	border-radius: 10px 10px 0 0;
}

.m1_side_c.lfixed .inLt_contact .h2 {
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}

.inLt_contact .h2:before {
	/* content:""; width:100%; border-bottom:1px solid #eee; position:absolute; left:0; bottom:-10px;*/
}

.inLt_contact .h2 span {
	display: block;
	margin-bottom: 6px;
}

.inLt_contact .h2 strong {
	display: block;
	font-size: 22px;
	line-height: 24px;
}

.inLt_contact .h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	padding: 0 10px;
}

.inLt_contact ul {
	padding: 5px 10px 10px 10px;
}

.inLt_contact ul li {
	font-size: 14px;
	line-height: 24px;
	margin: 5px 0;
}

.inLt_contact ul li span {}

.inLt_contact ul li i {
	display: inline-block;
	text-align: center;
	width: 14px;
	line-height: 24px;
	font-size: 14px;
	margin-right: 5px;
	color: var(--primary-color);
}

.inLt_contact ul li i.fa-mobile {
	font-size: 20px;
}

.m11_inside_rt {
	width: calc(100% - 280px);
}

@media(max-width:1699px) {

	.m1_side_c.lfixed {
		transform: translateX(-240px);
	}

	.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_close {
		display: none;
	}

	.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_open {
		display: block;
	}
}

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

	.m11_inside_lt {
		width: 100%;
	}

	.m1_side_a {
		width: calc(100% - 2px);
	}

	.m11_inside_rt {
		width: 100%;
	}
}

.m11_news1 {
	width: 100%;
}

.m11_news1_lt {
	float: left;
	width: calc(100% - 280px);
}

.m11_news1_rt {
	float: right;
	width: 240px;
}

.m1_side_b {
	margin-bottom: 30px;
	background: #fff;
	padding: 10px;
}

.m1_side_b .h1 {
	font-size: var(--font20);
	line-height: 24px;
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.m1_side_b .h1 i {
	width: 24px;
	height: 24px;
	background: url(../images/ico_hot.png) center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.m1_side_b .list {
	margin-top: 20px;
}

.m1_side_b .list ul li {
	margin-bottom: 10px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.m1_side_b .list ul li .nr_box {}

.m1_side_b .list ul li .imgbg {
	height: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50%);
	transition: all .5s ease;
}

.m1_side_b .list ul li .img {
	padding-bottom: 38%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.m1_side_b .list ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m1_side_b .list ul li .txtbg {}

.m1_side_b .list ul li .txt {}

.m1_side_b .list ul li .txt .h2 {
	font-size: var(--font14);
	line-height: 24px;
	height: 24px;
	padding: 0 0 0 30px;
	position: relative;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.m1_side_b .list ul li .txt .h2 em {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 0 8px 0 8px;
	text-align: center;
	color: #999;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
}

.m1_side_b .list ul li .txt .h2 span {}

.m1_side_b .list ul li.active .imgbg {
	height: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.m1_side_b .list ul li.active .txtbg {
	width: 100%;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
	position: absolute;
	bottom: 0;
	left: 0;
}

.m1_side_b .list ul li.active .txt .h2 {
	color: #fff;
}

.m1_side_b .list ul li:nth-child(1) .txt .h2 em {
	color: #FE2D46;
}

.m1_side_b .list ul li:nth-child(2) .txt .h2 em {
	color: #F60;
}

.m1_side_b .list ul li:nth-child(3) .txt .h2 em {
	color: #FAA90E;
}

.m1_side_b .list ul li.active .txt .h2 em {
	color: #fff;
}

.m1_side_b .list ul li.active:nth-child(1) .txt .h2 em {
	background: #FE2D46;
}

.m1_side_b .list ul li.active:nth-child(2) .txt .h2 em {
	background: #F60;
}

.m1_side_b .list ul li.active:nth-child(3) .txt .h2 em {
	background: #FAA90E;
}

@media(max-width:999px) {
	.m11_news1_lt {
		float: left;
		width: 100%;
	}

	.m11_news1_rt {
		float: right;
		width: 100%;
		display: none;
	}
}




/*地图*/
#allmap {
	width: 100%;
	height: 500px;
	background: #f9f9f9;
	border-radius: 10px;
}

@media(max-width:999px) {
	#allmap {
		width: 100%;
		height: 250px;
	}
}


/*详情*/
.m11_newsdetail {}

.m11_newsdetail .tit {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	text-align: center;
}

.m11_newsdetail .tit .h2 {
	font-size: 18px;
	text-align: left;
	color: rgba(51, 51, 51, 1);
	padding-bottom: 24px;
	padding-top: 24px;
	line-height: 1.3;
}

.m11_newsdetail .tit .h4 {
	margin-bottom: 24px;
	font-size: 14px;
	color: #666;
	word-wrap: break-word;
	line-height: 1.6;
	text-align: left;
}

.m11_newsdetail .tit .h3 {
	font-size: 14px;
	line-height: 1;
	color: #999;
	margin-top: 5px;
	text-align: left;
}

.m11_newsdetail .tit .h3 span {
	display: inline-block;
	margin: 0 25px 0 0;
}

.m11_newsdetail .list1 {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}

.m11_newsdetail .list1 .list1_description {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
	color: #666;
}

.m11_newsdetail .list1 .xiangqing {
	color: #666;
	font-size: 14px;
}

.m11_newsdetail .list1 .xiangqing p {
	padding: 0;
}

.m11_newsdetail_keywords {
	margin-bottom: 50px;
}

.m11_newsdetail_keyword {
	display: inline-block;
	box-sizing: border-box;
	height: 25px;
	line-height: 23px;
	margin-right: 15px;
	padding: 0 10px;
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	color: #6f6f6f;
	font-size: 14px;
	cursor: pointer;
}

.m11_newsdetail_keyword:hover {
	color: #6f6f6f;
}

.m11_news_related .h2 {
	color: #034DFF;
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
}

.m11_news_related .h3 {
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}

.news_related_content_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.news_related_content_bottom_item {
	width: calc(100% / 4 - 20px);
	margin: 10px;
}

.news_related_content_bottom_item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.news_related_content_bottom_item_img {
	overflow: hidden;
}

.news_related_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	transition: all 0.6s ease;
	aspect-ratio: 16 / 9;
}

.news_related_content_bottom_item:hover .news_related_content_bottom_item_img>img {
	transform: scale(1.1);
}

.news_related_content_bottom_item_title {
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	margin-top: 20px;
	padding: 0 5%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_related_content_bottom_item_time {
	margin-top: 9px;
	max-width: 100%;
	line-height: 1;
	font-size: 14px;
	color: #999;
	padding: 0 5%;
}

.news_related_content_bottom_item_description {
	font-size: 14px;
	color: rgb(102, 102, 102, 1);
	margin-top: 18px;
	line-height: 1.7;
	padding: 0 5%;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_related_content_bottom_item_keywords {
	margin-top: 12px;
	padding: 0 5%;
}

.news_related_content_bottom_item_keyword {
	display: inline-block;
	position: relative;
	height: 26px;
	line-height: 24px;
	max-width: 100%;
	padding: 0 8px;
	border: 1px solid #e5e5e5;
	margin-right: 15px;
	border-radius: 5px;
	color: #999;
	font-size: 12px;
	word-break: keep-all;
	overflow: hidden;
}

@media(max-width:999px) {
	.m11_newsdetail .tit .h2 {
		font-size: 20px;
		line-height: 1.4em;
	}

	.m11_newsdetail .tit .h3 {
		font-size: 12px;
		line-height: 1.4em;
		margin-top: 5px;
	}

	.m11_newsdetail .tit .h3 span {
		margin: 0 10px 0 0;
	}

	.m11_newsdetail .list1 {
		padding: 20px 0;
		margin: 20px 0 0 0;
	}
}


/*上一个下一个*/
.prev_next {
	font-size: 14px;
	line-height: 34px;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prev_next a {
	display: block;
	margin: 5px 0;
	max-width: 40%;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media(max-width:999px) {
	.prev_next {
		font-size: 12px;
		line-height: 32px;
		padding: 15px 0;
		display: block;
	}

	.prev_next a {
		margin: 5px 0;
		max-width: 100%;
		height: 34px;
	}
}


/*.proDetail*/
.m11_proDetail {}

.m11_proDetail .list1 {
	margin-bottom: 2.08vw;
}

.m11_proDetail .list1 .lt {
	float: left;
	width: 40%;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.m1_galleryTop {
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.m1_galleryTop .img {
	position: relative;
	padding-bottom: 100%;
	position: relative;
}

.m1_galleryTop .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m1_galleryThumbs {}

.m1_galleryThumbs .swiper-slide {}

.m1_galleryThumbs .swiper-slide .img {
	position: relative;
	padding-bottom: 100%;
	position: relative;
	border: 1px solid #eee;
	cursor: pointer;
}

.m1_galleryThumbs .swiper-slide .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m1_galleryThumbs .swiper-slide.swiper-slide-thumb-active .img {
	border-color: var(--primary-color);
}

.m11_proDetail .list1 .rt {
	float: right;
	width: 56%;
}

.m11_proDetail .list1 .rt .nr_box {}

.m11_proDetail .list1 .rt .h2 {
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-weight: bold;
}

.m11_proDetail .list1 .rt .h3 {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.m11_proDetail .list1 .rt .h4 {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 40px;
}

.m11_proDetail .phone {
	font-size: 1.04vw;
	line-height: 1em;
	margin-bottom: 1.6em;
	color: var(--primary-color);
	padding: 0 0 0 5.2vw;
	position: relative;
}

.m11_proDetail .phone i {
	text-align: center;
	width: 4.16vw;
	line-height: 5.2vw;
	font-size: 4.16vw;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.m11_proDetail .phone span {
	display: block;
	margin-bottom: .52vw;
}

.m11_proDetail .phone strong {
	display: block;
	font-size: 1.66vw;
	line-height: 1em;
}

.m11_prevnext2 {
	font-size: var(--font14);
	line-height: 2.5em;
	margin-bottom: 2.08vw;
}

.m11_prevnext2 ul li {
	float: left;
}

.m11_prevnext2 ul li:nth-child(2n) {
	float: right;
}

.m11_prevnext2 ul li a {
	display: block;
	border: 1px solid #eee;
	/* border-radius:40px;*/
	padding: 0 20px;
	min-width: 80px;
	text-align: center;
	background: #f5f5f5;
}

.m11_prevnext2 ul li a:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

.m11_proDetail .list2 {
	border: 1px solid #eee;
	margin-bottom: 2.08vw;
}

.m11_proDetail .list2 .hd {
	font-size: var(--font14);
	line-height: 3em;
	border-bottom: 1px solid #eee;
}

.m11_proDetail .list2 .hd ul li {
	display: inline-block;
	vertical-align: top;
	font-size: var(--font14);
	line-height: 3em;
}

.m11_proDetail .list2 .hd ul li a {
	display: block;
	padding: 0 10px;
	min-width: 100px;
	text-align: center;
	border-right: 1px solid #eee;
	border-bottom: none;
}

.m11_proDetail .list2 .hd ul li.on a {
	color: #fff;
	background: var(--primary-color);
}

.m11_proDetail .list2 .xiangqing {
	padding: 20px;
}

.m11_proDetail .list2 .xiangqing img {
	max-width: 100%;
}

.m11_pro_related {
	border: 1px solid #eee;
}

.m11_pro_related>.h2 {
	font-size: var(--font14);
	line-height: 3em;
	border-bottom: 1px solid #eee;
}

.m11_pro_related>.h2 span {
	display: inline-block;
	vertical-align: top;
	font-size: var(--font14);
	line-height: 3em;
	padding: 0 10px;
	min-width: 100px;
	text-align: center;
	border-right: 1px solid #eee;
	color: #fff;
	background: var(--primary-color);
}

.m11_pro_related .index_product1 {
	padding: 20px 20px 0 20px;
}

.m11_pro_related .index_product1 ul li {
	width: calc((100% - 60px)/4);
}

.m11_pro_related .index_product1 ul li:nth-child(3n-2) {
	margin-left: 20px;
	clear: none;
}

.m11_pro_related .index_product1 ul li:nth-child(4n-3) {
	margin-left: 0;
	clear: left;
}

@media(max-width:999px) {
	.m11_proDetail .list1 {
		margin-bottom: 30px;
	}

	.m11_proDetail .list1 .lt {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.m11_proDetail .list1 .rt {
		float: right;
		width: 100%;
	}

	.m11_proDetail .list1 .rt .h2 {
		font-size: 18px;
		line-height: 1.4em;
		margin-bottom: 0;
	}

	.m11_proDetail .list1 .rt .h3 {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}

	.m11_proDetail .list1 .rt .h4 {
		font-size: 14px;
		line-height: 1.6em;
		margin-bottom: 20px;
	}

	.m11_proDetail .phone {
		font-size: 14px;
		line-height: 1em;
		margin-bottom: 1.6em;
		padding: 15px 20px 15px 60px;
	}

	.m11_proDetail .phone i {
		width: 60px;
		line-height: 60px;
		font-size: 40px;
	}

	.m11_proDetail .phone span {
		margin-bottom: 5px;
	}

	.m11_proDetail .phone strong {
		font-size: 18px;
		line-height: 1em;
	}

	.m11_proDetail .list2 {
		margin-bottom: 30px;
	}

	.m11_proDetail .list2 .hd ul li a {
		min-width: 60px;
	}

	.m11_prevnext2 {
		margin-bottom: 30px;
	}

	.m11_pro_related .index_product1 ul li {
		width: calc((100% - 10px)/2);
	}

	.m11_pro_related .index_product1 ul li:nth-child(3n-2) {
		margin-left: 10px;
		clear: none;
	}

	.m11_pro_related .index_product1 ul li:nth-child(4n-3) {
		margin-left: 10px;
		clear: none;
	}

	.m11_pro_related .index_product1 ul li:nth-child(2n-1) {
		margin-left: 0;
		clear: left;
	}
}


/*搜索*/
.search_form {
	background: #f9f9f9;
	padding: 1.56vw;
	margin-bottom: 2.08vw;
	border-radius: 10px;
	width: 100%;
}

.search_form form {
	height: 2.6vw;
}

.search_form form #search_keywords {
	float: left;
	border: none;
	background: #fff;
	height: 2.6vw;
	line-height: 2.6vw;
	padding: 0 .5vw;
	width: calc(100% - 6.2vw);
}

.search_form form #search {
	float: right;
	border: none;
	width: 5.2vw;
	height: 2.6vw;
	line-height: 2.6vw;
	font-size: .84vw;
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
}

.search_form form #search:hover {
	opacity: .9;
}

.search_content {
	width: 100%;
}

@media(max-width:999px) {
	.search_form {
		padding: 10px;
		margin-bottom: 20px;
	}

	.search_form form {
		height: 40px;
	}

	.search_form form #search_keywords {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		width: calc(100% - 80px);
	}

	.search_form form #search {
		width: 60px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}




/*Add------------------------------------------------------------------------------*/

/*<!--弹窗2-->*/
.popup_tip2_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, .6);
	/* display: none;*/
}

.popup_tip2bg {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup_tip2 {
	width: 440px;
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 10000;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.popup_tip2-body {
	width: 100%;
	height: calc(100% - 72px);
}

.zoomIn {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5)
	}

	50% {
		opacity: 1
	}
}

@media(max-width:750px) {
	.popUpBox {
		width: 90%;
	}
}

.ts {
	padding: 20px 20px 20px 20px;
}

.ts .h2 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

.ts .h3 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 14px;
	display: inline-block;
	position: relative;
	padding-left: 30px;
}

.ts .h3 img {
	display: inline-block;
	vertical-align: top;
	width: 24px;
}

.ts .h3 i {
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.success .ts i {
	background-image: url(../images/ico_success.png);
}

.error .ts i {
	background-image: url(../images/ico_error.png);
}

.warning .ts i {
	background-image: url(../images/ico_warning.png);
}

.ts .h3 span {}

.ts_btn {
	text-align: right;
	font-size: 12px;
	line-height: 32px;
}

.ts_btn a {
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	width: 78px;
	border: 1px solid #1890ff;
	background: #1890ff;
	color: #fff;
	margin-left: 10px;
}

.ts_btn a:hover {
	border-color: #2e80e2;
	background: #2e80e2;
	color: #fff;
}

.ts_btn a.bg2 {
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
}

.ts_btn a.bg2:hover {
	border-color: #1890ff;
	background: #fff;
	color: #1890ff;
}


/*提示框*/
.popup_tip_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

.popup_tip_close1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.popup_tipbg {
	min-width: 100px;
	max-width: 750px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup_tip {
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.popup_tip_close2 {
	display: none;
}

.popup_tip_txt {
	padding: 15px 20px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.popup_tip_txt span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.popup_tip_txt span i {
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.success .popup_tip_txt span {
	color: #4ebb23;
}

.error .popup_tip_txt span {
	color: #f34b51;
}

.warning .popup_tip_txt span {
	color: #f1b306;
}

.success .popup_tip_txt span i {
	background-image: url(../images/ico_success.png);
}

.error .popup_tip_txt span i {
	background-image: url(../images/ico_error.png);
}

.warning .popup_tip_txt span i {
	background-image: url(../images/ico_warning.png);
}

@-webkit-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2
}

/*联系弹窗*/
.proContact1_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.proContact1_close1 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.proContact1_bg {
	width: 90%;
	max-width: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.proContact1_close2 {
	width: 20px;
	height: 20px;
	background: url(../images/chahao2.png) center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	opacity: .9;
	transition: all .3s ease;
}

.proContact1_close2:hover {
	opacity: 1;
	transform: rotate(180deg)
}

.proContact1 {
	min-height: 260px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 2;
	padding-left: 235px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.proContact1>img {
	width: 230px;
	position: absolute;
	bottom: 0;
	left: 5px;
}

.proContact1_con {
	font-size: 16px;
	line-height: 20px;
}

.proContact1_con ul li {
	float: left;
	width: 50%;
	margin: 10px 0;
	color: var(--primary-color);
	padding-left: 50px;
	min-height: 40px;
	box-sizing: border-box;
	position: relative;
}

.proContact1_con ul li:nth-child(1) {
	width: 100%;
	padding-left: 0;
}

.proContact1_con ul li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background: var(--primary-color);
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.proContact1_con ul li .h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: var(--primary-color);
}

.proContact1_con ul li span {
	display: block;
	color: #333;
}

.proContact1_con ul li .h2 span {
	color: var(--primary-color);
}

@media(max-width:999px) {
	.proContact1 {
		min-height: 0;
		padding: 15px 5%;
	}

	.proContact1>img {
		width: 36%;
		bottom: auto;
		top: 0;
		left: 50%;
		transform: translate(-50%, -100%)
	}

	.proContact1_con {
		font-size: 14px;
		line-height: 18px;
	}

	.proContact1_con ul li {
		float: left;
		width: 100% !important;
		margin: 5px 0;
	}

	.proContact1_con ul li .h2 {
		font-size: 20px;
		line-height: 30px;
	}
}


/*留言咨询1*/
.tc_message_open1 {
	cursor: pointer;
	width: 60px;
	height: 60px;
	/* padding:10px;*/
	margin-top: -40px;
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	background: var(--primary-color) url(../images/ico_zxly1.png) center no-repeat;
	background-size: 40px auto;
	color: #fff;
	font-size: 0;
	line-height: 20px;
	text-align: center;
	position: fixed;
	z-index: 44;
	left: 0;
	top: 50%;
	animation: btnAnimation 1s linear infinite 0s forwards;
	display: none !important;
}

.tc_message_box {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	display: none;
}

.tc_message_close1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.tc_message_bg {
	width: 90%;
	max-width: 500px;
	background-image: linear-gradient(to bottom right, var(--primary-color), var(--third-color));
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.tc_message_close2 {
	width: 20px;
	height: 20px;
	background: url(../images/chahao.png) center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all .3s ease;
}

.tc_message_close2:hover {
	transform: rotate(180deg);
}

.tc_message {
	padding: 30px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.tc_message_lt {
	width: 180px;
	font-size: 16px;
	line-height: 26px;
}

.tc_message_lt ul {}

.tc_message_lt ul li {}

.tc_message_lt ul li i {
	font-size: 20px;
	width: 16px;
	text-align: center;
	margin-right: 5px;
}

.tc_message_lt ul li i.fa-mobile {
	font-size: 24px;
}

.tc_message_lt ul li i.fa-envelope {
	font-size: 16px;
}

.tc_message_lt ul li .ewm {
	width: 150px;
	margin-top: 5px;
}

.tc_message_lt ul li .ewm img {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
}

.tc_message_lt ul li .ewm span {
	display: block;
	background: #fff;
	color: var(--primary-color);
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

.tc_message_rt {
	width: calc(100% - 200px);
}

.tc_message .h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.tc_message .message {}

.tc_message .message form {}

.tc_message .message ul li {
	margin-bottom: 10px;
}

.tc_message .message .input_text {
	border: 1px solid #ccc;
	background: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	width: calc(100% - 22px);
	border-radius: 4px;
}

.tc_message .message textarea {
	border: 1px solid #ccc;
	background: #fff;
	height: 56px;
	line-height: 28px;
	padding: 0 10px;
	width: calc(100% - 22px);
	border-radius: 4px;
}

.tc_message .message .input_button {
	border: 1px solid #333;
	background: #333;
	color: #fff;
	height: 30px;
	line-height: 28px;
	width: 80%;
	border-radius: 50px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	font-size: 16px;
}

.tc_message .h3 {
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}

.tc_message .h3 span {
	font-size: 16px;
	color: var(--primary-color);
}

@media(max-width:999px) {
	.tc_message {
		padding: 30px;
		display: block;
	}

	.tc_message_lt {
		width: 100%;
		font-size: 14px;
	}

	.tc_message_lt ul {
		position: relative;
	}

	.tc_message_lt ul li {
		margin-top: 8px;
	}

	.tc_message_lt ul li:last-child {
		position: absolute;
		top: 0;
		right: 10px;
		margin-top: 0;
	}

	.tc_message_lt ul li .ewm {
		width: 90px;
		margin-top: 0;
	}

	.tc_message_lt ul li .ewm img {
		width: 90px;
		height: 90px;
		margin-bottom: 0;
	}

	.tc_message_lt ul li .ewm span {
		display: none;
	}

	.tc_message_rt {
		width: 100%;
		padding: 20px 0 0 0;
	}
}

@keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}

/* Firefox */
@-moz-keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}

/* Safari and Chrome */
@-webkit-keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}

/* Opera */
@-o-keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}


/*询盘*/
.pinquiry1_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.pinquiry1_close1 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.pinquiry1_bg {
	width: 600px;
	height: 700px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.pinquiry1_close2 {
	width: 53px;
	height: 53px;
	background: url(../images/chahao2.png) center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	opacity: .9;
	transition: all .3s ease;
}

.pinquiry1_close2:hover {
	opacity: 1;
	transform: rotate(180deg)
}

.pinquiry1 {
	background: #fff;
	height: 600px;
	padding: 60px 30px 40px 30px;
	transform: scale(0) translate(100%, 100%);
	transition: all .5s ease;
	z-index: 2;
	transform-origin: bottom right;
}

.pinquiry1.fadeInRight2 {
	transform: scale(1) translate(0, 0);
}

.pinquiry1 .h2 {
	font-size: var(--font20);
}

.pinquiry1 .tips1 {
	font-size: 12px;
	line-height: 22px;
	color: #999;
}

.pinquiry1 .h2 .tips1 {
	display: inline-block;
	margin-left: 10px;
}

.pinquiry1 font {
	color: var(--red);
}

.pinquiry1_con {
	font-size: var(--font16);
	line-height: 32px;
	margin-top: 35px;
}

.pinquiry1_con dl {
	padding-left: 120px;
	position: relative;
	margin-top: 20px;
}

.pinquiry1_con dl dt {
	position: absolute;
	left: 0;
	top: 0;
	color: #999;
}

.pinquiry1_con dl dd {
	min-height: 32px;
}

.pinquiry1_con .input_text {
	border: 1px solid #eee;
	background: #fff;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	width: calc(100% - 22px);
	max-width: 300px;
}

.pinquiry1_con textarea {
	border: 1px solid #eee;
	background: #fff;
	border-radius: 4px;
	height: 100px;
	line-height: 30px;
	padding: 0 10px;
	width: calc(100% - 22px);
}

.pinquiry1_con .input_button {
	display: block;
	width: 100px;
	line-height: 32px;
	border-radius: 4px;
	background: var(--primary-color);
	color: #fff;
}

.pinquiry1_con .input_button:hover {
	opacity: .9;
}

.pinquiry1_con .yzm {}

.pinquiry1_con .yzm .input_text {
	float: left;
}

.pinquiry1_con .yzm #sendcode {
	float: right;
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	height: 32px;
	line-height: 30px;
	border-radius: 4px;
	width: calc(100% - 332px);
}

.pinquiry1_con .yzm img {
	float: left;
	height: 32px;
	margin-left: 10px;
}

.pinquiry1_con #proName {
	max-height: 84px;
	overflow-y: auto;
}

.pinquiry1_con #proName span {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding: 0 32px 0 10px;
	position: relative;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.pinquiry1_con #proName span i {
	width: 12px;
	height: 12px;
	line-height: 10px;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	border: 1px solid #f5f5f5;
	color: #999;
	cursor: pointer;
	position: absolute;
	top: 9px;
	right: 9px;
}

.pinquiry1_con #proName span i:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

@media(max-width:999px) {
	.pinquiry1_bg {
		width: 100%;
		height: 100%;
	}

	.pinquiry1_close2 {
		width: 40px;
		height: 40px;
		/* background-size:contain;*/
	}

	.pinquiry1 {
		height: calc(100% - 80px);
		padding: 40px 20px;
	}

	.pinquiry1_con dl {
		padding-left: 80px;
	}

	.pinquiry1_con .input_text {
		max-width: 100%;
	}

	.pinquiry1_con .yzm .input_text {
		width: calc(100% - 112px);
	}

	.pinquiry1_con .yzm #sendcode {
		width: 80px;
	}
}


.shopptingcart_loading {
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 2em;
}

.loadEffect2 {
	width: 80px;
	height: 80px;
	position: relative;
	margin: 0 auto;
	margin-top: 30vh;
}

.loadEffect2 span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	-webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load2 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.2;
	}
}

.loadEffect2 span:nth-child(1) {
	left: 0;
	top: 50%;
	margin-top: -8px;
	-webkit-animation-delay: 0.13s;
}

.loadEffect2 span:nth-child(2) {
	left: 10px;
	top: 10px;
	-webkit-animation-delay: 0.26s;
}

.loadEffect2 span:nth-child(3) {
	left: 50%;
	top: 0;
	margin-left: -8px;
	-webkit-animation-delay: 0.39s;
}

.loadEffect2 span:nth-child(4) {
	top: 10px;
	right: 10px;
	-webkit-animation-delay: 0.52s;
}

.loadEffect2 span:nth-child(5) {
	right: 0;
	top: 50%;
	margin-top: -8px;
	-webkit-animation-delay: 0.65s;
}

.loadEffect2 span:nth-child(6) {
	right: 10px;
	bottom: 10px;
	-webkit-animation-delay: 0.78s;
}

.loadEffect2 span:nth-child(7) {
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	-webkit-animation-delay: 0.91s;
}

.loadEffect2 span:nth-child(8) {
	bottom: 10px;
	left: 10px;
	-webkit-animation-delay: 1.04s;
}


@keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}

/* Firefox */
@-moz-keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}

/* Safari and Chrome */
@-webkit-keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}

/* Opera */
@-o-keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}


/*购物车*/
.proShoppingcart_box .shopptingcart_open {
	font-size: 0;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: var(--primary-color) url(../images/ico_pbtn2.png) center no-repeat;
	background-size: 50% auto;
	position: fixed;
	top: 20%;
	right: 10%;
	cursor: pointer;
	z-index: 0;
	animation: btnAnimation 1s linear infinite 0s forwards;
}

.proShoppingcart_box .shopptingcart_open:hover {
	opacity: .9;
}

.tit_cart {}

.tit_cart .h2 {
	border-bottom: 1px solid #eee;
	font-size: 1.25vw;
	line-height: 1.5em;
}

.tit_cart .h2 span {
	display: inline-block;
	border-bottom: 2px solid var(--primary-color);
	color: var(--primary-color);
	padding-bottom: .26vw;
}

.shoppingcart_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	display: none;
}

.shoppingcart_close1 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.shoppingcartbg {
	width: 50%;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	overflow-y: auto;
	transform: translateX(100%);
	transition: all .3s ease;
}

.shoppingcartbg.active {
	transform: translateX(0);
}

.shoppingcart_close2 {
	width: 20px;
	height: 20px;
	background: url(../images/chahao2.png) center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	opacity: .9;
	transition: all .3s ease;
}

.shoppingcart_close2:hover {
	opacity: 1;
	transform: rotate(180deg)
}

.shoppingcart {
	padding: 1.56vw;
}

.shoppingcart_list {
	margin-top: 1.04vw;
	margin-bottom: 1.56vw;
}

.shoppingcart_list_top {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin-bottom: .52vw;
}

.shoppingcart_list_top table {}

.shoppingcart_list_top table th {
	font-weight: normal;
	text-align: center;
	padding: .78vw .52vw;
	font-size: .84vw;
	line-height: 1.5em;
}

.shoppingcart_list_top .w1 {
	width: 40%;
	text-align: left;
}

.shoppingcart_list_top .w2 {
	width: 15%;
}

.shoppingcart_list_top .w3 {
	width: 15%;
	padding-left: 0;
	padding-right: 0;
}

.shoppingcart_list_top .w4 {
	width: 15%;
}

.shoppingcart_list_top .w5 {
	width: 15%;
}

.shoppingcart_list_mid {
	border: 1px solid #eee;
	border-bottom: none;
	margin-bottom: .52vw;
	max-height: calc(14.04vw + 10px);
	overflow-y: auto;
}

.shoppingcart_list_mid table {}

.shoppingcart_list_mid table td {
	text-align: center;
	padding: .78vw .52vw;
	font-size: .72vw;
	line-height: 2em;
	border-bottom: 1px solid #eee;
}

.shoppingcart_list_mid .w1 {
	width: 40%;
	text-align: left;
}

.shoppingcart_list_mid .w1 .cart_pro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.shoppingcart_list_mid .w1 .img {
	width: 3.12vw;
	height: 3.12vw;
	border: 1px solid #eee;
	position: relative;
}

.shoppingcart_list_mid .w1 .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.shoppingcart_list_mid .w1 .h2 {
	width: calc(100% - 3.5vw);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.shoppingcart_list_mid .w2 {
	width: 15%;
}

.shoppingcart_list_mid .w3 {
	width: 15%;
	padding-left: 0;
	padding-right: 0;
}

.shoppingcart_list_mid .w3 .pronum {
	height: 1.56vw;
}

.shoppingcart_list_mid .w3 .pronum a {
	width: calc(1.56vw - 2px);
	height: calc(1.56vw - 2px);
	line-height: calc(1.56vw - 2px);
}

.shoppingcart_list_mid .w3 .pronum input {
	width: 2.6vw;
	height: calc(1.56vw - 2px);
	line-height: calc(1.56vw - 2px);
}

.shoppingcart_list_mid .w4 {
	width: 15%;
	font-weight: bold;
}

.shoppingcart_list_mid .w5 {
	width: 15%;
}

.shoppingcart_list_btm {
	border: 1px solid #eee;
}

.shoppingcart_list_btm table {}

.shoppingcart_list_btm table td {
	padding: .78vw .52vw;
	font-size: .84vw;
	line-height: 1.5em;
}

.shoppingcart_list_btm .w1 {
	width: 40%;
}

.shoppingcart_list_btm .w2 {
	width: 60%;
	text-align: right;
}

.shoppingcart_list_btm .w2 strong {
	color: #e64347;
	font-size: 20px;
}

.shoppingcart_form {}

.shoppingcart_form .h2 {
	font-size: 1.25vw;
	line-height: 1.5em;
	margin-bottom: .26vw;
}

.shoppingcart_form .message {}

.shoppingcart_form .message form {}

.shoppingcart_form .message ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}

.shoppingcart_form .message ul li {
	width: calc((100% - 15px)/2);
	margin-top: .52vw;
}

.shoppingcart_form .message ul li.li1 {
	width: 100%;
}

.shoppingcart_form .message .input_text {
	border: 1px solid #eee;
	background: #fff;
	height: 2.08vw;
	line-height: 2.08vw;
	padding: 0 10px;
	width: calc(100% - 22px);
}

.shoppingcart_form .message textarea {
	border: 1px solid #eee;
	background: #fff;
	height: 6.24vw;
	line-height: 2.08vw;
	padding: 0 10px;
	width: calc(100% - 22px);
}

.shoppingcart_form .message .yzm {
	height: calc(2.08vw + 2px);
}

.shoppingcart_form .message .yzm img {
	float: right;
	width: 100px;
	height: calc(2.08vw + 2px);
}

.shoppingcart_form .message .input_text1 {
	border: 1px solid #eee;
	background: #fff;
	height: 2.08vw;
	line-height: 2.08vw;
	padding: 0 10px;
	width: calc(100% - 125px);
	float: left;
}

.shoppingcart_form .message .yzm #sendcode {
	float: right;
	width: 100px;
	height: calc(2.08vw + 2px);
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
}

.shoppingcart_form .message .yzm #sendcode:hover {
	opacity: .9;
}

.shoppingcart_form .message .input_button {
	display: block;
	margin: 0 auto;
	border: none;
	width: 100%;
	height: calc(2.08vw + 2px);
	line-height: calc(2.08vw + 2px);
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
	font-size: 12px;
}

.shoppingcart_form .message .input_button:hover {
	opacity: .9;
}

.yzm input[disabled] {
	background: #999 !important;
	cursor: not-allowed !important;
}

.shoppingcart .success {
	text-align: center;
	margin-top: 20vh;
}

.shoppingcart .success .h1 {
	font-size: 1.25vw;
	line-height: 2em;
	margin-top: .52vw;
}

.shoppingcart .success .h2 {
	font-size: .84vw;
	line-height: 1.5em;
	color: #999;
}

.shoppingcart .success input {
	display: block;
	margin: 0 auto;
	border: none;
	width: 20%;
	height: calc(2.08vw + 2px);
	line-height: calc(2.08vw + 2px);
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
	margin-top: 1.3vw;
}

.shoppingcart .success input:hover {
	opacity: .9;
}

@media(max-width:999px) {
	.shopptingcart_loading {
		width: 100%;
	}

	.tit_cart .h2 {
		font-size: 20px;
		line-height: 1.5em;
	}

	.tit_cart .h2 span {
		padding-bottom: 5px;
	}

	.shoppingcartbg {
		width: 100%;
		height: 100%;
	}

	.shoppingcart {
		padding: 15px;
	}

	.shoppingcart_list {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.shoppingcart_list_top {
		display: none;
	}

	.shoppingcart_list_mid {
		margin-bottom: 15px;
		max-height: 44vh;
	}

	.shoppingcart_list_mid table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.shoppingcart_list_mid table td {
		padding: 10px 0;
		font-size: 12px;
		line-height: 24px;
		display: block;
	}

	.shoppingcart_list_mid .w1 {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		border: none;
		padding-bottom: 0;
	}

	.shoppingcart_list_mid .w1 .img {
		width: 40px;
		height: 40px;
	}

	.shoppingcart_list_mid .w1 .h2 {
		width: calc(100% - 45px);
		line-height: 16px;
	}

	.shoppingcart_list_mid .w2 {
		width: 24%;
	}

	.shoppingcart_list_mid .w3 {
		width: 28%;
	}

	.shoppingcart_list_mid .w3 .pronum {
		height: 24px;
		vertical-align: top;
	}

	.shoppingcart_list_mid .w3 .pronum a {
		width: 22px;
		height: 22px;
		line-height: 22px;
	}

	.shoppingcart_list_mid .w3 .pronum input {
		width: 44px;
		height: 22px;
		line-height: 22px;
	}

	.shoppingcart_list_mid .w4 {
		width: 24%;
	}

	.shoppingcart_list_mid .w5 {
		width: 24%;
	}

	.shoppingcart_list_btm table td {
		padding: 10px 5px;
		font-size: 12px;
		line-height: 1.5em;
	}

	.shoppingcart_list_btm .w2 strong {
		font-size: 20px;
	}

	.shoppingcart_form {}

	.shoppingcart_form .h2 {
		font-size: 20px;
		line-height: 1.5em;
		margin-bottom: 0;
	}

	.shoppingcart_form .message ul li {
		width: calc((100% - 10px)/2);
		margin-top: 10px;
	}

	.shoppingcart_form .message ul li.li1 {
		width: 100%;
	}

	.shoppingcart_form .message .input_text {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		width: calc(100% - 22px);
	}

	.shoppingcart_form .message textarea {
		height: 60px;
		line-height: 30px;
		padding: 0 10px;
		width: calc(100% - 22px);
	}

	.shoppingcart_form .message .yzm {
		height: 32px;
	}

	.shoppingcart_form .message .yzm img {
		width: 100px;
		height: 32px;
	}

	.shoppingcart_form .message .input_text1 {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		width: calc(100% - 95px);
	}

	.shoppingcart_form .message .yzm #sendcode {
		width: 68px;
		height: 32px;
		font-size: 12px;
	}

	.shoppingcart_form .message .input_button {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}

	.shoppingcart .success {}

	.shoppingcart .success img {
		max-width: 80px;
	}

	.shoppingcart .success .h1 {
		font-size: 20px;
		line-height: 2em;
		margin-top: 10px;
	}

	.shoppingcart .success .h2 {
		font-size: 12px;
		line-height: 1.5em;
	}

	.shoppingcart .success input {
		width: 30%;
		height: 32px;
		line-height: 30px;
		font-size: 12px;
		margin-top: 25px;
	}
}


/*筛选*/
.screen_btn {
	position: fixed;
	top: 100px;
	right: calc(15% - 40px);
	z-index: 11;
	display: none;
}

.screen_btn a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: var(--secondary-color);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-image: url(../images/ico_screen.png);
}

.screen_close {
	font-size: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 100%;
	background: url(../images/ico_btn1.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: calc(15% - 40px);
	z-index: 2;
	display: none;
}

.screen {}

.screen_box {
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border-radius: 4px;
	margin-bottom: 30px;
	position: relative;
	z-index: 22;
}

.screen_box>ul {
	position: relative;
	padding: 5px 15px 0 15px;
}

.screen_box>ul>li {
	position: relative;
	padding: 15px 0 5px 70px;
	position: relative;
	border-top: 1px solid #eee;
}

.screen_box>ul>li:first-child {
	border-top: none;
}

.screen_box>ul>li:nth-child(n+3) {
	display: none;
}

.screen_box.active>ul>li:nth-child(n+3) {
	display: block;
}

.screen_box>ul>li>span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 15px;
}

.screen_box>ul>li .boxbg {
	/* height:35px;*/
	overflow: hidden;
	position: relative;
	/* padding-right:30px;*/
}

.screen_box>ul>li .boxbg.active {
	/* height:auto;*/
}

.screen_box .box_btn {
	display: none;
	padding-bottom: 15px;
}

.screen_box .box_btn i {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: url(../images/ico_down1.png) center no-repeat;
	cursor: pointer;
}

.screen_box .box_btn i.i1 {}

.screen_box .box_btn i.i2 {
	background-image: url(../images/ico_list2.png);
	display: none;
}

.screen_box.active .box_btn i.i1 {
	display: none;
}

.screen_box.active .box_btn i.i2 {
	display: block;
}

.screen_box>ul>li .box {}

.screen_box>ul>li a {
	display: inline-block;
	padding: 0 15px;
	color: #999;
	border: 1px solid #f5f5f5;
	margin: 0 10px 10px 0;
	border-radius: 4px;
}

.screen_box>ul>li a:hover {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.screen_box>ul>li a.hover {
	color: #fff;
	border-color: var(--primary-color);
	background: var(--primary-color);
}

.screen.tfixed .screen_box {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 33;
	transform: translateY(-100%);
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}

.screen.tfixed.shown .screen_box {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.screen.tfixed.hiden .screen_box {
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

.screen.tfixed .screen_box>ul {
	width: 70%;
	margin: 0 auto;
}

.screen.tfixed .screen_btn {
	display: block;
}

.screen.tfixed .screen_close {
	display: block;
}

/*.screen.active{ position:fixed; left:0; top:0; padding:0;}
.screen.active>ul{ width:70%; margin:0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.screen.active>ul>li{ width:100%; position:static; padding:0; border:none; cursor:pointer; text-align:center; }
.screen.active>ul>li>span{ position:relative; left:auto; top:auto; line-height:60px; display:inline-block;}
.screen.active>ul>li>span:after{ content:""; width:20px; height:100%; background:url(../images/ico_down1.png) center no-repeat; position:absolute; top:0; left:100%;}
.screen.active>ul>li:hover>span:after{ background-image:url(../images/ico_up1.png);}
.screen.active>ul>li .boxbg{ width:100%; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1); position:absolute; top:100%; left:0; display:none;}
.screen.active>ul>li:hover .boxbg{ display:block;}
.screen.active>ul>li .box{ width:70%; margin:0 auto; padding:20px 0;}*/
@media(max-width:1699px) {
	.screen_btn {
		right: calc(10% - 40px)
	}

	.screen_close {
		right: calc(10% - 40px)
	}

	.screen.tfixed .screen_box>ul {
		width: 80%;
	}

	/*.screen.active>ul{ width:80%;}
.screen.active>ul>li .box{ width:80%; }*/
}

@media(max-width:1279px) {
	.screen_btn {
		right: calc(5% - 40px)
	}

	.screen_close {
		right: calc(5% - 40px)
	}
}

@media(max-width:999px) {
	.screen_box {
		font-size: 12px;
		line-height: 24px;
		/* margin-top:35px;*/
		display: none;
	}

	.screen.tfixed .screen_box {
		top: 60px;
		display: block;
	}

	.screen_btn {
		right: 0
	}

	.screen_close {
		right: 0;
	}

	.screen_box>ul {
		max-height: calc(100vh - 120px);
		overflow-y: auto;
	}

	.screen_box>ul>li {
		/* margin-bottom:15px;*/
		padding-bottom: 10px;
		padding-left: 60px;
	}

	.screen_box>ul>li>span {
		font-size: 12px;
		line-height: 24px;
	}

	.screen_box>ul>li a {
		padding: 0 5px;
		margin: 0 5px 5px 0;
	}

	.screen.tfixed .screen_box>ul {
		width: 90%;
	}

	/*.screen.active>ul{ width:90%;}
.screen.active>ul>li .box{ width:90%; }*/
}







/*pro1*/
.index_product1 {}

.index_product1 ul li {
	float: left;
	width: calc((100% - 40px)/3);
	margin: 0 0 20px 20px;
	text-align: center;
	background: #fff;
}

.index_product1 ul li:nth-child(3n-2) {
	margin-left: 0;
	clear: left;
}

.index_product1 ul li .nr_box {
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	transition: all .3s ease;
}

.index_product1 ul li:hover .nr_box {
	border-color: var(--primary-color);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.index_product1 ul li .img {
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
}

.index_product1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
}

.index_product1 ul li:hover .img img {
	transform: scale(1.1);
}

.index_product1 ul li .txtbg {}

.index_product1 ul li .txt {
	padding: 15px 5%;
	color: #666;
}

.index_product1 ul li .txt .h2 {
	font-size: 18px;
	line-height: 1.5em;
	height: 1.5em;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index_product1 ul li:hover .txt .h2 {
	color: var(--primary-color);
}

.index_product1 ul li .txt .h3 {
	display: none;
}

@media(max-width:999px) {
	.index_product1 ul li {
		float: left;
		width: calc((100% - 10px)/2);
		margin: 0 0 20px 10px;
	}

	.index_product1 ul li:nth-child(3n-2) {
		margin-left: 10px;
		clear: none;
	}

	.index_product1 ul li:nth-child(2n-1) {
		margin-left: 0;
		clear: left;
	}

	.index_product1 ul li .txt {
		padding: 10px 5%;
	}

	.index_product1 ul li .txt .h2 {
		font-size: 14px;
		line-height: 1.5em;
		height: 1.5em;
	}
}


/*news1*/
.index_news1 {
	padding: 40px 0;
	background: #f2f2f2;
}

.index_news1 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 0 20px 20px;
	background: #fff;
}

.index_news1 ul li:nth-child(2n-1) {
	margin-left: 0;
	clear: left;
}

.index_news1 ul li .nr_box {
	border: 1px solid #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.index_news1 ul li .imgbg {
	width: 25%;
}

.index_news1 ul li .img {
	padding-bottom: 70%;
	position: relative;
	overflow: hidden;
}

.index_news1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
}

.index_news1 ul li:hover .img img {
	transform: scale(1.1);
}

.index_news1 ul li .txtbg {
	width: 75%;
}

.index_news1 ul li .txt {
	padding: 20px 20px;
	color: #666;
}

.index_news1 ul li .txt .h2 {
	font-size: .94vw;
	line-height: 1.5em;
	height: 1.5em;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index_news1 ul li:hover .txt .h2 {
	color: var(--primary-color);
}

.index_news1 ul li .txt .h3 {
	font-size: .72vw;
	line-height: 1.5em;
	height: 3em;
	margin: 10px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_news1 ul li .txt .time {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding-left: 24px;
	position: relative;
	margin: 10px 0 0 0;
}

.index_news1 ul li .txt .time i {
	width: 20px;
	height: 24px;
	background: url(../images/ico_time.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

@media(max-width:999px) {
	.index_news1 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
}


/*news2*/
.index_news2 {
	padding: 40px 0;
}

.index_news2 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 0 0 20px;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.index_news2 ul li:nth-child(2n-1) {
	margin-left: 0;
	clear: left;
}

.index_news2 ul li .txt {}

.index_news2 ul li .txt .h2 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	padding-left: 25px;
	position: relative;
}

.index_news2 ul li .txt .h2:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #000;
	position: absolute;
	left: 0;
	top: 10px;
}

.index_news2 ul li .txt .h2 a {
	float: left;
	width: 70%;
	height: 26px;
	overflow: hidden;
	color: #333;
}

.index_news2 ul li:hover .txt .h2 a {
	color: var(--primary-color);
}

.index_news2 ul li .txt .h2 span {
	float: right;
	color: #999;
}

@media(max-width:999px) {
	.index_news2 ul li {
		float: left;
		width: 100%;
		margin: 0;
	}
}


/*news3*/
.index_news3 {
	padding: 40px 0;
}

.index_news3 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 0 20px 20px;
}

.index_news3 ul li:nth-child(2n-1) {
	margin-left: 0;
	clear: left;
}

.index_news3 ul li .nr_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.index_news3 ul li .date {
	width: 80px;
	height: 80px;
	background: #f2f2f2;
	color: #999;
	text-align: center;
}

.index_news3 ul li .date strong {
	display: block;
	font-size: 36px;
	line-height: 36px;
	padding: 15px 0 2px 0;
}

.index_news3 ul li .date span {
	display: block;
	font-size: 12px;
	line-height: 12px;
}

.index_news3 ul li .txt {
	width: calc(100% - 100px);
	color: #666;
}

.index_news3 ul li .txt .h2 {
	font-size: .94vw;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index_news3 ul li .txt .h2 a {
	color: #333;
}

.index_news3 ul li:hover .txt .h2 a {
	color: var(--primary-color);
}

.index_news3 ul li .txt .h3 {
	font-size: .72vw;
	line-height: 1.5em;
	height: 3em;
	margin: 5px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media(max-width:999px) {
	.index_news3 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
}


/*footnav*/
.f_nav {
	/* padding: 40px 0; */
}

.f_nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.f_nav ul li {
	width: calc(100% / 2);
	margin-top: 10px;
}

.f_nav ul li img {
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.f_nav ul li a {
	font-size: 16px;
	vertical-align: middle;
	color: #ccc;
}

/*inner_news1*/
.inside_news1 {}

.inside_news1 ul li {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.inside_news1 ul li .nr_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_news1 ul li .imgbg {
	width: 25%;
}

.inside_news1 ul li .img {
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
	border-radius: 10px;
}

.inside_news1 ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
	background: #f9f9f9;
}

.inside_news1 ul li:hover .img img {
	transform: scale(1.1);
}

.inside_news1 ul li .txtbg {
	width: 75%;
}

.inside_news1 ul li .txt {
	padding-left: 5%;
	color: #666;
}

.inside_news1 ul li .txt .h2 {
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inside_news1 ul li:hover .txt .h2 {
	color: var(--primary-color);
}

.inside_news1 ul li .txt .h3 {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.inside_news1 ul li .txt .time {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding-left: 24px;
	position: relative;
}

.inside_news1 ul li .txt .time i {
	width: 20px;
	height: 24px;
	background: url(../images/ico_time.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

@media(max-width:999px) {
	.inside_news1 ul li .txt .h2 {
		font-size: 14px;
		line-height: 1.5em;
		height: auto;
		-webkit-line-clamp: 2;
		margin-bottom: 5px;
	}

	.inside_news1 ul li .txt .h3 {
		display: none;
	}
}



/*inner_news2*/
.inside_news2 {}

.inside_news2 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 0 0 20px;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.inside_news2 ul li:nth-child(2n-1) {
	margin-left: 0;
	clear: left;
}

.inside_news2 ul li .txt {}

.inside_news2 ul li .txt .h2 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	padding-left: 25px;
	position: relative;
}

.inside_news2 ul li .txt .h2:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #000;
	position: absolute;
	left: 0;
	top: 10px;
}

.inside_news2 ul li .txt .h2 a {
	float: left;
	width: 70%;
	height: 26px;
	overflow: hidden;
	color: #333;
}

.inside_news2 ul li:hover .txt .h2 a {
	color: var(--primary-color);
}

.inside_news2 ul li .txt .h2 span {
	float: right;
	color: #999;
}

@media(max-width:999px) {
	.inside_news2 ul li {
		float: left;
		width: 100%;
		margin: 0;
	}
}


/*inner_news3*/
.inside_news3 {}

.inside_news3 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 0 20px 20px;
}

.inside_news3 ul li:nth-child(2n-1) {
	margin-left: 0;
	clear: left;
}

.inside_news3 ul li .nr_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.inside_news3 ul li .date {
	width: 80px;
	height: 80px;
	background: #f2f2f2;
	color: #999;
	text-align: center;
}

.inside_news3 ul li .date strong {
	display: block;
	font-size: 36px;
	line-height: 36px;
	padding: 15px 0 2px 0;
}

.inside_news3 ul li .date span {
	display: block;
	font-size: 12px;
	line-height: 12px;
}

.inside_news3 ul li .txt {
	width: calc(100% - 100px);
	color: #666;
}

.inside_news3 ul li .txt .h2 {
	font-size: .94vw;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inside_news3 ul li .txt .h2 a {
	color: #333;
}

.inside_news3 ul li:hover .txt .h2 a {
	color: var(--primary-color);
}

.inside_news3 ul li .txt .h3 {
	font-size: .72vw;
	line-height: 1.5em;
	height: 3em;
	margin: 5px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media(max-width:999px) {
	.inside_news3 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
}

/*inpic1*/
.inside_picList1 {}

.inside_picList1 ul li {
	float: left;
	width: calc((100% - 40px)/3);
	margin: 0 0 20px 20px;
	text-align: center;
	background: #f0f0f0;
	border-radius: 10px;
	overflow: hidden;
}

.inside_picList1 ul li:nth-child(3n-2) {
	margin-left: 0;
	clear: left;
}

.inside_picList1 ul li .nr_box {}

.inside_picList1 ul li .img {
	padding-bottom: 64%;
	position: relative;
	overflow: hidden;
}

.inside_picList1 ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
	background: #f9f9f9;
}

.inside_picList1 ul li:hover .img img {
	transform: scale(1.1);
}

.inside_picList1 ul li .txtbg {
	position: relative;
}

.inside_picList1 ul li .txtbg:before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	position: absolute;
	left: 0;
	top: 0;
	transition: transform .38s cubic-bezier(.4, 0, .2, 1);
	transform: scaleY(0);
	transform-origin: 50% 100% 0;
}

.inside_picList1 ul li:hover .txtbg:before {
	transform: scaleY(1);
	transform-origin: 50% 0 0;
}

.inside_picList1 ul li .txt {
	padding: 15px 5%;
	color: #666;
	position: relative;
	z-index: 2;
}

.inside_picList1 ul li .txt .h2 {
	font-size: 14px;
	line-height: 1.5em;
	height: 1.5em;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inside_picList1 ul li:hover .txt .h2 {
	color: #fff;
}

.inside_picList1 ul li .txt .h3 {
	display: none;
}

@media(max-width:999px) {
	.inside_picList1 ul li {
		float: left;
		width: calc((100% - 10px)/2);
		margin: 0 0 20px 10px;
	}

	.inside_picList1 ul li:nth-child(3n-2) {
		margin-left: 10px;
		clear: none;
	}

	.inside_picList1 ul li:nth-child(2n-1) {
		margin-left: 0;
		clear: left;
	}

	.inside_picList1 ul li .txt {
		padding: 15px 5%;
	}

	.inside_picList1 ul li .txt .h2 {
		font-size: 14px;
		line-height: 1.6em;
		height: 1.6em;
	}
}

/*inphoto1*/
.inside_photo1 {}

.inside_photo1 ul li {
	float: left;
	width: calc((100% - 60px)/4);
	margin: 0 0 20px 20px;
	text-align: center;
}

.inside_photo1 ul li:nth-child(4n-3) {
	margin-left: 0;
	clear: left;
}

.inside_photo1 ul li .nr_box {
	border: 1px solid #f2f2f2;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.inside_photo1 ul li .imgbg {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.inside_photo1 ul li .img {
	padding-bottom: 100%;
	position: relative;
	z-index: 1;
}

.inside_photo1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
	background: #f9f9f9;
}

.inside_photo1 ul li:hover .img img {
	transform: scale(1.1);
}

.inside_photo1 ul li .imgbg:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.inside_photo1 ul li:hover .imgbg:before {
	opacity: 1;
	visibility: visible;
}

.inside_photo1 ul li i {
	width: 40px;
	height: 40px;
	background: url(../images/ico_search1.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.inside_photo1 ul li:hover i {
	opacity: 1;
	visibility: visible;
}

.inside_photo1 ul li .txtbg {}

.inside_photo1 ul li .txt {
	margin-top: 10px;
	padding: 0 5%;
	color: #666;
}

.inside_photo1 ul li .txt .h2 {
	font-size: 14px;
	line-height: 1.5em;
	height: 1.5em;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inside_photo1 ul li:hover .txt .h2 {
	color: var(--primary-color);
}

.inside_photo1 ul li .txt .h3 {
	display: none;
}

@media(max-width:999px) {
	.inside_photo1 ul li {
		float: left;
		width: calc((100% - 10px)/2);
		margin: 0 0 20px 10px;
	}

	.inside_photo1 ul li:nth-child(4n-3) {
		margin-left: 10px;
		clear: none;
	}

	.inside_photo1 ul li:nth-child(2n-1) {
		margin-left: 0;
		clear: left;
	}
}


/*inside_download1*/
.inside_download1 {}

.inside_download1 ul li {
	border-bottom: 1px dashed #ccc;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_download1 ul li:nth-child(1) {
	padding-top: 0;
}

.inside_download1 ul li>i {
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	width: 40px;
	text-align: center;
	color: var(--primary-color);
}

.inside_download1 ul li .txt {
	width: calc(100% - 200px);
	position: relative;
}

.inside_download1 ul li .txt .h2 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}

.inside_download1 ul li .txt .h2 a {
	color: #333;
}

.inside_download1 ul li:hover .txt .h2 a {
	color: var(--primary-color);
}

.inside_download1 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
}

.inside_download1 ul li .txt .h3 span {
	display: inline-block;
	margin: 0 20px 0 0;
	color: #999;
}

.inside_download1 ul li .down_btn {}

.inside_download1 ul li .down_btn a {
	display: block;
	background: var(--primary-color);
	color: #fff;
	width: 120px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
}

.inside_download1 ul li .down_btn a:hover {
	opacity: .9;
}

.inside_download1 ul li .down_btn a i {
	margin-right: 5px;
	vertical-align: middle;
}

@media(max-width:999px) {
	.inside_download1 ul li {
		padding: 20px 0;
		flex-wrap: wrap;
	}

	.inside_download1 ul li .txt {
		width: calc(100% - 60px);
	}

	.inside_download1 ul li .txt .h2 {
		font-size: 16px;
		line-height: 26px;
		height: 26px;
	}

	.inside_download1 ul li .txt .h3 {
		font-size: 14px;
		line-height: 24px;
	}

	.inside_download1 ul li .txt .h3 span {
		margin: 0 10px 0 0;
	}

	.inside_download1 ul li .down_btn {
		width: 100%;
		margin-top: 10px;
	}

	.inside_download1 ul li .down_btn a {
		width: 100%;
		line-height: 40px;
		font-size: 14px;
	}
}

/*inpro1*/
.inside_product1 {}

.inside_product1 ul li {
	float: left;
	width: calc((100% - 40px)/3);
	margin: 0 0 20px 20px;
	text-align: center;
}

.inside_product1 ul li:nth-child(3n-2) {
	margin-left: 0;
	clear: left;
}

.inside_product1 ul li .nr_box {
	border: 1px solid #f2f2f2;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.inside_product1 ul li:hover .nr_box {
	background: #f4f4f4;
}

.inside_product1 ul li .img {
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.inside_product1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
}

.inside_product1 ul li:hover .img img {
	transform: scale(1.1);
}

.inside_product1 ul li .txtbg {}

.inside_product1 ul li .txt {
	margin-top: 10px;
	padding: 0 5%;
	color: #666;
}

.inside_product1 ul li .txt .h2 {
	font-size: 16px;
	line-height: 1.5em;
	height: 1.5em;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inside_product1 ul li:hover .txt .h2 {
	color: var(--primary-color);
}

.inside_product1 ul li .txt .h3 {
	display: none;
}

@media(max-width:999px) {
	.inside_product1 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.inside_product1 ul li .txt .h2 {
		font-size: 14px;
		line-height: 1.5em;
		height: 1.5em;
	}
}

/*innewsClass1*/
.itit1 {}

.itit1 .h2 {
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}

.itit1 .h2 strong {
	float: left;
	font-weight: bold;
	border-left: 5px solid var(--primary-color);
	padding-left: 5px;
}

.itit1 .h2 a {
	float: right;
	font-size: 14px;
	color: var(--primary-color);
}

.inside_newsClass1 {}

.inside_newsClass1_box {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.inside_newsClass1 .ilist {
	padding: 10px 10px 0 10px;
}

.inside_newsClass1 .ilist ul li {
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	position: relative;
}

.inside_newsClass1 .ilist ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 17px;
}

.inside_newsClass1 .ilist ul li a {
	float: left;
	width: 70%;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size: 16px;
}

.inside_newsClass1 .ilist ul li span {
	float: right;
	font-size: 14px;
	color: #999;
}

/*inproClass1*/
.imore1 {}

.imore1 span {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	font-size: 14px;
}

.imore1 span:hover {
	background: #fff;
	color: #333;
}

.inside_proClass1 {}

.inside_proClass1 ul li {
	float: left;
	width: calc((100% - 40px)/3);
	margin: 0 0 20px 20px;
	text-align: center;
	background: #fff;
	position: relative;
}

.inside_proClass1 ul li:nth-child(3n-2) {
	margin-left: 0;
	clear: left;
}

.inside_proClass1 ul li .nr_box {
	border: 10px solid #eee;
}

.inside_proClass1 ul li .img {
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.inside_proClass1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
}

.inside_proClass1 ul li:hover .img img {
	transform: scale(1.1);
}

.inside_proClass1 ul li .txtbg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_proClass1 ul li .txt {
	padding: 20px 5%;
	width: 90%;
	color: #fff;
}

.inside_proClass1 ul li .txt .h2 {
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}

.inside_proClass1 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

@media(max-width:999px) {
	.inside_proClass1 ul li {
		float: left;
		width: calc((100% - 20px)/2);
		margin: 0 0 20px 20px;
	}

	.inside_proClass1 ul li:nth-child(3n-2) {
		margin-left: 20px;
		clear: none;
	}

	.inside_proClass1 ul li:nth-child(2n-1) {
		margin-left: 0;
		clear: left;
	}
}


.m11_message1 {width: 100%;}

.m11_message1 .list1 {
	margin-top: 20px;
}

.m11_message1 .list1 img {
	display: block;
	width: 100%;
	background: #f9f9f9;
}

.m11_message1 .list2 {
	margin-top: 20px;
}

/*留言*/
.message1 {}

.message1 form {}

.message1 form ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
}

.message1 form ul li {
	width: 48%;
	margin: 0 0 20px 4%;
}

.message1 form ul li.li1 {
	width: 100%;
	margin-left: 0;
}

.message1 form ul li.li2 {
	text-align: right;
}

.message1 form ul li:nth-child(1),
.message1 form ul li:nth-child(3),
.message1 form ul li:nth-child(6) {
	margin-left: 0;
}

.message1 form .h3 {
	width: 100px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
}

.message1 form .h3 font {
	color: #f00;
}

.message1 form .input_text {
	border: 1px solid #eee;
	background: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	width: calc(100% - 22px);
}

.message1 form textarea {
	border: 1px solid #eee;
	background: #fff;
	height: 120px;
	line-height: 40px;
	padding: 0 10px;
	width: calc(100% - 22px);
	display: block;
}

.message1 form .yzm {
	height: 42px;
}

.message1 form .input_text1 {
	border: 1px solid #eee;
	background: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	width: calc(100% - 132px);
	float: left;
}

.message1 form #sendcode {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	height: 42px;
	line-height: 40px;
	width: 100px;
	cursor: pointer;
	transition: all .3s ease;
	float: right;
}

.message1 form #sendcode:hover {
	opacity: .9;
}

.message1 form #sendcode[disabled] {
	background: #999;
}

.message1 form .input_button {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	height: 42px;
	line-height: 40px;
	width: 50%;
	max-width: 200px;
	cursor: pointer;
	transition: all .3s ease;
	margin-top: 20px;
}

.message1 form .input_button:hover {
	border-color: var(--secondary-color);
	background: var(--secondary-color);
}

@media(max-width:999px) {
	.message1 form ul {
		display: block;
	}

	.message1 form ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.message1 form ul li.li2 {
		text-align: center;
	}

	.message1 form .h3 {
		font-size: 14px;
		line-height: 1.8em;
		margin-bottom: 0;
	}

	.message1 form .input_text {
		height: 38px;
		line-height: 38px;
		padding: 0 10px;
		width: calc(100% - 22px);
		font-size: 14px;
	}

	.message1 form textarea {
		height: 100px;
		line-height: 38px;
		padding: 0 10px;
		width: calc(100% - 22px);
		font-size: 14px;
	}

	.message1 form .yzm {
		height: 40px;
	}

	.message1 form .input_text1 {
		height: 38px;
		line-height: 38px;
		padding: 0 10px;
		width: calc(100% - 132px);
		font-size: 14px;
	}

	.message1 form #sendcode1 {
		height: 40px;
		line-height: 38px;
		width: 100px;
		font-size: 14px;
	}

	.message1 form .input_button {
		height: 40px;
		line-height: 38px;
		width: 100%;
		max-width: 100%;
		font-size: 14px;
		margin-top: 10px;
	}
}


/*联系*/
.inside_contact1 {
	font-size: .84vw;
	line-height: 1.56vw;
}

.inside_contact1 ul li {}

.inside_contact1 ul li h2 {
	font-size: 1.56vw;
	line-height: 1.5em;
}

.inside_contact1 ul li i {
	display: inline-block;
	text-align: center;
	width: 1.56vw;
	height: 1.56vw;
	line-height: 1.56vw;
	margin-right: 5px;
	color: var(--primary-color);
}

.inside_contact1 ul li span {
	display: inline-block;
	width: 4.2vw;
	text-justify: inter-ideograph;
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
}

.m11_tit2 {
	text-align: center;
}

.m11_tit2 .h2 {
	font-size: 14px;
	line-height: 24px;
}

.m11_tit2 .h2 strong {
	display: block;
	font-size: 28px;
	line-height: 38px;
	font-weight: bold;
}

.m11_tit2 .h2 span {
	display: block;
	opacity: .7;
	margin-top: 5px;
}

@media(max-width:999px) {
	.m11_tit2 .h2 {
		font-size: 14px;
		line-height: 24px;
	}

	.m11_tit2 .h2 strong {
		font-size: 24px;
		line-height: 34px;
	}
}

.m11_contact1 {
	margin-bottom: 60px;
}

.m11_contact1 .list {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.m11_contact1_lt {
	width: 33%;
	height: 400px;
	background: #f9f9f9;
	border-radius: 20px;
}

.m11_contact1_lt .nr_box {
	padding: 40px 5%;
}

.m11_contact1_lt .h2 {
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.m11_contact1_lt ul {
	font-size: 16px;
	line-height: 24px;
	color: #666;
}

.m11_contact1_lt ul li {
	position: relative;
	margin-top: 10px;
}

.m11_contact1_lt ul li i {
	display: inline-block;
	text-align: center;
	width: 20px;
	line-height: 24px;
	font-size: 16px;
	color: var(--primary-color);
	margin-right: 5px;
}

.m11_contact1_lt ul li i.fa-mobile {
	font-size: 20px;
	vertical-align: sub;
}

.m11_contact1_rt {
	width: calc(67% - 30px);
}

.m11_contact2 {
	overflow: hidden;
}

.m11_contact2 .list {
	margin-top: 30px;
}

.m11_contact2 .list ul {}

.m11_contact2 .message2 {}

.m11_contact2 form {}

.m11_contact2 form ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
}

.m11_contact2 form ul li {
	width: 48%;
	margin: 0 0 1.04vw 4%;
}

.m11_contact2 form ul li.li1 {
	width: 100%;
	margin-left: 0;
}

.m11_contact2 form ul li.li2 {
	width: 100%;
	margin-left: 0;
	text-align: center;
}

.m11_contact2 form ul li:nth-child(1),
.m11_contact2 form ul li:nth-child(3),
.m11_contact2 form ul li:nth-child(6) {
	margin-left: 0;
}

.m11_contact2 form .h3 {
	font-size: .84vw;
	line-height: 1.8em;
}

.m11_contact2 form .h3 font {
	color: #f00;
}

.m11_contact2 form .input_text {
	border: 1px solid #f1f1f1;
	background: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	width: calc(100% - 22px);
}

.m11_contact2 form textarea {
	border: 1px solid #f1f1f1;
	background: #fff;
	height: 72px;
	line-height: 24px;
	padding: 10px 10px;
	width: calc(100% - 22px);
}

.m11_contact2 form .yzm {
	height: 47px;
}

.m11_contact2 form .input_text1 {
	border: 1px solid #f1f1f1;
	background: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	width: calc(100% - 152px);
	float: left;
}

.m11_contact2 form #sendcode2 {
	border: 1px solid #fff;
	background: var(--primary-color);
	color: #fff;
	height: 47px;
	line-height: 45px;
	width: 120px;
	cursor: pointer;
	transition: all .3s ease;
	float: right;
}

.m11_contact2 form #sendcode2:hover {
	background: var(--third-color);
	color: #fff;
}

.m11_contact2 form #sendcode2[disabled] {
	background: #999;
}

.m11_contact2 form .input_button {
	border: 1px solid #fff;
	background: var(--primary-color);
	color: #fff;
	height: 47px;
	line-height: 45px;
	width: 50%;
	max-width: 200px;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	margin-top: 20px;
}

.m11_contact2 form .input_button:hover {
	background: var(--third-color);
	color: #fff;
}

@media(max-width:999px) {
	.m11_contact1 {
		margin-bottom: 40px;
	}

	.m11_contact1 .list {
		margin-top: 20px;
		display: block;
	}

	.m11_contact1_lt {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.m11_contact1_lt .nr_box {
		padding: 20px 5%;
	}

	.m11_contact1_lt .h2 {
		font-size: 20px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}

	.m11_contact1_lt ul {
		font-size: 14px;
		line-height: 24px;
	}

	.m11_contact1_lt ul li i {
		line-height: 24px;
	}

	.m11_contact1_lt ul li {
		margin-top: 5px;
	}

	.m11_contact1_rt {
		width: 100%;
	}

	.m11_contact2 form ul {
		display: block;
	}

	.m11_contact2 form ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.m11_contact2 form ul li.li2 {
		text-align: center;
	}

	.m11_contact2 form .h3 {
		font-size: 14px;
		line-height: 1.8em;
	}

	.m11_contact2 form .input_text {
		height: 38px;
		line-height: 38px;
		padding: 0 10px;
		width: calc(100% - 22px);
		font-size: 14px;
	}

	.m11_contact2 form textarea {
		height: 100px;
		line-height: 38px;
		padding: 0 10px;
		width: calc(100% - 22px);
		font-size: 14px;
	}

	.m11_contact2 form .yzm {
		height: 40px;
	}

	.m11_contact2 form .input_text1 {
		height: 38px;
		line-height: 38px;
		padding: 0 10px;
		width: calc(100% - 132px);
		font-size: 14px;
	}

	.m11_contact2 form #sendcode2 {
		height: 40px;
		line-height: 38px;
		width: 100px;
		font-size: 14px;
	}

	.m11_contact2 form .input_button {
		height: 40px;
		line-height: 38px;
		width: 100%;
		max-width: 100%;
		font-size: 14px;
		margin-top: 10px;
	}
}

/* 新增样式 */

.m11_head_top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.m11_head_top_left {
	margin-left: 40px;
}

.m11_head_top_left>img {
	width: 100%;
	height: 100%;
	max-height: 51px;
}

.m11_head_top_right {
	font-size: 20px;
	color: #2097F3;
	font-size: 20px;
	color: #2097F3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.m11_head_top_right>img {
	width: 100%;
	height: 100%;
	max-width: 48px;
	margin-right: 10px;
}

.m11_head_lt_title {
	font-weight: bold;
	font-size: 22px;
	color: rgba(0, 133, 240, 1);
	line-height: 48px;
}

.m11_head_lt_description {
	color: #0085F0;
	font-size: 20px;
	font-weight: 700;
	white-space: pre-wrap;
	background-color: #FFFFFF;
}

.footer_top {
	background-color: rgb(28 46 74);
	padding: 3.5% 0;
}

.footer_top>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_top_item {
	width: calc(100% / 3 - calc(10% / 3)* 2);
	margin: 0 calc(10% / 3);
}

.footer_top .footer_top_item:nth-child(1) {
	width: calc(100% / 3 - calc(10% / 3));
	margin: 0 calc(10% / 3) 0 0;
}

.footer_top .footer_top_item:nth-last-child(1) {
	width: calc(100% / 3 - calc(10% / 3));
	margin: 0 0 0 calc(10% / 3);
}

.footer_top_item_title {
	font-size: 26px;
	color: #fff;
	line-height: 1.5;
	position: relative;
	padding-left: 13px;
}

.footer_top_item_title::before {
	content: "";
	width: 2px;
	height: 28px;
	background-color: #1670EB;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 12px;
}

.footer_top_item_content {
	color: #ccc;
	font-size: 14px;
	line-height: 27px;
	margin-top: 10px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.footer_top_item_content>p {
	padding: 0;
	line-height: unset;
}

.footer_top .footer_top_item:nth-child(2) .footer_top_item_content>p {
	font-size: 14px;
	color: #ccc;
	border-bottom: 1px solid #404040;
	padding: 7px 0;
	margin: 0 0 8px 0;
}

.footer_top_message_item {
	font-size: 14px;
	color: #ccc;
	vertical-align: middle;
	line-height: 1.5;
	margin-top: 10px;
}

.footer_top_message_item>img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	line-height: 1.5;
}

.footer_top_search>form {
	position: relative;
}

.footer_top_search>form>input {
	border: 2px solid #ebebeb;
	border-radius: 3px;
	width: calc(100% - 79px);
	margin: 5px;
	height: 38px;
	padding: 0 50px 0 15px;
}

.footer_top_search>form>svg {
	position: absolute;
	right: 15px;
	top: 13px;
	cursor: pointer;
}

.f_info {
	padding: 10px 0;
	line-height: 22px;
	color: rgba(101, 113, 128, 1);
	font-size: 12px;
	text-align: center;
	background-color: #000;
}

.f_info a {
	line-height: 22px;
	color: rgba(101, 113, 128, 1);
	font-size: 12px;
	text-align: center;
}

.f_info p {
	padding: 0;
	line-height: unset;
}

.f_info2 {
	padding: 10px 0;
	line-height: 22px;
	color: rgba(101, 113, 128, 1);
	font-size: 12px;
	text-align: center;
	background-color: #000;
	display: none;
}

.f_info2 a {
	line-height: 22px;
	color: rgba(101, 113, 128, 1);
	font-size: 12px;
	text-align: center;
}

.f_info2 p {
	padding: 0;
	line-height: unset;
}

.banner .swiper-slide .banner_button {
	position: absolute;
	bottom: 25%;
	left: 50%;
	transform: translate(-50%, 0);
}

.banner .swiper-slide .banner_button>a {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	height: 75px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: var(--primary-color);
	border-radius: 50px;
	padding: 0px 40px;
	transition: all 0.6s ease;
	line-height: 1.5;
}

.banner .swiper-slide .banner_button>a:hover {
	background-color: #fff;
	color: var(--primary-color);
}

.content1_content_top {
	padding-top: 5%;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding-bottom: 2%;
}

.content1_content_title {
	font-size: 36px;
	color: #1F87E8;
	line-height: 1.5;
	font-weight: bold;
}

.content1_content_sub_title {
	color: #666;
	font-size: 16px;
	line-height: 1.5;
}

.content1_content_description {
	font-size: 18px;
	margin-top: 2%;
	color: #404040;
	line-height: 1.5;
}

.content1_content_description>p {
	padding: 0;
	line-height: unset;
}

.content1_content_bottom_content {
	margin: 0 13.5%;
}

.content1_content_bottom_content>video {
	width: 100%;
	height: auto;
}

.content2_content_description {
	font-size: 18px;
	margin-top: 2%;
	color: #666;
	line-height: 1.5;
}

.content2_content_description>p {
	padding: 0;
	line-height: unset;
}

.content2_content_bottom {
	background-color: rgba(242, 249, 255, 1);
}

.content2_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content2_content_bottom_item {
	width: calc(100% / 4 - 14px);
	border: 2px solid #fff;
	background-color: rgb(66, 165, 246);
	padding: 6% 5px;
}

.content2_content_bottom_item_img {
	text-align: center;
}

.content2_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	max-width: 60px;
}

.content2_content_bottom_item_title {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.content2_content_bottom_item_description {
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size: 16px;
	color: #fff;
	text-align: left;
	margin: 20px 10px;
}

.content2_content_bottom_item_a {
	text-align: center;
	margin-top: 10px;
}

.content2_content_bottom_item_a>a {
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: rgb(32, 151, 243);
	border: 1px solid rgb(204, 204, 204);
	border-radius: 50px;
	transition: all 0.6s ease;
	cursor: pointer;
	background-color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 0 28px;
}

.content2_content_bottom_item_a>a:hover {
	color: rgb(31, 135, 232);
	border-color: rgb(22, 112, 235);
}

.content3_content_bottom {
	padding-top: 2.1459%;
	padding-bottom: 3.5765%;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
}

.content3_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.content3_content_bottom_item {
	border-left: 1px #F2F2F2 solid;
	width: calc(100% / 4 - 1px);
}

.content3_content_bottom .content3_content_bottom_item:nth-child(1) {
	border-left: 0;
}

.content3_content_bottom_item_description {
	color: #fff;
	font-size: 16px;
}

.content3_content_bottom_item_description>span {
	font-size: 68px;
	font-weight: 300;
	line-height: 1.5;
}

.content3_content_bottom_item_title {
	color: #fff;
	font-size: 16px;
}

.content4_content {
	padding-top: 2.1459%;
	padding-bottom: 3.5765%;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
}

.content4_content_bottom_con {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	background-color: #fff;
	padding: 10px;
}

.content4_content_bottom_titles {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	overflow-y: hidden;
	overflow-x: auto;
	margin-bottom: 10px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.content4_content_bottom_titles::-webkit-scrollbar {
	display: none;
}

.content4_content_bottom_title {
	flex: 1;
	border: 1px solid rgb(240, 240, 240);
	border-radius: 2px;
	background-color: #fff;
	color: rgba(33, 33, 33);
	font-size: 12px;
	padding: 10px 20px;
	cursor: pointer;
	min-width: max-content;
}

.content4_content_bottom_title.hover {
	background-color: rgb(22, 112, 235);
	box-shadow: 0px 3px 9px -1px rgba(22, 112, 235, 1);
	border-color: rgb(22, 112, 235);
	color: #fff;
}

.content4_content_bottom_imgs {
	overflow: hidden;
	width: 100%;
}

.content4_content_bottom_imgs_con {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: center;
	transition: all 1.2s ease;
}

.content4_content_bottom_img {
	flex: 0 0 100%;
}

.content4_content_bottom_img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 16 / 5;
}

.content5_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content5_content_bottom_item {
	width: calc(100% / 5 - 20px);
	margin: 10px;
	min-height: 150px;
	background-color: #fff;
	transition: all 0.4s ease;
}

.content5_content_bottom_item_img {
	overflow: hidden;
}

.content5_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 8;
	object-fit: cover;
	transition: all 0.4s ease;
}

.content5_content_bottom_item:hover .content5_content_bottom_item_img>img {
	transform: scale(1.1);
}

.content5_content_bottom_item_title {
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	padding: 5%;
	width: calc(100% - 10%);
	transition: all 0.4s ease;
}

.content5_content_bottom_item:hover .content5_content_bottom_item_title {
	background-color: rgb(22, 112, 235);
	color: #fff;
}

.content5_content_a {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 24px;
}

.content5_content_a>a {
	color: rgba(94, 96, 100, 1);
	border: 1px solid rgba(94, 96, 100, 1);
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
	font-size: 14px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	position: relative;
	padding: 0 39px;
}

.content5_content_a>a:hover {
	color: #fff;
	background-color: rgb(22, 112, 235);
	border-color: rgb(22, 112, 235);
}

.content5_content_a>a::after {
	content: "";
	background-image: url(../images/ico_list1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(90deg);
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

.content5_content_a>a:hover::after {
	background-image: url(../images/ico_list1_hover2.png);
}

.content6 .content1_content_top {
	background-color: rgb(243, 249, 255);
}

.content6_content_bottom {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 2%;
	padding-bottom: 4%;
}

.content6_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content6_content_bottom_item {
	width: calc(100% / 6 - 15px);
	padding: 7.5px;
	transition: all ease 0.36s;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
}

.content6_content_bottom_item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.content6_content_bottom_item_img>img {
	width: 100%;
	height: auto;
}

.content7_content {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content7_content_bottom>div.wapper1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content7_content_bottom_item {
	width: calc(100% / 3 - 20px);
	margin: 10px;
	background-color: #fff;
	transition: all 0.4s ease;
	min-height: 310px;
}

.content7_content_bottom_item:hover {
	background-color: rgb(22, 112, 235);
}

.content7_content_bottom_item_img {
	overflow: hidden;
}

.content7_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	transition: all 0.4s ease;
	aspect-ratio: 16 / 9;
}

.content7_content_bottom_item:hover .content7_content_bottom_item_img>img {
	transform: scale(1.1);
}

.content7_content_bottom_item_title {
	padding: 20px 5%;
	width: calc(100% - 10%);
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	line-height: 1.5;
height: 3em;
}

.content7_content_bottom_item:hover .content7_content_bottom_item_title {
	color: #fff;
}

.content7_content_a {
	text-align: center;
	margin-top: 30px;
}

.content7_content_a>a {
	color: rgb(75, 75, 75);
	font-size: 14px;
	line-height: 1.5;
	height: 45px;
	display: inline-flex;
	border: 1px solid rgb(222, 222, 222);
	border-radius: 4px;
	background: rgba(255, 255, 255, 1);
	transition: all 0.6s;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
}

.content7_content_a>a:hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(100, 100, 100, 1);
	border-color: rgba(0, 0, 0, 1);
}

.productcenter_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.productcenter_content_item {
	width: calc(100% / 3 - 2% - 60px);
	margin: 1%;
	padding: 30px;
	transition: all 0.4s ease;
	border-radius: 5px;
	background-color: #fff;
}

.productcenter_content_item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.productcenter_content_item_img>img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
}

.productcenter_content_item_title {
	font-size: 16px;
	color: rgb(50, 50, 50);
	margin: 20px;
	line-height: 1.3;
	text-align: center;
}

.banner_innner2_content {
	position: relative;
}

.banner_inner2_content_img>img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 5;
	object-position: center;
	object-fit: cover;
}

.banner_inner2_content_con {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner_inner2_content_con>div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	height: calc(100% - 40px);
	padding-top: 20px;
	padding-bottom: 20px;
}

.banner_inner2_content_title {
	width: 100%;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 64px;
}

.banner_inner2_content_description {
	width: 100%;
	color: #F8F8F8;
	font-size: 28px;
	line-height: 36px;
}

.banner_inner2_content_content {
	width: 100%;
	color: #F8F8F8;
	font-size: 24px;
	margin-top: 20px;
	line-height: 27px;
}

.banner_inner2_content_content>p {
	padding: 0;
	line-height: unset;
}

.banner_inner2_content_a {
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
}

.banner_inner2_content_a>a {
	height: 40px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(255, 255, 255, 1);
	font-size: 20px;
	border-radius: 5px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: all 0.6s ease;
	margin-left: 20px;
	padding: 0px 40px;

}

.banner_inner2_content_a>a:nth-child(1) {
	margin-left: 0;
}

.banner_inner2_content_a>a:hover {
	color: rgb(0, 133, 240);
	background-color: rgba(255, 255, 255, 1);
}

.content8_content {
	margin-top: 30px;
}

.content8_content_keywords {
	color: #000000;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.content8_content_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 16px;
}

.content8_content_con_left {
	margin-right: 66px;
}

.content8_content_con_left>img {
	width: 100%;
	height: auto;
	max-width: 324px;
}

.content8_content_con_right {
	flex: 1;
}

.content8_content_con_right_title {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
	line-height: 1.5;
}

.content8_content_con_right_description {
	margin: 20px 0px 0px;
	padding: 10px 10px 10px 0px;
	color: #000000;
	font-size: 18px;
	line-height: 1.5;
}

.content8_content_con_right_a {
	margin-top: 40px;
}

.content8_content_con_right_a>a {
	box-sizing: border-box;
	margin: 0px 10px 10px 0px;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 42px;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 42px;
	text-align: center;
	border-radius: 21px;
	transition: background-color 0.3s ease 0s;
	background: #1670EB;
}

.content9_content {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content9_content_top {
	padding-top: 2.7%;
}

.content9_content_title {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.content9_content_description {
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}

.content9_content_bottom>div {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
}

.content9_content_bottom_item {
	width: calc(100% / 4 - 2% - 50px);
	margin: 1%;
	padding: 25px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
	min-height: 234px;
}

.content9_content_bottom_item:hover {
	box-shadow: unset;
}

.content9_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	max-width: 51px;
}

.content9_content_bottom_item_title {
	font-size: 20px;
	color: rgba(50, 50, 50, 1);
	font-weight: bold;
	margin-top: 30px;
	line-height: 1.3
}

.content9_content_bottom_item_description {
	margin-top: 12px;
	line-height: 1.4;
	color: rgba(84, 84, 84, 1);
	font-size: 14px;
}

.content10_content_top {
	padding-top: 30px;
}

.content10_content_title {
	color: #000000;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.content10_content_description {
	font-size: 16px;
	color: #777777;
	text-align: center;
	line-height: 1.5;
}

.content10_content_bottom {
	padding: 20px 0;
}

.content10_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content10_content_bottom_item {
	width: calc(100% / 4 - 40px);
	margin: 20px;
}

.content10_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.content10_content_bottom_item_title {
	color: #4D4D4D;
	font-size: 20px;
}

.content10_content_bottom_item_description {
	color: #4D4D4D;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5;
	min-height: 84px;
}

.content10_content_bottom_item_a {
	text-align: center;
	margin-top: 20px;
}

.content10_content_bottom_item_a>a {
	height: 45px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 1);
	background: rgba(22, 112, 235, 1);
	border: 1px solid rgba(22, 112, 235, 1);
	border-radius: 50px;
	transition: all 0.6s ease;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 10px;
}

.content11 {
	background-color: rgb(238, 249, 250);
}

.content11_content {
	padding: 30px 0;
}

.content11_content_title {
	color: #000000;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.content11_content_description {
	font-size: 16px;
	color: #4B4B4B;
	text-align: center;
	line-height: 1.5;
}

.content11_content_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}

.content11_content_img>img {
	width: 100%;
	height: auto;
	max-width: 337px;
	margin-right: 50px;
}

.content11_content_content {
	flex: 1;
}

.content11_content_content h3 {
	font-size: 32px;
	color: #252B3A;
	text-indent: 2em;
	line-height: 1.5;
}

.content11_content_content ul {
	margin-left: 8em;
}

.content11_content_content ul>li {
	line-height: 1.6;
	color: #252B3A;
	font-size: 20px;
	list-style-type: disc;
}

.content11_content_content ul>li::marker {
	font-size: 28px;
}

.content11_content_content p {
	padding: 0;
	line-height: unset;
}

.content12_content_bottom {
	margin-top: 20px;
}

.content12_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content12_content_bottom_item {
	width: calc(100% / 4 - 20px - 30px);
	margin: 10px;
	padding: 15px;
	background-color: #fff;
	transition: all .6s ease;
}

.content12_content_bottom_item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 133, 240, 1);
}

.content12_content_bottom_item_img {
	width: 100%;
	overflow: hidden;
}

.content12_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	transition: all .36s ease;
	aspect-ratio: 16 / 9;
}

.content12_content_bottom_item:hover .content12_content_bottom_item_img>img {
	transform: scale(1.1);
}

.content12_content_bottom_item_title {
	font-size: 16px;
	margin-top: 15px;
	color: rgba(51, 51, 51, 1);
	line-height: 1.5;
	min-height: 48px;
}

.content12_content_bottom_item:hover .content12_content_bottom_item_title {
	color: #fff;
}

.content12_content_a {
	text-align: center;
	margin: 20px auto;
}

.content12_content_a>a {
	color: rgba(94, 96, 100, 1);
	border: 1px solid rgba(94, 96, 100, 1);
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
	font-size: 14px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	position: relative;
	padding: 0 39px;
}

.content12_content_a>a:hover {
	color: #fff;
	background-color: rgb(22, 112, 235);
	border-color: rgb(22, 112, 235);
}

.content12_content_a>a::after {
	content: "";
	background-image: url(../images/ico_list1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(90deg);
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

.content12_content_a>a:hover::after {
	background-image: url(../images/ico_list1_hover2.png);
}

.content13 {
	background-color: rgba(235, 235, 235, 1);
}

.content13_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
	margin: 5px 0;
}

.content13_content_bottom_item {
	width: calc(100% / 6 - 36px);
	margin: 0 8px;
	background-color: #fff;
	text-align: center;
	padding: 35px 10px;
height: 230px;
}

.content13_content_bottom_item_img>img {
	width: 45%;
	height: auto;
}

.content13_content_bottom_item_title {
	font-size: 20px;
	color: #0085F0;
	padding: 10px 0px 0px 0px;
	line-height: 1.5;
}

.content13_content_bottom_item_keywords {
	font-size: 20px;
	color: #0085F0;
	line-height: 1.5;
}

.content13_content_bottom_item_description {
	font-size: 14px;
	color: #4d4d4d;
	line-height: 1.5;
	padding: 5px 0px;
}

.content13_content_a {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 28px;
	padding-bottom: 32px;
	text-align: center;
}

.content13_content_a>a {
	height: 45px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(22, 112, 235, 1);
	border: 1px solid rgba(22, 112, 235, 1);
	border-radius: 50px;
	font-size: 16px;
	padding: 0 25px;
	line-height: 1.5;
	transition: all 0.6s ease;
}

.content13_content_a>a:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(22, 112, 235, 1);
}

.content14_content_bottom {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content14_content_bottom_item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: calc(100% / 5 - 74px);
	padding: 37px;
	background-color: #000;
}

.content14_content_bottom_item:hover {
	background-image: unset !important;
}

.content14_content_bottom_item_img>img {
	width: 20%;
	height: auto;
	cursor: pointer;
}

.content14_content_bottom_item_img>img:nth-child(2) {
	opacity: 0;
}

.content14_content_bottom_item:hover .content14_content_bottom_item_img>img:nth-child(1) {
	display: none;
}

.content14_content_bottom_item:hover .content14_content_bottom_item_img>img:nth-child(2) {
	opacity: 1;
	transform: rotate3d(0, 1, 0, 360deg);
	transition: transform 1s ease;
}

.content14_content_bottom_item_title {
	margin-top: 40%;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}

.content14_content_bottom_item:hover .content14_content_bottom_item_title {
	margin-top: 10%;
}

.content14_content_bottom_item_keywords {
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
	font-weight: bold;
}

.content14_content_bottom_item_description {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	margin-top: 10%;
	display: none;
}

.content14_content_bottom_item:hover .content14_content_bottom_item_description {
	display: block;
}

.content15_content_bottom {
	margin-top: 20px;
	margin-bottom: 50px;
}

.content15_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.content15_content_bottom_item {
	width: calc(100% / 5 - 20px);
	background-color: #F6F6F6;
	padding: 35px 10px;
	text-align: center;
}

.content15_content_bottom .content15_content_bottom_item:nth-child(2n) {
	background-color: #EBEBEB;
}

.content15_content_bottom_item_img>img {
	width: 25%;
	height: auto;
}

.content15_content_bottom_item_title {
	font-size: 18px;
	color: #0085F0;
	padding: 10px 10px 0px 10px;
	line-height: 1.5;
}

.content15_content_bottom_item_keywords {
	font-size: 16px;
	color: #0085F0;
	line-height: 1.5;
}

.content15_content_bottom_item_description {
	font-size: 14px;
	color: #4d4d4d;
	line-height: 1.5;
	padding: 5px 10px;
}

.banner_inner3_content_title {
	font-size: 42px;
	width: 100%;
	color: #FFFFFF;
	line-height: 1.5;
}

.banner_inner3_content_description {
	font-size: 42px;
	width: 100%;
	color: #FFFFFF;
	line-height: 1.5;
}

.banner_inner3_content_content {
	font-size: 18px;
	color: #FFFFFF;
	width: 100%;
	line-height: 1.5;
}

.banner_inner3_content_content>p {
	padding: 0;
	line-height: unset;
}

.banner_inner3_content_a {
	margin-top: 44px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	width: 100%;
}

.banner_inner3_content_a>a {
	font-size: 16px;
	border-radius: 4px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 1);
	height: 42px;
	background: rgba(22, 112, 235, 1);
	padding: 0 35px;
	margin-left: 100px;
}

.banner_inner3_content_a>a:nth-child(1) {
	margin-left: 0;
}

.content16_content_title {
	color: #000000;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.content16_content_description {
	margin: 30px auto 65px;
	font-size: 16px;
	width: 921.594px;
	text-align: center;
	color: #575D6C;
}

.content16_content_bottom {
	padding-bottom: 20px;
}

.content16_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content16_content_bottom_item {
	width: calc(100% / 4 - 75px / 3);
	text-align: center;
	margin-left: 25px;
}

.content16_content_bottom .content16_content_bottom_item:nth-child(1) {
	margin-left: 0;
}

.content16_content_bottom_item_img>img {
	width: 100px;
	height: auto;
}

.content16_content_bottom_item_title {
	font-size: 20px;
	text-align: center;
	color: #252B3A;
	margin-top: 12px;
	font-weight: bold;
}

.content16_content_bottom_item_description {
	color: #575D6C;
	line-height: 28px;
	font-size: 16px;
	margin-top: 12px;
	text-align: left;
}

.content17 {
	background-color: rgba(238, 243, 248, 1);
}

.content17_content_title {
	color: #404040;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.content17_content_bottom {
	margin-top: 50px;
}

.content17_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content17_content_bottom_item {
	text-align: center;
	width: calc(100% / 4 - 30px);
	margin: 10px;
	padding: 5px;
	box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 1);
	min-height: 172px;
}

.content17_content_bottom_item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.content17_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	max-width: 50px;
}

.content17_content_bottom_item_title {
	color: rgba(50, 50, 50, 1);
	font-size: 20px;
	margin-top: 30px;
	line-height: 1.3;
}

.content17_content_bottom_item_description {
	margin-top: 12px;
	line-height: 1.4;
	font-size: 14px;
	color: rgba(7, 7, 7, 1);
}

.content18_content_img>img {
	width: 100%;
	height: auto;
}

.content18_content_bottom {
	margin-top: 10px;
	margin-left: 20px;
}

.content18_content_bottom_item_title {
	font-size: 20px;
	color: rgba(51, 51, 51, 1);
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	cursor: pointer;
}

.content18_content_bottom_item_title:hover>span {
	color: var(--primary-color);
}

.content18_content_bottom_item_title>img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.content18_content_bottom_item_content {
	font-size: 16px;
	line-height: 1.5;
	display: none;
	padding: 15px 15px 15px 25px;
}

.content18_content_bottom_item_content>p {
	padding: 0;
	line-height: unset;
}

.content19 {
	background-color: rgba(238, 243, 248, 1);
}

.content19_content {
	padding-top: 30px;
}

.content19_content_title {
	color: #404040;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.content19_content_description {
	font-size: 22px;
	color: #404040;
	text-align: center;
	line-height: 1.5;
}

.content19_content_img {
	margin-left: 8.002610966057443%;
	margin-right: 9.763699412532633%;
	margin-top: 20px;
}

.content19_content_img>img {
	width: 100%;
	height: auto;
}

.banner_inner4_content_title {
	width: 100%;
	color: #FFFFFF;
	font-size: 42px;
	line-height: 1.5;
}

.banner_inner4_content_description {
	width: 100%;
	line-height: 1.5;
	font-size: 44px;
	color: #FFFFFF;
	font-weight: bold;
}

.banner_inner4_content_content {
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 20px;
	width: 100%;
	line-height: 1.5;
}

.banner_inner4_content_content>p {
	padding: 0;
	line-height: unset;
}

.content20_content_top {
	margin-top: 150px;
}

.content20_content_title {
	color: #000000;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.content20_content_description {
	font-size: 16px;
	text-align: center;
	color: #575D6C;
	margin-top: 30px;
}

.content20_content_bottom {
	margin-bottom: 150px;
}

.content20_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content20_content_bottom_item {
	width: calc(100% / 4 - 60px);
	margin: 10px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
	text-align: center;
}

.content20_content_bottom_item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.content20_content_bottom_item_img>img {
	width: 25%;
	height: auto;
}

.content20_content_bottom_item_title {
	color: rgba(50, 50, 50, 1);
	font-size: 24px;
	margin-top: 30px;
	line-height: 1.3;
}

.content20_content_bottom_item_description {
	margin-top: 12px;
	line-height: 1.4;
	font-size: 14px;
	color: rgba(0, 0, 0, 1);
}

.content21_content_bottom {
	margin: 150px 0;
}

.content21_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.content21_content_bottom_item {
	width: calc(100% / 4);
}

.content21_content_bottom_item_img>img {
	width: 100%;
	height: auto;
}

.content21_content_bottom_item_title {
	font-size: 24px;
	color: #000000;
	margin-top: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.content21_content_bottom_item_description {
	font-size: 14px;
	margin-top: 20px;
	color: #666666;
	line-height: 1.5;
}

.content22_content_title {
	color: #000000;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.content22_content_description {
	font-size: 16px;
	text-align: center;
	color: #575D6C;
}

.content22_content_img {
	margin-top: 20px;
}

.content22_content_img>img {
	width: 100%;
	height: auto
}

.content23_content_top {
	margin-top: 51px;
}

.content23_content_title {
	font-size: 34px;
	color: #404040;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}

.content23_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content23_content_bottom_item {
	width: calc(100% / 3 - 90px);
	margin: 10px;
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 35px;
}

.content23_content_bottom .content23_content_bottom_item:nth-child(4),
.content23_content_bottom .content23_content_bottom_item:nth-child(5),
.content23_content_bottom .content23_content_bottom_item:nth-child(6),
.content23_content_bottom .content23_content_bottom_item:nth-child(7) {
	width: calc(100% / 4 - 90px);
}

.content23_content_bottom_item:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
}

.content23_content_bottom_item_img>img {
	width: auto;
	height: auto;
	max-height: 50px;
	max-width: 100%;
}

.content23_content_bottom_item_title {
	font-size: 22px;
	color: rgba(50, 50, 50, 1);
	margin-top: 30px;
	line-height: 1.3;
}


.content23_content_bottom_item_description {
	margin-top: 12px;
	line-height: 1.4;
	font-size: 14px;
	color: rgba(0, 0, 0, 1);
}

.content24_content {
	margin-bottom: 30px;
}

.content24_content_top {
	margin-top: 30px;
}

.content24_content_title {
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.5;
}

.content24_content_top_bottom {
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content24_content_left {
	width: 30%;
	margin-right: 66px;
	margin-bottom: 16px;
}

.content24_content_left>img {
	width: 100%;
	height: auto;
}

.content24_content_right {
	flex: 1;
}

.content24_content_right_title {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
	line-height: 1.5;
}

.content24_content_right_description {
	font-size: 20px;
	color: #657180;
	line-height: 1.5;
	padding: 10px 10px 10px 0;
	margin-top: 20px;
}

.content24_content_right_a {
	margin-top: 40px;
}

.content24_content_right_a>a {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 42px;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 42px;
	text-align: center;
	border-radius: 21px;
	transition: background-color 0.3s ease 0s;
	background: #1670EB;
}

.content24_content_con {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
}

.content24_content_con p {
	line-height: unset;
	padding: 0;
}

.content25_content_title {
	color: var(--primary-color);
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.5;
}

.content25_content_bottom {
	background-color: rgba(235, 235, 235, 1);
}

.content25_content_bottom>div.wapper1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding: 20px 0;
	overflow: hidden;
}

.content25_content_bottom_item {
	margin: 0 20px;
	background-color: #fff;
	text-align: center;
	padding: 35px 10px;
	width: calc(100% / 3 - 60px);
	transition: all .6s ease;
}

.content25_content_bottom_item:hover {
	transform: scale(1.1);
}

.content25_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	max-width: 15%;
}

.content25_content_bottom_item_content {
	font-size: 14px;
	padding: 30px 0px 0px 0px;
	text-align: left;
	line-height: 1.5;
	color: #4d4d4d;
}

.content25_content_bottom_item_content p {
	line-height: unset;
	padding: 0;
}

.content25_content_bottom_item_content p>span {
	color: var(--primary-color);
}

.content25_content_a {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
}

.content25_content_a>a {
	height: 45px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(22, 112, 235, 1);
	border: 1px solid rgba(22, 112, 235, 1);
	border-radius: 50px;
	font-size: 16px;
	padding: 0 25px;
	line-height: 1.5;
	transition: all 0.6s ease;
}

.content25_content_a>a:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(22, 112, 235, 1);
}

.content26_content_top {
	margin-top: 30px;
}

.content26_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content26_content_bottom_item {
	width: calc(100% / 4 - 60px);
	margin: 10px;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.content26_content_bottom_item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.content26_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	max-width: 25%;
}

.content26_content_bottom_item_title {
	font-size: 16px;
	color: rgba(50, 50, 50, 1);
	margin-top: 30px;
	line-height: 1.3;
	font-weight: bold;
}

.content26_content_bottom_item_description {
	margin-top: 12px;
	line-height: 1.4;
	color: rgba(77, 77, 77, 1);
	font-size: 14px;
}

.content27_content_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content27_content_bottom_item {
	width: calc(100% / 2 - 60px);
	margin: 10px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	border-radius: 5px;
}

.content27_content_bottom_item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.content27_content_bottom_item_left {
	width: calc(24% - 24px);
	margin-right: 24px;
}

.content27_content_bottom_item_left>img {
	width: 100%;
	height: auto;
	max-width: 55px;
}

.content27_content_bottom_item_right {
	flex: 1;
}

.content27_content_bottom_item_title {
	font-size: 16px;
	color: var(--primary-color);
	font-weight: bold;
	line-height: 1.3;
}

.content27_content_bottom_item_description {
	margin-top: 12px;
	line-height: 1.4;
	color: rgba(77, 77, 77, 1);
	font-size: 14px;
}

.content28_content_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.content28_content_top .content25_content_title {
	width: 50%;
}

.content28_content_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.content28_content_img {
	width: calc(100% / 2);
}

.content28_content_img>img {
	width: 100%;
	height: auto;
}

.m11_inside_top {
	width: 100%;
}

.m11_inside_top_title {
	color: rgb(0, 133, 240);
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.m11_inside_top_description {
	color: #666666;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}

.m11_inside_top_content {
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
	text-align: center;
	line-height: 27px;
}

.m11_inside_top_content p {
	line-height: unset;
	padding: 0;
}

.case_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.case_content_item {
	width: calc(100% / 4 - 60px);
	margin: 10px;
	padding: 20px;
}

.case_content_item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.case_content_item_img>img {
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 3;
}

.case_content_item_title {
	font-size: 16px;
	color: rgba(50, 50, 50, 1);
	margin-top: 30px;
	line-height: 1.3;
	text-align: center;
}

.m12_newsdetail_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
	margin-bottom: 40px;
}

.m12_newsdetail_top_item {
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 20px;
	width: calc(100% / 3 - 42px - 40px / 3);
	margin-left: 20px;
	margin-top: 20px;
}

.m12_newsdetail_top .m12_newsdetail_top_item:nth-child(3n + 1) {
	margin-left: 0;
}

.m12_newsdetail_top .m12_newsdetail_top_item:nth-child(-n + 3) {
	margin-top: 0;
}

.m12_newsdetail_top_item_left {
	width: 30%;
	text-align: center;
}

.m12_newsdetail_top_item_left>img {
	width: 100%;
	height: auto;
	max-width: 48px;
}

.m12_newsdetail_top_item_center {
	margin: 0 12px;
	width: calc(55% - 24px);
}

.m12_newsdetail_top_item_center_title {
	font-size: 16px;
	color: rgba(101, 113, 128, 1);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
}

.m12_newsdetail_top_item_center_size {
	font-size: 16px;
	color: rgba(101, 113, 128, 1);
	line-height: 1.5;
}

.m12_newsdetail_top_item_right {
	width: 15%;
	text-align: center;
}

.m12_newsdetail_top_item_right>a {
	height: 30px;
	background: #f2f3f5;
	border-radius: 15px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 48px;
	width: 100%;
}

.m12_newsdetail_top_item_right>a:hover {
	background-color: var(--primary-color);
}

.m12_newsdetail_top_item_right img {
	width: 100%;
	height: auto;
	max-width: 16px;
}

.m12_newsdetail_bottom {
	position: relative;
	width: calc(100% - 100px);
	padding: 0 50px;
}

.m12_newsdetail_bottom .swiper-slide {
	overflow: hidden;
}

.m12_newsdetail_bottom .swiper-slide img {
	width: 100%;
	height: auto;
	transition: all 0.6s ease;
}

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

.m12_newsdetail_bottom .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
	background-size: 10px 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	left: 0;
}

.m12_newsdetail_bottom .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
	background-size: 10px 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	right: 0;
}

.solution_content1_title {
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.5;
}

.solution_content1_con {
	margin-top: 20px;
	padding: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.solution_content1_con_left {
	width: 540px;
	margin-right: 26px;
	margin-bottom: 16px;
}

.solution_content1_con_left>img {
	width: 100%;
	height: auto;
}

.solution_content1_con_right {
	flex: 1;
}

.solution_content1_con_right_description {
	font-size: 12px;
	color: #657180;
	line-height: 1.5;
}

.solution_content2_top {
	margin-top: 54px;
}

.solution_content2_top_title {
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.5;
}

.solution_content2_top_img {
	position: relative;
	padding: 10px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.solution_content2_top_img>img {
	width: 70%;
	height: auto;
	margin: 67px 15%;
}

.solution_content2_top_img_title {
	position: absolute;
	background-color: rgba(22, 112, 235, 1);
	border-radius: 2px;
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
	padding: 10px 20px;
	top: 10px;
	left: 10px;
	cursor: pointer;
	box-shadow: 0px 3px 9px -1px rgba(22, 112, 235, 1);
}

.solution_content2_bottom {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.solution_content2_bottom_item {
	text-align: center;
	width: calc(100% / 4 - 60px);
	margin: 10px;
	padding: 20px;
}

.solution_content2_bottom_item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.solution_content2_bottom_item_img>img {
	width: 100%;
	height: auto;
	max-width: 25%;
}

.solution_content2_bottom_item_title {
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	font-size: 18px;
	margin-top: 30px;
	line-height: 1.3;
}

.solution_content2_bottom_item_description {
	margin-top: 12px;
	line-height: 1.4;
	color: rgba(153, 153, 153, 1);
	font-size: 18px;
}

.solution_content3 .solution_content2_bottom {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.solution_content3_bottom_titles {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	background: #2b2b2b;
}

.solution_content3_bottom_titles::-webkit-scrollbar {
	display: none;
}

.solution_content3_bottom_title {
	margin: 0 5px;
	font-size: 18px;
	color: rgba(255, 255, 555, 1);
	padding: 15px 20px;
	cursor: pointer;
}

.solution_content3_bottom_title.hover {
	background-color: rgba(22, 112, 235, 1);
}

.solution_content3_bottom_content {
	width: 100%;
	overflow: hidden;
}

.solution_content3_bottom_content_con {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: flex-start;
	transition: all 1.2s ease;
}

.solution_content3_bottom_item {
	padding: 26px;
	flex: 0 0 calc(100% - 52px);
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
}

.solution_content3_bottom_item_left {
	width: calc(100% / 2 - 26px);
	margin-right: 26px;
	margin-bottom: 16px;
}

.solution_content3_bottom_item_left>img {
	width: 100%;
	height: auto;
}

.solution_content3_bottom_item_right {
	flex: 1;
}

.solution_content3_bottom_item_content {
	font-size: 18px;
	color: #000000;
	line-height: 1.5;
}

.solution_content3_bottom_item_content p {
	padding: 0;
	line-height: unset;
}

.solution_content4 {
	margin-top: 54px;
}

.solution_content4_description {
	color: #211111;
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.5;
}

.solution_content4_img {
	margin-top: 20px;
}

.solution_content4_img>img {
	width: 100%;
	height: auto;
}

.solution_content5_top_description {
	color: #211111;
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.5;
	text-align: center;
}

.solution_content5_bottom {
	margin-top: 30px;
	position: relative;
	padding: 0 50px;
}

.solution_content5_bottom .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
	background-size: 10px 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	left: 0;
}

.solution_content5_bottom .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
	background-size: 10px 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	right: 0;
}

.solution_content5_bottom_item_img>img {
	border-radius: 4px;
	width: 100%;
	height: auto;
}

.solution_content5_bottom_item_title {
	color: rgba(0, 0, 0, 1);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 1.3;
}

.solution_content5_bottom_item_description {
	font-size: 18px;
	line-height: 2;
	text-align: justify;
	color: rgba(153, 153, 153, 1);
	margin-top: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.solution_content6 {
	margin-top: 54px;
}

.solution_content6_content>video {
	width: 100%;
	height: auto;
}

.solution_content7_img>img {
	width: 100%;
	height: auto;
}

.solution_content8 {
	margin-top: 54px;
}

.solution_content8_con {
	padding: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.solution_content8_left {
	width: 50%;
	margin-right: 26px;
	margin-bottom: 16px;
}

.solution_content8_left>img {
	width: 100%;
	height: auto;
}

.solution_content8_right {
	flex: 1;
}

.solution_content8_right_description {
	line-height: 2;
	font-size: 12px;
	text-align: justify;
	color: #657180;
}

.solution_content8_video {
	padding: 0 10%;
}

.solution_content8_video>video {
	width: 100%;
	height: auto;
}

.solution_content9_img {
	padding: 0 15%;
}

.solution_content9_img>img {
	width: 100%;
	height: auto;
}

.piclist_content {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.piclist_content_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.piclist_content_bottom_item {
	width: calc(100% / 3 - 20px);
	margin: 10px;
	background-color: #fff;
	transition: all 0.4s ease;
	min-height: 300px;
}

.piclist_content_bottom_item:hover {
	background-color: rgb(22, 112, 235);
}

.piclist_content_bottom_item_img {
	overflow: hidden;
}

.piclist_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	transition: all 0.4s ease;
	aspect-ratio: 16 / 9;
}

.piclist_content_bottom_item:hover .piclist_content_bottom_item_img>img {
	transform: scale(1.1);
}

.piclist_content_bottom_item_title {
	padding: 20px 5%;
	width: calc(100% - 10%);
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	line-height: 1.5;
}

.piclist_content_bottom_item:hover .piclist_content_bottom_item_title {
	color: #fff;
}

.share {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #f0f0f0;
	padding-left: 19px;
	position: relative;
	cursor: pointer;
}

.share_title {
	width: 100%;
	text-align: center;
}

.share>span {
	line-height: 1;
	font-size: 13px;
	color: #666;
	font-weight: 400;
	margin-top: 10px;
	display: block;
	width: 100%;
	text-align: center;
}

.share_content {
	width: 170px;
	padding: 15px;
	position: absolute;
	right: -10px;
	top: 35px;
	vertical-align: middle;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	background: #fff;
	white-space: normal;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	display: none;
}

.share_content::before {
	content: '';
	z-index: 1;
	display: inline-block;
	position: absolute;
	top: -4px;
	right: 48px;
	width: 10px;
	height: 10px;
	background: #fff;
	transform: rotate(45deg);
}

.share_content_item {
	margin: 5px;
	padding-right: 5px;
}

.inbarbg_search>form {
	border: 1px solid #ebebeb;
	height: 37px;
	margin: 5px;
	line-height: 37px;
	display: flex;
	border-radius: 50px;
}

.inbarbg_search>form>i {
	width: 50px;
	font-size: 25px;
	color: #808080;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.inbarbg_search>form>input {
	background: transparent;
	padding-right: 12px;
}

.sample_content_bottom_item {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	position: relative;
}

.sample_content_bottom_item_title {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-overflow: ellipsis;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(22, 112, 235, 1);
	border-radius: 2px;
	padding: 10px 20px;
	border: 1px solid rgba(22, 112, 235, 1);
	box-shadow: 0px 3px 9px -1px rgba(22, 112, 235, 1);
	display: inline-block;
	cursor: pointer;
}

.sample_content_bottom_item_img>img {
	width: 100%;
	height: auto;
}

.news_content {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.news_content_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.news_content_bottom_item {
	width: calc(100% / 3 - 20px);
	margin: 10px;
	background-color: #fff;
	transition: all 0.4s ease;
	min-height: 280px;
}

.news_content_bottom_item:hover {
	background-color: rgb(22, 112, 235);
}

.news_content_bottom_item_img {
	overflow: hidden;
}

.news_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	transition: all 0.4s ease;
	aspect-ratio: 16 / 9;
}

.news_content_bottom_item:hover .news_content_bottom_item_img>img {
	transform: scale(1.1);
}

.news_content_bottom_item_title {
	padding: 20px 5%;
	width: calc(100% - 10%);
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	line-height: 1.5;
}

.news_content_bottom_item:hover .news_content_bottom_item_title {
	color: #fff;
}

.banner_inner5_content_title {
	width: 100%;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 64px;
	line-height: 1.5;
}

.banner_inner5_content_description {
	width: 100%;
	color: #F8F8F8;
	font-size: 28px;
	line-height: 36px;
	line-height: 1.5;
}

.banner_inner5_phone {
	width: 100%;
	color: #FFFFFF;
	font-size: 28px;
	line-height: 1.5;
	margin-top: 80px;
}

.content29 {
	position: relative;
}

.content29_content_top {
	padding-top: 50px;
	background-color: rgba(243, 249, 255, 1);
}

.content29_content_top_description {
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 1.5;
	margin-top: 20px;
}

.content29_content_top_content {
	color: #666666;
	font-size: 14px;
	margin-top: 15px;
	text-align: left;
	line-height: 27px;
}

.content29_content_top_content p {
	line-height: unset;
	padding: 0;
}

.content29_content_bottom {
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 35px 0;
}

.content29_content_bottom>div.wapper2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.content29_content_bottom_item {
	width: calc(100% / 3 - 110px);
	margin: 15px;
	padding: 40px;
	background-color: #fff;
}

.content29_content_bottom_item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.content29_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	max-width: 70px;
	max-height: 70px;
}

.content29_content_bottom_item_title {
	color: rgba(0, 133, 240, 1);
	font-size: 20px;
	margin-top: 30px;
	line-height: 1.3;
}

.content29_content_bottom_item_description {
	margin-top: 12px;
	line-height: 1.4;
	color: rgba(77, 77, 77, 1);
	font-size: 14px;
}

.content29_content_a {
	margin-top: 60px;
}

.content29_content_a>a {
	height: 50px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 1);
	background: rgba(22, 112, 235, 1);
	border: 1px solid rgba(22, 112, 235, 1);
	border-radius: 50px;
	transition: all 0.6s ease;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 20px;
	min-width: 15%;
}

.content29_content_a>a:hover {
	color: rgba(22, 112, 235, 1);
	background: rgba(255, 255, 255, 1);
	border-color: rgba(22, 112, 235, 1);
}

.content30 {
	background-color: rgba(235, 235, 235, 1);
	position: relative;
}

.content30_content_top {
	padding-top: 50px;
}

.content30_content_top_content {
	color: #666666;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	margin-top: 15px;
}

.content30_content_top_content p {
	padding: 0;
	line-height: unset;
}

.content30_content_bottom>div.wapper2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content30_content_bottom_item {
	width: calc(100% / 2 - 30px);
	margin: 15px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.content30_content_bottom_item_left {
	width: 30%;
	padding: 20px 0;
	text-align: center;
}

.content30_content_bottom_item_left>img {
	width: 100%;
	height: auto;
	max-width: 100px;
	max-height: 100px;
}

.content30_content_bottom_item:hover .content30_content_bottom_item_left>img {
	transform: rotateY(360deg);
	transition: all 1.2s ease;
}

.content30_content_bottom_item_right {
	flex: 1;

}

.content30_content_bottom_item_title {
	color: #0085F0;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}

.content30_content_bottom_item_description {
	font-size: 18px;
	color: #0085f0;
	line-height: 1;
	font-weight: normal;
}

.content30_content_bottom_item_content {
	font-size: 14px;
	color: #4d4d4d;
	line-height: 1;
	text-align: left;
	margin-top: 10px;
}

.content31 {
	background-color: rgba(246, 246, 246, 1);
	position: relative;
}

.content31_content_bottom>div.wapper2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content31_content_bottom_item {
	width: calc(100% / 4 - 120px);
	margin: 30px;
	padding: 30px;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.6s ease;
	min-height: 352px;
}

.content31_content_bottom_item:hover {
	transform: translateY(-20px);
	box-shadow: 0 6px 16px rgba(43, 43, 43, 0.2);
}

.content31_content_bottom_item_title {
	margin-top: 30px;
	font-size: 18px;
	color: #0085f0;
	line-height: 1.5;
	border-radius: 5px;
	transition: all 0.6s ease;
}

.content31_content_bottom_item_description {
	line-height: 1.5;
	font-size: 18px;
	color: #0085f0;
}

.content31_content_bottom_item_content {
	line-height: 1.5;
	color: #4d4d4d;
	font-size: 14px;
	margin-top: 30px;
}

.content31_content_bottom_item_content p {
	padding: 0;
	line-height: unset;
}

.content32 {
	background-color: rgba(238, 249, 250, 1);
	position: relative;
}

.content32_content .content30_content_top {
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content32_content_title {
	color: #ffffff;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.content32_content_top_description {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 1.5;
	margin-top: 20px;
}

.content32_content_top_con {
	margin-top: 47px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	overflow: hidden;
}

.content32_content_bottom_item {
	width: calc(100% / 4 - 34px);
	background-image: url(../images/item_icon.png);
	text-align: center;
	background-size: auto;
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 232px;
	padding-left: 34px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	transition: all 0.6s ease;
}

.content32_content_top_con .content32_content_bottom_item:nth-child(4n + 2),
.content32_content_bottom .content32_content_bottom_item:nth-child(4n + 2) {
	background-position: left 10px;
}

.content32_content_top_con .content32_content_bottom_item:nth-child(4n + 3),
.content32_content_bottom .content32_content_bottom_item:nth-child(4n + 3) {
	background-position: left 53px;
}

.content32_content_top_con .content32_content_bottom_item:nth-child(4n),
.content32_content_bottom .content32_content_bottom_item:nth-child(4n) {
	background-position: left 3px;
}

.content32_content_bottom_item:hover {
	transform: translateY(10px);
}

.content32_content_bottom_item_title {
	width: 100%;
	line-height: 30px;
	font-size: 22px;
	color: #4D4D4D;
	text-align: left;
}

.content32_content_bottom_item_description {
	width: 100%;
	line-height: 26px;
	font-size: 14px;
	color: #4D4D4D;
	text-align: left;
}

.content32_content_bottom_item_id {
	width: 100%;
	font-size: 50px;
	color: #BEBEBE;
	text-align: left;
	font-weight: bold;
	padding-bottom: 50px;
}

.content32_content_bottom>div.wapper2 {
	margin-top: 47px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	overflow: hidden;
}

.content32_content_top_con .content32_content_bottom_item_title {
	color: #ffffff;
}

.content32_content_top_con .content32_content_bottom_item_description {
	color: #ffffff;
}

.content32_content_top_con .content32_content_bottom_item_id {
	color: #ffffff;
}

.content33 {
	position: relative;
}

.content33 .content30_content_top .content20_content_title {
	margin-left: 4%;
	text-align: left;
}

.content33_content_description {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #333333;
	margin-left: 4%;
	margin-top: 25px;
}

.content33_content_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 16px;
}

.content33_content_bottom_left {
	margin-right: 106px;
	margin-bottom: 16px;
}

.content33_content_bottom_left>img {
	width: 100%;
	height: auto;
	max-width: 432px;
}

.content33_content_bottom_right {
	flex: 1;
}

.content33_content_bottom_right_content {
	line-height: 2em;
	text-indent: 27.0pt;
	color: #666666;
	font-size: 18px;
}

.content33_content_bottom_right_content p {
	padding: 0;
	line-height: unset;
}

.content34 {
	position: relative;
}

.content34_content_top {
	margin-top: 40px;
}

.content34_content_title {
	font-weight: bold;
	font-size: 36px;
	color: #0085F0;
	text-align: center;
	line-height: 1.5;
}

.content34_content_top_description {
	line-height: 1.5;
	text-align: center;
	color: #666666;
	font-size: 16px;
}

.content34_content_top_content {
	color: #666666;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}

.content34_content_top_content p {
	padding: 0;
	line-height: unset;
}

.content34_content_bottom {
	margin-top: 125px;
}

.content34_content_bottom>div.wapper1 {
	position: relative;
	padding-bottom: 104px;
}

.content34_content_bottom_item {
	position: relative;
	padding: 0 10px 0 15px;
	width: calc(100% / 6 - 25px) !important;
}

.content34_content_bottom_item::after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: #e5e5e5;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 1;
}

.content34_content_bottom_item_title {
	background: url(../images/hh.png) no-repeat top center;
	display: inline-block;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 29px;
	position: relative;
	z-index: 3;
	margin-top: 15px;
	color: rgba(0, 133, 240, 1);
	font-size: 18px;
	font-weight: bold;
}

.content34_content_bottom_item:hover .content34_content_bottom_item_title {
	background: url(../images/h.png) no-repeat top center;
}

.content34_content_bottom_item_description {
	font-size: 15px;
	color: #555;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 57px;
}

.content34_content_bottom .swiper-button-prev,
.content34_content_bottom .swiper-button-next {
	position: absolute;
	width: 44px;
	height: 44px;
	z-index: 10;
	cursor: pointer;
	background-size: 22px 22px;
	background-position: center;
	border: 2px solid #999;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-color: #fff;
	top: unset;
	bottom: 52px;
}

.content34_content_bottom .swiper-button-prev {
	left: 50%;
	transform: translateX(calc(-50% - 40px));
}

.content34_content_bottom .swiper-button-next {
	right: 50%;
	transform: translateX(calc(50% + 40px));
}

.content35 {
display: none;
	position: relative;
}

.content35_content_bottom {
	margin-top: 40px;
}

.content35_content_bottom>div.wapper1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content35_content_bottom_item {
	width: calc(100% / 4 - 10px);
	padding: 5px;
}

.content35_content_bottom_item_img {
	overflow: hidden;
}

.content35_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	aspect-ratio: 16 / 9;
	transition: all 0.6s ease;
	object-fit: cover;
}

.content35_content_bottom .content35_content_bottom_item:nth-child(-n + 4) .content35_content_bottom_item_img>img {
	aspect-ratio: 3 / 4;
}

.content35_content_bottom_item:hover .content35_content_bottom_item_img>img {
	transform: scale(1.1);
}

.content36 {
	position: relative;
	padding-bottom: 80px;
}

.content36_content_bottom_item {
	width: calc(100% / 3 - 20px);
	margin: 0 10px;
}

.content36_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	aspect-ratio: 16 / 11;
}

.content36_content_bottom_item_title {
	font-size: 20px;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
}

.content36_content_bottom_item_description {
	font-size: 14px;
	color: #999999;
	line-height: 2;
	margin-top: 10px;
	text-align: center;
}

.content37_content_top {
	margin-top: 40px;
}

.content37_content_top_title {
	color: rgb(43, 160, 232);
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.content37_content_top_description {
	line-height: 27px;
	text-align: center;
	color: #666666;
	font-size: 18px;
}

.content37_content_top_content {
	color: #666666;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
}

.content37_content_top_content p {
	padding: 0;
	line-height: unset;
}

.content37_content_bottom {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content37_content_bottom p {
	line-height: unset;
	padding: 0;
}

.content37_content_bottom_left {
	height: 401px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% - 811px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content37_content_bottom_left_title {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

.content37_content_bottom_left_description {
	color: #ffffff;
	text-align: center;
	font-size: 36px;
	line-height: 1.5;
}

.content37_content_bottom_left_phone {
	line-height: 1.5;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
}

.content37_content_bottom_left_phone>a {
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
}

.content37_content_bottom_right {
	flex: 1;
	overflow: hidden;
}

.content38 {
	position: relative;
}

.content38_content_bottom {
	background-color: rgba(245, 245, 245, 1);
	padding: 50px 0;
}

.content38_content_bottom>div.wapper1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}

.content38_content_bottom_item {
	width: calc(100% / 3 - 80px);
	margin: 0 40px;
}

.content38_content_bottom_item_img {
	overflow: hidden;
}

.content38_content_bottom_item_img>img {
	width: 100%;
	height: auto;
	transition: all 0.6s ease;
	transform: scale(1.1);
}

.content38_content_bottom_item_img>img:hover {
	transform: scale(1);
	opacity: 0.5;
}

.content38_content_bottom_item_title {
	margin-top: 40px;
	font-size: 18px;
	line-height: 2;
	text-align: center;
	color: #657180;
}

.content38_content_bottom_item_description {
	color: #657180;
	font-size: 14px;
	text-align: center;
	line-height: 2;
}

.content38_content_bottom_item_a {
	margin-top: 20px;
	text-align: center;
}

.content38_content_bottom_item_a>a {
	height: 38px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(43, 160, 232, 1);
	border: 1px solid rgba(22, 112, 235, 1);
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.6s ease;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 20px;
}

.content38_content_bottom_item_a>a:hover {
	color: rgba(43, 160, 232, 1);
	background: rgba(255, 255, 255, 1);
	border-color: rgba(22, 112, 235, 1);
}

.contact_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.contact_content_left {
	width: calc(50% - 40px);
	margin-right: 40px;
}

.contact_content_left_img>img {
	width: 100%;
	height: auto;
}

.contact_content_left_title {
	font-weight: bold;
	color: #003399;
	font-size: 32px;
	line-height: 2.5;
	margin-top: 30px;
}

.contact_content_left_content {
	font-size: 14px;
	line-height: 2;
	color: #657180;
}

.contact_content_left_content p {
	line-height: unset;
	padding: 0;
}

.contact_content_left_content>p:nth-last-child(2) {
	display: inline-block;
}

.contact_content_left_content a {
	color: #003399;
}

.contact_content_right {
	flex: 1;
}

.content_content_right_form_title {
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

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

.content_content_right_form_item_label {
	font-size: 14px;
	color: rgba(51, 51, 51, 1);
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	width: 100%;
	margin-bottom: 12px;
	font-weight: 400;
}

.content_content_right_form_item_label>span {
	margin-left: 10px;
	color: red;
	position: relative;
	top: 2px;
	left: 10px;
	pointer-events: none;
	display: inline-block;
}

.content_content_right_form_item>input {
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	width: calc(100%);
	background: rgba(204, 204, 204, 0.15);
	border: none;
	padding-left: 14px;
	height: 44px;
	line-height: 44px;
	border-radius: 0;
	box-sizing: border-box;
}

.content_content_right_form_item>input::placeholder {
	color: rgba(51, 51, 51, 1);
}

.content_content_right_form_item>input[name='code'] {
	width: calc(100% - 100px);
	margin-right: 10px;
}

.content_content_right_form_item>select {
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	width: calc(100%);
	background: rgba(204, 204, 204, 0.15);
	border: none;
	padding-left: 14px;
	height: 44px;
	line-height: 44px;
	border-radius: 0;
	box-sizing: border-box;
}

.content_content_right_form_item>button {
	background-color: rgba(22, 112, 235, 1);
	width: 100%;
	max-width: 335px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	border: none;
	outline: 0;
	color: #fff;
	cursor: pointer;
}

.contact_content_right>form>div:nth-child(3)>select {
	width: calc(100% / 3 - 20px / 3);
	margin-right: 10px;
}

.contact_content_right>form>div:nth-child(3)>select:nth-last-child(1) {
	margin-right: 0;
}

#content29,
#content30,
#content31,
#content32,
#content33,
#content34,
#content35,
#content36,
#content37 {
	position: absolute;
	left: 0;
	top: -123px;
	width: 100%;
}

@media (max-width: 999px) {
	.m11_head_top {
		width: 0;
	}

	.m11_head_top_left {
		display: none;
	}

	.m11_head_top_right {
		display: none;
	}

	.m11_head_lt_title {
		font-size: 13px;
		line-height: unset;
	}

	.m11_head_lt_description {
		display: none;
	}

	.f_info {
		display: none;
	}

	.f_info2 {
		display: block;
	}

	.footer_top {
		background-color: #000;
	}

	.footer_top_item {
		width: 100% !important;
		margin: 0 auto !important;
	}

	.footer_top_item_title {
		margin-top: 8%;
	}

	.f_nav ul li {
		width: 100%;
	}

	.banner .swiper-slide .banner_button {
		position: absolute;
		bottom: 15%;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.banner .swiper-slide .banner_button>a {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		height: 30px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		background-color: var(--primary-color);
		border-radius: 50px;
		padding: 2px 18px;
		transition: all 0.6s ease;
		line-height: 1.5;
	}

	.content1_content_title {
		font-size: 22px;
	}

	.content1_content_description {
		font-size: 14px;
		margin-top: 0;
	}

	.content1_content_bottom .wapper1 {
		padding: 0;
		width: 100%;
	}

	.content1_content_bottom_content {
		margin: 0;
	}

	.content2_content_description {
		font-size: 14px;
		margin-top: 0;
	}

	.content2_content_bottom_item {
		width: calc(100% / 2 - 14px);
	}

	.content2_content_bottom_item_title {
		font-size: 16px;
	}

	.content2_content_bottom_item_description {
		font-size: 14px;
	}

	.content2_content_bottom_item_a>a {
		padding: 0 12px;
	}

	.content2_content_bottom_item_img>img {
		max-width: unset;
		margin: 0 19.5%;
		width: calc(100% - 39%);
	}

	.content3_content_bottom_item {
		width: calc(100% / 2 - 0.5px);
		margin-top: 10px;
	}

	.content3_content_bottom .content3_content_bottom_item:nth-child(2n + 1) {
		border-left: 0;
	}

	.content3_content_bottom .content3_content_bottom_item:nth-child(1),
	.content3_content_bottom .content3_content_bottom_item:nth-child(2) {
		margin-top: 0;
	}

	.content3_content_bottom_item_description>span {
		font-size: 42px;
	}

	.content3_content_bottom_item_description {
		font-size: 14px;
	}

	.content3_content_bottom_item_title {
		font-size: 14px;
	}

	.content5_content_bottom_item {
		width: calc(100%);
		margin: 10px 0;
	}

	.content5_content_bottom_item_title {
		padding: 10px 20px;
		width: calc(100% - 40px);
		font-size: 14px;
	}

	.content5_content_a>a {
		padding: 0 20px;
	}

	.content6_content_bottom {
		padding-top: 0;
		padding-bottom: 0;
	}

	.content6_content_bottom_item {
		width: calc(100% / 3 - 15px);
	}

	.content7_content_bottom_item {
		width: calc(100%);
		margin: 0;
		margin-top: 20px;
		min-height: unset;
		border-radius: 6px;
		overflow: hidden;
	}

	.content7_content_bottom_item_title {
		font-size: 14px;
	}

	.productcenter_content_item {
		width: calc(100% - 2% - 60px);
	}

	.banner_inner2_content_title {
		font-size: 28px;
		line-height: 28px;
	}

	.banner_inner2_content_description {
		font-size: 24px;
		line-height: 24px;
		margin-top: 10px;
	}

	.banner_inner2_content_content {
		font-size: 20px;
		line-height: 20px;
		margin-top: 10px;
	}

	.banner_inner2_content_a {
		margin-top: 20px;
	}

	.banner_inner2_content_a>a {
		font-size: 16px;
		line-height: 16px;
		height: 30px;
		padding: 0px 10px;
	}

	.content8_content_keywords {
		font-size: 28px;
	}

	.content8_content_con {
		padding: 0;
	}

	.content8_content_con_left {
		width: 100%;
		margin-right: 0;
	}

	.content8_content_con_left>img {
		max-width: unset;
	}

	.content8_content_con_right {
		width: 100%;
		margin-top: 20px;
	}

	.content8_content_con_right_title {
		font-size: 24px;
		text-align: center;
	}

	.content8_content_con_right_description {
		font-size: 16px;
		margin-top: 10px;
	}

	.content8_content_con_right_a {
		margin-top: 20px;
	}

	.content8_content_con_right_a>a {
		font-size: 14px;
		width: auto;
		height: 32px;
		line-height: 32px;
		padding: 0 12px;
	}

	.content9_content_bottom_item {
		width: calc(100%);
		margin: 0;
		margin-top: 20px;
		padding: 0;
		min-height: unset;
	}

	.content9_content_bottom .content9_content_bottom_item:nth-child(1) {
		margin-top: 0;
	}

	.content10_content_bottom_item {
		width: calc(100%);
		margin: 0;
		margin-top: 20px;
	}

	.content10_content_bottom_item_description {
		min-height: unset;
		margin-top: 10px;
	}

	.content10_content_bottom .content10_content_bottom_item:nth-child(1) {
		margin-top: 0;
	}

	.content10_content_title {
		font-size: 28px;
	}

	.content10_content_description {
		font-size: 16px;
	}

	.content10_content_bottom_item_title {
		font-size: 18px;
	}

	.content10_content_bottom_item_a {
		margin-top: 10px;
	}

	.content10_content_bottom_item_a>a {
		height: 30px;
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: rgba(255, 255, 255, 1);
		background: rgba(22, 112, 235, 1);
		border: 1px solid rgba(22, 112, 235, 1);
		border-radius: 50px;
		transition: all 0.6s ease;
		font-size: 14px;
		line-height: 1.5;
		padding: 0 15px;
	}

	.content11_content_title {
		font-size: 28px;
	}

	.content11_content_description {
		font-size: 16px;
	}

	.content11_content_img {
		width: 100%;
	}

	.content11_content_img>img {
		margin-right: 0;
	}

	.content11_content_content {
		width: 100%;
		margin-top: 20px;
	}

	.content11_content_content h3 {
		font-size: 20px;
	}

	.content11_content_content ul {
		margin-left: 6em;
	}

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

	.content12_content_bottom_item {
		width: calc(100% - 30px);
		margin: 0;
	}

	.content12_content_bottom_item_title {
		font-size: 16px;
		min-height: unset;
	}

	.content12_content_a>a {
		padding: 0 20px;
	}

	.content13 {
		background-color: #fff;
	}

	.content13_content_bottom_item {
		width: calc(100% - 20px);
		margin: 0;
		margin-top: 20px;
	}

	.content13_content_bottom_item:nth-child(1) {
		margin-top: 0;
	}

	.content14_content_bottom_item {
		width: calc(100% - 20px);
		padding: 40px;
	}

	.content15_content_bottom_item {
		width: calc(100% - 20px);
	}

	.m11_headbg .wapper1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.banner_inner3_content_title {
		font-size: 28px;
		line-height: 28px;
	}

	.banner_inner3_content_description {
		font-size: 24px;
		line-height: 24px;
		margin-top: 10px;
	}

	.banner_inner3_content_content {
		font-size: 20px;
		line-height: 20px;
		margin-top: 10px;
	}

	.banner_inner3_content_a {
		margin-top: 20px;
	}

	.banner_inner3_content_a>a {
		font-size: 18px;
		line-height: 18px;
		height: 40px;
		padding: 0px 30px;
		margin-left: 50px;
	}

	.content16_content_title {
		font-size: 22px;
	}

	.content16_content_description {
		width: unset;
		margin: 20px auto;
		font-size: 14px;
	}

	.content16_content_bottom_item {
		width: calc(100%);
		margin-left: 0;
		margin-top: 20px;
	}

	.content16_content_bottom .content16_content_bottom_item:nth-child(1) {
		margin-top: 20px;
	}

	.content17 {
		background-color: #fff;
	}

	.content17_content_title {
		font-size: 22px;
	}

	.content17_content_bottom_item {
		width: calc(100% - 10px);
		margin: 0;
		margin-top: 20px;
		min-height: unset;
	}

	.content17_content_bottom .content17_content_bottom_item:nth-child(1) {
		margin-top: 0;
	}

	.content18_content_bottom_item_title {
		font-size: 16px;
	}

	.content19 {
		background-color: #fff;
	}

	.content19_content_title {
		font-size: 22px;
	}

	.content19_content_description {
		font-size: 18px;
	}

	.content19_content_img {
		margin: 20px auto;
	}

	.banner_inner4_content_title {
		font-size: 28px;
		line-height: 28px;
	}

	.banner_inner4_content_description {
		font-size: 24px;
		line-height: 24px;
	}

	.banner_inner4_content_content {
		font-size: 20px;
		line-height: 20px;
		margin-top: 10px;
	}

	.content20_content_top {
		margin-top: 30px;
	}

	.content20_content_title {
		font-size: 22px;
	}

	.content20_content_description {
		font-size: 14px;
	}

	.content20_content_bottom {
		margin-bottom: 30px;
	}

	.content20_content_bottom_item {
		width: calc(100% - 60px);
	}

	.content21_content_bottom {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.content21_content_bottom_item {
		width: calc(100%);
		margin-top: 20px;
	}

	.content21_content_bottom .content21_content_bottom_item:nth-child(1) {
		margin-top: 0;
	}

	.content22_content_title {
		font-size: 22px;
	}

	.content22_content_description {
		font-size: 14px;
	}

	.content23_content_top {
		margin-top: 33px;
	}

	.content23_content_title {
		font-size: 22px;
	}

	.content23_content_bottom_item {
		width: calc(100% - 70px) !important;
		margin: 0;
		margin-top: 20px;
	}

	.content23_content_bottom .content23_content_bottom_item:nth-child(1) {
		margin-top: 0;
	}

	.content24_content_title {
		font-size: 22px;
	}

	.content24_content_left {
		width: 100%;
		margin-right: 0;
	}

	.content24_content_right {
		width: 100%;
	}

	.content24_content_right_title {
		font-size: 24px;
	}

	.content24_content_right_description {
		padding: 0;
	}

	.content24_content_right_a {
		margin-top: 16px;
	}

	.content24_content_right_a>a {
		width: auto;
		padding: 0 20px;
	}

	.content24_content_con {
		font-size: 14px;
	}

	.content25_content_title {
		font-size: 22px;
	}

	.content25_content_bottom_item {
		width: calc(100% - 20px);
		margin: 0;
		margin-top: 20px;
	}

	.content25_content_bottom .content25_content_bottom_item:nth-child(1) {
		margin-top: 0;
	}

	.content26_content_bottom_item {
		width: calc(100% - 40px);
		margin: 0;
	}

	.content27_content_bottom_item {
		width: calc(100% - 40px);
		margin: 0;
	}

	.content28_content_top .content25_content_title {
		width: 100%;
		margin-top: 30px;
	}

	.content28_content_top .content25_content_title:nth-child(1) {
		margin-top: 0;
	}

	.content28_content_img {
		width: 100%;
		margin-top: 20px;
	}

	.content28_content_bottom .content28_content_img:nth-child(1) {
		margin-top: 0;
	}

	.m11_inside_top_title {
		font-size: 22px;
	}

	.m11_inside_top_description {
		font-size: 14px;
	}

	.m11_inside_top_content {
		font-size: 14px;
	}

	.case_content_item {
		width: calc(100% - 40px);
		margin: 0;
	}

	.m12_newsdetail_top_item {
		width: calc(100% / 2 - 42px - 10px);
	}

	.m12_newsdetail_top .m12_newsdetail_top_item:nth-child(3n + 1) {
		margin-left: 20px;
	}

	.m12_newsdetail_top .m12_newsdetail_top_item:nth-child(2n + 1) {
		margin-left: 0;
	}

	.m12_newsdetail_top .m12_newsdetail_top_item:nth-child(3) {
		margin-top: 20px;
	}

	.solution_content1_title {
		font-size: 22px;
	}

	.solution_content1_con_left {
		width: 100%;
		margin-right: 0;
	}

	.solution_content1_con_right {
		width: 100%;
	}

	.solution_content2_top {
		margin-top: 30px;
	}

	.solution_content2_top_title {
		font-size: 22px;
	}

	.solution_content2_bottom {
		margin-top: 20px;
	}

	.solution_content2_bottom_item {
		width: calc(100% - 40px);
		margin: 0;
	}

	.solution_content3_bottom_titles {
		flex-wrap: nowrap;
		overflow-y: hidden;
		overflow-x: auto;
		white-space: nowrap;
		scrollbar-width: none;
	}

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

	.solution_content3_bottom_item_left {
		width: 100%;
		margin-right: 0;
	}

	.solution_content3_bottom_item_right {
		width: 100%;
	}

	.solution_content3_bottom_item_content {
		font-size: 14px;
	}

	.solution_content4 {
		margin-top: 30px;
	}

	.solution_content4_description {
		font-size: 14px;
		margin-top: 0;
	}

	.solution_content5_top_description {
		font-size: 14px;
		margin-top: 0;
	}

	.solution_content5_bottom {
		margin-top: 0;
	}

	.solution_content6 {
		margin-top: 30px;
	}

	.solution_content2_top_img>img {
		width: 100%;
		height: auto;
		margin: 67px auto;
	}

	.solution_content2_top_img_title {
		font-size: 14px;
	}

	.solution_content8 {
		margin-top: 30px;
	}

	.solution_content8_video {
		padding: 0;
	}

	.solution_content9_img {
		padding: 0;
	}

	.piclist_content_bottom_item {
		width: calc(100%);
		margin: 0;
		margin-top: 20px;
		min-height: unset;
		border-radius: 6px;
		overflow: hidden;
	}

	.piclist_content_bottom_item_title {
		font-size: 14px;
	}

	.inbarbg_search>form {
		height: 26px;
		line-height: 26px;
	}

	.inbarbg_search>form>i {
		width: 40px;
		font-size: 20px;
	}

	.news_content_bottom_item {
		width: calc(100%);
		margin: 0;
		margin-top: 20px;
		min-height: unset;
		border-radius: 6px;
		overflow: hidden;
	}

	.news_content_bottom_item_title {
		font-size: 14px;
	}

	.news_related_content_bottom_item {
		border-radius: 5px;
		overflow: hidden;
		width: calc(100% / 2 - 20px);
	}

	.news_related_content_bottom_item_title {
		font-size: 14px;
	}

	.news_related_content_bottom_item_time {
		margin-top: 5px;
		font-size: 12px;
		line-height: 1;
	}

	.news_related_content_bottom_item_description {
		font-size: 12px;
		margin-top: 10px;
		color: rgb(102, 102, 102, 1);
	}

	.m11_news_related .h2 {
		font-size: 18px;
	}

	.banner_inner5_content_title {
		font-size: 28px;
		line-height: 28px;
	}

	.banner_inner5_content_description {
		font-size: 24px;
		line-height: 24px;
		margin-top: 10px;
	}

	.banner_inner5_phone {
		font-size: 22px;
		margin-top: 20px;
	}

	.content29_content_top {
		background-color: transparent;
	}

	.content29_content_top_description {
		font-size: 14px;
	}

	.content29_content_top_content {
		margin-top: 0;
	}

	.content29_content_bottom {
		background-image: unset;
	}

	.content29_content_bottom_item {
		width: calc(100% - 80px);
		margin: 0;
		margin-top: 20px;
	}

	.content29_content_bottom .content29_content_bottom_item {
		margin-top: 0;
	}

	.content30 {
		background-color: transparent;
	}

	.content30_content_top_content {
		margin-top: 0;
		font-size: 14px;
	}

	.content30_content_bottom_item {
		width: calc(100% - 30px);
	}

	.content30_content_bottom_item_title {
		margin-top: 0;
	}

	.content31 {
		background-color: transparent;
	}

	.content31_content_bottom_item {
		width: calc(100% - 120px);
	}

	.content32_content_title {
		font-size: 22px;
	}

	.content32_content_top_description {
		font-size: 14px;
	}

	.content32_content_bottom_item {
		width: calc(100% / 2 - 34px);
	}

	.content32_content_top_con .content32_content_bottom_item_id {
		font-size: 26px;
	}

	.content33_content_bottom_left {
		width: 100%;
		margin-right: 0;
	}

	.content33_content_bottom_right {
		width: 100%;
	}

	.content33_content_description {
		font-size: 16px;
	}

	.content33_content_bottom_right_content {
		font-size: 14px;
	}

	.content34_content_title {
		font-size: 22px;
	}

	.content34_content_top_description {
		font-size: 14px;
	}

	.content34_content_top_content {
		font-size: 14px;
	}

	.content34_content_bottom {
		margin-top: 75px;
	}

	.content34_content_bottom>div.wapper1 {
		padding-bottom: 64px;
	}

	.content34_content_bottom_item {
		padding: 0;
		width: calc(100%) !important;
	}

	.content34_content_bottom_item_title {
		margin-bottom: 0;
		background: none;
		padding-bottom: 10px;
		padding-top: 0;
	}

	.content34_content_bottom_item_description {
		font-size: 14px;
	}

	.content34_content_bottom .swiper-button-prev,
	.content34_content_bottom .swiper-button-next {
		bottom: 32px;
	}

	.content34_content_bottom_item::after {
		content: unset;
	}

	.content35_content_bottom_item {
		width: calc(100% / 2 - 20px);
		padding: 10px;
	}

	.content35_content_bottom {
		margin-top: 10px;
	}

	.content36 {
		padding-bottom: 0;
	}

	.content36_content_bottom_item {
		width: calc(100%);
		margin: 0;
		margin-top: 20px;
	}

	.content36_content_bottom .content36_content_bottom_item {
		margin-top: 0;
	}

	.content37_content_top_title {
		font-size: 22px;
	}

	.content37_content_top_description {
		font-size: 14px;
	}

	.content37_content_top_content {
		font-size: 14px;
	}

	.content37_content_bottom_left {
		width: 100%;
	}

	.content37_content_bottom_right {
		margin: 15px 20px;
		width: calc(100% - 40px);
		flex: unset;
	}

	.content38_content_bottom {
		padding-top: 15px;
	}

	.content38_content_bottom_item {
		width: calc(100%);
		margin: 0;
		margin-top: 20px;
	}

	.content38_content_bottom .content38_content_bottom_item:nth-child(1) {
		margin-top: 0;
	}

	.content38_content_bottom_item_title {
		margin-top: 30px;
	}

	.content38_content_bottom_item_a>a {
		padding: 0 60px;
		max-width: 100%;
	}

	#content29,
	#content30,
	#content31,
	#content32,
	#content33,
	#content34,
	#content35,
	#content36,
	#content37 {
		top: -59px;
	}

	.contact_content_left {
		width: 100%;
		margin-right: 0;
	}

	.contact_content_left_title {
		margin-top: 0;
	}

	.contact_content_right {
		width: 100%;
		margin-top: 40px;
	}

	.contact_content_right>form>div:nth-child(3)>select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.contact_content_right>form>div:nth-child(3)>select:nth-last-child(1) {
		margin-bottom: 0;
	}

	.content_content_right_form_item>button {
		max-width: unset;
	}
}

@media (max-width: 699px) {
	.banner_inner2_content_img>img {
		aspect-ratio: 16 / 7;
	}

	.banner_inner2_content_title {
		font-size: 22px;
		line-height: 22px;
	}

	.banner_inner2_content_description {
		font-size: 20px;
		line-height: 20px;
	}

	.banner_inner2_content_content {
		font-size: 18px;
		line-height: 18px;
		margin-top: 10px;
	}

	.banner_inner2_content_a {
		margin-top: 10px;
	}

	.banner_inner2_content_a>a {
		font-size: 16px;
		line-height: 16px;
		height: 35px;
		padding: 0px 18px;
		margin-left: 50px;
	}

	.banner_inner3_content_title {
		font-size: 22px;
		line-height: 22px;
	}

	.banner_inner3_content_description {
		font-size: 20px;
		line-height: 20px;
	}

	.banner_inner3_content_content {
		font-size: 18px;
		line-height: 18px;
		margin-top: 10px;
	}

	.banner_inner3_content_a {
		margin-top: 10px;
	}

	.banner_inner3_content_a>a {
		font-size: 16px;
		line-height: 16px;
		height: 35px;
		padding: 0px 18px;
		margin-left: 50px;
	}

	.banner_inner4_content_title {
		font-size: 22px;
		line-height: 22px;
	}

	.banner_inner4_content_description {
		font-size: 20px;
		line-height: 20px;
	}

	.banner_inner4_content_content {
		font-size: 18px;
		line-height: 18px;
		margin-top: 10px;
	}

	.m12_newsdetail_top_item {
		width: calc(100% - 42px);
		margin-left: 0 !important;
	}

	.m12_newsdetail_top .m12_newsdetail_top_item:nth-child(2) {
		margin-top: 20px;
	}

	.sample_content_bottom_item_title {
		font-size: 12px;
	}

	.banner_inner5_content_title {
		font-size: 22px;
		line-height: 22px;
	}

	.banner_inner5_content_description {
		font-size: 20px;
		line-height: 20px;
	}

	.banner_inner5_phone {
		font-size: 18px;
		margin-top: 10px;
	}
}

@media (max-width: 399px) {
	.banner .swiper-slide .banner_button {
		position: absolute;
		bottom: 10%;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.banner .swiper-slide .banner_button>a {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		height: 25px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		background-color: var(--primary-color);
		border-radius: 50px;
		padding: 0px 12px;
		transition: all 0.6s ease;
		line-height: 1.5;
	}

	.banner_inner2_content_title {
		font-size: 20px;
		line-height: 20px;
	}

	.banner_inner2_content_description {
		font-size: 18px;
		line-height: 18px;
	}

	.banner_inner2_content_content {
		font-size: 16px;
		line-height: 16px;
		margin-top: 5px;
	}

	.banner_inner2_content_a {
		margin-top: 10px;
	}

	.banner_inner2_content_a>a {
		font-size: 14px;
		line-height: 14px;
		height: 30px;
		padding: 0px 10px;
	}

	.banner_inner2_content_img>img {
		aspect-ratio: 16 / 9;
	}

	.banner_inner3_content_title {
		font-size: 20px;
		line-height: 20px;
	}

	.banner_inner3_content_description {
		font-size: 18px;
		line-height: 18px;
	}

	.banner_inner3_content_content {
		font-size: 16px;
		line-height: 16px;
		margin-top: 5px;
	}

	.banner_inner3_content_a {
		margin-top: 5px;
	}

	.banner_inner3_content_a>a {
		font-size: 14px;
		line-height: 14px;
		height: 30px;
		padding: 0px 10px;
		margin-left: 20px;
	}

	.banner_inner4_content_title {
		font-size: 20px;
		line-height: 20px;
	}

	.banner_inner4_content_description {
		font-size: 18px;
		line-height: 18px;
	}

	.banner_inner4_content_content {
		font-size: 16px;
		line-height: 16px;
		margin-top: 5px;
	}

	.banner_inner5_content_title {
		font-size: 20px;
		line-height: 20px;
	}

	.banner_inner5_content_description {
		font-size: 18px;
		line-height: 18px;
	}

	.banner_inner5_phone {
		font-size: 16px;
		margin-top: 5px;
	}
}